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 673
673
"UseDualStack" : false
674
674
}
675
675
},
676
- {
677
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
678
- "expect" : {
679
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
680
- },
681
- "params" : {
682
- "Region" : " us-iso-east-1" ,
683
- "UseFIPS" : true ,
684
- "UseDualStack" : true
685
- }
686
- },
687
676
{
688
677
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
689
678
"expect" : {
697
686
"UseDualStack" : false
698
687
}
699
688
},
700
- {
701
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
702
- "expect" : {
703
- "error" : " DualStack is enabled but this partition does not support DualStack"
704
- },
705
- "params" : {
706
- "Region" : " us-iso-east-1" ,
707
- "UseFIPS" : false ,
708
- "UseDualStack" : true
709
- }
710
- },
711
689
{
712
690
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
713
691
"expect" : {
721
699
"UseDualStack" : false
722
700
}
723
701
},
724
- {
725
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
726
- "expect" : {
727
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
728
- },
729
- "params" : {
730
- "Region" : " us-isob-east-1" ,
731
- "UseFIPS" : true ,
732
- "UseDualStack" : true
733
- }
734
- },
735
702
{
736
703
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
737
704
"expect" : {
745
712
"UseDualStack" : false
746
713
}
747
714
},
748
- {
749
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
750
- "expect" : {
751
- "error" : " DualStack is enabled but this partition does not support DualStack"
752
- },
753
- "params" : {
754
- "Region" : " us-isob-east-1" ,
755
- "UseFIPS" : false ,
756
- "UseDualStack" : true
757
- }
758
- },
759
715
{
760
716
"documentation" : " For custom endpoint with region set and fips disabled and dualstack disabled" ,
761
717
"expect" : {
You can’t perform that action at this time.
0 commit comments