Skip to content

Commit 69e40ce

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-06-11
1 parent f58a01d commit 69e40ce

File tree

1 file changed

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

1 file changed

+58
-0
lines changed

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

+58
Original file line numberDiff line numberDiff line change
@@ -2993,6 +2993,12 @@
29932993
},
29942994
"hostname": "bedrock.eu-west-3.amazonaws.com"
29952995
},
2996+
"bedrock-fips-ca-central-1": {
2997+
"credentialScope": {
2998+
"region": "ca-central-1"
2999+
},
3000+
"hostname": "bedrock-fips.ca-central-1.amazonaws.com"
3001+
},
29963002
"bedrock-fips-us-east-1": {
29973003
"credentialScope": {
29983004
"region": "us-east-1"
@@ -3059,6 +3065,12 @@
30593065
},
30603066
"hostname": "bedrock-runtime.eu-west-3.amazonaws.com"
30613067
},
3068+
"bedrock-runtime-fips-ca-central-1": {
3069+
"credentialScope": {
3070+
"region": "ca-central-1"
3071+
},
3072+
"hostname": "bedrock-runtime-fips.ca-central-1.amazonaws.com"
3073+
},
30623074
"bedrock-runtime-fips-us-east-1": {
30633075
"credentialScope": {
30643076
"region": "us-east-1"
@@ -25652,6 +25664,18 @@
2565225664
},
2565325665
"bedrock": {
2565425666
"endpoints": {
25667+
"bedrock-fips-us-gov-west-1": {
25668+
"credentialScope": {
25669+
"region": "us-gov-west-1"
25670+
},
25671+
"hostname": "bedrock-fips.us-gov-west-1.amazonaws.com"
25672+
},
25673+
"bedrock-runtime-fips-us-gov-west-1": {
25674+
"credentialScope": {
25675+
"region": "us-gov-west-1"
25676+
},
25677+
"hostname": "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
25678+
},
2565525679
"bedrock-runtime-us-gov-west-1": {
2565625680
"credentialScope": {
2565725681
"region": "us-gov-west-1"
@@ -29400,6 +29424,40 @@
2940029424
}
2940129425
}
2940229426
},
29427+
"securitylake": {
29428+
"endpoints": {
29429+
"us-gov-east-1": {
29430+
"variants": [
29431+
{
29432+
"hostname": "securitylake.us-gov-east-1.amazonaws.com",
29433+
"tags": ["fips"]
29434+
}
29435+
]
29436+
},
29437+
"us-gov-east-1-fips": {
29438+
"credentialScope": {
29439+
"region": "us-gov-east-1"
29440+
},
29441+
"deprecated": true,
29442+
"hostname": "securitylake.us-gov-east-1.amazonaws.com"
29443+
},
29444+
"us-gov-west-1": {
29445+
"variants": [
29446+
{
29447+
"hostname": "securitylake.us-gov-west-1.amazonaws.com",
29448+
"tags": ["fips"]
29449+
}
29450+
]
29451+
},
29452+
"us-gov-west-1-fips": {
29453+
"credentialScope": {
29454+
"region": "us-gov-west-1"
29455+
},
29456+
"deprecated": true,
29457+
"hostname": "securitylake.us-gov-west-1.amazonaws.com"
29458+
}
29459+
}
29460+
},
2940329461
"serverlessrepo": {
2940429462
"defaults": {
2940529463
"protocols": ["https"]

0 commit comments

Comments
 (0)