Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-12-15
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 15, 2023
1 parent 9b35e99 commit 5417ea8
Showing 1 changed file with 95 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3915,12 +3915,14 @@
},
"cognito-identity": {
"endpoints": {
"af-south-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
Expand Down Expand Up @@ -3995,12 +3997,14 @@
},
"cognito-idp": {
"endpoints": {
"af-south-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
Expand Down Expand Up @@ -13102,6 +13106,7 @@
"deprecated": true,
"hostname": "mq-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
Expand Down Expand Up @@ -15552,12 +15557,68 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"deprecated": true,
"hostname": "rolesanywhere-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2": {
"credentialScope": {
"region": "us-east-2"
},
"deprecated": true,
"hostname": "rolesanywhere-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1": {
"credentialScope": {
"region": "us-west-1"
},
"deprecated": true,
"hostname": "rolesanywhere-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"hostname": "rolesanywhere-fips.us-west-2.amazonaws.com"
},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
"us-west-1": {},
"us-west-2": {}
"us-east-1": {
"variants": [
{
"hostname": "rolesanywhere-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-east-2": {
"variants": [
{
"hostname": "rolesanywhere-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-1": {
"variants": [
{
"hostname": "rolesanywhere-fips.us-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-2": {
"variants": [
{
"hostname": "rolesanywhere-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"route53": {
Expand Down Expand Up @@ -27005,8 +27066,36 @@
},
"rolesanywhere": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "rolesanywhere-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "rolesanywhere-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "rolesanywhere-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "rolesanywhere-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"route53": {
Expand Down

0 comments on commit 5417ea8

Please sign in to comment.