File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +41
-0
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 5394
5394
"tags" : [ "fips" ]
5395
5395
} ]
5396
5396
},
5397
+ "ap-south-2" : {
5398
+ "variants" : [ {
5399
+ "hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com",
5400
+ "tags" : [ "fips" ]
5401
+ } ]
5402
+ },
5397
5403
"ap-southeast-1" : {
5398
5404
"variants" : [ {
5399
5405
"hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com",
5508
5514
"deprecated" : true,
5509
5515
"hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com"
5510
5516
},
5517
+ "fips-ap-south-2" : {
5518
+ "credentialScope" : {
5519
+ "region" : "ap-south-2"
5520
+ },
5521
+ "deprecated" : true,
5522
+ "hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com"
5523
+ },
5511
5524
"fips-ap-southeast-1" : {
5512
5525
"credentialScope" : {
5513
5526
"region" : "ap-southeast-1"
@@ -19283,12 +19296,34 @@
19283
19296
"credentialScope" : {
19284
19297
"region" : "us-gov-east-1"
19285
19298
},
19299
+ "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
19300
+ "variants" : [ {
19301
+ "hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
19302
+ "tags" : [ "fips" ]
19303
+ } ]
19304
+ },
19305
+ "us-gov-east-1-fips" : {
19306
+ "credentialScope" : {
19307
+ "region" : "us-gov-east-1"
19308
+ },
19309
+ "deprecated" : true,
19286
19310
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com"
19287
19311
},
19288
19312
"us-gov-west-1" : {
19289
19313
"credentialScope" : {
19290
19314
"region" : "us-gov-west-1"
19291
19315
},
19316
+ "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
19317
+ "variants" : [ {
19318
+ "hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
19319
+ "tags" : [ "fips" ]
19320
+ } ]
19321
+ },
19322
+ "us-gov-west-1-fips" : {
19323
+ "credentialScope" : {
19324
+ "region" : "us-gov-west-1"
19325
+ },
19326
+ "deprecated" : true,
19292
19327
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com"
19293
19328
}
19294
19329
}
You can’t perform that action at this time.
0 commit comments