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

Description

Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup or online.

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

Synopsis

Creating a Request

data DescribeStackSummary Source #

See: newDescribeStackSummary smart constructor.

Constructors

DescribeStackSummary' 

Fields

Instances

Instances details
Eq DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

Read DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

Show DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

Generic DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

Associated Types

type Rep DescribeStackSummary :: Type -> Type #

NFData DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

Methods

rnf :: DescribeStackSummary -> () #

Hashable DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

ToJSON DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

AWSRequest DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

Associated Types

type AWSResponse DescribeStackSummary #

ToHeaders DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

ToPath DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

ToQuery DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

type Rep DescribeStackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

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

Defined in Amazonka.OpsWorks.DescribeStackSummary

newDescribeStackSummary Source #

Create a value of DescribeStackSummary 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:DescribeStackSummary', describeStackSummary_stackId - The stack ID.

Request Lenses

Destructuring the Response

data DescribeStackSummaryResponse Source #

Contains the response to a DescribeStackSummary request.

See: newDescribeStackSummaryResponse smart constructor.

Constructors

DescribeStackSummaryResponse' 

Fields

Instances

Instances details
Eq DescribeStackSummaryResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

Read DescribeStackSummaryResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

Show DescribeStackSummaryResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

Generic DescribeStackSummaryResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

Associated Types

type Rep DescribeStackSummaryResponse :: Type -> Type #

NFData DescribeStackSummaryResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

type Rep DescribeStackSummaryResponse Source # 
Instance details

Defined in Amazonka.OpsWorks.DescribeStackSummary

type Rep DescribeStackSummaryResponse = D1 ('MetaData "DescribeStackSummaryResponse" "Amazonka.OpsWorks.DescribeStackSummary" "libZSservicesZSamazonka-opsworksZSamazonka-opsworks" 'False) (C1 ('MetaCons "DescribeStackSummaryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeStackSummaryResponse Source #

Create a value of DescribeStackSummaryResponse 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:stackSummary:DescribeStackSummaryResponse', describeStackSummaryResponse_stackSummary - A StackSummary object that contains the results.

$sel:httpStatus:DescribeStackSummaryResponse', describeStackSummaryResponse_httpStatus - The response's http status code.

Response Lenses