amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.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

AWSRequest GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Associated Types

type AWSResponse GetBlueprint #

Generic GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Associated Types

type Rep GetBlueprint :: Type -> Type #

Read GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Show GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

NFData GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Methods

rnf :: GetBlueprint -> () #

Eq GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Hashable GetBlueprint Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

type AWSResponse 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GetBlueprint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeBlueprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeParameterSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:includeBlueprint:GetBlueprint', getBlueprint_includeBlueprint - Specifies whether or not to include the blueprint in the response.

$sel:includeParameterSpec:GetBlueprint', getBlueprint_includeParameterSpec - Specifies whether or not to include the parameter specification.

GetBlueprint, getBlueprint_name - The name of the blueprint.

Request Lenses

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

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

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

Specifies whether or not to include the parameter specification.

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
Generic GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Associated Types

type Rep GetBlueprintResponse :: Type -> Type #

Read GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Show GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

NFData GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

Methods

rnf :: GetBlueprintResponse -> () #

Eq GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

type Rep GetBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprint

type Rep GetBlueprintResponse = D1 ('MetaData "GetBlueprintResponse" "Amazonka.Glue.GetBlueprint" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" '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