Module Values.UpdateApplicationSettingsInputSource

Updates the settings of an application registered with AWS Systems Manager for SAP.

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

    The ID of the application.

    *)
  2. credentialsToAddOrUpdate : ApplicationCredentialList.t option;
    (*

    The credentials to be added or updated.

    *)
  3. credentialsToRemove : ApplicationCredentialList.t option;
    (*

    The credentials to be removed.

    *)
  4. backint : BackintConfig.t option;
    (*

    Installation of AWS Backint Agent for SAP HANA.

    *)
  5. databaseArn : SsmSapArn.t option;
    (*

    The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application.

    *)
}
Sourceval context_ : string
Sourceval make : ?credentialsToAddOrUpdate:??? -> ?credentialsToRemove:??? -> ?backint:??? -> ?databaseArn:??? -> applicationId:ApplicationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of DatabaseName.t ]) list ] list | `String of ApplicationId.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string ]) list ]) 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