Values.AssociateDiscoveredResourceRequestSourceAssociates a discovered resource ID from Application Discovery Service with a migration task.
type nonrec t = {progressUpdateStream : ProgressUpdateStream.t;The name of the ProgressUpdateStream.
*)migrationTaskName : MigrationTaskName.t;The identifier given to the MigrationTask. Do not store personal data in this field.
*)discoveredResource : DiscoveredResource.t;Object representing a Resource.
*)dryRun : DryRun.t option;Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
*)}val make :
?dryRun:??? ->
progressUpdateStream:ProgressUpdateStream.t ->
migrationTaskName:MigrationTaskName.t ->
discoveredResource:DiscoveredResource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DryRun.t
| `String of ProgressUpdateStream.t
| `Structure of (string * [> `String of ConfigurationId.t ]) list ])
list ]