From 5bbf9b203d41781aadd3d5f25eb030318468d76e Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 7 Aug 2023 18:18:39 +0000 Subject: [PATCH] feat(client-kinesis-video-archived-media): This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature. --- .../src/commands/GetClipCommand.ts | 30 +- .../GetDASHStreamingSessionURLCommand.ts | 111 ++++---- .../GetHLSStreamingSessionURLCommand.ts | 154 +++++----- .../src/commands/GetImagesCommand.ts | 12 +- .../GetMediaForFragmentListCommand.ts | 31 +- .../src/commands/ListFragmentsCommand.ts | 31 +- .../src/endpoint/ruleset.ts | 35 +-- .../src/models/models_0.ts | 269 +++++++++--------- 8 files changed, 336 insertions(+), 337 deletions(-) diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts index 8da0c920a62d..69d923b50b19 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts @@ -46,45 +46,43 @@ export interface GetClipCommandOutput extends Omit, __ * @public *

Downloads an MP4 file (clip) containing the archived, on-demand media from the * specified video stream over the specified time range.

- *

Both the StreamName and the StreamARN parameters are optional, but you must specify + *

Both the StreamName and the StreamARN parameters are optional, but you must specify * either the StreamName or the StreamARN when invoking this API operation.

- * - *

As a prerequisite to using GetCLip API, you must obtain an endpoint using + *

As a prerequisite to using GetCLip API, you must obtain an endpoint using * GetDataEndpoint, specifying GET_CLIP for the * APIName parameter.

- *

An Amazon Kinesis video stream has the following requirements for providing data + *

An Amazon Kinesis video stream has the following requirements for providing data * through MP4:

- *