IoTSiteWise.Gatewaysee 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 ->
propertiesval make_greengrass_v2 : core_device_thing_name:string -> unit -> greengrass_v2val make_tag : value:string -> key:string -> unit -> tagval make_gateway_capability_summary :
capability_namespace:string ->
?capability_configuration:string ->
unit ->
gateway_capability_summaryval make_greengrass : group_arn:string -> unit -> greengrassval make_gateway_platform :
?greengrass_v2:greengrass_v2 ->
?greengrass:greengrass ->
unit ->
gateway_platformval yojson_of_greengrass_v2 : greengrass_v2 -> Yojson.Safe.tval 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.tval 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