libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.ListThingRegistrationTasks

Description

List bulk thing provisioning tasks.

Requires permission to access the ListThingRegistrationTasks action.

This operation returns paginated results.

Synopsis

Creating a Request

data ListThingRegistrationTasks Source #

See: newListThingRegistrationTasks smart constructor.

Constructors

ListThingRegistrationTasks' 

Fields

  • status :: Maybe TaskStatus

    The status of the bulk thing provisioning task.

  • nextToken :: Maybe Text

    To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

  • maxResults :: Maybe Natural

    The maximum number of results to return at one time.

Instances

Instances details
Eq ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

Read ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

Show ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

Generic ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

Associated Types

type Rep ListThingRegistrationTasks :: Type -> Type #

NFData ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

Hashable ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

AWSPager ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

AWSRequest ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

ToHeaders ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

ToPath ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

ToQuery ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

type Rep ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

type Rep ListThingRegistrationTasks = D1 ('MetaData "ListThingRegistrationTasks" "Amazonka.IoT.ListThingRegistrationTasks" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "ListThingRegistrationTasks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskStatus)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListThingRegistrationTasks Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

newListThingRegistrationTasks :: ListThingRegistrationTasks Source #

Create a value of ListThingRegistrationTasks 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:status:ListThingRegistrationTasks', listThingRegistrationTasks_status - The status of the bulk thing provisioning task.

$sel:nextToken:ListThingRegistrationTasks', listThingRegistrationTasks_nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

$sel:maxResults:ListThingRegistrationTasks', listThingRegistrationTasks_maxResults - The maximum number of results to return at one time.

Request Lenses

listThingRegistrationTasks_status :: Lens' ListThingRegistrationTasks (Maybe TaskStatus) Source #

The status of the bulk thing provisioning task.

listThingRegistrationTasks_nextToken :: Lens' ListThingRegistrationTasks (Maybe Text) Source #

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

listThingRegistrationTasks_maxResults :: Lens' ListThingRegistrationTasks (Maybe Natural) Source #

The maximum number of results to return at one time.

Destructuring the Response

data ListThingRegistrationTasksResponse Source #

Constructors

ListThingRegistrationTasksResponse' 

Fields

Instances

Instances details
Eq ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

Read ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

Show ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

Generic ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

Associated Types

type Rep ListThingRegistrationTasksResponse :: Type -> Type #

NFData ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

type Rep ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListThingRegistrationTasks

type Rep ListThingRegistrationTasksResponse = D1 ('MetaData "ListThingRegistrationTasksResponse" "Amazonka.IoT.ListThingRegistrationTasks" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "ListThingRegistrationTasksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListThingRegistrationTasksResponse Source #

Create a value of ListThingRegistrationTasksResponse 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:ListThingRegistrationTasks', listThingRegistrationTasksResponse_nextToken - The token to use to get the next set of results, or null if there are no additional results.

$sel:taskIds:ListThingRegistrationTasksResponse', listThingRegistrationTasksResponse_taskIds - A list of bulk thing provisioning task IDs.

$sel:httpStatus:ListThingRegistrationTasksResponse', listThingRegistrationTasksResponse_httpStatus - The response's http status code.

Response Lenses

listThingRegistrationTasksResponse_nextToken :: Lens' ListThingRegistrationTasksResponse (Maybe Text) Source #

The token to use to get the next set of results, or null if there are no additional results.