Module Values_0.CompleteAttachedFileUploadRequestSource

Request to CompleteAttachedFileUpload API

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

    The unique identifier of the Amazon Connect instance.

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

    The unique identifier of the attached file resource.

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