Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data StackSummary = StackSummary' {}
- newStackSummary :: StackSummary
- stackSummary_arn :: Lens' StackSummary (Maybe Text)
- stackSummary_appsCount :: Lens' StackSummary (Maybe Int)
- stackSummary_name :: Lens' StackSummary (Maybe Text)
- stackSummary_stackId :: Lens' StackSummary (Maybe Text)
- stackSummary_layersCount :: Lens' StackSummary (Maybe Int)
- stackSummary_instancesCount :: Lens' StackSummary (Maybe InstancesCount)
Documentation
data StackSummary Source #
Summarizes the number of layers, instances, and apps in a stack.
See: newStackSummary
smart constructor.
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:arn:StackSummary'
, stackSummary_arn
- The stack's ARN.
$sel:appsCount:StackSummary'
, stackSummary_appsCount
- The number of apps.
$sel:name:StackSummary'
, stackSummary_name
- The stack name.
$sel:stackId:StackSummary'
, stackSummary_stackId
- The stack ID.
$sel:layersCount:StackSummary'
, stackSummary_layersCount
- The number of layers.
$sel:instancesCount:StackSummary'
, stackSummary_instancesCount
- An InstancesCount
object with the number of instances in each status.
stackSummary_arn :: Lens' StackSummary (Maybe Text) Source #
The stack's ARN.
stackSummary_appsCount :: Lens' StackSummary (Maybe Int) Source #
The number of apps.
stackSummary_name :: Lens' StackSummary (Maybe Text) Source #
The stack name.
stackSummary_stackId :: Lens' StackSummary (Maybe Text) Source #
The stack ID.
stackSummary_layersCount :: Lens' StackSummary (Maybe Int) Source #
The number of layers.
stackSummary_instancesCount :: Lens' StackSummary (Maybe InstancesCount) Source #
An InstancesCount
object with the number of instances in each status.