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

Description

Starts a new run of the specified blueprint.

Synopsis

Creating a Request

data StartBlueprintRun Source #

See: newStartBlueprintRun smart constructor.

Constructors

StartBlueprintRun' 

Fields

Instances

Instances details
ToJSON StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

ToHeaders StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

ToPath StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

ToQuery StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

AWSRequest StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Associated Types

type AWSResponse StartBlueprintRun #

Generic StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Associated Types

type Rep StartBlueprintRun :: Type -> Type #

Read StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Show StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

NFData StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Methods

rnf :: StartBlueprintRun -> () #

Eq StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Hashable StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

type AWSResponse StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

type Rep StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

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

newStartBlueprintRun Source #

Create a value of StartBlueprintRun 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:

StartBlueprintRun, startBlueprintRun_parameters - Specifies the parameters as a BlueprintParameters object.

StartBlueprintRun, startBlueprintRun_blueprintName - The name of the blueprint.

StartBlueprintRun, startBlueprintRun_roleArn - Specifies the IAM role used to create the workflow.

Request Lenses

startBlueprintRun_parameters :: Lens' StartBlueprintRun (Maybe Text) Source #

Specifies the parameters as a BlueprintParameters object.

startBlueprintRun_roleArn :: Lens' StartBlueprintRun Text Source #

Specifies the IAM role used to create the workflow.

Destructuring the Response

data StartBlueprintRunResponse Source #

See: newStartBlueprintRunResponse smart constructor.

Constructors

StartBlueprintRunResponse' 

Fields

Instances

Instances details
Generic StartBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Associated Types

type Rep StartBlueprintRunResponse :: Type -> Type #

Read StartBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Show StartBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

NFData StartBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Eq StartBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

type Rep StartBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

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

newStartBlueprintRunResponse Source #

Create a value of StartBlueprintRunResponse 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:

StartBlueprintRunResponse, startBlueprintRunResponse_runId - The run ID for this blueprint run.

$sel:httpStatus:StartBlueprintRunResponse', startBlueprintRunResponse_httpStatus - The response's http status code.

Response Lenses