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 |
Documentation
data MagneticStoreRejectedDataLocation Source #
The location to write error reports for records rejected, asynchronously, during magnetic store writes.
See: newMagneticStoreRejectedDataLocation
smart constructor.
MagneticStoreRejectedDataLocation' | |
|
Instances
FromJSON MagneticStoreRejectedDataLocation Source # | |
ToJSON MagneticStoreRejectedDataLocation Source # | |
Generic MagneticStoreRejectedDataLocation Source # | |
Read MagneticStoreRejectedDataLocation Source # | |
Show MagneticStoreRejectedDataLocation Source # | |
NFData MagneticStoreRejectedDataLocation Source # | |
Eq MagneticStoreRejectedDataLocation Source # | |
Hashable MagneticStoreRejectedDataLocation Source # | |
type Rep MagneticStoreRejectedDataLocation Source # | |
Defined in Amazonka.TimeStreamWrite.Types.MagneticStoreRejectedDataLocation type Rep MagneticStoreRejectedDataLocation = D1 ('MetaData "MagneticStoreRejectedDataLocation" "Amazonka.TimeStreamWrite.Types.MagneticStoreRejectedDataLocation" "amazonka-timestream-write-2.0-LXdAXNx5NaTIjNxYPQvSVq" 'False) (C1 ('MetaCons "MagneticStoreRejectedDataLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Configuration)))) |
newMagneticStoreRejectedDataLocation :: MagneticStoreRejectedDataLocation Source #
Create a value of MagneticStoreRejectedDataLocation
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:s3Configuration:MagneticStoreRejectedDataLocation'
, magneticStoreRejectedDataLocation_s3Configuration
- Configuration of an S3 location to write error reports for records
rejected, asynchronously, during magnetic store writes.
magneticStoreRejectedDataLocation_s3Configuration :: Lens' MagneticStoreRejectedDataLocation (Maybe S3Configuration) Source #
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.