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 2079
2079
"UseDualStack": false
2080
2080
}
2081
2081
},
2082
- {
2083
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2084
- "expect": {
2085
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2086
- },
2087
- "params": {
2088
- "Region": "us-iso-east-1",
2089
- "UseFIPS": true,
2090
- "UseDualStack": true
2091
- }
2092
- },
2093
2082
{
2094
2083
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
2095
2084
"expect": {
2103
2092
"UseDualStack": false
2104
2093
}
2105
2094
},
2106
- {
2107
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2108
- "expect": {
2109
- "error": "DualStack is enabled but this partition does not support DualStack"
2110
- },
2111
- "params": {
2112
- "Region": "us-iso-east-1",
2113
- "UseFIPS": false,
2114
- "UseDualStack": true
2115
- }
2116
- },
2117
2095
{
2118
2096
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
2119
2097
"expect": {
2127
2105
"UseDualStack": false
2128
2106
}
2129
2107
},
2130
- {
2131
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2132
- "expect": {
2133
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2134
- },
2135
- "params": {
2136
- "Region": "us-isob-east-1",
2137
- "UseFIPS": true,
2138
- "UseDualStack": true
2139
- }
2140
- },
2141
2108
{
2142
2109
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
2143
2110
"expect": {
2151
2118
"UseDualStack": false
2152
2119
}
2153
2120
},
2154
- {
2155
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2156
- "expect": {
2157
- "error": "DualStack is enabled but this partition does not support DualStack"
2158
- },
2159
- "params": {
2160
- "Region": "us-isob-east-1",
2161
- "UseFIPS": false,
2162
- "UseDualStack": true
2163
- }
2164
- },
2165
2121
{
2166
2122
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
2167
2123
"expect": {
You can’t perform that action at this time.
0 commit comments