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 535
535
"UseDualStack" : false
536
536
}
537
537
},
538
- {
539
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
540
- "expect" : {
541
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
542
- },
543
- "params" : {
544
- "Region" : " us-iso-east-1" ,
545
- "UseFIPS" : true ,
546
- "UseDualStack" : true
547
- }
548
- },
549
538
{
550
539
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
551
540
"expect" : {
559
548
"UseDualStack" : false
560
549
}
561
550
},
562
- {
563
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
564
- "expect" : {
565
- "error" : " DualStack is enabled but this partition does not support DualStack"
566
- },
567
- "params" : {
568
- "Region" : " us-iso-east-1" ,
569
- "UseFIPS" : false ,
570
- "UseDualStack" : true
571
- }
572
- },
573
551
{
574
552
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
575
553
"expect" : {
583
561
"UseDualStack" : false
584
562
}
585
563
},
586
- {
587
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
588
- "expect" : {
589
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
590
- },
591
- "params" : {
592
- "Region" : " us-isob-east-1" ,
593
- "UseFIPS" : true ,
594
- "UseDualStack" : true
595
- }
596
- },
597
564
{
598
565
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
599
566
"expect" : {
607
574
"UseDualStack" : false
608
575
}
609
576
},
610
- {
611
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
612
- "expect" : {
613
- "error" : " DualStack is enabled but this partition does not support DualStack"
614
- },
615
- "params" : {
616
- "Region" : " us-isob-east-1" ,
617
- "UseFIPS" : false ,
618
- "UseDualStack" : true
619
- }
620
- },
621
577
{
622
578
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
623
579
"expect" : {
You can’t perform that action at this time.
0 commit comments