[][src]Trait rusoto_kinesisvideo::KinesisVideo

pub trait KinesisVideo {
#[must_use]    pub fn create_signaling_channel<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSignalingChannelInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateSignalingChannelOutput, RusotoError<CreateSignalingChannelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_stream<'life0, 'async_trait>(
        &'life0 self,
        input: CreateStreamInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateStreamOutput, RusotoError<CreateStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_signaling_channel<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteSignalingChannelInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteSignalingChannelOutput, RusotoError<DeleteSignalingChannelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_stream<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteStreamInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteStreamOutput, RusotoError<DeleteStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_signaling_channel<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSignalingChannelInput
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSignalingChannelOutput, RusotoError<DescribeSignalingChannelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_stream<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeStreamInput
    ) -> Pin<Box<dyn Future<Output = Result<DescribeStreamOutput, RusotoError<DescribeStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_data_endpoint<'life0, 'async_trait>(
        &'life0 self,
        input: GetDataEndpointInput
    ) -> Pin<Box<dyn Future<Output = Result<GetDataEndpointOutput, RusotoError<GetDataEndpointError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_signaling_channel_endpoint<'life0, 'async_trait>(
        &'life0 self,
        input: GetSignalingChannelEndpointInput
    ) -> Pin<Box<dyn Future<Output = Result<GetSignalingChannelEndpointOutput, RusotoError<GetSignalingChannelEndpointError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_signaling_channels<'life0, 'async_trait>(
        &'life0 self,
        input: ListSignalingChannelsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListSignalingChannelsOutput, RusotoError<ListSignalingChannelsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_streams<'life0, 'async_trait>(
        &'life0 self,
        input: ListStreamsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListStreamsOutput, RusotoError<ListStreamsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceInput
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceOutput, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags_for_stream<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForStreamInput
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForStreamOutput, RusotoError<ListTagsForStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceInput
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceOutput, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_stream<'life0, 'async_trait>(
        &'life0 self,
        input: TagStreamInput
    ) -> Pin<Box<dyn Future<Output = Result<TagStreamOutput, RusotoError<TagStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceInput
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceOutput, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_stream<'life0, 'async_trait>(
        &'life0 self,
        input: UntagStreamInput
    ) -> Pin<Box<dyn Future<Output = Result<UntagStreamOutput, RusotoError<UntagStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_data_retention<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDataRetentionInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDataRetentionOutput, RusotoError<UpdateDataRetentionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_signaling_channel<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateSignalingChannelInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdateSignalingChannelOutput, RusotoError<UpdateSignalingChannelError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_stream<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateStreamInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdateStreamOutput, RusotoError<UpdateStreamError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the Kinesis Video API. Kinesis Video clients implement this trait.

Required methods

#[must_use]pub fn create_signaling_channel<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSignalingChannelInput
) -> Pin<Box<dyn Future<Output = Result<CreateSignalingChannelOutput, RusotoError<CreateSignalingChannelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a signaling channel.

CreateSignalingChannel is an asynchronous operation.

#[must_use]pub fn create_stream<'life0, 'async_trait>(
    &'life0 self,
    input: CreateStreamInput
) -> Pin<Box<dyn Future<Output = Result<CreateStreamOutput, RusotoError<CreateStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new Kinesis video stream.

When you create a new stream, Kinesis Video Streams assigns it a version number. When you change the stream's metadata, Kinesis Video Streams updates the version.

CreateStream is an asynchronous operation.

For information about how the service works, see How it Works.

You must have permissions for the KinesisVideo:CreateStream action.

#[must_use]pub fn delete_signaling_channel<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSignalingChannelInput
) -> Pin<Box<dyn Future<Output = Result<DeleteSignalingChannelOutput, RusotoError<DeleteSignalingChannelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified signaling channel. DeleteSignalingChannel is an asynchronous operation. If you don't specify the channel's current version, the most recent version is deleted.

#[must_use]pub fn delete_stream<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteStreamInput
) -> Pin<Box<dyn Future<Output = Result<DeleteStreamOutput, RusotoError<DeleteStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a Kinesis video stream and the data contained in the stream.

This method marks the stream for deletion, and makes the data in the stream inaccessible immediately.

To ensure that you have the latest version of the stream before deleting it, you can specify the stream version. Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams assigns a new version number. To get the latest stream version, use the DescribeStream API.

