Module Values.TargetOnDeviceServiceSource

An object that represents the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System).

Sourcetype nonrec t = {
  1. serviceName : DeviceServiceName.t option;
    (*

    Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.

    *)
  2. transferOption : TransferOption.t option;
    (*

    Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.

    *)
}
Sourceval make : ?serviceName:??? -> ?transferOption:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t