Skip to content

Commit 540a433

Browse files
author
AWS
committed
AWS Elemental MediaPackage v2 Update: Reduces the minimum allowed value for startOverWindowSeconds from 60 to 0, allowing customers to effectively disable the start-over window.
1 parent 973ad44 commit 540a433

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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 v2",
4+
"contributor": "",
5+
"description": "Reduces the minimum allowed value for startOverWindowSeconds from 60 to 0, allowing customers to effectively disable the start-over window."
6+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@
14271427
"type":"integer",
14281428
"box":true,
14291429
"max":1209600,
1430-
"min":60
1430+
"min":0
14311431
},
14321432
"CreateOriginEndpointResponse":{
14331433
"type":"structure",
@@ -3821,7 +3821,7 @@
38213821
},
38223822
"CertificateArn":{
38233823
"shape":"SpekeKeyProviderCertificateArnString",
3824-
"documentation":"<p>The ARN for the certificate that you imported to AWS Certificate Manager to add content key encryption to this endpoint. For this feature to work, your DRM key provider must support content key encryption.</p>"
3824+
"documentation":"<p>The ARN for the certificate that you imported to Amazon Web Services Certificate Manager to add content key encryption to this endpoint. For this feature to work, your DRM key provider must support content key encryption.</p>"
38253825
}
38263826
},
38273827
"documentation":"<p>The parameters for the SPEKE key provider.</p>"
@@ -4182,7 +4182,7 @@
41824182
"type":"integer",
41834183
"box":true,
41844184
"max":1209600,
4185-
"min":60
4185+
"min":0
41864186
},
41874187
"UpdateOriginEndpointResponse":{
41884188
"type":"structure",

0 commit comments

Comments
 (0)