Skip to content

Commit 3e0a4e8

Browse files
author
awstools
committed
feat(client-direct-connect): Remove incorrect endpoint tests
1 parent 6e15ba2 commit 3e0a4e8

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

codegen/sdk-codegen/aws-models/direct-connect.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6318,17 +6318,6 @@
63186318
"UseDualStack": false
63196319
}
63206320
},
6321-
{
6322-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
6323-
"expect": {
6324-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
6325-
},
6326-
"params": {
6327-
"Region": "us-iso-east-1",
6328-
"UseFIPS": true,
6329-
"UseDualStack": true
6330-
}
6331-
},
63326321
{
63336322
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
63346323
"expect": {
@@ -6342,17 +6331,6 @@
63426331
"UseDualStack": false
63436332
}
63446333
},
6345-
{
6346-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
6347-
"expect": {
6348-
"error": "DualStack is enabled but this partition does not support DualStack"
6349-
},
6350-
"params": {
6351-
"Region": "us-iso-east-1",
6352-
"UseFIPS": false,
6353-
"UseDualStack": true
6354-
}
6355-
},
63566334
{
63576335
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
63586336
"expect": {
@@ -6366,17 +6344,6 @@
63666344
"UseDualStack": false
63676345
}
63686346
},
6369-
{
6370-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
6371-
"expect": {
6372-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
6373-
},
6374-
"params": {
6375-
"Region": "us-isob-east-1",
6376-
"UseFIPS": true,
6377-
"UseDualStack": true
6378-
}
6379-
},
63806347
{
63816348
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
63826349
"expect": {
@@ -6390,17 +6357,6 @@
63906357
"UseDualStack": false
63916358
}
63926359
},
6393-
{
6394-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
6395-
"expect": {
6396-
"error": "DualStack is enabled but this partition does not support DualStack"
6397-
},
6398-
"params": {
6399-
"Region": "us-isob-east-1",
6400-
"UseFIPS": false,
6401-
"UseDualStack": true
6402-
}
6403-
},
64046360
{
64056361
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
64066362
"expect": {

0 commit comments

Comments
 (0)