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 561
561
"UseDualStack" : false
562
562
}
563
563
},
564
- {
565
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
566
- "expect" : {
567
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
568
- },
569
- "params" : {
570
- "Region" : " us-iso-east-1" ,
571
- "UseFIPS" : true ,
572
- "UseDualStack" : true
573
- }
574
- },
575
564
{
576
565
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
577
566
"expect" : {
585
574
"UseDualStack" : false
586
575
}
587
576
},
588
- {
589
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
590
- "expect" : {
591
- "error" : " DualStack is enabled but this partition does not support DualStack"
592
- },
593
- "params" : {
594
- "Region" : " us-iso-east-1" ,
595
- "UseFIPS" : false ,
596
- "UseDualStack" : true
597
- }
598
- },
599
577
{
600
578
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
601
579
"expect" : {
609
587
"UseDualStack" : false
610
588
}
611
589
},
612
- {
613
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
614
- "expect" : {
615
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
616
- },
617
- "params" : {
618
- "Region" : " us-isob-east-1" ,
619
- "UseFIPS" : true ,
620
- "UseDualStack" : true
621
- }
622
- },
623
590
{
624
591
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
625
592
"expect" : {
633
600
"UseDualStack" : false
634
601
}
635
602
},
636
- {
637
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
638
- "expect" : {
639
- "error" : " DualStack is enabled but this partition does not support DualStack"
640
- },
641
- "params" : {
642
- "Region" : " us-isob-east-1" ,
643
- "UseFIPS" : false ,
644
- "UseDualStack" : true
645
- }
646
- },
647
603
{
648
604
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
649
605
"expect" : {
You can’t perform that action at this time.
0 commit comments