AWS.Tools.MediaStoreData.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.MediaStoreData</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.EMSD.WriteEMSDObjectCmdlet">
            <summary>
            Uploads an object to the specified path. Object sizes are limited to 10 MB.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.WriteEMSDObjectCmdlet.FilePath">
            <summary>
            The path to the file containing the content to be uploaded.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.WriteEMSDObjectCmdlet.CacheControl">
            <summary>
            <para>
            <para>An optional <code>CacheControl</code> header that allows the caller to control the
            object's cache behavior. Headers can be passed in as specified in the HTTP at <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</para><para>Headers with a custom user-defined value are also accepted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.WriteEMSDObjectCmdlet.ContentType">
            <summary>
            <para>
            <para>The content type of the object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.WriteEMSDObjectCmdlet.Path">
            <summary>
            <para>
            <para>The path (including the file name) where the object is stored in the container. Format:
            &lt;folder name&gt;/&lt;folder name&gt;/&lt;file name&gt;</para><para>For example, to upload the file <code>mlaw.avi</code> to the folder path <code>premium\canada</code>
            in the container <code>movies</code>, enter the path <code>premium/canada/mlaw.avi</code>.</para><para>Do not include the container name in this path.</para><para>If the path includes any folders that don't exist yet, the service creates them. For
            example, suppose you have an existing <code>premium/usa</code> subfolder. If you specify
            <code>premium/canada</code>, the service creates a <code>canada</code> subfolder in
            the <code>premium</code> folder. You then have two subfolders, <code>usa</code> and
            <code>canada</code>, in the <code>premium</code> folder. </para><para>There is no correlation between the path to the source and the path (folders) in the
            container in AWS Elemental MediaStore.</para><para>For more information about folders and how they exist in a container, see the <a href="http://docs.aws.amazon.com/mediastore/latest/ug/">AWS
            Elemental MediaStore User Guide</a>.</para><para>The file name is the name that is assigned to the file that you upload. The file can
            have the same name inside and outside of AWS Elemental MediaStore, or it can have
            the same name. The file name can include or omit an extension. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.WriteEMSDObjectCmdlet.StorageClass">
            <summary>
            <para>
            <para>Indicates the storage class of a <code>Put</code> request. Defaults to high-performance
            temporal storage class, and objects are persisted into durable storage shortly after
            being received.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.WriteEMSDObjectCmdlet.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.EMSD.GetEMSDItemListCmdlet">
            <summary>
            Provides a list of metadata entries about folders and objects in the specified folder.<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.EMSD.GetEMSDItemListCmdlet.Path">
            <summary>
            <para>
            <para>The path in the container from which to retrieve items. Format: &lt;folder name&gt;/&lt;folder
            name&gt;/&lt;file name&gt;</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.GetEMSDItemListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return per API request. For example, you submit a
            <code>ListItems</code> request with <code>MaxResults</code> set at 500. Although 2,000
            items match your request, the service returns no more than the first 500 items. (The
            service also returns a <code>NextToken</code> value that you can use to fetch the
            next batch of results.) The service might return fewer results than the <code>MaxResults</code>
            value.</para><para>If <code>MaxResults</code> is not included in the request, the service defaults to
            pagination with a maximum of 1,000 results per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.GetEMSDItemListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token that identifies which batch of results that you want to see. For example,
            you submit a <code>ListItems</code> request with <code>MaxResults</code> set at 500.
            The service returns the first batch of results (up to 500) and a <code>NextToken</code>
            value. To see the next batch of results, you can submit the <code>ListItems</code>
            request a second time and specify the <code>NextToken</code> value.</para><para>Tokens expire after 15 minutes.</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.EMSD.GetEMSDObjectCmdlet">
            <summary>
            Downloads the object at the specified path. If the object’s upload availability is
            set to <code>streaming</code>, AWS Elemental MediaStore downloads the object even
            if it’s still uploading the object.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.GetEMSDObjectCmdlet.Path">
            <summary>
            <para>
            <para>The path (including the file name) where the object is stored in the container. Format:
            &lt;folder name&gt;/&lt;folder name&gt;/&lt;file name&gt;</para><para>For example, to upload the file <code>mlaw.avi</code> to the folder path <code>premium\canada</code>
            in the container <code>movies</code>, enter the path <code>premium/canada/mlaw.avi</code>.</para><para>Do not include the container name in this path.</para><para>If the path includes any folders that don't exist yet, the service creates them. For
            example, suppose you have an existing <code>premium/usa</code> subfolder. If you specify
            <code>premium/canada</code>, the service creates a <code>canada</code> subfolder in
            the <code>premium</code> folder. You then have two subfolders, <code>usa</code> and
            <code>canada</code>, in the <code>premium</code> folder. </para><para>There is no correlation between the path to the source and the path (folders) in the
            container in AWS Elemental MediaStore.</para><para>For more information about folders and how they exist in a container, see the <a href="http://docs.aws.amazon.com/mediastore/latest/ug/">AWS
            Elemental MediaStore User Guide</a>.</para><para>The file name is the name that is assigned to the file that you upload. The file can
            have the same name inside and outside of AWS Elemental MediaStore, or it can have
            the same name. The file name can include or omit an extension. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.GetEMSDObjectCmdlet.Range">
            <summary>
            <para>
            <para>The range bytes of an object to retrieve. For more information about the <code>Range</code>
            header, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35</a>.
            AWS Elemental MediaStore ignores this header for partially uploaded objects that have
            streaming upload availability.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMSD.GetEMSDObjectMetadataCmdlet">
            <summary>
            Gets the headers for an object at the specified path.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.GetEMSDObjectMetadataCmdlet.Path">
            <summary>
            <para>
            <para>The path (including the file name) where the object is stored in the container. Format:
            &lt;folder name&gt;/&lt;folder name&gt;/&lt;file name&gt;</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMSD.RemoveEMSDObjectCmdlet">
            <summary>
            Deletes an object at the specified path.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.RemoveEMSDObjectCmdlet.Path">
            <summary>
            <para>
            <para>The path (including the file name) where the object is stored in the container. Format:
            &lt;folder name&gt;/&lt;folder name&gt;/&lt;file name&gt;</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.RemoveEMSDObjectCmdlet.PassThru">
            <summary>
            Returns the value passed to the Path parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMSD.RemoveEMSDObjectCmdlet.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>