libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.Types.EventCategoriesMap

Description

 
Synopsis

Documentation

data EventCategoriesMap Source #

Contains the results of a successful invocation of the DescribeEventCategories operation.

See: newEventCategoriesMap smart constructor.

Constructors

EventCategoriesMap' 

Fields

Instances

Instances details
Eq EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

Read EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

Show EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

Generic EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

Associated Types

type Rep EventCategoriesMap :: Type -> Type #

NFData EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

Methods

rnf :: EventCategoriesMap -> () #

Hashable EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

FromXML EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

type Rep EventCategoriesMap Source # 
Instance details

Defined in Amazonka.RDS.Types.EventCategoriesMap

type Rep EventCategoriesMap = D1 ('MetaData "EventCategoriesMap" "Amazonka.RDS.Types.EventCategoriesMap" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "EventCategoriesMap'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newEventCategoriesMap :: EventCategoriesMap Source #

Create a value of EventCategoriesMap 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:sourceType:EventCategoriesMap', eventCategoriesMap_sourceType - The source type that the returned categories belong to

$sel:eventCategories:EventCategoriesMap', eventCategoriesMap_eventCategories - The event categories for the specified source type

eventCategoriesMap_sourceType :: Lens' EventCategoriesMap (Maybe Text) Source #

The source type that the returned categories belong to

eventCategoriesMap_eventCategories :: Lens' EventCategoriesMap (Maybe [Text]) Source #

The event categories for the specified source type