AWS.Tools.StepFunctions.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.StepFunctions</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.AddSFNResourceTagCmdlet">
            <summary>
            Add a tag to a Step Functions resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.AddSFNResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the Step Functions state machine or activity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.AddSFNResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The list of tags to add to a resource.</para><para>Tags may only contain unicode letters, digits, whitespace, or these symbols: <code>_
            . : / = + - @</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.AddSFNResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.AddSFNResourceTagCmdlet.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.SFN.GetSFNActivityCmdlet">
            <summary>
            Describes an activity.
             
             <note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityCmdlet.ActivityArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the activity to describe.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityListCmdlet">
            <summary>
            Lists the existing activities.
             
              
            <para>
            If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken</i> error.
            </para><note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note><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.SFN.GetSFNActivityListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that are returned per call. You can use <code>nextToken</code>
            to obtain further pages of results. The default is 100 and the maximum allowed page
            size is 1000. A value of 0 uses the default.</para><para>This is only an upper limit. The actual number of results returned per call might
            be fewer than the specified maximum.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityListCmdlet.NextToken">
            <summary>
            <para>
            <para>If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken</i> error.</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.SFN.GetSFNActivityTaskCmdlet">
            <summary>
            Used by workers to retrieve a task (with the specified activity ARN) which has been
            scheduled for execution by a running state machine. This initiates a long poll, where
            the service holds the HTTP connection open and responds as soon as a task becomes
            available (i.e. an execution of a task of this type is needed.) The maximum time the
            service holds on to the request before responding is 60 seconds. If no task is available
            within 60 seconds, the poll returns a <code>taskToken</code> with a null string.
             
             <important><para>
            Workers should set their client side socket timeout to at least 65 seconds (5 seconds
            higher than the maximum time the service may hold the poll request).
            </para><para>
            Polling with <code>GetActivityTask</code> can cause latency in some implementations.
            See <a href="https://docs.aws.amazon.com/step-functions/latest/dg/bp-activity-pollers.html">Avoid
            Latency When Polling for Activity Tasks</a> in the Step Functions Developer Guide.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityTaskCmdlet.ActivityArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when
            you create the task using <a>CreateActivity</a>.)</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityTaskCmdlet.WorkerName">
            <summary>
            <para>
            <para>You can provide an arbitrary name in order to identify the worker that the task is
            assigned to. This name is used when it is logged in the execution history.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionCmdlet">
            <summary>
            Describes an execution.
             
             <note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionCmdlet.ExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the execution to describe.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionHistoryCmdlet">
            <summary>
            Returns the history of the specified execution as a list of events. By default, the
            results are returned in ascending order of the <code>timeStamp</code> of the events.
            Use the <code>reverseOrder</code> parameter to get the latest events first.
             
              
            <para>
            If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken</i> error.
            </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.SFN.GetSFNExecutionHistoryCmdlet.ExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionHistoryCmdlet.ReverseOrder">
            <summary>
            <para>
            <para>Lists events in descending order of their <code>timeStamp</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionHistoryCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that are returned per call. You can use <code>nextToken</code>
            to obtain further pages of results. The default is 100 and the maximum allowed page
            size is 1000. A value of 0 uses the default.</para><para>This is only an upper limit. The actual number of results returned per call might
            be fewer than the specified maximum.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionHistoryCmdlet.NextToken">
            <summary>
            <para>
            <para>If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken</i> error.</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.SFN.GetSFNExecutionListCmdlet">
            <summary>
            Lists the executions of a state machine that meet the filtering criteria. Results
            are sorted by time, with the most recent execution first.
             
              
            <para>
            If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken</i> error.
            </para><note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note><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.SFN.GetSFNExecutionListCmdlet.StateMachineArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine whose executions is listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionListCmdlet.StatusFilter">
            <summary>
            <para>
            <para>If specified, only list the executions whose current execution status matches the
            given filter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that are returned per call. You can use <code>nextToken</code>
            to obtain further pages of results. The default is 100 and the maximum allowed page
            size is 1000. A value of 0 uses the default.</para><para>This is only an upper limit. The actual number of results returned per call might
            be fewer than the specified maximum.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionListCmdlet.NextToken">
            <summary>
            <para>
            <para>If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken</i> error.</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.SFN.GetSFNResourceTagCmdlet">
            <summary>
            List tags for a given resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the Step Functions state machine or activity.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineCmdlet">
            <summary>
            Describes a state machine.
             
             <note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineCmdlet.StateMachineArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine to describe.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineForExecutionCmdlet">
            <summary>
            Describes the state machine associated with a specific execution.
             
             <note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineForExecutionCmdlet.ExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the execution you want state machine information
            for.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineListCmdlet">
            <summary>
            Lists the existing state machines.
             
              
            <para>
            If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken</i> error.
            </para><note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note><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.SFN.GetSFNStateMachineListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that are returned per call. You can use <code>nextToken</code>
            to obtain further pages of results. The default is 100 and the maximum allowed page
            size is 1000. A value of 0 uses the default.</para><para>This is only an upper limit. The actual number of results returned per call might
            be fewer than the specified maximum.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineListCmdlet.NextToken">
            <summary>
            <para>
            <para>If <code>nextToken</code> is returned, there are more results available. The value
            of <code>nextToken</code> is a unique pagination token for each page. Make the call
            again using the returned token to retrieve the next page. Keep all other arguments
            unchanged. Each pagination token expires after 24 hours. Using an expired pagination
            token will return an <i>HTTP 400 InvalidToken</i> error.</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.SFN.NewSFNActivityCmdlet">
            <summary>
            Creates an activity. An activity is a task that you write in any programming language
            and host on any machine that has access to AWS Step Functions. Activities must poll
            Step Functions using the <code>GetActivityTask</code> API action and respond using
            <code>SendTask*</code> API actions. This function lets Step Functions know the existence
            of your activity and returns an identifier for use in a state machine and when polling
            from the activity.
             
             <note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNActivityCmdlet.Name">
            <summary>
            <para>
            <para>The name of the activity to create. This name must be unique for your AWS account
            and region for 90 days. For more information, see <a href="https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions">
            Limits Related to State Machine Executions</a> in the <i>AWS Step Functions Developer
            Guide</i>.</para><para>A name must <i>not</i> contain:</para><ul><li><para>whitespace</para></li><li><para>brackets <code>&lt; &gt; { } [ ]</code></para></li><li><para>wildcard characters <code>? *</code></para></li><li><para>special characters <code>" # % \ ^ | ~ ` $ &amp; , ; : /</code></para></li><li><para>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNActivityCmdlet.Tag">
            <summary>
            <para>
            <para>The list of tags to add to a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNActivityCmdlet.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.SFN.NewSFNStateMachineCmdlet">
            <summary>
            Creates a state machine. A state machine consists of a collection of states that can
            do work (<code>Task</code> states), determine to which states to transition next (<code>Choice</code>
            states), stop an execution with an error (<code>Fail</code> states), and so on. State
            machines are specified using a JSON-based, structured language.
             
             <note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.Definition">
            <summary>
            <para>
            <para>The Amazon States Language definition of the state machine. See <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html">Amazon
            States Language</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.Name">
            <summary>
            <para>
            <para>The name of the state machine. </para><para>A name must <i>not</i> contain:</para><ul><li><para>whitespace</para></li><li><para>brackets <code>&lt; &gt; { } [ ]</code></para></li><li><para>wildcard characters <code>? *</code></para></li><li><para>special characters <code>" # % \ ^ | ~ ` $ &amp; , ; : /</code></para></li><li><para>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role to use for this state machine.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.Tag">
            <summary>
            <para>
            <para>Tags to be added when creating a state machine.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.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.SFN.RemoveSFNActivityCmdlet">
            <summary>
            Deletes an activity.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNActivityCmdlet.ActivityArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the activity to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNActivityCmdlet.PassThru">
            <summary>
            Returns the value passed to the ActivityArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNActivityCmdlet.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.SFN.RemoveSFNResourceTagCmdlet">
            <summary>
            Remove a tag from a Step Functions resource
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the Step Functions state machine or activity.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The list of tags to remove from the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNResourceTagCmdlet.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.SFN.RemoveSFNStateMachineCmdlet">
            <summary>
            Deletes a state machine. This is an asynchronous operation: It sets the state machine's
            status to <code>DELETING</code> and begins the deletion process. Each state machine
            execution is deleted the next time it makes a state transition.
             
             <note><para>
            The state machine itself is deleted after all executions are completed or deleted.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineCmdlet.StateMachineArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineCmdlet.PassThru">
            <summary>
            Returns the value passed to the StateMachineArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineCmdlet.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.SFN.SendSFNTaskFailureCmdlet">
            <summary>
            Used by workers to report that the task identified by the <code>taskToken</code> failed.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskFailureCmdlet.Cause">
            <summary>
            <para>
            <para>A more detailed explanation of the cause of the failure.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskFailureCmdlet.Error">
            <summary>
            <para>
            <para>The error code of the failure.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskFailureCmdlet.TaskToken">
            <summary>
            <para>
            <para>The token that represents this task. Task tokens are generated by the service when
            the tasks are assigned to a worker (see GetActivityTask::taskToken).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskFailureCmdlet.PassThru">
            <summary>
            Returns the value passed to the TaskToken parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskFailureCmdlet.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.SFN.SendSFNTaskHeartbeatCmdlet">
            <summary>
            Used by workers to report to the service that the task represented by the specified
            <code>taskToken</code> is still making progress. This action resets the <code>Heartbeat</code>
            clock. The <code>Heartbeat</code> threshold is specified in the state machine's Amazon
            States Language definition. This action does not in itself create an event in the
            execution history. However, if the task times out, the execution history contains
            an <code>ActivityTimedOut</code> event.
             
             <note><para>
            The <code>Timeout</code> of a task, defined in the state machine's Amazon States Language
            definition, is its maximum allowed duration, regardless of the number of <a>SendTaskHeartbeat</a>
            requests received.
            </para></note><note><para>
            This operation is only useful for long-lived tasks to report the liveliness of the
            task.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskHeartbeatCmdlet.TaskToken">
            <summary>
            <para>
            <para>The token that represents this task. Task tokens are generated by the service when
            the tasks are assigned to a worker (see <a>GetActivityTaskOutput$taskToken</a>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskHeartbeatCmdlet.PassThru">
            <summary>
            Returns the value passed to the TaskToken parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskHeartbeatCmdlet.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.SFN.SendSFNTaskSuccessCmdlet">
            <summary>
            Used by workers to report that the task identified by the <code>taskToken</code> completed
            successfully.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskSuccessCmdlet.Output">
            <summary>
            <para>
            <para>The JSON output of the task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskSuccessCmdlet.TaskToken">
            <summary>
            <para>
            <para>The token that represents this task. Task tokens are generated by the service when
            the tasks are assigned to a worker (see <a>GetActivityTaskOutput$taskToken</a>).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskSuccessCmdlet.PassThru">
            <summary>
            Returns the value passed to the TaskToken parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskSuccessCmdlet.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.SFN.StartSFNExecutionCmdlet">
            <summary>
            Starts a state machine execution.
             
             <note><para><code>StartExecution</code> is idempotent. If <code>StartExecution</code> is called
            with the same name and input as a running execution, the call will succeed and return
            the same response as the original request. If the execution is closed or if the input
            is different, it will return a 400 <code>ExecutionAlreadyExists</code> error. Names
            can be reused after 90 days.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNExecutionCmdlet.Input">
            <summary>
            <para>
            <para>The string that contains the JSON input data for the execution, for example:</para><para><code>"input": "{\"first_name\" : \"test\"}"</code></para><note><para>If you don't include any JSON input data, you still must include the two braces, for
            example: <code>"input": "{}"</code></para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNExecutionCmdlet.Name">
            <summary>
            <para>
            <para>The name of the execution. This name must be unique for your AWS account, region,
            and state machine for 90 days. For more information, see <a href="https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions">
            Limits Related to State Machine Executions</a> in the <i>AWS Step Functions Developer
            Guide</i>.</para><para>A name must <i>not</i> contain:</para><ul><li><para>whitespace</para></li><li><para>brackets <code>&lt; &gt; { } [ ]</code></para></li><li><para>wildcard characters <code>? *</code></para></li><li><para>special characters <code>" # % \ ^ | ~ ` $ &amp; , ; : /</code></para></li><li><para>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNExecutionCmdlet.StateMachineArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine to execute.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNExecutionCmdlet.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.SFN.StopSFNExecutionCmdlet">
            <summary>
            Stops an execution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StopSFNExecutionCmdlet.Cause">
            <summary>
            <para>
            <para>A more detailed explanation of the cause of the failure.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StopSFNExecutionCmdlet.Error">
            <summary>
            <para>
            <para>The error code of the failure.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StopSFNExecutionCmdlet.ExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the execution to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StopSFNExecutionCmdlet.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.SFN.UpdateSFNStateMachineCmdlet">
            <summary>
            Updates an existing state machine by modifying its <code>definition</code> and/or
            <code>roleArn</code>. Running executions will continue to use the previous <code>definition</code>
            and <code>roleArn</code>. You must include at least one of <code>definition</code>
            or <code>roleArn</code> or you will receive a <code>MissingRequiredParameter</code>
            error.
             
             <note><para>
            All <code>StartExecution</code> calls within a few seconds will use the updated <code>definition</code>
            and <code>roleArn</code>. Executions started immediately after calling <code>UpdateStateMachine</code>
            may use the previous state machine <code>definition</code> and <code>roleArn</code>.
             
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineCmdlet.Definition">
            <summary>
            <para>
            <para>The Amazon States Language definition of the state machine. See <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html">Amazon
            States Language</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the IAM role of the state machine.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineCmdlet.StateMachineArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineCmdlet.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>