Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-01-29
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 29, 2024
1 parent 5465534 commit adc6069
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21868,7 +21868,10 @@
"wisdom": {
"endpoints": {
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-west-2": {},
"fips-us-east-1": {
Expand All @@ -21878,7 +21881,10 @@
"deprecated": true
},
"ui-ap-northeast-1": {},
"ui-ap-northeast-2": {},
"ui-ap-southeast-1": {},
"ui-ap-southeast-2": {},
"ui-ca-central-1": {},
"ui-eu-central-1": {},
"ui-eu-west-2": {},
"ui-us-east-1": {},
Expand Down Expand Up @@ -23141,6 +23147,11 @@
}
}
},
"quicksight": {
"endpoints": {
"cn-north-1": {}
}
},
"ram": {
"endpoints": {
"cn-north-1": {},
Expand Down Expand Up @@ -29156,13 +29167,28 @@
},
"datasync": {
"endpoints": {
"fips-us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "datasync-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "datasync-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1": {
"variants": [
{
"hostname": "datasync-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"us-iso-west-1": {
"variants": [
{
Expand Down

0 comments on commit adc6069

Please sign in to comment.