| 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.PrivateNetworks.Types.Network
Description
Synopsis
- data Network = Network' {}
- newNetwork :: Text -> Text -> NetworkStatus -> Network
- network_createdAt :: Lens' Network (Maybe UTCTime)
- network_description :: Lens' Network (Maybe Text)
- network_statusReason :: Lens' Network (Maybe Text)
- network_networkArn :: Lens' Network Text
- network_networkName :: Lens' Network Text
- network_status :: Lens' Network NetworkStatus
Documentation
Information about a network.
See: newNetwork smart constructor.
Constructors
| Network' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> NetworkStatus | |
| -> Network |
Create a value of Network 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:createdAt:Network', network_createdAt - The creation time of the network.
$sel:description:Network', network_description - The description of the network.
$sel:statusReason:Network', network_statusReason - The status reason of the network.
$sel:networkArn:Network', network_networkArn - The Amazon Resource Name (ARN) of the network.
$sel:networkName:Network', network_networkName - The name of the network.
$sel:status:Network', network_status - The status of the network.
network_status :: Lens' Network NetworkStatus Source #
The status of the network.