import * as __aws_sdk_types from "@aws-sdk/types"; /** * GetMediaForFragmentListOutput shape */ export interface GetMediaForFragmentListOutput extends __aws_sdk_types.MetadataBearer { /** *

The content type of the requested media.

*/ ContentType?: string; /** *

The payload that Kinesis Video Streams returns is a sequence of chunks from the specified stream. For information about the chunks, see PutMedia. The chunks that Kinesis Video Streams returns in the GetMediaForFragmentList call also include the following additional Matroska (MKV) tags:

The following tags will be included if an exception occurs:

*/ Payload?: StreamType; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }