Amazon GameLift

2019/02/07 - Amazon GameLift - 1 new api methods

Changes  Update gamelift client to latest version

DeleteMatchmakingRuleSet (new) Link ΒΆ

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

Related operations

  • CreateMatchmakingConfiguration

  • DescribeMatchmakingConfigurations

  • UpdateMatchmakingConfiguration

  • DeleteMatchmakingConfiguration

  • CreateMatchmakingRuleSet

  • DescribeMatchmakingRuleSets

  • ValidateMatchmakingRuleSet

  • DeleteMatchmakingRuleSet

See also: AWS API Documentation

Request Syntax

client.delete_matchmaking_rule_set(
    Name='string'
)
type Name:

string

param Name:

[REQUIRED]

Unique identifier for a matchmaking rule set to be deleted. (Note: The rule set name is different from the optional "name" field in the rule set body.)

rtype:

dict

returns:

Response Syntax

{}

Response Structure

  • (dict) --

    Represents the returned data in response to a request action.