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 NodeSummary = NodeSummary' {
- status :: Maybe NodeStatus
- arn :: Maybe Text
- instanceType :: Maybe Text
- availabilityZone :: Maybe Text
- id :: Maybe Text
- creationDate :: Maybe POSIX
- newNodeSummary :: NodeSummary
- nodeSummary_status :: Lens' NodeSummary (Maybe NodeStatus)
- nodeSummary_arn :: Lens' NodeSummary (Maybe Text)
- nodeSummary_instanceType :: Lens' NodeSummary (Maybe Text)
- nodeSummary_availabilityZone :: Lens' NodeSummary (Maybe Text)
- nodeSummary_id :: Lens' NodeSummary (Maybe Text)
- nodeSummary_creationDate :: Lens' NodeSummary (Maybe UTCTime)
Documentation
data NodeSummary Source #
A summary of configuration properties for a node.
See: newNodeSummary
smart constructor.
NodeSummary' | |
|
Instances
newNodeSummary :: NodeSummary Source #
Create a value of NodeSummary
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:status:NodeSummary'
, nodeSummary_status
- The status of the node.
$sel:arn:NodeSummary'
, nodeSummary_arn
- The Amazon Resource Name (ARN) of the node. For more information about
ARNs and their format, see
Amazon Resource Names (ARNs)
in the AWS General Reference.
$sel:instanceType:NodeSummary'
, nodeSummary_instanceType
- The EC2 instance type for the node.
$sel:availabilityZone:NodeSummary'
, nodeSummary_availabilityZone
- The Availability Zone in which the node exists.
$sel:id:NodeSummary'
, nodeSummary_id
- The unique identifier of the node.
$sel:creationDate:NodeSummary'
, nodeSummary_creationDate
- The date and time that the node was created.
nodeSummary_status :: Lens' NodeSummary (Maybe NodeStatus) Source #
The status of the node.
nodeSummary_arn :: Lens' NodeSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
nodeSummary_instanceType :: Lens' NodeSummary (Maybe Text) Source #
The EC2 instance type for the node.
nodeSummary_availabilityZone :: Lens' NodeSummary (Maybe Text) Source #
The Availability Zone in which the node exists.
nodeSummary_id :: Lens' NodeSummary (Maybe Text) Source #
The unique identifier of the node.
nodeSummary_creationDate :: Lens' NodeSummary (Maybe UTCTime) Source #
The date and time that the node was created.