'2.0', 'service' => '
', 'operations' => [ 'CreateSignalingChannel' => 'Creates a signaling channel.
CreateSignalingChannel
is an asynchronous operation.
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.
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 DELETING
. A deletion process starts, in which active edge jobs are stopped and all media is deleted from the edge device. The time to delete varies, depending on the total amount of stored media. If the deletion process fails, the sync status changes to DELETE_FAILED
. You will need to re-try the deletion.
When the deletion process has completed successfully, the edge configuration is no longer accessible.
', 'DeleteSignalingChannel' => '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.
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.
Describes a stream’s edge configuration that was set using the StartEdgeConfigurationUpdate
API and the latest status of the edge agent\'s recorder and uploader jobs. Use this API to get the status of the configuration to determine if the configuration is in sync with the Edge Agent. Use this API to evaluate the health of the Edge Agent.
Gets the ImageGenerationConfiguration
for a given Kinesis video stream.
Returns the most current information about the stream. The streamName
or streamARN
should be provided in the input.
Returns the most current information about the channel. Specify the ChannelName
or ChannelARN
in the input.
Gets the NotificationConfiguration
for a given Kinesis video stream.
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' => 'Returns the most current information about the specified stream. You must specify either the StreamName
or the StreamARN
.
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
.
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
.
Returns an array of edge configurations associated with the specified Edge Agent.
In the request, you must specify the Edge Agent HubDeviceArn
.
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
.
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
.
Returns a list of tags associated with the specified signaling channel.
', 'ListTagsForStream' => 'Returns a list of tags associated with the specified stream.
In the request, you must specify either the StreamName
or the StreamARN
.
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 SyncStatus
will 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
, or SYNC_FAILED
, before using this API again. If you invoke this API during the syncing process, a ResourceInUseException
will 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 the SYNC_FAILED
state.
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' => '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 StreamName
or the StreamARN
.
This operation requires permission for the KinesisVideo:TagStream
action.
A Kinesis video stream can support up to 50 tags.
', 'UntagResource' => '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' => '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
.
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.
Updates the StreamInfo
and ImageProcessingConfiguration
fields.
Associates a SignalingChannel
to a stream to store the media. There are two signaling modes that can specified :
If the StorageStatus
is disabled, no data will be stored, and the StreamARN
parameter will not be needed.
If the StorageStatus
is enabled, the data will be stored in the StreamARN
provided.
Updates the notification information for a stream.
', 'UpdateSignalingChannel' => '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.
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.
The name of the API action for which to get an endpoint.
', ], ], 'AccessDeniedException' => [ 'base' => 'You do not have required permissions to perform this operation.
', 'refs' => [], ], 'AccountChannelLimitExceededException' => [ 'base' => 'You have reached the maximum limit of active signaling channels for this Amazon Web Services account in this region.
', 'refs' => [], ], 'AccountStreamLimitExceededException' => [ 'base' => 'The number of streams created for the account is too high.
', 'refs' => [], ], 'ChannelInfo' => [ 'base' => 'A structure that encapsulates a signaling channel\'s metadata and properties.
', 'refs' => [ 'ChannelInfoList$member' => NULL, 'DescribeSignalingChannelOutput$ChannelInfo' => 'A structure that encapsulates the specified signaling channel\'s metadata and properties.
', ], ], 'ChannelInfoList' => [ 'base' => NULL, 'refs' => [ 'ListSignalingChannelsOutput$ChannelInfoList' => 'An array of ChannelInfo
objects.
The name of the signaling channel.
', 'ChannelNameCondition$ComparisonValue' => 'A value to compare.
', 'CreateSignalingChannelInput$ChannelName' => 'A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.
', 'DescribeMediaStorageConfigurationInput$ChannelName' => 'The name of the channel.
', 'DescribeSignalingChannelInput$ChannelName' => 'The name of the signaling channel that you want to describe.
', ], ], 'ChannelNameCondition' => [ 'base' => 'An optional input parameter for the ListSignalingChannels
API. When this parameter is specified while invoking ListSignalingChannels
, the API returns only the channels that satisfy a condition specified in ChannelNameCondition
.
Optional: Returns only the channels that satisfy a specific condition.
', ], ], 'ChannelProtocol' => [ 'base' => NULL, 'refs' => [ 'ListOfProtocols$member' => NULL, 'ResourceEndpointListItem$Protocol' => 'The protocol of the signaling channel returned by the GetSignalingChannelEndpoint
API.
This property is used to determine messaging permissions in this SINGLE_MASTER
signaling channel. If MASTER
is specified, this API returns an endpoint that a client can use to receive offers from and send answers to any of the viewers on this signaling channel. If VIEWER
is specified, this API returns an endpoint that a client can use only to send offers to another MASTER
client on this signaling channel.
The type of the signaling channel.
', 'CreateSignalingChannelInput$ChannelType' => 'A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
', 'refs' => [], ], 'ComparisonOperator' => [ 'base' => NULL, 'refs' => [ 'ChannelNameCondition$ComparisonOperator' => 'A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
Indicates whether the ContinuousImageGenerationConfigurations
API is enabled or disabled.
Indicates if a notification configuration is enabled or disabled.
', ], ], 'CreateSignalingChannelInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateSignalingChannelOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateStreamInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateStreamOutput' => [ 'base' => NULL, 'refs' => [], ], 'DataEndpoint' => [ 'base' => NULL, 'refs' => [ 'GetDataEndpointOutput$DataEndpoint' => 'The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
', ], ], 'DataRetentionChangeInHours' => [ 'base' => NULL, 'refs' => [ 'UpdateDataRetentionInput$DataRetentionChangeInHours' => 'The retention period, in hours. The value you specify replaces the current value. The maximum value for this parameter is 87600 (ten years).
', ], ], 'DataRetentionInHours' => [ 'base' => NULL, 'refs' => [ 'CreateStreamInput$DataRetentionInHours' => 'The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
How long the stream retains data, in hours.
', ], ], 'DeleteAfterUpload' => [ 'base' => NULL, 'refs' => [ 'DeletionConfig$DeleteAfterUpload' => 'The boolean
value used to indicate whether or not you want to mark the media for deletion, once it has been uploaded to the Kinesis Video Stream cloud. The media files can be deleted if any of the deletion configuration values are set to true
, such as when the limit for the EdgeRetentionInHours
, or the MaxLocalMediaSizeInMB
, has been reached.
Since the default value is set to true
, configure the uploader schedule such that the media files are not being deleted before they are initially uploaded to the Amazon Web Services cloud.
The configuration details required to delete the connection of the stream from the Edge Agent.
', 'refs' => [ 'EdgeConfig$DeletionConfig' => 'The deletion configuration is made up of the retention time (EdgeRetentionInHours
) and local size configuration (LocalSizeConfig
) details that are used to make the deletion.
The Amazon Web Services Region of the S3 bucket where images will be delivered. This DestinationRegion
must match the Region where the stream is located.
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
', 'NotificationDestinationConfig$Uri' => 'The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
', ], ], 'DeviceName' => [ 'base' => NULL, 'refs' => [ 'CreateStreamInput$DeviceName' => 'The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
The name of the device that is associated with the stream.
', 'UpdateStreamInput$DeviceName' => 'The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
Not implemented.
', 'refs' => [], ], 'DurationInSeconds' => [ 'base' => NULL, 'refs' => [ 'ScheduleConfig$DurationInSeconds' => 'The total duration to record the media. If the ScheduleExpression
attribute is provided, then the DurationInSeconds
attribute should also be specified.
An object that contains the latest status details for an edge agent\'s recorder and uploader jobs. Use this information to determine the current health of an edge agent.
', 'refs' => [ 'DescribeEdgeConfigurationOutput$EdgeAgentStatus' => 'An object that contains the latest status details for an edge agent\'s recorder and uploader jobs. Use this information to determine the current health of an edge agent.
', ], ], 'EdgeConfig' => [ 'base' => 'A description of the stream\'s edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.
', 'refs' => [ 'DescribeEdgeConfigurationOutput$EdgeConfig' => 'A description of the stream\'s edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.
', 'ListEdgeAgentConfigurationsEdgeConfig$EdgeConfig' => NULL, 'StartEdgeConfigurationUpdateInput$EdgeConfig' => 'The edge configuration details required to invoke the update process.
', 'StartEdgeConfigurationUpdateOutput$EdgeConfig' => 'A description of the stream\'s edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.
', ], ], 'EdgeRetentionInHours' => [ 'base' => NULL, 'refs' => [ 'DeletionConfig$EdgeRetentionInHours' => 'The number of hours that you want to retain the data in the stream on the Edge Agent. The default value of the retention time is 720 hours, which translates to 30 days.
', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, 'AccountChannelLimitExceededException$Message' => NULL, 'AccountStreamLimitExceededException$Message' => NULL, 'ClientLimitExceededException$Message' => NULL, 'DeviceStreamLimitExceededException$Message' => NULL, 'InvalidArgumentException$Message' => NULL, 'InvalidDeviceException$Message' => NULL, 'InvalidResourceFormatException$Message' => NULL, 'NoDataRetentionException$Message' => NULL, 'NotAuthorizedException$Message' => NULL, 'ResourceInUseException$Message' => NULL, 'ResourceNotFoundException$Message' => NULL, 'StreamEdgeConfigurationNotFoundException$Message' => NULL, 'TagsPerResourceExceededLimitException$Message' => NULL, 'VersionMismatchException$Message' => NULL, ], ], 'FailedStatusDetails' => [ 'base' => NULL, 'refs' => [ 'DescribeEdgeConfigurationOutput$FailedStatusDetails' => 'A description of the generated failure status.
', 'ListEdgeAgentConfigurationsEdgeConfig$FailedStatusDetails' => 'A description of the generated failure status.
', 'StartEdgeConfigurationUpdateOutput$FailedStatusDetails' => 'A description of the generated failure status.
', ], ], 'Format' => [ 'base' => NULL, 'refs' => [ 'ImageGenerationConfiguration$Format' => 'The accepted image format.
', ], ], 'FormatConfig' => [ 'base' => NULL, 'refs' => [ 'ImageGenerationConfiguration$FormatConfig' => 'The list of a key-value pair structure that contains extra parameters that can be applied when the image is generated. The FormatConfig
key is the JPEGQuality
, which indicates the JPEG quality key to be used to generate the image. The FormatConfig
value accepts ints from 1 to 100. If the value is 1, the image will be generated with less quality and the best compression. If the value is 100, the image will be generated with the best quality and less compression. If no value is provided, the default value of the JPEGQuality
key will be set to 80.
The height of the output image that is used in conjunction with the WidthPixels
parameter. When both HeightPixels
and WidthPixels
parameters are provided, the image will be stretched to fit the specified aspect ratio. If only the HeightPixels
parameter is provided, its original aspect ratio will be used to calculate the WidthPixels
ratio. If neither parameter is provided, the original image size will be returned.
The "Internet of Things (IoT) Thing" Arn of the stream.
', 'ListEdgeAgentConfigurationsInput$HubDeviceArn' => 'The "Internet of Things (IoT) Thing" Arn of the edge agent.
', ], ], 'ImageGenerationConfiguration' => [ 'base' => 'The structure that contains the information required for the KVS images delivery. If null, the configuration will be deleted from the stream.
', 'refs' => [ 'DescribeImageGenerationConfigurationOutput$ImageGenerationConfiguration' => 'The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.
', 'UpdateImageGenerationConfigurationInput$ImageGenerationConfiguration' => 'The structure that contains the information required for the KVS images delivery. If the structure is null, the configuration will be deleted from the stream.
', ], ], 'ImageGenerationDestinationConfig' => [ 'base' => 'The structure that contains the information required to deliver images to a customer.
', 'refs' => [ 'ImageGenerationConfiguration$DestinationConfig' => 'The structure that contains the information required to deliver images to a customer.
', ], ], 'ImageSelectorType' => [ 'base' => NULL, 'refs' => [ 'ImageGenerationConfiguration$ImageSelectorType' => 'The origin of the Server or Producer timestamps to use to generate the images.
', ], ], 'InvalidArgumentException' => [ 'base' => 'The value for this input parameter is invalid.
', 'refs' => [], ], 'InvalidDeviceException' => [ 'base' => 'Not implemented.
', 'refs' => [], ], 'InvalidResourceFormatException' => [ 'base' => 'The format of the StreamARN
is invalid.
A description of a recorder job’s latest status.
', 'LastUploaderStatus$JobStatusDetails' => 'A description of an uploader job’s latest status.
', ], ], 'KmsKeyId' => [ 'base' => NULL, 'refs' => [ 'CreateStreamInput$KmsKeyId' => 'The ID of the Key Management Service (KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (Amazon Web Services/kinesisvideo
) is used.
For more information, see DescribeKey.
', 'StreamInfo$KmsKeyId' => 'The ID of the Key Management Service (KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
', ], ], 'LastRecorderStatus' => [ 'base' => 'The latest status of a stream\'s edge recording job.
', 'refs' => [ 'EdgeAgentStatus$LastRecorderStatus' => 'The latest status of a stream’s edge recording job.
', ], ], 'LastUploaderStatus' => [ 'base' => 'The latest status of a stream’s edge to cloud uploader job.
', 'refs' => [ 'EdgeAgentStatus$LastUploaderStatus' => 'The latest status of a stream’s edge to cloud uploader job.
', ], ], 'ListEdgeAgentConfigurationsEdgeConfig' => [ 'base' => 'A description of a single stream\'s edge configuration.
', 'refs' => [ 'ListEdgeAgentConfigurationsEdgeConfigList$member' => NULL, ], ], 'ListEdgeAgentConfigurationsEdgeConfigList' => [ 'base' => NULL, 'refs' => [ 'ListEdgeAgentConfigurationsOutput$EdgeConfigs' => 'A description of a single stream\'s edge configuration.
', ], ], 'ListEdgeAgentConfigurationsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgeAgentConfigurationsInputLimit' => [ 'base' => NULL, 'refs' => [ 'ListEdgeAgentConfigurationsInput$MaxResults' => 'The maximum number of edge configurations to return in the response. The default is 5.
', ], ], 'ListEdgeAgentConfigurationsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListOfProtocols' => [ 'base' => NULL, 'refs' => [ 'SingleMasterChannelEndpointConfiguration$Protocols' => 'This property is used to determine the nature of communication over this SINGLE_MASTER
signaling channel. If WSS
is specified, this API returns a websocket endpoint. If HTTPS
is specified, this API returns an HTTPS
endpoint.
The maximum number of channels to return in the response. The default is 500.
', 'ListStreamsInput$MaxResults' => 'The maximum number of streams to return in the response. The default is 10,000.
', ], ], 'ListStreamsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForStreamInput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForStreamOutput' => [ 'base' => NULL, 'refs' => [], ], 'LocalSizeConfig' => [ 'base' => 'The configuration details that include the maximum size of the media (MaxLocalMediaSizeInMB
) that you want to store for a stream on the Edge Agent, as well as the strategy that should be used (StrategyOnFullSize
) when a stream\'s maximum size has been reached.
The value of the local size required in order to delete the edge configuration.
', ], ], 'MappedResourceConfigurationList' => [ 'base' => NULL, 'refs' => [ 'DescribeMappedResourceConfigurationOutput$MappedResourceConfigurationList' => 'A structure that encapsulates, or contains, the media storage configuration properties.
', ], ], 'MappedResourceConfigurationListItem' => [ 'base' => 'A structure that encapsulates, or contains, the media storage configuration properties.
', 'refs' => [ 'MappedResourceConfigurationList$member' => NULL, ], ], 'MappedResourceConfigurationListLimit' => [ 'base' => NULL, 'refs' => [ 'DescribeMappedResourceConfigurationInput$MaxResults' => 'The maximum number of results to return in the response.
', ], ], 'MaxLocalMediaSizeInMB' => [ 'base' => NULL, 'refs' => [ 'LocalSizeConfig$MaxLocalMediaSizeInMB' => 'The overall maximum size of the media that you want to store for a stream on the Edge Agent.
', ], ], 'MediaSourceConfig' => [ 'base' => 'The configuration details that consist of the credentials required (MediaUriSecretArn
and MediaUriType
) to access the media files that are streamed to the camera.
The configuration details that consist of the credentials required (MediaUriSecretArn
and MediaUriType
) to access the media files streamed to the camera.
A structure that encapsulates, or contains, the media storage configuration properties.
', 'refs' => [ 'DescribeMediaStorageConfigurationOutput$MediaStorageConfiguration' => 'A structure that encapsulates, or contains, the media storage configuration properties.
', 'UpdateMediaStorageConfigurationInput$MediaStorageConfiguration' => 'A structure that encapsulates, or contains, the media storage configuration properties.
', ], ], 'MediaStorageConfigurationStatus' => [ 'base' => NULL, 'refs' => [ 'MediaStorageConfiguration$Status' => 'The status of the media storage configuration.
', ], ], 'MediaType' => [ 'base' => NULL, 'refs' => [ 'CreateStreamInput$MediaType' => 'The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include "video/h264" and "video/h264,audio/aac".
This parameter is optional; the default value is null
(or empty in JSON).
The MediaType
of the stream.
The stream\'s media type. Use MediaType
to specify the type of content that the stream contains to the consumers of the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements.
To play video on the console, you must specify the correct video type. For example, if the video in the stream is H.264, specify video/h264
as the MediaType
.
The Amazon Web Services Secrets Manager ARN for the username and password of the camera, or a local media file location.
', ], ], 'MediaUriType' => [ 'base' => NULL, 'refs' => [ 'MediaSourceConfig$MediaUriType' => 'The Uniform Resource Identifier (URI) type. The FILE_URI
value can be used to stream local media files.
Preview only supports the RTSP_URI
media source URI format .
The period of time a signaling channel retains undelivered messages before they are discarded.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeMappedResourceConfigurationInput$NextToken' => 'The token to provide in your next request, to get another batch of results.
', 'DescribeMappedResourceConfigurationOutput$NextToken' => 'The token that was used in the NextToken
request to fetch the next set of results.
If you specify this parameter, when the result of a ListEdgeAgentConfigurations
operation is truncated, the call returns the NextToken
in the response. To get another batch of edge configurations, provide this token in your next request.
If the response is truncated, the call returns this element with a given token. To get the next batch of edge configurations, use this token in your next request.
', 'ListSignalingChannelsInput$NextToken' => 'If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
', 'ListStreamsInput$NextToken' => 'If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
', 'ListTagsForResourceInput$NextToken' => 'If you specify this parameter and the result of a ListTagsForResource
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
If you specify this parameter and the result of a ListTagsForResource
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
The Stream data retention in hours is equal to zero.
', 'refs' => [], ], 'NotAuthorizedException' => [ 'base' => 'The caller is not authorized to perform this operation.
', 'refs' => [], ], 'NotificationConfiguration' => [ 'base' => 'The structure that contains the notification information for the KVS images delivery. If this parameter is null, the configuration will be deleted from the stream.
', 'refs' => [ 'DescribeNotificationConfigurationOutput$NotificationConfiguration' => 'The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
', 'UpdateNotificationConfigurationInput$NotificationConfiguration' => 'The structure containing the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
', ], ], 'NotificationDestinationConfig' => [ 'base' => 'The structure that contains the information required to deliver a notification to a customer.
', 'refs' => [ 'NotificationConfiguration$DestinationConfig' => 'The destination information required to deliver a notification to a customer.
', ], ], 'RecorderConfig' => [ 'base' => 'The recorder configuration consists of the local MediaSourceConfig
details that are used as credentials to accesss the local media files streamed on the camera.
The recorder configuration consists of the local MediaSourceConfig
details, that are used as credentials to access the local media files streamed on the camera.
The status of the latest recorder job.
', ], ], 'ResourceARN' => [ 'base' => NULL, 'refs' => [ 'ChannelInfo$ChannelARN' => 'The Amazon Resource Name (ARN) of the signaling channel.
', 'CreateSignalingChannelOutput$ChannelARN' => 'The Amazon Resource Name (ARN) of the created channel.
', 'CreateStreamOutput$StreamARN' => 'The Amazon Resource Name (ARN) of the stream.
', 'DeleteEdgeConfigurationInput$StreamARN' => 'The Amazon Resource Name (ARN) of the stream. Specify either the StreamName
or the StreamARN
.
The Amazon Resource Name (ARN) of the signaling channel that you want to delete.
', 'DeleteStreamInput$StreamARN' => 'The Amazon Resource Name (ARN) of the stream that you want to delete.
', 'DescribeEdgeConfigurationInput$StreamARN' => 'The Amazon Resource Name (ARN) of the stream. Specify either the StreamName
or the StreamARN
.
The Amazon Resource Name (ARN) of the stream.
', 'DescribeImageGenerationConfigurationInput$StreamARN' => 'The Amazon Resource Name (ARN) of the Kinesis video stream from which to retrieve the image generation configuration. You must specify either the StreamName
or the StreamARN
.
The Amazon Resource Name (ARN) of the stream.
', 'DescribeMediaStorageConfigurationInput$ChannelARN' => 'The Amazon Resource Name (ARN) of the channel.
', 'DescribeNotificationConfigurationInput$StreamARN' => 'The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration. You must specify either the StreamName
or the StreamARN.
The ARN of the signaling channel that you want to describe.
', 'DescribeStreamInput$StreamARN' => 'The Amazon Resource Name (ARN) of the stream.
', 'GetDataEndpointInput$StreamARN' => 'The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.
', 'ListEdgeAgentConfigurationsEdgeConfig$StreamARN' => 'The Amazon Resource Name (ARN) of the stream.
', 'ListTagsForResourceInput$ResourceARN' => 'The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.
', 'ListTagsForStreamInput$StreamARN' => 'The Amazon Resource Name (ARN) of the stream that you want to list tags for.
', 'MappedResourceConfigurationListItem$ARN' => 'The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
', 'MediaStorageConfiguration$StreamARN' => 'The Amazon Resource Name (ARN) of the stream
', 'StartEdgeConfigurationUpdateInput$StreamARN' => ' The Amazon Resource Name (ARN) of the stream. Specify either the StreamName
or the StreamARN
.
The Amazon Resource Name (ARN) of the stream.
', 'StreamInfo$StreamARN' => 'The Amazon Resource Name (ARN) of the stream.
', 'TagResourceInput$ResourceARN' => 'The Amazon Resource Name (ARN) of the signaling channel to which you want to add tags.
', 'TagStreamInput$StreamARN' => 'The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
', 'UntagResourceInput$ResourceARN' => 'The Amazon Resource Name (ARN) of the signaling channel from which you want to remove tags.
', 'UntagStreamInput$StreamARN' => 'The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
', 'UpdateDataRetentionInput$StreamARN' => 'The Amazon Resource Name (ARN) of the stream whose retention period you want to change.
', 'UpdateImageGenerationConfigurationInput$StreamARN' => 'The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the image generation configuration. You must specify either the StreamName
or the StreamARN
.
The Amazon Resource Name (ARN) of the channel.
', 'UpdateNotificationConfigurationInput$StreamARN' => 'The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification configuration. You must specify either the StreamName
or the StreamARN
.
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
', 'UpdateStreamInput$StreamARN' => 'The ARN of the stream whose metadata you want to update.
', ], ], 'ResourceEndpoint' => [ 'base' => NULL, 'refs' => [ 'ResourceEndpointListItem$ResourceEndpoint' => 'The endpoint of the signaling channel returned by the GetSignalingChannelEndpoint
API.
A list of endpoints for the specified signaling channel.
', ], ], 'ResourceEndpointListItem' => [ 'base' => 'An object that describes the endpoint of the signaling channel returned by the GetSignalingChannelEndpoint
API.
The media server endpoint will correspond to the WEBRTC
Protocol.
When the input StreamARN
or ChannelARN
in CLOUD_STORAGE_MODE
is already mapped to a different Kinesis Video Stream resource, or if the provided input StreamARN
or ChannelARN
is not in Active status, try one of the following :
The DescribeMediaStorageConfiguration
API to determine what the stream given channel is mapped to.
The DescribeMappedResourceConfiguration
API to determine the channel that the given stream is mapped to.
The DescribeStream
or DescribeSignalingChannel
API to determine the status of the resource.
Amazon Kinesis Video Streams can\'t find the stream that you specified.
', 'refs' => [], ], 'ResourceTags' => [ 'base' => NULL, 'refs' => [ 'CreateStreamInput$Tags' => 'A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
', 'ListTagsForResourceOutput$Tags' => 'A map of tag keys and values associated with the specified signaling channel.
', 'ListTagsForStreamOutput$Tags' => 'A map of tag keys and values associated with the specified stream.
', 'TagStreamInput$Tags' => 'A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
', ], ], 'SamplingInterval' => [ 'base' => NULL, 'refs' => [ 'ImageGenerationConfiguration$SamplingInterval' => 'The time interval in milliseconds (ms) at which the images need to be generated from the stream. The minimum value that can be provided is 33 ms, because a camera that generates content at 30 FPS would create a frame every 33.3 ms. If the timestamp range is less than the sampling interval, the Image from the StartTimestamp
will be returned if available.
This API enables you to specify the duration that the camera, or local media file, should record onto the Edge Agent. The ScheduleConfig
consists of the ScheduleExpression
and the DurationInMinutes
attributes.
If the ScheduleConfig
is not provided in the RecorderConfig
, then the Edge Agent will always be set to recording mode.
If the ScheduleConfig
is not provided in the UploaderConfig
, then the Edge Agent will upload at regular intervals (every 1 hour).
The configuration that consists of the ScheduleExpression
and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleExpression
attribute is not provided, then the Edge Agent will always be set to recording mode.
The configuration that consists of the ScheduleExpression
and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleConfig
is not provided in this UploaderConfig
, then the Edge Agent will upload at regular intervals (every 1 hour).
The Quartz cron expression that takes care of scheduling jobs to record from the camera, or local media file, onto the Edge Agent. If the ScheduleExpression
is not provided for the RecorderConfig
, then the Edge Agent will always be set to recording mode.
For more information about Quartz, refer to the Cron Trigger Tutorial page to understand the valid expressions and its use.
', ], ], 'SingleMasterChannelEndpointConfiguration' => [ 'base' => 'An object that contains the endpoint configuration for the SINGLE_MASTER
channel type.
A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
A structure that contains the configuration for the SINGLE_MASTER
channel type.
A structure that contains the configuration for the SINGLE_MASTER
channel type.
A structure containing the configuration for the SINGLE_MASTER
channel type.
The structure containing the configuration for the SINGLE_MASTER
type of the signaling channel that you want to update.
Current status of the signaling channel.
', 'StreamInfo$Status' => 'The status of the stream.
', ], ], 'StrategyOnFullSize' => [ 'base' => NULL, 'refs' => [ 'LocalSizeConfig$StrategyOnFullSize' => 'The strategy to perform when a stream’s MaxLocalMediaSizeInMB
limit is reached.
The Exception rendered when the Amazon Kinesis Video Stream can\'t find a stream\'s edge configuration that you specified.
', 'refs' => [], ], 'StreamInfo' => [ 'base' => 'An object describing a Kinesis video stream.
', 'refs' => [ 'DescribeStreamOutput$StreamInfo' => 'An object that describes the stream.
', 'StreamInfoList$member' => NULL, ], ], 'StreamInfoList' => [ 'base' => NULL, 'refs' => [ 'ListStreamsOutput$StreamInfoList' => 'An array of StreamInfo
objects.
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
', 'DeleteEdgeConfigurationInput$StreamName' => 'The name of the stream from which to delete the edge configuration. Specify either the StreamName
or the StreamARN
.
The name of the stream whose edge configuration you want to update. Specify either the StreamName
or the StreamARN
.
The name of the stream from which the edge configuration was updated.
', 'DescribeImageGenerationConfigurationInput$StreamName' => 'The name of the stream from which to retrieve the image generation configuration. You must specify either the StreamName
or the StreamARN
.
The name of the stream.
', 'DescribeNotificationConfigurationInput$StreamName' => 'The name of the stream from which to retrieve the notification configuration. You must specify either the StreamName
or the StreamARN
.
The name of the stream.
', 'GetDataEndpointInput$StreamName' => 'The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
The name of the stream.
', 'ListTagsForStreamInput$StreamName' => 'The name of the stream that you want to list tags for.
', 'StartEdgeConfigurationUpdateInput$StreamName' => 'The name of the stream whose edge configuration you want to update. Specify either the StreamName
or the StreamARN
.
The name of the stream from which the edge configuration was updated.
', 'StreamInfo$StreamName' => 'The name of the stream.
', 'StreamNameCondition$ComparisonValue' => 'A value to compare.
', 'TagStreamInput$StreamName' => 'The name of the stream that you want to add the tag or tags to.
', 'UntagStreamInput$StreamName' => 'The name of the stream that you want to remove tags from.
', 'UpdateDataRetentionInput$StreamName' => 'The name of the stream whose retention period you want to change.
', 'UpdateImageGenerationConfigurationInput$StreamName' => 'The name of the stream from which to update the image generation configuration. You must specify either the StreamName
or the StreamARN
.
The name of the stream from which to update the notification configuration. You must specify either the StreamName
or the StreamARN
.
The name of the stream whose metadata you want to update.
The stream name is an identifier for the stream, and must be unique for each account and region.
', ], ], 'StreamNameCondition' => [ 'base' => '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 the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
', ], ], 'SyncStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeEdgeConfigurationOutput$SyncStatus' => 'The latest status of the edge configuration update.
', 'ListEdgeAgentConfigurationsEdgeConfig$SyncStatus' => 'The current sync status of the stream\'s edge configuration.
', 'StartEdgeConfigurationUpdateOutput$SyncStatus' => ' The current sync status of the stream\'s edge configuration. When you invoke this API, the sync status will be set to the SYNCING
state. Use the DescribeEdgeConfiguration
API to get the latest status of the edge configuration.
A key and value pair that is associated with the specified signaling channel.
', 'refs' => [ 'TagList$member' => NULL, 'TagOnCreateList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'ResourceTags$key' => NULL, 'Tag$Key' => 'The key of the tag that is associated with the specified signaling channel.
', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceInput$TagKeyList' => 'A list of the keys of the tags that you want to remove.
', 'UntagStreamInput$TagKeyList' => 'A list of the keys of the tags that you want to remove.
', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'TagResourceInput$Tags' => 'A list of tags to associate with the specified signaling channel. Each tag is a key-value pair.
', ], ], 'TagOnCreateList' => [ 'base' => NULL, 'refs' => [ 'CreateSignalingChannelInput$Tags' => 'A set of tags (key-value pairs) that you want to associate with this channel.
', ], ], 'TagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'TagStreamInput' => [ 'base' => NULL, 'refs' => [], ], 'TagStreamOutput' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'ResourceTags$value' => NULL, 'Tag$Value' => 'The value of the tag that is associated with the specified signaling channel.
', ], ], 'TagsPerResourceExceededLimitException' => [ 'base' => 'You have exceeded the limit of tags that you can associate with the resource. A Kinesis video stream can support up to 50 tags.
', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'ChannelInfo$CreationTime' => 'The time at which the signaling channel was created.
', 'DescribeEdgeConfigurationOutput$CreationTime' => 'The timestamp at which a stream’s edge configuration was first created.
', 'DescribeEdgeConfigurationOutput$LastUpdatedTime' => 'The timestamp at which a stream’s edge configuration was last updated.
', 'LastRecorderStatus$LastCollectedTime' => 'The timestamp at which the recorder job was last executed and media stored to local disk.
', 'LastRecorderStatus$LastUpdatedTime' => 'The timestamp at which the recorder status was last updated.
', 'LastUploaderStatus$LastCollectedTime' => 'The timestamp at which the uploader job was last executed and media collected to the cloud.
', 'LastUploaderStatus$LastUpdatedTime' => 'The timestamp at which the uploader status was last updated.
', 'ListEdgeAgentConfigurationsEdgeConfig$CreationTime' => 'The timestamp when the stream first created the edge config.
', 'ListEdgeAgentConfigurationsEdgeConfig$LastUpdatedTime' => 'The timestamp when the stream last updated the edge config.
', 'StartEdgeConfigurationUpdateOutput$CreationTime' => 'The timestamp at which a stream’s edge configuration was first created.
', 'StartEdgeConfigurationUpdateOutput$LastUpdatedTime' => 'The timestamp at which a stream’s edge configuration was last updated.
', 'StreamInfo$CreationTime' => 'A time stamp that indicates when the stream was created.
', ], ], 'Type' => [ 'base' => NULL, 'refs' => [ 'MappedResourceConfigurationListItem$Type' => 'The type of the associated resource for the kinesis video stream.
', ], ], 'UntagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'UntagStreamInput' => [ 'base' => NULL, 'refs' => [], ], 'UntagStreamOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDataRetentionInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDataRetentionOperation' => [ 'base' => NULL, 'refs' => [ 'UpdateDataRetentionInput$Operation' => 'Indicates whether you want to increase or decrease the retention period.
', ], ], 'UpdateDataRetentionOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImageGenerationConfigurationInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImageGenerationConfigurationOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMediaStorageConfigurationInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMediaStorageConfigurationOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNotificationConfigurationInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNotificationConfigurationOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSignalingChannelInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSignalingChannelOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateStreamInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateStreamOutput' => [ 'base' => NULL, 'refs' => [], ], 'UploaderConfig' => [ 'base' => 'The configuration that consists of the ScheduleExpression
and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleConfig
is not provided in the UploaderConfig
, then the Edge Agent will upload at regular intervals (every 1 hour).
The uploader configuration contains the ScheduleExpression
details that are used to schedule upload jobs for the recorded media files from the Edge Agent to a Kinesis Video Stream.
The status of the latest uploader job.
', ], ], 'Version' => [ 'base' => NULL, 'refs' => [ 'ChannelInfo$Version' => 'The current version of the signaling channel.
', 'DeleteSignalingChannelInput$CurrentVersion' => 'The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
API operations.
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
The version of the stream.
', 'UpdateDataRetentionInput$CurrentVersion' => 'The version of the stream whose retention period you want to change. To get the version, call either the DescribeStream
or the ListStreams
API.
The current version of the signaling channel that you want to update.
', 'UpdateStreamInput$CurrentVersion' => 'The version of the stream whose metadata you want to update.
', ], ], 'VersionMismatchException' => [ 'base' => 'The stream version that you specified is not the latest version. To get the latest version, use the DescribeStream API.
', 'refs' => [], ], 'WidthPixels' => [ 'base' => NULL, 'refs' => [ 'ImageGenerationConfiguration$WidthPixels' => 'The width of the output image that is used in conjunction with the HeightPixels
parameter. When both WidthPixels
and HeightPixels
parameters are provided, the image will be stretched to fit the specified aspect ratio. If only the WidthPixels
parameter is provided, its original aspect ratio will be used to calculate the HeightPixels
ratio. If neither parameter is provided, the original image size will be returned.