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 @@ -26984,10 +26984,37 @@
26984
26984
},
26985
26985
"elasticmapreduce": {
26986
26986
"endpoints": {
26987
+ "fips-us-iso-east-1": {
26988
+ "credentialScope": {
26989
+ "region": "us-iso-east-1"
26990
+ },
26991
+ "deprecated": true,
26992
+ "hostname": "elasticmapreduce.us-iso-east-1.c2s.ic.gov"
26993
+ },
26994
+ "fips-us-iso-west-1": {
26995
+ "credentialScope": {
26996
+ "region": "us-iso-west-1"
26997
+ },
26998
+ "deprecated": true,
26999
+ "hostname": "elasticmapreduce.us-iso-west-1.c2s.ic.gov"
27000
+ },
26987
27001
"us-iso-east-1": {
26988
- "protocols": ["https"]
27002
+ "protocols": ["https"],
27003
+ "variants": [
27004
+ {
27005
+ "hostname": "elasticmapreduce.us-iso-east-1.c2s.ic.gov",
27006
+ "tags": ["fips"]
27007
+ }
27008
+ ]
26989
27009
},
26990
- "us-iso-west-1": {}
27010
+ "us-iso-west-1": {
27011
+ "variants": [
27012
+ {
27013
+ "hostname": "elasticmapreduce.us-iso-west-1.c2s.ic.gov",
27014
+ "tags": ["fips"]
27015
+ }
27016
+ ]
27017
+ }
26991
27018
}
26992
27019
},
26993
27020
"es": {
27543
27570
},
27544
27571
"elasticmapreduce": {
27545
27572
"endpoints": {
27546
- "us-isob-east-1": {}
27573
+ "fips-us-isob-east-1": {
27574
+ "credentialScope": {
27575
+ "region": "us-isob-east-1"
27576
+ },
27577
+ "deprecated": true,
27578
+ "hostname": "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov"
27579
+ },
27580
+ "us-isob-east-1": {
27581
+ "variants": [
27582
+ {
27583
+ "hostname": "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov",
27584
+ "tags": ["fips"]
27585
+ }
27586
+ ]
27587
+ }
27547
27588
}
27548
27589
},
27549
27590
"es": {
You can’t perform that action at this time.
0 commit comments