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 4590
4590
"UseDualStack" : false
4591
4591
}
4592
4592
},
4593
- {
4594
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
4595
- "expect" : {
4596
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
4597
- },
4598
- "params" : {
4599
- "Region" : " us-iso-east-1" ,
4600
- "UseFIPS" : true ,
4601
- "UseDualStack" : true
4602
- }
4603
- },
4604
4593
{
4605
4594
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
4606
4595
"expect" : {
4614
4603
"UseDualStack" : false
4615
4604
}
4616
4605
},
4617
- {
4618
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
4619
- "expect" : {
4620
- "error" : " DualStack is enabled but this partition does not support DualStack"
4621
- },
4622
- "params" : {
4623
- "Region" : " us-iso-east-1" ,
4624
- "UseFIPS" : false ,
4625
- "UseDualStack" : true
4626
- }
4627
- },
4628
- {
4629
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
4630
- "expect" : {
4631
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
4632
- },
4633
- "params" : {
4634
- "Region" : " us-isob-east-1" ,
4635
- "UseFIPS" : true ,
4636
- "UseDualStack" : true
4637
- }
4638
- },
4639
4606
{
4640
4607
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
4641
4608
"expect" : {
4649
4616
"UseDualStack" : false
4650
4617
}
4651
4618
},
4652
- {
4653
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
4654
- "expect" : {
4655
- "error" : " DualStack is enabled but this partition does not support DualStack"
4656
- },
4657
- "params" : {
4658
- "Region" : " us-isob-east-1" ,
4659
- "UseFIPS" : false ,
4660
- "UseDualStack" : true
4661
- }
4662
- },
4663
4619
{
4664
4620
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
4665
4621
"expect" : {
You can’t perform that action at this time.
0 commit comments