| 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.
http://docs.aws.amazon.com/opsworks/latest/APIReference/API_DescribeStackSummary.html
Request
data DescribeStackSummary Source
Instances
Request constructor
Arguments
| :: Text | |
| -> DescribeStackSummary |
DescribeStackSummary constructor.
The fields accessible through corresponding lenses are:
dssStackId::Text
Request lenses
dssStackId :: Lens' DescribeStackSummary Text Source
The stack ID.
Response
Response constructor
describeStackSummaryResponse :: DescribeStackSummaryResponse Source
DescribeStackSummaryResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
dssrStackSummary :: Lens' DescribeStackSummaryResponse (Maybe StackSummary) Source
A StackSummary object that contains the results.