amazonka-robomaker-2.0: Amazon RoboMaker 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.RobOMaker.CancelSimulationJobBatch

Description

Cancels a simulation job batch. When you cancel a simulation job batch, you are also cancelling all of the active simulation jobs created as part of the batch.

Synopsis

Creating a Request

data CancelSimulationJobBatch Source #

See: newCancelSimulationJobBatch smart constructor.

Constructors

CancelSimulationJobBatch' 

Fields

Instances

Instances details
ToJSON CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

ToHeaders CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

ToPath CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

ToQuery CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

AWSRequest CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Generic CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Associated Types

type Rep CancelSimulationJobBatch :: Type -> Type #

Read CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Show CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

NFData CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Eq CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Hashable CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

type AWSResponse CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

type Rep CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

type Rep CancelSimulationJobBatch = D1 ('MetaData "CancelSimulationJobBatch" "Amazonka.RobOMaker.CancelSimulationJobBatch" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CancelSimulationJobBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCancelSimulationJobBatch Source #

Create a value of CancelSimulationJobBatch 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:batch:CancelSimulationJobBatch', cancelSimulationJobBatch_batch - The id of the batch to cancel.

Request Lenses

Destructuring the Response

data CancelSimulationJobBatchResponse Source #

See: newCancelSimulationJobBatchResponse smart constructor.

Constructors

CancelSimulationJobBatchResponse' 

Fields

Instances

Instances details
Generic CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Associated Types

type Rep CancelSimulationJobBatchResponse :: Type -> Type #

Read CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Show CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

NFData CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Eq CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

type Rep CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

type Rep CancelSimulationJobBatchResponse = D1 ('MetaData "CancelSimulationJobBatchResponse" "Amazonka.RobOMaker.CancelSimulationJobBatch" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "CancelSimulationJobBatchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelSimulationJobBatchResponse Source #

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

Response Lenses