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

Description

Stops the given custom app and shuts down all of its allocated compute resources.

Synopsis

Creating a Request

data StopApp Source #

See: newStopApp smart constructor.

Constructors

StopApp' 

Fields

Instances

Instances details
ToJSON StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

ToHeaders StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Methods

toHeaders :: StopApp -> [Header] #

ToPath StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Methods

toPath :: StopApp -> ByteString #

ToQuery StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

AWSRequest StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Associated Types

type AWSResponse StopApp #

Generic StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Associated Types

type Rep StopApp :: Type -> Type #

Methods

from :: StopApp -> Rep StopApp x #

to :: Rep StopApp x -> StopApp #

Read StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Show StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

NFData StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Methods

rnf :: StopApp -> () #

Eq StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Methods

(==) :: StopApp -> StopApp -> Bool #

(/=) :: StopApp -> StopApp -> Bool #

Hashable StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Methods

hashWithSalt :: Int -> StopApp -> Int #

hash :: StopApp -> Int #

type AWSResponse StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

type Rep StopApp Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

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

newStopApp Source #

Create a value of StopApp 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:app:StopApp', stopApp_app - The name of the app.

StopApp, stopApp_domain - The name of the domain of the app.

StopApp, stopApp_simulation - The name of the simulation of the app.

Request Lenses

stopApp_app :: Lens' StopApp Text Source #

The name of the app.

stopApp_domain :: Lens' StopApp Text Source #

The name of the domain of the app.

stopApp_simulation :: Lens' StopApp Text Source #

The name of the simulation of the app.

Destructuring the Response

data StopAppResponse Source #

See: newStopAppResponse smart constructor.

Constructors

StopAppResponse' 

Fields

Instances

Instances details
Generic StopAppResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Associated Types

type Rep StopAppResponse :: Type -> Type #

Read StopAppResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Show StopAppResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

NFData StopAppResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

Methods

rnf :: StopAppResponse -> () #

Eq StopAppResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

type Rep StopAppResponse Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.StopApp

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

newStopAppResponse Source #

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

Response Lenses

stopAppResponse_httpStatus :: Lens' StopAppResponse Int Source #

The response's http status code.