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 Jul 11, 2022
1 parent 82463dd commit 5d3d5cd
Showing 1 changed file with 33 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,15 @@
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
Expand Down Expand Up @@ -1459,6 +1464,7 @@
"deprecated" : true,
"hostname" : "appstream2-fips.us-east-1.amazonaws.com"
},
"us-east-2" : { },
"us-west-2" : {
"variants" : [ {
"hostname" : "appstream2-fips.us-west-2.amazonaws.com",
Expand Down Expand Up @@ -7128,6 +7134,7 @@
},
"kinesisvideo" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
Expand Down Expand Up @@ -8853,6 +8860,12 @@
},
"oidc" : {
"endpoints" : {
"ap-east-1" : {
"credentialScope" : {
"region" : "ap-east-1"
},
"hostname" : "oidc.ap-east-1.amazonaws.com"
},
"ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
Expand Down Expand Up @@ -8931,6 +8944,12 @@
},
"hostname" : "oidc.eu-west-3.amazonaws.com"
},
"me-south-1" : {
"credentialScope" : {
"region" : "me-south-1"
},
"hostname" : "oidc.me-south-1.amazonaws.com"
},
"sa-east-1" : {
"credentialScope" : {
"region" : "sa-east-1"
Expand Down Expand Up @@ -9262,6 +9281,12 @@
},
"portal.sso" : {
"endpoints" : {
"ap-east-1" : {
"credentialScope" : {
"region" : "ap-east-1"
},
"hostname" : "portal.sso.ap-east-1.amazonaws.com"
},
"ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
Expand Down Expand Up @@ -9340,6 +9365,12 @@
},
"hostname" : "portal.sso.eu-west-3.amazonaws.com"
},
"me-south-1" : {
"credentialScope" : {
"region" : "me-south-1"
},
"hostname" : "portal.sso.me-south-1.amazonaws.com"
},
"sa-east-1" : {
"credentialScope" : {
"region" : "sa-east-1"
Expand Down Expand Up @@ -19010,7 +19041,8 @@
},
"es" : {
"endpoints" : {
"us-iso-east-1" : { }
"us-iso-east-1" : { },
"us-iso-west-1" : { }
}
},
"events" : {
Expand Down

0 comments on commit 5d3d5cd

Please sign in to comment.