Values.UpdateApplicationResponseSourceUpdates the configuration of an existing application, including the IAM role and default KMS key.
type nonrec t = {applicationId : ApplicationId.t option;The unique identifier of the updated application.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]