Skip to content

Commit 4cf1261

Browse files
author
awstools
committed
feat(client-ivs-realtime): Remove incorrect endpoint tests
1 parent 3d3019c commit 4cf1261

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/ivs-realtime.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -736,17 +736,6 @@
736736
"UseDualStack": false
737737
}
738738
},
739-
{
740-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
741-
"expect": {
742-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
743-
},
744-
"params": {
745-
"Region": "us-iso-east-1",
746-
"UseFIPS": true,
747-
"UseDualStack": true
748-
}
749-
},
750739
{
751740
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
752741
"expect": {
@@ -760,17 +749,6 @@
760749
"UseDualStack": false
761750
}
762751
},
763-
{
764-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
765-
"expect": {
766-
"error": "DualStack is enabled but this partition does not support DualStack"
767-
},
768-
"params": {
769-
"Region": "us-iso-east-1",
770-
"UseFIPS": false,
771-
"UseDualStack": true
772-
}
773-
},
774752
{
775753
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
776754
"expect": {
@@ -784,17 +762,6 @@
784762
"UseDualStack": false
785763
}
786764
},
787-
{
788-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
789-
"expect": {
790-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
791-
},
792-
"params": {
793-
"Region": "us-isob-east-1",
794-
"UseFIPS": true,
795-
"UseDualStack": true
796-
}
797-
},
798765
{
799766
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
800767
"expect": {
@@ -808,17 +775,6 @@
808775
"UseDualStack": false
809776
}
810777
},
811-
{
812-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
813-
"expect": {
814-
"error": "DualStack is enabled but this partition does not support DualStack"
815-
},
816-
"params": {
817-
"Region": "us-isob-east-1",
818-
"UseFIPS": false,
819-
"UseDualStack": true
820-
}
821-
},
822778
{
823779
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
824780
"expect": {

0 commit comments

Comments
 (0)