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.GetBlueprint

Description

Retrieves the details of a blueprint.

Synopsis

Creating a Request

data GetBlueprint Source #

See: newGetBlueprint smart constructor.

Constructors

GetBlueprint' 

Fields

Instances

Instances details
Eq GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Read GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Show GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Generic GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Associated Types

type Rep GetBlueprint :: Type -> Type #

NFData GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Methods

rnf :: GetBlueprint -> () #

Hashable GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

ToJSON GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

AWSRequest GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Associated Types

type AWSResponse GetBlueprint #

ToHeaders GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

ToPath GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

ToQuery GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

type Rep GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

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

Defined in Amazonka.Glue.GetBlueprint

newGetBlueprint Source #

Create a value of GetBlueprint 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:includeParameterSpec:GetBlueprint', getBlueprint_includeParameterSpec - Specifies whether or not to include the parameter specification.

$sel:includeBlueprint:GetBlueprint', getBlueprint_includeBlueprint - Specifies whether or not to include the blueprint in the response.

$sel:name:GetBlueprint', getBlueprint_name - The name of the blueprint.

Request Lenses

getBlueprint_includeParameterSpec :: Lens' GetBlueprint (Maybe Bool) Source #

Specifies whether or not to include the parameter specification.

getBlueprint_includeBlueprint :: Lens' GetBlueprint (Maybe Bool) Source #

Specifies whether or not to include the blueprint in the response.

getBlueprint_name :: Lens' GetBlueprint Text Source #

The name of the blueprint.

Destructuring the Response

data GetBlueprintResponse Source #

See: newGetBlueprintResponse smart constructor.

Constructors

GetBlueprintResponse' 

Fields

Instances

Instances details
Eq GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Read GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Show GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Generic GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Associated Types

type Rep GetBlueprintResponse :: Type -> Type #

NFData GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Methods

rnf :: GetBlueprintResponse -> () #

type Rep GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

type Rep GetBlueprintResponse = D1 ('MetaData "GetBlueprintResponse" "Amazonka.Glue.GetBlueprint" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetBlueprintResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blueprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Blueprint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetBlueprintResponse Source #

Create a value of GetBlueprintResponse 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:blueprint:GetBlueprintResponse', getBlueprintResponse_blueprint - Returns a Blueprint object.

$sel:httpStatus:GetBlueprintResponse', getBlueprintResponse_httpStatus - The response's http status code.

Response Lenses