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 555
555
"UseDualStack" : false
556
556
}
557
557
},
558
- {
559
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
560
- "expect" : {
561
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
562
- },
563
- "params" : {
564
- "Region" : " us-iso-east-1" ,
565
- "UseFIPS" : true ,
566
- "UseDualStack" : true
567
- }
568
- },
569
558
{
570
559
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
571
560
"expect" : {
579
568
"UseDualStack" : false
580
569
}
581
570
},
582
- {
583
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
584
- "expect" : {
585
- "error" : " DualStack is enabled but this partition does not support DualStack"
586
- },
587
- "params" : {
588
- "Region" : " us-iso-east-1" ,
589
- "UseFIPS" : false ,
590
- "UseDualStack" : true
591
- }
592
- },
593
571
{
594
572
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
595
573
"expect" : {
603
581
"UseDualStack" : false
604
582
}
605
583
},
606
- {
607
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
608
- "expect" : {
609
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
610
- },
611
- "params" : {
612
- "Region" : " us-isob-east-1" ,
613
- "UseFIPS" : true ,
614
- "UseDualStack" : true
615
- }
616
- },
617
584
{
618
585
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
619
586
"expect" : {
627
594
"UseDualStack" : false
628
595
}
629
596
},
630
- {
631
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
632
- "expect" : {
633
- "error" : " DualStack is enabled but this partition does not support DualStack"
634
- },
635
- "params" : {
636
- "Region" : " us-isob-east-1" ,
637
- "UseFIPS" : false ,
638
- "UseDualStack" : true
639
- }
640
- },
641
597
{
642
598
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
643
599
"expect" : {
You can’t perform that action at this time.
0 commit comments