amazonka-rds-0.2.1: 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

Supported filters:

'db-instance-id' - Accepts DB instance identifiers and DB instance ARNs. The result list will only include maintenance actions for the specified DB Instances.

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

dpmarPendingMaintenanceActions :: Lens' DescribePendingMaintenanceActionsResponse [ResourcePendingMaintenanceActions] Source

Provides a list of the pending maintenance actions for the resource.