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

Description

Deletes an existing matchmaking rule set. To delete the rule set, provide the rule set name. Rule sets cannot be deleted if they are currently being used by a matchmaking configuration.

Learn more

Synopsis

Creating a Request

data DeleteMatchmakingRuleSet Source #

See: newDeleteMatchmakingRuleSet smart constructor.

Constructors

DeleteMatchmakingRuleSet' 

Fields

  • name :: Text

    A unique identifier for the matchmaking rule set to be deleted. (Note: The rule set name is different from the optional "name" field in the rule set body.) You can use either the rule set name or ARN value.

Instances

Instances details
ToJSON DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

ToHeaders DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

ToPath DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

ToQuery DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

AWSRequest DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

Generic DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

Associated Types

type Rep DeleteMatchmakingRuleSet :: Type -> Type #

Read DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

Show DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

NFData DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

Eq DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

Hashable DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

type AWSResponse DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

type Rep DeleteMatchmakingRuleSet Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

type Rep DeleteMatchmakingRuleSet = D1 ('MetaData "DeleteMatchmakingRuleSet" "Amazonka.GameLift.DeleteMatchmakingRuleSet" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" 'False) (C1 ('MetaCons "DeleteMatchmakingRuleSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteMatchmakingRuleSet Source #

Create a value of DeleteMatchmakingRuleSet 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:

DeleteMatchmakingRuleSet, deleteMatchmakingRuleSet_name - A unique identifier for the matchmaking rule set to be deleted. (Note: The rule set name is different from the optional "name" field in the rule set body.) You can use either the rule set name or ARN value.

Request Lenses

deleteMatchmakingRuleSet_name :: Lens' DeleteMatchmakingRuleSet Text Source #

A unique identifier for the matchmaking rule set to be deleted. (Note: The rule set name is different from the optional "name" field in the rule set body.) You can use either the rule set name or ARN value.

Destructuring the Response

data DeleteMatchmakingRuleSetResponse Source #

See: newDeleteMatchmakingRuleSetResponse smart constructor.

Constructors

DeleteMatchmakingRuleSetResponse' 

Fields

Instances

Instances details
Generic DeleteMatchmakingRuleSetResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

Associated Types

type Rep DeleteMatchmakingRuleSetResponse :: Type -> Type #

Read DeleteMatchmakingRuleSetResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

Show DeleteMatchmakingRuleSetResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

NFData DeleteMatchmakingRuleSetResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

Eq DeleteMatchmakingRuleSetResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

type Rep DeleteMatchmakingRuleSetResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingRuleSet

type Rep DeleteMatchmakingRuleSetResponse = D1 ('MetaData "DeleteMatchmakingRuleSetResponse" "Amazonka.GameLift.DeleteMatchmakingRuleSet" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" 'False) (C1 ('MetaCons "DeleteMatchmakingRuleSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteMatchmakingRuleSetResponse Source #

Create a value of DeleteMatchmakingRuleSetResponse 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:httpStatus:DeleteMatchmakingRuleSetResponse', deleteMatchmakingRuleSetResponse_httpStatus - The response's http status code.

Response Lenses