| Class | Description |
|---|---|
| AckErrorCode |
Error codes for acknowledgement events.
|
| AckEvent |
Structure for the ack response of PutMedia API call.
|
| AckEventType |
The type of acks for PutMedia API call.
|
| CreateStreamRequest | |
| CreateStreamResult | |
| DeleteStreamRequest | |
| DeleteStreamResult | |
| DescribeStreamRequest | |
| DescribeStreamResult | |
| Fragment |
Represents a segment of video or other time-delimited data.
|
| FragmentSelector |
Describes the time stamp range and time stamp origin of a range of fragments.
|
| GetDataEndpointRequest | |
| GetDataEndpointResult | |
| GetHLSStreamingSessionURLRequest | |
| GetHLSStreamingSessionURLResult | |
| GetMediaForFragmentListRequest | |
| GetMediaForFragmentListResult | |
| GetMediaRequest | |
| GetMediaResult | |
| HLSFragmentSelector |
Contains the range of time stamps for the requested media, and the source of the time stamps.
|
| HLSTimestampRange |
The start and end of the time stamp range for the requested media.
|
| ListFragmentsRequest | |
| ListFragmentsResult | |
| ListStreamsRequest | |
| ListStreamsResult | |
| ListTagsForStreamRequest | |
| ListTagsForStreamResult | |
| PutMediaRequest | |
| PutMediaResult | |
| StartSelector |
Identifies the chunk on the Kinesis video stream where you want the
GetMedia API to start returning
media data. |
| StreamInfo |
An object describing a Kinesis video stream.
|
| StreamNameCondition |
Specifies the condition that streams must satisfy to be returned when you list streams (see the
ListStreams API). |
| TagStreamRequest | |
| TagStreamResult | |
| TimestampRange |
The range of time stamps for which to return fragments.
|
| UntagStreamRequest | |
| UntagStreamResult | |
| UpdateDataRetentionRequest | |
| UpdateDataRetentionResult | |
| UpdateStreamRequest | |
| UpdateStreamResult |
| Enum | Description |
|---|---|
| AckErrorCode.Values |
All known values for
AckErrorCode. |
| AckEventType.Values |
All known values for
AckEventType. |
| APIName | |
| ComparisonOperator | |
| DiscontinuityMode | |
| FragmentSelectorType | |
| FragmentTimecodeType | |
| HLSFragmentSelectorType | |
| PlaybackMode | |
| StartSelectorType | |
| Status | |
| UpdateDataRetentionOperation |
| Exception | Description |
|---|---|
| AccountStreamLimitExceededException |
The number of streams created for the account is too high.
|
| AmazonKinesisVideoException |
Base exception for all service exceptions thrown by Amazon Kinesis Video Streams
|
| ClientLimitExceededException |
Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls.
|
| ConnectionLimitExceededException |
Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client connections.
|
| DeviceStreamLimitExceededException |
Not implemented.
|
| InvalidArgumentException |
The value for this input parameter is invalid.
|
| InvalidCodecPrivateDataException |
The Codec Private Data in the video stream is not valid for this operation.
|
| InvalidDeviceException |
Not implemented.
|
| InvalidEndpointException |
Status Code: 400, Caller used wrong endpoint to write data to a stream.
|
| InvalidResourceFormatException |
The format of the
StreamARN is invalid. |
| MissingCodecPrivateDataException |
No Codec Private Data was found in the video stream.
|
| NoDataRetentionException |
A
PlaybackMode of ON_DEMAND was requested for a stream that does not retain data (that is,
has a DataRetentionInHours of 0). |
| NotAuthorizedException |
Status Code: 403, The caller is not authorized to perform an operation on the given stream, or the token has expired.
|
| ResourceInUseException |
The stream is currently not available for this operation.
|
| ResourceNotFoundException |
Status Code: 404, The stream with the given name does not exist.
|
| TagsPerResourceExceededLimitException |
You have exceeded the limit of tags that you can associate with the resource.
|
| UnsupportedStreamMediaTypeException |
An HLS streaming session was requested for a stream with a media type that is not
video/h264. |
| VersionMismatchException |
The stream version that you specified is not the latest version.
|
Copyright © 2019. All rights reserved.