This operation requires permission for the KinesisVideo:DeleteStream action.

#[must_use]pub fn describe_signaling_channel<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSignalingChannelInput
) -> Pin<Box<dyn Future<Output = Result<DescribeSignalingChannelOutput, RusotoError<DescribeSignalingChannelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the most current information about the signaling channel. You must specify either the name or the Amazon Resource Name (ARN) of the channel that you want to describe.

#[must_use]pub fn describe_stream<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStreamInput
) -> Pin<Box<dyn Future<Output = Result<DescribeStreamOutput, RusotoError<DescribeStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the most current information about the specified stream. You must specify either the StreamName or the StreamARN.

#[must_use]pub fn get_data_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: GetDataEndpointInput
) -> Pin<Box<dyn Future<Output = Result<GetDataEndpointOutput, RusotoError<GetDataEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets an endpoint for a specified stream for either reading or writing. Use this endpoint in your application to read from the specified stream (using the GetMedia or GetMediaForFragmentList operations) or write to it (using the PutMedia operation).

The returned endpoint does not have the API name appended. The client needs to add the API name to the returned endpoint.

In the request, specify the stream either by StreamName or StreamARN.

#[must_use]pub fn get_signaling_channel_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: GetSignalingChannelEndpointInput
) -> Pin<Box<dyn Future<Output = Result<GetSignalingChannelEndpointOutput, RusotoError<GetSignalingChannelEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides an endpoint for the specified signaling channel to send and receive messages. This API uses the SingleMasterChannelEndpointConfiguration input parameter, which consists of the Protocols and Role properties.

Protocols is used to determine the communication mechanism. For example, if you specify WSS as the protocol, this API produces a secure websocket endpoint. If you specify HTTPS as the protocol, this API generates an HTTPS endpoint.

Role determines the messaging permissions. A MASTER role results in this API generating an endpoint that a client can use to communicate with any of the viewers on the channel. A VIEWER role results in this API generating an endpoint that a client can use to communicate only with a MASTER.

#[must_use]pub fn list_signaling_channels<'life0, 'async_trait>(
    &'life0 self,
    input: ListSignalingChannelsInput
) -> Pin<Box<dyn Future<Output = Result<ListSignalingChannelsOutput, RusotoError<ListSignalingChannelsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns an array of ChannelInfo objects. Each object describes a signaling channel. To retrieve only those channels that satisfy a specific condition, you can specify a ChannelNameCondition.

#[must_use]pub fn list_streams<'life0, 'async_trait>(
    &'life0 self,
    input: ListStreamsInput
) -> Pin<Box<dyn Future<Output = Result<ListStreamsOutput, RusotoError<ListStreamsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns an array of StreamInfo objects. Each object describes a stream. To retrieve only streams that satisfy a specific condition, you can specify a StreamNameCondition.

#[must_use]pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceInput
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceOutput, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of tags associated with the specified signaling channel.

#[must_use]pub fn list_tags_for_stream<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForStreamInput
) -> Pin<Box<dyn Future<Output = Result<ListTagsForStreamOutput, RusotoError<ListTagsForStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of tags associated with the specified stream.

In the request, you must specify either the StreamName or the StreamARN.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceInput
) -> Pin<Box<dyn Future<Output = Result<TagResourceOutput, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more tags to a signaling channel. A tag is a key-value pair (the value is optional) that you can define and assign to AWS resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

#[must_use]pub fn tag_stream<'life0, 'async_trait>(
    &'life0 self,
    input: TagStreamInput
) -> Pin<Box<dyn Future<Output = Result<TagStreamOutput, RusotoError<TagStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more tags to a stream. A tag is a key-value pair (the value is optional) that you can define and assign to AWS resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

You must provide either the StreamName or the StreamARN.

This operation requires permission for the KinesisVideo:TagStream action.

Kinesis video streams support up to 50 tags.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceInput
) -> Pin<Box<dyn Future<Output = Result<UntagResourceOutput, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes one or more tags from a signaling channel. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.

#[must_use]pub fn untag_stream<'life0, 'async_trait>(
    &'life0 self,
    input: UntagStreamInput
) -> Pin<Box<dyn Future<Output = Result<UntagStreamOutput, RusotoError<UntagStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes one or more tags from a stream. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.

In the request, you must provide the StreamName or StreamARN.

