Skip to content

Commit 14656ea

Browse files
author
awstools
committed
feat(client-appflow): Remove incorrect endpoint tests
1 parent 20e749e commit 14656ea

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -8818,17 +8818,6 @@
88188818
"UseDualStack": false
88198819
}
88208820
},
8821-
{
8822-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
8823-
"expect": {
8824-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
8825-
},
8826-
"params": {
8827-
"Region": "us-iso-east-1",
8828-
"UseFIPS": true,
8829-
"UseDualStack": true
8830-
}
8831-
},
88328821
{
88338822
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
88348823
"expect": {
@@ -8842,17 +8831,6 @@
88428831
"UseDualStack": false
88438832
}
88448833
},
8845-
{
8846-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
8847-
"expect": {
8848-
"error": "DualStack is enabled but this partition does not support DualStack"
8849-
},
8850-
"params": {
8851-
"Region": "us-iso-east-1",
8852-
"UseFIPS": false,
8853-
"UseDualStack": true
8854-
}
8855-
},
88568834
{
88578835
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
88588836
"expect": {
@@ -8866,17 +8844,6 @@
88668844
"UseDualStack": false
88678845
}
88688846
},
8869-
{
8870-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
8871-
"expect": {
8872-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
8873-
},
8874-
"params": {
8875-
"Region": "us-isob-east-1",
8876-
"UseFIPS": true,
8877-
"UseDualStack": true
8878-
}
8879-
},
88808847
{
88818848
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
88828849
"expect": {
@@ -8890,17 +8857,6 @@
88908857
"UseDualStack": false
88918858
}
88928859
},
8893-
{
8894-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
8895-
"expect": {
8896-
"error": "DualStack is enabled but this partition does not support DualStack"
8897-
},
8898-
"params": {
8899-
"Region": "us-isob-east-1",
8900-
"UseFIPS": false,
8901-
"UseDualStack": true
8902-
}
8903-
},
89048860
{
89058861
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
89068862
"expect": {

0 commit comments

Comments
 (0)