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

Description

Stops the simulation clock.

Synopsis

Creating a Request

data StopClock Source #

See: newStopClock smart constructor.

Constructors

StopClock' 

Fields

Instances

Instances details
ToJSON StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

ToHeaders StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

Methods

toHeaders :: StopClock -> [Header] #

ToPath StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

ToQuery StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

AWSRequest StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

Associated Types

type AWSResponse StopClock #

Generic StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

Associated Types

type Rep StopClock :: Type -> Type #

Read StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

Show StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

NFData StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

Methods

rnf :: StopClock -> () #

Eq StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

Hashable StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

type AWSResponse StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

type Rep StopClock Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

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

newStopClock Source #

Arguments

:: Text

StopClock

-> StopClock 

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

StopClock, stopClock_simulation - The name of the simulation.

Request Lenses

stopClock_simulation :: Lens' StopClock Text Source #

The name of the simulation.

Destructuring the Response

data StopClockResponse Source #

See: newStopClockResponse smart constructor.

Constructors

StopClockResponse' 

Fields

Instances

Instances details
Generic StopClockResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

Associated Types

type Rep StopClockResponse :: Type -> Type #

Read StopClockResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

Show StopClockResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

NFData StopClockResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

Methods

rnf :: StopClockResponse -> () #

Eq StopClockResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

type Rep StopClockResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopClock

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

newStopClockResponse Source #

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

Response Lenses

stopClockResponse_httpStatus :: Lens' StopClockResponse Int Source #

The response's http status code.