Values.UpdateConfigurationOutputSourceReturns information about the updated configuration.
type nonrec t = {arn : string;The Amazon Resource Name (ARN) of the configuration.
*)created : string;Required. The date and time of the configuration.
*)id : string;The unique ID that Amazon MQ generates for the configuration.
*)latestRevision : ConfigurationRevision.t option;The latest revision of the configuration.
*)name : string;The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
*)warnings : SanitizationWarning.t list option;The list of the first 20 warnings about the configuration elements or attributes that were sanitized.
*)}