Module Values_1.DeleteAttachedFileRequestSource

Request to DeleteAttachedFile API

Sourcetype nonrec t = {
  1. instanceId : Values_0.InstanceId.t;
    (*

    The unique identifier of the Connect instance.

    *)
  2. fileId : Values_0.FileId.t;
    (*

    The unique identifier of the attached file resource.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:Values_0.InstanceId.t -> fileId:Values_0.FileId.t -> associatedResourceArn:Values_0.ARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.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