Skip to content

Commit 2e770ba

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 4412d89 commit 2e770ba

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3068,7 +3068,9 @@
30683068
"endpoints" : {
30693069
"ap-northeast-1" : { },
30703070
"ap-northeast-2" : { },
3071+
"ap-northeast-3" : { },
30713072
"ap-south-1" : { },
3073+
"ap-south-2" : { },
30723074
"ap-southeast-1" : { },
30733075
"ap-southeast-2" : { },
30743076
"bedrock-ap-northeast-1" : {
@@ -3083,12 +3085,24 @@
30833085
},
30843086
"hostname" : "bedrock.ap-northeast-2.amazonaws.com"
30853087
},
3088+
"bedrock-ap-northeast-3" : {
3089+
"credentialScope" : {
3090+
"region" : "ap-northeast-3"
3091+
},
3092+
"hostname" : "bedrock.ap-northeast-3.amazonaws.com"
3093+
},
30863094
"bedrock-ap-south-1" : {
30873095
"credentialScope" : {
30883096
"region" : "ap-south-1"
30893097
},
30903098
"hostname" : "bedrock.ap-south-1.amazonaws.com"
30913099
},
3100+
"bedrock-ap-south-2" : {
3101+
"credentialScope" : {
3102+
"region" : "ap-south-2"
3103+
},
3104+
"hostname" : "bedrock.ap-south-2.amazonaws.com"
3105+
},
30923106
"bedrock-ap-southeast-1" : {
30933107
"credentialScope" : {
30943108
"region" : "ap-southeast-1"
@@ -3173,12 +3187,24 @@
31733187
},
31743188
"hostname" : "bedrock-runtime.ap-northeast-2.amazonaws.com"
31753189
},
3190+
"bedrock-runtime-ap-northeast-3" : {
3191+
"credentialScope" : {
3192+
"region" : "ap-northeast-3"
3193+
},
3194+
"hostname" : "bedrock-runtime.ap-northeast-3.amazonaws.com"
3195+
},
31763196
"bedrock-runtime-ap-south-1" : {
31773197
"credentialScope" : {
31783198
"region" : "ap-south-1"
31793199
},
31803200
"hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
31813201
},
3202+
"bedrock-runtime-ap-south-2" : {
3203+
"credentialScope" : {
3204+
"region" : "ap-south-2"
3205+
},
3206+
"hostname" : "bedrock-runtime.ap-south-2.amazonaws.com"
3207+
},
31823208
"bedrock-runtime-ap-southeast-1" : {
31833209
"credentialScope" : {
31843210
"region" : "ap-southeast-1"
@@ -3780,6 +3806,12 @@
37803806
"tags" : [ "dualstack" ]
37813807
} ]
37823808
},
3809+
"ap-southeast-7" : {
3810+
"variants" : [ {
3811+
"hostname" : "cloudcontrolapi.ap-southeast-7.api.aws",
3812+
"tags" : [ "dualstack" ]
3813+
} ]
3814+
},
37833815
"ca-central-1" : {
37843816
"variants" : [ {
37853817
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
@@ -3912,6 +3944,12 @@
39123944
"tags" : [ "dualstack" ]
39133945
} ]
39143946
},
3947+
"mx-central-1" : {
3948+
"variants" : [ {
3949+
"hostname" : "cloudcontrolapi.mx-central-1.api.aws",
3950+
"tags" : [ "dualstack" ]
3951+
} ]
3952+
},
39153953
"sa-east-1" : {
39163954
"variants" : [ {
39173955
"hostname" : "cloudcontrolapi.sa-east-1.api.aws",

0 commit comments

Comments
 (0)