| 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.DescribeStackSummary
Description
Describes the number of layers and apps in a specified stack, and the
number of instances in each state, such as running_setup or online.
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 DescribeStackSummary.
- describeStackSummary :: Text -> DescribeStackSummary
- data DescribeStackSummary
- dssStackId :: Lens' DescribeStackSummary Text
- describeStackSummaryResponse :: Int -> DescribeStackSummaryResponse
- data DescribeStackSummaryResponse
- dssrsStackSummary :: Lens' DescribeStackSummaryResponse (Maybe StackSummary)
- dssrsStatus :: Lens' DescribeStackSummaryResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribeStackSummary |
Creates a value of DescribeStackSummary with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeStackSummary Source
See: describeStackSummary smart constructor.
Instances
Request Lenses
dssStackId :: Lens' DescribeStackSummary Text Source
The stack ID.
Destructuring the Response
describeStackSummaryResponse Source
Arguments
| :: Int | |
| -> DescribeStackSummaryResponse |
Creates a value of DescribeStackSummaryResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeStackSummaryResponse Source
Contains the response to a DescribeStackSummary request.
See: describeStackSummaryResponse smart constructor.
Response Lenses
dssrsStackSummary :: Lens' DescribeStackSummaryResponse (Maybe StackSummary) Source
A StackSummary object that contains the results.
dssrsStatus :: Lens' DescribeStackSummaryResponse Int Source
The response status code.