KendraRanking.ExecutionPlansee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendraranking-executionplan.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-kendraranking-executionplan-capacityunitsconfiguration.html
type properties = {description : string option;capacity_units : capacity_units_configuration option;name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendraranking-executionplan.html;
val make_properties :
?description:string ->
?capacity_units:capacity_units_configuration ->
?tags:tag list ->
name:string ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_capacity_units_configuration :
rescore_capacity_units:int ->
unit ->
capacity_units_configurationval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_capacity_units_configuration :
capacity_units_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