File tree Expand file tree Collapse file tree 1 file changed +60
-4
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 +60
-4
lines changed Original file line number Diff line number Diff line change @@ -17611,11 +17611,67 @@
17611
17611
"eu-west-1": {},
17612
17612
"eu-west-2": {},
17613
17613
"eu-west-3": {},
17614
+ "fips-us-east-1": {
17615
+ "credentialScope": {
17616
+ "region": "us-east-1"
17617
+ },
17618
+ "deprecated": true,
17619
+ "hostname": "securitylake-fips.us-east-1.amazonaws.com"
17620
+ },
17621
+ "fips-us-east-2": {
17622
+ "credentialScope": {
17623
+ "region": "us-east-2"
17624
+ },
17625
+ "deprecated": true,
17626
+ "hostname": "securitylake-fips.us-east-2.amazonaws.com"
17627
+ },
17628
+ "fips-us-west-1": {
17629
+ "credentialScope": {
17630
+ "region": "us-west-1"
17631
+ },
17632
+ "deprecated": true,
17633
+ "hostname": "securitylake-fips.us-west-1.amazonaws.com"
17634
+ },
17635
+ "fips-us-west-2": {
17636
+ "credentialScope": {
17637
+ "region": "us-west-2"
17638
+ },
17639
+ "deprecated": true,
17640
+ "hostname": "securitylake-fips.us-west-2.amazonaws.com"
17641
+ },
17614
17642
"sa-east-1": {},
17615
- "us-east-1": {},
17616
- "us-east-2": {},
17617
- "us-west-1": {},
17618
- "us-west-2": {}
17643
+ "us-east-1": {
17644
+ "variants": [
17645
+ {
17646
+ "hostname": "securitylake-fips.us-east-1.amazonaws.com",
17647
+ "tags": ["fips"]
17648
+ }
17649
+ ]
17650
+ },
17651
+ "us-east-2": {
17652
+ "variants": [
17653
+ {
17654
+ "hostname": "securitylake-fips.us-east-2.amazonaws.com",
17655
+ "tags": ["fips"]
17656
+ }
17657
+ ]
17658
+ },
17659
+ "us-west-1": {
17660
+ "variants": [
17661
+ {
17662
+ "hostname": "securitylake-fips.us-west-1.amazonaws.com",
17663
+ "tags": ["fips"]
17664
+ }
17665
+ ]
17666
+ },
17667
+ "us-west-2": {
17668
+ "variants": [
17669
+ {
17670
+ "hostname": "securitylake-fips.us-west-2.amazonaws.com",
17671
+ "tags": ["fips"]
17672
+ }
17673
+ ]
17674
+ }
17619
17675
}
17620
17676
},
17621
17677
"serverlessrepo": {
You can’t perform that action at this time.
0 commit comments