Skip to content

Commit 39b659d

Browse files
author
AWS
committed
AWS Elemental MediaPackage Update: Remove incorrect endpoint tests
1 parent 84ab349 commit 39b659d

File tree

3 files changed

+10
-45
lines changed

3 files changed

+10
-45
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 MediaPackage",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -351,17 +351,6 @@
351351
"UseDualStack": false
352352
}
353353
},
354-
{
355-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
356-
"expect": {
357-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
358-
},
359-
"params": {
360-
"Region": "us-iso-east-1",
361-
"UseFIPS": true,
362-
"UseDualStack": true
363-
}
364-
},
365354
{
366355
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
367356
"expect": {
@@ -375,28 +364,6 @@
375364
"UseDualStack": false
376365
}
377366
},
378-
{
379-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
380-
"expect": {
381-
"error": "DualStack is enabled but this partition does not support DualStack"
382-
},
383-
"params": {
384-
"Region": "us-iso-east-1",
385-
"UseFIPS": false,
386-
"UseDualStack": true
387-
}
388-
},
389-
{
390-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
391-
"expect": {
392-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
393-
},
394-
"params": {
395-
"Region": "us-isob-east-1",
396-
"UseFIPS": true,
397-
"UseDualStack": true
398-
}
399-
},
400367
{
401368
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
402369
"expect": {
@@ -410,17 +377,6 @@
410377
"UseDualStack": false
411378
}
412379
},
413-
{
414-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
415-
"expect": {
416-
"error": "DualStack is enabled but this partition does not support DualStack"
417-
},
418-
"params": {
419-
"Region": "us-isob-east-1",
420-
"UseFIPS": false,
421-
"UseDualStack": true
422-
}
423-
},
424380
{
425381
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
426382
"expect": {

services/mediapackage/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"serviceId": "MediaPackage",
1111
"signatureVersion": "v4",
1212
"signingName": "mediapackage",
13-
"uid": "mediapackage-2017-10-12"
13+
"uid": "mediapackage-2017-10-12",
14+
"auth": [
15+
"aws.auth#sigv4"
16+
]
1417
},
1518
"operations": {
1619
"ConfigureLogs": {

0 commit comments

Comments
 (0)