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

Contents

Description

Returns a list of orderable DB instance options for the specified engine.

See: AWS API Reference for DescribeOrderableDBInstanceOptions.

This operation returns paginated results.

Synopsis

Creating a Request

Request Lenses

dodioEngineVersion :: Lens' DescribeOrderableDBInstanceOptions (Maybe Text) Source

The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

dodioFilters :: Lens' DescribeOrderableDBInstanceOptions [Filter] Source

This parameter is not currently supported.

dodioDBInstanceClass :: Lens' DescribeOrderableDBInstanceOptions (Maybe Text) Source

The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

dodioLicenseModel :: Lens' DescribeOrderableDBInstanceOptions (Maybe Text) Source

The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

dodioMaxRecords :: Lens' DescribeOrderableDBInstanceOptions (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.

dodioMarker :: Lens' DescribeOrderableDBInstanceOptions (Maybe Text) Source

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

dodioVPC :: Lens' DescribeOrderableDBInstanceOptions (Maybe Bool) Source

The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

dodioEngine :: Lens' DescribeOrderableDBInstanceOptions Text Source

The name of the engine to retrieve DB instance options for.

Destructuring the Response

describeOrderableDBInstanceOptionsResponse Source

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

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

Response Lenses

dodiorsOrderableDBInstanceOptions :: Lens' DescribeOrderableDBInstanceOptionsResponse [OrderableDBInstanceOption] Source

An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

dodiorsMarker :: Lens' DescribeOrderableDBInstanceOptionsResponse (Maybe Text) Source

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