See: Description
Class | Description |
---|---|
CreateStreamRequest |
Creates a new Kinesis video stream.
|
CreateStreamResult | |
DeleteStreamRequest |
Deletes a Kinesis video stream and the data contained in the stream.
|
DeleteStreamResult | |
DescribeStreamRequest |
Returns the most current information about the specified stream.
|
DescribeStreamResult | |
GetDataEndpointRequest |
Gets an endpoint for a specified stream for either reading or writing.
|
GetDataEndpointResult | |
ListStreamsRequest |
Returns an array of
StreamInfo objects. |
ListStreamsResult | |
ListTagsForStreamRequest |
Returns a list of tags associated with the specified stream.
|
ListTagsForStreamResult | |
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 |
Adds one or more tags to a stream.
|
TagStreamResult | |
UntagStreamRequest |
Removes one or more tags from a stream.
|
UntagStreamResult | |
UpdateDataRetentionRequest |
Increases or decreases the stream's data retention period by the value that
you specify.
|
UpdateDataRetentionResult | |
UpdateStreamRequest |
Updates stream metadata, such as the device name and media type.
|
UpdateStreamResult |
Enum | Description |
---|---|
APIName |
APIName
|
ComparisonOperator |
Comparison Operator
|
Status |
Status
|
UpdateDataRetentionOperation |
Update Data Retention Operation
|
Exception | Description |
---|---|
AccountStreamLimitExceededException |
The number of streams created for the account is too high.
|
ClientLimitExceededException |
Kinesis Video Streams has throttled the request because you have exceeded the
limit of allowed client calls.
|
DeviceStreamLimitExceededException |
Not implemented.
|
InvalidArgumentException |
The value for this input parameter is invalid.
|
InvalidDeviceException |
Not implemented.
|
InvalidResourceFormatException |
The format of the
StreamARN is invalid. |
NotAuthorizedException |
The caller is not authorized to perform this operation.
|
ResourceInUseException |
The stream is currently not available for this operation.
|
ResourceNotFoundException |
Amazon Kinesis Video Streams can't find the stream that you specified.
|
TagsPerResourceExceededLimitException |
You have exceeded the limit of tags that you can associate with the resource.
|
VersionMismatchException |
The stream version that you specified is not the latest version.
|
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.