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.DescribeDBEngineVersions

Contents

Description

Returns a list of the available DB engines.

See: AWS API Reference for DescribeDBEngineVersions.

This operation returns paginated results.

Synopsis

Creating a Request

describeDBEngineVersions :: DescribeDBEngineVersions Source

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

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

Request Lenses

ddevEngineVersion :: Lens' DescribeDBEngineVersions (Maybe Text) Source

The database engine version to return.

Example: '5.1.49'

ddevDefaultOnly :: Lens' DescribeDBEngineVersions (Maybe Bool) Source

Indicates that only the default version of the specified engine or engine and major version combination is returned.

ddevEngine :: Lens' DescribeDBEngineVersions (Maybe Text) Source

The database engine to return.

ddevDBParameterGroupFamily :: Lens' DescribeDBEngineVersions (Maybe Text) Source

The name of a specific DB parameter group family to return details for.

Constraints:

  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens

ddevListSupportedCharacterSets :: Lens' DescribeDBEngineVersions (Maybe Bool) Source

If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

ddevMaxRecords :: Lens' DescribeDBEngineVersions (Maybe Int) Source

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

Default: 100

Constraints: Minimum 20, maximum 100.

ddevMarker :: Lens' DescribeDBEngineVersions (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.

Destructuring the Response

describeDBEngineVersionsResponse Source

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

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

Response Lenses

ddevrsMarker :: Lens' DescribeDBEngineVersionsResponse (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.