Skip to content

Commit 87bde6f

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 361bd48 commit 87bde6f

File tree

1 file changed

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

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12055,6 +12055,7 @@
1205512055
"endpoints" : {
1205612056
"ap-northeast-1" : { },
1205712057
"ap-northeast-2" : { },
12058+
"ap-south-1" : { },
1205812059
"ap-southeast-1" : { },
1205912060
"ap-southeast-2" : { },
1206012061
"ca-central-1" : { },
@@ -20769,11 +20770,18 @@
2076920770
},
2077020771
"participant.connect" : {
2077120772
"endpoints" : {
20772-
"us-gov-west-1" : {
20773+
"fips-us-gov-west-1" : {
2077320774
"credentialScope" : {
2077420775
"region" : "us-gov-west-1"
2077520776
},
20777+
"deprecated" : true,
2077620778
"hostname" : "participant.connect.us-gov-west-1.amazonaws.com"
20779+
},
20780+
"us-gov-west-1" : {
20781+
"variants" : [ {
20782+
"hostname" : "participant.connect.us-gov-west-1.amazonaws.com",
20783+
"tags" : [ "fips" ]
20784+
} ]
2077720785
}
2077820786
}
2077920787
},

0 commit comments

Comments
 (0)