Module Values_1.CreatePartnerAppPresignedUrlRequestSource

Creates a presigned URL to access an Amazon SageMaker Partner AI App.

Sourcetype nonrec t = {
  1. arn : PartnerAppArn.t;
    (*

    The ARN of the SageMaker Partner AI App to create the presigned URL for.

    *)
  2. expiresInSeconds : ExpiresInSeconds.t option;
    (*

    The time that will pass before the presigned URL expires.

    *)
  3. sessionExpirationDurationInSeconds : SessionExpirationDurationInSeconds.t option;
    (*

    Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in.

    *)
}
Sourceval context_ : string
Sourceval make : ?expiresInSeconds:??? -> ?sessionExpirationDurationInSeconds:??? -> arn:PartnerAppArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ExpiresInSeconds.t | `String of PartnerAppArn.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