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 8da0c920a62db..69d923b50b19b 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:

- *