libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose
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.Firehose.Types.PutRecordBatchResponseEntry

Description

 
Synopsis

Documentation

data PutRecordBatchResponseEntry Source #

Contains the result for an individual record from a PutRecordBatch request. If the record is successfully added to your delivery stream, it receives a record ID. If the record fails to be added to your delivery stream, the result includes an error code and an error message.

See: newPutRecordBatchResponseEntry smart constructor.

Constructors

PutRecordBatchResponseEntry' 

Fields

Instances

Instances details
Eq PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

Read PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

Show PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

Generic PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

Associated Types

type Rep PutRecordBatchResponseEntry :: Type -> Type #

NFData PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

Hashable PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

FromJSON PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

type Rep PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

type Rep PutRecordBatchResponseEntry = D1 ('MetaData "PutRecordBatchResponseEntry" "Amazonka.Firehose.Types.PutRecordBatchResponseEntry" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "PutRecordBatchResponseEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPutRecordBatchResponseEntry :: PutRecordBatchResponseEntry Source #

Create a value of PutRecordBatchResponseEntry 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:recordId:PutRecordBatchResponseEntry', putRecordBatchResponseEntry_recordId - The ID of the record.

$sel:errorCode:PutRecordBatchResponseEntry', putRecordBatchResponseEntry_errorCode - The error code for an individual record result.

$sel:errorMessage:PutRecordBatchResponseEntry', putRecordBatchResponseEntry_errorMessage - The error message for an individual record result.

putRecordBatchResponseEntry_errorCode :: Lens' PutRecordBatchResponseEntry (Maybe Text) Source #

The error code for an individual record result.

putRecordBatchResponseEntry_errorMessage :: Lens' PutRecordBatchResponseEntry (Maybe Text) Source #

The error message for an individual record result.