libZSservicesZSamazonka-transferZSamazonka-transfer
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.Transfer.Types.FileLocation

Description

 
Synopsis

Documentation

data FileLocation Source #

Specifies the Amazon S3 or EFS file details to be used in the step.

See: newFileLocation smart constructor.

Constructors

FileLocation' 

Fields

Instances

Instances details
Eq FileLocation Source # 
Instance details

Defined in Amazonka.Transfer.Types.FileLocation

Read FileLocation Source # 
Instance details

Defined in Amazonka.Transfer.Types.FileLocation

Show FileLocation Source # 
Instance details

Defined in Amazonka.Transfer.Types.FileLocation

Generic FileLocation Source # 
Instance details

Defined in Amazonka.Transfer.Types.FileLocation

Associated Types

type Rep FileLocation :: Type -> Type #

NFData FileLocation Source # 
Instance details

Defined in Amazonka.Transfer.Types.FileLocation

Methods

rnf :: FileLocation -> () #

Hashable FileLocation Source # 
Instance details

Defined in Amazonka.Transfer.Types.FileLocation

FromJSON FileLocation Source # 
Instance details

Defined in Amazonka.Transfer.Types.FileLocation

type Rep FileLocation Source # 
Instance details

Defined in Amazonka.Transfer.Types.FileLocation

type Rep FileLocation = D1 ('MetaData "FileLocation" "Amazonka.Transfer.Types.FileLocation" "libZSservicesZSamazonka-transferZSamazonka-transfer" 'False) (C1 ('MetaCons "FileLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "efsFileLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EfsFileLocation)) :*: S1 ('MetaSel ('Just "s3FileLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3FileLocation))))

newFileLocation :: FileLocation Source #

Create a value of FileLocation 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:efsFileLocation:FileLocation', fileLocation_efsFileLocation - Specifies the Amazon EFS ID and the path for the file being used.

$sel:s3FileLocation:FileLocation', fileLocation_s3FileLocation - Specifies the S3 details for the file being used, such as bucket, Etag, and so forth.

fileLocation_efsFileLocation :: Lens' FileLocation (Maybe EfsFileLocation) Source #

Specifies the Amazon EFS ID and the path for the file being used.

fileLocation_s3FileLocation :: Lens' FileLocation (Maybe S3FileLocation) Source #

Specifies the S3 details for the file being used, such as bucket, Etag, and so forth.