Values_0.CompleteAttachedFileUploadRequestSourceRequest to CompleteAttachedFileUpload API
type nonrec t = {instanceId : InstanceId.t;The unique identifier of the Amazon Connect instance.
*)fileId : FileId.t;The unique identifier of the attached file resource.
*)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.
*)}val make :
instanceId:InstanceId.t ->
fileId:FileId.t ->
associatedResourceArn:ARN.t ->
unit ->
t