Skip to content

Commit adc6069

Browse files
author
awstools
committedJan 29, 2024
feat(clients): update client endpoints as of 2024-01-29
1 parent 5465534 commit adc6069

File tree

1 file changed

+26
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+26
-0
lines changed
 

‎codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+26
Original file line numberDiff line numberDiff line change
@@ -21868,7 +21868,10 @@
2186821868
"wisdom": {
2186921869
"endpoints": {
2187021870
"ap-northeast-1": {},
21871+
"ap-northeast-2": {},
21872+
"ap-southeast-1": {},
2187121873
"ap-southeast-2": {},
21874+
"ca-central-1": {},
2187221875
"eu-central-1": {},
2187321876
"eu-west-2": {},
2187421877
"fips-us-east-1": {
@@ -21878,7 +21881,10 @@
2187821881
"deprecated": true
2187921882
},
2188021883
"ui-ap-northeast-1": {},
21884+
"ui-ap-northeast-2": {},
21885+
"ui-ap-southeast-1": {},
2188121886
"ui-ap-southeast-2": {},
21887+
"ui-ca-central-1": {},
2188221888
"ui-eu-central-1": {},
2188321889
"ui-eu-west-2": {},
2188421890
"ui-us-east-1": {},
@@ -23141,6 +23147,11 @@
2314123147
}
2314223148
}
2314323149
},
23150+
"quicksight": {
23151+
"endpoints": {
23152+
"cn-north-1": {}
23153+
}
23154+
},
2314423155
"ram": {
2314523156
"endpoints": {
2314623157
"cn-north-1": {},
@@ -29156,13 +29167,28 @@
2915629167
},
2915729168
"datasync": {
2915829169
"endpoints": {
29170+
"fips-us-iso-east-1": {
29171+
"credentialScope": {
29172+
"region": "us-iso-east-1"
29173+
},
29174+
"deprecated": true,
29175+
"hostname": "datasync-fips.us-iso-east-1.c2s.ic.gov"
29176+
},
2915929177
"fips-us-iso-west-1": {
2916029178
"credentialScope": {
2916129179
"region": "us-iso-west-1"
2916229180
},
2916329181
"deprecated": true,
2916429182
"hostname": "datasync-fips.us-iso-west-1.c2s.ic.gov"
2916529183
},
29184+
"us-iso-east-1": {
29185+
"variants": [
29186+
{
29187+
"hostname": "datasync-fips.us-iso-east-1.c2s.ic.gov",
29188+
"tags": ["fips"]
29189+
}
29190+
]
29191+
},
2916629192
"us-iso-west-1": {
2916729193
"variants": [
2916829194
{

0 commit comments

Comments
 (0)
Please sign in to comment.