Skip to content

Commit b0282ea

Browse files
author
awstools
committed
feat(client-workspaces): Remove incorrect endpoint tests
1 parent 6a9ecc9 commit b0282ea

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -13738,17 +13738,6 @@
1373813738
"UseDualStack": false
1373913739
}
1374013740
},
13741-
{
13742-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
13743-
"expect": {
13744-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
13745-
},
13746-
"params": {
13747-
"Region": "us-iso-east-1",
13748-
"UseFIPS": true,
13749-
"UseDualStack": true
13750-
}
13751-
},
1375213741
{
1375313742
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
1375413743
"expect": {
@@ -13762,17 +13751,6 @@
1376213751
"UseDualStack": false
1376313752
}
1376413753
},
13765-
{
13766-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
13767-
"expect": {
13768-
"error": "DualStack is enabled but this partition does not support DualStack"
13769-
},
13770-
"params": {
13771-
"Region": "us-iso-east-1",
13772-
"UseFIPS": false,
13773-
"UseDualStack": true
13774-
}
13775-
},
1377613754
{
1377713755
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1377813756
"expect": {
@@ -13786,17 +13764,6 @@
1378613764
"UseDualStack": false
1378713765
}
1378813766
},
13789-
{
13790-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
13791-
"expect": {
13792-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
13793-
},
13794-
"params": {
13795-
"Region": "us-isob-east-1",
13796-
"UseFIPS": true,
13797-
"UseDualStack": true
13798-
}
13799-
},
1380013767
{
1380113768
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1380213769
"expect": {
@@ -13810,17 +13777,6 @@
1381013777
"UseDualStack": false
1381113778
}
1381213779
},
13813-
{
13814-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
13815-
"expect": {
13816-
"error": "DualStack is enabled but this partition does not support DualStack"
13817-
},
13818-
"params": {
13819-
"Region": "us-isob-east-1",
13820-
"UseFIPS": false,
13821-
"UseDualStack": true
13822-
}
13823-
},
1382413780
{
1382513781
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
1382613782
"expect": {

0 commit comments

Comments
 (0)