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

Description

 
Synopsis

Documentation

data LastActiveDefinition Source #

When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.

See: newLastActiveDefinition smart constructor.

Constructors

LastActiveDefinition' 

Fields

Instances

Instances details
FromJSON LastActiveDefinition Source # 
Instance details

Defined in Amazonka.Glue.Types.LastActiveDefinition

Generic LastActiveDefinition Source # 
Instance details

Defined in Amazonka.Glue.Types.LastActiveDefinition

Associated Types

type Rep LastActiveDefinition :: Type -> Type #

Read LastActiveDefinition Source # 
Instance details

Defined in Amazonka.Glue.Types.LastActiveDefinition

Show LastActiveDefinition Source # 
Instance details

Defined in Amazonka.Glue.Types.LastActiveDefinition

NFData LastActiveDefinition Source # 
Instance details

Defined in Amazonka.Glue.Types.LastActiveDefinition

Methods

rnf :: LastActiveDefinition -> () #

Eq LastActiveDefinition Source # 
Instance details

Defined in Amazonka.Glue.Types.LastActiveDefinition

Hashable LastActiveDefinition Source # 
Instance details

Defined in Amazonka.Glue.Types.LastActiveDefinition

type Rep LastActiveDefinition Source # 
Instance details

Defined in Amazonka.Glue.Types.LastActiveDefinition

type Rep LastActiveDefinition = D1 ('MetaData "LastActiveDefinition" "Amazonka.Glue.Types.LastActiveDefinition" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "LastActiveDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "blueprintLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "blueprintServiceLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "parameterSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newLastActiveDefinition :: LastActiveDefinition Source #

Create a value of LastActiveDefinition 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:blueprintLocation:LastActiveDefinition', lastActiveDefinition_blueprintLocation - Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.

$sel:blueprintServiceLocation:LastActiveDefinition', lastActiveDefinition_blueprintServiceLocation - Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.

$sel:description:LastActiveDefinition', lastActiveDefinition_description - The description of the blueprint.

$sel:lastModifiedOn:LastActiveDefinition', lastActiveDefinition_lastModifiedOn - The date and time the blueprint was last modified.

$sel:parameterSpec:LastActiveDefinition', lastActiveDefinition_parameterSpec - A JSON string specifying the parameters for the blueprint.

lastActiveDefinition_blueprintLocation :: Lens' LastActiveDefinition (Maybe Text) Source #

Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.

lastActiveDefinition_blueprintServiceLocation :: Lens' LastActiveDefinition (Maybe Text) Source #

Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.

lastActiveDefinition_lastModifiedOn :: Lens' LastActiveDefinition (Maybe UTCTime) Source #

The date and time the blueprint was last modified.

lastActiveDefinition_parameterSpec :: Lens' LastActiveDefinition (Maybe Text) Source #

A JSON string specifying the parameters for the blueprint.