amazonka-snowball-2.0: Amazon Import/Export Snowball SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System).

See: newTargetOnDeviceService smart constructor.

Constructors

TargetOnDeviceService' 

Fields

Instances

Instances details
FromJSON TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

ToJSON 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 #

Read TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

Show TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

NFData TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

Methods

rnf :: TargetOnDeviceService -> () #

Eq TargetOnDeviceService Source # 
Instance details

Defined in Amazonka.Snowball.Types.TargetOnDeviceService

Hashable 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" "amazonka-snowball-2.0-6vnXQdr1CFv4zLyXDWX7zH" 'False) (C1 ('MetaCons "TargetOnDeviceService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceServiceName)) :*: S1 ('MetaSel ('Just "transferOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransferOption))))

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

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

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.

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.