Skip to content

Commit c7335ff

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 9132e10 commit c7335ff

File tree

1 file changed

+14
-0
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,14 @@
17571757
"us-west-2" : { }
17581758
}
17591759
},
1760+
"backupstorage" : {
1761+
"endpoints" : {
1762+
"eu-west-1" : { },
1763+
"us-east-1" : { },
1764+
"us-east-2" : { },
1765+
"us-west-2" : { }
1766+
}
1767+
},
17601768
"batch" : {
17611769
"defaults" : {
17621770
"variants" : [ {
@@ -17551,12 +17559,18 @@
1755117559
"variants" : [ {
1755217560
"hostname" : "lambda-fips.us-gov-east-1.amazonaws.com",
1755317561
"tags" : [ "fips" ]
17562+
}, {
17563+
"hostname" : "lambda.us-gov-east-1.api.aws",
17564+
"tags" : [ "dualstack" ]
1755417565
} ]
1755517566
},
1755617567
"us-gov-west-1" : {
1755717568
"variants" : [ {
1755817569
"hostname" : "lambda-fips.us-gov-west-1.amazonaws.com",
1755917570
"tags" : [ "fips" ]
17571+
}, {
17572+
"hostname" : "lambda.us-gov-west-1.api.aws",
17573+
"tags" : [ "dualstack" ]
1756017574
} ]
1756117575
}
1756217576
}

0 commit comments

Comments
 (0)