Skip to content

Commit e35a39c

Browse files
author
awstools
committed
feat(client-migrationhubstrategy): Remove incorrect endpoint tests
1 parent d58fd4b commit e35a39c

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

codegen/sdk-codegen/aws-models/migrationhubstrategy.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -634,17 +634,6 @@
634634
"UseDualStack": false
635635
}
636636
},
637-
{
638-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
639-
"expect": {
640-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
641-
},
642-
"params": {
643-
"Region": "us-iso-east-1",
644-
"UseFIPS": true,
645-
"UseDualStack": true
646-
}
647-
},
648637
{
649638
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
650639
"expect": {
@@ -658,17 +647,6 @@
658647
"UseDualStack": false
659648
}
660649
},
661-
{
662-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
663-
"expect": {
664-
"error": "DualStack is enabled but this partition does not support DualStack"
665-
},
666-
"params": {
667-
"Region": "us-iso-east-1",
668-
"UseFIPS": false,
669-
"UseDualStack": true
670-
}
671-
},
672650
{
673651
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
674652
"expect": {
@@ -682,17 +660,6 @@
682660
"UseDualStack": false
683661
}
684662
},
685-
{
686-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
687-
"expect": {
688-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
689-
},
690-
"params": {
691-
"Region": "us-isob-east-1",
692-
"UseFIPS": true,
693-
"UseDualStack": true
694-
}
695-
},
696663
{
697664
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
698665
"expect": {
@@ -706,17 +673,6 @@
706673
"UseDualStack": false
707674
}
708675
},
709-
{
710-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
711-
"expect": {
712-
"error": "DualStack is enabled but this partition does not support DualStack"
713-
},
714-
"params": {
715-
"Region": "us-isob-east-1",
716-
"UseFIPS": false,
717-
"UseDualStack": true
718-
}
719-
},
720676
{
721677
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
722678
"expect": {

0 commit comments

Comments
 (0)