File tree Expand file tree Collapse file tree 2 files changed +41
-2
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +41
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "description" : " Updated service endpoint metadata."
5
+ }
Original file line number Diff line number Diff line change 3311
3311
"eu-west-1" : { },
3312
3312
"eu-west-2" : { },
3313
3313
"eu-west-3" : { },
3314
+ "fips-us-east-1" : {
3315
+ "credentialScope" : {
3316
+ "region" : " us-east-1"
3317
+ },
3318
+ "hostname" : " logs-fips.us-east-1.amazonaws.com"
3319
+ },
3320
+ "fips-us-east-2" : {
3321
+ "credentialScope" : {
3322
+ "region" : " us-east-2"
3323
+ },
3324
+ "hostname" : " logs-fips.us-east-2.amazonaws.com"
3325
+ },
3326
+ "fips-us-west-1" : {
3327
+ "credentialScope" : {
3328
+ "region" : " us-west-1"
3329
+ },
3330
+ "hostname" : " logs-fips.us-west-1.amazonaws.com"
3331
+ },
3332
+ "fips-us-west-2" : {
3333
+ "credentialScope" : {
3334
+ "region" : " us-west-2"
3335
+ },
3336
+ "hostname" : " logs-fips.us-west-2.amazonaws.com"
3337
+ },
3314
3338
"me-south-1" : { },
3315
3339
"sa-east-1" : { },
3316
3340
"us-east-1" : { },
7395
7419
},
7396
7420
"logs" : {
7397
7421
"endpoints" : {
7398
- "us-gov-east-1" : { },
7399
- "us-gov-west-1" : { }
7422
+ "us-gov-east-1" : {
7423
+ "credentialScope" : {
7424
+ "region" : " us-gov-east-1"
7425
+ },
7426
+ "hostname" : " logs.us-gov-east-1.amazonaws.com"
7427
+ },
7428
+ "us-gov-west-1" : {
7429
+ "credentialScope" : {
7430
+ "region" : " us-gov-west-1"
7431
+ },
7432
+ "hostname" : " logs.us-gov-west-1.amazonaws.com"
7433
+ }
7400
7434
}
7401
7435
},
7402
7436
"mediaconvert" : {
You can’t perform that action at this time.
0 commit comments