File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed
services/opsworkscm/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +6
-44
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " AWS OpsWorks CM" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 260260 "UseDualStack" : false
261261 }
262262 },
263- {
264- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
265- "expect" : {
266- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
267- },
268- "params" : {
269- "Region" : " us-iso-east-1" ,
270- "UseFIPS" : true ,
271- "UseDualStack" : true
272- }
273- },
274263 {
275264 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
276265 "expect" : {
284273 "UseDualStack" : false
285274 }
286275 },
287- {
288- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
289- "expect" : {
290- "error" : " DualStack is enabled but this partition does not support DualStack"
291- },
292- "params" : {
293- "Region" : " us-iso-east-1" ,
294- "UseFIPS" : false ,
295- "UseDualStack" : true
296- }
297- },
298276 {
299277 "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
300278 "expect" : {
308286 "UseDualStack" : false
309287 }
310288 },
311- {
312- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
313- "expect" : {
314- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
315- },
316- "params" : {
317- "Region" : " us-isob-east-1" ,
318- "UseFIPS" : true ,
319- "UseDualStack" : true
320- }
321- },
322289 {
323290 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
324291 "expect" : {
332299 "UseDualStack" : false
333300 }
334301 },
335- {
336- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
337- "expect" : {
338- "error" : " DualStack is enabled but this partition does not support DualStack"
339- },
340- "params" : {
341- "Region" : " us-isob-east-1" ,
342- "UseFIPS" : false ,
343- "UseDualStack" : true
344- }
345- },
346302 {
347303 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
348304 "expect" : {
You can’t perform that action at this time.
0 commit comments