Location.PlaceIndex
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-placeindex.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-placeindex-datasourceconfiguration.html
type properties = {
index_name : string;
description : string option;
pricing_plan : string option;
data_source_configuration : data_source_configuration option;
data_source : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-placeindex.html;
val make_properties :
index_name:string ->
?description:string ->
?pricing_plan:string ->
?data_source_configuration:data_source_configuration ->
?tags:tag list ->
data_source:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_data_source_configuration :
?intended_use:string ->
unit ->
data_source_configuration
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_data_source_configuration :
data_source_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes