AWS.Tools.MigrationHub.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.MigrationHub</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.MH.AddMHCreatedArtifactCmdlet">
            <summary>
            Associates a created artifact of an AWS cloud resource, the target receiving the migration,
            with the migration task performed by a migration tool. This API has the following
            traits:
             
             <ul><li><para>
            Migration tools can call the <code>AssociateCreatedArtifact</code> operation to indicate
            which AWS artifact is associated with a migration task.
            </para></li><li><para>
            The created artifact name must be provided in ARN (Amazon Resource Name) format which
            will contain information about type and region; for example: <code>arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b</code>.
            </para></li><li><para>
            Examples of the AWS resource behind the created artifact are, AMI's, EC2 instance,
            or DMS endpoint, etc.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHCreatedArtifactCmdlet.CreatedArtifact">
            <summary>
            <para>
            <para>An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS
            instance, etc.) </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHCreatedArtifactCmdlet.DryRun">
            <summary>
            <para>
            <para>Optional boolean flag to indicate whether any effect should take place. Used to test
            if the caller has permission to make the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHCreatedArtifactCmdlet.MigrationTaskName">
            <summary>
            <para>
            <para>Unique identifier that references the migration task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHCreatedArtifactCmdlet.ProgressUpdateStream">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHCreatedArtifactCmdlet.PassThru">
            <summary>
            Returns the value passed to the CreatedArtifact parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHCreatedArtifactCmdlet.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.MH.AddMHDiscoveredResourceCmdlet">
            <summary>
            Associates a discovered resource ID from Application Discovery Service (ADS) with
            a migration task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHDiscoveredResourceCmdlet.DiscoveredResource">
            <summary>
            <para>
            <para>Object representing a Resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHDiscoveredResourceCmdlet.DryRun">
            <summary>
            <para>
            <para>Optional boolean flag to indicate whether any effect should take place. Used to test
            if the caller has permission to make the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHDiscoveredResourceCmdlet.MigrationTaskName">
            <summary>
            <para>
            <para>The identifier given to the MigrationTask.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHDiscoveredResourceCmdlet.ProgressUpdateStream">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHDiscoveredResourceCmdlet.PassThru">
            <summary>
            Returns the value passed to the DiscoveredResource parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.AddMHDiscoveredResourceCmdlet.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.MH.GetMHApplicationStateCmdlet">
            <summary>
            Gets the migration status of an application.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHApplicationStateCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The configurationId in ADS that uniquely identifies the grouped application.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MH.GetMHCreatedArtifactListCmdlet">
            <summary>
            Lists the created artifacts attached to a given migration task in an update stream.
            This API has the following traits:
             
             <ul><li><para>
            Gets the list of the created artifacts while migration is taking place.
            </para></li><li><para>
            Shows the artifacts created by the migration tool that was associated by the <code>AssociateCreatedArtifact</code>
            API.
            </para></li><li><para>
            Lists created artifacts in a paginated interface.
            </para></li></ul><br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHCreatedArtifactListCmdlet.MigrationTaskName">
            <summary>
            <para>
            <para>Unique identifier that references the migration task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHCreatedArtifactListCmdlet.ProgressUpdateStream">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHCreatedArtifactListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to be returned per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHCreatedArtifactListCmdlet.NextToken">
            <summary>
            <para>
            <para>If a <code>NextToken</code> was returned by a previous call, there are more results
            available. To retrieve the next page of results, make the call again using the returned
            token in <code>NextToken</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MH.GetMHDiscoveredResourceListCmdlet">
            <summary>
            Lists discovered resources associated with the given <code>MigrationTask</code>.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHDiscoveredResourceListCmdlet.MigrationTaskName">
            <summary>
            <para>
            <para>The name of the MigrationTask.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHDiscoveredResourceListCmdlet.ProgressUpdateStream">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHDiscoveredResourceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results returned per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHDiscoveredResourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>If a <code>NextToken</code> was returned by a previous call, there are more results
            available. To retrieve the next page of results, make the call again using the returned
            token in <code>NextToken</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MH.GetMHMigrationTaskCmdlet">
            <summary>
            Retrieves a list of all attributes associated with a specific migration task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHMigrationTaskCmdlet.MigrationTaskName">
            <summary>
            <para>
            <para>The identifier given to the MigrationTask.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHMigrationTaskCmdlet.ProgressUpdateStream">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream. </para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MH.GetMHMigrationTaskListCmdlet">
            <summary>
            Lists all, or filtered by resource name, migration tasks associated with the user
            account making this call. This API has the following traits:
             
             <ul><li><para>
            Can show a summary list of the most recent migration tasks.
            </para></li><li><para>
            Can show a summary list of migration tasks associated with a given discovered resource.
            </para></li><li><para>
            Lists migration tasks in a paginated interface.
            </para></li></ul><br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHMigrationTaskListCmdlet.ResourceName">
            <summary>
            <para>
            <para>Filter migration tasks by discovered resource name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHMigrationTaskListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Value to specify how many results are returned per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHMigrationTaskListCmdlet.NextToken">
            <summary>
            <para>
            <para>If a <code>NextToken</code> was returned by a previous call, there are more results
            available. To retrieve the next page of results, make the call again using the returned
            token in <code>NextToken</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MH.GetMHProgressUpdateStreamCmdlet">
            <summary>
            Lists progress update streams associated with the user account making this call.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHProgressUpdateStreamCmdlet.MaxResult">
            <summary>
            <para>
            <para>Filter to limit the maximum number of results to list per page.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.GetMHProgressUpdateStreamCmdlet.NextToken">
            <summary>
            <para>
            <para>If a <code>NextToken</code> was returned by a previous call, there are more results
            available. To retrieve the next page of results, make the call again using the returned
            token in <code>NextToken</code>.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MH.ImportMHMigrationTaskCmdlet">
            <summary>
            Registers a new migration task which represents a server, database, etc., being migrated
            to AWS by a migration tool.
             
              
            <para>
            This API is a prerequisite to calling the <code>NotifyMigrationTaskState</code> API
            as the migration tool must first register the migration task with Migration Hub.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.ImportMHMigrationTaskCmdlet.DryRun">
            <summary>
            <para>
            <para>Optional boolean flag to indicate whether any effect should take place. Used to test
            if the caller has permission to make the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.ImportMHMigrationTaskCmdlet.MigrationTaskName">
            <summary>
            <para>
            <para>Unique identifier that references the migration task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.ImportMHMigrationTaskCmdlet.ProgressUpdateStream">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.ImportMHMigrationTaskCmdlet.PassThru">
            <summary>
            Returns the value passed to the MigrationTaskName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.ImportMHMigrationTaskCmdlet.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.MH.NewMHProgressUpdateStreamCmdlet">
            <summary>
            Creates a progress update stream which is an AWS resource used for access control
            as well as a namespace for migration task names that is implicitly linked to your
            AWS account. It must uniquely identify the migration tool as it is used for all updates
            made by the tool; however, it does not need to be unique for each AWS account because
            it is scoped to the AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.NewMHProgressUpdateStreamCmdlet.DryRun">
            <summary>
            <para>
            <para>Optional boolean flag to indicate whether any effect should take place. Used to test
            if the caller has permission to make the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.NewMHProgressUpdateStreamCmdlet.ProgressUpdateStreamName">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.NewMHProgressUpdateStreamCmdlet.PassThru">
            <summary>
            Returns the value passed to the ProgressUpdateStreamName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.NewMHProgressUpdateStreamCmdlet.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.MH.RemoveMHCreatedArtifactCmdlet">
            <summary>
            Disassociates a created artifact of an AWS resource with a migration task performed
            by a migration tool that was previously associated. This API has the following traits:
             
             <ul><li><para>
            A migration user can call the <code>DisassociateCreatedArtifacts</code> operation
            to disassociate a created AWS Artifact from a migration task.
            </para></li><li><para>
            The created artifact name must be provided in ARN (Amazon Resource Name) format which
            will contain information about type and region; for example: <code>arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b</code>.
            </para></li><li><para>
            Examples of the AWS resource behind the created artifact are, AMI's, EC2 instance,
            or RDS instance, etc.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHCreatedArtifactCmdlet.CreatedArtifactName">
            <summary>
            <para>
            <para>An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS
            instance, etc.)</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHCreatedArtifactCmdlet.DryRun">
            <summary>
            <para>
            <para>Optional boolean flag to indicate whether any effect should take place. Used to test
            if the caller has permission to make the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHCreatedArtifactCmdlet.MigrationTaskName">
            <summary>
            <para>
            <para>Unique identifier that references the migration task to be disassociated with the
            artifact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHCreatedArtifactCmdlet.ProgressUpdateStream">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHCreatedArtifactCmdlet.PassThru">
            <summary>
            Returns the value passed to the CreatedArtifactName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHCreatedArtifactCmdlet.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.MH.RemoveMHDiscoveredResourceCmdlet">
            <summary>
            Disassociate an Application Discovery Service (ADS) discovered resource from a migration
            task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHDiscoveredResourceCmdlet.ConfigurationId">
            <summary>
            <para>
            <para>ConfigurationId of the ADS resource to be disassociated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHDiscoveredResourceCmdlet.DryRun">
            <summary>
            <para>
            <para>Optional boolean flag to indicate whether any effect should take place. Used to test
            if the caller has permission to make the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHDiscoveredResourceCmdlet.MigrationTaskName">
            <summary>
            <para>
            <para>The identifier given to the MigrationTask.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHDiscoveredResourceCmdlet.ProgressUpdateStream">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHDiscoveredResourceCmdlet.PassThru">
            <summary>
            Returns the value passed to the ConfigurationId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHDiscoveredResourceCmdlet.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.MH.RemoveMHProgressUpdateStreamCmdlet">
            <summary>
            Deletes a progress update stream, including all of its tasks, which was previously
            created as an AWS resource used for access control. This API has the following traits:
             
             <ul><li><para>
            The only parameter needed for <code>DeleteProgressUpdateStream</code> is the stream
            name (same as a <code>CreateProgressUpdateStream</code> call).
            </para></li><li><para>
            The call will return, and a background process will asynchronously delete the stream
            and all of its resources (tasks, associated resources, resource attributes, created
            artifacts).
            </para></li><li><para>
            If the stream takes time to be deleted, it might still show up on a <code>ListProgressUpdateStreams</code>
            call.
            </para></li><li><para><code>CreateProgressUpdateStream</code>, <code>ImportMigrationTask</code>, <code>NotifyMigrationTaskState</code>,
            and all Associate[*] APIs realted to the tasks belonging to the stream will throw
            "InvalidInputException" if the stream of the same name is in the process of being
            deleted.
            </para></li><li><para>
            Once the stream and all of its resources are deleted, <code>CreateProgressUpdateStream</code>
            for a stream of the same name will succeed, and that stream will be an entirely new
            logical resource (without any resources associated with the old stream).
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHProgressUpdateStreamCmdlet.DryRun">
            <summary>
            <para>
            <para>Optional boolean flag to indicate whether any effect should take place. Used to test
            if the caller has permission to make the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHProgressUpdateStreamCmdlet.ProgressUpdateStreamName">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHProgressUpdateStreamCmdlet.PassThru">
            <summary>
            Returns the value passed to the ProgressUpdateStreamName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.RemoveMHProgressUpdateStreamCmdlet.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.MH.SendMHApplicationStateNotificationCmdlet">
            <summary>
            Sets the migration state of an application. For a given application identified by
            the value passed to <code>ApplicationId</code>, its status is set or updated by passing
            one of three values to <code>Status</code>: <code>NOT_STARTED | IN_PROGRESS | COMPLETED</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHApplicationStateNotificationCmdlet.ApplicationId">
            <summary>
            <para>
            <para>The configurationId in ADS that uniquely identifies the grouped application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHApplicationStateNotificationCmdlet.DryRun">
            <summary>
            <para>
            <para>Optional boolean flag to indicate whether any effect should take place. Used to test
            if the caller has permission to make the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHApplicationStateNotificationCmdlet.Status">
            <summary>
            <para>
            <para>Status of the application - Not Started, In-Progress, Complete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHApplicationStateNotificationCmdlet.PassThru">
            <summary>
            Returns the value passed to the ApplicationId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHApplicationStateNotificationCmdlet.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.MH.SendMHMigrationTaskStateNotificationCmdlet">
            <summary>
            Notifies Migration Hub of the current status, progress, or other detail regarding
            a migration task. This API has the following traits:
             
             <ul><li><para>
            Migration tools will call the <code>NotifyMigrationTaskState</code> API to share the
            latest progress and status.
            </para></li><li><para><code>MigrationTaskName</code> is used for addressing updates to the correct target.
            </para></li><li><para><code>ProgressUpdateStream</code> is used for access control and to provide a namespace
            for each migration tool.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHMigrationTaskStateNotificationCmdlet.DryRun">
            <summary>
            <para>
            <para>Optional boolean flag to indicate whether any effect should take place. Used to test
            if the caller has permission to make the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHMigrationTaskStateNotificationCmdlet.MigrationTaskName">
            <summary>
            <para>
            <para>Unique identifier that references the migration task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHMigrationTaskStateNotificationCmdlet.NextUpdateSecond">
            <summary>
            <para>
            <para>Number of seconds after the UpdateDateTime within which the Migration Hub can expect
            an update. If Migration Hub does not receive an update within the specified interval,
            then the migration task will be considered stale.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHMigrationTaskStateNotificationCmdlet.ProgressUpdateStream">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHMigrationTaskStateNotificationCmdlet.Task">
            <summary>
            <para>
            <para>Information about the task's progress and status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHMigrationTaskStateNotificationCmdlet.UpdateDateTime">
            <summary>
            <para>
            <para>The timestamp when the task was gathered.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHMigrationTaskStateNotificationCmdlet.PassThru">
            <summary>
            Returns the value passed to the Task parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SendMHMigrationTaskStateNotificationCmdlet.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.MH.SetMHResourceAttributeCmdlet">
            <summary>
            Provides identifying details of the resource being migrated so that it can be associated
            in the Application Discovery Service (ADS)'s repository. This association occurs asynchronously
            after <code>PutResourceAttributes</code> returns.
             
             <important><ul><li><para>
            Keep in mind that subsequent calls to PutResourceAttributes will override previously
            stored attributes. For example, if it is first called with a MAC address, but later,
            it is desired to <i>add</i> an IP address, it will then be required to call it with
            <i>both</i> the IP and MAC addresses to prevent overiding the MAC address.
            </para></li><li><para>
            Note the instructions regarding the special use case of the <a href="https://docs.aws.amazon.com/migrationhub/latest/ug/API_PutResourceAttributes.html#migrationhub-PutResourceAttributes-request-ResourceAttributeList"><code>ResourceAttributeList</code></a> parameter when specifying any "VM" related
            value.
            </para></li></ul></important><note><para>
            Because this is an asynchronous call, it will always return 200, whether an association
            occurs or not. To confirm if an association was found based on the provided details,
            call <code>ListDiscoveredResources</code>.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SetMHResourceAttributeCmdlet.DryRun">
            <summary>
            <para>
            <para>Optional boolean flag to indicate whether any effect should take place. Used to test
            if the caller has permission to make the call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SetMHResourceAttributeCmdlet.MigrationTaskName">
            <summary>
            <para>
            <para>Unique identifier that references the migration task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SetMHResourceAttributeCmdlet.ProgressUpdateStream">
            <summary>
            <para>
            <para>The name of the ProgressUpdateStream. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SetMHResourceAttributeCmdlet.ResourceAttributeList">
            <summary>
            <para>
            <para>Information about the resource that is being migrated. This data will be used to map
            the task to a resource in the Application Discovery Service (ADS)'s repository.</para><note><para>Takes the object array of <code>ResourceAttribute</code> where the <code>Type</code>
            field is reserved for the following values: <code>IPV4_ADDRESS | IPV6_ADDRESS | MAC_ADDRESS
            | FQDN | VM_MANAGER_ID | VM_MANAGED_OBJECT_REFERENCE | VM_NAME | VM_PATH | BIOS_ID
            | MOTHERBOARD_SERIAL_NUMBER</code> where the identifying value can be a string up
            to 256 characters.</para></note><important><ul><li><para>If any "VM" related value is set for a <code>ResourceAttribute</code> object, it is
            required that <code>VM_MANAGER_ID</code>, as a minimum, is always set. If <code>VM_MANAGER_ID</code>
            is not set, then all "VM" fields will be discarded and "VM" fields will not be used
            for matching the migration task to a server in Application Discovery Service (ADS)'s
            repository. See the <a href="https://docs.aws.amazon.com/migrationhub/latest/ug/API_PutResourceAttributes.html#API_PutResourceAttributes_Examples">Example</a>
            section below for a use case of specifying "VM" related values.</para></li><li><para> If a server you are trying to match has multiple IP or MAC addresses, you should
            provide as many as you know in separate type/value pairs passed to the <code>ResourceAttributeList</code>
            parameter to maximize the chances of matching.</para></li></ul></important>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SetMHResourceAttributeCmdlet.PassThru">
            <summary>
            Returns the value passed to the MigrationTaskName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MH.SetMHResourceAttributeCmdlet.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>