File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed
services/controltower/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 Control Tower" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 377377 "UseDualStack" : false
378378 }
379379 },
380- {
381- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
382- "expect" : {
383- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
384- },
385- "params" : {
386- "Region" : " us-iso-east-1" ,
387- "UseFIPS" : true ,
388- "UseDualStack" : true
389- }
390- },
391380 {
392381 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
393382 "expect" : {
401390 "UseDualStack" : false
402391 }
403392 },
404- {
405- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
406- "expect" : {
407- "error" : " DualStack is enabled but this partition does not support DualStack"
408- },
409- "params" : {
410- "Region" : " us-iso-east-1" ,
411- "UseFIPS" : false ,
412- "UseDualStack" : true
413- }
414- },
415393 {
416394 "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
417395 "expect" : {
425403 "UseDualStack" : false
426404 }
427405 },
428- {
429- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
430- "expect" : {
431- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
432- },
433- "params" : {
434- "Region" : " us-isob-east-1" ,
435- "UseFIPS" : true ,
436- "UseDualStack" : true
437- }
438- },
439406 {
440407 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
441408 "expect" : {
449416 "UseDualStack" : false
450417 }
451418 },
452- {
453- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
454- "expect" : {
455- "error" : " DualStack is enabled but this partition does not support DualStack"
456- },
457- "params" : {
458- "Region" : " us-isob-east-1" ,
459- "UseFIPS" : false ,
460- "UseDualStack" : true
461- }
462- },
463419 {
464420 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
465421 "expect" : {
You can’t perform that action at this time.
0 commit comments