Skip to content

Commit e1a2dc2

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-03-18
1 parent 72ad42d commit e1a2dc2

File tree

1 file changed

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

1 file changed

+47
-0
lines changed

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

+47
Original file line numberDiff line numberDiff line change
@@ -2306,6 +2306,14 @@
23062306
}
23072307
]
23082308
},
2309+
"ca-west-1": {
2310+
"variants": [
2311+
{
2312+
"hostname": "athena.ca-west-1.api.aws",
2313+
"tags": ["dualstack"]
2314+
}
2315+
]
2316+
},
23092317
"eu-central-1": {
23102318
"variants": [
23112319
{
@@ -14121,6 +14129,12 @@
1412114129
},
1412214130
"hostname": "oidc.ap-southeast-3.amazonaws.com"
1412314131
},
14132+
"ap-southeast-4": {
14133+
"credentialScope": {
14134+
"region": "ap-southeast-4"
14135+
},
14136+
"hostname": "oidc.ap-southeast-4.amazonaws.com"
14137+
},
1412414138
"ca-central-1": {
1412514139
"credentialScope": {
1412614140
"region": "ca-central-1"
@@ -14814,6 +14828,12 @@
1481414828
},
1481514829
"hostname": "portal.sso.ap-southeast-3.amazonaws.com"
1481614830
},
14831+
"ap-southeast-4": {
14832+
"credentialScope": {
14833+
"region": "ap-southeast-4"
14834+
},
14835+
"hostname": "portal.sso.ap-southeast-4.amazonaws.com"
14836+
},
1481714837
"ca-central-1": {
1481814838
"credentialScope": {
1481914839
"region": "ca-central-1"
@@ -19910,6 +19930,7 @@
1991019930
"ap-southeast-1": {},
1991119931
"ap-southeast-2": {},
1991219932
"ap-southeast-3": {},
19933+
"ap-southeast-4": {},
1991319934
"ca-central-1": {},
1991419935
"eu-central-1": {},
1991519936
"eu-central-2": {},
@@ -30860,6 +30881,32 @@
3086030881
"us-isob-east-1": {}
3086130882
}
3086230883
},
30884+
"storagegateway": {
30885+
"endpoints": {
30886+
"fips": {
30887+
"credentialScope": {
30888+
"region": "us-isob-east-1"
30889+
},
30890+
"deprecated": true,
30891+
"hostname": "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
30892+
},
30893+
"us-isob-east-1": {
30894+
"variants": [
30895+
{
30896+
"hostname": "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov",
30897+
"tags": ["fips"]
30898+
}
30899+
]
30900+
},
30901+
"us-isob-east-1-fips": {
30902+
"credentialScope": {
30903+
"region": "us-isob-east-1"
30904+
},
30905+
"deprecated": true,
30906+
"hostname": "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
30907+
}
30908+
}
30909+
},
3086330910
"streams.dynamodb": {
3086430911
"defaults": {
3086530912
"credentialScope": {

0 commit comments

Comments
 (0)