Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-04-05
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 5, 2024
1 parent 8f5691c commit e31f957
Showing 1 changed file with 64 additions and 0 deletions.
Expand Up @@ -12187,6 +12187,7 @@
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"ca-west-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand Down Expand Up @@ -14851,6 +14852,12 @@
},
"hostname": "portal.sso.ap-south-1.amazonaws.com"
},
"ap-south-2": {
"credentialScope": {
"region": "ap-south-2"
},
"hostname": "portal.sso.ap-south-2.amazonaws.com"
},
"ap-southeast-1": {
"credentialScope": {
"region": "ap-southeast-1"
Expand Down Expand Up @@ -14905,6 +14912,12 @@
},
"hostname": "portal.sso.eu-south-1.amazonaws.com"
},
"eu-south-2": {
"credentialScope": {
"region": "eu-south-2"
},
"hostname": "portal.sso.eu-south-2.amazonaws.com"
},
"eu-west-1": {
"credentialScope": {
"region": "eu-west-1"
Expand Down Expand Up @@ -16496,15 +16509,26 @@
},
"rum": {
"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": {},
"eu-south-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
"us-west-1": {},
"us-west-2": {}
}
},
Expand Down Expand Up @@ -19991,6 +20015,7 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
Expand All @@ -20000,6 +20025,7 @@
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-south-2": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand Down Expand Up @@ -30052,6 +30078,44 @@
"us-iso-west-1": {}
}
},
"fsx": {
"endpoints": {
"fips-prod-us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "fsx-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "fsx-fips.us-iso-east-1.c2s.ic.gov"
},
"prod-us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"variants": [
{
"hostname": "fsx-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"us-iso-east-1": {
"variants": [
{
"hostname": "fsx-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
}
}
},
"glacier": {
"endpoints": {
"us-iso-east-1": {
Expand Down

0 comments on commit e31f957

Please sign in to comment.