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 Sep 22, 2023
1 parent 913db06 commit b0f2416
Showing 1 changed file with 44 additions and 0 deletions.
Expand Up @@ -11711,6 +11711,12 @@
},
"hostname" : "oidc.eu-central-1.amazonaws.com"
},
"eu-central-2" : {
"credentialScope" : {
"region" : "eu-central-2"
},
"hostname" : "oidc.eu-central-2.amazonaws.com"
},
"eu-north-1" : {
"credentialScope" : {
"region" : "eu-north-1"
Expand Down Expand Up @@ -12344,6 +12350,12 @@
},
"hostname" : "portal.sso.eu-central-1.amazonaws.com"
},
"eu-central-2" : {
"credentialScope" : {
"region" : "eu-central-2"
},
"hostname" : "portal.sso.eu-central-2.amazonaws.com"
},
"eu-north-1" : {
"credentialScope" : {
"region" : "eu-north-1"
Expand Down Expand Up @@ -19248,6 +19260,22 @@
"cn-northwest-1" : { }
}
},
"oidc" : {
"endpoints" : {
"cn-north-1" : {
"credentialScope" : {
"region" : "cn-north-1"
},
"hostname" : "oidc.cn-north-1.amazonaws.com.cn"
},
"cn-northwest-1" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "oidc.cn-northwest-1.amazonaws.com.cn"
}
}
},
"organizations" : {
"endpoints" : {
"aws-cn-global" : {
Expand Down Expand Up @@ -19276,6 +19304,22 @@
"cn-northwest-1" : { }
}
},
"portal.sso" : {
"endpoints" : {
"cn-north-1" : {
"credentialScope" : {
"region" : "cn-north-1"
},
"hostname" : "portal.sso.cn-north-1.amazonaws.com.cn"
},
"cn-northwest-1" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "portal.sso.cn-northwest-1.amazonaws.com.cn"
}
}
},
"ram" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down

0 comments on commit b0f2416

Please sign in to comment.