Skip to content

Commit 2a4842f

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-09-20
1 parent 5412f69 commit 2a4842f

File tree

2 files changed

+57
-1
lines changed
  • clients/client-rbin/src
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

2 files changed

+57
-1
lines changed

clients/client-rbin/src/endpoints.ts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@ const regionHash: RegionHash = {
2727
},
2828
],
2929
},
30+
"us-gov-east-1": {
31+
variants: [
32+
{
33+
hostname: "rbin-fips.us-gov-east-1.amazonaws.com",
34+
tags: ["fips"],
35+
},
36+
],
37+
},
38+
"us-gov-west-1": {
39+
variants: [
40+
{
41+
hostname: "rbin-fips.us-gov-west-1.amazonaws.com",
42+
tags: ["fips"],
43+
},
44+
],
45+
},
3046
"us-west-1": {
3147
variants: [
3248
{
@@ -148,7 +164,7 @@ const partitionHash: PartitionHash = {
148164
],
149165
},
150166
"aws-us-gov": {
151-
regions: ["us-gov-east-1", "us-gov-west-1"],
167+
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
152168
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
153169
variants: [
154170
{

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17183,6 +17183,12 @@
1718317183
"cn-northwest-1": {}
1718417184
}
1718517185
},
17186+
"rbin": {
17187+
"endpoints": {
17188+
"cn-north-1": {},
17189+
"cn-northwest-1": {}
17190+
}
17191+
},
1718617192
"rds": {
1718717193
"endpoints": {
1718817194
"cn-north-1": {},
@@ -20396,6 +20402,40 @@
2039620402
}
2039720403
}
2039820404
},
20405+
"rbin": {
20406+
"endpoints": {
20407+
"fips-us-gov-east-1": {
20408+
"credentialScope": {
20409+
"region": "us-gov-east-1"
20410+
},
20411+
"deprecated": true,
20412+
"hostname": "rbin-fips.us-gov-east-1.amazonaws.com"
20413+
},
20414+
"fips-us-gov-west-1": {
20415+
"credentialScope": {
20416+
"region": "us-gov-west-1"
20417+
},
20418+
"deprecated": true,
20419+
"hostname": "rbin-fips.us-gov-west-1.amazonaws.com"
20420+
},
20421+
"us-gov-east-1": {
20422+
"variants": [
20423+
{
20424+
"hostname": "rbin-fips.us-gov-east-1.amazonaws.com",
20425+
"tags": ["fips"]
20426+
}
20427+
]
20428+
},
20429+
"us-gov-west-1": {
20430+
"variants": [
20431+
{
20432+
"hostname": "rbin-fips.us-gov-west-1.amazonaws.com",
20433+
"tags": ["fips"]
20434+
}
20435+
]
20436+
}
20437+
}
20438+
},
2039920439
"rds": {
2040020440
"defaults": {
2040120441
"variants": [

0 commit comments

Comments
 (0)