Values_1.CreatePartnerAppPresignedUrlRequestSourceCreates a presigned URL to access an Amazon SageMaker Partner AI App.
type nonrec t = {arn : PartnerAppArn.t;The ARN of the SageMaker Partner AI App to create the presigned URL for.
*)expiresInSeconds : ExpiresInSeconds.t option;The time that will pass before the presigned URL expires.
*)sessionExpirationDurationInSeconds : SessionExpirationDurationInSeconds.t
option;Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in.
*)}val make :
?expiresInSeconds:??? ->
?sessionExpirationDurationInSeconds:??? ->
arn:PartnerAppArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of ExpiresInSeconds.t | `String of PartnerAppArn.t ])
list ]