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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for DescribeEventCategories.

Synopsis

Creating a Request

describeEventCategories :: DescribeEventCategories Source

Creates a value of DescribeEventCategories with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

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

decFilters :: Lens' DescribeEventCategories [Filter] Source

This parameter is not currently supported.

Destructuring the Response

describeEventCategoriesResponse Source

Creates a value of DescribeEventCategoriesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses