Values.BatchAssociateProjectAssetsRequestSourceAssociates a group (batch) of assets with an IoT SiteWise Monitor project.
type nonrec t = {projectId : ID.t;The ID of the project to which to associate the assets.
*)assetIds : IDs.t;The IDs of the assets to be associated to 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.
*)}