| 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.EMR.DeleteSecurityConfiguration
Description
Deletes a security configuration.
Synopsis
- deleteSecurityConfiguration :: Text -> DeleteSecurityConfiguration
- data DeleteSecurityConfiguration
- dscName :: Lens' DeleteSecurityConfiguration Text
- deleteSecurityConfigurationResponse :: Int -> DeleteSecurityConfigurationResponse
- data DeleteSecurityConfigurationResponse
- dscrsResponseStatus :: Lens' DeleteSecurityConfigurationResponse Int
Creating a Request
deleteSecurityConfiguration Source #
Arguments
| :: Text | |
| -> DeleteSecurityConfiguration |
Creates a value of DeleteSecurityConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dscName- The name of the security configuration.
data DeleteSecurityConfiguration Source #
See: deleteSecurityConfiguration smart constructor.
Instances
Request Lenses
Destructuring the Response
deleteSecurityConfigurationResponse Source #
Arguments
| :: Int | |
| -> DeleteSecurityConfigurationResponse |
Creates a value of DeleteSecurityConfigurationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dscrsResponseStatus- -- | The response status code.
data DeleteSecurityConfigurationResponse Source #
See: deleteSecurityConfigurationResponse smart constructor.
Instances
Response Lenses
dscrsResponseStatus :: Lens' DeleteSecurityConfigurationResponse Int Source #
- - | The response status code.