libZSservicesZSamazonka-snowballZSamazonka-snowball
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Snowball.Types.TargetOnDeviceService

Description

 
Synopsis

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.

Constructors

TargetOnDeviceService' 

Fields

Instances

Instances details
Eq TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

Read TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

Show TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

Generic TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

Associated Types

type Rep TargetOnDeviceService :: Type -> Type #

NFData TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

Methods

rnf :: TargetOnDeviceService -> () #

Hashable TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

ToJSON TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

FromJSON TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

type Rep TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

type Rep TargetOnDeviceService = D1 ('MetaData "TargetOnDeviceService" "Amazonka.Snowball.Types.TargetOnDeviceService" "libZSservicesZSamazonka-snowballZSamazonka-snowball" 'False) (C1 ('MetaCons "TargetOnDeviceService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transferOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransferOption)) :*: S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceServiceName))))

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.