Skip to content

Commit 54f4bc2

Browse files
author
awstools
committed
feat(client-frauddetector): Remove incorrect endpoint tests
1 parent 3059537 commit 54f4bc2

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -879,17 +879,6 @@
879879
"UseDualStack": false
880880
}
881881
},
882-
{
883-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
884-
"expect": {
885-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
886-
},
887-
"params": {
888-
"Region": "us-iso-east-1",
889-
"UseFIPS": true,
890-
"UseDualStack": true
891-
}
892-
},
893882
{
894883
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
895884
"expect": {
@@ -903,17 +892,6 @@
903892
"UseDualStack": false
904893
}
905894
},
906-
{
907-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
908-
"expect": {
909-
"error": "DualStack is enabled but this partition does not support DualStack"
910-
},
911-
"params": {
912-
"Region": "us-iso-east-1",
913-
"UseFIPS": false,
914-
"UseDualStack": true
915-
}
916-
},
917895
{
918896
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
919897
"expect": {
@@ -927,17 +905,6 @@
927905
"UseDualStack": false
928906
}
929907
},
930-
{
931-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
932-
"expect": {
933-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
934-
},
935-
"params": {
936-
"Region": "us-isob-east-1",
937-
"UseFIPS": true,
938-
"UseDualStack": true
939-
}
940-
},
941908
{
942909
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
943910
"expect": {
@@ -951,17 +918,6 @@
951918
"UseDualStack": false
952919
}
953920
},
954-
{
955-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
956-
"expect": {
957-
"error": "DualStack is enabled but this partition does not support DualStack"
958-
},
959-
"params": {
960-
"Region": "us-isob-east-1",
961-
"UseFIPS": false,
962-
"UseDualStack": true
963-
}
964-
},
965921
{
966922
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
967923
"expect": {

0 commit comments

Comments
 (0)