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