action amazonaws_associate_created_artifact { label: "AssociateCreatedArtifact" description: "

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:

" provider: amazonaws method: POST path: "/#X-Amz-Target=AWSMigrationHub.AssociateCreatedArtifact" encoding: json input: { type: "object" properties: { CreatedArtifact: { type: "object" } DryRun: { type: "object" } MigrationTaskName: { type: "object" } ProgressUpdateStream: { type: "object" } "X-Amz-Target": { type: "string" enum: ["AWSMigrationHub.AssociateCreatedArtifact"] } } required: ["CreatedArtifact", "MigrationTaskName", "ProgressUpdateStream", "X-Amz-Target"] additionalProperties: false } output: { type: "object" properties: {} } }