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.
- deleteSecurityConfiguration :: Text -> DeleteSecurityConfiguration
- data DeleteSecurityConfiguration
- dscName :: Lens' DeleteSecurityConfiguration Text
- deleteSecurityConfigurationResponse :: Int -> DeleteSecurityConfigurationResponse
- data DeleteSecurityConfigurationResponse
- dscrsResponseStatus :: Lens' DeleteSecurityConfigurationResponse Int
Creating a Request
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 #
See: deleteSecurityConfiguration
smart constructor.
Instances
Request Lenses
dscName :: Lens' DeleteSecurityConfiguration Text #
The name of the security configuration.
Destructuring the Response
deleteSecurityConfigurationResponse #
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 #
See: deleteSecurityConfigurationResponse
smart constructor.
Instances
Response Lenses
dscrsResponseStatus :: Lens' DeleteSecurityConfigurationResponse Int #
- - | The response status code.