Skip to content

Commit 352d1d9

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-03-06
1 parent 4adb0c3 commit 352d1d9

File tree

1 file changed

+42
-3
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+42
-3
lines changed

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

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12402,6 +12402,9 @@
1240212402
"ap-east-1": {
1240312403
"hostname": "gameliftstreams.ap-east-1.api.aws"
1240412404
},
12405+
"ap-northeast-1": {
12406+
"hostname": "gameliftstreams.ap-northeast-1.api.aws"
12407+
},
1240512408
"ap-northeast-2": {
1240612409
"hostname": "gameliftstreams.ap-northeast-2.api.aws"
1240712410
},
@@ -12438,6 +12441,9 @@
1243812441
"ca-west-1": {
1243912442
"hostname": "gameliftstreams.ca-west-1.api.aws"
1244012443
},
12444+
"eu-central-1": {
12445+
"hostname": "gameliftstreams.eu-central-1.api.aws"
12446+
},
1244112447
"eu-central-2": {
1244212448
"hostname": "gameliftstreams.eu-central-2.api.aws"
1244312449
},
@@ -12477,8 +12483,14 @@
1247712483
"us-east-1": {
1247812484
"hostname": "gameliftstreams.us-east-1.api.aws"
1247912485
},
12486+
"us-east-2": {
12487+
"hostname": "gameliftstreams.us-east-2.api.aws"
12488+
},
1248012489
"us-west-1": {
1248112490
"hostname": "gameliftstreams.us-west-1.api.aws"
12491+
},
12492+
"us-west-2": {
12493+
"hostname": "gameliftstreams.us-west-2.api.aws"
1248212494
}
1248312495
}
1248412496
},
@@ -40153,8 +40165,26 @@
4015340165
},
4015440166
"secretsmanager": {
4015540167
"endpoints": {
40156-
"us-iso-east-1": {},
40157-
"us-iso-west-1": {}
40168+
"us-iso-east-1": {
40169+
"variants": [
40170+
{
40171+
"tags": ["fips"]
40172+
}
40173+
]
40174+
},
40175+
"us-iso-east-1-fips": {
40176+
"deprecated": true
40177+
},
40178+
"us-iso-west-1": {
40179+
"variants": [
40180+
{
40181+
"tags": ["fips"]
40182+
}
40183+
]
40184+
},
40185+
"us-iso-west-1-fips": {
40186+
"deprecated": true
40187+
}
4015840188
}
4015940189
},
4016040190
"snowball": {
@@ -40962,7 +40992,16 @@
4096240992
},
4096340993
"secretsmanager": {
4096440994
"endpoints": {
40965-
"us-isob-east-1": {}
40995+
"us-isob-east-1": {
40996+
"variants": [
40997+
{
40998+
"tags": ["fips"]
40999+
}
41000+
]
41001+
},
41002+
"us-isob-east-1-fips": {
41003+
"deprecated": true
41004+
}
4096641005
}
4096741006
},
4096841007
"snowball": {

0 commit comments

Comments
 (0)