amazonka-alexa-business-2.0: Amazon Alexa For Business 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.AlexaBusiness.Types.Gateway

Description

 
Synopsis

Documentation

data Gateway Source #

The details of the gateway.

See: newGateway smart constructor.

Constructors

Gateway' 

Fields

Instances

Instances details
FromJSON Gateway Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Gateway

Generic Gateway Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Gateway

Associated Types

type Rep Gateway :: Type -> Type #

Methods

from :: Gateway -> Rep Gateway x #

to :: Rep Gateway x -> Gateway #

Read Gateway Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Gateway

Show Gateway Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Gateway

NFData Gateway Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Gateway

Methods

rnf :: Gateway -> () #

Eq Gateway Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Gateway

Methods

(==) :: Gateway -> Gateway -> Bool #

(/=) :: Gateway -> Gateway -> Bool #

Hashable Gateway Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Gateway

Methods

hashWithSalt :: Int -> Gateway -> Int #

hash :: Gateway -> Int #

type Rep Gateway Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Gateway

type Rep Gateway = D1 ('MetaData "Gateway" "Amazonka.AlexaBusiness.Types.Gateway" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "Gateway'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "gatewayGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "softwareVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGateway :: Gateway Source #

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

$sel:description:Gateway', gateway_description - The description of the gateway.

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

$sel:name:Gateway', gateway_name - The name of the gateway.

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

gateway_arn :: Lens' Gateway (Maybe Text) Source #

The ARN of the gateway.

gateway_description :: Lens' Gateway (Maybe Text) Source #

The description of the gateway.

gateway_gatewayGroupArn :: Lens' Gateway (Maybe Text) Source #

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

gateway_name :: Lens' Gateway (Maybe Text) Source #

The name of the gateway.

gateway_softwareVersion :: Lens' Gateway (Maybe Text) Source #

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