v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14178174.1 KB

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.

post/#X-Amz-Target=AWSMigrationHub.ListCreatedArtifacts

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AWSMigrationHub.ListCreatedArtifacts' required

Request body

ProgressUpdateStreamstring required

The name of the ProgressUpdateStream.

MigrationTaskNamestring required

Unique identifier that references the migration task. <i>Do not store personal data in this field.</i>

NextTokenstring

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>.

MaxResultsinteger

Maximum number of results to be returned per page.

Response

Success

NextTokenstring

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.