File tree Expand file tree Collapse file tree 1 file changed +44
-3
lines changed
codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen Expand file tree Collapse file tree 1 file changed +44
-3
lines changed Original file line number Diff line number Diff line change @@ -42134,10 +42134,37 @@
42134
42134
},
42135
42135
"glacier": {
42136
42136
"endpoints": {
42137
+ "fips-us-iso-east-1": {
42138
+ "credentialScope": {
42139
+ "region": "us-iso-east-1"
42140
+ },
42141
+ "deprecated": true,
42142
+ "hostname": "glacier-fips.us-iso-east-1.c2s.ic.gov"
42143
+ },
42144
+ "fips-us-iso-west-1": {
42145
+ "credentialScope": {
42146
+ "region": "us-iso-west-1"
42147
+ },
42148
+ "deprecated": true,
42149
+ "hostname": "glacier-fips.us-iso-west-1.c2s.ic.gov"
42150
+ },
42137
42151
"us-iso-east-1": {
42138
- "protocols": ["http", "https"]
42152
+ "protocols": ["http", "https"],
42153
+ "variants": [
42154
+ {
42155
+ "hostname": "glacier-fips.us-iso-east-1.c2s.ic.gov",
42156
+ "tags": ["fips"]
42157
+ }
42158
+ ]
42139
42159
},
42140
- "us-iso-west-1": {}
42160
+ "us-iso-west-1": {
42161
+ "variants": [
42162
+ {
42163
+ "hostname": "glacier-fips.us-iso-west-1.c2s.ic.gov",
42164
+ "tags": ["fips"]
42165
+ }
42166
+ ]
42167
+ }
42141
42168
}
42142
42169
},
42143
42170
"glue": {
43190
43217
},
43191
43218
"glacier": {
43192
43219
"endpoints": {
43193
- "us-isob-east-1": {}
43220
+ "fips-us-isob-east-1": {
43221
+ "credentialScope": {
43222
+ "region": "us-isob-east-1"
43223
+ },
43224
+ "deprecated": true,
43225
+ "hostname": "glacier-fips.us-isob-east-1.sc2s.sgov.gov"
43226
+ },
43227
+ "us-isob-east-1": {
43228
+ "variants": [
43229
+ {
43230
+ "hostname": "glacier-fips.us-isob-east-1.sc2s.sgov.gov",
43231
+ "tags": ["fips"]
43232
+ }
43233
+ ]
43234
+ }
43194
43235
}
43195
43236
},
43196
43237
"health": {
You can’t perform that action at this time.
0 commit comments