IoTSiteWise.Gateway
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-gateway.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrassv2.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-gateway-gatewaycapabilitysummary.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrass.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-gatewayplatform.html
type properties = {
gateway_capability_summaries : gateway_capability_summary list option;
gateway_name : string;
gateway_platform : gateway_platform;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-gateway.html;
val make_properties :
?gateway_capability_summaries:gateway_capability_summary list ->
gateway_name:string ->
gateway_platform:gateway_platform ->
?tags:tag list ->
unit ->
properties
val make_greengrass_v2 : core_device_thing_name:string -> unit -> greengrass_v2
val make_tag : value:string -> key:string -> unit -> tag
val make_gateway_capability_summary :
capability_namespace:string ->
?capability_configuration:string ->
unit ->
gateway_capability_summary
val make_greengrass : group_arn:string -> unit -> greengrass
val make_gateway_platform :
?greengrass_v2:greengrass_v2 ->
?greengrass:greengrass ->
unit ->
gateway_platform
val yojson_of_greengrass_v2 : greengrass_v2 -> Yojson.Safe.t
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_gateway_capability_summary :
gateway_capability_summary ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_greengrass : greengrass -> Yojson.Safe.t
val yojson_of_gateway_platform :
gateway_platform ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes