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 Mar 18, 2024
1 parent 9927740 commit 58be623
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2099,6 +2099,12 @@
"tags" : [ "dualstack" ]
} ]
},
"ca-west-1" : {
"variants" : [ {
"hostname" : "athena.ca-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-central-1" : {
"variants" : [ {
"hostname" : "athena.eu-central-1.api.aws",
Expand Down Expand Up @@ -12802,6 +12808,12 @@
},
"hostname" : "oidc.ap-southeast-3.amazonaws.com"
},
"ap-southeast-4" : {
"credentialScope" : {
"region" : "ap-southeast-4"
},
"hostname" : "oidc.ap-southeast-4.amazonaws.com"
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand Down Expand Up @@ -13459,6 +13471,12 @@
},
"hostname" : "portal.sso.ap-southeast-3.amazonaws.com"
},
"ap-southeast-4" : {
"credentialScope" : {
"region" : "ap-southeast-4"
},
"hostname" : "portal.sso.ap-southeast-4.amazonaws.com"
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand Down Expand Up @@ -17943,6 +17961,7 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
Expand Down Expand Up @@ -27896,6 +27915,30 @@
"us-isob-east-1" : { }
}
},
"storagegateway" : {
"endpoints" : {
"fips" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
},
"us-isob-east-1-fips" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
}
}
},
"streams.dynamodb" : {
"defaults" : {
"credentialScope" : {
Expand Down

0 comments on commit 58be623

Please sign in to comment.