AWS.Tools.MigrationHubOrchestrator.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.MigrationHubOrchestrator</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.MHO.AddMHOResourceTagCmdlet">
            <summary>
            Tag a resource by specifying its Amazon Resource Name (ARN).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.AddMHOResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource to which you want to add tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.AddMHOResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>A collection of labels, in the form of key:value pairs, that apply to this resource.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.AddMHOResourceTagCmdlet.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.MigrationHubOrchestrator.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.AddMHOResourceTagCmdlet.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.MHO.GetMHOPluginListCmdlet">
            <summary>
            List AWS Migration Hub Orchestrator plugins.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOPluginListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of plugins that can be returned.</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.MHO.GetMHOPluginListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOPluginListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Plugins'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubOrchestrator.Model.ListPluginsResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.ListPluginsResponse 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.MHO.GetMHOPluginListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOResourceTagCmdlet">
            <summary>
            List the tags added to a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOResourceTagCmdlet.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.MigrationHubOrchestrator.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.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="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateCmdlet">
            <summary>
            Get the template you want to use for creating a migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateCmdlet.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.MigrationHubOrchestrator.Model.GetTemplateResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.GetTemplateResponse 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="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateListCmdlet">
            <summary>
            List the templates available in Migration Hub Orchestrator to create a migration workflow.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateListCmdlet.Name">
            <summary>
            <para>
            <para>The name of the template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that can be returned.</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.MHO.GetMHOTemplateListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TemplateSummary'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubOrchestrator.Model.ListTemplatesResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.ListTemplatesResponse 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.MHO.GetMHOTemplateListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepCmdlet">
            <summary>
            Get a specific step in a template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepCmdlet.StepGroupId">
            <summary>
            <para>
            <para>The ID of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepCmdlet.TemplateId">
            <summary>
            <para>
            <para>The ID of the template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepCmdlet.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.MigrationHubOrchestrator.Model.GetTemplateStepResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.GetTemplateStepResponse 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="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepGroupCmdlet">
            <summary>
            Get a step group in a template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepGroupCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepGroupCmdlet.TemplateId">
            <summary>
            <para>
            <para>The ID of the template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepGroupCmdlet.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.MigrationHubOrchestrator.Model.GetTemplateStepGroupResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.GetTemplateStepGroupResponse 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="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepGroupListCmdlet">
            <summary>
            List the step groups in a template.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepGroupListCmdlet.TemplateId">
            <summary>
            <para>
            <para>The ID of the template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepGroupListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that can be returned.</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.MHO.GetMHOTemplateStepGroupListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepGroupListCmdlet.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.MigrationHubOrchestrator.Model.ListTemplateStepGroupsResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.ListTemplateStepGroupsResponse 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.MHO.GetMHOTemplateStepGroupListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepListCmdlet">
            <summary>
            List the steps in a template.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepListCmdlet.StepGroupId">
            <summary>
            <para>
            <para>The ID of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepListCmdlet.TemplateId">
            <summary>
            <para>
            <para>The ID of the template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that can be returned.</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.MHO.GetMHOTemplateStepListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOTemplateStepListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TemplateStepSummaryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubOrchestrator.Model.ListTemplateStepsResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.ListTemplateStepsResponse 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.MHO.GetMHOTemplateStepListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowCmdlet">
            <summary>
            Get migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowCmdlet.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.MigrationHubOrchestrator.Model.GetWorkflowResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.GetWorkflowResponse 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="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowListCmdlet">
            <summary>
            List the migration workflows.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowListCmdlet.AdsApplicationConfigurationName">
            <summary>
            <para>
            <para>The name of the application configured in Application Discovery Service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowListCmdlet.Name">
            <summary>
            <para>
            <para>The name of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowListCmdlet.Status">
            <summary>
            <para>
            <para>The status of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowListCmdlet.TemplateId">
            <summary>
            <para>
            <para>The ID of the template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that can be returned.</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.MHO.GetMHOWorkflowListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MigrationWorkflowSummary'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MigrationHubOrchestrator.Model.ListWorkflowsResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.ListWorkflowsResponse 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.MHO.GetMHOWorkflowListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepCmdlet">
            <summary>
            Get a step in the migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepCmdlet.StepGroupId">
            <summary>
            <para>
            <para>The ID of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepCmdlet.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.MigrationHubOrchestrator.Model.GetWorkflowStepResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.GetWorkflowStepResponse 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="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepGroupCmdlet">
            <summary>
            Get the step group of a migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepGroupCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepGroupCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepGroupCmdlet.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.MigrationHubOrchestrator.Model.GetWorkflowStepGroupResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.GetWorkflowStepGroupResponse 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="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepGroupListCmdlet">
            <summary>
            List the step groups in a migration workflow.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepGroupListCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepGroupListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that can be returned.</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.MHO.GetMHOWorkflowStepGroupListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepGroupListCmdlet.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.MigrationHubOrchestrator.Model.ListWorkflowStepGroupsResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.ListWorkflowStepGroupsResponse 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.MHO.GetMHOWorkflowStepGroupListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepListCmdlet">
            <summary>
            List the steps in a workflow.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepListCmdlet.StepGroupId">
            <summary>
            <para>
            <para>The ID of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepListCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results that can be returned.</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.MHO.GetMHOWorkflowStepListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.GetMHOWorkflowStepListCmdlet.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.MigrationHubOrchestrator.Model.ListWorkflowStepsResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.ListWorkflowStepsResponse 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.MHO.GetMHOWorkflowStepListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MHO.NewMHOTemplateCmdlet">
            <summary>
            Creates a migration workflow template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOTemplateCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to add to the migration workflow template.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOTemplateCmdlet.TemplateDescription">
            <summary>
            <para>
            <para>A description of the migration workflow template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOTemplateCmdlet.TemplateName">
            <summary>
            <para>
            <para>The name of the migration workflow template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOTemplateCmdlet.TemplateSource_WorkflowId">
            <summary>
            <para>
            <para>The ID of the workflow from the source migration workflow template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOTemplateCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the request. For more information, see <a href="https://smithy.io/2.0/spec/behavior-traits.html#idempotencytoken-trait">Idempotency</a>
            in the Smithy documentation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOTemplateCmdlet.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.MigrationHubOrchestrator.Model.CreateTemplateResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.CreateTemplateResponse 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.MHO.NewMHOTemplateCmdlet.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.MHO.NewMHOWorkflowCmdlet">
            <summary>
            Create a workflow to orchestrate your migrations.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowCmdlet.ApplicationConfigurationId">
            <summary>
            <para>
            <para>The configuration ID of the application configured in Application Discovery Service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowCmdlet.Description">
            <summary>
            <para>
            <para>The description of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowCmdlet.InputParameter">
            <summary>
            <para>
            <para>The input parameters required to create a migration workflow.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowCmdlet.Name">
            <summary>
            <para>
            <para>The name of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowCmdlet.StepTarget">
            <summary>
            <para>
            <para>The servers on which a step will be run.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to add on a migration workflow.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowCmdlet.TemplateId">
            <summary>
            <para>
            <para>The ID of the template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowCmdlet.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.MigrationHubOrchestrator.Model.CreateWorkflowResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.CreateWorkflowResponse 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.MHO.NewMHOWorkflowCmdlet.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.MHO.NewMHOWorkflowStepCmdlet">
            <summary>
            Create a step in the migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.Description">
            <summary>
            <para>
            <para>The description of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.Command_Linux">
            <summary>
            <para>
            <para>Command for Linux.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.ScriptLocationS3Key_Linux">
            <summary>
            <para>
            <para>The script location for Linux.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.Name">
            <summary>
            <para>
            <para>The name of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.Next">
            <summary>
            <para>
            <para>The next step.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.Output">
            <summary>
            <para>
            <para>The key value pairs added for the expected output.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.Previou">
            <summary>
            <para>
            <para>The previous step.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.WorkflowStepAutomationConfiguration_RunEnvironment">
            <summary>
            <para>
            <para>The source or target environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.WorkflowStepAutomationConfiguration_ScriptLocationS3Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket where the script is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.StepActionType">
            <summary>
            <para>
            <para>The action type of the step. You must run and update the status of a manual step for
            the workflow to continue after the completion of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.StepGroupId">
            <summary>
            <para>
            <para>The ID of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.StepTarget">
            <summary>
            <para>
            <para>The servers on which a step will be run.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.WorkflowStepAutomationConfiguration_TargetType">
            <summary>
            <para>
            <para>The servers on which to run the script.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.Command_Window">
            <summary>
            <para>
            <para>Command for Windows.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.ScriptLocationS3Key_Window">
            <summary>
            <para>
            <para>The script location for Windows.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepCmdlet.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.MigrationHubOrchestrator.Model.CreateWorkflowStepResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.CreateWorkflowStepResponse 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.MHO.NewMHOWorkflowStepCmdlet.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.MHO.NewMHOWorkflowStepGroupCmdlet">
            <summary>
            Create a step group in a migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepGroupCmdlet.Description">
            <summary>
            <para>
            <para>The description of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepGroupCmdlet.Name">
            <summary>
            <para>
            <para>The name of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepGroupCmdlet.Next">
            <summary>
            <para>
            <para>The next step group.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepGroupCmdlet.Previou">
            <summary>
            <para>
            <para>The previous step group.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepGroupCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow that will contain the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.NewMHOWorkflowStepGroupCmdlet.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.MigrationHubOrchestrator.Model.CreateWorkflowStepGroupResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.CreateWorkflowStepGroupResponse 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.MHO.NewMHOWorkflowStepGroupCmdlet.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.MHO.RemoveMHOResourceTagCmdlet">
            <summary>
            Deletes the tags for a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource from which you want to remove tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>One or more tag keys. Specify only the tag keys, not the tag values.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOResourceTagCmdlet.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.MigrationHubOrchestrator.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOResourceTagCmdlet.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.MHO.RemoveMHOTemplateCmdlet">
            <summary>
            Deletes a migration workflow template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOTemplateCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the request to delete a migration workflow template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOTemplateCmdlet.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.MigrationHubOrchestrator.Model.DeleteTemplateResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOTemplateCmdlet.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.MHO.RemoveMHOWorkflowCmdlet">
            <summary>
            Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator
            console to delete it.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the migration workflow you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowCmdlet.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.MigrationHubOrchestrator.Model.DeleteWorkflowResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.DeleteWorkflowResponse 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.MHO.RemoveMHOWorkflowCmdlet.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.MHO.RemoveMHOWorkflowStepCmdlet">
            <summary>
            Delete a step in a migration workflow. Pause the workflow to delete a running step.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowStepCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the step you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowStepCmdlet.StepGroupId">
            <summary>
            <para>
            <para>The ID of the step group that contains the step you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowStepCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowStepCmdlet.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.MigrationHubOrchestrator.Model.DeleteWorkflowStepResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowStepCmdlet.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.MHO.RemoveMHOWorkflowStepGroupCmdlet">
            <summary>
            Delete a step group in a migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowStepGroupCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the step group you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowStepGroupCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowStepGroupCmdlet.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.MigrationHubOrchestrator.Model.DeleteWorkflowStepGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.RemoveMHOWorkflowStepGroupCmdlet.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.MHO.StartMHOWorkflowCmdlet">
            <summary>
            Start a migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.StartMHOWorkflowCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.StartMHOWorkflowCmdlet.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.MigrationHubOrchestrator.Model.StartWorkflowResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.StartWorkflowResponse 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.MHO.StartMHOWorkflowCmdlet.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.MHO.StartMHOWorkflowStepCmdlet">
            <summary>
            Retry a failed step in a migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.StartMHOWorkflowStepCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.StartMHOWorkflowStepCmdlet.StepGroupId">
            <summary>
            <para>
            <para>The ID of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.StartMHOWorkflowStepCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.StartMHOWorkflowStepCmdlet.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.MigrationHubOrchestrator.Model.RetryWorkflowStepResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.RetryWorkflowStepResponse 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.MHO.StartMHOWorkflowStepCmdlet.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.MHO.StopMHOWorkflowCmdlet">
            <summary>
            Stop an ongoing migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.StopMHOWorkflowCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.StopMHOWorkflowCmdlet.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.MigrationHubOrchestrator.Model.StopWorkflowResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.StopWorkflowResponse 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.MHO.StopMHOWorkflowCmdlet.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.MHO.UpdateMHOTemplateCmdlet">
            <summary>
            Updates a migration workflow template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOTemplateCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the request to update a migration workflow template.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOTemplateCmdlet.TemplateDescription">
            <summary>
            <para>
            <para>The description of the migration workflow template to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOTemplateCmdlet.TemplateName">
            <summary>
            <para>
            <para>The name of the migration workflow template to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOTemplateCmdlet.ClientToken">
            <summary>
            <para>
            <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of
            the request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOTemplateCmdlet.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.MigrationHubOrchestrator.Model.UpdateTemplateResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.UpdateTemplateResponse 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.MHO.UpdateMHOTemplateCmdlet.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.MHO.UpdateMHOWorkflowCmdlet">
            <summary>
            Update a migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowCmdlet.Description">
            <summary>
            <para>
            <para>The description of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowCmdlet.InputParameter">
            <summary>
            <para>
            <para>The input parameters required to update a migration workflow.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowCmdlet.Name">
            <summary>
            <para>
            <para>The name of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowCmdlet.StepTarget">
            <summary>
            <para>
            <para>The servers on which a step will be run.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowCmdlet.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.MigrationHubOrchestrator.Model.UpdateWorkflowResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.UpdateWorkflowResponse 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.MHO.UpdateMHOWorkflowCmdlet.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.MHO.UpdateMHOWorkflowStepCmdlet">
            <summary>
            Update a step in a migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.Description">
            <summary>
            <para>
            <para>The description of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.Command_Linux">
            <summary>
            <para>
            <para>Command for Linux.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.ScriptLocationS3Key_Linux">
            <summary>
            <para>
            <para>The script location for Linux.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.Name">
            <summary>
            <para>
            <para>The name of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.Next">
            <summary>
            <para>
            <para>The next step.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.Output">
            <summary>
            <para>
            <para>The outputs of a step.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.Previou">
            <summary>
            <para>
            <para>The previous step.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.WorkflowStepAutomationConfiguration_RunEnvironment">
            <summary>
            <para>
            <para>The source or target environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.WorkflowStepAutomationConfiguration_ScriptLocationS3Bucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket where the script is located.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.Status">
            <summary>
            <para>
            <para>The status of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.StepActionType">
            <summary>
            <para>
            <para>The action type of the step. You must run and update the status of a manual step for
            the workflow to continue after the completion of the step.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.StepGroupId">
            <summary>
            <para>
            <para>The ID of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.StepTarget">
            <summary>
            <para>
            <para>The servers on which a step will be run.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.WorkflowStepAutomationConfiguration_TargetType">
            <summary>
            <para>
            <para>The servers on which to run the script.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.Command_Window">
            <summary>
            <para>
            <para>Command for Windows.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.ScriptLocationS3Key_Window">
            <summary>
            <para>
            <para>The script location for Windows.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepCmdlet.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.MigrationHubOrchestrator.Model.UpdateWorkflowStepResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.UpdateWorkflowStepResponse 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.MHO.UpdateMHOWorkflowStepCmdlet.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.MHO.UpdateMHOWorkflowStepGroupCmdlet">
            <summary>
            Update the step group in a migration workflow.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepGroupCmdlet.Description">
            <summary>
            <para>
            <para>The description of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepGroupCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepGroupCmdlet.Name">
            <summary>
            <para>
            <para>The name of the step group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepGroupCmdlet.Next">
            <summary>
            <para>
            <para>The next step group.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepGroupCmdlet.Previou">
            <summary>
            <para>
            <para>The previous step group.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepGroupCmdlet.WorkflowId">
            <summary>
            <para>
            <para>The ID of the migration workflow.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MHO.UpdateMHOWorkflowStepGroupCmdlet.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.MigrationHubOrchestrator.Model.UpdateWorkflowStepGroupResponse).
            Specifying the name of a property of type Amazon.MigrationHubOrchestrator.Model.UpdateWorkflowStepGroupResponse 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.MHO.UpdateMHOWorkflowStepGroupCmdlet.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>