Skip to content

Commit e723b8e

Browse files
Update endpoints model
1 parent 2bbf3e2 commit e723b8e

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

codegen/sdk-codegen/sdk-endpoints.json

+38-3
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)