amazonka-evidently-2.0: Amazon CloudWatch Evidently 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.Evidently.Types.PutProjectEventsResultEntry

Description

 
Synopsis

Documentation

data PutProjectEventsResultEntry Source #

A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.

See: newPutProjectEventsResultEntry smart constructor.

Constructors

PutProjectEventsResultEntry' 

Fields

  • errorCode :: Maybe Text

    If the PutProjectEvents operation has an error, the error code is returned here.

  • errorMessage :: Maybe Text

    If the PutProjectEvents operation has an error, the error message is returned here.

  • eventId :: Maybe Text

    A unique ID assigned to this PutProjectEvents operation.

Instances

Instances details
FromJSON PutProjectEventsResultEntry Source # 
Instance details

Defined in Amazonka.Evidently.Types.PutProjectEventsResultEntry

Generic PutProjectEventsResultEntry Source # 
Instance details

Defined in Amazonka.Evidently.Types.PutProjectEventsResultEntry

Associated Types

type Rep PutProjectEventsResultEntry :: Type -> Type #

Read PutProjectEventsResultEntry Source # 
Instance details

Defined in Amazonka.Evidently.Types.PutProjectEventsResultEntry

Show PutProjectEventsResultEntry Source # 
Instance details

Defined in Amazonka.Evidently.Types.PutProjectEventsResultEntry

NFData PutProjectEventsResultEntry Source # 
Instance details

Defined in Amazonka.Evidently.Types.PutProjectEventsResultEntry

Eq PutProjectEventsResultEntry Source # 
Instance details

Defined in Amazonka.Evidently.Types.PutProjectEventsResultEntry

Hashable PutProjectEventsResultEntry Source # 
Instance details

Defined in Amazonka.Evidently.Types.PutProjectEventsResultEntry

type Rep PutProjectEventsResultEntry Source # 
Instance details

Defined in Amazonka.Evidently.Types.PutProjectEventsResultEntry

type Rep PutProjectEventsResultEntry = D1 ('MetaData "PutProjectEventsResultEntry" "Amazonka.Evidently.Types.PutProjectEventsResultEntry" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "PutProjectEventsResultEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPutProjectEventsResultEntry :: PutProjectEventsResultEntry Source #

Create a value of PutProjectEventsResultEntry 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:errorCode:PutProjectEventsResultEntry', putProjectEventsResultEntry_errorCode - If the PutProjectEvents operation has an error, the error code is returned here.

$sel:errorMessage:PutProjectEventsResultEntry', putProjectEventsResultEntry_errorMessage - If the PutProjectEvents operation has an error, the error message is returned here.

$sel:eventId:PutProjectEventsResultEntry', putProjectEventsResultEntry_eventId - A unique ID assigned to this PutProjectEvents operation.

putProjectEventsResultEntry_errorCode :: Lens' PutProjectEventsResultEntry (Maybe Text) Source #

If the PutProjectEvents operation has an error, the error code is returned here.

putProjectEventsResultEntry_errorMessage :: Lens' PutProjectEventsResultEntry (Maybe Text) Source #

If the PutProjectEvents operation has an error, the error message is returned here.

putProjectEventsResultEntry_eventId :: Lens' PutProjectEventsResultEntry (Maybe Text) Source #

A unique ID assigned to this PutProjectEvents operation.