libZSservicesZSamazonka-smsZSamazonka-sms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SMS.Types.ServerGroup

Description

 
Synopsis

Documentation

data ServerGroup Source #

Logical grouping of servers.

See: newServerGroup smart constructor.

Constructors

ServerGroup' 

Fields

Instances

Instances details
Eq ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

Read ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

Show ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

Generic ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

Associated Types

type Rep ServerGroup :: Type -> Type #

NFData ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

Methods

rnf :: ServerGroup -> () #

Hashable ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

ToJSON ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

FromJSON ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

type Rep ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

type Rep ServerGroup = D1 ('MetaData "ServerGroup" "Amazonka.SMS.Types.ServerGroup" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "ServerGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serverList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Server])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.