Values.UpdateApplicationRequestSourceUpdates the configuration of an existing application, including the IAM role and default KMS key.
type nonrec t = {applicationId : ApplicationId.t;The unique identifier of the application to update.
*)roleArn : RoleArn.t option;The updated Amazon Resource Name (ARN) of the IAM role for the application.
*)defaultKmsKeyId : DefaultKmsKeyId.t option;The updated identifier of the default AWS KMS key for the application.
*)}