Skip to content

Commit a26a81a

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 5f89f10 commit a26a81a

File tree

1 file changed

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

1 file changed

+29
-0
lines changed

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

+29
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,7 @@
16251625
"ap-southeast-3" : { },
16261626
"ap-southeast-4" : { },
16271627
"ap-southeast-5" : { },
1628+
"ap-southeast-7" : { },
16281629
"ca-central-1" : {
16291630
"variants" : [ {
16301631
"hostname" : "api-fips.sagemaker.ca-central-1.amazonaws.com",
@@ -1662,6 +1663,7 @@
16621663
"il-central-1" : { },
16631664
"me-central-1" : { },
16641665
"me-south-1" : { },
1666+
"mx-central-1" : { },
16651667
"sa-east-1" : { },
16661668
"us-east-1" : {
16671669
"variants" : [ {
@@ -2906,17 +2908,38 @@
29062908
"us-east-1" : {
29072909
"variants" : [ {
29082910
"tags" : [ "dualstack" ]
2911+
}, {
2912+
"tags" : [ "dualstack", "fips" ]
2913+
}, {
2914+
"tags" : [ "fips" ]
29092915
} ]
29102916
},
2917+
"us-east-1-fips" : {
2918+
"deprecated" : true
2919+
},
29112920
"us-east-2" : {
29122921
"variants" : [ {
29132922
"tags" : [ "dualstack" ]
2923+
}, {
2924+
"tags" : [ "dualstack", "fips" ]
2925+
}, {
2926+
"tags" : [ "fips" ]
29142927
} ]
29152928
},
2929+
"us-east-2-fips" : {
2930+
"deprecated" : true
2931+
},
29162932
"us-west-2" : {
29172933
"variants" : [ {
29182934
"tags" : [ "dualstack" ]
2935+
}, {
2936+
"tags" : [ "dualstack", "fips" ]
2937+
}, {
2938+
"tags" : [ "fips" ]
29192939
} ]
2940+
},
2941+
"us-west-2-fips" : {
2942+
"deprecated" : true
29202943
}
29212944
}
29222945
},
@@ -38495,6 +38518,12 @@
3849538518
"isRegionalized" : false,
3849638519
"partitionEndpoint" : "aws-iso-f-global"
3849738520
},
38521+
"route53profiles" : {
38522+
"endpoints" : {
38523+
"us-isof-east-1" : { },
38524+
"us-isof-south-1" : { }
38525+
}
38526+
},
3849838527
"route53resolver" : {
3849938528
"endpoints" : {
3850038529
"us-isof-east-1" : { },

0 commit comments

Comments
 (0)