Skip to content

Commit 3fd6e11

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent a600d8d commit 3fd6e11

File tree

1 file changed

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

1 file changed

+60
-0
lines changed

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

+60
Original file line numberDiff line numberDiff line change
@@ -11040,6 +11040,7 @@
1104011040
"ap-southeast-3" : { },
1104111041
"ap-southeast-4" : { },
1104211042
"ca-central-1" : { },
11043+
"ca-west-1" : { },
1104311044
"eu-central-1" : { },
1104411045
"eu-central-2" : { },
1104511046
"eu-north-1" : { },
@@ -13494,6 +13495,12 @@
1349413495
},
1349513496
"hostname" : "portal.sso.ap-south-1.amazonaws.com"
1349613497
},
13498+
"ap-south-2" : {
13499+
"credentialScope" : {
13500+
"region" : "ap-south-2"
13501+
},
13502+
"hostname" : "portal.sso.ap-south-2.amazonaws.com"
13503+
},
1349713504
"ap-southeast-1" : {
1349813505
"credentialScope" : {
1349913506
"region" : "ap-southeast-1"
@@ -13548,6 +13555,12 @@
1354813555
},
1354913556
"hostname" : "portal.sso.eu-south-1.amazonaws.com"
1355013557
},
13558+
"eu-south-2" : {
13559+
"credentialScope" : {
13560+
"region" : "eu-south-2"
13561+
},
13562+
"hostname" : "portal.sso.eu-south-2.amazonaws.com"
13563+
},
1355113564
"eu-west-1" : {
1355213565
"credentialScope" : {
1355313566
"region" : "eu-west-1"
@@ -15007,15 +15020,26 @@
1500715020
},
1500815021
"rum" : {
1500915022
"endpoints" : {
15023+
"af-south-1" : { },
1501015024
"ap-northeast-1" : { },
15025+
"ap-northeast-2" : { },
15026+
"ap-northeast-3" : { },
15027+
"ap-south-1" : { },
1501115028
"ap-southeast-1" : { },
1501215029
"ap-southeast-2" : { },
15030+
"ap-southeast-3" : { },
15031+
"ca-central-1" : { },
1501315032
"eu-central-1" : { },
1501415033
"eu-north-1" : { },
15034+
"eu-south-1" : { },
1501515035
"eu-west-1" : { },
1501615036
"eu-west-2" : { },
15037+
"eu-west-3" : { },
15038+
"me-south-1" : { },
15039+
"sa-east-1" : { },
1501715040
"us-east-1" : { },
1501815041
"us-east-2" : { },
15042+
"us-west-1" : { },
1501915043
"us-west-2" : { }
1502015044
}
1502115045
},
@@ -18018,6 +18042,7 @@
1801818042
"ap-northeast-2" : { },
1801918043
"ap-northeast-3" : { },
1802018044
"ap-south-1" : { },
18045+
"ap-south-2" : { },
1802118046
"ap-southeast-1" : { },
1802218047
"ap-southeast-2" : { },
1802318048
"ap-southeast-3" : { },
@@ -18027,6 +18052,7 @@
1802718052
"eu-central-2" : { },
1802818053
"eu-north-1" : { },
1802918054
"eu-south-1" : { },
18055+
"eu-south-2" : { },
1803018056
"eu-west-1" : { },
1803118057
"eu-west-2" : { },
1803218058
"eu-west-3" : { },
@@ -27126,6 +27152,40 @@
2712627152
"us-iso-west-1" : { }
2712727153
}
2712827154
},
27155+
"fsx" : {
27156+
"endpoints" : {
27157+
"fips-prod-us-iso-east-1" : {
27158+
"credentialScope" : {
27159+
"region" : "us-iso-east-1"
27160+
},
27161+
"deprecated" : true,
27162+
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov"
27163+
},
27164+
"fips-us-iso-east-1" : {
27165+
"credentialScope" : {
27166+
"region" : "us-iso-east-1"
27167+
},
27168+
"deprecated" : true,
27169+
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov"
27170+
},
27171+
"prod-us-iso-east-1" : {
27172+
"credentialScope" : {
27173+
"region" : "us-iso-east-1"
27174+
},
27175+
"deprecated" : true,
27176+
"variants" : [ {
27177+
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
27178+
"tags" : [ "fips" ]
27179+
} ]
27180+
},
27181+
"us-iso-east-1" : {
27182+
"variants" : [ {
27183+
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
27184+
"tags" : [ "fips" ]
27185+
} ]
27186+
}
27187+
}
27188+
},
2712927189
"glacier" : {
2713027190
"endpoints" : {
2713127191
"us-iso-east-1" : {

0 commit comments

Comments
 (0)