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 29, 2024
1 parent d5a8af6 commit d91cb73
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19769,7 +19769,10 @@
"wisdom" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-2" : { },
"fips-us-east-1" : {
Expand All @@ -19779,7 +19782,10 @@
"deprecated" : true
},
"ui-ap-northeast-1" : { },
"ui-ap-northeast-2" : { },
"ui-ap-southeast-1" : { },
"ui-ap-southeast-2" : { },
"ui-ca-central-1" : { },
"ui-eu-central-1" : { },
"ui-eu-west-2" : { },
"ui-us-east-1" : { },
Expand Down Expand Up @@ -20979,6 +20985,11 @@
}
}
},
"quicksight" : {
"endpoints" : {
"cn-north-1" : { }
}
},
"ram" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -26352,13 +26363,26 @@
},
"datasync" : {
"endpoints" : {
"fips-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov",
Expand Down

0 comments on commit d91cb73

Please sign in to comment.