libZSservicesZSamazonka-robomakerZSamazonka-robomaker
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.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
Eq CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Read CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Show 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 #

NFData CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Hashable CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

ToJSON CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

AWSRequest 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

type Rep CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

type Rep CancelSimulationJobBatch = D1 ('MetaData "CancelSimulationJobBatch" "Amazonka.RobOMaker.CancelSimulationJobBatch" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "CancelSimulationJobBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelSimulationJobBatch Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

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

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Read CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Show CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Generic CancelSimulationJobBatchResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.CancelSimulationJobBatch

Associated Types

type Rep CancelSimulationJobBatchResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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