Values.UpdateApplicationSettingsInputSourceUpdates the settings of an application registered with AWS Systems Manager for SAP.
type nonrec t = {applicationId : ApplicationId.t;The ID of the application.
*)credentialsToAddOrUpdate : ApplicationCredentialList.t option;The credentials to be added or updated.
*)credentialsToRemove : ApplicationCredentialList.t option;The credentials to be removed.
*)backint : BackintConfig.t option;Installation of AWS Backint Agent for SAP HANA.
*)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.
*)}val make :
?credentialsToAddOrUpdate:??? ->
?credentialsToRemove:??? ->
?backint:??? ->
?databaseArn:??? ->
applicationId:ApplicationId.t ->
unit ->
tval 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 ]