| 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.Kafka.DeleteConfiguration
Description
Deletes an MSK Configuration.
Synopsis
- data DeleteConfiguration = DeleteConfiguration' {}
- newDeleteConfiguration :: Text -> DeleteConfiguration
- deleteConfiguration_arn :: Lens' DeleteConfiguration Text
- data DeleteConfigurationResponse = DeleteConfigurationResponse' {
- arn :: Maybe Text
- state :: Maybe ConfigurationState
- httpStatus :: Int
- newDeleteConfigurationResponse :: Int -> DeleteConfigurationResponse
- deleteConfigurationResponse_arn :: Lens' DeleteConfigurationResponse (Maybe Text)
- deleteConfigurationResponse_state :: Lens' DeleteConfigurationResponse (Maybe ConfigurationState)
- deleteConfigurationResponse_httpStatus :: Lens' DeleteConfigurationResponse Int
Creating a Request
data DeleteConfiguration Source #
See: newDeleteConfiguration smart constructor.
Constructors
| DeleteConfiguration' | |
Instances
newDeleteConfiguration Source #
Arguments
| :: Text | |
| -> DeleteConfiguration |
Create a value of DeleteConfiguration 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:
DeleteConfiguration, deleteConfiguration_arn - The Amazon Resource Name (ARN) that uniquely identifies an MSK
configuration.
Request Lenses
deleteConfiguration_arn :: Lens' DeleteConfiguration Text Source #
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
Destructuring the Response
data DeleteConfigurationResponse Source #
See: newDeleteConfigurationResponse smart constructor.
Constructors
| DeleteConfigurationResponse' | |
Fields
| |
Instances
newDeleteConfigurationResponse Source #
Create a value of DeleteConfigurationResponse 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:
DeleteConfiguration, deleteConfigurationResponse_arn - The Amazon Resource Name (ARN) that uniquely identifies an MSK
configuration.
DeleteConfigurationResponse, deleteConfigurationResponse_state - The state of the configuration. The possible states are ACTIVE,
DELETING, and DELETE_FAILED.
$sel:httpStatus:DeleteConfigurationResponse', deleteConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
deleteConfigurationResponse_arn :: Lens' DeleteConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
deleteConfigurationResponse_state :: Lens' DeleteConfigurationResponse (Maybe ConfigurationState) Source #
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
deleteConfigurationResponse_httpStatus :: Lens' DeleteConfigurationResponse Int Source #
The response's http status code.