Module DataSync.LocationObjectStorage

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationobjectstorage.html

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

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

type properties = {
  1. server_certificate : string option;
  2. secret_key : string option;
  3. bucket_name : string option;
  4. subdirectory : string option;
  5. server_hostname : string option;
  6. access_key : string option;
  7. server_protocol : string option;
  8. agent_arns : string list;
  9. server_port : int option;
  10. tags : tag list option;
}

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

val make_properties : ?server_certificate:string -> ?secret_key:string -> ?bucket_name:string -> ?subdirectory:string -> ?server_hostname:string -> ?access_key:string -> ?server_protocol:string -> agent_arns:string list -> ?server_port:int -> ?tags:tag list -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `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. location_uri : string;
  3. location_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string