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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DescribeDBEngineVersions

Contents

Description

Synopsis

Request

Request constructor

Request lenses

ddbevDBParameterGroupFamily :: 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

ddbevDefaultOnly :: Lens' DescribeDBEngineVersions (Maybe Bool) Source

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

ddbevEngine :: Lens' DescribeDBEngineVersions (Maybe Text) Source

The database engine to return.

ddbevEngineVersion :: Lens' DescribeDBEngineVersions (Maybe Text) Source

The database engine version to return.

Example: '5.1.49'

ddbevListSupportedCharacterSets :: 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.

ddbevMarker :: 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.

ddbevMaxRecords :: 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

Response

Response constructor

Response lenses

ddbevrMarker :: 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.