amazonka-simspaceweaver-2.0: Amazon SimSpace Weaver 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.SimSpaceWeaver.StopSimulation

Description

Stops the given simulation.

You can't restart a simulation after you stop it. If you need to restart a simulation, you must stop it, delete it, and start a new instance of it.

Synopsis

Creating a Request

data StopSimulation Source #

See: newStopSimulation smart constructor.

Constructors

StopSimulation' 

Fields

Instances

Instances details
ToJSON StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

ToHeaders StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

ToPath StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

ToQuery StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

AWSRequest StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

Associated Types

type AWSResponse StopSimulation #

Generic StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

Associated Types

type Rep StopSimulation :: Type -> Type #

Read StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

Show StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

NFData StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

Methods

rnf :: StopSimulation -> () #

Eq StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

Hashable StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

type AWSResponse StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

type Rep StopSimulation Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

type Rep StopSimulation = D1 ('MetaData "StopSimulation" "Amazonka.SimSpaceWeaver.StopSimulation" "amazonka-simspaceweaver-2.0-C619ppqhgbWKEJKYoFCug9" 'False) (C1 ('MetaCons "StopSimulation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "simulation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopSimulation Source #

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

StopSimulation, stopSimulation_simulation - The name of the simulation.

Request Lenses

Destructuring the Response

data StopSimulationResponse Source #

See: newStopSimulationResponse smart constructor.

Constructors

StopSimulationResponse' 

Fields

Instances

Instances details
Generic StopSimulationResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

Associated Types

type Rep StopSimulationResponse :: Type -> Type #

Read StopSimulationResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

Show StopSimulationResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

NFData StopSimulationResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

Methods

rnf :: StopSimulationResponse -> () #

Eq StopSimulationResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

type Rep StopSimulationResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopSimulation

type Rep StopSimulationResponse = D1 ('MetaData "StopSimulationResponse" "Amazonka.SimSpaceWeaver.StopSimulation" "amazonka-simspaceweaver-2.0-C619ppqhgbWKEJKYoFCug9" 'False) (C1 ('MetaCons "StopSimulationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopSimulationResponse Source #

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

Response Lenses