Skip to content

Commit b554a6a

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent a4aa0a0 commit b554a6a

File tree

1 file changed

+15
-1
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10456,6 +10456,7 @@
1045610456
"ap-south-1" : { },
1045710457
"ap-southeast-1" : { },
1045810458
"ap-southeast-2" : { },
10459+
"ca-central-1" : { },
1045910460
"eu-central-1" : { },
1046010461
"eu-north-1" : { },
1046110462
"eu-west-1" : { },
@@ -10475,6 +10476,7 @@
1047510476
"ap-south-1" : { },
1047610477
"ap-southeast-1" : { },
1047710478
"ap-southeast-2" : { },
10479+
"ca-central-1" : { },
1047810480
"eu-central-1" : { },
1047910481
"eu-north-1" : { },
1048010482
"eu-west-1" : { },
@@ -20101,14 +20103,26 @@
2010120103
},
2010220104
"codepipeline" : {
2010320105
"endpoints" : {
20106+
"fips-us-gov-east-1" : {
20107+
"credentialScope" : {
20108+
"region" : "us-gov-east-1"
20109+
},
20110+
"deprecated" : true,
20111+
"hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com"
20112+
},
2010420113
"fips-us-gov-west-1" : {
2010520114
"credentialScope" : {
2010620115
"region" : "us-gov-west-1"
2010720116
},
2010820117
"deprecated" : true,
2010920118
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
2011020119
},
20111-
"us-gov-east-1" : { },
20120+
"us-gov-east-1" : {
20121+
"variants" : [ {
20122+
"hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com",
20123+
"tags" : [ "fips" ]
20124+
} ]
20125+
},
2011220126
"us-gov-west-1" : {
2011320127
"variants" : [ {
2011420128
"hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",

0 commit comments

Comments
 (0)