Skip to content

Commit 5d3d5cd

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 82463dd commit 5d3d5cd

File tree

1 file changed

+33
-1
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+33
-1
lines changed

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

+33-1
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,15 @@
420420
"ap-southeast-2" : { },
421421
"ca-central-1" : { },
422422
"eu-central-1" : { },
423+
"eu-north-1" : { },
423424
"eu-west-1" : { },
424425
"eu-west-2" : { },
426+
"eu-west-3" : { },
427+
"me-south-1" : { },
428+
"sa-east-1" : { },
425429
"us-east-1" : { },
426430
"us-east-2" : { },
431+
"us-west-1" : { },
427432
"us-west-2" : { }
428433
}
429434
},
@@ -1459,6 +1464,7 @@
14591464
"deprecated" : true,
14601465
"hostname" : "appstream2-fips.us-east-1.amazonaws.com"
14611466
},
1467+
"us-east-2" : { },
14621468
"us-west-2" : {
14631469
"variants" : [ {
14641470
"hostname" : "appstream2-fips.us-west-2.amazonaws.com",
@@ -7128,6 +7134,7 @@
71287134
},
71297135
"kinesisvideo" : {
71307136
"endpoints" : {
7137+
"af-south-1" : { },
71317138
"ap-east-1" : { },
71327139
"ap-northeast-1" : { },
71337140
"ap-northeast-2" : { },
@@ -8853,6 +8860,12 @@
88538860
},
88548861
"oidc" : {
88558862
"endpoints" : {
8863+
"ap-east-1" : {
8864+
"credentialScope" : {
8865+
"region" : "ap-east-1"
8866+
},
8867+
"hostname" : "oidc.ap-east-1.amazonaws.com"
8868+
},
88568869
"ap-northeast-1" : {
88578870
"credentialScope" : {
88588871
"region" : "ap-northeast-1"
@@ -8931,6 +8944,12 @@
89318944
},
89328945
"hostname" : "oidc.eu-west-3.amazonaws.com"
89338946
},
8947+
"me-south-1" : {
8948+
"credentialScope" : {
8949+
"region" : "me-south-1"
8950+
},
8951+
"hostname" : "oidc.me-south-1.amazonaws.com"
8952+
},
89348953
"sa-east-1" : {
89358954
"credentialScope" : {
89368955
"region" : "sa-east-1"
@@ -9262,6 +9281,12 @@
92629281
},
92639282
"portal.sso" : {
92649283
"endpoints" : {
9284+
"ap-east-1" : {
9285+
"credentialScope" : {
9286+
"region" : "ap-east-1"
9287+
},
9288+
"hostname" : "portal.sso.ap-east-1.amazonaws.com"
9289+
},
92659290
"ap-northeast-1" : {
92669291
"credentialScope" : {
92679292
"region" : "ap-northeast-1"
@@ -9340,6 +9365,12 @@
93409365
},
93419366
"hostname" : "portal.sso.eu-west-3.amazonaws.com"
93429367
},
9368+
"me-south-1" : {
9369+
"credentialScope" : {
9370+
"region" : "me-south-1"
9371+
},
9372+
"hostname" : "portal.sso.me-south-1.amazonaws.com"
9373+
},
93439374
"sa-east-1" : {
93449375
"credentialScope" : {
93459376
"region" : "sa-east-1"
@@ -19010,7 +19041,8 @@
1901019041
},
1901119042
"es" : {
1901219043
"endpoints" : {
19013-
"us-iso-east-1" : { }
19044+
"us-iso-east-1" : { },
19045+
"us-iso-west-1" : { }
1901419046
}
1901519047
},
1901619048
"events" : {

0 commit comments

Comments
 (0)