Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 10, 2023
1 parent 361bd48 commit 87bde6f
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12055,6 +12055,7 @@
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
Expand Down Expand Up @@ -20769,11 +20770,18 @@
},
"participant.connect" : {
"endpoints" : {
"us-gov-west-1" : {
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "participant.connect.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "participant.connect.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
Expand Down

0 comments on commit 87bde6f

Please sign in to comment.