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.Types.BlueprintDetails

Description

 
Synopsis

Documentation

data BlueprintDetails Source #

The details of a blueprint.

See: newBlueprintDetails smart constructor.

Constructors

BlueprintDetails' 

Fields

Instances

Instances details
FromJSON BlueprintDetails Source # 
Instance details

Defined in Amazonka.Glue.Types.BlueprintDetails

Generic BlueprintDetails Source # 
Instance details

Defined in Amazonka.Glue.Types.BlueprintDetails

Associated Types

type Rep BlueprintDetails :: Type -> Type #

Read BlueprintDetails Source # 
Instance details

Defined in Amazonka.Glue.Types.BlueprintDetails

Show BlueprintDetails Source # 
Instance details

Defined in Amazonka.Glue.Types.BlueprintDetails

NFData BlueprintDetails Source # 
Instance details

Defined in Amazonka.Glue.Types.BlueprintDetails

Methods

rnf :: BlueprintDetails -> () #

Eq BlueprintDetails Source # 
Instance details

Defined in Amazonka.Glue.Types.BlueprintDetails

Hashable BlueprintDetails Source # 
Instance details

Defined in Amazonka.Glue.Types.BlueprintDetails

type Rep BlueprintDetails Source # 
Instance details

Defined in Amazonka.Glue.Types.BlueprintDetails

type Rep BlueprintDetails = D1 ('MetaData "BlueprintDetails" "Amazonka.Glue.Types.BlueprintDetails" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "BlueprintDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blueprintName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBlueprintDetails :: BlueprintDetails Source #

Create a value of BlueprintDetails 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:blueprintName:BlueprintDetails', blueprintDetails_blueprintName - The name of the blueprint.

$sel:runId:BlueprintDetails', blueprintDetails_runId - The run ID for this blueprint.

blueprintDetails_runId :: Lens' BlueprintDetails (Maybe Text) Source #

The run ID for this blueprint.