Skip to content

Commit 927f5ee

Browse files
author
awstools
committed
feat(client-translate): Remove incorrect endpoint tests
1 parent b1aaa05 commit 927f5ee

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -837,17 +837,6 @@
837837
"UseDualStack": false
838838
}
839839
},
840-
{
841-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
842-
"expect": {
843-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
844-
},
845-
"params": {
846-
"Region": "us-iso-east-1",
847-
"UseFIPS": true,
848-
"UseDualStack": true
849-
}
850-
},
851840
{
852841
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
853842
"expect": {
@@ -861,28 +850,6 @@
861850
"UseDualStack": false
862851
}
863852
},
864-
{
865-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
866-
"expect": {
867-
"error": "DualStack is enabled but this partition does not support DualStack"
868-
},
869-
"params": {
870-
"Region": "us-iso-east-1",
871-
"UseFIPS": false,
872-
"UseDualStack": true
873-
}
874-
},
875-
{
876-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
877-
"expect": {
878-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
879-
},
880-
"params": {
881-
"Region": "us-isob-east-1",
882-
"UseFIPS": true,
883-
"UseDualStack": true
884-
}
885-
},
886853
{
887854
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
888855
"expect": {
@@ -896,17 +863,6 @@
896863
"UseDualStack": false
897864
}
898865
},
899-
{
900-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
901-
"expect": {
902-
"error": "DualStack is enabled but this partition does not support DualStack"
903-
},
904-
"params": {
905-
"Region": "us-isob-east-1",
906-
"UseFIPS": false,
907-
"UseDualStack": true
908-
}
909-
},
910866
{
911867
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
912868
"expect": {

0 commit comments

Comments
 (0)