Skip to content

Commit 3112898

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 35cbfa8 commit 3112898

File tree

2 files changed

+49
-3
lines changed

2 files changed

+49
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10321,6 +10321,7 @@
1032110321
"ingest.timestream" : {
1032210322
"endpoints" : {
1032310323
"ap-northeast-1" : { },
10324+
"ap-south-1" : { },
1032410325
"ap-southeast-2" : { },
1032510326
"eu-central-1" : { },
1032610327
"eu-west-1" : { },
@@ -12622,6 +12623,7 @@
1262212623
"ap-southeast-2" : { },
1262312624
"ap-southeast-3" : { },
1262412625
"ap-southeast-4" : { },
12626+
"ap-southeast-5" : { },
1262512627
"ca-central-1" : { },
1262612628
"ca-west-1" : { },
1262712629
"eu-central-1" : { },
@@ -22030,11 +22032,13 @@
2203022032
"ap-southeast-3" : { },
2203122033
"ca-central-1" : { },
2203222034
"eu-central-1" : { },
22035+
"eu-central-2" : { },
2203322036
"eu-north-1" : { },
2203422037
"eu-south-1" : { },
2203522038
"eu-west-1" : { },
2203622039
"eu-west-2" : { },
2203722040
"eu-west-3" : { },
22041+
"me-central-1" : { },
2203822042
"me-south-1" : { },
2203922043
"sa-east-1" : { },
2204022044
"us-east-1" : { },
@@ -30305,8 +30309,32 @@
3030530309
},
3030630310
"cloudtrail" : {
3030730311
"endpoints" : {
30308-
"us-iso-east-1" : { },
30309-
"us-iso-west-1" : { }
30312+
"fips-us-iso-east-1" : {
30313+
"credentialScope" : {
30314+
"region" : "us-iso-east-1"
30315+
},
30316+
"deprecated" : true,
30317+
"hostname" : "cloudtrail-fips.us-iso-east-1.c2s.ic.gov"
30318+
},
30319+
"fips-us-iso-west-1" : {
30320+
"credentialScope" : {
30321+
"region" : "us-iso-west-1"
30322+
},
30323+
"deprecated" : true,
30324+
"hostname" : "cloudtrail-fips.us-iso-west-1.c2s.ic.gov"
30325+
},
30326+
"us-iso-east-1" : {
30327+
"variants" : [ {
30328+
"hostname" : "cloudtrail-fips.us-iso-east-1.c2s.ic.gov",
30329+
"tags" : [ "fips" ]
30330+
} ]
30331+
},
30332+
"us-iso-west-1" : {
30333+
"variants" : [ {
30334+
"hostname" : "cloudtrail-fips.us-iso-west-1.c2s.ic.gov",
30335+
"tags" : [ "fips" ]
30336+
} ]
30337+
}
3031030338
}
3031130339
},
3031230340
"codedeploy" : {
@@ -31211,7 +31239,19 @@
3121131239
},
3121231240
"cloudtrail" : {
3121331241
"endpoints" : {
31214-
"us-isob-east-1" : { }
31242+
"fips-us-isob-east-1" : {
31243+
"credentialScope" : {
31244+
"region" : "us-isob-east-1"
31245+
},
31246+
"deprecated" : true,
31247+
"hostname" : "cloudtrail-fips.us-isob-east-1.sc2s.sgov.gov"
31248+
},
31249+
"us-isob-east-1" : {
31250+
"variants" : [ {
31251+
"hostname" : "cloudtrail-fips.us-isob-east-1.sc2s.sgov.gov",
31252+
"tags" : [ "fips" ]
31253+
} ]
31254+
}
3121531255
}
3121631256
},
3121731257
"codedeploy" : {

0 commit comments

Comments
 (0)