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

Description

Lists all of the smart home appliances associated with a room.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSmartHomeAppliances Source #

See: newListSmartHomeAppliances smart constructor.

Constructors

ListSmartHomeAppliances' 

Fields

Instances

Instances details
Eq ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

Read ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

Show ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

Generic ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

Associated Types

type Rep ListSmartHomeAppliances :: Type -> Type #

NFData ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

Methods

rnf :: ListSmartHomeAppliances -> () #

Hashable ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

ToJSON ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

AWSPager ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

AWSRequest ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

ToHeaders ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

ToPath ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

ToQuery ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

type Rep ListSmartHomeAppliances Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

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

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

newListSmartHomeAppliances Source #

Create a value of ListSmartHomeAppliances 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:nextToken:ListSmartHomeAppliances', listSmartHomeAppliances_nextToken - The tokens used for pagination.

$sel:maxResults:ListSmartHomeAppliances', listSmartHomeAppliances_maxResults - The maximum number of appliances to be returned, per paginated calls.

$sel:roomArn:ListSmartHomeAppliances', listSmartHomeAppliances_roomArn - The room that the appliances are associated with.

Request Lenses

listSmartHomeAppliances_maxResults :: Lens' ListSmartHomeAppliances (Maybe Natural) Source #

The maximum number of appliances to be returned, per paginated calls.

listSmartHomeAppliances_roomArn :: Lens' ListSmartHomeAppliances Text Source #

The room that the appliances are associated with.

Destructuring the Response

data ListSmartHomeAppliancesResponse Source #

See: newListSmartHomeAppliancesResponse smart constructor.

Constructors

ListSmartHomeAppliancesResponse' 

Fields

Instances

Instances details
Eq ListSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

Read ListSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

Show ListSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

Generic ListSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

Associated Types

type Rep ListSmartHomeAppliancesResponse :: Type -> Type #

NFData ListSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

type Rep ListSmartHomeAppliancesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListSmartHomeAppliances

type Rep ListSmartHomeAppliancesResponse = D1 ('MetaData "ListSmartHomeAppliancesResponse" "Amazonka.AlexaBusiness.ListSmartHomeAppliances" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "ListSmartHomeAppliancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "smartHomeAppliances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SmartHomeAppliance])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSmartHomeAppliancesResponse Source #

Create a value of ListSmartHomeAppliancesResponse 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:smartHomeAppliances:ListSmartHomeAppliancesResponse', listSmartHomeAppliancesResponse_smartHomeAppliances - The smart home appliances.

$sel:nextToken:ListSmartHomeAppliances', listSmartHomeAppliancesResponse_nextToken - The tokens used for pagination.

$sel:httpStatus:ListSmartHomeAppliancesResponse', listSmartHomeAppliancesResponse_httpStatus - The response's http status code.

Response Lenses