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.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
Eq StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Read StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Show StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Generic StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Associated Types

type Rep StartBlueprintRun :: Type -> Type #

NFData StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Methods

rnf :: StartBlueprintRun -> () #

Hashable StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

ToJSON StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

AWSRequest StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Associated Types

type AWSResponse 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

type Rep StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

type Rep StartBlueprintRun = D1 ('MetaData "StartBlueprintRun" "Amazonka.Glue.StartBlueprintRun" "libZSservicesZSamazonka-glueZSamazonka-glue" '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))))
type AWSResponse StartBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

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:

$sel:parameters:StartBlueprintRun', startBlueprintRun_parameters - Specifies the parameters as a BlueprintParameters object.

$sel:blueprintName:StartBlueprintRun', startBlueprintRun_blueprintName - The name of the blueprint.

$sel:roleArn: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
Eq StartBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Read StartBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Show StartBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Generic StartBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartBlueprintRun

Associated Types

type Rep StartBlueprintRunResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-glueZSamazonka-glue" '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:

$sel:runId:StartBlueprintRunResponse', startBlueprintRunResponse_runId - The run ID for this blueprint run.

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

Response Lenses