Skip to content

Commit 9f4b575

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent be19d41 commit 9f4b575

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-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: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36428,10 +36428,33 @@
3642836428
},
3642936429
"glacier" : {
3643036430
"endpoints" : {
36431+
"fips-us-iso-east-1" : {
36432+
"credentialScope" : {
36433+
"region" : "us-iso-east-1"
36434+
},
36435+
"deprecated" : true,
36436+
"hostname" : "glacier-fips.us-iso-east-1.c2s.ic.gov"
36437+
},
36438+
"fips-us-iso-west-1" : {
36439+
"credentialScope" : {
36440+
"region" : "us-iso-west-1"
36441+
},
36442+
"deprecated" : true,
36443+
"hostname" : "glacier-fips.us-iso-west-1.c2s.ic.gov"
36444+
},
3643136445
"us-iso-east-1" : {
36432-
"protocols" : [ "http", "https" ]
36446+
"protocols" : [ "http", "https" ],
36447+
"variants" : [ {
36448+
"hostname" : "glacier-fips.us-iso-east-1.c2s.ic.gov",
36449+
"tags" : [ "fips" ]
36450+
} ]
3643336451
},
36434-
"us-iso-west-1" : { }
36452+
"us-iso-west-1" : {
36453+
"variants" : [ {
36454+
"hostname" : "glacier-fips.us-iso-west-1.c2s.ic.gov",
36455+
"tags" : [ "fips" ]
36456+
} ]
36457+
}
3643536458
}
3643636459
},
3643736460
"glue" : {
@@ -37411,7 +37434,19 @@
3741137434
},
3741237435
"glacier" : {
3741337436
"endpoints" : {
37414-
"us-isob-east-1" : { }
37437+
"fips-us-isob-east-1" : {
37438+
"credentialScope" : {
37439+
"region" : "us-isob-east-1"
37440+
},
37441+
"deprecated" : true,
37442+
"hostname" : "glacier-fips.us-isob-east-1.sc2s.sgov.gov"
37443+
},
37444+
"us-isob-east-1" : {
37445+
"variants" : [ {
37446+
"hostname" : "glacier-fips.us-isob-east-1.sc2s.sgov.gov",
37447+
"tags" : [ "fips" ]
37448+
} ]
37449+
}
3741537450
}
3741637451
},
3741737452
"health" : {

0 commit comments

Comments
 (0)