libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
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.AlexaBusiness.Types.GatewayGroup

Description

 
Synopsis

Documentation

data GatewayGroup Source #

The details of the gateway group.

See: newGatewayGroup smart constructor.

Constructors

GatewayGroup' 

Fields

Instances

Instances details
Eq GatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroup

Read GatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroup

Show GatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroup

Generic GatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroup

Associated Types

type Rep GatewayGroup :: Type -> Type #

NFData GatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroup

Methods

rnf :: GatewayGroup -> () #

Hashable GatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroup

FromJSON GatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroup

type Rep GatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroup

type Rep GatewayGroup = D1 ('MetaData "GatewayGroup" "Amazonka.AlexaBusiness.Types.GatewayGroup" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "GatewayGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGatewayGroup :: GatewayGroup Source #

Create a value of GatewayGroup 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:arn:GatewayGroup', gatewayGroup_arn - The ARN of the gateway group.

$sel:name:GatewayGroup', gatewayGroup_name - The name of the gateway group.

$sel:description:GatewayGroup', gatewayGroup_description - The description of the gateway group.

gatewayGroup_arn :: Lens' GatewayGroup (Maybe Text) Source #

The ARN of the gateway group.

gatewayGroup_name :: Lens' GatewayGroup (Maybe Text) Source #

The name of the gateway group.

gatewayGroup_description :: Lens' GatewayGroup (Maybe Text) Source #

The description of the gateway group.