amazonka-health-2.0: Amazon Health APIs and Notifications 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.AWSHealth.Types.EventTypeFilter

Description

 
Synopsis

Documentation

data EventTypeFilter Source #

The values to use to filter results from the DescribeEventTypes operation.

See: newEventTypeFilter smart constructor.

Constructors

EventTypeFilter' 

Fields

Instances

Instances details
ToJSON EventTypeFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventTypeFilter

Generic EventTypeFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventTypeFilter

Associated Types

type Rep EventTypeFilter :: Type -> Type #

Read EventTypeFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventTypeFilter

Show EventTypeFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventTypeFilter

NFData EventTypeFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventTypeFilter

Methods

rnf :: EventTypeFilter -> () #

Eq EventTypeFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventTypeFilter

Hashable EventTypeFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventTypeFilter

type Rep EventTypeFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventTypeFilter

type Rep EventTypeFilter = D1 ('MetaData "EventTypeFilter" "Amazonka.AWSHealth.Types.EventTypeFilter" "amazonka-health-2.0-97kQZARXu4I8k4sVSmOp5K" 'False) (C1 ('MetaCons "EventTypeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventTypeCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty EventTypeCategory))) :*: (S1 ('MetaSel ('Just "eventTypeCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "services") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))))))

newEventTypeFilter :: EventTypeFilter Source #

Create a value of EventTypeFilter 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:eventTypeCategories:EventTypeFilter', eventTypeFilter_eventTypeCategories - A list of event type category codes. Possible values are issue, accountNotification, or scheduledChange. Currently, the investigation value isn't supported at this time.

$sel:eventTypeCodes:EventTypeFilter', eventTypeFilter_eventTypeCodes - A list of event type codes.

$sel:services:EventTypeFilter', eventTypeFilter_services - The Amazon Web Services services associated with the event. For example, EC2, RDS.

eventTypeFilter_eventTypeCategories :: Lens' EventTypeFilter (Maybe (NonEmpty EventTypeCategory)) Source #

A list of event type category codes. Possible values are issue, accountNotification, or scheduledChange. Currently, the investigation value isn't supported at this time.

eventTypeFilter_services :: Lens' EventTypeFilter (Maybe (NonEmpty Text)) Source #

The Amazon Web Services services associated with the event. For example, EC2, RDS.