{ "version": "2.0", "service": "

", "operations": { "GetMediaForFragmentList": "

Gets media for a list of fragments (specified by fragment number) from the archived data in a Kinesis video stream.

This operation is only available for the AWS SDK for Java. It is not supported in AWS SDKs for other languages.

The following limits apply when using the GetMediaForFragmentList API:

", "ListFragments": "

Returns a list of Fragment objects from the specified stream and start location within the archived data.

" }, "shapes": { "ClientLimitExceededException": { "base": "

Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.

", "refs": { } }, "ContentType": { "base": null, "refs": { "GetMediaForFragmentListOutput$ContentType": "

The content type of the requested media.

" } }, "ErrorMessage": { "base": null, "refs": { "ClientLimitExceededException$Message": null, "InvalidArgumentException$Message": null, "NotAuthorizedException$Message": null, "ResourceNotFoundException$Message": null } }, "Fragment": { "base": "

Represents a segment of video or other time-delimited data.

", "refs": { "FragmentList$member": null } }, "FragmentList": { "base": null, "refs": { "ListFragmentsOutput$Fragments": "

A list of fragment numbers that correspond to the time stamp range provided.

" } }, "FragmentNumberList": { "base": null, "refs": { "GetMediaForFragmentListInput$Fragments": "

A list of the numbers of fragments for which to retrieve media. You retrieve these values with ListFragments.

" } }, "FragmentNumberString": { "base": null, "refs": { "FragmentNumberList$member": null } }, "FragmentSelector": { "base": "

Describes the time stamp range and time stamp origin of a range of fragments.

", "refs": { "ListFragmentsInput$FragmentSelector": "

Describes the time stamp range and time stamp origin for the range of fragments to return.

" } }, "FragmentSelectorType": { "base": null, "refs": { "FragmentSelector$FragmentSelectorType": "

The origin of the time stamps to use (Server or Producer).

" } }, "GetMediaForFragmentListInput": { "base": null, "refs": { } }, "GetMediaForFragmentListOutput": { "base": null, "refs": { } }, "InvalidArgumentException": { "base": "

A specified parameter exceeds its restrictions, is not supported, or can't be used.

", "refs": { } }, "ListFragmentsInput": { "base": null, "refs": { } }, "ListFragmentsOutput": { "base": null, "refs": { } }, "Long": { "base": null, "refs": { "Fragment$FragmentSizeInBytes": "

The total fragment size, including information about the fragment and contained media data.

", "Fragment$FragmentLengthInMilliseconds": "

The playback duration or other time value associated with the fragment.

" } }, "NotAuthorizedException": { "base": "

Status Code: 403, The caller is not authorized to perform an operation on the given stream, or the token has expired.

", "refs": { } }, "PageLimit": { "base": null, "refs": { "ListFragmentsInput$MaxResults": "

The total number of fragments to return. If the total number of fragments available is more than the value specified in max-results, then a ListFragmentsOutput$NextToken is provided in the output that you can use to resume pagination.

" } }, "Payload": { "base": null, "refs": { "GetMediaForFragmentListOutput$Payload": "

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:

" } }, "ResourceNotFoundException": { "base": "

Kinesis Video Streams can't find the stream that you specified.

", "refs": { } }, "StreamName": { "base": null, "refs": { "GetMediaForFragmentListInput$StreamName": "

The name of the stream from which to retrieve fragment media.

", "ListFragmentsInput$StreamName": "

The name of the stream from which to retrieve a fragment list.

" } }, "String": { "base": null, "refs": { "Fragment$FragmentNumber": "

The index value of the fragment.

", "ListFragmentsInput$NextToken": "

A token to specify where to start paginating. This is the ListFragmentsOutput$NextToken from a previously truncated response.

", "ListFragmentsOutput$NextToken": "

If the returned list is truncated, the operation returns this token to use to retrieve the next page of results. This value is null when there are no more results to return.

" } }, "Timestamp": { "base": null, "refs": { "Fragment$ProducerTimestamp": "

The time stamp from the producer corresponding to the fragment.

", "Fragment$ServerTimestamp": "

The time stamp from the AWS server corresponding to the fragment.

", "TimestampRange$StartTimestamp": "

The starting time stamp in the range of time stamps for which to return fragments.

", "TimestampRange$EndTimestamp": "

The ending time stamp in the range of time stamps for which to return fragments.

" } }, "TimestampRange": { "base": "

The range of time stamps for which to return fragments.

", "refs": { "FragmentSelector$TimestampRange": "

The range of time stamps to return.

" } } } }