Skip to content

Commit a79f7fa

Browse files
author
awstools
committed
feat(client-data-pipeline): Remove incorrect endpoint tests
1 parent 639c730 commit a79f7fa

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/data-pipeline.json

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

0 commit comments

Comments
 (0)