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 2116
2116
"UseDualStack" : false
2117
2117
}
2118
2118
},
2119
- {
2120
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2121
- "expect" : {
2122
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2123
- },
2124
- "params" : {
2125
- "Region" : " us-iso-east-1" ,
2126
- "UseFIPS" : true ,
2127
- "UseDualStack" : true
2128
- }
2129
- },
2130
2119
{
2131
2120
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
2132
2121
"expect" : {
2140
2129
"UseDualStack" : false
2141
2130
}
2142
2131
},
2143
- {
2144
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
2145
- "expect" : {
2146
- "error" : " DualStack is enabled but this partition does not support DualStack"
2147
- },
2148
- "params" : {
2149
- "Region" : " us-iso-east-1" ,
2150
- "UseFIPS" : false ,
2151
- "UseDualStack" : true
2152
- }
2153
- },
2154
2132
{
2155
2133
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
2156
2134
"expect" : {
2164
2142
"UseDualStack" : false
2165
2143
}
2166
2144
},
2167
- {
2168
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
2169
- "expect" : {
2170
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2171
- },
2172
- "params" : {
2173
- "Region" : " us-isob-east-1" ,
2174
- "UseFIPS" : true ,
2175
- "UseDualStack" : true
2176
- }
2177
- },
2178
2145
{
2179
2146
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
2180
2147
"expect" : {
2188
2155
"UseDualStack" : false
2189
2156
}
2190
2157
},
2191
- {
2192
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
2193
- "expect" : {
2194
- "error" : " DualStack is enabled but this partition does not support DualStack"
2195
- },
2196
- "params" : {
2197
- "Region" : " us-isob-east-1" ,
2198
- "UseFIPS" : false ,
2199
- "UseDualStack" : true
2200
- }
2201
- },
2202
2158
{
2203
2159
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
2204
2160
"expect" : {
You can’t perform that action at this time.
0 commit comments