amazonka-m2-2.0: Amazon MainframeModernization 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.M2.CancelBatchJobExecution

Description

Cancels the running of a specific batch job execution.

Synopsis

Creating a Request

data CancelBatchJobExecution Source #

See: newCancelBatchJobExecution smart constructor.

Constructors

CancelBatchJobExecution' 

Fields

Instances

Instances details
ToJSON CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

ToHeaders CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

ToPath CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

ToQuery CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

AWSRequest CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Generic CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Associated Types

type Rep CancelBatchJobExecution :: Type -> Type #

Read CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Show CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

NFData CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Methods

rnf :: CancelBatchJobExecution -> () #

Eq CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Hashable CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

type AWSResponse CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

type Rep CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

type Rep CancelBatchJobExecution = D1 ('MetaData "CancelBatchJobExecution" "Amazonka.M2.CancelBatchJobExecution" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CancelBatchJobExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCancelBatchJobExecution Source #

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

CancelBatchJobExecution, cancelBatchJobExecution_applicationId - The unique identifier of the application.

CancelBatchJobExecution, cancelBatchJobExecution_executionId - The unique identifier of the batch job execution.

Request Lenses

cancelBatchJobExecution_executionId :: Lens' CancelBatchJobExecution Text Source #

The unique identifier of the batch job execution.

Destructuring the Response

data CancelBatchJobExecutionResponse Source #

See: newCancelBatchJobExecutionResponse smart constructor.

Constructors

CancelBatchJobExecutionResponse' 

Fields

Instances

Instances details
Generic CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Associated Types

type Rep CancelBatchJobExecutionResponse :: Type -> Type #

Read CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Show CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

NFData CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Eq CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

type Rep CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

type Rep CancelBatchJobExecutionResponse = D1 ('MetaData "CancelBatchJobExecutionResponse" "Amazonka.M2.CancelBatchJobExecution" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CancelBatchJobExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelBatchJobExecutionResponse Source #

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

Response Lenses