amazonka-sms-2.0: Amazon Server Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SMS.Types.ServerGroup

Description

 
Synopsis

Documentation

data ServerGroup Source #

Logical grouping of servers.

See: newServerGroup smart constructor.

Constructors

ServerGroup' 

Fields

Instances

Instances details
FromJSON ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

ToJSON 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 #

Read ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

Show ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

NFData ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

Methods

rnf :: ServerGroup -> () #

Eq ServerGroup Source # 
Instance details

Defined in Amazonka.SMS.Types.ServerGroup

Hashable 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" "amazonka-sms-2.0-4YLznk7UFuE5VtyLFXmW6X" 'False) (C1 ('MetaCons "ServerGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serverGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Server])))))

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_serverList :: Lens' ServerGroup (Maybe [Server]) Source #

The servers that belong to a server group.