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

Description

 
Synopsis

Documentation

data SmartHomeAppliance Source #

A smart home appliance that can connect to a central system. Any domestic device can be a smart appliance.

See: newSmartHomeAppliance smart constructor.

Constructors

SmartHomeAppliance' 

Fields

Instances

Instances details
Eq SmartHomeAppliance Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SmartHomeAppliance

Read SmartHomeAppliance Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SmartHomeAppliance

Show SmartHomeAppliance Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SmartHomeAppliance

Generic SmartHomeAppliance Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SmartHomeAppliance

Associated Types

type Rep SmartHomeAppliance :: Type -> Type #

NFData SmartHomeAppliance Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SmartHomeAppliance

Methods

rnf :: SmartHomeAppliance -> () #

Hashable SmartHomeAppliance Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SmartHomeAppliance

FromJSON SmartHomeAppliance Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SmartHomeAppliance

type Rep SmartHomeAppliance Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SmartHomeAppliance

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

newSmartHomeAppliance :: SmartHomeAppliance Source #

Create a value of SmartHomeAppliance 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:friendlyName:SmartHomeAppliance', smartHomeAppliance_friendlyName - The friendly name of the smart home appliance.

$sel:manufacturerName:SmartHomeAppliance', smartHomeAppliance_manufacturerName - The name of the manufacturer of the smart home appliance.

$sel:description:SmartHomeAppliance', smartHomeAppliance_description - The description of the smart home appliance.

smartHomeAppliance_friendlyName :: Lens' SmartHomeAppliance (Maybe Text) Source #

The friendly name of the smart home appliance.

smartHomeAppliance_manufacturerName :: Lens' SmartHomeAppliance (Maybe Text) Source #

The name of the manufacturer of the smart home appliance.

smartHomeAppliance_description :: Lens' SmartHomeAppliance (Maybe Text) Source #

The description of the smart home appliance.