Module IoTSiteWise.Gateway

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-gateway.html

type greengrass_v2 = {
  1. core_device_thing_name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrassv2.html

and tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

and gateway_capability_summary = {
  1. capability_namespace : string;
  2. capability_configuration : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-gatewaycapabilitysummary.html

and greengrass = {
  1. group_arn : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-greengrass.html

and gateway_platform = {
  1. greengrass_v2 : greengrass_v2 option;
  2. greengrass : greengrass option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-gateway-gatewayplatform.html

type properties = {
  1. gateway_capability_summaries : gateway_capability_summary list option;
  2. gateway_name : string;
  3. gateway_platform : gateway_platform;
  4. tags : tag list option;
}

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 ]
type attributes = {
  1. ref_ : string;
  2. gateway_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string