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

Description

Stops the execution of the specified workflow run.

Synopsis

Creating a Request

data StopWorkflowRun Source #

See: newStopWorkflowRun smart constructor.

Constructors

StopWorkflowRun' 

Fields

  • name :: Text

    The name of the workflow to stop.

  • runId :: Text

    The ID of the workflow run to stop.

Instances

Instances details
Eq StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Read StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Show StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Generic StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Associated Types

type Rep StopWorkflowRun :: Type -> Type #

NFData StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Methods

rnf :: StopWorkflowRun -> () #

Hashable StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

ToJSON StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

AWSRequest StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Associated Types

type AWSResponse StopWorkflowRun #

ToHeaders StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

ToPath StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

ToQuery StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

type Rep StopWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

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

Defined in Amazonka.Glue.StopWorkflowRun

newStopWorkflowRun Source #

Create a value of StopWorkflowRun 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:StopWorkflowRun', stopWorkflowRun_name - The name of the workflow to stop.

$sel:runId:StopWorkflowRun', stopWorkflowRun_runId - The ID of the workflow run to stop.

Request Lenses

stopWorkflowRun_name :: Lens' StopWorkflowRun Text Source #

The name of the workflow to stop.

stopWorkflowRun_runId :: Lens' StopWorkflowRun Text Source #

The ID of the workflow run to stop.

Destructuring the Response

data StopWorkflowRunResponse Source #

See: newStopWorkflowRunResponse smart constructor.

Constructors

StopWorkflowRunResponse' 

Fields

Instances

Instances details
Eq StopWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Read StopWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Show StopWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Generic StopWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Associated Types

type Rep StopWorkflowRunResponse :: Type -> Type #

NFData StopWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

Methods

rnf :: StopWorkflowRunResponse -> () #

type Rep StopWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.StopWorkflowRun

type Rep StopWorkflowRunResponse = D1 ('MetaData "StopWorkflowRunResponse" "Amazonka.Glue.StopWorkflowRun" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "StopWorkflowRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopWorkflowRunResponse Source #

Create a value of StopWorkflowRunResponse 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:httpStatus:StopWorkflowRunResponse', stopWorkflowRunResponse_httpStatus - The response's http status code.

Response Lenses