Skip to content

Commit 496cf5c

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-10-09
1 parent 3d482c5 commit 496cf5c

File tree

1 file changed

+124
-7
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+124
-7
lines changed

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

+124-7
Original file line numberDiff line numberDiff line change
@@ -18041,8 +18041,30 @@
1804118041
"ap-southeast-2": {},
1804218042
"ap-southeast-3": {},
1804318043
"ap-southeast-4": {},
18044-
"ca-central-1": {},
18045-
"ca-west-1": {},
18044+
"ca-central-1": {
18045+
"variants": [
18046+
{
18047+
"hostname": "resource-explorer-2-fips.ca-central-1.amazonaws.com",
18048+
"tags": ["fips"]
18049+
},
18050+
{
18051+
"hostname": "resource-explorer-2-fips.ca-central-1.api.aws",
18052+
"tags": ["dualstack", "fips"]
18053+
}
18054+
]
18055+
},
18056+
"ca-west-1": {
18057+
"variants": [
18058+
{
18059+
"hostname": "resource-explorer-2-fips.ca-west-1.amazonaws.com",
18060+
"tags": ["fips"]
18061+
},
18062+
{
18063+
"hostname": "resource-explorer-2-fips.ca-west-1.api.aws",
18064+
"tags": ["dualstack", "fips"]
18065+
}
18066+
]
18067+
},
1804618068
"eu-central-1": {},
1804718069
"eu-central-2": {},
1804818070
"eu-north-1": {},
@@ -18051,14 +18073,100 @@
1805118073
"eu-west-1": {},
1805218074
"eu-west-2": {},
1805318075
"eu-west-3": {},
18076+
"fips-ca-central-1": {
18077+
"credentialScope": {
18078+
"region": "ca-central-1"
18079+
},
18080+
"deprecated": true,
18081+
"hostname": "resource-explorer-2-fips.ca-central-1.amazonaws.com"
18082+
},
18083+
"fips-ca-west-1": {
18084+
"credentialScope": {
18085+
"region": "ca-west-1"
18086+
},
18087+
"deprecated": true,
18088+
"hostname": "resource-explorer-2-fips.ca-west-1.amazonaws.com"
18089+
},
18090+
"fips-us-east-1": {
18091+
"credentialScope": {
18092+
"region": "us-east-1"
18093+
},
18094+
"deprecated": true,
18095+
"hostname": "resource-explorer-2-fips.us-east-1.amazonaws.com"
18096+
},
18097+
"fips-us-east-2": {
18098+
"credentialScope": {
18099+
"region": "us-east-2"
18100+
},
18101+
"deprecated": true,
18102+
"hostname": "resource-explorer-2-fips.us-east-2.amazonaws.com"
18103+
},
18104+
"fips-us-west-1": {
18105+
"credentialScope": {
18106+
"region": "us-west-1"
18107+
},
18108+
"deprecated": true,
18109+
"hostname": "resource-explorer-2-fips.us-west-1.amazonaws.com"
18110+
},
18111+
"fips-us-west-2": {
18112+
"credentialScope": {
18113+
"region": "us-west-2"
18114+
},
18115+
"deprecated": true,
18116+
"hostname": "resource-explorer-2-fips.us-west-2.amazonaws.com"
18117+
},
1805418118
"il-central-1": {},
1805518119
"me-central-1": {},
1805618120
"me-south-1": {},
1805718121
"sa-east-1": {},
18058-
"us-east-1": {},
18059-
"us-east-2": {},
18060-
"us-west-1": {},
18061-
"us-west-2": {}
18122+
"us-east-1": {
18123+
"variants": [
18124+
{
18125+
"hostname": "resource-explorer-2-fips.us-east-1.amazonaws.com",
18126+
"tags": ["fips"]
18127+
},
18128+
{
18129+
"hostname": "resource-explorer-2-fips.us-east-1.api.aws",
18130+
"tags": ["dualstack", "fips"]
18131+
}
18132+
]
18133+
},
18134+
"us-east-2": {
18135+
"variants": [
18136+
{
18137+
"hostname": "resource-explorer-2-fips.us-east-2.amazonaws.com",
18138+
"tags": ["fips"]
18139+
},
18140+
{
18141+
"hostname": "resource-explorer-2-fips.us-east-2.api.aws",
18142+
"tags": ["dualstack", "fips"]
18143+
}
18144+
]
18145+
},
18146+
"us-west-1": {
18147+
"variants": [
18148+
{
18149+
"hostname": "resource-explorer-2-fips.us-west-1.amazonaws.com",
18150+
"tags": ["fips"]
18151+
},
18152+
{
18153+
"hostname": "resource-explorer-2-fips.us-west-1.api.aws",
18154+
"tags": ["dualstack", "fips"]
18155+
}
18156+
]
18157+
},
18158+
"us-west-2": {
18159+
"variants": [
18160+
{
18161+
"hostname": "resource-explorer-2-fips.us-west-2.amazonaws.com",
18162+
"tags": ["fips"]
18163+
},
18164+
{
18165+
"hostname": "resource-explorer-2-fips.us-west-2.api.aws",
18166+
"tags": ["dualstack", "fips"]
18167+
}
18168+
]
18169+
}
1806218170
}
1806318171
},
1806418172
"resource-groups": {
@@ -24841,9 +24949,18 @@
2484124949
"ap-northeast-2": {},
2484224950
"ap-southeast-1": {},
2484324951
"ap-southeast-2": {},
24844-
"ca-central-1": {},
24952+
"ca-central-1": {
24953+
"variants": [
24954+
{
24955+
"tags": ["fips"]
24956+
}
24957+
]
24958+
},
2484524959
"eu-central-1": {},
2484624960
"eu-west-2": {},
24961+
"fips-ca-central-1": {
24962+
"deprecated": true
24963+
},
2484724964
"fips-us-east-1": {
2484824965
"deprecated": true
2484924966
},

0 commit comments

Comments
 (0)