SSM.MaintenanceWindow
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
start_date : string option;
description : string option;
allow_unassociated_targets : bool;
cutoff : int;
schedule : string;
duration : int;
schedule_offset : int option;
end_date : string option;
name : string;
schedule_timezone : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindow.html;
val make_properties :
?start_date:string ->
?description:string ->
allow_unassociated_targets:bool ->
cutoff:int ->
schedule:string ->
duration:int ->
?schedule_offset:int ->
?end_date:string ->
?tags:tag list ->
name:string ->
?schedule_timezone:string ->
unit ->
properties
val make_tag : key:string -> value:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes