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