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 545
545
"UseDualStack" : false
546
546
}
547
547
},
548
- {
549
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
550
- "expect" : {
551
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
552
- },
553
- "params" : {
554
- "Region" : " us-iso-east-1" ,
555
- "UseFIPS" : true ,
556
- "UseDualStack" : true
557
- }
558
- },
559
548
{
560
549
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
561
550
"expect" : {
569
558
"UseDualStack" : false
570
559
}
571
560
},
572
- {
573
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
574
- "expect" : {
575
- "error" : " DualStack is enabled but this partition does not support DualStack"
576
- },
577
- "params" : {
578
- "Region" : " us-iso-east-1" ,
579
- "UseFIPS" : false ,
580
- "UseDualStack" : true
581
- }
582
- },
583
561
{
584
562
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
585
563
"expect" : {
593
571
"UseDualStack" : false
594
572
}
595
573
},
596
- {
597
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
598
- "expect" : {
599
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
600
- },
601
- "params" : {
602
- "Region" : " us-isob-east-1" ,
603
- "UseFIPS" : true ,
604
- "UseDualStack" : true
605
- }
606
- },
607
574
{
608
575
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
609
576
"expect" : {
617
584
"UseDualStack" : false
618
585
}
619
586
},
620
- {
621
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
622
- "expect" : {
623
- "error" : " DualStack is enabled but this partition does not support DualStack"
624
- },
625
- "params" : {
626
- "Region" : " us-isob-east-1" ,
627
- "UseFIPS" : false ,
628
- "UseDualStack" : true
629
- }
630
- },
631
587
{
632
588
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
633
589
"expect" : {
You can’t perform that action at this time.
0 commit comments