Expand description
If you’re using the service, you’re probably looking for KinesisVideoClient and KinesisVideo.
Structs§
- Channel
Info A structure that encapsulates a signaling channel's metadata and properties.
- Channel
Name Condition An optional input parameter for the
ListSignalingChannels
API. When this parameter is specified while invokingListSignalingChannels
, the API returns only the channels that satisfy a condition specified inChannelNameCondition
.- Create
Signaling Channel Input - Create
Signaling Channel Output - Create
Stream Input - Create
Stream Output - Delete
Signaling Channel Input - Delete
Signaling Channel Output - Delete
Stream Input - Delete
Stream Output - Describe
Signaling Channel Input - Describe
Signaling Channel Output - Describe
Stream Input - Describe
Stream Output - GetData
Endpoint Input - GetData
Endpoint Output - GetSignaling
Channel Endpoint Input - GetSignaling
Channel Endpoint Output - Kinesis
Video Client - A client for the Kinesis Video API.
- List
Signaling Channels Input - List
Signaling Channels Output - List
Streams Input - List
Streams Output - List
Tags ForResource Input - List
Tags ForResource Output - List
Tags ForStream Input - List
Tags ForStream Output - Resource
Endpoint List Item An object that describes the endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint
API.- Single
Master Channel Endpoint Configuration An object that contains the endpoint configuration for the
SINGLE_MASTER
channel type.- Single
Master Configuration A structure that contains the configuration for the
SINGLE_MASTER
channel type.- Stream
Info An object describing a Kinesis video stream.
- Stream
Name Condition Specifies the condition that streams must satisfy to be returned when you list streams (see the
ListStreams
API). A condition has a comparison operation and a value. Currently, you can specify only theBEGINS_WITH
operator, which finds streams whose names start with a given prefix.- Tag
A key and value pair that is associated with the specified signaling channel.
- TagResource
Input - TagResource
Output - TagStream
Input - TagStream
Output - Untag
Resource Input - Untag
Resource Output - Untag
Stream Input - Untag
Stream Output - Update
Data Retention Input - Update
Data Retention Output - Update
Signaling Channel Input - Update
Signaling Channel Output - Update
Stream Input - Update
Stream Output
Enums§
- Create
Signaling Channel Error - Errors returned by CreateSignalingChannel
- Create
Stream Error - Errors returned by CreateStream
- Delete
Signaling Channel Error - Errors returned by DeleteSignalingChannel
- Delete
Stream Error - Errors returned by DeleteStream
- Describe
Signaling Channel Error - Errors returned by DescribeSignalingChannel
- Describe
Stream Error - Errors returned by DescribeStream
- GetData
Endpoint Error - Errors returned by GetDataEndpoint
- GetSignaling
Channel Endpoint Error - Errors returned by GetSignalingChannelEndpoint
- List
Signaling Channels Error - Errors returned by ListSignalingChannels
- List
Streams Error - Errors returned by ListStreams
- List
Tags ForResource Error - Errors returned by ListTagsForResource
- List
Tags ForStream Error - Errors returned by ListTagsForStream
- TagResource
Error - Errors returned by TagResource
- TagStream
Error - Errors returned by TagStream
- Untag
Resource Error - Errors returned by UntagResource
- Untag
Stream Error - Errors returned by UntagStream
- Update
Data Retention Error - Errors returned by UpdateDataRetention
- Update
Signaling Channel Error - Errors returned by UpdateSignalingChannel
- Update
Stream Error - Errors returned by UpdateStream
Traits§
- Kinesis
Video - Trait representing the capabilities of the Kinesis Video API. Kinesis Video clients implement this trait.