| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
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
- data DeleteMatchmakingConfiguration = DeleteMatchmakingConfiguration' {}
- newDeleteMatchmakingConfiguration :: Text -> DeleteMatchmakingConfiguration
- deleteMatchmakingConfiguration_name :: Lens' DeleteMatchmakingConfiguration Text
- data DeleteMatchmakingConfigurationResponse = DeleteMatchmakingConfigurationResponse' {
- httpStatus :: Int
- newDeleteMatchmakingConfigurationResponse :: Int -> DeleteMatchmakingConfigurationResponse
- deleteMatchmakingConfigurationResponse_httpStatus :: Lens' DeleteMatchmakingConfigurationResponse Int
Creating a Request
data DeleteMatchmakingConfiguration Source #
Represents the input for a request operation.
See: newDeleteMatchmakingConfiguration smart constructor.
Constructors
| DeleteMatchmakingConfiguration' | |
Instances
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 #
See: newDeleteMatchmakingConfigurationResponse smart constructor.
Constructors
| DeleteMatchmakingConfigurationResponse' | |
Fields
| |
Instances
newDeleteMatchmakingConfigurationResponse Source #
Arguments
| :: Int | |
| -> DeleteMatchmakingConfigurationResponse |
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
deleteMatchmakingConfigurationResponse_httpStatus :: Lens' DeleteMatchmakingConfigurationResponse Int Source #
The response's http status code.