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

Description

 
Synopsis

Documentation

data GatewaySummary Source #

The summary of a gateway.

See: newGatewaySummary smart constructor.

Constructors

GatewaySummary' 

Fields

Instances

Instances details
Eq GatewaySummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewaySummary

Read GatewaySummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewaySummary

Show GatewaySummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewaySummary

Generic GatewaySummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewaySummary

Associated Types

type Rep GatewaySummary :: Type -> Type #

NFData GatewaySummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewaySummary

Methods

rnf :: GatewaySummary -> () #

Hashable GatewaySummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewaySummary

FromJSON GatewaySummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewaySummary

type Rep GatewaySummary Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.GatewaySummary

type Rep GatewaySummary = D1 ('MetaData "GatewaySummary" "Amazonka.AlexaBusiness.Types.GatewaySummary" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "GatewaySummary'" '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 "gatewayGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "softwareVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGatewaySummary :: GatewaySummary Source #

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

$sel:name:GatewaySummary', gatewaySummary_name - The name of the gateway.

$sel:gatewayGroupArn:GatewaySummary', gatewaySummary_gatewayGroupArn - The ARN of the gateway group that the gateway is associated to.

$sel:softwareVersion:GatewaySummary', gatewaySummary_softwareVersion - The software version of the gateway. The gateway automatically updates its software version during normal operation.

$sel:description:GatewaySummary', gatewaySummary_description - The description of the gateway.

gatewaySummary_gatewayGroupArn :: Lens' GatewaySummary (Maybe Text) Source #

The ARN of the gateway group that the gateway is associated to.

gatewaySummary_softwareVersion :: Lens' GatewaySummary (Maybe Text) Source #

The software version of the gateway. The gateway automatically updates its software version during normal operation.

gatewaySummary_description :: Lens' GatewaySummary (Maybe Text) Source #

The description of the gateway.