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 Dec 20, 2022
1 parent adcde3a commit f9d27eb
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2548,6 +2548,7 @@
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
Expand Down Expand Up @@ -10772,6 +10773,12 @@
},
"portal.sso" : {
"endpoints" : {
"af-south-1" : {
"credentialScope" : {
"region" : "af-south-1"
},
"hostname" : "portal.sso.af-south-1.amazonaws.com"
},
"ap-east-1" : {
"credentialScope" : {
"region" : "ap-east-1"
Expand Down Expand Up @@ -10814,6 +10821,12 @@
},
"hostname" : "portal.sso.ap-southeast-2.amazonaws.com"
},
"ap-southeast-3" : {
"credentialScope" : {
"region" : "ap-southeast-3"
},
"hostname" : "portal.sso.ap-southeast-3.amazonaws.com"
},
"ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand Down Expand Up @@ -10880,6 +10893,12 @@
},
"hostname" : "portal.sso.us-east-2.amazonaws.com"
},
"us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "portal.sso.us-west-1.amazonaws.com"
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
Expand Down Expand Up @@ -14005,13 +14024,15 @@
},
"sso" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
Expand All @@ -14023,6 +14044,7 @@
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
Expand Down

0 comments on commit f9d27eb

Please sign in to comment.