AWS.Tools.KinesisVideo.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.KinesisVideo</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.KV.AddKVStreamTagCmdlet">
            <summary>
            Adds one or more tags to a stream. A <i>tag</i> 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 <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using
            Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User Guide</i>.
             
             
              
            <para>
            You must provide either the <code>StreamName</code> or the <code>StreamARN</code>.
            </para><para>
            This operation requires permission for the <code>KinesisVideo:TagStream</code> action.
            </para><para>
            Kinesis video streams support up to 50 tags.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.AddKVStreamTagCmdlet.StreamARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags
            to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.AddKVStreamTagCmdlet.StreamName">
            <summary>
            <para>
            <para>The name of the stream that you want to add the tag or tags to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.AddKVStreamTagCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to associate with the specified stream. Each tag is a key-value pair
            (the value is optional).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.AddKVStreamTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the Tag parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.AddKVStreamTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KV.GetKVDataEndpointCmdlet">
            <summary>
            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 <code>GetMedia</code>
            or <code>GetMediaForFragmentList</code> operations) or write to it (using the <code>PutMedia</code>
            operation).
             
             <note><para>
            The returned endpoint does not have the API name appended. The client needs to add
            the API name to the returned endpoint.
            </para></note><para>
            In the request, specify the stream either by <code>StreamName</code> or <code>StreamARN</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVDataEndpointCmdlet.APIName">
            <summary>
            <para>
            <para>The name of the API action for which to get an endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVDataEndpointCmdlet.StreamARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for.
            You must specify either this parameter or a <code>StreamName</code> in the request.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVDataEndpointCmdlet.StreamName">
            <summary>
            <para>
            <para>The name of the stream that you want to get the endpoint for. You must specify either
            this parameter or a <code>StreamARN</code> in the request.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KV.GetKVStreamCmdlet">
            <summary>
            Returns the most current information about the specified stream. You must specify
            either the <code>StreamName</code> or the <code>StreamARN</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVStreamCmdlet.StreamARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the stream.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVStreamCmdlet.StreamName">
            <summary>
            <para>
            <para>The name of the stream.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KV.GetKVStreamListCmdlet">
            <summary>
            Returns an array of <code>StreamInfo</code> objects. Each object describes a stream.
            To retrieve only streams that satisfy a specific condition, you can specify a <code>StreamNameCondition</code>.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVStreamListCmdlet.StreamNameCondition">
            <summary>
            <para>
            <para>Optional: Returns only streams that satisfy a specific condition. Currently, you can
            specify only the prefix of a stream name as a condition. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVStreamListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of streams to return in the response. The default is 10,000.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVStreamListCmdlet.NextToken">
            <summary>
            <para>
            <para>If you specify this parameter, when the result of a <code>ListStreams</code> operation
            is truncated, the call returns the <code>NextToken</code> in the response. To get
            another batch of streams, provide this token in your next request.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KV.GetKVTagsForStreamListCmdlet">
            <summary>
            Returns a list of tags associated with the specified stream.
             
              
            <para>
            In the request, you must specify either the <code>StreamName</code> or the <code>StreamARN</code>.
             
            </para><br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVTagsForStreamListCmdlet.StreamARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the stream that you want to list tags for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVTagsForStreamListCmdlet.StreamName">
            <summary>
            <para>
            <para>The name of the stream that you want to list tags for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.GetKVTagsForStreamListCmdlet.NextToken">
            <summary>
            <para>
            <para>If you specify this parameter and the result of a <code>ListTagsForStream</code> call
            is truncated, the response includes a token that you can use in the next request to
            fetch the next batch of tags.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KV.NewKVStreamCmdlet">
            <summary>
            Creates a new Kinesis video stream.
             
              
            <para>
            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.
            </para><para><code>CreateStream</code> is an asynchronous operation.
            </para><para>
            For information about how the service works, see <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/how-it-works.html">How
            it Works</a>.
            </para><para>
            You must have permissions for the <code>KinesisVideo:CreateStream</code> action.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.NewKVStreamCmdlet.DataRetentionInHour">
            <summary>
            <para>
            <para>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.</para><para>The default value is 0, indicating that the stream does not persist data.</para><para>When the <code>DataRetentionInHours</code> 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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.NewKVStreamCmdlet.DeviceName">
            <summary>
            <para>
            <para>The name of the device that is writing to the stream. </para><note><para>In the current implementation, Kinesis Video Streams does not use this name.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.NewKVStreamCmdlet.KmsKeyId">
            <summary>
            <para>
            <para>The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video
            Streams to use to encrypt stream data.</para><para>If no key ID is specified, the default, Kinesis Video-managed key (<code>aws/kinesisvideo</code>)
            is used.</para><para> For more information, see <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters">DescribeKey</a>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.NewKVStreamCmdlet.MediaType">
            <summary>
            <para>
            <para>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 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">Media
            Types</a>. If you choose to specify the <code>MediaType</code>, see <a href="https://tools.ietf.org/html/rfc6838#section-4.2">Naming
            Requirements</a> for guidelines.</para><para>This parameter is optional; the default value is <code>null</code> (or empty in JSON).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.NewKVStreamCmdlet.StreamName">
            <summary>
            <para>
            <para>A name for the stream that you are creating.</para><para>The stream name is an identifier for the stream, and must be unique for each account
            and region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.NewKVStreamCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to associate with the specified stream. Each tag is a key-value pair
            (the value is optional).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.NewKVStreamCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamCmdlet">
            <summary>
            Deletes a Kinesis video stream and the data contained in the stream.
             
              
            <para>
            This method marks the stream for deletion, and makes the data in the stream inaccessible
            immediately.
            </para><para></para><para>
             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 <code>DescribeStream</code> API.
            </para><para>
            This operation requires permission for the <code>KinesisVideo:DeleteStream</code>
            action.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamCmdlet.CurrentVersion">
            <summary>
            <para>
            <para>Optional: The version of the stream that you want to delete. </para><para>Specify the version as a safeguard to ensure that your are deleting the correct stream.
            To get the stream version, use the <code>DescribeStream</code> API.</para><para>If not specified, only the <code>CreationTime</code> is checked before deleting the
            stream.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamCmdlet.StreamARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the stream that you want to delete. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamCmdlet.PassThru">
            <summary>
            Returns the value passed to the StreamARN parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamTagCmdlet">
            <summary>
            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.
             
              
            <para>
            In the request, you must provide the <code>StreamName</code> or <code>StreamARN</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamTagCmdlet.StreamARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the stream that you want to remove tags from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamTagCmdlet.StreamName">
            <summary>
            <para>
            <para>The name of the stream that you want to remove tags from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamTagCmdlet.TagKeyList">
            <summary>
            <para>
            <para>A list of the keys of the tags that you want to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the TagKeyList parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.RemoveKVStreamTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KV.UpdateKVDataRetentionCmdlet">
            <summary>
            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 <code>Operation</code> parameter in the request body. In the request, you must
            specify either the <code>StreamName</code> or the <code>StreamARN</code>.
             
             <note><para>
            The retention period that you specify replaces the current value.
            </para></note><para>
            This operation requires permission for the <code>KinesisVideo:UpdateDataRetention</code>
            action.
            </para><para>
            Changing the data retention period affects the data in the stream as follows:
            </para><ul><li><para>
            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.
            </para></li><li><para>
            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.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVDataRetentionCmdlet.CurrentVersion">
            <summary>
            <para>
            <para>The version of the stream whose retention period you want to change. To get the version,
            call either the <code>DescribeStream</code> or the <code>ListStreams</code> API.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVDataRetentionCmdlet.DataRetentionChangeInHour">
            <summary>
            <para>
            <para>The retention period, in hours. The value you specify replaces the current value.
            The maximum value for this parameter is 87600 (ten years).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVDataRetentionCmdlet.Operation">
            <summary>
            <para>
            <para>Indicates whether you want to increase or decrease the retention period.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVDataRetentionCmdlet.StreamARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the stream whose retention period you want to change.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVDataRetentionCmdlet.StreamName">
            <summary>
            <para>
            <para>The name of the stream whose retention period you want to change.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVDataRetentionCmdlet.PassThru">
            <summary>
            Returns the value passed to the StreamName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVDataRetentionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.KV.UpdateKVStreamCmdlet">
            <summary>
            Updates stream metadata, such as the device name and media type.
             
              
            <para>
            You must provide the stream name or the Amazon Resource Name (ARN) of the stream.
            </para><para>
            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 <code>DescribeStream</code> API.
            </para><para><code>UpdateStream</code> is an asynchronous operation, and takes time to complete.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVStreamCmdlet.CurrentVersion">
            <summary>
            <para>
            <para>The version of the stream whose metadata you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVStreamCmdlet.DeviceName">
            <summary>
            <para>
            <para>The name of the device that is writing to the stream. </para><note><para> In the current implementation, Kinesis Video Streams does not use this name. </para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVStreamCmdlet.MediaType">
            <summary>
            <para>
            <para>The stream's media type. Use <code>MediaType</code> to specify the type of content
            that the stream contains to the consumers of the stream. For more information about
            media types, see <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">Media
            Types</a>. If you choose to specify the <code>MediaType</code>, see <a href="https://tools.ietf.org/html/rfc6838#section-4.2">Naming
            Requirements</a>.</para><para>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 <code>video/h264</code> as the <code>MediaType</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVStreamCmdlet.StreamARN">
            <summary>
            <para>
            <para>The ARN of the stream whose metadata you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVStreamCmdlet.StreamName">
            <summary>
            <para>
            <para>The name of the stream whose metadata you want to update.</para><para>The stream name is an identifier for the stream, and must be unique for each account
            and region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVStreamCmdlet.PassThru">
            <summary>
            Returns the value passed to the StreamName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.KV.UpdateKVStreamCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>