listCreatedArtifacts  
  inline suspend fun MigrationHubClient.listCreatedArtifacts(crossinline block: ListCreatedArtifactsRequest.Builder.() -> Unit): ListCreatedArtifactsResponse
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 - AssociateCreatedArtifactAPI.
- Lists created artifacts in a paginated interface.