Skip to content

Commit 16c2343

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-11-20
1 parent 6eb1bbf commit 16c2343

File tree

1 file changed

+22
-35
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+22
-35
lines changed

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

Lines changed: 22 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,21 @@
550550
"ap-south-1": {},
551551
"ap-southeast-1": {},
552552
"ap-southeast-2": {},
553-
"ca-central-1": {},
553+
"ca-central-1": {
554+
"variants": [
555+
{
556+
"hostname": "api.detective-fips.ca-central-1.amazonaws.com",
557+
"tags": ["fips"]
558+
}
559+
]
560+
},
561+
"ca-central-1-fips": {
562+
"credentialScope": {
563+
"region": "ca-central-1"
564+
},
565+
"deprecated": true,
566+
"hostname": "api.detective-fips.ca-central-1.amazonaws.com"
567+
},
554568
"eu-central-1": {},
555569
"eu-north-1": {},
556570
"eu-south-1": {},
@@ -7317,6 +7331,7 @@
73177331
"ap-south-1": {},
73187332
"ap-southeast-1": {},
73197333
"ap-southeast-2": {},
7334+
"ap-southeast-3": {},
73207335
"ca-central-1": {
73217336
"variants": [
73227337
{
@@ -7366,6 +7381,7 @@
73667381
"deprecated": true,
73677382
"hostname": "emr-containers-fips.us-west-2.amazonaws.com"
73687383
},
7384+
"me-central-1": {},
73697385
"me-south-1": {},
73707386
"sa-east-1": {},
73717387
"us-east-1": {
@@ -11635,6 +11651,7 @@
1163511651
"eu-central-2": {},
1163611652
"eu-north-1": {},
1163711653
"eu-south-1": {},
11654+
"eu-south-2": {},
1163811655
"eu-west-1": {},
1163911656
"eu-west-2": {},
1164011657
"eu-west-3": {},
@@ -11810,6 +11827,7 @@
1181011827
"eu-central-2": {},
1181111828
"eu-north-1": {},
1181211829
"eu-south-1": {},
11830+
"eu-south-2": {},
1181311831
"eu-west-1": {},
1181411832
"eu-west-2": {},
1181511833
"eu-west-3": {},
@@ -12086,40 +12104,6 @@
1208612104
"us-east-1": {}
1208712105
}
1208812106
},
12089-
"macie": {
12090-
"endpoints": {
12091-
"fips-us-east-1": {
12092-
"credentialScope": {
12093-
"region": "us-east-1"
12094-
},
12095-
"deprecated": true,
12096-
"hostname": "macie-fips.us-east-1.amazonaws.com"
12097-
},
12098-
"fips-us-west-2": {
12099-
"credentialScope": {
12100-
"region": "us-west-2"
12101-
},
12102-
"deprecated": true,
12103-
"hostname": "macie-fips.us-west-2.amazonaws.com"
12104-
},
12105-
"us-east-1": {
12106-
"variants": [
12107-
{
12108-
"hostname": "macie-fips.us-east-1.amazonaws.com",
12109-
"tags": ["fips"]
12110-
}
12111-
]
12112-
},
12113-
"us-west-2": {
12114-
"variants": [
12115-
{
12116-
"hostname": "macie-fips.us-west-2.amazonaws.com",
12117-
"tags": ["fips"]
12118-
}
12119-
]
12120-
}
12121-
}
12122-
},
1212312107
"macie2": {
1212412108
"endpoints": {
1212512109
"af-south-1": {},
@@ -13615,8 +13599,11 @@
1361513599
"osis": {
1361613600
"endpoints": {
1361713601
"ap-northeast-1": {},
13602+
"ap-northeast-2": {},
13603+
"ap-south-1": {},
1361813604
"ap-southeast-1": {},
1361913605
"ap-southeast-2": {},
13606+
"ca-central-1": {},
1362013607
"eu-central-1": {},
1362113608
"eu-west-1": {},
1362213609
"eu-west-2": {},

0 commit comments

Comments
 (0)