Skip to content

Commit b0f2416

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 913db06 commit b0f2416

File tree

1 file changed

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

1 file changed

+44
-0
lines changed

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

+44
Original file line numberDiff line numberDiff line change
@@ -11711,6 +11711,12 @@
1171111711
},
1171211712
"hostname" : "oidc.eu-central-1.amazonaws.com"
1171311713
},
11714+
"eu-central-2" : {
11715+
"credentialScope" : {
11716+
"region" : "eu-central-2"
11717+
},
11718+
"hostname" : "oidc.eu-central-2.amazonaws.com"
11719+
},
1171411720
"eu-north-1" : {
1171511721
"credentialScope" : {
1171611722
"region" : "eu-north-1"
@@ -12344,6 +12350,12 @@
1234412350
},
1234512351
"hostname" : "portal.sso.eu-central-1.amazonaws.com"
1234612352
},
12353+
"eu-central-2" : {
12354+
"credentialScope" : {
12355+
"region" : "eu-central-2"
12356+
},
12357+
"hostname" : "portal.sso.eu-central-2.amazonaws.com"
12358+
},
1234712359
"eu-north-1" : {
1234812360
"credentialScope" : {
1234912361
"region" : "eu-north-1"
@@ -19248,6 +19260,22 @@
1924819260
"cn-northwest-1" : { }
1924919261
}
1925019262
},
19263+
"oidc" : {
19264+
"endpoints" : {
19265+
"cn-north-1" : {
19266+
"credentialScope" : {
19267+
"region" : "cn-north-1"
19268+
},
19269+
"hostname" : "oidc.cn-north-1.amazonaws.com.cn"
19270+
},
19271+
"cn-northwest-1" : {
19272+
"credentialScope" : {
19273+
"region" : "cn-northwest-1"
19274+
},
19275+
"hostname" : "oidc.cn-northwest-1.amazonaws.com.cn"
19276+
}
19277+
}
19278+
},
1925119279
"organizations" : {
1925219280
"endpoints" : {
1925319281
"aws-cn-global" : {
@@ -19276,6 +19304,22 @@
1927619304
"cn-northwest-1" : { }
1927719305
}
1927819306
},
19307+
"portal.sso" : {
19308+
"endpoints" : {
19309+
"cn-north-1" : {
19310+
"credentialScope" : {
19311+
"region" : "cn-north-1"
19312+
},
19313+
"hostname" : "portal.sso.cn-north-1.amazonaws.com.cn"
19314+
},
19315+
"cn-northwest-1" : {
19316+
"credentialScope" : {
19317+
"region" : "cn-northwest-1"
19318+
},
19319+
"hostname" : "portal.sso.cn-northwest-1.amazonaws.com.cn"
19320+
}
19321+
}
19322+
},
1927919323
"ram" : {
1928019324
"endpoints" : {
1928119325
"cn-north-1" : { },

0 commit comments

Comments
 (0)