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 |
Synopsis
- data Server = Server' {}
- newServer :: Server
- server_replicationJobId :: Lens' Server (Maybe Text)
- server_replicationJobTerminated :: Lens' Server (Maybe Bool)
- server_serverId :: Lens' Server (Maybe Text)
- server_serverType :: Lens' Server (Maybe ServerType)
- server_vmServer :: Lens' Server (Maybe VmServer)
Documentation
Represents a server.
See: newServer
smart constructor.
Server' | |
|
Instances
Create a value of Server
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:replicationJobId:Server'
, server_replicationJobId
- The ID of the replication job.
$sel:replicationJobTerminated:Server'
, server_replicationJobTerminated
- Indicates whether the replication job is deleted or failed.
$sel:serverId:Server'
, server_serverId
- The ID of the server.
$sel:serverType:Server'
, server_serverType
- The type of server.
$sel:vmServer:Server'
, server_vmServer
- Information about the VM server.
server_replicationJobTerminated :: Lens' Server (Maybe Bool) Source #
Indicates whether the replication job is deleted or failed.
server_serverType :: Lens' Server (Maybe ServerType) Source #
The type of server.