Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-09-22
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 22, 2023
1 parent 28ddff5 commit c5e3e87
Showing 1 changed file with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12891,6 +12891,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 @@ -13560,6 +13566,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 @@ -21191,6 +21203,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 @@ -21219,6 +21247,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 c5e3e87

Please sign in to comment.