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

Description

Initiates the discovery of any smart home appliances associated with the room.

Synopsis

Creating a Request

data StartSmartHomeApplianceDiscovery Source #

See: newStartSmartHomeApplianceDiscovery smart constructor.

Constructors

StartSmartHomeApplianceDiscovery' 

Fields

  • roomArn :: Text

    The room where smart home appliance discovery was initiated.

Instances

Instances details
Eq StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

Read StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

Show StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

Generic StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

Associated Types

type Rep StartSmartHomeApplianceDiscovery :: Type -> Type #

NFData StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

Hashable StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

ToJSON StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

AWSRequest StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

ToHeaders StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

ToPath StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

ToQuery StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

type Rep StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

type Rep StartSmartHomeApplianceDiscovery = D1 ('MetaData "StartSmartHomeApplianceDiscovery" "Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "StartSmartHomeApplianceDiscovery'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roomArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartSmartHomeApplianceDiscovery Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

newStartSmartHomeApplianceDiscovery Source #

Create a value of StartSmartHomeApplianceDiscovery 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:roomArn:StartSmartHomeApplianceDiscovery', startSmartHomeApplianceDiscovery_roomArn - The room where smart home appliance discovery was initiated.

Request Lenses

startSmartHomeApplianceDiscovery_roomArn :: Lens' StartSmartHomeApplianceDiscovery Text Source #

The room where smart home appliance discovery was initiated.

Destructuring the Response

data StartSmartHomeApplianceDiscoveryResponse Source #

Constructors

StartSmartHomeApplianceDiscoveryResponse' 

Fields

Instances

Instances details
Eq StartSmartHomeApplianceDiscoveryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

Read StartSmartHomeApplianceDiscoveryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

Show StartSmartHomeApplianceDiscoveryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

Generic StartSmartHomeApplianceDiscoveryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

NFData StartSmartHomeApplianceDiscoveryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

type Rep StartSmartHomeApplianceDiscoveryResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery

type Rep StartSmartHomeApplianceDiscoveryResponse = D1 ('MetaData "StartSmartHomeApplianceDiscoveryResponse" "Amazonka.AlexaBusiness.StartSmartHomeApplianceDiscovery" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "StartSmartHomeApplianceDiscoveryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartSmartHomeApplianceDiscoveryResponse Source #

Create a value of StartSmartHomeApplianceDiscoveryResponse 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:httpStatus:StartSmartHomeApplianceDiscoveryResponse', startSmartHomeApplianceDiscoveryResponse_httpStatus - The response's http status code.

Response Lenses