File tree Expand file tree Collapse file tree 2 files changed +42
-4
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +42
-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 service endpoint metadata."
6
+ }
Original file line number Diff line number Diff line change 4317
4317
}
4318
4318
}
4319
4319
},
4320
+ "edge.sagemaker" : {
4321
+ "endpoints" : {
4322
+ "ap-northeast-1" : { },
4323
+ "eu-central-1" : { },
4324
+ "eu-west-1" : { },
4325
+ "us-east-1" : { },
4326
+ "us-east-2" : { },
4327
+ "us-west-2" : { }
4328
+ }
4329
+ },
4320
4330
"eks" : {
4321
4331
"defaults" : {
4322
4332
"protocols" : [ "http", "https" ],
6415
6425
"isRegionalized" : true
6416
6426
},
6417
6427
"health" : {
6428
+ "defaults" : {
6429
+ "protocols" : [ "https" ],
6430
+ "sslCommonName" : "health.us-east-1.amazonaws.com"
6431
+ },
6418
6432
"endpoints" : {
6433
+ "aws-global" : {
6434
+ "credentialScope" : {
6435
+ "region" : "us-east-1"
6436
+ },
6437
+ "hostname" : "global.health.amazonaws.com"
6438
+ },
6419
6439
"fips-us-east-2" : {
6420
6440
"credentialScope" : {
6421
6441
"region" : "us-east-2"
6433
6453
"tags" : [ "fips" ]
6434
6454
} ]
6435
6455
}
6436
- }
6456
+ },
6457
+ "isRegionalized" : false,
6458
+ "partitionEndpoint" : "aws-global"
6437
6459
},
6438
6460
"healthlake" : {
6439
6461
"defaults" : {
@@ -14733,10 +14755,20 @@
14733
14755
"isRegionalized" : true
14734
14756
},
14735
14757
"health" : {
14758
+ "defaults" : {
14759
+ "protocols" : [ "https" ],
14760
+ "sslCommonName" : "health.cn-northwest-1.amazonaws.com.cn"
14761
+ },
14736
14762
"endpoints" : {
14737
- "cn-north-1" : { },
14738
- "cn-northwest-1" : { }
14739
- }
14763
+ "aws-cn-global" : {
14764
+ "credentialScope" : {
14765
+ "region" : "cn-northwest-1"
14766
+ },
14767
+ "hostname" : "global.health.amazonaws.com.cn"
14768
+ }
14769
+ },
14770
+ "isRegionalized" : false,
14771
+ "partitionEndpoint" : "aws-cn-global"
14740
14772
},
14741
14773
"iam" : {
14742
14774
"endpoints" : {
You can’t perform that action at this time.
0 commit comments