libZSservicesZSamazonka-opsworksZSamazonka-opsworks
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.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
Eq StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Read StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Show StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Generic StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Associated Types

type Rep StopStack :: Type -> Type #

NFData StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Methods

rnf :: StopStack -> () #

Hashable StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

ToJSON StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

AWSRequest StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Associated Types

type AWSResponse 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

type Rep StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

type Rep StopStack = D1 ('MetaData "StopStack" "Amazonka.OpsWorks.StopStack" "libZSservicesZSamazonka-opsworksZSamazonka-opsworks" 'False) (C1 ('MetaCons "StopStack'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopStack Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

newStopStack Source #

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:

$sel:stackId:StopStack', stopStack_stackId - The stack ID.

Request Lenses

Destructuring the Response

data StopStackResponse Source #

See: newStopStackResponse smart constructor.

Constructors

StopStackResponse' 

Instances

Instances details
Eq StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Read StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Show StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Generic StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Associated Types

type Rep StopStackResponse :: Type -> Type #

NFData StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

Methods

rnf :: StopStackResponse -> () #

type Rep StopStackResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.StopStack

type Rep StopStackResponse = D1 ('MetaData "StopStackResponse" "Amazonka.OpsWorks.StopStack" "libZSservicesZSamazonka-opsworksZSamazonka-opsworks" '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.