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

Description

Forgets smart home appliances associated to a room.

Synopsis

Creating a Request

data ForgetSmartHomeAppliances Source #

See: newForgetSmartHomeAppliances smart constructor.

Constructors

ForgetSmartHomeAppliances' 

Fields

  • roomArn :: Text

    The room that the appliances are associated with.

Instances

Instances details
Eq ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Read ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Show ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Generic ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Associated Types

type Rep ForgetSmartHomeAppliances :: Type -> Type #

NFData ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Hashable ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

ToJSON ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

AWSRequest ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

ToHeaders ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

ToPath ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

ToQuery ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

type Rep ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

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

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

newForgetSmartHomeAppliances Source #

Create a value of ForgetSmartHomeAppliances 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:ForgetSmartHomeAppliances', forgetSmartHomeAppliances_roomArn - The room that the appliances are associated with.

Request Lenses

forgetSmartHomeAppliances_roomArn :: Lens' ForgetSmartHomeAppliances Text Source #

The room that the appliances are associated with.

Destructuring the Response

data ForgetSmartHomeAppliancesResponse Source #

See: newForgetSmartHomeAppliancesResponse smart constructor.

Constructors

ForgetSmartHomeAppliancesResponse' 

Fields

Instances

Instances details
Eq ForgetSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Read ForgetSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Show ForgetSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Generic ForgetSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Associated Types

type Rep ForgetSmartHomeAppliancesResponse :: Type -> Type #

NFData ForgetSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

type Rep ForgetSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

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

newForgetSmartHomeAppliancesResponse Source #

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

Response Lenses