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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DescribePendingMaintenanceActions

Contents

Description

Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.

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

Synopsis

Request

Request constructor

Request lenses

dpmaFilters :: Lens' DescribePendingMaintenanceActions [Filter] Source

A filter that specifies one or more resources to return pending maintenance actions for.

Supported filters:

'db-instance-id' - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

dpmaMarker :: Lens' DescribePendingMaintenanceActions (Maybe Text) Source

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

dpmaMaxRecords :: Lens' DescribePendingMaintenanceActions (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

dpmaResourceIdentifier :: Lens' DescribePendingMaintenanceActions (Maybe Text) Source

The ARN of a resource to return pending maintenance actions for.

Response

Response constructor

Response lenses

dpmarMarker :: Lens' DescribePendingMaintenanceActionsResponse (Maybe Text) Source

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