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 1542
1542
"UseDualStack" : false
1543
1543
}
1544
1544
},
1545
- {
1546
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1547
- "expect": {
1548
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1549
- },
1550
- "params": {
1551
- "Region": "us-iso-east-1",
1552
- "UseFIPS": true,
1553
- "UseDualStack": true
1554
- }
1555
- },
1556
1545
{
1557
1546
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1558
1547
"expect" : {
1566
1555
"UseDualStack" : false
1567
1556
}
1568
1557
},
1569
- {
1570
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1571
- "expect": {
1572
- "error": "DualStack is enabled but this partition does not support DualStack"
1573
- },
1574
- "params": {
1575
- "Region": "us-iso-east-1",
1576
- "UseFIPS": false,
1577
- "UseDualStack": true
1578
- }
1579
- },
1580
- {
1581
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1582
- "expect": {
1583
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1584
- },
1585
- "params": {
1586
- "Region": "us-isob-east-1",
1587
- "UseFIPS": true,
1588
- "UseDualStack": true
1589
- }
1590
- },
1591
1558
{
1592
1559
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1593
1560
"expect" : {
1601
1568
"UseDualStack" : false
1602
1569
}
1603
1570
},
1604
- {
1605
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1606
- "expect": {
1607
- "error": "DualStack is enabled but this partition does not support DualStack"
1608
- },
1609
- "params": {
1610
- "Region": "us-isob-east-1",
1611
- "UseFIPS": false,
1612
- "UseDualStack": true
1613
- }
1614
- },
1615
1571
{
1616
1572
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1617
1573
"expect" : {
You can’t perform that action at this time.
0 commit comments