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 Sep 2, 2022
1 parent 824a8eb commit 9f98fe2
Showing 1 changed file with 69 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3603,11 +3603,59 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "databrew-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"deprecated" : true,
"hostname" : "databrew-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "databrew-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "databrew-fips.us-west-2.amazonaws.com"
},
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
"us-east-1" : {
"variants" : [ {
"hostname" : "databrew-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"hostname" : "databrew-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-1" : {
"variants" : [ {
"hostname" : "databrew-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "databrew-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"dataexchange" : {
Expand Down Expand Up @@ -4121,6 +4169,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "ds-fips.ca-central-1.amazonaws.com",
Expand Down Expand Up @@ -13830,8 +13879,22 @@
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-west-2" : { }
"fips-us-east-1" : {
"deprecated" : true
},
"fips-us-west-2" : {
"deprecated" : true
},
"us-east-1" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
}
}
},
"waf" : {
Expand Down

0 comments on commit 9f98fe2

Please sign in to comment.