amazonaws.com – kinesisvideo
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:kinesisvideo/2017-09-30.json
- Provider
- amazonaws.com:kinesisvideo / kinesisvideo
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/kinesisvideo/2017-09-30/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/kinesisvideo/2017-09-30/openapi.yaml
Tools (30)
Extracted live via the executor SDK.
-
createSignalingChannel.postOperationCreates a signaling channel.
CreateSignalingChannelis an asynchronous operation. -
createStream.postOperationCreates 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.
CreateStreamis an asynchronous operation.For information about how the service works, see .
You must have permissions for the
KinesisVideo:CreateStreamaction. -
deleteSignalingChannel.postOperationDeletes a specified signaling channel.
DeleteSignalingChannelis an asynchronous operation. If you don't specify the channel's current version, the most recent version is deleted. -
deleteStream.postOperationDeletes 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
DescribeStreamAPI.This operation requires permission for the
KinesisVideo:DeleteStreamaction. -
describeEdgeConfiguration.postOperationDescribes a stream’s edge configuration that was set using the
StartEdgeConfigurationUpdateAPI. Use this API to get the status of the configuration if the configuration is in sync with the Edge Agent. -
describeImageGenerationConfiguration.postOperationGets the
ImageGenerationConfigurationfor a given Kinesis video stream. -
describeMappedResourceConfiguration.postOperationReturns the most current information about the stream. Either streamName or streamARN should be provided in the input.
Returns the most current information about the stream. The
streamNameorstreamARNshould be provided in the input. -
describeMediaStorageConfiguration.postOperationReturns the most current information about the channel. Specify the
ChannelNameorChannelARNin the input. -
describeNotificationConfiguration.postOperationGets the
NotificationConfigurationfor a given Kinesis video stream. -
describeSignalingChannel.postOperationReturns 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.postOperationReturns the most current information about the specified stream. You must specify either the
StreamNameor theStreamARN. -
getDataEndpoint.postOperationGets 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
GetMediaorGetMediaForFragmentListoperations) or write to it (using thePutMediaoperation).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
StreamNameorStreamARN. -
getSignalingChannelEndpoint.postOperationProvides an endpoint for the specified signaling channel to send and receive messages. This API uses the
SingleMasterChannelEndpointConfigurationinput parameter, which consists of theProtocolsandRoleproperties.Protocolsis used to determine the communication mechanism. For example, if you specifyWSSas the protocol, this API produces a secure websocket endpoint. If you specifyHTTPSas the protocol, this API generates an HTTPS endpoint.Roledetermines the messaging permissions. AMASTERrole results in this API generating an endpoint that a client can use to communicate with any of the viewers on the channel. AVIEWERrole results in this API generating an endpoint that a client can use to communicate only with aMASTER. -
listSignalingChannels.postOperationReturns an array of
ChannelInfoobjects. Each object describes a signaling channel. To retrieve only those channels that satisfy a specific condition, you can specify aChannelNameCondition. -
listStreams.postOperationReturns an array of
StreamInfoobjects. Each object describes a stream. To retrieve only streams that satisfy a specific condition, you can specify aStreamNameCondition. -
listTagsForResource.postOperationReturns a list of tags associated with the specified signaling channel.
-
listTagsForStream.postOperationReturns a list of tags associated with the specified stream.
In the request, you must specify either the
StreamNameor theStreamARN. -
startEdgeConfigurationUpdate.postOperationAn 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
SyncStatuswill be updated as the edge configuration is acknowledged, and synced with the Edge Agent.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
SYNCING. You will have to wait for the sync status to reach a terminal state such as:IN_SYNC, orSYNC_FAILED, before using this API again. If you invoke this API during the syncing process, aResourceInUseExceptionwill be thrown. The connectivity of the stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes, the status will transition into theSYNC_FAILEDstate. -
tagResource.postOperationAdds 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 in the Billing and Cost Management and Cost Management User Guide.
-
tagStream.postOperationAdds 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 in the Billing and Cost Management and Cost Management User Guide.
You must provide either the
StreamNameor theStreamARN.This operation requires permission for the
KinesisVideo:TagStreamaction.A Kinesis video stream can support up to 50 tags.
-
untagResource.postOperationRemoves 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.postOperationRemoves 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
StreamNameorStreamARN. -
updateDataRetention.postOperationIncreases 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
Operationparameter in the request body. In the request, you must specify either theStreamNameor theStreamARN.The retention period that you specify replaces the current value.
This operation requires permission for the
KinesisVideo:UpdateDataRetentionaction.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.
-
-
updateImageGenerationConfiguration.postOperationUpdates the
StreamInfoandImageProcessingConfigurationfields. -
updateMediaStorageConfiguration.postOperationAssociates a
SignalingChannelto a stream to store the media. There are two signaling modes that can specified :-
If the
StorageStatusis disabled, no data will be stored, and theStreamARNparameter will not be needed. -
If the
StorageStatusis enabled, the data will be stored in theStreamARNprovided.
-
-
updateNotificationConfiguration.postOperationUpdates the notification information for a stream.
-
updateSignalingChannel.postOperationUpdates the existing signaling channel. This is an asynchronous operation and takes time to complete.
If the
MessageTtlSecondsvalue 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 previousMessageTtlSecondsvalue. -
updateStream.postOperationUpdates 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
DescribeStreamAPI.UpdateStreamis an asynchronous operation, and takes time to complete. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools