ElasticBeanstalk.ApplicationVersion
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-applicationversion.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-applicationversion-sourcebundle.html
type properties = {
application_name : string;
description : string option;
source_bundle : source_bundle;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-applicationversion.html;
val make_properties :
application_name:string ->
?description:string ->
source_bundle:source_bundle ->
unit ->
properties
val make_source_bundle :
s3_bucket:string ->
s3_key:string ->
unit ->
source_bundle
val yojson_of_source_bundle :
source_bundle ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes