Skip to content

Commit d746978

Browse files
author
awstools
committed
feat(client-mediapackage-vod): Remove incorrect endpoint tests
1 parent 4b26b48 commit d746978

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

codegen/sdk-codegen/aws-models/mediapackage-vod.json

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,6 +2085,7 @@
20852085
"name": "mediapackage-vod"
20862086
},
20872087
"aws.protocols#restJson1": {},
2088+
"smithy.api#auth": ["aws.auth#sigv4"],
20882089
"smithy.api#documentation": "AWS Elemental MediaPackage VOD",
20892090
"smithy.api#title": "AWS Elemental MediaPackage VOD",
20902091
"smithy.rules#endpointRuleSet": {
@@ -2741,17 +2742,6 @@
27412742
"UseDualStack": false
27422743
}
27432744
},
2744-
{
2745-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2746-
"expect": {
2747-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2748-
},
2749-
"params": {
2750-
"Region": "us-iso-east-1",
2751-
"UseFIPS": true,
2752-
"UseDualStack": true
2753-
}
2754-
},
27552745
{
27562746
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
27572747
"expect": {
@@ -2765,17 +2755,6 @@
27652755
"UseDualStack": false
27662756
}
27672757
},
2768-
{
2769-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2770-
"expect": {
2771-
"error": "DualStack is enabled but this partition does not support DualStack"
2772-
},
2773-
"params": {
2774-
"Region": "us-iso-east-1",
2775-
"UseFIPS": false,
2776-
"UseDualStack": true
2777-
}
2778-
},
27792758
{
27802759
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
27812760
"expect": {
@@ -2789,17 +2768,6 @@
27892768
"UseDualStack": false
27902769
}
27912770
},
2792-
{
2793-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2794-
"expect": {
2795-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2796-
},
2797-
"params": {
2798-
"Region": "us-isob-east-1",
2799-
"UseFIPS": true,
2800-
"UseDualStack": true
2801-
}
2802-
},
28032771
{
28042772
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
28052773
"expect": {
@@ -2813,17 +2781,6 @@
28132781
"UseDualStack": false
28142782
}
28152783
},
2816-
{
2817-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2818-
"expect": {
2819-
"error": "DualStack is enabled but this partition does not support DualStack"
2820-
},
2821-
"params": {
2822-
"Region": "us-isob-east-1",
2823-
"UseFIPS": false,
2824-
"UseDualStack": true
2825-
}
2826-
},
28272784
{
28282785
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
28292786
"expect": {

0 commit comments

Comments
 (0)