Skip to content

Commit 0d10d76

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent fe8a6c1 commit 0d10d76

File tree

1 file changed

+72
-2
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+72
-2
lines changed

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

+72-2
Original file line numberDiff line numberDiff line change
@@ -3363,6 +3363,8 @@
33633363
"ap-south-2" : { },
33643364
"ap-southeast-1" : { },
33653365
"ap-southeast-2" : { },
3366+
"ap-southeast-3" : { },
3367+
"ap-southeast-4" : { },
33663368
"ca-central-1" : {
33673369
"variants" : [ {
33683370
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
@@ -3373,6 +3375,7 @@
33733375
"eu-central-2" : { },
33743376
"eu-north-1" : { },
33753377
"eu-south-1" : { },
3378+
"eu-south-2" : { },
33763379
"eu-west-1" : { },
33773380
"eu-west-2" : { },
33783381
"eu-west-3" : { },
@@ -3411,6 +3414,7 @@
34113414
"deprecated" : true,
34123415
"hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
34133416
},
3417+
"il-central-1" : { },
34143418
"me-central-1" : { },
34153419
"me-south-1" : { },
34163420
"sa-east-1" : { },
@@ -3799,6 +3803,12 @@
37993803
},
38003804
"hostname" : "compute-optimizer.ap-south-1.amazonaws.com"
38013805
},
3806+
"ap-south-2" : {
3807+
"credentialScope" : {
3808+
"region" : "ap-south-2"
3809+
},
3810+
"hostname" : "compute-optimizer.ap-south-2.amazonaws.com"
3811+
},
38023812
"ap-southeast-1" : {
38033813
"credentialScope" : {
38043814
"region" : "ap-southeast-1"
@@ -3811,6 +3821,18 @@
38113821
},
38123822
"hostname" : "compute-optimizer.ap-southeast-2.amazonaws.com"
38133823
},
3824+
"ap-southeast-3" : {
3825+
"credentialScope" : {
3826+
"region" : "ap-southeast-3"
3827+
},
3828+
"hostname" : "compute-optimizer.ap-southeast-3.amazonaws.com"
3829+
},
3830+
"ap-southeast-4" : {
3831+
"credentialScope" : {
3832+
"region" : "ap-southeast-4"
3833+
},
3834+
"hostname" : "compute-optimizer.ap-southeast-4.amazonaws.com"
3835+
},
38143836
"ca-central-1" : {
38153837
"credentialScope" : {
38163838
"region" : "ca-central-1"
@@ -3823,6 +3845,12 @@
38233845
},
38243846
"hostname" : "compute-optimizer.eu-central-1.amazonaws.com"
38253847
},
3848+
"eu-central-2" : {
3849+
"credentialScope" : {
3850+
"region" : "eu-central-2"
3851+
},
3852+
"hostname" : "compute-optimizer.eu-central-2.amazonaws.com"
3853+
},
38263854
"eu-north-1" : {
38273855
"credentialScope" : {
38283856
"region" : "eu-north-1"
@@ -3835,6 +3863,12 @@
38353863
},
38363864
"hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
38373865
},
3866+
"eu-south-2" : {
3867+
"credentialScope" : {
3868+
"region" : "eu-south-2"
3869+
},
3870+
"hostname" : "compute-optimizer.eu-south-2.amazonaws.com"
3871+
},
38383872
"eu-west-1" : {
38393873
"credentialScope" : {
38403874
"region" : "eu-west-1"
@@ -3853,6 +3887,18 @@
38533887
},
38543888
"hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
38553889
},
3890+
"il-central-1" : {
3891+
"credentialScope" : {
3892+
"region" : "il-central-1"
3893+
},
3894+
"hostname" : "compute-optimizer.il-central-1.amazonaws.com"
3895+
},
3896+
"me-central-1" : {
3897+
"credentialScope" : {
3898+
"region" : "me-central-1"
3899+
},
3900+
"hostname" : "compute-optimizer.me-central-1.amazonaws.com"
3901+
},
38563902
"me-south-1" : {
38573903
"credentialScope" : {
38583904
"region" : "me-south-1"
@@ -20594,8 +20640,32 @@
2059420640
},
2059520641
"appconfigdata" : {
2059620642
"endpoints" : {
20597-
"us-gov-east-1" : { },
20598-
"us-gov-west-1" : { }
20643+
"fips-us-gov-east-1" : {
20644+
"credentialScope" : {
20645+
"region" : "us-gov-east-1"
20646+
},
20647+
"deprecated" : true,
20648+
"hostname" : "appconfigdata.us-gov-east-1.amazonaws.com"
20649+
},
20650+
"fips-us-gov-west-1" : {
20651+
"credentialScope" : {
20652+
"region" : "us-gov-west-1"
20653+
},
20654+
"deprecated" : true,
20655+
"hostname" : "appconfigdata.us-gov-west-1.amazonaws.com"
20656+
},
20657+
"us-gov-east-1" : {
20658+
"variants" : [ {
20659+
"hostname" : "appconfigdata.us-gov-east-1.amazonaws.com",
20660+
"tags" : [ "fips" ]
20661+
} ]
20662+
},
20663+
"us-gov-west-1" : {
20664+
"variants" : [ {
20665+
"hostname" : "appconfigdata.us-gov-west-1.amazonaws.com",
20666+
"tags" : [ "fips" ]
20667+
} ]
20668+
}
2059920669
}
2060020670
},
2060120671
"application-autoscaling" : {

0 commit comments

Comments
 (0)