| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Neptune.DescribeEventCategories
Description
Displays a list of categories for all event source types, or, if specified, for a specified source type.
Synopsis
- data DescribeEventCategories = DescribeEventCategories' {}
- newDescribeEventCategories :: DescribeEventCategories
- describeEventCategories_filters :: Lens' DescribeEventCategories (Maybe [Filter])
- describeEventCategories_sourceType :: Lens' DescribeEventCategories (Maybe Text)
- data DescribeEventCategoriesResponse = DescribeEventCategoriesResponse' {}
- newDescribeEventCategoriesResponse :: Int -> DescribeEventCategoriesResponse
- describeEventCategoriesResponse_eventCategoriesMapList :: Lens' DescribeEventCategoriesResponse (Maybe [EventCategoriesMap])
- describeEventCategoriesResponse_httpStatus :: Lens' DescribeEventCategoriesResponse Int
Creating a Request
data DescribeEventCategories Source #
See: newDescribeEventCategories smart constructor.
Constructors
| DescribeEventCategories' | |
Instances
newDescribeEventCategories :: DescribeEventCategories Source #
Create a value of DescribeEventCategories 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:filters:DescribeEventCategories', describeEventCategories_filters - This parameter is not currently supported.
DescribeEventCategories, describeEventCategories_sourceType - The type of source that is generating the events.
Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot
Request Lenses
describeEventCategories_filters :: Lens' DescribeEventCategories (Maybe [Filter]) Source #
This parameter is not currently supported.
describeEventCategories_sourceType :: Lens' DescribeEventCategories (Maybe Text) Source #
The type of source that is generating the events.
Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot
Destructuring the Response
data DescribeEventCategoriesResponse Source #
See: newDescribeEventCategoriesResponse smart constructor.
Constructors
| DescribeEventCategoriesResponse' | |
Fields
| |
Instances
newDescribeEventCategoriesResponse Source #
Create a value of DescribeEventCategoriesResponse 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:eventCategoriesMapList:DescribeEventCategoriesResponse', describeEventCategoriesResponse_eventCategoriesMapList - A list of EventCategoriesMap data types.
$sel:httpStatus:DescribeEventCategoriesResponse', describeEventCategoriesResponse_httpStatus - The response's http status code.
Response Lenses
describeEventCategoriesResponse_eventCategoriesMapList :: Lens' DescribeEventCategoriesResponse (Maybe [EventCategoriesMap]) Source #
A list of EventCategoriesMap data types.
describeEventCategoriesResponse_httpStatus :: Lens' DescribeEventCategoriesResponse Int Source #
The response's http status code.