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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DescribeDBInstances

Contents

Description

Returns information about provisioned RDS instances. This API supports pagination.

http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html

Synopsis

Request

Request constructor

Request lenses

ddbi1DBInstanceIdentifier :: Lens' DescribeDBInstances (Maybe Text) Source

The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case sensitive.

Constraints:

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

ddbi1Filters :: Lens' DescribeDBInstances [Filter] Source

This parameter is not currently supported.

ddbi1Marker :: Lens' DescribeDBInstances (Maybe Text) Source

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

ddbi1MaxRecords :: Lens' DescribeDBInstances (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 may be retrieved.

Default: 100

Constraints: minimum 20, maximum 100

Response

Response constructor

Response lenses

ddbirMarker :: Lens' DescribeDBInstancesResponse (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 .