Skip to content

Commit eb9c6d6

Browse files
author
AWS
committed
AWS Elemental MediaConvert Update: Remove incorrect endpoint tests
1 parent 8c4b3e5 commit eb9c6d6

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaConvert",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/mediaconvert/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -442,17 +442,6 @@
442442
"UseDualStack": false
443443
}
444444
},
445-
{
446-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
447-
"expect": {
448-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
449-
},
450-
"params": {
451-
"Region": "us-iso-east-1",
452-
"UseFIPS": true,
453-
"UseDualStack": true
454-
}
455-
},
456445
{
457446
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
458447
"expect": {
@@ -466,17 +455,6 @@
466455
"UseDualStack": false
467456
}
468457
},
469-
{
470-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
471-
"expect": {
472-
"error": "DualStack is enabled but this partition does not support DualStack"
473-
},
474-
"params": {
475-
"Region": "us-iso-east-1",
476-
"UseFIPS": false,
477-
"UseDualStack": true
478-
}
479-
},
480458
{
481459
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
482460
"expect": {
@@ -490,17 +468,6 @@
490468
"UseDualStack": false
491469
}
492470
},
493-
{
494-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
495-
"expect": {
496-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
497-
},
498-
"params": {
499-
"Region": "us-isob-east-1",
500-
"UseFIPS": true,
501-
"UseDualStack": true
502-
}
503-
},
504471
{
505472
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
506473
"expect": {
@@ -514,17 +481,6 @@
514481
"UseDualStack": false
515482
}
516483
},
517-
{
518-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
519-
"expect": {
520-
"error": "DualStack is enabled but this partition does not support DualStack"
521-
},
522-
"params": {
523-
"Region": "us-isob-east-1",
524-
"UseFIPS": false,
525-
"UseDualStack": true
526-
}
527-
},
528484
{
529485
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
530486
"expect": {

0 commit comments

Comments
 (0)