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

AWSRequest 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 #

Read ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Show ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

NFData ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Eq ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Hashable ForgetSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

type AWSResponse 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" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "ForgetSmartHomeAppliances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roomArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic ForgetSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Associated Types

type Rep ForgetSmartHomeAppliancesResponse :: Type -> Type #

Read ForgetSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Show ForgetSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

NFData ForgetSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ForgetSmartHomeAppliances

Eq 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" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" '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