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

Description

Starts a new run of the specified workflow.

Synopsis

Creating a Request

data StartWorkflowRun Source #

See: newStartWorkflowRun smart constructor.

Constructors

StartWorkflowRun' 

Fields

  • name :: Text

    The name of the workflow to start.

Instances

Instances details
Eq StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

Read StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

Show StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

Generic StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

Associated Types

type Rep StartWorkflowRun :: Type -> Type #

NFData StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

Methods

rnf :: StartWorkflowRun -> () #

Hashable StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

ToJSON StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

AWSRequest StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

Associated Types

type AWSResponse StartWorkflowRun #

ToHeaders StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

ToPath StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

ToQuery StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

type Rep StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

type Rep StartWorkflowRun = D1 ('MetaData "StartWorkflowRun" "Amazonka.Glue.StartWorkflowRun" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "StartWorkflowRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

newStartWorkflowRun Source #

Create a value of StartWorkflowRun 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:name:StartWorkflowRun', startWorkflowRun_name - The name of the workflow to start.

Request Lenses

startWorkflowRun_name :: Lens' StartWorkflowRun Text Source #

The name of the workflow to start.

Destructuring the Response

data StartWorkflowRunResponse Source #

See: newStartWorkflowRunResponse smart constructor.

Constructors

StartWorkflowRunResponse' 

Fields

Instances

Instances details
Eq StartWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

Read StartWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

Show StartWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

Generic StartWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

Associated Types

type Rep StartWorkflowRunResponse :: Type -> Type #

NFData StartWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

type Rep StartWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StartWorkflowRun

type Rep StartWorkflowRunResponse = D1 ('MetaData "StartWorkflowRunResponse" "Amazonka.Glue.StartWorkflowRun" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "StartWorkflowRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartWorkflowRunResponse Source #

Create a value of StartWorkflowRunResponse 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:StartWorkflowRunResponse', startWorkflowRunResponse_runId - An Id for the new run.

$sel:httpStatus:StartWorkflowRunResponse', startWorkflowRunResponse_httpStatus - The response's http status code.

Response Lenses