| 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.DescribeFleets
Description
Describes the specified fleets or all fleets in the account.
- describeFleets :: DescribeFleets
- data DescribeFleets
- dfNextToken :: Lens' DescribeFleets (Maybe Text)
- dfNames :: Lens' DescribeFleets [Text]
- describeFleetsResponse :: Int -> DescribeFleetsResponse
- data DescribeFleetsResponse
- dfsrsNextToken :: Lens' DescribeFleetsResponse (Maybe Text)
- dfsrsFleets :: Lens' DescribeFleetsResponse [Fleet]
- dfsrsResponseStatus :: Lens' DescribeFleetsResponse Int
Creating a Request
describeFleets :: DescribeFleets Source #
Creates a value of DescribeFleets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfNextToken- 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.dfNames- The names of the fleets to describe.
data DescribeFleets Source #
See: describeFleets smart constructor.
Instances
Request Lenses
dfNextToken :: Lens' DescribeFleets (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.
Destructuring the Response
describeFleetsResponse Source #
Arguments
| :: Int | |
| -> DescribeFleetsResponse |
Creates a value of DescribeFleetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfsrsNextToken- 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.dfsrsFleets- Information about the fleets.dfsrsResponseStatus- -- | The response status code.
data DescribeFleetsResponse Source #
See: describeFleetsResponse smart constructor.
Response Lenses
dfsrsNextToken :: Lens' DescribeFleetsResponse (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.
dfsrsFleets :: Lens' DescribeFleetsResponse [Fleet] Source #
Information about the fleets.
dfsrsResponseStatus :: Lens' DescribeFleetsResponse Int Source #
- - | The response status code.