Skip to content

Commit 587fab4

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 9bf0d5b commit 587fab4

File tree

1 file changed

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

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,9 @@
18211821
},
18221822
"arc-zonal-shift" : {
18231823
"endpoints" : {
1824+
"af-south-1" : { },
18241825
"ap-northeast-1" : { },
1826+
"ap-northeast-2" : { },
18251827
"ap-south-1" : { },
18261828
"ap-southeast-1" : { },
18271829
"ap-southeast-2" : { },
@@ -2787,13 +2789,16 @@
27872789
"ap-northeast-2" : { },
27882790
"ap-northeast-3" : { },
27892791
"ap-south-1" : { },
2792+
"ap-south-2" : { },
27902793
"ap-southeast-1" : { },
27912794
"ap-southeast-2" : { },
27922795
"ap-southeast-3" : { },
27932796
"ca-central-1" : { },
27942797
"eu-central-1" : { },
2798+
"eu-central-2" : { },
27952799
"eu-north-1" : { },
27962800
"eu-south-1" : { },
2801+
"eu-south-2" : { },
27972802
"eu-west-1" : { },
27982803
"eu-west-2" : { },
27992804
"eu-west-3" : { },
@@ -7485,6 +7490,7 @@
74857490
"protocols" : [ "https" ]
74867491
},
74877492
"endpoints" : {
7493+
"ap-south-1" : { },
74887494
"us-east-1" : { },
74897495
"us-east-2" : { },
74907496
"us-west-2" : { }
@@ -12714,6 +12720,7 @@
1271412720
"ap-northeast-2" : { },
1271512721
"ap-northeast-3" : { },
1271612722
"ap-south-1" : { },
12723+
"ap-south-2" : { },
1271712724
"ap-southeast-1" : { },
1271812725
"ap-southeast-2" : { },
1271912726
"ap-southeast-3" : { },
@@ -18858,6 +18865,19 @@
1885818865
"deprecated" : true,
1885918866
"hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com"
1886018867
},
18868+
"us-gov-east-1" : {
18869+
"variants" : [ {
18870+
"hostname" : "appstream2-fips.us-gov-east-1.amazonaws.com",
18871+
"tags" : [ "fips" ]
18872+
} ]
18873+
},
18874+
"us-gov-east-1-fips" : {
18875+
"credentialScope" : {
18876+
"region" : "us-gov-east-1"
18877+
},
18878+
"deprecated" : true,
18879+
"hostname" : "appstream2-fips.us-gov-east-1.amazonaws.com"
18880+
},
1886118881
"us-gov-west-1" : {
1886218882
"variants" : [ {
1886318883
"hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com",

0 commit comments

Comments
 (0)