Skip to content

Commit ebd2dd8

Browse files
author
awstools
committed
feat(client-evs): Remove incorrect endpoint tests
1 parent 7fe2ead commit ebd2dd8

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -561,17 +561,6 @@
561561
"UseDualStack": false
562562
}
563563
},
564-
{
565-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
566-
"expect": {
567-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
568-
},
569-
"params": {
570-
"Region": "us-iso-east-1",
571-
"UseFIPS": true,
572-
"UseDualStack": true
573-
}
574-
},
575564
{
576565
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
577566
"expect": {
@@ -585,17 +574,6 @@
585574
"UseDualStack": false
586575
}
587576
},
588-
{
589-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
590-
"expect": {
591-
"error": "DualStack is enabled but this partition does not support DualStack"
592-
},
593-
"params": {
594-
"Region": "us-iso-east-1",
595-
"UseFIPS": false,
596-
"UseDualStack": true
597-
}
598-
},
599577
{
600578
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
601579
"expect": {
@@ -609,17 +587,6 @@
609587
"UseDualStack": false
610588
}
611589
},
612-
{
613-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
614-
"expect": {
615-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
616-
},
617-
"params": {
618-
"Region": "us-isob-east-1",
619-
"UseFIPS": true,
620-
"UseDualStack": true
621-
}
622-
},
623590
{
624591
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
625592
"expect": {
@@ -633,17 +600,6 @@
633600
"UseDualStack": false
634601
}
635602
},
636-
{
637-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
638-
"expect": {
639-
"error": "DualStack is enabled but this partition does not support DualStack"
640-
},
641-
"params": {
642-
"Region": "us-isob-east-1",
643-
"UseFIPS": false,
644-
"UseDualStack": true
645-
}
646-
},
647603
{
648604
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
649605
"expect": {

0 commit comments

Comments
 (0)