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.Types.StackSummary

Description

 
Synopsis

Documentation

data StackSummary Source #

Summarizes the number of layers, instances, and apps in a stack.

See: newStackSummary smart constructor.

Constructors

StackSummary' 

Fields

Instances

Instances details
FromJSON StackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackSummary

Generic StackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackSummary

Associated Types

type Rep StackSummary :: Type -> Type #

Read StackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackSummary

Show StackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackSummary

NFData StackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackSummary

Methods

rnf :: StackSummary -> () #

Eq StackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackSummary

Hashable StackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackSummary

type Rep StackSummary Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.StackSummary

newStackSummary :: StackSummary Source #

Create a value of StackSummary 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:appsCount:StackSummary', stackSummary_appsCount - The number of apps.

$sel:arn:StackSummary', stackSummary_arn - The stack's ARN.

$sel:instancesCount:StackSummary', stackSummary_instancesCount - An InstancesCount object with the number of instances in each status.

$sel:layersCount:StackSummary', stackSummary_layersCount - The number of layers.

$sel:name:StackSummary', stackSummary_name - The stack name.

$sel:stackId:StackSummary', stackSummary_stackId - The stack ID.

stackSummary_instancesCount :: Lens' StackSummary (Maybe InstancesCount) Source #

An InstancesCount object with the number of instances in each status.