Values.BatchDisassociateProjectAssetsRequestSourceDisassociates a group (batch) of assets from an IoT SiteWise Monitor project.
type nonrec t = {projectId : ID.t;The ID of the project from which to disassociate the assets.
*)assetIds : IDs.t;The IDs of the assets to be disassociated from the project.
*)clientToken : ClientToken.t option;A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
*)}