File tree Expand file tree Collapse file tree 2 files changed +49
-3
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +49
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change 10321
10321
"ingest.timestream" : {
10322
10322
"endpoints" : {
10323
10323
"ap-northeast-1" : { },
10324
+ "ap-south-1" : { },
10324
10325
"ap-southeast-2" : { },
10325
10326
"eu-central-1" : { },
10326
10327
"eu-west-1" : { },
12622
12623
"ap-southeast-2" : { },
12623
12624
"ap-southeast-3" : { },
12624
12625
"ap-southeast-4" : { },
12626
+ "ap-southeast-5" : { },
12625
12627
"ca-central-1" : { },
12626
12628
"ca-west-1" : { },
12627
12629
"eu-central-1" : { },
@@ -22030,11 +22032,13 @@
22030
22032
"ap-southeast-3" : { },
22031
22033
"ca-central-1" : { },
22032
22034
"eu-central-1" : { },
22035
+ "eu-central-2" : { },
22033
22036
"eu-north-1" : { },
22034
22037
"eu-south-1" : { },
22035
22038
"eu-west-1" : { },
22036
22039
"eu-west-2" : { },
22037
22040
"eu-west-3" : { },
22041
+ "me-central-1" : { },
22038
22042
"me-south-1" : { },
22039
22043
"sa-east-1" : { },
22040
22044
"us-east-1" : { },
30305
30309
},
30306
30310
"cloudtrail" : {
30307
30311
"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
+ }
30310
30338
}
30311
30339
},
30312
30340
"codedeploy" : {
31211
31239
},
31212
31240
"cloudtrail" : {
31213
31241
"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
+ }
31215
31255
}
31216
31256
},
31217
31257
"codedeploy" : {
You can’t perform that action at this time.
0 commit comments