File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 2675
2675
"UseDualStack": true
2676
2676
}
2677
2677
},
2678
- {
2679
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2680
- "expect": {
2681
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2682
- },
2683
- "params": {
2684
- "Region": "us-iso-east-1",
2685
- "UseFIPS": true,
2686
- "UseDualStack": true
2687
- }
2688
- },
2689
2678
{
2690
2679
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
2691
2680
"expect": {
2699
2688
"UseDualStack": false
2700
2689
}
2701
2690
},
2702
- {
2703
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2704
- "expect": {
2705
- "error": "DualStack is enabled but this partition does not support DualStack"
2706
- },
2707
- "params": {
2708
- "Region": "us-iso-east-1",
2709
- "UseFIPS": false,
2710
- "UseDualStack": true
2711
- }
2712
- },
2713
2691
{
2714
2692
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
2715
2693
"expect": {
2723
2701
"UseDualStack": false
2724
2702
}
2725
2703
},
2726
- {
2727
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2728
- "expect": {
2729
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2730
- },
2731
- "params": {
2732
- "Region": "us-isob-east-1",
2733
- "UseFIPS": true,
2734
- "UseDualStack": true
2735
- }
2736
- },
2737
2704
{
2738
2705
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
2739
2706
"expect": {
2747
2714
"UseDualStack": false
2748
2715
}
2749
2716
},
2750
- {
2751
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2752
- "expect": {
2753
- "error": "DualStack is enabled but this partition does not support DualStack"
2754
- },
2755
- "params": {
2756
- "Region": "us-isob-east-1",
2757
- "UseFIPS": false,
2758
- "UseDualStack": true
2759
- }
2760
- },
2761
2717
{
2762
2718
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
2763
2719
"expect": {
You can’t perform that action at this time.
0 commit comments