| 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.DescribeSecurityConfiguration
Description
Provides the details of a security configuration by returning the configuration JSON.
Synopsis
- describeSecurityConfiguration :: Text -> DescribeSecurityConfiguration
- data DescribeSecurityConfiguration
- dName :: Lens' DescribeSecurityConfiguration Text
- describeSecurityConfigurationResponse :: Int -> DescribeSecurityConfigurationResponse
- data DescribeSecurityConfigurationResponse
- drsSecurityConfiguration :: Lens' DescribeSecurityConfigurationResponse (Maybe Text)
- drsName :: Lens' DescribeSecurityConfigurationResponse (Maybe Text)
- drsCreationDateTime :: Lens' DescribeSecurityConfigurationResponse (Maybe UTCTime)
- drsResponseStatus :: Lens' DescribeSecurityConfigurationResponse Int
Creating a Request
describeSecurityConfiguration Source #
Arguments
| :: Text | |
| -> DescribeSecurityConfiguration |
Creates a value of DescribeSecurityConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dName- The name of the security configuration.
data DescribeSecurityConfiguration Source #
See: describeSecurityConfiguration smart constructor.
Instances
Request Lenses
Destructuring the Response
describeSecurityConfigurationResponse Source #
Arguments
| :: Int | |
| -> DescribeSecurityConfigurationResponse |
Creates a value of DescribeSecurityConfigurationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsSecurityConfiguration- The security configuration details in JSON format.drsName- The name of the security configuration.drsCreationDateTime- The date and time the security configuration was createddrsResponseStatus- -- | The response status code.
data DescribeSecurityConfigurationResponse Source #
See: describeSecurityConfigurationResponse smart constructor.
Instances
Response Lenses
drsSecurityConfiguration :: Lens' DescribeSecurityConfigurationResponse (Maybe Text) Source #
The security configuration details in JSON format.
drsName :: Lens' DescribeSecurityConfigurationResponse (Maybe Text) Source #
The name of the security configuration.
drsCreationDateTime :: Lens' DescribeSecurityConfigurationResponse (Maybe UTCTime) Source #
The date and time the security configuration was created
drsResponseStatus :: Lens' DescribeSecurityConfigurationResponse Int Source #
- - | The response status code.