Module Values.GetApplicationInputSource

Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.

Sourcetype nonrec t = {
  1. applicationId : ApplicationId.t option;
    (*

    The ID of the application.

    *)
  2. applicationArn : SsmSapArn.t option;
    (*

    The Amazon Resource Name (ARN) of the application.

    *)
  3. appRegistryArn : AppRegistryArn.t option;
    (*

    The Amazon Resource Name (ARN) of the application registry.

    *)
}
Sourceval make : ?applicationId:??? -> ?applicationArn:??? -> ?appRegistryArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApplicationId.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