'2.0', 'service' => '
The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub.
Remember that you must set your AWS Migration Hub home region before you call any of these APIs, or a HomeRegionNotSetException
error will be returned. Also, you must make the API calls while in your home region.
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:
Migration tools can call the AssociateCreatedArtifact
operation to indicate which AWS artifact is associated with a migration task.
The created artifact name must be provided in ARN (Amazon Resource Name) format which will contain information about type and region; for example: arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b
.
Examples of the AWS resource behind the created artifact are, AMI\'s, EC2 instance, or DMS endpoint, etc.
Associates a discovered resource ID from Application Discovery Service with a migration task.
', 'CreateProgressUpdateStream' => '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.
', 'DeleteProgressUpdateStream' => '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:
The only parameter needed for DeleteProgressUpdateStream
is the stream name (same as a CreateProgressUpdateStream
call).
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).
If the stream takes time to be deleted, it might still show up on a ListProgressUpdateStreams
call.
CreateProgressUpdateStream
, ImportMigrationTask
, NotifyMigrationTaskState
, and all Associate[*] APIs related to the tasks belonging to the stream will throw "InvalidInputException" if the stream of the same name is in the process of being deleted.
Once the stream and all of its resources are deleted, CreateProgressUpdateStream
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).
Gets the migration status of an application.
', 'DescribeMigrationTask' => 'Retrieves a list of all attributes associated with a specific migration task.
', 'DisassociateCreatedArtifact' => '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:
A migration user can call the DisassociateCreatedArtifacts
operation to disassociate a created AWS Artifact from a migration task.
The created artifact name must be provided in ARN (Amazon Resource Name) format which will contain information about type and region; for example: arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b
.
Examples of the AWS resource behind the created artifact are, AMI\'s, EC2 instance, or RDS instance, etc.
Disassociate an Application Discovery Service discovered resource from a migration task.
', 'ImportMigrationTask' => 'Registers a new migration task which represents a server, database, etc., being migrated to AWS by a migration tool.
This API is a prerequisite to calling the NotifyMigrationTaskState
API as the migration tool must first register the migration task with Migration Hub.
Lists all the migration statuses for your applications. If you use the optional ApplicationIds
parameter, only the migration statuses for those applications will be returned.
Lists the created artifacts attached to a given migration task in an update stream. This API has the following traits:
Gets the list of the created artifacts while migration is taking place.
Shows the artifacts created by the migration tool that was associated by the AssociateCreatedArtifact
API.
Lists created artifacts in a paginated interface.
Lists discovered resources associated with the given MigrationTask
.
Lists all, or filtered by resource name, migration tasks associated with the user account making this call. This API has the following traits:
Can show a summary list of the most recent migration tasks.
Can show a summary list of migration tasks associated with a given discovered resource.
Lists migration tasks in a paginated interface.
Lists progress update streams associated with the user account making this call.
', 'NotifyApplicationState' => 'Sets the migration state of an application. For a given application identified by the value passed to ApplicationId
, its status is set or updated by passing one of three values to Status
: NOT_STARTED | IN_PROGRESS | COMPLETED
.
Notifies Migration Hub of the current status, progress, or other detail regarding a migration task. This API has the following traits:
Migration tools will call the NotifyMigrationTaskState
API to share the latest progress and status.
MigrationTaskName
is used for addressing updates to the correct target.
ProgressUpdateStream
is used for access control and to provide a namespace for each migration tool.
Provides identifying details of the resource being migrated so that it can be associated in the Application Discovery Service repository. This association occurs asynchronously after PutResourceAttributes
returns.
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 add an IP address, it will then be required to call it with both the IP and MAC addresses to prevent overriding the MAC address.
Note the instructions regarding the special use case of the ResourceAttributeList
parameter when specifying any "VM" related value.
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 ListDiscoveredResources
.
You do not have sufficient access to perform this action.
', 'refs' => [], ], 'ApplicationId' => [ 'base' => NULL, 'refs' => [ 'ApplicationIds$member' => NULL, 'ApplicationState$ApplicationId' => 'The configurationId from the Application Discovery Service that uniquely identifies an application.
', 'DescribeApplicationStateRequest$ApplicationId' => 'The configurationId in Application Discovery Service that uniquely identifies the grouped application.
', 'NotifyApplicationStateRequest$ApplicationId' => 'The configurationId in Application Discovery Service that uniquely identifies the grouped application.
', ], ], 'ApplicationIds' => [ 'base' => NULL, 'refs' => [ 'ListApplicationStatesRequest$ApplicationIds' => 'The configurationIds from the Application Discovery Service that uniquely identifies your applications.
', ], ], 'ApplicationState' => [ 'base' => 'The state of an application discovered through Migration Hub import, the AWS Agentless Discovery Connector, or the AWS Application Discovery Agent.
', 'refs' => [ 'ApplicationStateList$member' => NULL, ], ], 'ApplicationStateList' => [ 'base' => NULL, 'refs' => [ 'ListApplicationStatesResult$ApplicationStateList' => 'A list of Applications that exist in Application Discovery Service.
', ], ], 'ApplicationStatus' => [ 'base' => NULL, 'refs' => [ 'ApplicationState$ApplicationStatus' => 'The current status of an application.
', 'DescribeApplicationStateResult$ApplicationStatus' => 'Status of the application - Not Started, In-Progress, Complete.
', 'NotifyApplicationStateRequest$Status' => 'Status of the application - Not Started, In-Progress, Complete.
', ], ], 'AssociateCreatedArtifactRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateCreatedArtifactResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateDiscoveredResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateDiscoveredResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'ConfigurationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateDiscoveredResourceRequest$ConfigurationId' => 'ConfigurationId of the Application Discovery Service resource to be disassociated.
', 'DiscoveredResource$ConfigurationId' => 'The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.
', ], ], 'CreateProgressUpdateStreamRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateProgressUpdateStreamResult' => [ 'base' => NULL, 'refs' => [], ], 'CreatedArtifact' => [ 'base' => 'An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).
', 'refs' => [ 'AssociateCreatedArtifactRequest$CreatedArtifact' => 'An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
', 'CreatedArtifactList$member' => NULL, ], ], 'CreatedArtifactDescription' => [ 'base' => NULL, 'refs' => [ 'CreatedArtifact$Description' => 'A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
', ], ], 'CreatedArtifactList' => [ 'base' => NULL, 'refs' => [ 'ListCreatedArtifactsResult$CreatedArtifactList' => 'List of created artifacts up to the maximum number of results specified in the request.
', ], ], 'CreatedArtifactName' => [ 'base' => NULL, 'refs' => [ 'CreatedArtifact$Name' => 'An ARN that uniquely identifies the result of a migration task.
', 'DisassociateCreatedArtifactRequest$CreatedArtifactName' => 'An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
', ], ], 'DeleteProgressUpdateStreamRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProgressUpdateStreamResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeApplicationStateRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeApplicationStateResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMigrationTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMigrationTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateCreatedArtifactRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateCreatedArtifactResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateDiscoveredResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateDiscoveredResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'DiscoveredResource' => [ 'base' => 'Object representing the on-premises resource being migrated.
', 'refs' => [ 'AssociateDiscoveredResourceRequest$DiscoveredResource' => 'Object representing a Resource.
', 'DiscoveredResourceList$member' => NULL, ], ], 'DiscoveredResourceDescription' => [ 'base' => NULL, 'refs' => [ 'DiscoveredResource$Description' => 'A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
', ], ], 'DiscoveredResourceList' => [ 'base' => NULL, 'refs' => [ 'ListDiscoveredResourcesResult$DiscoveredResourceList' => 'Returned list of discovered resources associated with the given MigrationTask.
', ], ], 'DryRun' => [ 'base' => NULL, 'refs' => [ 'AssociateCreatedArtifactRequest$DryRun' => 'Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
', 'AssociateDiscoveredResourceRequest$DryRun' => 'Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
', 'CreateProgressUpdateStreamRequest$DryRun' => 'Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
', 'DeleteProgressUpdateStreamRequest$DryRun' => 'Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
', 'DisassociateCreatedArtifactRequest$DryRun' => 'Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
', 'DisassociateDiscoveredResourceRequest$DryRun' => 'Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
', 'ImportMigrationTaskRequest$DryRun' => 'Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
', 'NotifyApplicationStateRequest$DryRun' => 'Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
', 'NotifyMigrationTaskStateRequest$DryRun' => 'Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
', 'PutResourceAttributesRequest$DryRun' => 'Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
', ], ], 'DryRunOperation' => [ 'base' => 'Exception raised to indicate a successfully authorized action when the DryRun
flag is set to "true".
A message that provides information about the exception.
', 'UnauthorizedOperation$Message' => NULL, ], ], 'HomeRegionNotSetException' => [ 'base' => 'The home region is not set. Set the home region to continue.
', 'refs' => [], ], 'ImportMigrationTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportMigrationTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'InternalServerError' => [ 'base' => 'Exception raised when an internal, configuration, or dependency error is encountered.
', 'refs' => [], ], 'InvalidInputException' => [ 'base' => 'Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
', 'refs' => [], ], 'LatestResourceAttributeList' => [ 'base' => NULL, 'refs' => [ 'MigrationTask$ResourceAttributeList' => '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 repository.
', ], ], 'ListApplicationStatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListApplicationStatesResult' => [ 'base' => NULL, 'refs' => [], ], 'ListCreatedArtifactsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCreatedArtifactsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListDiscoveredResourcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDiscoveredResourcesResult' => [ 'base' => NULL, 'refs' => [], ], 'ListMigrationTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMigrationTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'ListProgressUpdateStreamsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListProgressUpdateStreamsResult' => [ 'base' => NULL, 'refs' => [], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListApplicationStatesRequest$MaxResults' => 'Maximum number of results to be returned per page.
', 'ListMigrationTasksRequest$MaxResults' => 'Value to specify how many results are returned per page.
', 'ListProgressUpdateStreamsRequest$MaxResults' => 'Filter to limit the maximum number of results to list per page.
', ], ], 'MaxResultsCreatedArtifacts' => [ 'base' => NULL, 'refs' => [ 'ListCreatedArtifactsRequest$MaxResults' => 'Maximum number of results to be returned per page.
', ], ], 'MaxResultsResources' => [ 'base' => NULL, 'refs' => [ 'ListDiscoveredResourcesRequest$MaxResults' => 'The maximum number of results returned per page.
', ], ], 'MigrationTask' => [ 'base' => 'Represents a migration task in a migration tool.
', 'refs' => [ 'DescribeMigrationTaskResult$MigrationTask' => 'Object encapsulating information about the migration task.
', ], ], 'MigrationTaskName' => [ 'base' => NULL, 'refs' => [ 'AssociateCreatedArtifactRequest$MigrationTaskName' => 'Unique identifier that references the migration task. Do not store personal data in this field.
', 'AssociateDiscoveredResourceRequest$MigrationTaskName' => 'The identifier given to the MigrationTask. Do not store personal data in this field.
', 'DescribeMigrationTaskRequest$MigrationTaskName' => 'The identifier given to the MigrationTask. Do not store personal data in this field.
', 'DisassociateCreatedArtifactRequest$MigrationTaskName' => 'Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
', 'DisassociateDiscoveredResourceRequest$MigrationTaskName' => 'The identifier given to the MigrationTask. Do not store personal data in this field.
', 'ImportMigrationTaskRequest$MigrationTaskName' => 'Unique identifier that references the migration task. Do not store personal data in this field.
', 'ListCreatedArtifactsRequest$MigrationTaskName' => 'Unique identifier that references the migration task. Do not store personal data in this field.
', 'ListDiscoveredResourcesRequest$MigrationTaskName' => 'The name of the MigrationTask. Do not store personal data in this field.
', 'MigrationTask$MigrationTaskName' => 'Unique identifier that references the migration task. Do not store personal data in this field.
', 'MigrationTaskSummary$MigrationTaskName' => 'Unique identifier that references the migration task. Do not store personal data in this field.
', 'NotifyMigrationTaskStateRequest$MigrationTaskName' => 'Unique identifier that references the migration task. Do not store personal data in this field.
', 'PutResourceAttributesRequest$MigrationTaskName' => 'Unique identifier that references the migration task. Do not store personal data in this field.
', ], ], 'MigrationTaskSummary' => [ 'base' => 'MigrationTaskSummary includes MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and UpdateDateTime
for each task.
Lists the migration task\'s summary which includes: MigrationTaskName
, ProgressPercent
, ProgressUpdateStream
, Status
, and the UpdateDateTime
for each task.
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.
', ], ], 'NotifyApplicationStateRequest' => [ 'base' => NULL, 'refs' => [], ], 'NotifyApplicationStateResult' => [ 'base' => NULL, 'refs' => [], ], 'NotifyMigrationTaskStateRequest' => [ 'base' => NULL, 'refs' => [], ], 'NotifyMigrationTaskStateResult' => [ 'base' => NULL, 'refs' => [], ], 'PolicyErrorException' => [ 'base' => 'Exception raised when there are problems accessing Application Discovery Service (Application Discovery Service); most likely due to a misconfigured policy or the migrationhub-discovery
role is missing or not configured correctly.
Indication of the percentage completion of the task.
', 'Task$ProgressPercent' => 'Indication of the percentage completion of the task.
', ], ], 'ProgressUpdateStream' => [ 'base' => NULL, 'refs' => [ 'AssociateCreatedArtifactRequest$ProgressUpdateStream' => 'The name of the ProgressUpdateStream.
', 'AssociateDiscoveredResourceRequest$ProgressUpdateStream' => 'The name of the ProgressUpdateStream.
', 'CreateProgressUpdateStreamRequest$ProgressUpdateStreamName' => 'The name of the ProgressUpdateStream. Do not store personal data in this field.
', 'DeleteProgressUpdateStreamRequest$ProgressUpdateStreamName' => 'The name of the ProgressUpdateStream. Do not store personal data in this field.
', 'DescribeMigrationTaskRequest$ProgressUpdateStream' => 'The name of the ProgressUpdateStream.
', 'DisassociateCreatedArtifactRequest$ProgressUpdateStream' => 'The name of the ProgressUpdateStream.
', 'DisassociateDiscoveredResourceRequest$ProgressUpdateStream' => 'The name of the ProgressUpdateStream.
', 'ImportMigrationTaskRequest$ProgressUpdateStream' => 'The name of the ProgressUpdateStream. >
', 'ListCreatedArtifactsRequest$ProgressUpdateStream' => 'The name of the ProgressUpdateStream.
', 'ListDiscoveredResourcesRequest$ProgressUpdateStream' => 'The name of the ProgressUpdateStream.
', 'MigrationTask$ProgressUpdateStream' => 'A name that identifies the vendor of the migration tool being used.
', 'MigrationTaskSummary$ProgressUpdateStream' => 'An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.
', 'NotifyMigrationTaskStateRequest$ProgressUpdateStream' => 'The name of the ProgressUpdateStream.
', 'ProgressUpdateStreamSummary$ProgressUpdateStreamName' => 'The name of the ProgressUpdateStream. Do not store personal data in this field.
', 'PutResourceAttributesRequest$ProgressUpdateStream' => 'The name of the ProgressUpdateStream.
', ], ], 'ProgressUpdateStreamSummary' => [ 'base' => 'Summary of the AWS resource used for access control that is implicitly linked to your AWS account.
', 'refs' => [ 'ProgressUpdateStreamSummaryList$member' => NULL, ], ], 'ProgressUpdateStreamSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListProgressUpdateStreamsResult$ProgressUpdateStreamSummaryList' => 'List of progress update streams up to the max number of results passed in the input.
', ], ], 'PutResourceAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutResourceAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'ResourceAttribute' => [ 'base' => 'Attribute associated with a resource.
Note the corresponding format required per type listed below:
x.x.x.x
where x is an integer in the range [0,255]
y : y : y : y : y : y : y : y
where y is a hexadecimal between 0 and FFFF. [0, FFFF]
^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$
^[^<>{}\\\\\\\\/?,=\\\\p{Cntrl}]{1,256}$
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 repository.
Takes the object array of ResourceAttribute
where the Type
field is reserved for the following values: IPV4_ADDRESS | IPV6_ADDRESS | MAC_ADDRESS | FQDN | VM_MANAGER_ID | VM_MANAGED_OBJECT_REFERENCE | VM_NAME | VM_PATH | BIOS_ID | MOTHERBOARD_SERIAL_NUMBER
where the identifying value can be a string up to 256 characters.
If any "VM" related value is set for a ResourceAttribute
object, it is required that VM_MANAGER_ID
, as a minimum, is always set. If VM_MANAGER_ID
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 repository. See the Example section below for a use case of specifying "VM" related values.
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 ResourceAttributeList
parameter to maximize the chances of matching.
Type of resource.
', ], ], 'ResourceAttributeValue' => [ 'base' => NULL, 'refs' => [ 'ResourceAttribute$Value' => 'Value of the resource type.
', ], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'ListMigrationTasksRequest$ResourceName' => 'Filter migration tasks by discovered resource name.
', ], ], 'ResourceNotFoundException' => [ 'base' => 'Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub\'s repository.
', 'refs' => [], ], 'RetryAfterSeconds' => [ 'base' => NULL, 'refs' => [ 'ThrottlingException$RetryAfterSeconds' => 'The number of seconds the caller should wait before retrying.
', ], ], 'ServiceUnavailableException' => [ 'base' => 'Exception raised when there is an internal, configuration, or dependency error encountered.
', 'refs' => [], ], 'Status' => [ 'base' => NULL, 'refs' => [ 'MigrationTaskSummary$Status' => 'Status of the task.
', 'Task$Status' => 'Status of the task - Not Started, In-Progress, Complete.
', ], ], 'StatusDetail' => [ 'base' => NULL, 'refs' => [ 'MigrationTaskSummary$StatusDetail' => 'Detail information of what is being done within the overall status state.
', 'Task$StatusDetail' => 'Details of task status as notified by a migration tool. A tool might use this field to provide clarifying information about the status that is unique to that tool or that explains an error state.
', ], ], 'Task' => [ 'base' => 'Task object encapsulating task information.
', 'refs' => [ 'MigrationTask$Task' => 'Task object encapsulating task information.
', 'NotifyMigrationTaskStateRequest$Task' => 'Information about the task\'s progress and status.
', ], ], 'ThrottlingException' => [ 'base' => 'The request was denied due to request throttling.
', 'refs' => [], ], 'Token' => [ 'base' => NULL, 'refs' => [ 'ListApplicationStatesRequest$NextToken' => 'If a NextToken
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 NextToken
.
If a NextToken
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 NextToken
.
If a NextToken
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 NextToken
.
If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
', 'ListDiscoveredResourcesRequest$NextToken' => 'If a NextToken
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 NextToken
.
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
', 'ListMigrationTasksRequest$NextToken' => 'If a NextToken
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 NextToken
.
If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
', 'ListProgressUpdateStreamsRequest$NextToken' => 'If a NextToken
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 NextToken
.
If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
', ], ], 'UnauthorizedOperation' => [ 'base' => 'Exception raised to indicate a request was not authorized when the DryRun
flag is set to "true".
The timestamp when the application status was last updated.
', 'DescribeApplicationStateResult$LastUpdatedTime' => 'The timestamp when the application status was last updated.
', 'MigrationTask$UpdateDateTime' => 'The timestamp when the task was gathered.
', 'MigrationTaskSummary$UpdateDateTime' => 'The timestamp when the task was gathered.
', 'NotifyApplicationStateRequest$UpdateDateTime' => 'The timestamp when the application state changed.
', 'NotifyMigrationTaskStateRequest$UpdateDateTime' => 'The timestamp when the task was gathered.
', ], ], ],];