File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed
services/databasemigration/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 Database Migration Service" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 559559 "UseDualStack" : false
560560 }
561561 },
562- {
563- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
564- "expect" : {
565- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
566- },
567- "params" : {
568- "Region" : " us-iso-east-1" ,
569- "UseFIPS" : true ,
570- "UseDualStack" : true
571- }
572- },
573- {
574- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
575- "expect" : {
576- "error" : " DualStack is enabled but this partition does not support DualStack"
577- },
578- "params" : {
579- "Region" : " us-iso-east-1" ,
580- "UseFIPS" : false ,
581- "UseDualStack" : true
582- }
583- },
584562 {
585563 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
586564 "expect" : {
607585 "UseDualStack" : false
608586 }
609587 },
610- {
611- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
612- "expect" : {
613- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
614- },
615- "params" : {
616- "Region" : " us-isob-east-1" ,
617- "UseFIPS" : true ,
618- "UseDualStack" : true
619- }
620- },
621- {
622- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
623- "expect" : {
624- "error" : " DualStack is enabled but this partition does not support DualStack"
625- },
626- "params" : {
627- "Region" : " us-isob-east-1" ,
628- "UseFIPS" : false ,
629- "UseDualStack" : true
630- }
631- },
632588 {
633589 "documentation" : " For custom endpoint with region set and fips disabled and dualstack disabled" ,
634590 "expect" : {
You can’t perform that action at this time.
0 commit comments