File tree Expand file tree Collapse file tree 3 files changed +7
-46
lines changed
services/sagemakermetrics/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +7
-46
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Amazon SageMaker Metrics Service" ,
4+ "contributor" : " " ,
5+ "description" : " Remove incorrect endpoint tests"
6+ }
Original file line number Diff line number Diff line change 585585 "UseDualStack" : false
586586 }
587587 },
588- {
589- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
590- "expect" : {
591- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
592- },
593- "params" : {
594- "Region" : " us-iso-east-1" ,
595- "UseFIPS" : true ,
596- "UseDualStack" : true
597- }
598- },
599588 {
600589 "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
601590 "expect" : {
609598 "UseDualStack" : false
610599 }
611600 },
612- {
613- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
614- "expect" : {
615- "error" : " DualStack is enabled but this partition does not support DualStack"
616- },
617- "params" : {
618- "Region" : " us-iso-east-1" ,
619- "UseFIPS" : false ,
620- "UseDualStack" : true
621- }
622- },
623601 {
624602 "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
625603 "expect" : {
633611 "UseDualStack" : false
634612 }
635613 },
636- {
637- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
638- "expect" : {
639- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
640- },
641- "params" : {
642- "Region" : " us-isob-east-1" ,
643- "UseFIPS" : true ,
644- "UseDualStack" : true
645- }
646- },
647614 {
648615 "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
649616 "expect" : {
657624 "UseDualStack" : false
658625 }
659626 },
660- {
661- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
662- "expect" : {
663- "error" : " DualStack is enabled but this partition does not support DualStack"
664- },
665- "params" : {
666- "Region" : " us-isob-east-1" ,
667- "UseFIPS" : false ,
668- "UseDualStack" : true
669- }
670- },
671627 {
672628 "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
673629 "expect" : {
Original file line number Diff line number Diff line change 11{
2- "pagination" : {
3- }
2+ "pagination" : {}
43}
You can’t perform that action at this time.
0 commit comments