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.GatewayGroupSummary

Description

 
Synopsis

Documentation

data GatewayGroupSummary Source #

The summary of a gateway group.

See: newGatewayGroupSummary smart constructor.

Constructors

GatewayGroupSummary' 

Fields

Instances

Instances details
Eq GatewayGroupSummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroupSummary

Read GatewayGroupSummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroupSummary

Show GatewayGroupSummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroupSummary

Generic GatewayGroupSummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroupSummary

Associated Types

type Rep GatewayGroupSummary :: Type -> Type #

NFData GatewayGroupSummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroupSummary

Methods

rnf :: GatewayGroupSummary -> () #

Hashable GatewayGroupSummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroupSummary

FromJSON GatewayGroupSummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroupSummary

type Rep GatewayGroupSummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewayGroupSummary

type Rep GatewayGroupSummary = D1 ('MetaData "GatewayGroupSummary" "Amazonka.AlexaBusiness.Types.GatewayGroupSummary" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "GatewayGroupSummary'" '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)))))

newGatewayGroupSummary :: GatewayGroupSummary Source #

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

$sel:name:GatewayGroupSummary', gatewayGroupSummary_name - The name of the gateway group.

$sel:description:GatewayGroupSummary', gatewayGroupSummary_description - The description of the gateway group.

gatewayGroupSummary_description :: Lens' GatewayGroupSummary (Maybe Text) Source #

The description of the gateway group.