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 704
704
"UseDualStack" : false
705
705
}
706
706
},
707
- {
708
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
709
- "expect" : {
710
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
711
- },
712
- "params" : {
713
- "Region" : " us-iso-east-1" ,
714
- "UseFIPS" : true ,
715
- "UseDualStack" : true
716
- }
717
- },
718
707
{
719
708
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
720
709
"expect" : {
728
717
"UseDualStack" : false
729
718
}
730
719
},
731
- {
732
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
733
- "expect" : {
734
- "error" : " DualStack is enabled but this partition does not support DualStack"
735
- },
736
- "params" : {
737
- "Region" : " us-iso-east-1" ,
738
- "UseFIPS" : false ,
739
- "UseDualStack" : true
740
- }
741
- },
742
720
{
743
721
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
744
722
"expect" : {
752
730
"UseDualStack" : false
753
731
}
754
732
},
755
- {
756
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
757
- "expect" : {
758
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
759
- },
760
- "params" : {
761
- "Region" : " us-isob-east-1" ,
762
- "UseFIPS" : true ,
763
- "UseDualStack" : true
764
- }
765
- },
766
733
{
767
734
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
768
735
"expect" : {
776
743
"UseDualStack" : false
777
744
}
778
745
},
779
- {
780
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
781
- "expect" : {
782
- "error" : " DualStack is enabled but this partition does not support DualStack"
783
- },
784
- "params" : {
785
- "Region" : " us-isob-east-1" ,
786
- "UseFIPS" : false ,
787
- "UseDualStack" : true
788
- }
789
- },
790
746
{
791
747
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
792
748
"expect" : {
You can’t perform that action at this time.
0 commit comments