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 May 24, 2023
1 parent 0adb372 commit 1ca7b53
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3272,6 +3272,13 @@
"deprecated" : true,
"hostname" : "cognito-identity-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "cognito-identity-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
Expand All @@ -3293,7 +3300,12 @@
"tags" : [ "fips" ]
} ]
},
"us-west-1" : { },
"us-west-1" : {
"variants" : [ {
"hostname" : "cognito-identity-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com",
Expand Down Expand Up @@ -16057,8 +16069,11 @@
},
"transcribestreaming" : {
"endpoints" : {
"af-south-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
Expand Down

0 comments on commit 1ca7b53

Please sign in to comment.