amazonka-appflow-2.0: Amazon Appflow 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.AppFlow.Types.S3Metadata

Description

 
Synopsis

Documentation

data S3Metadata Source #

The connector metadata specific to Amazon S3.

See: newS3Metadata smart constructor.

Constructors

S3Metadata' 

Instances

Instances details
FromJSON S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

Generic S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

Associated Types

type Rep S3Metadata :: Type -> Type #

Read S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

Show S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

NFData S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

Methods

rnf :: S3Metadata -> () #

Eq S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

Hashable S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

type Rep S3Metadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.S3Metadata

type Rep S3Metadata = D1 ('MetaData "S3Metadata" "Amazonka.AppFlow.Types.S3Metadata" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "S3Metadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newS3Metadata :: S3Metadata Source #

Create a value of S3Metadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.