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 |
Amazonka.AppFlow.Types.S3Metadata
Description
Synopsis
- data S3Metadata = S3Metadata' {
- newS3Metadata :: S3Metadata
Documentation
data S3Metadata Source #
The connector metadata specific to Amazon S3.
See: newS3Metadata
smart constructor.
Constructors
S3Metadata' | |
Instances
Eq S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata | |
Read S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata Methods readsPrec :: Int -> ReadS S3Metadata # readList :: ReadS [S3Metadata] # readPrec :: ReadPrec S3Metadata # readListPrec :: ReadPrec [S3Metadata] # | |
Show S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata Methods showsPrec :: Int -> S3Metadata -> ShowS # show :: S3Metadata -> String # showList :: [S3Metadata] -> ShowS # | |
Generic S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata Associated Types type Rep S3Metadata :: Type -> Type # | |
NFData S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata Methods rnf :: S3Metadata -> () # | |
Hashable S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata | |
FromJSON S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata | |
type Rep S3Metadata Source # | |
newS3Metadata :: S3Metadata Source #
Create a value of S3Metadata
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.