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

Amazonka.GameLift.DescribeMatchmakingConfigurations

Description

Retrieves the details of FlexMatch matchmaking configurations.

This operation offers the following options: (1) retrieve all matchmaking configurations, (2) retrieve configurations for a specified list, or (3) retrieve all configurations that use a specified rule set name. When requesting multiple items, use the pagination parameters to retrieve results as a set of sequential pages.

If successful, a configuration is returned for each requested name. When specifying a list of names, only configurations that currently exist are returned.

Learn more

Setting up FlexMatch matchmakers

Related actions

CreateMatchmakingConfiguration | DescribeMatchmakingConfigurations | UpdateMatchmakingConfiguration | DeleteMatchmakingConfiguration | CreateMatchmakingRuleSet | DescribeMatchmakingRuleSets | ValidateMatchmakingRuleSet | DeleteMatchmakingRuleSet | All APIs by task

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeMatchmakingConfigurations Source #

Represents the input for a request operation.

See: newDescribeMatchmakingConfigurations smart constructor.

Constructors

DescribeMatchmakingConfigurations' 

Fields

  • ruleSetName :: Maybe Text

    A unique identifier for the matchmaking rule set. You can use either the rule set name or ARN value. Use this parameter to retrieve all matchmaking configurations that use this rule set.

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

  • names :: Maybe [Text]

    A unique identifier for the matchmaking configuration(s) to retrieve. You can use either the configuration name or ARN value. To request all existing configurations, leave this parameter empty.

  • 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 limited to 10.

Instances

Instances details
Eq DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

Read DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

Show DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

Generic DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

Associated Types

type Rep DescribeMatchmakingConfigurations :: Type -> Type #

NFData DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

Hashable DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

ToJSON DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

AWSPager DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

AWSRequest DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

ToHeaders DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

ToPath DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

ToQuery DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

type Rep DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

type Rep DescribeMatchmakingConfigurations = D1 ('MetaData "DescribeMatchmakingConfigurations" "Amazonka.GameLift.DescribeMatchmakingConfigurations" "libZSservicesZSamazonka-gameliftZSamazonka-gamelift" 'False) (C1 ('MetaCons "DescribeMatchmakingConfigurations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ruleSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse DescribeMatchmakingConfigurations Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

newDescribeMatchmakingConfigurations :: DescribeMatchmakingConfigurations Source #

Create a value of DescribeMatchmakingConfigurations 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:ruleSetName:DescribeMatchmakingConfigurations', describeMatchmakingConfigurations_ruleSetName - A unique identifier for the matchmaking rule set. You can use either the rule set name or ARN value. Use this parameter to retrieve all matchmaking configurations that use this rule set.

$sel:nextToken:DescribeMatchmakingConfigurations', describeMatchmakingConfigurations_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.

$sel:names:DescribeMatchmakingConfigurations', describeMatchmakingConfigurations_names - A unique identifier for the matchmaking configuration(s) to retrieve. You can use either the configuration name or ARN value. To request all existing configurations, leave this parameter empty.

$sel:limit:DescribeMatchmakingConfigurations', describeMatchmakingConfigurations_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 limited to 10.

Request Lenses

describeMatchmakingConfigurations_ruleSetName :: Lens' DescribeMatchmakingConfigurations (Maybe Text) Source #

A unique identifier for the matchmaking rule set. You can use either the rule set name or ARN value. Use this parameter to retrieve all matchmaking configurations that use this rule set.

describeMatchmakingConfigurations_nextToken :: Lens' DescribeMatchmakingConfigurations (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.

describeMatchmakingConfigurations_names :: Lens' DescribeMatchmakingConfigurations (Maybe [Text]) Source #

A unique identifier for the matchmaking configuration(s) to retrieve. You can use either the configuration name or ARN value. To request all existing configurations, leave this parameter empty.

describeMatchmakingConfigurations_limit :: Lens' DescribeMatchmakingConfigurations (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 limited to 10.

Destructuring the Response

data DescribeMatchmakingConfigurationsResponse Source #

Represents the returned data in response to a request operation.

See: newDescribeMatchmakingConfigurationsResponse smart constructor.

Constructors

DescribeMatchmakingConfigurationsResponse' 

Fields

Instances

Instances details
Eq DescribeMatchmakingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

Read DescribeMatchmakingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

Show DescribeMatchmakingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

Generic DescribeMatchmakingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

NFData DescribeMatchmakingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

type Rep DescribeMatchmakingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.GameLift.DescribeMatchmakingConfigurations

type Rep DescribeMatchmakingConfigurationsResponse = D1 ('MetaData "DescribeMatchmakingConfigurationsResponse" "Amazonka.GameLift.DescribeMatchmakingConfigurations" "libZSservicesZSamazonka-gameliftZSamazonka-gamelift" 'False) (C1 ('MetaCons "DescribeMatchmakingConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MatchmakingConfiguration])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeMatchmakingConfigurationsResponse Source #

Create a value of DescribeMatchmakingConfigurationsResponse 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:configurations:DescribeMatchmakingConfigurationsResponse', describeMatchmakingConfigurationsResponse_configurations - A collection of requested matchmaking configurations.

$sel:nextToken:DescribeMatchmakingConfigurations', describeMatchmakingConfigurationsResponse_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:DescribeMatchmakingConfigurationsResponse', describeMatchmakingConfigurationsResponse_httpStatus - The response's http status code.

Response Lenses

describeMatchmakingConfigurationsResponse_nextToken :: Lens' DescribeMatchmakingConfigurationsResponse (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.