Skip to content

Commit 7ec946d

Browse files
author
awstools
committed
feat(client-lex-runtime-service): Remove incorrect endpoint tests
1 parent 7bef131 commit 7ec946d

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/lex-runtime-service.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -766,17 +766,6 @@
766766
"UseDualStack": false
767767
}
768768
},
769-
{
770-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
771-
"expect": {
772-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
773-
},
774-
"params": {
775-
"Region": "us-iso-east-1",
776-
"UseFIPS": true,
777-
"UseDualStack": true
778-
}
779-
},
780769
{
781770
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
782771
"expect": {
@@ -790,17 +779,6 @@
790779
"UseDualStack": false
791780
}
792781
},
793-
{
794-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
795-
"expect": {
796-
"error": "DualStack is enabled but this partition does not support DualStack"
797-
},
798-
"params": {
799-
"Region": "us-iso-east-1",
800-
"UseFIPS": false,
801-
"UseDualStack": true
802-
}
803-
},
804782
{
805783
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
806784
"expect": {
@@ -814,17 +792,6 @@
814792
"UseDualStack": false
815793
}
816794
},
817-
{
818-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
819-
"expect": {
820-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
821-
},
822-
"params": {
823-
"Region": "us-isob-east-1",
824-
"UseFIPS": true,
825-
"UseDualStack": true
826-
}
827-
},
828795
{
829796
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
830797
"expect": {
@@ -838,17 +805,6 @@
838805
"UseDualStack": false
839806
}
840807
},
841-
{
842-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
843-
"expect": {
844-
"error": "DualStack is enabled but this partition does not support DualStack"
845-
},
846-
"params": {
847-
"Region": "us-isob-east-1",
848-
"UseFIPS": false,
849-
"UseDualStack": true
850-
}
851-
},
852808
{
853809
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
854810
"expect": {

0 commit comments

Comments
 (0)