| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
| FromJSON S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata | |
| Generic S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata Associated Types type Rep S3Metadata :: Type -> Type # | |
| 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 # | |
| NFData S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata Methods rnf :: S3Metadata -> () # | |
| Eq S3Metadata Source # | |
Defined in Amazonka.AppFlow.Types.S3Metadata | |
| Hashable 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.