Skip to content

Commit 3aa5cce

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 815aa67 commit 3aa5cce

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
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: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10122,6 +10122,7 @@
1012210122
"tags" : [ "fips" ]
1012310123
} ]
1012410124
},
10125+
"ca-west-1" : { },
1012510126
"eu-central-1" : { },
1012610127
"eu-north-1" : { },
1012710128
"eu-south-1" : { },
@@ -17848,6 +17849,7 @@
1784817849
"ca-central-1" : { },
1784917850
"eu-central-1" : { },
1785017851
"eu-north-1" : { },
17852+
"eu-south-2" : { },
1785117853
"eu-west-1" : { },
1785217854
"eu-west-2" : { },
1785317855
"sa-east-1" : { },
@@ -29354,7 +29356,11 @@
2935429356
"region" : "cn-northwest-1"
2935529357
},
2935629358
"hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
29357-
"protocols" : [ "https" ]
29359+
"protocols" : [ "https" ],
29360+
"variants" : [ {
29361+
"hostname" : "entitlement-marketplace.cn-northwest-1.api.amazonwebservices.com.cn",
29362+
"tags" : [ "dualstack" ]
29363+
} ]
2935829364
}
2935929365
}
2936029366
},
@@ -33774,8 +33780,18 @@
3377433780
}
3377533781
},
3377633782
"endpoints" : {
33777-
"us-gov-east-1" : { },
33778-
"us-gov-west-1" : { }
33783+
"us-gov-east-1" : {
33784+
"variants" : [ {
33785+
"hostname" : "metering-marketplace.us-gov-east-1.api.aws",
33786+
"tags" : [ "dualstack" ]
33787+
} ]
33788+
},
33789+
"us-gov-west-1" : {
33790+
"variants" : [ {
33791+
"hostname" : "metering-marketplace.us-gov-west-1.api.aws",
33792+
"tags" : [ "dualstack" ]
33793+
} ]
33794+
}
3377933795
}
3378033796
},
3378133797
"metrics.sagemaker" : {

0 commit comments

Comments
 (0)