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.EMR.DeleteSecurityConfiguration
Description
Deletes a security configuration.
Synopsis
- data DeleteSecurityConfiguration = DeleteSecurityConfiguration' {}
- newDeleteSecurityConfiguration :: Text -> DeleteSecurityConfiguration
- deleteSecurityConfiguration_name :: Lens' DeleteSecurityConfiguration Text
- data DeleteSecurityConfigurationResponse = DeleteSecurityConfigurationResponse' {
- httpStatus :: Int
- newDeleteSecurityConfigurationResponse :: Int -> DeleteSecurityConfigurationResponse
- deleteSecurityConfigurationResponse_httpStatus :: Lens' DeleteSecurityConfigurationResponse Int
Creating a Request
data DeleteSecurityConfiguration Source #
See: newDeleteSecurityConfiguration
smart constructor.
Constructors
DeleteSecurityConfiguration' | |
Instances
newDeleteSecurityConfiguration Source #
Create a value of DeleteSecurityConfiguration
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:DeleteSecurityConfiguration'
, deleteSecurityConfiguration_name
- The name of the security configuration.
Request Lenses
deleteSecurityConfiguration_name :: Lens' DeleteSecurityConfiguration Text Source #
The name of the security configuration.
Destructuring the Response
data DeleteSecurityConfigurationResponse Source #
See: newDeleteSecurityConfigurationResponse
smart constructor.
Constructors
DeleteSecurityConfigurationResponse' | |
Fields
|
Instances
newDeleteSecurityConfigurationResponse Source #
Arguments
:: Int | |
-> DeleteSecurityConfigurationResponse |
Create a value of DeleteSecurityConfigurationResponse
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:DeleteSecurityConfigurationResponse'
, deleteSecurityConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
deleteSecurityConfigurationResponse_httpStatus :: Lens' DeleteSecurityConfigurationResponse Int Source #
The response's http status code.