| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.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.
Operations related to match configurations and rule sets include:
CreateMatchmakingConfigurationDescribeMatchmakingConfigurationsUpdateMatchmakingConfigurationDeleteMatchmakingConfigurationCreateMatchmakingRuleSetDescribeMatchmakingRuleSetsValidateMatchmakingRuleSet
- deleteMatchmakingConfiguration :: Text -> DeleteMatchmakingConfiguration
- data DeleteMatchmakingConfiguration
- dmcName :: Lens' DeleteMatchmakingConfiguration Text
- deleteMatchmakingConfigurationResponse :: Int -> DeleteMatchmakingConfigurationResponse
- data DeleteMatchmakingConfigurationResponse
- dmcrsResponseStatus :: Lens' DeleteMatchmakingConfigurationResponse Int
Creating a Request
deleteMatchmakingConfiguration Source #
Arguments
| :: Text | |
| -> DeleteMatchmakingConfiguration |
Creates a value of DeleteMatchmakingConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dmcName- Unique identifier for a matchmaking configuration
data DeleteMatchmakingConfiguration Source #
Represents the input for a request action.
See: deleteMatchmakingConfiguration smart constructor.
Instances
Request Lenses
dmcName :: Lens' DeleteMatchmakingConfiguration Text Source #
Unique identifier for a matchmaking configuration
Destructuring the Response
deleteMatchmakingConfigurationResponse Source #
Arguments
| :: Int | |
| -> DeleteMatchmakingConfigurationResponse |
Creates a value of DeleteMatchmakingConfigurationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dmcrsResponseStatus- -- | The response status code.
data DeleteMatchmakingConfigurationResponse Source #
See: deleteMatchmakingConfigurationResponse smart constructor.
Instances
Response Lenses
dmcrsResponseStatus :: Lens' DeleteMatchmakingConfigurationResponse Int Source #
- - | The response status code.