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 |
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.
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.
GetSecurityConfigurationResponse' | |
|
Instances
Eq GetSecurityConfigurationResponse Source # | |
Read GetSecurityConfigurationResponse Source # | |
Show GetSecurityConfigurationResponse Source # | |
Defined in Amazonka.Glue.GetSecurityConfiguration | |
Generic GetSecurityConfigurationResponse Source # | |
NFData GetSecurityConfigurationResponse Source # | |
Defined in Amazonka.Glue.GetSecurityConfiguration rnf :: GetSecurityConfigurationResponse -> () # | |
type Rep GetSecurityConfigurationResponse Source # | |
Defined in Amazonka.Glue.GetSecurityConfiguration type Rep GetSecurityConfigurationResponse = D1 ('MetaData "GetSecurityConfigurationResponse" "Amazonka.Glue.GetSecurityConfiguration" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetSecurityConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.