Skip to content

Commit c5e3e87

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-09-22
1 parent 28ddff5 commit c5e3e87

File tree

1 file changed

+44
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+44
-0
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12891,6 +12891,12 @@
1289112891
},
1289212892
"hostname": "oidc.eu-central-1.amazonaws.com"
1289312893
},
12894+
"eu-central-2": {
12895+
"credentialScope": {
12896+
"region": "eu-central-2"
12897+
},
12898+
"hostname": "oidc.eu-central-2.amazonaws.com"
12899+
},
1289412900
"eu-north-1": {
1289512901
"credentialScope": {
1289612902
"region": "eu-north-1"
@@ -13560,6 +13566,12 @@
1356013566
},
1356113567
"hostname": "portal.sso.eu-central-1.amazonaws.com"
1356213568
},
13569+
"eu-central-2": {
13570+
"credentialScope": {
13571+
"region": "eu-central-2"
13572+
},
13573+
"hostname": "portal.sso.eu-central-2.amazonaws.com"
13574+
},
1356313575
"eu-north-1": {
1356413576
"credentialScope": {
1356513577
"region": "eu-north-1"
@@ -21191,6 +21203,22 @@
2119121203
"cn-northwest-1": {}
2119221204
}
2119321205
},
21206+
"oidc": {
21207+
"endpoints": {
21208+
"cn-north-1": {
21209+
"credentialScope": {
21210+
"region": "cn-north-1"
21211+
},
21212+
"hostname": "oidc.cn-north-1.amazonaws.com.cn"
21213+
},
21214+
"cn-northwest-1": {
21215+
"credentialScope": {
21216+
"region": "cn-northwest-1"
21217+
},
21218+
"hostname": "oidc.cn-northwest-1.amazonaws.com.cn"
21219+
}
21220+
}
21221+
},
2119421222
"organizations": {
2119521223
"endpoints": {
2119621224
"aws-cn-global": {
@@ -21219,6 +21247,22 @@
2121921247
"cn-northwest-1": {}
2122021248
}
2122121249
},
21250+
"portal.sso": {
21251+
"endpoints": {
21252+
"cn-north-1": {
21253+
"credentialScope": {
21254+
"region": "cn-north-1"
21255+
},
21256+
"hostname": "portal.sso.cn-north-1.amazonaws.com.cn"
21257+
},
21258+
"cn-northwest-1": {
21259+
"credentialScope": {
21260+
"region": "cn-northwest-1"
21261+
},
21262+
"hostname": "portal.sso.cn-northwest-1.amazonaws.com.cn"
21263+
}
21264+
}
21265+
},
2122221266
"ram": {
2122321267
"endpoints": {
2122421268
"cn-north-1": {},

0 commit comments

Comments
 (0)