Safe Haskell | None |
---|---|
Language | Haskell2010 |
Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.
http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeStacks.html
- data DescribeStacks
- describeStacks :: DescribeStacks
- ds1NextToken :: Lens' DescribeStacks (Maybe Text)
- ds1StackName :: Lens' DescribeStacks (Maybe Text)
- data DescribeStacksResponse
- describeStacksResponse :: DescribeStacksResponse
- dsrNextToken :: Lens' DescribeStacksResponse (Maybe Text)
- dsrStacks :: Lens' DescribeStacksResponse [Stack]
Request
data DescribeStacks Source
Request constructor
describeStacks :: DescribeStacks Source
DescribeStacks
constructor.
The fields accessible through corresponding lenses are:
Request lenses
ds1NextToken :: Lens' DescribeStacks (Maybe Text) Source
String that identifies the start of the next list of stacks, if there is one.
ds1StackName :: Lens' DescribeStacks (Maybe Text) Source
The name or the unique identifier associated with the stack, which are not always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
Response
Response constructor
describeStacksResponse :: DescribeStacksResponse Source
DescribeStacksResponse
constructor.
The fields accessible through corresponding lenses are:
dsrNextToken
::
Maybe
Text
dsrStacks
::
[Stack
]
Response lenses
dsrNextToken :: Lens' DescribeStacksResponse (Maybe Text) Source
String that identifies the start of the next list of stacks, if there is one.
dsrStacks :: Lens' DescribeStacksResponse [Stack] Source
A list of stack structures.