AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Implementation for accessing KinesisVideo
Namespace: Amazon.KinesisVideo
Assembly: AWSSDK.KinesisVideo.dll
Version: 3.x.y.z
public class AmazonKinesisVideoClient : AmazonServiceClient IAmazonKinesisVideo, IAmazonService, IDisposable
The AmazonKinesisVideoClient type exposes the following members
Name | Description | |
---|---|---|
AmazonKinesisVideoClient() |
Constructs AmazonKinesisVideoClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonKinesisVideoClient(RegionEndpoint) |
Constructs AmazonKinesisVideoClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonKinesisVideoClient(AmazonKinesisVideoConfig) |
Constructs AmazonKinesisVideoClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonKinesisVideoClient(AWSCredentials) |
Constructs AmazonKinesisVideoClient with AWS Credentials |
|
AmazonKinesisVideoClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonKinesisVideoClient with AWS Credentials |
|
AmazonKinesisVideoClient(AWSCredentials, AmazonKinesisVideoConfig) |
Constructs AmazonKinesisVideoClient with AWS Credentials and an AmazonKinesisVideoClient Configuration object. |
|
AmazonKinesisVideoClient(string, string) |
Constructs AmazonKinesisVideoClient with AWS Access Key ID and AWS Secret Key |
|
AmazonKinesisVideoClient(string, string, RegionEndpoint) |
Constructs AmazonKinesisVideoClient with AWS Access Key ID and AWS Secret Key |
|
AmazonKinesisVideoClient(string, string, AmazonKinesisVideoConfig) |
Constructs AmazonKinesisVideoClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisVideoClient Configuration object. |
|
AmazonKinesisVideoClient(string, string, string) |
Constructs AmazonKinesisVideoClient with AWS Access Key ID and AWS Secret Key |
|
AmazonKinesisVideoClient(string, string, string, RegionEndpoint) |
Constructs AmazonKinesisVideoClient with AWS Access Key ID and AWS Secret Key |
|
AmazonKinesisVideoClient(string, string, string, AmazonKinesisVideoConfig) |
Constructs AmazonKinesisVideoClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisVideoClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. | |
Paginators | Amazon.KinesisVideo.Model.IKinesisVideoPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
CreateSignalingChannel(CreateSignalingChannelRequest) |
Creates a signaling channel.
|
|
CreateSignalingChannelAsync(CreateSignalingChannelRequest, CancellationToken) |
Creates a signaling channel.
|
|
CreateStream(CreateStreamRequest) |
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.
For information about how the service works, see How it Works.
You must have permissions for the |
|
CreateStreamAsync(CreateStreamRequest, CancellationToken) |
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.
For information about how the service works, see How it Works.
You must have permissions for the |
|
DeleteEdgeConfiguration(DeleteEdgeConfigurationRequest) |
An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.
When you invoke this API, the sync status is set to When the deletion process has completed successfully, the edge configuration is no longer accessible. |
|
DeleteEdgeConfigurationAsync(DeleteEdgeConfigurationRequest, CancellationToken) |
An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.
When you invoke this API, the sync status is set to When the deletion process has completed successfully, the edge configuration is no longer accessible. |
|
DeleteSignalingChannel(DeleteSignalingChannelRequest) |
Deletes a specified signaling channel. |
|
DeleteSignalingChannelAsync(DeleteSignalingChannelRequest, CancellationToken) |
Deletes a specified signaling channel. |
|
DeleteStream(DeleteStreamRequest) |
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
This operation requires permission for the |
|
DeleteStreamAsync(DeleteStreamRequest, CancellationToken) |
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
This operation requires permission for the |
|
DescribeEdgeConfiguration(DescribeEdgeConfigurationRequest) |
Describes a stream’s edge configuration that was set using the |
|
DescribeEdgeConfigurationAsync(DescribeEdgeConfigurationRequest, CancellationToken) |
Describes a stream’s edge configuration that was set using the |
|
DescribeImageGenerationConfiguration(DescribeImageGenerationConfigurationRequest) |
Gets the |
|
DescribeImageGenerationConfigurationAsync(DescribeImageGenerationConfigurationRequest, CancellationToken) |
Gets the |
|
DescribeMappedResourceConfiguration(DescribeMappedResourceConfigurationRequest) |
Returns the most current information about the stream. The |
|
DescribeMappedResourceConfigurationAsync(DescribeMappedResourceConfigurationRequest, CancellationToken) |
Returns the most current information about the stream. The |
|
DescribeMediaStorageConfiguration(DescribeMediaStorageConfigurationRequest) |
Returns the most current information about the channel. Specify the |
|
DescribeMediaStorageConfigurationAsync(DescribeMediaStorageConfigurationRequest, CancellationToken) |
Returns the most current information about the channel. Specify the |
|
DescribeNotificationConfiguration(DescribeNotificationConfigurationRequest) |
Gets the |
|
DescribeNotificationConfigurationAsync(DescribeNotificationConfigurationRequest, CancellationToken) |
Gets the |
|
DescribeSignalingChannel(DescribeSignalingChannelRequest) |
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. |
|
DescribeSignalingChannelAsync(DescribeSignalingChannelRequest, CancellationToken) |
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. |
|
DescribeStream(DescribeStreamRequest) |
Returns the most current information about the specified stream. You must specify
either the |
|
DescribeStreamAsync(DescribeStreamRequest, CancellationToken) |
Returns the most current information about the specified stream. You must specify
either the |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. | |
GetDataEndpoint(GetDataEndpointRequest) |
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
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 |
|
GetDataEndpointAsync(GetDataEndpointRequest, CancellationToken) |
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
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 |
|
GetSignalingChannelEndpoint(GetSignalingChannelEndpointRequest) |
Provides an endpoint for the specified signaling channel to send and receive messages.
This API uses the
|
|
GetSignalingChannelEndpointAsync(GetSignalingChannelEndpointRequest, CancellationToken) |
Provides an endpoint for the specified signaling channel to send and receive messages.
This API uses the
|
|
ListEdgeAgentConfigurations(ListEdgeAgentConfigurationsRequest) |
Returns an array of edge configurations associated with the specified Edge Agent.
In the request, you must specify the Edge Agent |
|
ListEdgeAgentConfigurationsAsync(ListEdgeAgentConfigurationsRequest, CancellationToken) |
Returns an array of edge configurations associated with the specified Edge Agent.
In the request, you must specify the Edge Agent |
|
ListSignalingChannels(ListSignalingChannelsRequest) |
Returns an array of |
|
ListSignalingChannelsAsync(ListSignalingChannelsRequest, CancellationToken) |
Returns an array of |
|
ListStreams(ListStreamsRequest) |
Returns an array of |
|
ListStreamsAsync(ListStreamsRequest, CancellationToken) |
Returns an array of |
|
ListTagsForResource(ListTagsForResourceRequest) |
Returns a list of tags associated with the specified signaling channel. |
|
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Returns a list of tags associated with the specified signaling channel. |
|
ListTagsForStream(ListTagsForStreamRequest) |
Returns a list of tags associated with the specified stream.
In the request, you must specify either the |
|
ListTagsForStreamAsync(ListTagsForStreamRequest, CancellationToken) |
Returns a list of tags associated with the specified stream.
In the request, you must specify either the |
|
StartEdgeConfigurationUpdate(StartEdgeConfigurationUpdateRequest) |
An asynchronous API that updates a stream’s existing edge configuration. The Kinesis
Video Stream will sync the stream’s edge configuration with the Edge Agent IoT Greengrass
component that runs on an IoT Hub Device, setup at your premise. The time to sync
can vary and depends on the connectivity of the Hub Device. The
If this API is invoked for the first time, a new edge configuration will be created
for the stream, and the sync status will be set to To move an edge configuration from one device to another, use DeleteEdgeConfiguration to delete the current edge configuration. You can then invoke StartEdgeConfigurationUpdate with an updated Hub Device ARN. |
|
StartEdgeConfigurationUpdateAsync(StartEdgeConfigurationUpdateRequest, CancellationToken) |
An asynchronous API that updates a stream’s existing edge configuration. The Kinesis
Video Stream will sync the stream’s edge configuration with the Edge Agent IoT Greengrass
component that runs on an IoT Hub Device, setup at your premise. The time to sync
can vary and depends on the connectivity of the Hub Device. The
If this API is invoked for the first time, a new edge configuration will be created
for the stream, and the sync status will be set to To move an edge configuration from one device to another, use DeleteEdgeConfiguration to delete the current edge configuration. You can then invoke StartEdgeConfigurationUpdate with an updated Hub Device ARN. |
|
TagResource(TagResourceRequest) |
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 Amazon Web Services 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 Billing and Cost Management and Cost Management User Guide. |
|
TagResourceAsync(TagResourceRequest, CancellationToken) |
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 Amazon Web Services 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 Billing and Cost Management and Cost Management User Guide. |
|
TagStream(TagStreamRequest) |
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 Amazon Web Services 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 Billing and Cost Management and Cost Management User Guide.
You must provide either the
This operation requires permission for the A Kinesis video stream can support up to 50 tags. |
|
TagStreamAsync(TagStreamRequest, CancellationToken) |
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 Amazon Web Services 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 Billing and Cost Management and Cost Management User Guide.
You must provide either the
This operation requires permission for the A Kinesis video stream can support up to 50 tags. |
|
UntagResource(UntagResourceRequest) |
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. |
|
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
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. |
|
UntagStream(UntagStreamRequest) |
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 |
|
UntagStreamAsync(UntagStreamRequest, CancellationToken) |
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 |
|
UpdateDataRetention(UpdateDataRetentionRequest) |
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
This operation requires permission for the Changing the data retention period affects the data in the stream as follows:
|
|
UpdateDataRetentionAsync(UpdateDataRetentionRequest, CancellationToken) |
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
This operation requires permission for the Changing the data retention period affects the data in the stream as follows:
|
|
UpdateImageGenerationConfiguration(UpdateImageGenerationConfigurationRequest) |
Updates the |
|
UpdateImageGenerationConfigurationAsync(UpdateImageGenerationConfigurationRequest, CancellationToken) |
Updates the |
|
UpdateMediaStorageConfiguration(UpdateMediaStorageConfigurationRequest) |
Associates a
If |
|
UpdateMediaStorageConfigurationAsync(UpdateMediaStorageConfigurationRequest, CancellationToken) |
Associates a
If |
|
UpdateNotificationConfiguration(UpdateNotificationConfigurationRequest) |
Updates the notification information for a stream. |
|
UpdateNotificationConfigurationAsync(UpdateNotificationConfigurationRequest, CancellationToken) |
Updates the notification information for a stream. |
|
UpdateSignalingChannel(UpdateSignalingChannelRequest) |
Updates the existing signaling channel. This is an asynchronous operation and takes time to complete.
If the |
|
UpdateSignalingChannelAsync(UpdateSignalingChannelRequest, CancellationToken) |
Updates the existing signaling channel. This is an asynchronous operation and takes time to complete.
If the |
|
UpdateStream(UpdateStreamRequest) |
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
|
|
UpdateStreamAsync(UpdateStreamRequest, CancellationToken) |
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
|
Name | Description | |
---|---|---|
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5