Values_1.GetAttachedFileRequestSourceRequest to GetAttachedFile API.
type nonrec t = {instanceId : Values_0.InstanceId.t;The unique identifier of the Amazon Connect instance.
*)fileId : Values_0.FileId.t;The unique identifier of the attached file resource.
*)urlExpiryInSeconds : URLExpiryInSeconds.t option;Optional override for the expiry of the pre-signed S3 URL in seconds. The default value is 300.
*)associatedResourceArn : Values_0.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 :
?urlExpiryInSeconds:??? ->
instanceId:Values_0.InstanceId.t ->
fileId:Values_0.FileId.t ->
associatedResourceArn:Values_0.ARN.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of URLExpiryInSeconds.t
| `String of Values_0.InstanceId.t ])
list ]