File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 12055
12055
"endpoints" : {
12056
12056
"ap-northeast-1" : { },
12057
12057
"ap-northeast-2" : { },
12058
+ "ap-south-1" : { },
12058
12059
"ap-southeast-1" : { },
12059
12060
"ap-southeast-2" : { },
12060
12061
"ca-central-1" : { },
@@ -20769,11 +20770,18 @@
20769
20770
},
20770
20771
"participant.connect" : {
20771
20772
"endpoints" : {
20772
- "us-gov-west-1" : {
20773
+ "fips- us-gov-west-1" : {
20773
20774
"credentialScope" : {
20774
20775
"region" : "us-gov-west-1"
20775
20776
},
20777
+ "deprecated" : true,
20776
20778
"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
+ } ]
20777
20785
}
20778
20786
}
20779
20787
},
You can’t perform that action at this time.
0 commit comments