Skip to content

Commit 4627703

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent c6f1c6e commit 4627703

File tree

1 file changed

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

1 file changed

+41
-1
lines changed

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

+41-1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
"ap-south-1" : { },
294294
"ap-southeast-1" : { },
295295
"ap-southeast-2" : { },
296+
"ap-southeast-3" : { },
296297
"ca-central-1" : {
297298
"variants" : [ {
298299
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
@@ -1478,6 +1479,7 @@
14781479
"eu-central-1" : { },
14791480
"eu-north-1" : { },
14801481
"eu-west-1" : { },
1482+
"eu-west-2" : { },
14811483
"us-east-1" : { },
14821484
"us-east-2" : { },
14831485
"us-west-2" : { }
@@ -2008,7 +2010,6 @@
20082010
},
20092011
"cloudhsm" : {
20102012
"endpoints" : {
2011-
"eu-west-1" : { },
20122013
"us-east-1" : { }
20132014
}
20142015
},
@@ -12838,6 +12839,16 @@
1283812839
"tags" : [ "fips" ]
1283912840
} ]
1284012841
},
12842+
"ap-southeast-3" : {
12843+
"credentialScope" : {
12844+
"region" : "ap-southeast-3"
12845+
},
12846+
"hostname" : "waf-regional.ap-southeast-3.amazonaws.com",
12847+
"variants" : [ {
12848+
"hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com",
12849+
"tags" : [ "fips" ]
12850+
} ]
12851+
},
1284112852
"ca-central-1" : {
1284212853
"credentialScope" : {
1284312854
"region" : "ca-central-1"
@@ -12964,6 +12975,13 @@
1296412975
"deprecated" : true,
1296512976
"hostname" : "waf-regional-fips.ap-southeast-2.amazonaws.com"
1296612977
},
12978+
"fips-ap-southeast-3" : {
12979+
"credentialScope" : {
12980+
"region" : "ap-southeast-3"
12981+
},
12982+
"deprecated" : true,
12983+
"hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com"
12984+
},
1296712985
"fips-ca-central-1" : {
1296812986
"credentialScope" : {
1296912987
"region" : "ca-central-1"
@@ -16905,6 +16923,11 @@
1690516923
}
1690616924
}
1690716925
},
16926+
"robomaker" : {
16927+
"endpoints" : {
16928+
"us-gov-west-1" : { }
16929+
}
16930+
},
1690816931
"route53" : {
1690916932
"endpoints" : {
1691016933
"aws-us-gov-global" : {
@@ -18610,6 +18633,23 @@
1861018633
"us-isob-east-1" : { }
1861118634
}
1861218635
},
18636+
"elasticfilesystem" : {
18637+
"endpoints" : {
18638+
"fips-us-isob-east-1" : {
18639+
"credentialScope" : {
18640+
"region" : "us-isob-east-1"
18641+
},
18642+
"deprecated" : true,
18643+
"hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov"
18644+
},
18645+
"us-isob-east-1" : {
18646+
"variants" : [ {
18647+
"hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
18648+
"tags" : [ "fips" ]
18649+
} ]
18650+
}
18651+
}
18652+
},
1861318653
"elasticloadbalancing" : {
1861418654
"endpoints" : {
1861518655
"us-isob-east-1" : {

0 commit comments

Comments
 (0)