libZSservicesZSamazonka-iot1click-projectsZSamazonka-iot1click-projects
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.IoT1ClickProjects.GetDevicesInPlacement

Description

Returns an object enumerating the devices in a placement.

Synopsis

Creating a Request

data GetDevicesInPlacement Source #

See: newGetDevicesInPlacement smart constructor.

Constructors

GetDevicesInPlacement' 

Fields

Instances

Instances details
Eq GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

Read GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

Show GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

Generic GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

Associated Types

type Rep GetDevicesInPlacement :: Type -> Type #

NFData GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

Methods

rnf :: GetDevicesInPlacement -> () #

Hashable GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

AWSRequest GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

Associated Types

type AWSResponse GetDevicesInPlacement #

ToHeaders GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

ToPath GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

ToQuery GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

type Rep GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

type Rep GetDevicesInPlacement = D1 ('MetaData "GetDevicesInPlacement" "Amazonka.IoT1ClickProjects.GetDevicesInPlacement" "libZSservicesZSamazonka-iot1click-projectsZSamazonka-iot1click-projects" 'False) (C1 ('MetaCons "GetDevicesInPlacement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "placementName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDevicesInPlacement Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

newGetDevicesInPlacement Source #

Create a value of GetDevicesInPlacement 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:projectName:GetDevicesInPlacement', getDevicesInPlacement_projectName - The name of the project containing the placement.

$sel:placementName:GetDevicesInPlacement', getDevicesInPlacement_placementName - The name of the placement to get the devices from.

Request Lenses

getDevicesInPlacement_projectName :: Lens' GetDevicesInPlacement Text Source #

The name of the project containing the placement.

getDevicesInPlacement_placementName :: Lens' GetDevicesInPlacement Text Source #

The name of the placement to get the devices from.

Destructuring the Response

data GetDevicesInPlacementResponse Source #

See: newGetDevicesInPlacementResponse smart constructor.

Constructors

GetDevicesInPlacementResponse' 

Fields

Instances

Instances details
Eq GetDevicesInPlacementResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

Read GetDevicesInPlacementResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

Show GetDevicesInPlacementResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

Generic GetDevicesInPlacementResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

Associated Types

type Rep GetDevicesInPlacementResponse :: Type -> Type #

NFData GetDevicesInPlacementResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

type Rep GetDevicesInPlacementResponse Source # 
Instance details

Defined in Amazonka.IoT1ClickProjects.GetDevicesInPlacement

type Rep GetDevicesInPlacementResponse = D1 ('MetaData "GetDevicesInPlacementResponse" "Amazonka.IoT1ClickProjects.GetDevicesInPlacement" "libZSservicesZSamazonka-iot1click-projectsZSamazonka-iot1click-projects" 'False) (C1 ('MetaCons "GetDevicesInPlacementResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "devices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newGetDevicesInPlacementResponse Source #

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

$sel:devices:GetDevicesInPlacementResponse', getDevicesInPlacementResponse_devices - An object containing the devices (zero or more) within the placement.

Response Lenses

getDevicesInPlacementResponse_devices :: Lens' GetDevicesInPlacementResponse (HashMap Text Text) Source #

An object containing the devices (zero or more) within the placement.