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.ListGameServerGroups

Description

Lists a game server groups.

This operation returns paginated results.

Synopsis

Creating a Request

data ListGameServerGroups Source #

See: newListGameServerGroups smart constructor.

Constructors

ListGameServerGroups' 

Fields

Instances

Instances details
ToJSON ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

ToHeaders ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

ToPath ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

ToQuery ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

AWSPager ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

AWSRequest ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

Associated Types

type AWSResponse ListGameServerGroups #

Generic ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

Associated Types

type Rep ListGameServerGroups :: Type -> Type #

Read ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

Show ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

NFData ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

Methods

rnf :: ListGameServerGroups -> () #

Eq ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

Hashable ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

type AWSResponse ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

type Rep ListGameServerGroups Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

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

newListGameServerGroups :: ListGameServerGroups Source #

Create a value of ListGameServerGroups 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:limit:ListGameServerGroups', listGameServerGroups_limit - The game server groups' limit.

ListGameServerGroups, listGameServerGroups_nextToken - Specify the pagination token from a previous request to retrieve the next page of results.

Request Lenses

listGameServerGroups_nextToken :: Lens' ListGameServerGroups (Maybe Text) Source #

Specify the pagination token from a previous request to retrieve the next page of results.

Destructuring the Response

data ListGameServerGroupsResponse Source #

See: newListGameServerGroupsResponse smart constructor.

Constructors

ListGameServerGroupsResponse' 

Fields

Instances

Instances details
Generic ListGameServerGroupsResponse Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

Associated Types

type Rep ListGameServerGroupsResponse :: Type -> Type #

Read ListGameServerGroupsResponse Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

Show ListGameServerGroupsResponse Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

NFData ListGameServerGroupsResponse Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

Eq ListGameServerGroupsResponse Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

type Rep ListGameServerGroupsResponse Source # 
Instance details

Defined in Amazonka.GameLift.ListGameServerGroups

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

newListGameServerGroupsResponse Source #

Create a value of ListGameServerGroupsResponse 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:gameServerGroups:ListGameServerGroupsResponse', listGameServerGroupsResponse_gameServerGroups - The game server groups' game server groups.

ListGameServerGroups, listGameServerGroupsResponse_nextToken - Specify the pagination token from a previous request to retrieve the next page of results.

$sel:httpStatus:ListGameServerGroupsResponse', listGameServerGroupsResponse_httpStatus - The response's http status code.

Response Lenses

listGameServerGroupsResponse_nextToken :: Lens' ListGameServerGroupsResponse (Maybe Text) Source #

Specify the pagination token from a previous request to retrieve the next page of results.