amazonka-rds-0.0.3: Amazon Relational Database Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DescribeEventCategories

Contents

Description

Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in the Events topic in the Amazon RDS User Guide.

http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeEventCategories.html

Synopsis

Request

Request constructor

describeEventCategories :: DescribeEventCategories Source

DescribeEventCategories constructor.

The fields accessible through corresponding lenses are:

Request lenses

decFilters :: Lens' DescribeEventCategories [Filter] Source

This parameter is not currently supported.

decSourceType :: Lens' DescribeEventCategories (Maybe Text) Source

The type of source that will be generating the events.

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot

Response

Response constructor

Response lenses