Module Values_0.BatchGetAttachedFileMetadataRequestSource

Allows you to retrieve metadata about multiple attached files on an associated resource. Each attached file provided in the input list must be associated with the input AssociatedResourceArn.

Sourcetype nonrec t = {
  1. fileIds : FileIdList.t;
    (*

    The unique identifiers of the attached file resource.

    *)
  2. instanceId : InstanceId.t;
    (*

    The unique identifier of the Connect instance.

    *)
  3. associatedResourceArn : ARN.t;
    (*

    The resource to which the attached file is (being) uploaded to. The supported resources are Cases and Email. This value must be a valid ARN.

    *)
}
Sourceval context_ : string
Sourceval make : fileIds:FileIdList.t -> instanceId:InstanceId.t -> associatedResourceArn:ARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of FileId.t ] list | `String of InstanceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t