amazonka-gamelift-1.4.0: Amazon GameLift SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.GameLift.DescribeFleetCapacity

Contents

Description

Retrieves the current status of fleet capacity for one or more fleets. This information includes the number of instances that have been requested for the fleet and the number currently active. You can request capacity for all fleets, or specify a list of one or more fleet IDs. When requesting all fleets, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a FleetCapacity object is returned for each requested fleet ID. When specifying a list of fleet IDs, attribute objects are returned only for fleets that currently exist.

Some API actions may limit the number of fleet IDs allowed in one request. If a request exceeds this limit, the request fails and the error message includes the maximum allowed.

Synopsis

Creating a Request

describeFleetCapacity :: DescribeFleetCapacity Source

Creates a value of DescribeFleetCapacity with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dfcNextToken :: Lens' DescribeFleetCapacity (Maybe Text) Source

Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.

dfcLimit :: Lens' DescribeFleetCapacity (Maybe Natural) Source

Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.

dfcFleetIds :: Lens' DescribeFleetCapacity (Maybe (NonEmpty Text)) Source

Unique identifier for the fleet(s) you want to retrieve capacity information for.

Destructuring the Response

describeFleetCapacityResponse Source

Creates a value of DescribeFleetCapacityResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dfcrsNextToken :: Lens' DescribeFleetCapacityResponse (Maybe Text) Source

Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.

dfcrsFleetCapacity :: Lens' DescribeFleetCapacityResponse [FleetCapacity] Source

Collection of objects containing capacity information for each requested fleet ID. Leave this parameter empty to retrieve capacity information for all fleets.