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

Contents

Description

Lists available reserved DB instance offerings.

See: AWS API Reference for DescribeReservedDBInstancesOfferings.

This operation returns paginated results.

Synopsis

Creating a Request

Request Lenses

drdioProductDescription :: Lens' DescribeReservedDBInstancesOfferings (Maybe Text) Source

Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

drdioFilters :: Lens' DescribeReservedDBInstancesOfferings [Filter] Source

This parameter is not currently supported.

drdioDBInstanceClass :: Lens' DescribeReservedDBInstancesOfferings (Maybe Text) Source

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

drdioMaxRecords :: Lens' DescribeReservedDBInstancesOfferings (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.

drdioMultiAZ :: Lens' DescribeReservedDBInstancesOfferings (Maybe Bool) Source

The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

drdioMarker :: Lens' DescribeReservedDBInstancesOfferings (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.

drdioReservedDBInstancesOfferingId :: Lens' DescribeReservedDBInstancesOfferings (Maybe Text) Source

The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

Example: '438012d3-4052-4cc7-b2e3-8d3372e0e706'

drdioOfferingType :: Lens' DescribeReservedDBInstancesOfferings (Maybe Text) Source

The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

Valid Values: '"Partial Upfront" | "All Upfront" | "No Upfront" '

drdioDuration :: Lens' DescribeReservedDBInstancesOfferings (Maybe Text) Source

Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

Valid Values: '1 | 3 | 31536000 | 94608000'

Destructuring the Response

describeReservedDBInstancesOfferingsResponse Source

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

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

Response Lenses

drdiorsMarker :: Lens' DescribeReservedDBInstancesOfferingsResponse (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.