Safe Haskell | None |
---|---|
Language | Haskell2010 |
Requests a description of one or more stacks. 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_DescribeStacks.html
Request
data DescribeStacks Source
Request constructor
describeStacks :: DescribeStacks Source
DescribeStacks
constructor.
The fields accessible through corresponding lenses are:
dsStackIds
::
[Text
]
Request lenses
dsStackIds :: Lens' DescribeStacks [Text] Source
An array of stack IDs that specify the stacks to be described. If you omit this parameter, DescribeStacks returns a description of every stack.
Response
Response constructor
describeStacksResponse :: DescribeStacksResponse Source
DescribeStacksResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dsrStacks :: Lens' DescribeStacksResponse [Stack] Source
An array of Stack objects that describe the stacks.