| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.AppStream.ListAssociatedStacks
Description
Lists the stacks associated with the specified fleet.
- listAssociatedStacks :: Text -> ListAssociatedStacks
- data ListAssociatedStacks
- lasNextToken :: Lens' ListAssociatedStacks (Maybe Text)
- lasFleetName :: Lens' ListAssociatedStacks Text
- listAssociatedStacksResponse :: Int -> ListAssociatedStacksResponse
- data ListAssociatedStacksResponse
- lasrsNextToken :: Lens' ListAssociatedStacksResponse (Maybe Text)
- lasrsNames :: Lens' ListAssociatedStacksResponse [Text]
- lasrsResponseStatus :: Lens' ListAssociatedStacksResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ListAssociatedStacks |
Creates a value of ListAssociatedStacks with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lasNextToken- The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.lasFleetName- The name of the fleet.
data ListAssociatedStacks Source #
See: listAssociatedStacks smart constructor.
Instances
Request Lenses
lasNextToken :: Lens' ListAssociatedStacks (Maybe Text) Source #
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
lasFleetName :: Lens' ListAssociatedStacks Text Source #
The name of the fleet.
Destructuring the Response
listAssociatedStacksResponse Source #
Arguments
| :: Int | |
| -> ListAssociatedStacksResponse |
Creates a value of ListAssociatedStacksResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lasrsNextToken- The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.lasrsNames- The names of the stacks.lasrsResponseStatus- -- | The response status code.
data ListAssociatedStacksResponse Source #
See: listAssociatedStacksResponse smart constructor.
Instances
Response Lenses
lasrsNextToken :: Lens' ListAssociatedStacksResponse (Maybe Text) Source #
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
lasrsNames :: Lens' ListAssociatedStacksResponse [Text] Source #
The names of the stacks.
lasrsResponseStatus :: Lens' ListAssociatedStacksResponse Int Source #
- - | The response status code.