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 2702
2702
"UseDualStack" : true
2703
2703
}
2704
2704
},
2705
- {
2706
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2707
- "expect" : {
2708
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2709
- },
2710
- "params" : {
2711
- "Region" : " us-iso-east-1" ,
2712
- "UseFIPS" : true ,
2713
- "UseDualStack" : true
2714
- }
2715
- },
2716
2705
{
2717
2706
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
2718
2707
"expect" : {
2726
2715
"UseDualStack" : false
2727
2716
}
2728
2717
},
2729
- {
2730
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
2731
- "expect" : {
2732
- "error" : " DualStack is enabled but this partition does not support DualStack"
2733
- },
2734
- "params" : {
2735
- "Region" : " us-iso-east-1" ,
2736
- "UseFIPS" : false ,
2737
- "UseDualStack" : true
2738
- }
2739
- },
2740
2718
{
2741
2719
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
2742
2720
"expect" : {
2750
2728
"UseDualStack" : false
2751
2729
}
2752
2730
},
2753
- {
2754
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
2755
- "expect" : {
2756
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2757
- },
2758
- "params" : {
2759
- "Region" : " us-isob-east-1" ,
2760
- "UseFIPS" : true ,
2761
- "UseDualStack" : true
2762
- }
2763
- },
2764
2731
{
2765
2732
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
2766
2733
"expect" : {
2774
2741
"UseDualStack" : false
2775
2742
}
2776
2743
},
2777
- {
2778
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
2779
- "expect" : {
2780
- "error" : " DualStack is enabled but this partition does not support DualStack"
2781
- },
2782
- "params" : {
2783
- "Region" : " us-isob-east-1" ,
2784
- "UseFIPS" : false ,
2785
- "UseDualStack" : true
2786
- }
2787
- },
2788
2744
{
2789
2745
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
2790
2746
"expect" : {
You can’t perform that action at this time.
0 commit comments