Skip to content

Commit 7f93210

Browse files
author
awstools
committed
feat(client-mediapackagev2): Reduces the minimum allowed value for startOverWindowSeconds from 60 to 0, allowing customers to effectively disable the start-over window.
1 parent d1038f0 commit 7f93210

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clients/client-mediapackagev2/src/models/models_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ export interface SpekeKeyProvider {
11841184
Url: string | undefined;
11851185

11861186
/**
1187-
* <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>
1187+
* <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>
11881188
* @public
11891189
*/
11901190
CertificateArn?: string | undefined;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@
22582258
"traits": {
22592259
"smithy.api#documentation": "<p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).</p>",
22602260
"smithy.api#range": {
2261-
"min": 60,
2261+
"min": 0,
22622262
"max": 1209600
22632263
}
22642264
}
@@ -7615,7 +7615,7 @@
76157615
"CertificateArn": {
76167616
"target": "smithy.api#String",
76177617
"traits": {
7618-
"smithy.api#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>",
7618+
"smithy.api#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>",
76197619
"smithy.api#length": {
76207620
"min": 20,
76217621
"max": 2048
@@ -8551,7 +8551,7 @@
85518551
"traits": {
85528552
"smithy.api#documentation": "<p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).</p>",
85538553
"smithy.api#range": {
8554-
"min": 60,
8554+
"min": 0,
85558555
"max": 1209600
85568556
}
85578557
}

0 commit comments

Comments
 (0)