AWS.Tools.IoTEventsData.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.IoTEventsData</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTED.GetIOTEDDetectorCmdlet">
            <summary>
            Returns information about the specified detector (instance).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTED.GetIOTEDDetectorCmdlet.DetectorModelName">
            <summary>
            <para>
            <para>The name of the detector model whose detectors (instances) you want information about.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTED.GetIOTEDDetectorCmdlet.KeyValue">
            <summary>
            <para>
            <para>A filter used to limit results to detectors (instances) created because of the given
            key ID.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTED.GetIOTEDDetectorListCmdlet">
            <summary>
            Lists detectors (the instances of a detector model).<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.IOTED.GetIOTEDDetectorListCmdlet.DetectorModelName">
            <summary>
            <para>
            <para>The name of the detector model whose detectors (instances) are listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTED.GetIOTEDDetectorListCmdlet.StateName">
            <summary>
            <para>
            <para>A filter that limits results to those detectors (instances) in the given state.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTED.GetIOTEDDetectorListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return at one time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTED.GetIOTEDDetectorListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next set of results.</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.IOTED.SendIOTEDMessageBatchCmdlet">
            <summary>
            Sends a set of messages to the AWS IoT Events system. Each message payload is transformed
            into the input you specify (<code>"inputName"</code>) and ingested into any detectors
            that monitor that input. If multiple messages are sent, the order in which the messages
            are processed isn't guaranteed. To guarantee ordering, you must send messages one
            at a time and wait for a successful response.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTED.SendIOTEDMessageBatchCmdlet.Message">
            <summary>
            <para>
            <para>The list of messages to send. Each message has the following format: <code>'{ "messageId":
            "string", "inputName": "string", "payload": "string"}'</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTED.SendIOTEDMessageBatchCmdlet.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.IOTED.UpdateIOTEDDetectorBatchCmdlet">
            <summary>
            Updates the state, variable values, and timer settings of one or more detectors (instances)
            of a specified detector model.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTED.UpdateIOTEDDetectorBatchCmdlet.Detector">
            <summary>
            <para>
            <para>The list of detectors (instances) to update, along with the values to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTED.UpdateIOTEDDetectorBatchCmdlet.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>