Module AppConfig.HostedConfigurationVersion

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html

type properties = {
  1. configuration_profile_id : string;
  2. description : string option;
  3. content_type : string;
  4. latest_version_number : int option;
  5. content : string;
  6. version_label : string option;
  7. application_id : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html;

val make_properties : configuration_profile_id:string -> ?description:string -> content_type:string -> ?latest_version_number:int -> content:string -> ?version_label:string -> application_id:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. version_number : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string