action amazonaws_disassociate_created_artifact { label: "DisassociateCreatedArtifact" description: "

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:

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