ResourceExplorer2.View
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-includedproperty.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-searchfilter.html
type properties = {
filters : search_filter option;
scope : string option;
included_properties : included_property list option;
view_name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html;
val make_properties :
?filters:search_filter ->
?scope:string ->
?included_properties:included_property list ->
?tags:string Stdlib__Map.Make(Stdlib.String).t ->
view_name:string ->
unit ->
properties
val make_included_property : name:string -> unit -> included_property
val make_search_filter : filter_string:string -> unit -> search_filter
val yojson_of_included_property :
included_property ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_search_filter :
search_filter ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes