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 15891589 "UseDualStack" : false
15901590 }
15911591 },
1592- {
1593- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
1594- "expect" : {
1595- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1596- },
1597- "params" : {
1598- "Region" : " us-iso-east-1" ,
1599- "UseFIPS" : true ,
1600- "UseDualStack" : true
1601- }
1602- },
1603- {
1604- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1605- "expect" : {
1606- "error" : " DualStack is enabled but this partition does not support DualStack"
1607- },
1608- "params" : {
1609- "Region" : " us-iso-east-1" ,
1610- "UseFIPS" : false ,
1611- "UseDualStack" : true
1612- }
1613- },
16141592 {
16151593 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
16161594 "expect" : {
16371615 "UseDualStack" : false
16381616 }
16391617 },
1640- {
1641- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1642- "expect" : {
1643- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1644- },
1645- "params" : {
1646- "Region" : " us-isob-east-1" ,
1647- "UseFIPS" : true ,
1648- "UseDualStack" : true
1649- }
1650- },
1651- {
1652- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1653- "expect" : {
1654- "error" : " DualStack is enabled but this partition does not support DualStack"
1655- },
1656- "params" : {
1657- "Region" : " us-isob-east-1" ,
1658- "UseFIPS" : false ,
1659- "UseDualStack" : true
1660- }
1661- },
16621618 {
16631619 "documentation" : " For custom endpoint with region set and fips disabled and dualstack disabled" ,
16641620 "expect" : {
You can’t perform that action at this time.
0 commit comments