AppConfig.HostedConfigurationVersion
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-hostedconfigurationversion.html
type properties = {
configuration_profile_id : string;
description : string option;
content_type : string;
latest_version_number : int option;
content : string;
version_label : string option;
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 ]
val create_attributes : string -> attributes