IoTSiteWise.Asset
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.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-iotsitewise-asset-assetproperty.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-asset-assethierarchy.html
type properties = {
asset_model_id : string;
asset_description : string option;
asset_properties : asset_property list option;
asset_name : string;
asset_hierarchies : asset_hierarchy list option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-asset.html;
val make_properties :
asset_model_id:string ->
?asset_description:string ->
?asset_properties:asset_property list ->
asset_name:string ->
?tags:tag list ->
?asset_hierarchies:asset_hierarchy list ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_asset_property :
logical_id:string ->
?alias:string ->
?unit:string ->
?notification_state:string ->
unit ->
asset_property
val make_asset_hierarchy :
logical_id:string ->
child_asset_id:string ->
unit ->
asset_hierarchy
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_asset_property :
asset_property ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_asset_hierarchy :
asset_hierarchy ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes