libZSservicesZSamazonka-glueZSamazonka-glue
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Glue.GetSecurityConfiguration

Description

Retrieves a specified security configuration.

Synopsis

Creating a Request

data GetSecurityConfiguration Source #

See: newGetSecurityConfiguration smart constructor.

Constructors

GetSecurityConfiguration' 

Fields

  • name :: Text

    The name of the security configuration to retrieve.

Instances

Instances details
Eq GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

Read GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

Show GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

Generic GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

Associated Types

type Rep GetSecurityConfiguration :: Type -> Type #

NFData GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

Hashable GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

ToJSON GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

AWSRequest GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

ToHeaders GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

ToPath GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

ToQuery GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

type Rep GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

type Rep GetSecurityConfiguration = D1 ('MetaData "GetSecurityConfiguration" "Amazonka.Glue.GetSecurityConfiguration" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetSecurityConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetSecurityConfiguration Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

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

Instances details
Eq GetSecurityConfigurationResponse Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

Read GetSecurityConfigurationResponse Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

Show GetSecurityConfigurationResponse Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

Generic GetSecurityConfigurationResponse Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

Associated Types

type Rep GetSecurityConfigurationResponse :: Type -> Type #

NFData GetSecurityConfigurationResponse Source # 
Instance details

Defined in Amazonka.Glue.GetSecurityConfiguration

type Rep GetSecurityConfigurationResponse Source # 
Instance details

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