| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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.
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 #
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:
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.