File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed
services/secretsmanager/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 Secrets Manager" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 533533 "UseDualStack" : false
534534 }
535535 },
536- {
537- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
538- "expect" : {
539- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
540- },
541- "params" : {
542- "Region" : " us-iso-east-1" ,
543- "UseFIPS" : true ,
544- "UseDualStack" : true
545- }
546- },
547536 {
548537 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
549538 "expect" : {
557546 "UseDualStack" : false
558547 }
559548 },
560- {
561- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
562- "expect" : {
563- "error" : " DualStack is enabled but this partition does not support DualStack"
564- },
565- "params" : {
566- "Region" : " us-iso-east-1" ,
567- "UseFIPS" : false ,
568- "UseDualStack" : true
569- }
570- },
571- {
572- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
573- "expect" : {
574- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
575- },
576- "params" : {
577- "Region" : " us-isob-east-1" ,
578- "UseFIPS" : true ,
579- "UseDualStack" : true
580- }
581- },
582549 {
583550 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
584551 "expect" : {
592559 "UseDualStack" : false
593560 }
594561 },
595- {
596- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
597- "expect" : {
598- "error" : " DualStack is enabled but this partition does not support DualStack"
599- },
600- "params" : {
601- "Region" : " us-isob-east-1" ,
602- "UseFIPS" : false ,
603- "UseDualStack" : true
604- }
605- },
606562 {
607563 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
608564 "expect" : {
You can’t perform that action at this time.
0 commit comments