Module Values_1.DescribePartnerAppRequestSource

Gets information about a SageMaker Partner AI App.

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

    The ARN of the SageMaker Partner AI App to describe.

    *)
  2. includeAvailableUpgrade : Values_0.Boolean.t option;
    (*

    When set to TRUE, the response includes available upgrade information for the SageMaker Partner AI App. Default is FALSE.

    *)
}
Sourceval context_ : string
Sourceval make : ?includeAvailableUpgrade:??? -> arn:PartnerAppArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.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