amazonka-rds-1.3.5: 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.DescribeOptionGroups

Contents

Description

Describes the available option groups.

See: AWS API Reference for DescribeOptionGroups.

This operation returns paginated results.

Synopsis

Creating a Request

describeOptionGroups :: DescribeOptionGroups Source

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

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

Request Lenses

dogFilters :: Lens' DescribeOptionGroups [Filter] Source

This parameter is not currently supported.

dogEngineName :: Lens' DescribeOptionGroups (Maybe Text) Source

Filters the list of option groups to only include groups associated with a specific database engine.

dogMajorEngineVersion :: Lens' DescribeOptionGroups (Maybe Text) Source

Filters the list of option groups to only include groups associated with a specific database engine version. If specified, then EngineName must also be specified.

dogMarker :: Lens' DescribeOptionGroups (Maybe Text) Source

An optional pagination token provided by a previous DescribeOptionGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

dogMaxRecords :: Lens' DescribeOptionGroups (Maybe Int) Source

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

dogOptionGroupName :: Lens' DescribeOptionGroups (Maybe Text) Source

The name of the option group to describe. Cannot be supplied together with EngineName or MajorEngineVersion.

Destructuring the Response

describeOptionGroupsResponse Source

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

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

Response Lenses

dogrsMarker :: Lens' DescribeOptionGroupsResponse (Maybe Text) Source

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.