Skip to content

Commit 1ca0877

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-04-02
1 parent 813eb4d commit 1ca0877

File tree

1 file changed

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

1 file changed

+36
-0
lines changed

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

+36
Original file line numberDiff line numberDiff line change
@@ -4089,6 +4089,7 @@
40894089
"ap-southeast-1": {},
40904090
"ap-southeast-2": {},
40914091
"ap-southeast-3": {},
4092+
"ap-southeast-4": {},
40924093
"ca-central-1": {},
40934094
"eu-central-1": {},
40944095
"eu-central-2": {},
@@ -18447,6 +18448,29 @@
1844718448
"deprecated": true,
1844818449
"hostname": "servicediscovery-fips.ca-central-1.amazonaws.com"
1844918450
},
18451+
"ca-west-1": {
18452+
"variants": [
18453+
{
18454+
"hostname": "servicediscovery-fips.ca-west-1.amazonaws.com",
18455+
"tags": ["fips"]
18456+
},
18457+
{
18458+
"hostname": "servicediscovery-fips.ca-west-1.api.aws",
18459+
"tags": ["dualstack", "fips"]
18460+
},
18461+
{
18462+
"hostname": "servicediscovery.ca-west-1.api.aws",
18463+
"tags": ["dualstack"]
18464+
}
18465+
]
18466+
},
18467+
"ca-west-1-fips": {
18468+
"credentialScope": {
18469+
"region": "ca-west-1"
18470+
},
18471+
"deprecated": true,
18472+
"hostname": "servicediscovery-fips.ca-west-1.amazonaws.com"
18473+
},
1845018474
"eu-central-1": {
1845118475
"variants": [
1845218476
{
@@ -24810,6 +24834,18 @@
2481024834
},
2481124835
"bedrock": {
2481224836
"endpoints": {
24837+
"bedrock-runtime-us-gov-west-1": {
24838+
"credentialScope": {
24839+
"region": "us-gov-west-1"
24840+
},
24841+
"hostname": "bedrock-runtime.us-gov-west-1.amazonaws.com"
24842+
},
24843+
"bedrock-us-gov-west-1": {
24844+
"credentialScope": {
24845+
"region": "us-gov-west-1"
24846+
},
24847+
"hostname": "bedrock.us-gov-west-1.amazonaws.com"
24848+
},
2481324849
"us-gov-west-1": {}
2481424850
}
2481524851
},

0 commit comments

Comments
 (0)