File tree Expand file tree Collapse file tree 2 files changed +65
-4
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +65
-4
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 1139
1139
"ap-southeast-3" : { },
1140
1140
"ap-southeast-4" : { },
1141
1141
"ca-central-1" : { },
1142
+ "ca-west-1" : { },
1142
1143
"eu-central-1" : { },
1143
1144
"eu-central-2" : { },
1144
1145
"eu-north-1" : { },
5389
5390
"eu-west-1" : { },
5390
5391
"eu-west-2" : { },
5391
5392
"eu-west-3" : { },
5393
+ "fips-us-east-1" : {
5394
+ "credentialScope" : {
5395
+ "region" : "us-east-1"
5396
+ },
5397
+ "deprecated" : true,
5398
+ "hostname" : "drs-fips.us-east-1.amazonaws.com"
5399
+ },
5400
+ "fips-us-east-2" : {
5401
+ "credentialScope" : {
5402
+ "region" : "us-east-2"
5403
+ },
5404
+ "deprecated" : true,
5405
+ "hostname" : "drs-fips.us-east-2.amazonaws.com"
5406
+ },
5407
+ "fips-us-west-1" : {
5408
+ "credentialScope" : {
5409
+ "region" : "us-west-1"
5410
+ },
5411
+ "deprecated" : true,
5412
+ "hostname" : "drs-fips.us-west-1.amazonaws.com"
5413
+ },
5414
+ "fips-us-west-2" : {
5415
+ "credentialScope" : {
5416
+ "region" : "us-west-2"
5417
+ },
5418
+ "deprecated" : true,
5419
+ "hostname" : "drs-fips.us-west-2.amazonaws.com"
5420
+ },
5392
5421
"il-central-1" : { },
5393
5422
"me-central-1" : { },
5394
5423
"me-south-1" : { },
5395
5424
"sa-east-1" : { },
5396
- "us-east-1" : { },
5397
- "us-east-2" : { },
5398
- "us-west-1" : { },
5399
- "us-west-2" : { }
5425
+ "us-east-1" : {
5426
+ "variants" : [ {
5427
+ "hostname" : "drs-fips.us-east-1.amazonaws.com",
5428
+ "tags" : [ "fips" ]
5429
+ } ]
5430
+ },
5431
+ "us-east-2" : {
5432
+ "variants" : [ {
5433
+ "hostname" : "drs-fips.us-east-2.amazonaws.com",
5434
+ "tags" : [ "fips" ]
5435
+ } ]
5436
+ },
5437
+ "us-west-1" : {
5438
+ "variants" : [ {
5439
+ "hostname" : "drs-fips.us-west-1.amazonaws.com",
5440
+ "tags" : [ "fips" ]
5441
+ } ]
5442
+ },
5443
+ "us-west-2" : {
5444
+ "variants" : [ {
5445
+ "hostname" : "drs-fips.us-west-2.amazonaws.com",
5446
+ "tags" : [ "fips" ]
5447
+ } ]
5448
+ }
5400
5449
}
5401
5450
},
5402
5451
"ds" : {
@@ -14419,13 +14468,17 @@
14419
14468
"ap-northeast-2" : { },
14420
14469
"ap-northeast-3" : { },
14421
14470
"ap-south-1" : { },
14471
+ "ap-south-2" : { },
14422
14472
"ap-southeast-1" : { },
14423
14473
"ap-southeast-2" : { },
14424
14474
"ap-southeast-3" : { },
14475
+ "ap-southeast-4" : { },
14425
14476
"ca-central-1" : { },
14426
14477
"eu-central-1" : { },
14478
+ "eu-central-2" : { },
14427
14479
"eu-north-1" : { },
14428
14480
"eu-south-1" : { },
14481
+ "eu-south-2" : { },
14429
14482
"eu-west-1" : { },
14430
14483
"eu-west-2" : { },
14431
14484
"eu-west-3" : { },
14457
14510
"deprecated" : true,
14458
14511
"hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com"
14459
14512
},
14513
+ "il-central-1" : { },
14514
+ "me-central-1" : { },
14460
14515
"me-south-1" : { },
14461
14516
"sa-east-1" : { },
14462
14517
"us-east-1" : {
You can’t perform that action at this time.
0 commit comments