Module IoTTwinMaker.SyncJob

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-syncjob.html

type properties = {
  1. sync_source : string;
  2. sync_role : string;
  3. workspace_id : string;
  4. tags : string Stdlib__Map.Make(Stdlib.String).t option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-syncjob.html;

val make_properties : sync_source:string -> sync_role:string -> workspace_id:string -> ?tags:string Stdlib__Map.Make(Stdlib.String).t -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. creation_date_time : string;
  3. state : string;
  4. update_date_time : string;
  5. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string