| 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.ManagedBlockChain.Types.NodeSummary
Description
Synopsis
- data NodeSummary = NodeSummary' {
- arn :: Maybe Text
 - availabilityZone :: Maybe Text
 - creationDate :: Maybe ISO8601
 - id :: Maybe Text
 - instanceType :: Maybe Text
 - status :: Maybe NodeStatus
 
 - newNodeSummary :: NodeSummary
 - nodeSummary_arn :: Lens' NodeSummary (Maybe Text)
 - nodeSummary_availabilityZone :: Lens' NodeSummary (Maybe Text)
 - nodeSummary_creationDate :: Lens' NodeSummary (Maybe UTCTime)
 - nodeSummary_id :: Lens' NodeSummary (Maybe Text)
 - nodeSummary_instanceType :: Lens' NodeSummary (Maybe Text)
 - nodeSummary_status :: Lens' NodeSummary (Maybe NodeStatus)
 
Documentation
data NodeSummary Source #
A summary of configuration properties for a node.
See: newNodeSummary smart constructor.
Constructors
| NodeSummary' | |
Fields 
  | |
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: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 Amazon Web Services General Reference.
$sel:availabilityZone:NodeSummary', nodeSummary_availabilityZone - The Availability Zone in which the node exists.
$sel:creationDate:NodeSummary', nodeSummary_creationDate - The date and time that the node was created.
$sel:id:NodeSummary', nodeSummary_id - The unique identifier of the node.
$sel:instanceType:NodeSummary', nodeSummary_instanceType - The EC2 instance type for the node.
$sel:status:NodeSummary', nodeSummary_status - 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 Amazon Web Services General Reference.
nodeSummary_availabilityZone :: Lens' NodeSummary (Maybe Text) Source #
The Availability Zone in which the node exists.
nodeSummary_creationDate :: Lens' NodeSummary (Maybe UTCTime) Source #
The date and time that the node was created.
nodeSummary_id :: Lens' NodeSummary (Maybe Text) Source #
The unique identifier of the node.
nodeSummary_instanceType :: Lens' NodeSummary (Maybe Text) Source #
The EC2 instance type for the node.
nodeSummary_status :: Lens' NodeSummary (Maybe NodeStatus) Source #
The status of the node.