action amazonaws_associate_discovered_resource { label: "AssociateDiscoveredResource" description: "Associates a discovered resource ID from Application Discovery Service with a migration task." provider: amazonaws method: POST path: "/#X-Amz-Target=AWSMigrationHub.AssociateDiscoveredResource" encoding: json input: { type: "object" properties: { DiscoveredResource: { type: "object" } DryRun: { type: "object" } MigrationTaskName: { type: "object" } ProgressUpdateStream: { type: "object" } "X-Amz-Target": { type: "string" enum: ["AWSMigrationHub.AssociateDiscoveredResource"] } } required: ["DiscoveredResource", "MigrationTaskName", "ProgressUpdateStream", "X-Amz-Target"] additionalProperties: false } output: { type: "object" properties: {} } }