Values.HostedConfigurationVersionSummarySourceInformation about the configuration.
type nonrec t = {applicationId : Id.t option;The application ID.
*)configurationProfileId : Id.t option;The configuration profile ID.
*)versionNumber : Integer.t option;The configuration version.
*)description : Description.t option;A description of the configuration.
*)contentType : StringWithLengthBetween1And255.t option;A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
*)versionLabel : VersionLabel.t option;A user-defined label for an AppConfig hosted configuration version.
*)kmsKeyArn : Arn.t option;The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
*)}