| 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.ListAssociatedFleets
Description
Lists the fleets associated with the specified stack.
- listAssociatedFleets :: Text -> ListAssociatedFleets
- data ListAssociatedFleets
- lafNextToken :: Lens' ListAssociatedFleets (Maybe Text)
- lafStackName :: Lens' ListAssociatedFleets Text
- listAssociatedFleetsResponse :: Int -> ListAssociatedFleetsResponse
- data ListAssociatedFleetsResponse
- lafrsNextToken :: Lens' ListAssociatedFleetsResponse (Maybe Text)
- lafrsNames :: Lens' ListAssociatedFleetsResponse [Text]
- lafrsResponseStatus :: Lens' ListAssociatedFleetsResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ListAssociatedFleets |
Creates a value of ListAssociatedFleets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lafNextToken- 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.lafStackName- The name of the stack.
data ListAssociatedFleets Source #
See: listAssociatedFleets smart constructor.
Instances
Request Lenses
lafNextToken :: Lens' ListAssociatedFleets (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.
lafStackName :: Lens' ListAssociatedFleets Text Source #
The name of the stack.
Destructuring the Response
listAssociatedFleetsResponse Source #
Arguments
| :: Int | |
| -> ListAssociatedFleetsResponse |
Creates a value of ListAssociatedFleetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lafrsNextToken- 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.lafrsNames- The names of the fleets.lafrsResponseStatus- -- | The response status code.
data ListAssociatedFleetsResponse Source #
See: listAssociatedFleetsResponse smart constructor.
Instances
Response Lenses
lafrsNextToken :: Lens' ListAssociatedFleetsResponse (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.
lafrsNames :: Lens' ListAssociatedFleetsResponse [Text] Source #
The names of the fleets.
lafrsResponseStatus :: Lens' ListAssociatedFleetsResponse Int Source #
- - | The response status code.