libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru
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.DevOpsGuru.Types.ListEventsFilters

Description

 
Synopsis

Documentation

data ListEventsFilters Source #

Filters you can use to specify which events are returned when ListEvents is called.

See: newListEventsFilters smart constructor.

Constructors

ListEventsFilters' 

Fields

Instances

Instances details
Eq ListEventsFilters Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ListEventsFilters

Read ListEventsFilters Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ListEventsFilters

Show ListEventsFilters Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ListEventsFilters

Generic ListEventsFilters Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ListEventsFilters

Associated Types

type Rep ListEventsFilters :: Type -> Type #

NFData ListEventsFilters Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ListEventsFilters

Methods

rnf :: ListEventsFilters -> () #

Hashable ListEventsFilters Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ListEventsFilters

ToJSON ListEventsFilters Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ListEventsFilters

type Rep ListEventsFilters Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.ListEventsFilters

type Rep ListEventsFilters = D1 ('MetaData "ListEventsFilters" "Amazonka.DevOpsGuru.Types.ListEventsFilters" "libZSservicesZSamazonka-devops-guruZSamazonka-devops-guru" 'False) (C1 ('MetaCons "ListEventsFilters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceCollection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceCollection)) :*: (S1 ('MetaSel ('Just "eventClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventClass)) :*: S1 ('MetaSel ('Just "insightId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventDataSource)) :*: (S1 ('MetaSel ('Just "eventTimeRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventTimeRange)) :*: S1 ('MetaSel ('Just "eventSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newListEventsFilters :: ListEventsFilters Source #

Create a value of ListEventsFilters 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:resourceCollection:ListEventsFilters', listEventsFilters_resourceCollection - Undocumented member.

$sel:eventClass:ListEventsFilters', listEventsFilters_eventClass - The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.

$sel:insightId:ListEventsFilters', listEventsFilters_insightId - An ID of an insight that is related to the events you want to filter for.

$sel:dataSource:ListEventsFilters', listEventsFilters_dataSource - The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned.

$sel:eventTimeRange:ListEventsFilters', listEventsFilters_eventTimeRange - A time range during which you want the filtered events to have occurred.

$sel:eventSource:ListEventsFilters', listEventsFilters_eventSource - The AWS source that emitted the events you want to filter for.

listEventsFilters_eventClass :: Lens' ListEventsFilters (Maybe EventClass) Source #

The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.

listEventsFilters_insightId :: Lens' ListEventsFilters (Maybe Text) Source #

An ID of an insight that is related to the events you want to filter for.

listEventsFilters_dataSource :: Lens' ListEventsFilters (Maybe EventDataSource) Source #

The source, AWS_CLOUD_TRAIL or AWS_CODE_DEPLOY, of the events you want returned.

listEventsFilters_eventTimeRange :: Lens' ListEventsFilters (Maybe EventTimeRange) Source #

A time range during which you want the filtered events to have occurred.

listEventsFilters_eventSource :: Lens' ListEventsFilters (Maybe Text) Source #

The AWS source that emitted the events you want to filter for.