action amazonaws_put_resource_attributes { label: "PutResourceAttributes" description: "

Provides identifying details of the resource being migrated so that it can be associated in the Application Discovery Service repository. This association occurs asynchronously after PutResourceAttributes returns.

Because this is an asynchronous call, it will always return 200, whether an association occurs or not. To confirm if an association was found based on the provided details, call ListDiscoveredResources.

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