Skip to content

Commit f456f07

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 96b431a commit f456f07

File tree

1 file changed

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

1 file changed

+39
-0
lines changed

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

+39
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@
464464
"ap-east-1" : { },
465465
"ap-northeast-1" : { },
466466
"ap-northeast-2" : { },
467+
"ap-northeast-3" : { },
467468
"ap-south-1" : { },
468469
"ap-southeast-1" : { },
469470
"ap-southeast-2" : { },
@@ -508,6 +509,7 @@
508509
"endpoints" : {
509510
"ap-northeast-1" : { },
510511
"ap-northeast-2" : { },
512+
"ap-northeast-3" : { },
511513
"ap-south-1" : { },
512514
"ap-southeast-1" : { },
513515
"ap-southeast-2" : { },
@@ -3811,6 +3813,7 @@
38113813
"ap-southeast-1" : { },
38123814
"ap-southeast-2" : { },
38133815
"ap-southeast-3" : { },
3816+
"ap-southeast-4" : { },
38143817
"ca-central-1" : { },
38153818
"eu-central-1" : { },
38163819
"eu-central-2" : { },
@@ -12799,6 +12802,12 @@
1279912802
},
1280012803
"hostname" : "oidc.ap-south-1.amazonaws.com"
1280112804
},
12805+
"ap-south-2" : {
12806+
"credentialScope" : {
12807+
"region" : "ap-south-2"
12808+
},
12809+
"hostname" : "oidc.ap-south-2.amazonaws.com"
12810+
},
1280212811
"ap-southeast-1" : {
1280312812
"credentialScope" : {
1280412813
"region" : "ap-southeast-1"
@@ -12853,6 +12862,12 @@
1285312862
},
1285412863
"hostname" : "oidc.eu-south-1.amazonaws.com"
1285512864
},
12865+
"eu-south-2" : {
12866+
"credentialScope" : {
12867+
"region" : "eu-south-2"
12868+
},
12869+
"hostname" : "oidc.eu-south-2.amazonaws.com"
12870+
},
1285612871
"eu-west-1" : {
1285712872
"credentialScope" : {
1285812873
"region" : "eu-west-1"
@@ -27305,6 +27320,18 @@
2730527320
}
2730627321
}
2730727322
},
27323+
"s3-outposts" : {
27324+
"endpoints" : {
27325+
"fips-us-iso-east-1" : {
27326+
"deprecated" : true
27327+
},
27328+
"us-iso-east-1" : {
27329+
"variants" : [ {
27330+
"tags" : [ "fips" ]
27331+
} ]
27332+
}
27333+
}
27334+
},
2730827335
"secretsmanager" : {
2730927336
"endpoints" : {
2731027337
"us-iso-east-1" : { },
@@ -27907,6 +27934,18 @@
2790727934
}
2790827935
}
2790927936
},
27937+
"s3-outposts" : {
27938+
"endpoints" : {
27939+
"fips-us-isob-east-1" : {
27940+
"deprecated" : true
27941+
},
27942+
"us-isob-east-1" : {
27943+
"variants" : [ {
27944+
"tags" : [ "fips" ]
27945+
} ]
27946+
}
27947+
}
27948+
},
2791027949
"secretsmanager" : {
2791127950
"endpoints" : {
2791227951
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)