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 |
Deletes the remediation configuration.
Synopsis
- data DeleteRemediationConfiguration = DeleteRemediationConfiguration' {}
- newDeleteRemediationConfiguration :: Text -> DeleteRemediationConfiguration
- deleteRemediationConfiguration_resourceType :: Lens' DeleteRemediationConfiguration (Maybe Text)
- deleteRemediationConfiguration_configRuleName :: Lens' DeleteRemediationConfiguration Text
- data DeleteRemediationConfigurationResponse = DeleteRemediationConfigurationResponse' {
- httpStatus :: Int
- newDeleteRemediationConfigurationResponse :: Int -> DeleteRemediationConfigurationResponse
- deleteRemediationConfigurationResponse_httpStatus :: Lens' DeleteRemediationConfigurationResponse Int
Creating a Request
data DeleteRemediationConfiguration Source #
See: newDeleteRemediationConfiguration
smart constructor.
DeleteRemediationConfiguration' | |
|
Instances
newDeleteRemediationConfiguration Source #
Create a value of DeleteRemediationConfiguration
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:resourceType:DeleteRemediationConfiguration'
, deleteRemediationConfiguration_resourceType
- The type of a resource.
$sel:configRuleName:DeleteRemediationConfiguration'
, deleteRemediationConfiguration_configRuleName
- The name of the Config rule for which you want to delete remediation
configuration.
Request Lenses
deleteRemediationConfiguration_resourceType :: Lens' DeleteRemediationConfiguration (Maybe Text) Source #
The type of a resource.
deleteRemediationConfiguration_configRuleName :: Lens' DeleteRemediationConfiguration Text Source #
The name of the Config rule for which you want to delete remediation configuration.
Destructuring the Response
data DeleteRemediationConfigurationResponse Source #
See: newDeleteRemediationConfigurationResponse
smart constructor.
DeleteRemediationConfigurationResponse' | |
|
Instances
newDeleteRemediationConfigurationResponse Source #
Create a value of DeleteRemediationConfigurationResponse
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:DeleteRemediationConfigurationResponse'
, deleteRemediationConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
deleteRemediationConfigurationResponse_httpStatus :: Lens' DeleteRemediationConfigurationResponse Int Source #
The response's http status code.