amazonka-opsworks-0.0.0: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.DescribeRdsDbInstances

Contents

Description

Synopsis

Request

Request constructor

describeRdsDbInstances Source

DescribeRdsDbInstances constructor.

The fields accessible through corresponding lenses are:

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.

Response

Response constructor

Response lenses

drdirRdsDbInstances :: Lens' DescribeRdsDbInstancesResponse [RdsDbInstance] Source

An a array of RdsDbInstance objects that describe the instances.