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