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 ServerGroup = ServerGroup' {
- serverList :: Maybe [Server]
- name :: Maybe Text
- serverGroupId :: Maybe Text
- newServerGroup :: ServerGroup
- serverGroup_serverList :: Lens' ServerGroup (Maybe [Server])
- serverGroup_name :: Lens' ServerGroup (Maybe Text)
- serverGroup_serverGroupId :: Lens' ServerGroup (Maybe Text)
Documentation
data ServerGroup Source #
Logical grouping of servers.
See: newServerGroup
smart constructor.
ServerGroup' | |
|
Instances
newServerGroup :: ServerGroup Source #
Create a value of ServerGroup
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:serverList:ServerGroup'
, serverGroup_serverList
- The servers that belong to a server group.
$sel:name:ServerGroup'
, serverGroup_name
- The name of a server group.
$sel:serverGroupId:ServerGroup'
, serverGroup_serverGroupId
- The ID of a server group.
serverGroup_serverList :: Lens' ServerGroup (Maybe [Server]) Source #
The servers that belong to a server group.
serverGroup_name :: Lens' ServerGroup (Maybe Text) Source #
The name of a server group.
serverGroup_serverGroupId :: Lens' ServerGroup (Maybe Text) Source #
The ID of a server group.