| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.OpsWorks.Types.StackSummary
Description
Synopsis
- data StackSummary = StackSummary' {}
- newStackSummary :: StackSummary
- stackSummary_appsCount :: Lens' StackSummary (Maybe Int)
- stackSummary_arn :: Lens' StackSummary (Maybe Text)
- stackSummary_instancesCount :: Lens' StackSummary (Maybe InstancesCount)
- stackSummary_layersCount :: Lens' StackSummary (Maybe Int)
- stackSummary_name :: Lens' StackSummary (Maybe Text)
- stackSummary_stackId :: Lens' StackSummary (Maybe Text)
Documentation
data StackSummary Source #
Summarizes the number of layers, instances, and apps in a stack.
See: newStackSummary smart constructor.
Constructors
| StackSummary' | |
Instances
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_appsCount :: Lens' StackSummary (Maybe Int) Source #
The number of apps.
stackSummary_arn :: Lens' StackSummary (Maybe Text) Source #
The stack's ARN.
stackSummary_instancesCount :: Lens' StackSummary (Maybe InstancesCount) Source #
An InstancesCount object with the number of instances in each status.
stackSummary_layersCount :: Lens' StackSummary (Maybe Int) Source #
The number of layers.
stackSummary_name :: Lens' StackSummary (Maybe Text) Source #
The stack name.
stackSummary_stackId :: Lens' StackSummary (Maybe Text) Source #
The stack ID.