Skip to content

Commit 28731c2

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 3505e4b commit 28731c2

File tree

1 file changed

+26
-2
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+26
-2
lines changed

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

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22426,8 +22426,18 @@
2242622426
"ap-southeast-4" : { },
2242722427
"ap-southeast-5" : { },
2242822428
"ap-southeast-7" : { },
22429-
"ca-central-1" : { },
22430-
"ca-west-1" : { },
22429+
"ca-central-1" : {
22430+
"variants" : [ {
22431+
"hostname" : "sqs-fips.ca-central-1.amazonaws.com",
22432+
"tags" : [ "fips" ]
22433+
} ]
22434+
},
22435+
"ca-west-1" : {
22436+
"variants" : [ {
22437+
"hostname" : "sqs-fips.ca-west-1.amazonaws.com",
22438+
"tags" : [ "fips" ]
22439+
} ]
22440+
},
2243122441
"eu-central-1" : { },
2243222442
"eu-central-2" : { },
2243322443
"eu-north-1" : { },
@@ -22436,6 +22446,20 @@
2243622446
"eu-west-1" : { },
2243722447
"eu-west-2" : { },
2243822448
"eu-west-3" : { },
22449+
"fips-ca-central-1" : {
22450+
"credentialScope" : {
22451+
"region" : "ca-central-1"
22452+
},
22453+
"deprecated" : true,
22454+
"hostname" : "sqs-fips.ca-central-1.amazonaws.com"
22455+
},
22456+
"fips-ca-west-1" : {
22457+
"credentialScope" : {
22458+
"region" : "ca-west-1"
22459+
},
22460+
"deprecated" : true,
22461+
"hostname" : "sqs-fips.ca-west-1.amazonaws.com"
22462+
},
2243922463
"fips-us-east-1" : {
2244022464
"credentialScope" : {
2244122465
"region" : "us-east-1"

0 commit comments

Comments
 (0)