Skip to content

Commit 7fe2ead

Browse files
author
awstools
committed
feat(client-lookoutvision): Remove incorrect endpoint tests
1 parent 414bac0 commit 7fe2ead

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2691,17 +2691,6 @@
26912691
"UseDualStack": false
26922692
}
26932693
},
2694-
{
2695-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2696-
"expect": {
2697-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2698-
},
2699-
"params": {
2700-
"Region": "us-iso-east-1",
2701-
"UseFIPS": true,
2702-
"UseDualStack": true
2703-
}
2704-
},
27052694
{
27062695
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
27072696
"expect": {
@@ -2715,17 +2704,6 @@
27152704
"UseDualStack": false
27162705
}
27172706
},
2718-
{
2719-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2720-
"expect": {
2721-
"error": "DualStack is enabled but this partition does not support DualStack"
2722-
},
2723-
"params": {
2724-
"Region": "us-iso-east-1",
2725-
"UseFIPS": false,
2726-
"UseDualStack": true
2727-
}
2728-
},
27292707
{
27302708
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
27312709
"expect": {
@@ -2739,17 +2717,6 @@
27392717
"UseDualStack": false
27402718
}
27412719
},
2742-
{
2743-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2744-
"expect": {
2745-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2746-
},
2747-
"params": {
2748-
"Region": "us-isob-east-1",
2749-
"UseFIPS": true,
2750-
"UseDualStack": true
2751-
}
2752-
},
27532720
{
27542721
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
27552722
"expect": {
@@ -2763,17 +2730,6 @@
27632730
"UseDualStack": false
27642731
}
27652732
},
2766-
{
2767-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2768-
"expect": {
2769-
"error": "DualStack is enabled but this partition does not support DualStack"
2770-
},
2771-
"params": {
2772-
"Region": "us-isob-east-1",
2773-
"UseFIPS": false,
2774-
"UseDualStack": true
2775-
}
2776-
},
27772733
{
27782734
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
27792735
"expect": {

0 commit comments

Comments
 (0)