amazonka-cloudwatch-logs-2.0: Amazon CloudWatch Logs 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.CloudWatchLogs.Types.RejectedLogEventsInfo

Description

 
Synopsis

Documentation

data RejectedLogEventsInfo Source #

Represents the rejected events.

See: newRejectedLogEventsInfo smart constructor.

Constructors

RejectedLogEventsInfo' 

Fields

Instances

Instances details
FromJSON RejectedLogEventsInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.RejectedLogEventsInfo

Generic RejectedLogEventsInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.RejectedLogEventsInfo

Associated Types

type Rep RejectedLogEventsInfo :: Type -> Type #

Read RejectedLogEventsInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.RejectedLogEventsInfo

Show RejectedLogEventsInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.RejectedLogEventsInfo

NFData RejectedLogEventsInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.RejectedLogEventsInfo

Methods

rnf :: RejectedLogEventsInfo -> () #

Eq RejectedLogEventsInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.RejectedLogEventsInfo

Hashable RejectedLogEventsInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.RejectedLogEventsInfo

type Rep RejectedLogEventsInfo Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.RejectedLogEventsInfo

type Rep RejectedLogEventsInfo = D1 ('MetaData "RejectedLogEventsInfo" "Amazonka.CloudWatchLogs.Types.RejectedLogEventsInfo" "amazonka-cloudwatch-logs-2.0-6gvDalNFsfE8djZ4aTfA4V" 'False) (C1 ('MetaCons "RejectedLogEventsInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expiredLogEventEndIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "tooNewLogEventStartIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "tooOldLogEventEndIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newRejectedLogEventsInfo :: RejectedLogEventsInfo Source #

Create a value of RejectedLogEventsInfo 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:expiredLogEventEndIndex:RejectedLogEventsInfo', rejectedLogEventsInfo_expiredLogEventEndIndex - The expired log events.

$sel:tooNewLogEventStartIndex:RejectedLogEventsInfo', rejectedLogEventsInfo_tooNewLogEventStartIndex - The log events that are too new.

$sel:tooOldLogEventEndIndex:RejectedLogEventsInfo', rejectedLogEventsInfo_tooOldLogEventEndIndex - The log events that are dated too far in the past.

rejectedLogEventsInfo_tooOldLogEventEndIndex :: Lens' RejectedLogEventsInfo (Maybe Int) Source #

The log events that are dated too far in the past.