Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TargetOnDeviceService

import type { TargetOnDeviceService } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";

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).

interface TargetOnDeviceService {
ServiceName?: DeviceServiceName | null;
TransferOption?: TransferOption | null;
}

§Properties

§
ServiceName?: DeviceServiceName | null
[src]

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

§
TransferOption?: TransferOption | null
[src]

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