| 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.NetworkSummary
Description
Synopsis
- data NetworkSummary = NetworkSummary' {}
 - newNetworkSummary :: NetworkSummary
 - networkSummary_arn :: Lens' NetworkSummary (Maybe Text)
 - networkSummary_creationDate :: Lens' NetworkSummary (Maybe UTCTime)
 - networkSummary_description :: Lens' NetworkSummary (Maybe Text)
 - networkSummary_framework :: Lens' NetworkSummary (Maybe Framework)
 - networkSummary_frameworkVersion :: Lens' NetworkSummary (Maybe Text)
 - networkSummary_id :: Lens' NetworkSummary (Maybe Text)
 - networkSummary_name :: Lens' NetworkSummary (Maybe Text)
 - networkSummary_status :: Lens' NetworkSummary (Maybe NetworkStatus)
 
Documentation
data NetworkSummary Source #
A summary of network configuration properties.
See: newNetworkSummary smart constructor.
Constructors
| NetworkSummary' | |
Fields 
  | |
Instances
newNetworkSummary :: NetworkSummary Source #
Create a value of NetworkSummary 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:NetworkSummary', networkSummary_arn - The Amazon Resource Name (ARN) of the network. For more information
 about ARNs and their format, see
 Amazon Resource Names (ARNs)
 in the Amazon Web Services General Reference.
$sel:creationDate:NetworkSummary', networkSummary_creationDate - The date and time that the network was created.
$sel:description:NetworkSummary', networkSummary_description - An optional description of the network.
$sel:framework:NetworkSummary', networkSummary_framework - The blockchain framework that the network uses.
$sel:frameworkVersion:NetworkSummary', networkSummary_frameworkVersion - The version of the blockchain framework that the network uses.
$sel:id:NetworkSummary', networkSummary_id - The unique identifier of the network.
$sel:name:NetworkSummary', networkSummary_name - The name of the network.
$sel:status:NetworkSummary', networkSummary_status - The current status of the network.
networkSummary_arn :: Lens' NetworkSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
networkSummary_creationDate :: Lens' NetworkSummary (Maybe UTCTime) Source #
The date and time that the network was created.
networkSummary_description :: Lens' NetworkSummary (Maybe Text) Source #
An optional description of the network.
networkSummary_framework :: Lens' NetworkSummary (Maybe Framework) Source #
The blockchain framework that the network uses.
networkSummary_frameworkVersion :: Lens' NetworkSummary (Maybe Text) Source #
The version of the blockchain framework that the network uses.
networkSummary_id :: Lens' NetworkSummary (Maybe Text) Source #
The unique identifier of the network.
networkSummary_name :: Lens' NetworkSummary (Maybe Text) Source #
The name of the network.
networkSummary_status :: Lens' NetworkSummary (Maybe NetworkStatus) Source #
The current status of the network.