amazonka-rds-1.2.0: 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.DescribePendingMaintenanceActions

Contents

Description

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

See: AWS API Reference for DescribePendingMaintenanceActions.

Synopsis

Creating a Request

describePendingMaintenanceActions :: DescribePendingMaintenanceActions Source

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

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

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.

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.

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.

dpmaResourceIdentifier :: Lens' DescribePendingMaintenanceActions (Maybe Text) Source

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

Destructuring the Response

describePendingMaintenanceActionsResponse Source

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

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

Response Lenses

dpmarsMarker :: 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.