| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.OpsWorks.DescribeRDSDBInstances
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.
- describeRDSDBInstances :: Text -> DescribeRDSDBInstances
- data DescribeRDSDBInstances
- drdiRDSDBInstanceARNs :: Lens' DescribeRDSDBInstances [Text]
- drdiStackId :: Lens' DescribeRDSDBInstances Text
- describeRDSDBInstancesResponse :: Int -> DescribeRDSDBInstancesResponse
- data DescribeRDSDBInstancesResponse
- drdirsRDSDBInstances :: Lens' DescribeRDSDBInstancesResponse [RDSDBInstance]
- drdirsStatus :: Lens' DescribeRDSDBInstancesResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeRDSDBInstances |
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:
data DescribeRDSDBInstances Source
See: describeRDSDBInstances smart constructor.
Instances
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
Arguments
| :: Int | |
| -> DescribeRDSDBInstancesResponse |
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:
data DescribeRDSDBInstancesResponse Source
Contains the response to a DescribeRdsDbInstances request.
See: describeRDSDBInstancesResponse smart constructor.
Response Lenses
drdirsRDSDBInstances :: Lens' DescribeRDSDBInstancesResponse [RDSDBInstance] Source
An a array of RdsDbInstance objects that describe the instances.
drdirsStatus :: Lens' DescribeRDSDBInstancesResponse Int Source
The response status code.