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 NetworkSummary = NetworkSummary' {}
- newNetworkSummary :: NetworkSummary
- networkSummary_status :: Lens' NetworkSummary (Maybe NetworkStatus)
- networkSummary_framework :: Lens' NetworkSummary (Maybe Framework)
- networkSummary_arn :: Lens' NetworkSummary (Maybe Text)
- networkSummary_frameworkVersion :: Lens' NetworkSummary (Maybe Text)
- networkSummary_name :: Lens' NetworkSummary (Maybe Text)
- networkSummary_id :: Lens' NetworkSummary (Maybe Text)
- networkSummary_creationDate :: Lens' NetworkSummary (Maybe UTCTime)
- networkSummary_description :: Lens' NetworkSummary (Maybe Text)
Documentation
data NetworkSummary Source #
A summary of network configuration properties.
See: newNetworkSummary
smart constructor.
NetworkSummary' | |
|
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:status:NetworkSummary'
, networkSummary_status
- The current status of the network.
$sel:framework:NetworkSummary'
, networkSummary_framework
- The blockchain framework that the network uses.
$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 AWS General Reference.
$sel:frameworkVersion:NetworkSummary'
, networkSummary_frameworkVersion
- The version of the blockchain framework that the network uses.
$sel:name:NetworkSummary'
, networkSummary_name
- The name of the network.
$sel:id:NetworkSummary'
, networkSummary_id
- The unique identifier of the network.
$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.
networkSummary_status :: Lens' NetworkSummary (Maybe NetworkStatus) Source #
The current status of the network.
networkSummary_framework :: Lens' NetworkSummary (Maybe Framework) Source #
The blockchain framework that the network uses.
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 AWS General Reference.
networkSummary_frameworkVersion :: Lens' NetworkSummary (Maybe Text) Source #
The version of the blockchain framework that the network uses.
networkSummary_name :: Lens' NetworkSummary (Maybe Text) Source #
The name of the network.
networkSummary_id :: Lens' NetworkSummary (Maybe Text) Source #
The unique identifier of the network.
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.