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 Jan 20, 2023
1 parent 247b038 commit 7facad1
Showing 1 changed file with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2711,6 +2711,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -5353,6 +5354,12 @@
"tags" : [ "fips" ]
} ]
},
"eu-south-2" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-west-1" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.eu-west-1.amazonaws.com",
Expand Down Expand Up @@ -5469,6 +5476,13 @@
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com"
},
"fips-eu-south-2" : {
"credentialScope" : {
"region" : "eu-south-2"
},
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com"
},
"fips-eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
Expand Down Expand Up @@ -18732,7 +18746,19 @@
},
"databrew" : {
"endpoints" : {
"us-gov-west-1" : { }
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "databrew.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "databrew.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"datasync" : {
Expand Down

0 comments on commit 7facad1

Please sign in to comment.