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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DescribeOptionGroupOptions

Contents

Description

Synopsis

Request

Request constructor

Request lenses

dogoEngineName :: Lens' DescribeOptionGroupOptions Text Source

A required parameter. Options available for the given Engine name will be described.

dogoFilters :: Lens' DescribeOptionGroupOptions [Filter] Source

This parameter is not currently supported.

dogoMajorEngineVersion :: Lens' DescribeOptionGroupOptions (Maybe Text) Source

If specified, filters the results to include only options for the specified major engine version.

dogoMarker :: Lens' DescribeOptionGroupOptions (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.

dogoMaxRecords :: Lens' DescribeOptionGroupOptions (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

Response

Response constructor

Response lenses

dogorMarker :: Lens' DescribeOptionGroupOptionsResponse (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.