Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-05-09
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 9, 2024
1 parent b53cab3 commit cc9b77b
Showing 1 changed file with 76 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,14 @@
}
]
},
"ca-west-1": {},
"ca-west-1": {
"variants": [
{
"hostname": "access-analyzer-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand All @@ -159,6 +166,13 @@
"deprecated": true,
"hostname": "access-analyzer-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "access-analyzer-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -575,6 +589,7 @@
"ap-southeast-2": {},
"eu-central-1": {},
"eu-west-1": {},
"eu-west-3": {},
"us-east-1": {},
"us-east-2": {},
"us-west-2": {}
Expand Down Expand Up @@ -26710,14 +26725,70 @@
},
"emr-containers": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "emr-containers.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "emr-containers.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "emr-containers.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "emr-containers.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"emr-serverless": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "emr-serverless.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "emr-serverless.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "emr-serverless.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "emr-serverless.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"es": {
Expand Down

0 comments on commit cc9b77b

Please sign in to comment.