Skip to content

Commit 082714e

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 218eee9 commit 082714e

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
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: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7718,12 +7718,6 @@
77187718
"us-west-2" : { }
77197719
}
77207720
},
7721-
"gamesparks" : {
7722-
"endpoints" : {
7723-
"ap-northeast-1" : { },
7724-
"us-east-1" : { }
7725-
}
7726-
},
77277721
"geo" : {
77287722
"endpoints" : {
77297723
"ap-northeast-1" : { },
@@ -23417,6 +23411,36 @@
2341723411
}
2341823412
}
2341923413
},
23414+
"resiliencehub" : {
23415+
"endpoints" : {
23416+
"fips-us-gov-east-1" : {
23417+
"credentialScope" : {
23418+
"region" : "us-gov-east-1"
23419+
},
23420+
"deprecated" : true,
23421+
"hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com"
23422+
},
23423+
"fips-us-gov-west-1" : {
23424+
"credentialScope" : {
23425+
"region" : "us-gov-west-1"
23426+
},
23427+
"deprecated" : true,
23428+
"hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com"
23429+
},
23430+
"us-gov-east-1" : {
23431+
"variants" : [ {
23432+
"hostname" : "resiliencehub-fips.us-gov-east-1.amazonaws.com",
23433+
"tags" : [ "fips" ]
23434+
} ]
23435+
},
23436+
"us-gov-west-1" : {
23437+
"variants" : [ {
23438+
"hostname" : "resiliencehub-fips.us-gov-west-1.amazonaws.com",
23439+
"tags" : [ "fips" ]
23440+
} ]
23441+
}
23442+
}
23443+
},
2342023444
"resource-explorer-2" : {
2342123445
"defaults" : {
2342223446
"dnsSuffix" : "api.aws",

0 commit comments

Comments
 (0)