Skip to content

Commit 49b6721

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 02de431 commit 49b6721

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
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+
}

codegen/src/main/resources/software/amazon/awssdk/codegen/rules/partitions.json.resource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@
9898
}
9999
}
100100
]
101-
}
101+
}

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7924,6 +7924,13 @@
79247924
},
79257925
"kms" : {
79267926
"endpoints" : {
7927+
"ProdFips" : {
7928+
"credentialScope" : {
7929+
"region" : "eu-central-2"
7930+
},
7931+
"deprecated" : true,
7932+
"hostname" : "kms-fips.eu-central-2.amazonaws.com"
7933+
},
79277934
"af-south-1" : {
79287935
"variants" : [ {
79297936
"hostname" : "kms-fips.af-south-1.amazonaws.com",
@@ -8067,6 +8074,13 @@
80678074
"deprecated" : true,
80688075
"hostname" : "kms-fips.eu-central-1.amazonaws.com"
80698076
},
8077+
"eu-central-2-fips" : {
8078+
"credentialScope" : {
8079+
"region" : "eu-central-2"
8080+
},
8081+
"deprecated" : true,
8082+
"hostname" : "kms-fips.eu-central-2.amazonaws.com"
8083+
},
80708084
"eu-north-1" : {
80718085
"variants" : [ {
80728086
"hostname" : "kms-fips.eu-north-1.amazonaws.com",
@@ -20620,7 +20634,8 @@
2062020634
},
2062120635
"ssm" : {
2062220636
"endpoints" : {
20623-
"us-iso-east-1" : { }
20637+
"us-iso-east-1" : { },
20638+
"us-iso-west-1" : { }
2062420639
}
2062520640
},
2062620641
"states" : {

0 commit comments

Comments
 (0)