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

Description

Permanently removes a FlexMatch matchmaking configuration. To delete, specify the configuration name. A matchmaking configuration cannot be deleted if it is being used in any active matchmaking tickets.

Related actions

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

Synopsis

Creating a Request

data DeleteMatchmakingConfiguration Source #

Represents the input for a request operation.

See: newDeleteMatchmakingConfiguration smart constructor.

Constructors

DeleteMatchmakingConfiguration' 

Fields

  • name :: Text

    A unique identifier for the matchmaking configuration. You can use either the configuration name or ARN value.

Instances

Instances details
Eq DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

Read DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

Show DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

Generic DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

Associated Types

type Rep DeleteMatchmakingConfiguration :: Type -> Type #

NFData DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

Hashable DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

ToJSON DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

AWSRequest DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

ToHeaders DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

ToPath DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

ToQuery DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

type Rep DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

type Rep DeleteMatchmakingConfiguration = D1 ('MetaData "DeleteMatchmakingConfiguration" "Amazonka.GameLift.DeleteMatchmakingConfiguration" "libZSservicesZSamazonka-gameliftZSamazonka-gamelift" 'False) (C1 ('MetaCons "DeleteMatchmakingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteMatchmakingConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

newDeleteMatchmakingConfiguration Source #

Create a value of DeleteMatchmakingConfiguration 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:name:DeleteMatchmakingConfiguration', deleteMatchmakingConfiguration_name - A unique identifier for the matchmaking configuration. You can use either the configuration name or ARN value.

Request Lenses

deleteMatchmakingConfiguration_name :: Lens' DeleteMatchmakingConfiguration Text Source #

A unique identifier for the matchmaking configuration. You can use either the configuration name or ARN value.

Destructuring the Response

data DeleteMatchmakingConfigurationResponse Source #

Constructors

DeleteMatchmakingConfigurationResponse' 

Fields

Instances

Instances details
Eq DeleteMatchmakingConfigurationResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

Read DeleteMatchmakingConfigurationResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

Show DeleteMatchmakingConfigurationResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

Generic DeleteMatchmakingConfigurationResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

NFData DeleteMatchmakingConfigurationResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

type Rep DeleteMatchmakingConfigurationResponse Source # 
Instance details

Defined in Amazonka.GameLift.DeleteMatchmakingConfiguration

type Rep DeleteMatchmakingConfigurationResponse = D1 ('MetaData "DeleteMatchmakingConfigurationResponse" "Amazonka.GameLift.DeleteMatchmakingConfiguration" "libZSservicesZSamazonka-gameliftZSamazonka-gamelift" 'False) (C1 ('MetaCons "DeleteMatchmakingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteMatchmakingConfigurationResponse Source #

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

Response Lenses