Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data TargetOnDeviceService Source #
An object that represents the service or services on the Snow Family device that your transferred data will be exported from or imported into. AWS Snow Family supports Amazon S3 and NFS (Network File System).
See: newTargetOnDeviceService
smart constructor.
TargetOnDeviceService' | |
|
Instances
newTargetOnDeviceService :: TargetOnDeviceService Source #
Create a value of TargetOnDeviceService
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:transferOption:TargetOnDeviceService'
, targetOnDeviceService_transferOption
- Specifies whether the data is being imported or exported. You can import
or export the data, or use it locally on the device.
$sel:serviceName:TargetOnDeviceService'
, targetOnDeviceService_serviceName
- Specifies the name of the service on the Snow Family device that your
transferred data will be exported from or imported into.
targetOnDeviceService_transferOption :: Lens' TargetOnDeviceService (Maybe TransferOption) Source #
Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.
targetOnDeviceService_serviceName :: Lens' TargetOnDeviceService (Maybe DeviceServiceName) Source #
Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.