#[must_use]pub fn update_data_retention<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataRetentionInput
) -> Pin<Box<dyn Future<Output = Result<UpdateDataRetentionOutput, RusotoError<UpdateDataRetentionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you want to increase or decrease the data retention period, specify the Operation parameter in the request body. In the request, you must specify either the StreamName or the StreamARN.

The retention period that you specify replaces the current value.

This operation requires permission for the KinesisVideo:UpdateDataRetention action.

Changing the data retention period affects the data in the stream as follows:

  • If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours.

  • If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.

#[must_use]pub fn update_signaling_channel<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateSignalingChannelInput
) -> Pin<Box<dyn Future<Output = Result<UpdateSignalingChannelOutput, RusotoError<UpdateSignalingChannelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the existing signaling channel. This is an asynchronous operation and takes time to complete.

If the MessageTtlSeconds value is updated (either increased or reduced), it only applies to new messages sent via this channel after it's been updated. Existing messages are still expired as per the previous MessageTtlSeconds value.

#[must_use]pub fn update_stream<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateStreamInput
) -> Pin<Box<dyn Future<Output = Result<UpdateStreamOutput, RusotoError<UpdateStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates stream metadata, such as the device name and media type.

You must provide the stream name or the Amazon Resource Name (ARN) of the stream.

To make sure that you have the latest version of the stream before updating it, you can specify the stream version. Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams assigns a new version number. To get the latest stream version, use the DescribeStream API.

UpdateStream is an asynchronous operation, and takes time to complete.

Loading content...

Implementors

impl KinesisVideo for KinesisVideoClient[src]

pub fn create_signaling_channel<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSignalingChannelInput
) -> Pin<Box<dyn Future<Output = Result<CreateSignalingChannelOutput, RusotoError<CreateSignalingChannelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a signaling channel.

CreateSignalingChannel is an asynchronous operation.

pub fn create_stream<'life0, 'async_trait>(
    &'life0 self,
    input: CreateStreamInput
) -> Pin<Box<dyn Future<Output = Result<CreateStreamOutput, RusotoError<CreateStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new Kinesis video stream.

When you create a new stream, Kinesis Video Streams assigns it a version number. When you change the stream's metadata, Kinesis Video Streams updates the version.

CreateStream is an asynchronous operation.

For information about how the service works, see How it Works.

You must have permissions for the KinesisVideo:CreateStream action.

pub fn delete_signaling_channel<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSignalingChannelInput
) -> Pin<Box<dyn Future<Output = Result<DeleteSignalingChannelOutput, RusotoError<DeleteSignalingChannelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified signaling channel. DeleteSignalingChannel is an asynchronous operation. If you don't specify the channel's current version, the most recent version is deleted.

pub fn delete_stream<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteStreamInput
) -> Pin<Box<dyn Future<Output = Result<DeleteStreamOutput, RusotoError<DeleteStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a Kinesis video stream and the data contained in the stream.

This method marks the stream for deletion, and makes the data in the stream inaccessible immediately.

To ensure that you have the latest version of the stream before deleting it, you can specify the stream version. Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams assigns a new version number. To get the latest stream version, use the DescribeStream API.

This operation requires permission for the KinesisVideo:DeleteStream action.

pub fn describe_signaling_channel<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSignalingChannelInput
) -> Pin<Box<dyn Future<Output = Result<DescribeSignalingChannelOutput, RusotoError<DescribeSignalingChannelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the most current information about the signaling channel. You must specify either the name or the Amazon Resource Name (ARN) of the channel that you want to describe.

pub fn describe_stream<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeStreamInput
) -> Pin<Box<dyn Future<Output = Result<DescribeStreamOutput, RusotoError<DescribeStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the most current information about the specified stream. You must specify either the StreamName or the StreamARN.

pub fn get_data_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: GetDataEndpointInput
) -> Pin<Box<dyn Future<Output = Result<GetDataEndpointOutput, RusotoError<GetDataEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets an endpoint for a specified stream for either reading or writing. Use this endpoint in your application to read from the specified stream (using the GetMedia or GetMediaForFragmentList operations) or write to it (using the PutMedia operation).

The returned endpoint does not have the API name appended. The client needs to add the API name to the returned endpoint.

In the request, specify the stream either by StreamName or StreamARN.

