amazonka-gamelift-2.0: Amazon GameLift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GameLift.DescribeFleetCapacity

Description

Retrieves the resource capacity settings for one or more fleets. The data returned includes the current fleet capacity (number of EC2 instances), and settings that can control how capacity scaling. For fleets with remote locations, this operation retrieves data for the fleet's home Region only.

This operation can be used in the following ways:

  • To get capacity data for one or more specific fleets, provide a list of fleet IDs or fleet ARNs.
  • To get capacity data for all fleets, do not provide a fleet identifier.

When requesting multiple 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. Each FleetCapacity object includes a Location property, which is set to the fleet's home Region. When a list of fleet IDs is provided, attribute objects are returned only for fleets that currently exist.

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

Learn more

Setting up GameLift fleets

GameLift metrics for fleets

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeFleetCapacity Source #

See: newDescribeFleetCapacity smart constructor.

Constructors

DescribeFleetCapacity' 

Fields

  • fleetIds :: Maybe (NonEmpty Text)

    A unique identifier for the fleet to retrieve capacity information for. You can use either the fleet ID or ARN value. Leave this parameter empty to retrieve capacity information for all fleets.

  • limit :: Maybe Natural

    The maximum number of results to return. 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.

  • nextToken :: Maybe Text

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

Instances

Instances details
ToJSON DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

ToHeaders DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

ToPath DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

ToQuery DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

AWSPager DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

AWSRequest DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

Associated Types

type AWSResponse DescribeFleetCapacity #

Generic DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

Associated Types

type Rep DescribeFleetCapacity :: Type -> Type #

Read DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

Show DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

NFData DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

Methods

rnf :: DescribeFleetCapacity -> () #

Eq DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

Hashable DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

type AWSResponse DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

type Rep DescribeFleetCapacity Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

type Rep DescribeFleetCapacity = D1 ('MetaData "DescribeFleetCapacity" "Amazonka.GameLift.DescribeFleetCapacity" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" 'False) (C1 ('MetaCons "DescribeFleetCapacity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeFleetCapacity :: DescribeFleetCapacity Source #

Create a value of DescribeFleetCapacity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetIds:DescribeFleetCapacity', describeFleetCapacity_fleetIds - A unique identifier for the fleet to retrieve capacity information for. You can use either the fleet ID or ARN value. Leave this parameter empty to retrieve capacity information for all fleets.

$sel:limit:DescribeFleetCapacity', describeFleetCapacity_limit - The maximum number of results to return. 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.

DescribeFleetCapacity, describeFleetCapacity_nextToken - A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.

Request Lenses

describeFleetCapacity_fleetIds :: Lens' DescribeFleetCapacity (Maybe (NonEmpty Text)) Source #

A unique identifier for the fleet to retrieve capacity information for. You can use either the fleet ID or ARN value. Leave this parameter empty to retrieve capacity information for all fleets.

describeFleetCapacity_limit :: Lens' DescribeFleetCapacity (Maybe Natural) Source #

The maximum number of results to return. 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.

describeFleetCapacity_nextToken :: Lens' DescribeFleetCapacity (Maybe Text) Source #

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

Destructuring the Response

data DescribeFleetCapacityResponse Source #

See: newDescribeFleetCapacityResponse smart constructor.

Constructors

DescribeFleetCapacityResponse' 

Fields

  • fleetCapacity :: Maybe [FleetCapacity]

    A collection of objects that contains capacity information for each requested fleet ID. Capacity objects are returned only for fleets that currently exist.

  • nextToken :: Maybe Text

    A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic DescribeFleetCapacityResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

Associated Types

type Rep DescribeFleetCapacityResponse :: Type -> Type #

Read DescribeFleetCapacityResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

Show DescribeFleetCapacityResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

NFData DescribeFleetCapacityResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

Eq DescribeFleetCapacityResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

type Rep DescribeFleetCapacityResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeFleetCapacity

type Rep DescribeFleetCapacityResponse = D1 ('MetaData "DescribeFleetCapacityResponse" "Amazonka.GameLift.DescribeFleetCapacity" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" 'False) (C1 ('MetaCons "DescribeFleetCapacityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FleetCapacity])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFleetCapacityResponse Source #

Create a value of DescribeFleetCapacityResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetCapacity:DescribeFleetCapacityResponse', describeFleetCapacityResponse_fleetCapacity - A collection of objects that contains capacity information for each requested fleet ID. Capacity objects are returned only for fleets that currently exist.

DescribeFleetCapacity, describeFleetCapacityResponse_nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

$sel:httpStatus:DescribeFleetCapacityResponse', describeFleetCapacityResponse_httpStatus - The response's http status code.

Response Lenses

describeFleetCapacityResponse_fleetCapacity :: Lens' DescribeFleetCapacityResponse (Maybe [FleetCapacity]) Source #

A collection of objects that contains capacity information for each requested fleet ID. Capacity objects are returned only for fleets that currently exist.

describeFleetCapacityResponse_nextToken :: Lens' DescribeFleetCapacityResponse (Maybe Text) Source #

A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.