AWS.Tools.MainframeModernization.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.MainframeModernization</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.AddAMMResourceTagCmdlet">
            <summary>
            Adds one or more tags to the specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.AddAMMResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.AddAMMResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to add to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.AddAMMResourceTagCmdlet.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.MainframeModernization.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.AddAMMResourceTagCmdlet.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.AMM.AddAMMResourceTagCmdlet.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.AMM.GetAMMApplicationCmdlet">
            <summary>
            Describes the details of a specific application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The identifier of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationCmdlet.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.MainframeModernization.Model.GetApplicationResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.GetApplicationResponse 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.AMM.GetAMMApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationListCmdlet">
            <summary>
            Lists the applications associated with a specific Amazon Web Services account. You
            can provide the unique identifier of a specific environment in a query parameter to
            see all applications associated with that environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationListCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The unique identifier of the runtime environment where the applications are deployed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationListCmdlet.Name">
            <summary>
            <para>
            <para>The names of the applications.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of applications to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token to control the number of applications displayed in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Applications'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.ListApplicationsResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.ListApplicationsResponse 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.AMM.GetAMMApplicationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnvironmentId parameter.
            The -PassThru parameter is deprecated, use -Select '^EnvironmentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationVersionCmdlet">
            <summary>
            Returns details about a specific version of a specific application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationVersionCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationVersionCmdlet.ApplicationVersion">
            <summary>
            <para>
            <para>The specific version of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationVersionCmdlet.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.MainframeModernization.Model.GetApplicationVersionResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.GetApplicationVersionResponse 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.AMM.GetAMMApplicationVersionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationVersionListCmdlet">
            <summary>
            Returns a list of the application versions for a specific application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationVersionListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationVersionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of application versions to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationVersionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token returned from a previous call to this operation. This specifies
            the next item to return. To return to the beginning of the list, exclude this parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMApplicationVersionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationVersions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.ListApplicationVersionsResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.ListApplicationVersionsResponse 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.AMM.GetAMMApplicationVersionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobDefinitionListCmdlet">
            <summary>
            Lists all the available batch job definitions based on the batch job resources uploaded
            during the application creation. The listed batch job definitions can then be used
            to start a batch job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobDefinitionListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The identifier of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobDefinitionListCmdlet.Prefix">
            <summary>
            <para>
            <para>If the batch job definition is a FileBatchJobDefinition, the prefix allows you to
            search on the file names of FileBatchJobDefinitions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of batch job definitions to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token returned from a previous call to this operation. This specifies
            the next item to return. To return to the beginning of the list, exclude this parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobDefinitionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BatchJobDefinitions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.ListBatchJobDefinitionsResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.ListBatchJobDefinitionsResponse 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.AMM.GetAMMBatchJobDefinitionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionCmdlet">
            <summary>
            Gets the details of a specific batch job execution for a specific application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The identifier of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionCmdlet.ExecutionId">
            <summary>
            <para>
            <para>The unique identifier of the batch job execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionCmdlet.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.MainframeModernization.Model.GetBatchJobExecutionResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.GetBatchJobExecutionResponse 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.AMM.GetAMMBatchJobExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExecutionId parameter.
            The -PassThru parameter is deprecated, use -Select '^ExecutionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionListCmdlet">
            <summary>
            Lists historical, current, and scheduled batch job executions for a specific application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionListCmdlet.ExecutionId">
            <summary>
            <para>
            <para>The unique identifier of each batch job execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionListCmdlet.JobName">
            <summary>
            <para>
            <para>The name of each batch job execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionListCmdlet.StartedAfter">
            <summary>
            <para>
            <para>The time after which the batch job executions started.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionListCmdlet.StartedBefore">
            <summary>
            <para>
            <para>The time before the batch job executions started.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionListCmdlet.Status">
            <summary>
            <para>
            <para>The status of the batch job executions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of batch job executions to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token to control the number of batch job executions displayed in the
            list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMBatchJobExecutionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BatchJobExecutions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.ListBatchJobExecutionsResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.ListBatchJobExecutionsResponse 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.AMM.GetAMMBatchJobExecutionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetDetailCmdlet">
            <summary>
            Gets the details of a specific data set.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetDetailCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application that this data set is associated with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetDetailCmdlet.DataSetName">
            <summary>
            <para>
            <para>The name of the data set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetDetailCmdlet.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.MainframeModernization.Model.GetDataSetDetailsResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.GetDataSetDetailsResponse 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.AMM.GetAMMDataSetDetailCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DataSetName parameter.
            The -PassThru parameter is deprecated, use -Select '^DataSetName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetImportHistoryListCmdlet">
            <summary>
            Lists the data set imports for the specified application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetImportHistoryListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetImportHistoryListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of objects to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetImportHistoryListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token returned from a previous call to this operation. This specifies
            the next item to return. To return to the beginning of the list, exclude this parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetImportHistoryListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataSetImportTasks'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.ListDataSetImportHistoryResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.ListDataSetImportHistoryResponse 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.AMM.GetAMMDataSetImportHistoryListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetImportTaskCmdlet">
            <summary>
            Gets the status of a data set import task initiated with the <a>CreateDataSetImportTask</a>
            operation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetImportTaskCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The application identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetImportTaskCmdlet.TaskId">
            <summary>
            <para>
            <para>The task identifier returned by the <a>CreateDataSetImportTask</a> operation. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetImportTaskCmdlet.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.MainframeModernization.Model.GetDataSetImportTaskResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.GetDataSetImportTaskResponse 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.AMM.GetAMMDataSetImportTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TaskId parameter.
            The -PassThru parameter is deprecated, use -Select '^TaskId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetListCmdlet">
            <summary>
            Lists the data sets imported for a specific application. In Amazon Web Services Mainframe
            Modernization, data sets are associated with applications deployed on environments.
            This is known as importing data sets. Currently, Amazon Web Services Mainframe Modernization
            can import data sets into catalogs using <a href="https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateDataSetImportTask.html">CreateDataSetImportTask</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application for which you want to list the associated
            data sets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetListCmdlet.Prefix">
            <summary>
            <para>
            <para>The prefix of the data set name, which you can use to filter the list of data sets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of objects to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token returned from a previous call to this operation. This specifies
            the next item to return. To return to the beginning of the list, exclude this parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDataSetListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DataSets'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.ListDataSetsResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.ListDataSetsResponse 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.AMM.GetAMMDataSetListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMDeploymentCmdlet">
            <summary>
            Gets details of a specific deployment with a given deployment identifier.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDeploymentCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDeploymentCmdlet.DeploymentId">
            <summary>
            <para>
            <para>The unique identifier for the deployment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDeploymentCmdlet.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.MainframeModernization.Model.GetDeploymentResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.GetDeploymentResponse 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.AMM.GetAMMDeploymentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeploymentId parameter.
            The -PassThru parameter is deprecated, use -Select '^DeploymentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMDeploymentListCmdlet">
            <summary>
            Returns a list of all deployments of a specific application. A deployment is a combination
            of a specific application and a specific version of that application. Each deployment
            is mapped to a particular application version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDeploymentListCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The application identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDeploymentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of objects to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDeploymentListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token returned from a previous call to this operation. This specifies
            the next item to return. To return to the beginning of the list, exclude this parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMDeploymentListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Deployments'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.ListDeploymentsResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.ListDeploymentsResponse 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.AMM.GetAMMDeploymentListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMEngineVersionListCmdlet">
            <summary>
            Lists the available engine versions.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEngineVersionListCmdlet.EngineType">
            <summary>
            <para>
            <para>The type of target platform.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEngineVersionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of objects to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEngineVersionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token returned from a previous call to this operation. This specifies
            the next item to return. To return to the beginning of the list, exclude this parameter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEngineVersionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EngineVersions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.ListEngineVersionsResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.ListEngineVersionsResponse 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.AMM.GetAMMEngineVersionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EngineType parameter.
            The -PassThru parameter is deprecated, use -Select '^EngineType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMEnvironmentCmdlet">
            <summary>
            Describes a specific runtime environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEnvironmentCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The unique identifier of the runtime environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEnvironmentCmdlet.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.MainframeModernization.Model.GetEnvironmentResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.GetEnvironmentResponse 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.AMM.GetAMMEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnvironmentId parameter.
            The -PassThru parameter is deprecated, use -Select '^EnvironmentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMEnvironmentListCmdlet">
            <summary>
            Lists the runtime environments.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEnvironmentListCmdlet.EngineType">
            <summary>
            <para>
            <para>The engine type for the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEnvironmentListCmdlet.Name">
            <summary>
            <para>
            <para>The name of the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEnvironmentListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of environments to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEnvironmentListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token to control the number of environments displayed in the list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMEnvironmentListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Environments'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.ListEnvironmentsResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.ListEnvironmentsResponse 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.AMM.GetAMMEnvironmentListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EngineType parameter.
            The -PassThru parameter is deprecated, use -Select '^EngineType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMM.GetAMMResourceTagCmdlet">
            <summary>
            Lists the tags for the specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.GetAMMResourceTagCmdlet.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.MainframeModernization.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.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.AMM.GetAMMResourceTagCmdlet.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.AMM.NewAMMApplicationCmdlet">
            <summary>
            Creates a new application with given parameters. Requires an existing environment
            and application definition file.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMApplicationCmdlet.Definition_Content">
            <summary>
            <para>
            <para>The content of the application definition. This is a JSON object that contains the
            resource configuration/definitions that identify an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMApplicationCmdlet.Description">
            <summary>
            <para>
            <para>The description of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMApplicationCmdlet.EngineType">
            <summary>
            <para>
            <para>The type of the target platform for this application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMApplicationCmdlet.Name">
            <summary>
            <para>
            <para>The unique identifier of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMApplicationCmdlet.Definition_S3Location">
            <summary>
            <para>
            <para>The S3 bucket that contains the application definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMApplicationCmdlet.Tag">
            <summary>
            <para>
            <para>A list of tags to apply to the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMApplicationCmdlet.ClientToken">
            <summary>
            <para>
            <para>Unique, case-sensitive identifier the service generates to ensure the idempotency
            of the request to create an application. The service generates the clientToken when
            the API call is triggered. The token expires after one hour, so if you retry the API
            within this timeframe with the same clientToken, you will get the same response. The
            service also handles deleting the clientToken after it expires. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMApplicationCmdlet.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.MainframeModernization.Model.CreateApplicationResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.CreateApplicationResponse 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.AMM.NewAMMApplicationCmdlet.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.AMM.NewAMMApplicationCmdlet.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.AMM.NewAMMDataSetImportTaskCmdlet">
            <summary>
            Starts a data set import task for a specific application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDataSetImportTaskCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application for which you want to import data sets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDataSetImportTaskCmdlet.ImportConfig_DataSet">
            <summary>
            <para>
            <para>The data sets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDataSetImportTaskCmdlet.ImportConfig_S3Location">
            <summary>
            <para>
            <para>The Amazon S3 location of the data sets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDataSetImportTaskCmdlet.ClientToken">
            <summary>
            <para>
            <para> Unique, case-sensitive identifier you provide to ensure the idempotency of the request
            to create a data set import. The service generates the clientToken when the API call
            is triggered. The token expires after one hour, so if you retry the API within this
            timeframe with the same clientToken, you will get the same response. The service also
            handles deleting the clientToken after it expires. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDataSetImportTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TaskId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.CreateDataSetImportTaskResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.CreateDataSetImportTaskResponse 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.AMM.NewAMMDataSetImportTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDataSetImportTaskCmdlet.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.AMM.NewAMMDeploymentCmdlet">
            <summary>
            Creates and starts a deployment to deploy an application into an environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDeploymentCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The application identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDeploymentCmdlet.ApplicationVersion">
            <summary>
            <para>
            <para>The version of the application to deploy.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDeploymentCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The identifier of the environment where this application will be deployed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDeploymentCmdlet.ClientToken">
            <summary>
            <para>
            <para>Unique, case-sensitive identifier you provide to ensure the idempotency of the request
            to create a deployment. The service generates the clientToken when the API call is
            triggered. The token expires after one hour, so if you retry the API within this timeframe
            with the same clientToken, you will get the same response. The service also handles
            deleting the clientToken after it expires. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDeploymentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DeploymentId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.CreateDeploymentResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.CreateDeploymentResponse 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.AMM.NewAMMDeploymentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMDeploymentCmdlet.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.AMM.NewAMMEnvironmentCmdlet">
            <summary>
            Creates a runtime environment for a given runtime engine.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.Description">
            <summary>
            <para>
            <para>The description of the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.HighAvailabilityConfig_DesiredCapacity">
            <summary>
            <para>
            <para>The number of instances in a high availability configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.EngineType">
            <summary>
            <para>
            <para>The engine type for the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.EngineVersion">
            <summary>
            <para>
            <para>The version of the engine type for the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.InstanceType">
            <summary>
            <para>
            <para>The type of instance for the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.Name">
            <summary>
            <para>
            <para>The unique identifier of the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.PreferredMaintenanceWindow">
            <summary>
            <para>
            <para>Configures a desired maintenance window for the environment. If you do not provide
            a value, a random system-generated value will be assigned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.PubliclyAccessible">
            <summary>
            <para>
            <para>Specifies whether the environment is publicly accessible.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.SecurityGroupId">
            <summary>
            <para>
            <para>The list of security groups for the VPC associated with this environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.StorageConfiguration">
            <summary>
            <para>
            <para>Optional. The storage configurations for this environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.SubnetId">
            <summary>
            <para>
            <para>The list of subnets associated with the VPC for this environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.Tag">
            <summary>
            <para>
            <para>The tags for the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.ClientToken">
            <summary>
            <para>
            <para>Unique, case-sensitive identifier you provide to ensure the idempotency of the request
            to create an environment. The service generates the clientToken when the API call
            is triggered. The token expires after one hour, so if you retry the API within this
            timeframe with the same clientToken, you will get the same response. The service also
            handles deleting the clientToken after it expires. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EnvironmentId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.CreateEnvironmentResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.CreateEnvironmentResponse 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.AMM.NewAMMEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EngineType parameter.
            The -PassThru parameter is deprecated, use -Select '^EngineType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.NewAMMEnvironmentCmdlet.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.AMM.RemoveAMMApplicationCmdlet">
            <summary>
            Deletes a specific application. You cannot delete a running application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMApplicationCmdlet.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.MainframeModernization.Model.DeleteApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMApplicationCmdlet.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.AMM.RemoveAMMApplicationFromEnvironmentCmdlet">
            <summary>
            Deletes a specific application from a specified environment where it has been previously
            deployed. You cannot delete an environment using DeleteEnvironment, if any application
            has ever been deployed to it. This API removes the association of the application
            with the environment so you can delete the environment smoothly.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMApplicationFromEnvironmentCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMApplicationFromEnvironmentCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The unique identifier of the runtime environment where the application was previously
            deployed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMApplicationFromEnvironmentCmdlet.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.MainframeModernization.Model.DeleteApplicationFromEnvironmentResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMApplicationFromEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMApplicationFromEnvironmentCmdlet.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.AMM.RemoveAMMEnvironmentCmdlet">
            <summary>
            Deletes a specific environment. The environment cannot contain deployed applications.
            If it does, you must delete those applications before you delete the environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMEnvironmentCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The unique identifier of the runtime environment you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMEnvironmentCmdlet.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.MainframeModernization.Model.DeleteEnvironmentResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnvironmentId parameter.
            The -PassThru parameter is deprecated, use -Select '^EnvironmentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMEnvironmentCmdlet.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.AMM.RemoveAMMResourceTagCmdlet">
            <summary>
            Removes one or more tags from the specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The keys of the tags to remove.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMResourceTagCmdlet.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.MainframeModernization.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.RemoveAMMResourceTagCmdlet.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.AMM.RemoveAMMResourceTagCmdlet.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.AMM.StartAMMApplicationCmdlet">
            <summary>
            Starts an application that is currently stopped.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application you want to start.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMApplicationCmdlet.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.MainframeModernization.Model.StartApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMApplicationCmdlet.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.AMM.StartAMMBatchJobCmdlet">
            <summary>
            Starts a batch job and returns the unique identifier of this execution of the batch
            job. The associated application must be running in order to start the batch job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMBatchJobCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application associated with this batch job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMBatchJobCmdlet.FileBatchJobIdentifier_FileName">
            <summary>
            <para>
            <para>The file name for the batch job identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMBatchJobCmdlet.FileBatchJobIdentifier_FolderPath">
            <summary>
            <para>
            <para>The relative path to the file name for the batch job identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMBatchJobCmdlet.JobParam">
            <summary>
            <para>
            <para>The collection of batch job parameters. For details about limits for keys and values,
            see <a href="https://www.ibm.com/docs/en/workload-automation/9.3.0?topic=zos-coding-variables-in-jcl">Coding
            variables in JCL</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMBatchJobCmdlet.ScriptBatchJobIdentifier_ScriptName">
            <summary>
            <para>
            <para>The name of the script containing the batch job definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMBatchJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ExecutionId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.StartBatchJobResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.StartBatchJobResponse 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.AMM.StartAMMBatchJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StartAMMBatchJobCmdlet.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.AMM.StopAMMApplicationCmdlet">
            <summary>
            Stops a running application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StopAMMApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application you want to stop.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StopAMMApplicationCmdlet.ForceStop">
            <summary>
            <para>
            <para>Stopping an application process can take a long time. Setting this parameter to true
            lets you force stop the application so you don't need to wait until the process finishes
            to apply another action on the application. The default value is false.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StopAMMApplicationCmdlet.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.MainframeModernization.Model.StopApplicationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StopAMMApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StopAMMApplicationCmdlet.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.AMM.StopAMMBatchJobExecutionCmdlet">
            <summary>
            Cancels the running of a specific batch job execution.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StopAMMBatchJobExecutionCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StopAMMBatchJobExecutionCmdlet.ExecutionId">
            <summary>
            <para>
            <para>The unique identifier of the batch job execution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StopAMMBatchJobExecutionCmdlet.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.MainframeModernization.Model.CancelBatchJobExecutionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StopAMMBatchJobExecutionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExecutionId parameter.
            The -PassThru parameter is deprecated, use -Select '^ExecutionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.StopAMMBatchJobExecutionCmdlet.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.AMM.UpdateAMMApplicationCmdlet">
            <summary>
            Updates an application and creates a new version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMApplicationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The unique identifier of the application you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMApplicationCmdlet.Definition_Content">
            <summary>
            <para>
            <para>The content of the application definition. This is a JSON object that contains the
            resource configuration/definitions that identify an application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMApplicationCmdlet.CurrentApplicationVersion">
            <summary>
            <para>
            <para>The current version of the application to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMApplicationCmdlet.Description">
            <summary>
            <para>
            <para>The description of the application to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMApplicationCmdlet.Definition_S3Location">
            <summary>
            <para>
            <para>The S3 bucket that contains the application definition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMApplicationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ApplicationVersion'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.UpdateApplicationResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.UpdateApplicationResponse 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.AMM.UpdateAMMApplicationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ApplicationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ApplicationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMApplicationCmdlet.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.AMM.UpdateAMMEnvironmentCmdlet">
            <summary>
            Updates the configuration details for a specific environment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMEnvironmentCmdlet.ApplyDuringMaintenanceWindow">
            <summary>
            <para>
            <para>Indicates whether to update the environment during the maintenance window. The default
            is false. Currently, Amazon Web Services Mainframe Modernization accepts the <code>engineVersion</code>
            parameter only if <code>applyDuringMaintenanceWindow</code> is true. If any parameter
            other than <code>engineVersion</code> is provided in <code>UpdateEnvironmentRequest</code>,
            it will fail if <code>applyDuringMaintenanceWindow</code> is set to true.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMEnvironmentCmdlet.DesiredCapacity">
            <summary>
            <para>
            <para>The desired capacity for the environment to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMEnvironmentCmdlet.EngineVersion">
            <summary>
            <para>
            <para>The version of the runtime engine for the environment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMEnvironmentCmdlet.EnvironmentId">
            <summary>
            <para>
            <para>The unique identifier of the runtime environment that you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMEnvironmentCmdlet.InstanceType">
            <summary>
            <para>
            <para>The instance type for the environment to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMEnvironmentCmdlet.PreferredMaintenanceWindow">
            <summary>
            <para>
            <para>Configures a desired maintenance window for the environment. If you do not provide
            a value, a random system-generated value will be assigned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMEnvironmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EnvironmentId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MainframeModernization.Model.UpdateEnvironmentResponse).
            Specifying the name of a property of type Amazon.MainframeModernization.Model.UpdateEnvironmentResponse 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.AMM.UpdateAMMEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnvironmentId parameter.
            The -PassThru parameter is deprecated, use -Select '^EnvironmentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMM.UpdateAMMEnvironmentCmdlet.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>