amazonka-opsworks-1.2.0.2: Amazon OpsWorks 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.OpsWorks.DescribeRDSDBInstances

Contents

Description

Describes Amazon RDS instances.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

See: AWS API Reference for DescribeRDSDBInstances.

Synopsis

Creating a Request

describeRDSDBInstances Source

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

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

Request Lenses

drdiRDSDBInstanceARNs :: Lens' DescribeRDSDBInstances [Text] Source

An array containing the ARNs of the instances to be described.

drdiStackId :: Lens' DescribeRDSDBInstances Text Source

The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.

Destructuring the Response

describeRDSDBInstancesResponse Source

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

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

Response Lenses

drdirsRDSDBInstances :: Lens' DescribeRDSDBInstancesResponse [RDSDBInstance] Source

An a array of RdsDbInstance objects that describe the instances.