Safe Haskell | None |
---|---|
Language | Haskell2010 |
Returns descriptions of all resources of the specified stack.
For deleted stacks, ListStackResources returns resource information for up to 90 days after the stack has been deleted.
http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackResources.html
- data ListStackResources
- listStackResources :: Text -> ListStackResources
- lsrNextToken :: Lens' ListStackResources (Maybe Text)
- lsrStackName :: Lens' ListStackResources Text
- data ListStackResourcesResponse
- listStackResourcesResponse :: ListStackResourcesResponse
- lsrrNextToken :: Lens' ListStackResourcesResponse (Maybe Text)
- lsrrStackResourceSummaries :: Lens' ListStackResourcesResponse [StackResourceSummary]
Request
data ListStackResources Source
Request constructor
ListStackResources
constructor.
The fields accessible through corresponding lenses are:
Request lenses
lsrNextToken :: Lens' ListStackResources (Maybe Text) Source
String that identifies the start of the next list of stack resource summaries, if there is one.
Default: There is no default value.
lsrStackName :: Lens' ListStackResources 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
listStackResourcesResponse :: ListStackResourcesResponse Source
ListStackResourcesResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
lsrrNextToken :: Lens' ListStackResourcesResponse (Maybe Text) Source
String that identifies the start of the next list of stack resources, if there is one.
lsrrStackResourceSummaries :: Lens' ListStackResourcesResponse [StackResourceSummary] Source
A list of StackResourceSummary
structures.