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 Nov 17, 2022
1 parent cb64cae commit 9a8dc62
Showing 1 changed file with 18 additions and 2 deletions.
Expand Up @@ -4506,6 +4506,7 @@
"deprecated" : true,
"hostname" : "ds-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -14628,18 +14629,28 @@
"eu-central-1" : { },
"eu-west-2" : { },
"fips-us-east-1" : {
"deprecated" : true
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "voiceid-fips.us-east-1.amazonaws.com"
},
"fips-us-west-2" : {
"deprecated" : true
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "voiceid-fips.us-west-2.amazonaws.com"
},
"us-east-1" : {
"variants" : [ {
"hostname" : "voiceid-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "voiceid-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
Expand Down Expand Up @@ -18676,6 +18687,11 @@
}
}
},
"ingest.timestream" : {
"endpoints" : {
"us-gov-west-1" : { }
}
},
"inspector" : {
"endpoints" : {
"fips-us-gov-east-1" : {
Expand Down

0 comments on commit 9a8dc62

Please sign in to comment.