Values.DisassociateDiscoveredResourceRequestSourceDisassociate an Application Discovery Service discovered resource from 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.
*)configurationId : ConfigurationId.t;ConfigurationId of the Application Discovery Service resource to be disassociated.
*)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 ->
configurationId:ConfigurationId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of DryRun.t | `String of ProgressUpdateStream.t ])
list ]