amazonka-opsworks-2.0: Amazon OpsWorks 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.OpsWorks.StopStack

Description

Stops a specified stack.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

Synopsis

Creating a Request

data StopStack Source #

See: newStopStack smart constructor.

Constructors

StopStack' 

Fields

Instances

Instances details
ToJSON StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

ToHeaders StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Methods

toHeaders :: StopStack -> [Header] #

ToPath StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

ToQuery StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

AWSRequest StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Associated Types

type AWSResponse StopStack #

Generic StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Associated Types

type Rep StopStack :: Type -> Type #

Read StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Show StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

NFData StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Methods

rnf :: StopStack -> () #

Eq StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Hashable StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

type AWSResponse StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

type Rep StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

type Rep StopStack = D1 ('MetaData "StopStack" "Amazonka.OpsWorks.StopStack" "amazonka-opsworks-2.0-7XrzSD2vbuN9lVUGWMVZ7S" 'False) (C1 ('MetaCons "StopStack'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopStack Source #

Arguments

:: Text

StopStack

-> StopStack 

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

StopStack, stopStack_stackId - The stack ID.

Request Lenses

Destructuring the Response

data StopStackResponse Source #

See: newStopStackResponse smart constructor.

Constructors

StopStackResponse' 

Instances

Instances details
Generic StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Associated Types

type Rep StopStackResponse :: Type -> Type #

Read StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Show StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

NFData StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Methods

rnf :: StopStackResponse -> () #

Eq StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

type Rep StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

type Rep StopStackResponse = D1 ('MetaData "StopStackResponse" "Amazonka.OpsWorks.StopStack" "amazonka-opsworks-2.0-7XrzSD2vbuN9lVUGWMVZ7S" 'False) (C1 ('MetaCons "StopStackResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopStackResponse :: StopStackResponse Source #

Create a value of StopStackResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.