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.Glue.GetSecurityConfiguration
Description
Retrieves a specified security configuration.
Synopsis
- data GetSecurityConfiguration = GetSecurityConfiguration' {}
- newGetSecurityConfiguration :: Text -> GetSecurityConfiguration
- getSecurityConfiguration_name :: Lens' GetSecurityConfiguration Text
- data GetSecurityConfigurationResponse = GetSecurityConfigurationResponse' {}
- newGetSecurityConfigurationResponse :: Int -> GetSecurityConfigurationResponse
- getSecurityConfigurationResponse_securityConfiguration :: Lens' GetSecurityConfigurationResponse (Maybe SecurityConfiguration)
- getSecurityConfigurationResponse_httpStatus :: Lens' GetSecurityConfigurationResponse Int
Creating a Request
data GetSecurityConfiguration Source #
See: newGetSecurityConfiguration
smart constructor.
Constructors
GetSecurityConfiguration' | |
Instances
newGetSecurityConfiguration Source #
Create a value of GetSecurityConfiguration
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:GetSecurityConfiguration'
, getSecurityConfiguration_name
- The name of the security configuration to retrieve.
Request Lenses
getSecurityConfiguration_name :: Lens' GetSecurityConfiguration Text Source #
The name of the security configuration to retrieve.
Destructuring the Response
data GetSecurityConfigurationResponse Source #
See: newGetSecurityConfigurationResponse
smart constructor.
Constructors
GetSecurityConfigurationResponse' | |
Fields
|
Instances
newGetSecurityConfigurationResponse Source #
Create a value of GetSecurityConfigurationResponse
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:securityConfiguration:GetSecurityConfigurationResponse'
, getSecurityConfigurationResponse_securityConfiguration
- The requested security configuration.
$sel:httpStatus:GetSecurityConfigurationResponse'
, getSecurityConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
getSecurityConfigurationResponse_securityConfiguration :: Lens' GetSecurityConfigurationResponse (Maybe SecurityConfiguration) Source #
The requested security configuration.
getSecurityConfigurationResponse_httpStatus :: Lens' GetSecurityConfigurationResponse Int Source #
The response's http status code.