pub fn get_signaling_channel_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: GetSignalingChannelEndpointInput
) -> Pin<Box<dyn Future<Output = Result<GetSignalingChannelEndpointOutput, RusotoError<GetSignalingChannelEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides an endpoint for the specified signaling channel to send and receive messages. This API uses the SingleMasterChannelEndpointConfiguration input parameter, which consists of the Protocols and Role properties.

Protocols is used to determine the communication mechanism. For example, if you specify WSS as the protocol, this API produces a secure websocket endpoint. If you specify HTTPS as the protocol, this API generates an HTTPS endpoint.

Role determines the messaging permissions. A MASTER role results in this API generating an endpoint that a client can use to communicate with any of the viewers on the channel. A VIEWER role results in this API generating an endpoint that a client can use to communicate only with a MASTER.

pub fn list_signaling_channels<'life0, 'async_trait>(
    &'life0 self,
    input: ListSignalingChannelsInput
) -> Pin<Box<dyn Future<Output = Result<ListSignalingChannelsOutput, RusotoError<ListSignalingChannelsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns an array of ChannelInfo objects. Each object describes a signaling channel. To retrieve only those channels that satisfy a specific condition, you can specify a ChannelNameCondition.

pub fn list_streams<'life0, 'async_trait>(
    &'life0 self,
    input: ListStreamsInput
) -> Pin<Box<dyn Future<Output = Result<ListStreamsOutput, RusotoError<ListStreamsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns an array of StreamInfo objects. Each object describes a stream. To retrieve only streams that satisfy a specific condition, you can specify a StreamNameCondition.

pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceInput
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceOutput, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of tags associated with the specified signaling channel.

pub fn list_tags_for_stream<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForStreamInput
) -> Pin<Box<dyn Future<Output = Result<ListTagsForStreamOutput, RusotoError<ListTagsForStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of tags associated with the specified stream.

In the request, you must specify either the StreamName or the StreamARN.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceInput
) -> Pin<Box<dyn Future<Output = Result<TagResourceOutput, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more tags to a signaling channel. A tag is a key-value pair (the value is optional) that you can define and assign to AWS resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

pub fn tag_stream<'life0, 'async_trait>(
    &'life0 self,
    input: TagStreamInput
) -> Pin<Box<dyn Future<Output = Result<TagStreamOutput, RusotoError<TagStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more tags to a stream. A tag is a key-value pair (the value is optional) that you can define and assign to AWS resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

You must provide either the StreamName or the StreamARN.

This operation requires permission for the KinesisVideo:TagStream action.

Kinesis video streams support up to 50 tags.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceInput
) -> Pin<Box<dyn Future<Output = Result<UntagResourceOutput, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes one or more tags from a signaling channel. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.

pub fn untag_stream<'life0, 'async_trait>(
    &'life0 self,
    input: UntagStreamInput
) -> Pin<Box<dyn Future<Output = Result<UntagStreamOutput, RusotoError<UntagStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes one or more tags from a stream. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.

In the request, you must provide the StreamName or StreamARN.

pub fn update_data_retention<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDataRetentionInput
) -> Pin<Box<dyn Future<Output = Result<UpdateDataRetentionOutput, RusotoError<UpdateDataRetentionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you want to increase or decrease the data retention period, specify the Operation parameter in the request body. In the request, you must specify either the StreamName or the StreamARN.

The retention period that you specify replaces the current value.

This operation requires permission for the KinesisVideo:UpdateDataRetention action.

Changing the data retention period affects the data in the stream as follows:

  • If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours.

  • If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.

pub fn update_signaling_channel<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateSignalingChannelInput
) -> Pin<Box<dyn Future<Output = Result<UpdateSignalingChannelOutput, RusotoError<UpdateSignalingChannelError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the existing signaling channel. This is an asynchronous operation and takes time to complete.

If the MessageTtlSeconds value is updated (either increased or reduced), it only applies to new messages sent via this channel after it's been updated. Existing messages are still expired as per the previous MessageTtlSeconds value.

pub fn update_stream<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateStreamInput
) -> Pin<Box<dyn Future<Output = Result<UpdateStreamOutput, RusotoError<UpdateStreamError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates stream metadata, such as the device name and media type.

You must provide the stream name or the Amazon Resource Name (ARN) of the stream.

To make sure that you have the latest version of the stream before updating it, you can specify the stream version. Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams assigns a new version number. To get the latest stream version, use the DescribeStream API.

UpdateStream is an asynchronous operation, and takes time to complete.

Loading content...