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.
             
              
            <para>
            An array of key-value pairs. 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>Amazon Web Services Billing and Cost Management
            User Guide</i>, and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html">Controlling
            Access Using IAM Tags</a>.
            </para><para>
            Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_
            . : / = + - @</code>.
            </para>
            </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, white space, or these symbols: <code>_
            . : / = + - @</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.AddSFNResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.AddSFNResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </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="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.DescribeActivityResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.DescribeActivityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ActivityArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ActivityArn' instead. This parameter will be removed in a future version.
            </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 cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </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>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Activities'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.ListActivitiesResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.ListActivitiesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </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.
             
             <note><para>
            This API action isn't logged in CloudTrail.
            </para></note><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="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.GetActivityTaskResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.GetActivityTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNActivityTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ActivityArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ActivityArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionCmdlet">
            <summary>
            Provides information about a state machine execution, such as the state machine associated
            with the execution, the execution input and output, and relevant execution metadata.
            Use this API action to return the Map Run Amazon Resource Name (ARN) if the execution
            was dispatched by a Map Run.
             
              
            <para>
            If you specify a version or alias ARN when you call the <a>StartExecution</a> API
            action, <code>DescribeExecution</code> returns that ARN.
            </para><note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note><para>
            Executions of an <code>EXPRESS</code> state machinearen't supported by <code>DescribeExecution</code>
            unless a Map Run dispatched them.
            </para>
            </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="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.DescribeExecutionResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.DescribeExecutionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ExecutionArn' instead. This parameter will be removed in a future version.
            </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><para>
            This API action is not supported by <code>EXPRESS</code> state machines.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </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.IncludeExecutionData">
            <summary>
            <para>
            <para>You can select whether execution data (input or output of a history event) is returned.
            The default is <code>true</code>.</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>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionHistoryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Events'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.GetExecutionHistoryResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.GetExecutionHistoryResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionHistoryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ExecutionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionHistoryCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionListCmdlet">
            <summary>
            Lists all executions of a state machine or a Map Run. You can list all executions
            related to a state machine by specifying a state machine Amazon Resource Name (ARN),
            or those related to a Map Run by specifying a Map Run ARN.
             
              
            <para>
            You can also provide a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a>
            ARN or <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a>
            ARN to list the executions associated with a specific alias or version.
            </para><para>
            Results are sorted by time, with the most recent execution first.
            </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><note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note><para>
            This API action is not supported by <code>EXPRESS</code> state machines.
            </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionListCmdlet.MapRunArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the Map Run that started the child workflow executions.
            If the <code>mapRunArn</code> field is specified, a list of all of the child workflow
            executions started by a Map Run is returned. For more information, see <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-examine-map-run.html">Examining
            Map Run</a> in the <i>Step Functions Developer Guide</i>.</para><para>You can specify either a <code>mapRunArn</code> or a <code>stateMachineArn</code>,
            but not both.</para>
            </para>
            </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>You can specify either a <code>mapRunArn</code> or a <code>stateMachineArn</code>,
            but not both.</para><para>You can also return a list of executions associated with a specific <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a>
            or <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a>,
            by specifying an alias ARN or a version ARN in the <code>stateMachineArn</code> parameter.</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>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Executions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.ListExecutionsResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.ListExecutionsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNExecutionListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNMapRunCmdlet">
            <summary>
            Provides information about a Map Run's configuration, progress, and results. For more
            information, see <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-examine-map-run.html">Examining
            Map Run</a> in the <i>Step Functions Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNMapRunCmdlet.MapRunArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) that identifies a Map Run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNMapRunCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.DescribeMapRunResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.DescribeMapRunResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNMapRunCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MapRunArn parameter.
            The -PassThru parameter is deprecated, use -Select '^MapRunArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNMapRunListCmdlet">
            <summary>
            Lists all Map Runs that were started by a given state machine execution. Use this
            API action to obtain Map Run ARNs, and then call <code>DescribeMapRun</code> to obtain
            more information, if needed.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNMapRunListCmdlet.ExecutionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the execution for which the Map Runs must be listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNMapRunListCmdlet.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.GetSFNMapRunListCmdlet.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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNMapRunListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MapRuns'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.ListMapRunsResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.ListMapRunsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNMapRunListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ExecutionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNMapRunListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNResourceTagCmdlet">
            <summary>
            List tags for a given resource.
             
              
            <para>
            Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_
            . : / = + - @</code>.
            </para>
            </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="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineCmdlet">
            <summary>
            Provides information about a state machine's definition, its IAM role Amazon Resource
            Name (ARN), and configuration.
             
              
            <para>
            A qualified state machine ARN can either refer to a <i>Distributed Map state</i> defined
            within a state machine, a version ARN, or an alias ARN.
            </para><para>
            The following are some examples of qualified and unqualified state machine ARNs:
            </para><ul><li><para>
            The following qualified state machine ARN refers to a <i>Distributed Map state</i>
            with a label <code>mapStateLabel</code> in a state machine named <code>myStateMachine</code>.
            </para><para><code>arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel</code></para><note><para>
            If you provide a qualified state machine ARN that refers to a <i>Distributed Map state</i>,
            the request fails with <code>ValidationException</code>.
            </para></note></li><li><para>
            The following qualified state machine ARN refers to an alias named <code>PROD</code>.
            </para><para><code>arn:&lt;partition&gt;:states:&lt;region&gt;:&lt;account-id&gt;:stateMachine:&lt;myStateMachine:PROD&gt;</code></para><note><para>
            If you provide a qualified state machine ARN that refers to a version ARN or an alias
            ARN, the request starts execution for that version or alias.
            </para></note></li><li><para>
            The following unqualified state machine ARN refers to a state machine named <code>myStateMachine</code>.
            </para><para><code>arn:&lt;partition&gt;:states:&lt;region&gt;:&lt;account-id&gt;:stateMachine:&lt;myStateMachine&gt;</code></para></li></ul><para>
            This API action returns the details for a state machine version if the <code>stateMachineArn</code>
            you specify is a state machine version ARN.
            </para><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 for which you want the information.</para><para>If you specify a state machine version ARN, this API returns details about that version.
            The version ARN is a combination of state machine ARN and the version number separated
            by a colon (:). For example, <code>stateMachineARN:1</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.DescribeStateMachineResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.DescribeStateMachineResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineAliasCmdlet">
            <summary>
            Returns details about a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a>.
             
              
            <para><b>Related operations:</b></para><ul><li><para><a>CreateStateMachineAlias</a></para></li><li><para><a>ListStateMachineAliases</a></para></li><li><para><a>UpdateStateMachineAlias</a></para></li><li><para><a>DeleteStateMachineAlias</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineAliasCmdlet.StateMachineAliasArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineAliasCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.DescribeStateMachineAliasResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.DescribeStateMachineAliasResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineAliasArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineAliasArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineAliasListCmdlet">
            <summary>
            Lists <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">aliases</a>
            for a specified state machine ARN. Results are sorted by time, with the most recently
            created aliases listed first.
             
              
            <para>
            To list aliases that reference a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a>,
            you can specify the version ARN in the <code>stateMachineArn</code> parameter.
            </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><b>Related operations:</b></para><ul><li><para><a>CreateStateMachineAlias</a></para></li><li><para><a>DescribeStateMachineAlias</a></para></li><li><para><a>UpdateStateMachineAlias</a></para></li><li><para><a>DeleteStateMachineAlias</a></para></li></ul><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineAliasListCmdlet.StateMachineArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine for which you want to list aliases.</para><para>If you specify a state machine version ARN, this API returns a list of aliases for
            that version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineAliasListCmdlet.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.GetSFNStateMachineAliasListCmdlet.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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineAliasListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StateMachineAliases'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.ListStateMachineAliasesResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.ListStateMachineAliasesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineAliasListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineAliasListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineForExecutionCmdlet">
            <summary>
            Provides information about a state machine's definition, its execution role ARN, and
            configuration. If a Map Run dispatched the execution, this action returns the Map
            Run Amazon Resource Name (ARN) in the response. The state machine returned is the
            state machine associated with the Map Run.
             
             <note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note><para>
            This API action is not supported by <code>EXPRESS</code> state machines.
            </para>
            </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="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineForExecutionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.DescribeStateMachineForExecutionResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.DescribeStateMachineForExecutionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineForExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ExecutionArn' instead. This parameter will be removed in a future version.
            </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 cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </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>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StateMachines'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.ListStateMachinesResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.ListStateMachinesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineVersionListCmdlet">
            <summary>
            Lists <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">versions</a>
            for the specified state machine Amazon Resource Name (ARN).
             
              
            <para>
            The results are sorted in descending order of the version creation time.
            </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><b>Related operations:</b></para><ul><li><para><a>PublishStateMachineVersion</a></para></li><li><para><a>DeleteStateMachineVersion</a></para></li></ul><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineVersionListCmdlet.StateMachineArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineVersionListCmdlet.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.GetSFNStateMachineVersionListCmdlet.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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineVersionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StateMachineVersions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.ListStateMachineVersionsResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.ListStateMachineVersionsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineVersionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.GetSFNStateMachineVersionListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </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 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><note><para><code>CreateActivity</code> is an idempotent API. Subsequent requests won’t create
            a duplicate resource if it was already created. <code>CreateActivity</code>'s idempotency
            check is based on the activity <code>name</code>. If a following request has different
            <code>tags</code> values, Step Functions will ignore these differences and treat it
            as an idempotent request of the previous. In this case, <code>tags</code> will not
            be updated, even if they are different.
            </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 Amazon Web Services
            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>Step Functions Developer
            Guide</i>.</para><para>A name must <i>not</i> contain:</para><ul><li><para>white space</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>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z,
            - and _.</para>
            </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>An array of key-value pairs. 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>Amazon Web Services Billing and Cost Management
            User Guide</i>, and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html">Controlling
            Access Using IAM Tags</a>.</para><para>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_
            . : / = + - @</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNActivityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.CreateActivityResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.CreateActivityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNActivityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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. For more information,
            see <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html">Amazon
            States Language</a> in the Step Functions User Guide.
             
              
            <para>
            If you set the <code>publish</code> parameter of this API action to <code>true</code>,
            it publishes version <code>1</code> as the first revision of the state machine.
            </para><note><para>
            This operation is eventually consistent. The results are best effort and may not reflect
            very recent updates and changes.
            </para></note><note><para><code>CreateStateMachine</code> is an idempotent API. Subsequent requests won’t create
            a duplicate resource if it was already created. <code>CreateStateMachine</code>'s
            idempotency check is based on the state machine <code>name</code>, <code>definition</code>,
            <code>type</code>, <code>LoggingConfiguration</code>, and <code>TracingConfiguration</code>.
            The check is also based on the <code>publish</code> and <code>versionDescription</code>
            parameters. If a following request has a different <code>roleArn</code> or <code>tags</code>,
            Step Functions will ignore these differences and treat it as an idempotent request
            of the previous. In this case, <code>roleArn</code> and <code>tags</code> will not
            be updated, even if they are different.
            </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.LoggingConfiguration_Destination">
            <summary>
            <para>
            <para>An array of objects that describes where your execution history events will be logged.
            Limited to size 1. Required, if your log level is not set to <code>OFF</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.TracingConfiguration_Enabled">
            <summary>
            <para>
            <para>When set to <code>true</code>, X-Ray tracing is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.LoggingConfiguration_IncludeExecutionData">
            <summary>
            <para>
            <para>Determines whether execution data is included in your log. When set to <code>false</code>,
            data is excluded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.LoggingConfiguration_Level">
            <summary>
            <para>
            <para>Defines which category of execution history events are logged.</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>white space</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>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z,
            - and _.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.Publish">
            <summary>
            <para>
            <para>Set to <code>true</code> to publish the first version of the state machine during
            creation. The default is <code>false</code>.</para>
            </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>An array of key-value pairs. 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>Amazon Web Services Billing and Cost Management
            User Guide</i>, and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html">Controlling
            Access Using IAM Tags</a>.</para><para>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_
            . : / = + - @</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.Type">
            <summary>
            <para>
            <para>Determines whether a Standard or Express state machine is created. The default is
            <code>STANDARD</code>. You cannot update the <code>type</code> of a state machine
            once it has been created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.VersionDescription">
            <summary>
            <para>
            <para>Sets description about the state machine version. You can only set the description
            if the <code>publish</code> parameter is set to <code>true</code>. Otherwise, if you
            set <code>versionDescription</code>, but <code>publish</code> to <code>false</code>,
            this API action throws <code>ValidationException</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.CreateStateMachineResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.CreateStateMachineResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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.NewSFNStateMachineAliasCmdlet">
            <summary>
            Creates an <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a>
            for a state machine that points to one or two <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">versions</a>
            of the same state machine. You can set your application to call <a>StartExecution</a>
            with an alias and update the version the alias uses without changing the client's
            code.
             
              
            <para>
            You can also map an alias to split <a>StartExecution</a> requests between two versions
            of a state machine. To do this, add a second <code>RoutingConfig</code> object in
            the <code>routingConfiguration</code> parameter. You must also specify the percentage
            of execution run requests each version should receive in both <code>RoutingConfig</code>
            objects. Step Functions randomly chooses which version runs a given execution based
            on the percentage you specify.
            </para><para>
            To create an alias that points to a single version, specify a single <code>RoutingConfig</code>
            object with a <code>weight</code> set to 100.
            </para><para>
            You can create up to 100 aliases for each state machine. You must delete unused aliases
            using the <a>DeleteStateMachineAlias</a> API action.
            </para><para><code>CreateStateMachineAlias</code> is an idempotent API. Step Functions bases the
            idempotency check on the <code>stateMachineArn</code>, <code>description</code>, <code>name</code>,
            and <code>routingConfiguration</code> parameters. Requests that contain the same values
            for these parameters return a successful idempotent response without creating a duplicate
            resource.
            </para><para><b>Related operations:</b></para><ul><li><para><a>DescribeStateMachineAlias</a></para></li><li><para><a>ListStateMachineAliases</a></para></li><li><para><a>UpdateStateMachineAlias</a></para></li><li><para><a>DeleteStateMachineAlias</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineAliasCmdlet.Description">
            <summary>
            <para>
            <para>A description for the state machine alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineAliasCmdlet.Name">
            <summary>
            <para>
            <para>The name of the state machine alias.</para><para>To avoid conflict with version ARNs, don't use an integer in the name of the alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineAliasCmdlet.RoutingConfiguration">
            <summary>
            <para>
            <para>The routing configuration of a state machine alias. The routing configuration shifts
            execution traffic between two state machine versions. <code>routingConfiguration</code>
            contains an array of <code>RoutingConfig</code> objects that specify up to two state
            machine versions. Step Functions then randomly choses which version to run an execution
            with based on the weight assigned to each <code>RoutingConfig</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineAliasCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.CreateStateMachineAliasResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.CreateStateMachineAliasResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.NewSFNStateMachineAliasCmdlet.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.PublishSFNStateMachineVersionCmdlet">
            <summary>
            Creates a <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a>
            from the current revision of a state machine. Use versions to create immutable snapshots
            of your state machine. You can start executions from versions either directly or with
            an alias. To create an alias, use <a>CreateStateMachineAlias</a>.
             
              
            <para>
            You can publish up to 1000 versions for each state machine. You must manually delete
            unused versions using the <a>DeleteStateMachineVersion</a> API action.
            </para><para><code>PublishStateMachineVersion</code> is an idempotent API. It doesn't create a
            duplicate state machine version if it already exists for the current revision. Step
            Functions bases <code>PublishStateMachineVersion</code>'s idempotency check on the
            <code>stateMachineArn</code>, <code>name</code>, and <code>revisionId</code> parameters.
            Requests with the same parameters return a successful idempotent response. If you
            don't specify a <code>revisionId</code>, Step Functions checks for a previously published
            version of the state machine's current revision.
            </para><para><b>Related operations:</b></para><ul><li><para><a>DeleteStateMachineVersion</a></para></li><li><para><a>ListStateMachineVersions</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.PublishSFNStateMachineVersionCmdlet.Description">
            <summary>
            <para>
            <para>An optional description of the state machine version.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.PublishSFNStateMachineVersionCmdlet.RevisionId">
            <summary>
            <para>
            <para>Only publish the state machine version if the current state machine's revision ID
            matches the specified ID.</para><para>Use this option to avoid publishing a version if the state machine changed since you
            last updated it. If the specified revision ID doesn't match the state machine's current
            revision ID, the API returns <code>ConflictException</code>.</para><note><para>To specify an initial revision ID for a state machine with no revision ID assigned,
            specify the string <code>INITIAL</code> for the <code>revisionId</code> parameter.
            For example, you can specify a <code>revisionID</code> of <code>INITIAL</code> when
            you create a state machine using the <a>CreateStateMachine</a> API action.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.PublishSFNStateMachineVersionCmdlet.StateMachineArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.PublishSFNStateMachineVersionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.PublishStateMachineVersionResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.PublishStateMachineVersionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.PublishSFNStateMachineVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.PublishSFNStateMachineVersionCmdlet.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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.DeleteActivityResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNActivityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ActivityArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ActivityArn' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </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.
             
              
            <para>
            A qualified state machine ARN can either refer to a <i>Distributed Map state</i> defined
            within a state machine, a version ARN, or an alias ARN.
            </para><para>
            The following are some examples of qualified and unqualified state machine ARNs:
            </para><ul><li><para>
            The following qualified state machine ARN refers to a <i>Distributed Map state</i>
            with a label <code>mapStateLabel</code> in a state machine named <code>myStateMachine</code>.
            </para><para><code>arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel</code></para><note><para>
            If you provide a qualified state machine ARN that refers to a <i>Distributed Map state</i>,
            the request fails with <code>ValidationException</code>.
            </para></note></li><li><para>
            The following unqualified state machine ARN refers to a state machine named <code>myStateMachine</code>.
            </para><para><code>arn:partition:states:region:account-id:stateMachine:myStateMachine</code></para></li></ul><para>
            This API action also deletes all <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">versions</a>
            and <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">aliases</a>
            associated with a state machine.
            </para><note><para>
            For <code>EXPRESS</code> state machines, the deletion happens eventually (usually
            in less than a minute). Running executions may emit logs after <code>DeleteStateMachine</code>
            API is called.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.DeleteStateMachineResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineArn' instead. This parameter will be removed in a future version.
            </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.RemoveSFNStateMachineAliasCmdlet">
            <summary>
            Deletes a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a>.
             
              
            <para>
            After you delete a state machine alias, you can't use it to start executions. When
            you delete a state machine alias, Step Functions doesn't delete the state machine
            versions that alias references.
            </para><para><b>Related operations:</b></para><ul><li><para><a>CreateStateMachineAlias</a></para></li><li><para><a>DescribeStateMachineAlias</a></para></li><li><para><a>ListStateMachineAliases</a></para></li><li><para><a>UpdateStateMachineAlias</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineAliasCmdlet.StateMachineAliasArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine alias to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineAliasCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.DeleteStateMachineAliasResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineAliasArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineAliasArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineAliasCmdlet.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.RemoveSFNStateMachineVersionCmdlet">
            <summary>
            Deletes a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a>.
            After you delete a version, you can't call <a>StartExecution</a> using that version's
            ARN or use the version with a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a>.
             
             <note><para>
            Deleting a state machine version won't terminate its in-progress executions.
            </para></note><note><para>
            You can't delete a state machine version currently referenced by one or more aliases.
            Before you delete a version, you must either delete the aliases or update them to
            point to another state machine version.
            </para></note><para><b>Related operations:</b></para><ul><li><para><a>PublishStateMachineVersion</a></para></li><li><para><a>ListStateMachineVersions</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineVersionCmdlet.StateMachineVersionArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine version to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineVersionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.DeleteStateMachineVersionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineVersionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineVersionArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.RemoveSFNStateMachineVersionCmdlet.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 activity workers and task states using the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token">callback</a>
            pattern 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 Step Functions when
            tasks are assigned to a worker, or in the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html">context
            object</a> when a workflow enters a task state. See <a>GetActivityTaskOutput$taskToken</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskFailureCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.SendTaskFailureResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskFailureCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TaskToken parameter.
            The -PassThru parameter is deprecated, use -Select '^TaskToken' instead. This parameter will be removed in a future version.
            </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 activity workers and task states using the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token">callback</a>
            pattern to report to Step Functions 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 (<code>HeartbeatSeconds</code>). 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> entry for activities, or a <code>TaskTimedOut</code>
            entry for for tasks using the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-sync">job
            run</a> or <a href="https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token">callback</a>
            pattern.
             
             <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. Use <code>HeartbeatSeconds</code> to configure the timeout interval
            for heartbeats.
            </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 Step Functions when
            tasks are assigned to a worker, or in the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html">context
            object</a> when a workflow enters a task state. See <a>GetActivityTaskOutput$taskToken</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskHeartbeatCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.SendTaskHeartbeatResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskHeartbeatCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TaskToken parameter.
            The -PassThru parameter is deprecated, use -Select '^TaskToken' instead. This parameter will be removed in a future version.
            </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 activity workers and task states using the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token">callback</a>
            pattern 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. Length constraints apply to the payload size, and are
            expressed as bytes in UTF-8 encoding.</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 Step Functions when
            tasks are assigned to a worker, or in the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html">context
            object</a> when a workflow enters a task state. See <a>GetActivityTaskOutput$taskToken</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskSuccessCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.SendTaskSuccessResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.SendSFNTaskSuccessCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TaskToken parameter.
            The -PassThru parameter is deprecated, use -Select '^TaskToken' instead. This parameter will be removed in a future version.
            </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.
             
              
            <para>
            A qualified state machine ARN can either refer to a <i>Distributed Map state</i> defined
            within a state machine, a version ARN, or an alias ARN.
            </para><para>
            The following are some examples of qualified and unqualified state machine ARNs:
            </para><ul><li><para>
            The following qualified state machine ARN refers to a <i>Distributed Map state</i>
            with a label <code>mapStateLabel</code> in a state machine named <code>myStateMachine</code>.
            </para><para><code>arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel</code></para><note><para>
            If you provide a qualified state machine ARN that refers to a <i>Distributed Map state</i>,
            the request fails with <code>ValidationException</code>.
            </para></note></li><li><para>
            The following qualified state machine ARN refers to an alias named <code>PROD</code>.
            </para><para><code>arn:&lt;partition&gt;:states:&lt;region&gt;:&lt;account-id&gt;:stateMachine:&lt;myStateMachine:PROD&gt;</code></para><note><para>
            If you provide a qualified state machine ARN that refers to a version ARN or an alias
            ARN, the request starts execution for that version or alias.
            </para></note></li><li><para>
            The following unqualified state machine ARN refers to a state machine named <code>myStateMachine</code>.
            </para><para><code>arn:&lt;partition&gt;:states:&lt;region&gt;:&lt;account-id&gt;:stateMachine:&lt;myStateMachine&gt;</code></para></li></ul><para>
            If you start an execution with an unqualified state machine ARN, Step Functions uses
            the latest revision of the state machine for the execution.
            </para><para>
            To start executions of a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a>,
            call <code>StartExecution</code> and provide the version ARN or the ARN of an <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a>
            that points to the version.
            </para><note><para><code>StartExecution</code> is idempotent for <code>STANDARD</code> workflows. For
            a <code>STANDARD</code> workflow, if you call <code>StartExecution</code> with the
            same name and input as a running execution, the call succeeds and return the same
            response as the original request. If the execution is closed or if the input is different,
            it returns a <code>400 ExecutionAlreadyExists</code> error. You can reuse names after
            90 days.
            </para><para><code>StartExecution</code> isn't idempotent for <code>EXPRESS</code> workflows.
             
            </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>Length constraints apply to the payload size, and are expressed as bytes in UTF-8
            encoding.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNExecutionCmdlet.Name">
            <summary>
            <para>
            <para>Optional name of the execution. This name must be unique for your Amazon Web Services
            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>Step Functions Developer
            Guide</i>.</para><para>A name must <i>not</i> contain:</para><ul><li><para>white space</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>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z,
            - and _.</para>
            </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>The <code>stateMachineArn</code> parameter accepts one of the following inputs:</para><ul><li><para><b>An unqualified state machine ARN</b> – Refers to a state machine ARN that isn't
            qualified with a version or alias ARN. The following is an example of an unqualified
            state machine ARN.</para><para><code>arn:&lt;partition&gt;:states:&lt;region&gt;:&lt;account-id&gt;:stateMachine:&lt;myStateMachine&gt;</code></para><para>Step Functions doesn't associate state machine executions that you start with an unqualified
            ARN with a version. This is true even if that version uses the same revision that
            the execution used.</para></li><li><para><b>A state machine version ARN</b> – Refers to a version ARN, which is a combination
            of state machine ARN and the version number separated by a colon (:). The following
            is an example of the ARN for version 10. </para><para><code>arn:&lt;partition&gt;:states:&lt;region&gt;:&lt;account-id&gt;:stateMachine:&lt;myStateMachine&gt;:10</code></para><para>Step Functions doesn't associate executions that you start with a version ARN with
            any aliases that point to that version.</para></li><li><para><b>A state machine alias ARN</b> – Refers to an alias ARN, which is a combination
            of state machine ARN and the alias name separated by a colon (:). The following is
            an example of the ARN for an alias named <code>PROD</code>.</para><para><code>arn:&lt;partition&gt;:states:&lt;region&gt;:&lt;account-id&gt;:stateMachine:&lt;myStateMachine:PROD&gt;</code></para><para>Step Functions associates executions that you start with an alias ARN with that alias
            and the state machine version used for that execution.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNExecutionCmdlet.TraceHeader">
            <summary>
            <para>
            <para>Passes the X-Ray trace header. The trace header can also be passed in the request
            payload.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNExecutionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.StartExecutionResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.StartExecutionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineArn' instead. This parameter will be removed in a future version.
            </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.StartSFNSyncExecutionCmdlet">
            <summary>
            Starts a Synchronous Express state machine execution. <code>StartSyncExecution</code>
            is not available for <code>STANDARD</code> workflows.
             
             <note><para><code>StartSyncExecution</code> will return a <code>200 OK</code> response, even
            if your execution fails, because the status code in the API response doesn't reflect
            function errors. Error codes are reserved for errors that prevent your execution from
            running, such as permissions errors, limit errors, or issues with your state machine
            code and configuration.
            </para></note><note><para>
            This API action isn't logged in CloudTrail.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNSyncExecutionCmdlet.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>Length constraints apply to the payload size, and are expressed as bytes in UTF-8
            encoding.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNSyncExecutionCmdlet.Name">
            <summary>
            <para>
            <para>The name of the execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNSyncExecutionCmdlet.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.StartSFNSyncExecutionCmdlet.TraceHeader">
            <summary>
            <para>
            <para>Passes the X-Ray trace header. The trace header can also be passed in the request
            payload.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNSyncExecutionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.StartSyncExecutionResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.StartSyncExecutionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNSyncExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StartSFNSyncExecutionCmdlet.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.
             
              
            <para>
            This API action is not supported by <code>EXPRESS</code> state machines.
            </para>
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StopDate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.StopExecutionResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.StopExecutionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.StopSFNExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExecutionArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ExecutionArn' instead. This parameter will be removed in a future version.
            </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.UpdateSFNMapRunCmdlet">
            <summary>
            Updates an in-progress Map Run's configuration to include changes to the settings
            that control maximum concurrency and Map Run failure.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNMapRunCmdlet.MapRunArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of a Map Run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNMapRunCmdlet.MaxConcurrency">
            <summary>
            <para>
            <para>The maximum number of child workflow executions that can be specified to run in parallel
            for the Map Run at the same time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNMapRunCmdlet.ToleratedFailureCount">
            <summary>
            <para>
            <para>The maximum number of failed items before the Map Run fails.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNMapRunCmdlet.ToleratedFailurePercentage">
            <summary>
            <para>
            <para>The maximum percentage of failed items before the Map Run fails.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNMapRunCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.UpdateMapRunResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNMapRunCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MapRunArn parameter.
            The -PassThru parameter is deprecated, use -Select '^MapRunArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNMapRunCmdlet.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>, <code>roleArn</code>,
            or <code>loggingConfiguration</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.
             
              
            <para>
            A qualified state machine ARN refers to a <i>Distributed Map state</i> defined within
            a state machine. For example, the qualified state machine ARN <code>arn:partition:states:region:account-id:stateMachine:stateMachineName/mapStateLabel</code>
            refers to a <i>Distributed Map state</i> with a label <code>mapStateLabel</code> in
            the state machine named <code>stateMachineName</code>.
            </para><para>
            A qualified state machine ARN can either refer to a <i>Distributed Map state</i> defined
            within a state machine, a version ARN, or an alias ARN.
            </para><para>
            The following are some examples of qualified and unqualified state machine ARNs:
            </para><ul><li><para>
            The following qualified state machine ARN refers to a <i>Distributed Map state</i>
            with a label <code>mapStateLabel</code> in a state machine named <code>myStateMachine</code>.
            </para><para><code>arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel</code></para><note><para>
            If you provide a qualified state machine ARN that refers to a <i>Distributed Map state</i>,
            the request fails with <code>ValidationException</code>.
            </para></note></li><li><para>
            The following qualified state machine ARN refers to an alias named <code>PROD</code>.
            </para><para><code>arn:&lt;partition&gt;:states:&lt;region&gt;:&lt;account-id&gt;:stateMachine:&lt;myStateMachine:PROD&gt;</code></para><note><para>
            If you provide a qualified state machine ARN that refers to a version ARN or an alias
            ARN, the request starts execution for that version or alias.
            </para></note></li><li><para>
            The following unqualified state machine ARN refers to a state machine named <code>myStateMachine</code>.
            </para><para><code>arn:&lt;partition&gt;:states:&lt;region&gt;:&lt;account-id&gt;:stateMachine:&lt;myStateMachine&gt;</code></para></li></ul><para>
            After you update your state machine, you can set the <code>publish</code> parameter
            to <code>true</code> in the same action to publish a new <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a>.
            This way, you can opt-in to strict versioning of your state machine.
            </para><note><para>
            Step Functions assigns monotonically increasing integers for state machine versions,
            starting at version number 1.
            </para></note><note><para>
            All <code>StartExecution</code> calls within a few seconds use the updated <code>definition</code>
            and <code>roleArn</code>. Executions started immediately after you call <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.LoggingConfiguration_Destination">
            <summary>
            <para>
            <para>An array of objects that describes where your execution history events will be logged.
            Limited to size 1. Required, if your log level is not set to <code>OFF</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineCmdlet.TracingConfiguration_Enabled">
            <summary>
            <para>
            <para>When set to <code>true</code>, X-Ray tracing is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineCmdlet.LoggingConfiguration_IncludeExecutionData">
            <summary>
            <para>
            <para>Determines whether execution data is included in your log. When set to <code>false</code>,
            data is excluded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineCmdlet.LoggingConfiguration_Level">
            <summary>
            <para>
            <para>Defines which category of execution history events are logged.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineCmdlet.Publish">
            <summary>
            <para>
            <para>Specifies whether the state machine version is published. The default is <code>false</code>.
            To publish a version after updating the state machine, set <code>publish</code> to
            <code>true</code>.</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.VersionDescription">
            <summary>
            <para>
            <para>An optional description of the state machine version to publish.</para><para>You can only specify the <code>versionDescription</code> parameter if you've set <code>publish</code>
            to <code>true</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UpdateDate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.UpdateStateMachineResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.UpdateStateMachineResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineArn' instead. This parameter will be removed in a future version.
            </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>
        <member name="T:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineAliasCmdlet">
            <summary>
            Updates the configuration of an existing state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a>
            by modifying its <code>description</code> or <code>routingConfiguration</code>.
             
              
            <para>
            You must specify at least one of the <code>description</code> or <code>routingConfiguration</code>
            parameters to update a state machine alias.
            </para><note><para><code>UpdateStateMachineAlias</code> is an idempotent API. Step Functions bases the
            idempotency check on the <code>stateMachineAliasArn</code>, <code>description</code>,
            and <code>routingConfiguration</code> parameters. Requests with the same parameters
            return an idempotent response.
            </para></note><note><para>
            This operation is eventually consistent. All <a>StartExecution</a> requests made within
            a few seconds use the latest alias configuration. Executions started immediately after
            calling <code>UpdateStateMachineAlias</code> may use the previous routing configuration.
            </para></note><para><b>Related operations:</b></para><ul><li><para><a>CreateStateMachineAlias</a></para></li><li><para><a>DescribeStateMachineAlias</a></para></li><li><para><a>ListStateMachineAliases</a></para></li><li><para><a>DeleteStateMachineAlias</a></para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineAliasCmdlet.Description">
            <summary>
            <para>
            <para>A description of the state machine alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineAliasCmdlet.RoutingConfiguration">
            <summary>
            <para>
            <para>The routing configuration of the state machine alias.</para><para>An array of <code>RoutingConfig</code> objects that specifies up to two state machine
            versions that the alias starts executions for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineAliasCmdlet.StateMachineAliasArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the state machine alias.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineAliasCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UpdateDate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.StepFunctions.Model.UpdateStateMachineAliasResponse).
            Specifying the name of a property of type Amazon.StepFunctions.Model.UpdateStateMachineAliasResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineAliasCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StateMachineAliasArn parameter.
            The -PassThru parameter is deprecated, use -Select '^StateMachineAliasArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SFN.UpdateSFNStateMachineAliasCmdlet.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>