libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.IoTWireless.ListWirelessGatewayTaskDefinitions

Description

List the wireless gateway tasks definitions registered to your AWS account.

Synopsis

Creating a Request

data ListWirelessGatewayTaskDefinitions Source #

Constructors

ListWirelessGatewayTaskDefinitions' 

Fields

Instances

Instances details
Eq ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

Read ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

Show ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

Generic ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

Associated Types

type Rep ListWirelessGatewayTaskDefinitions :: Type -> Type #

NFData ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

Hashable ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

AWSRequest ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

ToHeaders ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

ToPath ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

ToQuery ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

type Rep ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

type Rep ListWirelessGatewayTaskDefinitions = D1 ('MetaData "ListWirelessGatewayTaskDefinitions" "Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "ListWirelessGatewayTaskDefinitions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskDefinitionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WirelessGatewayTaskDefinitionType)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListWirelessGatewayTaskDefinitions Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

newListWirelessGatewayTaskDefinitions :: ListWirelessGatewayTaskDefinitions Source #

Create a value of ListWirelessGatewayTaskDefinitions 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:taskDefinitionType:ListWirelessGatewayTaskDefinitions', listWirelessGatewayTaskDefinitions_taskDefinitionType - A filter to list only the wireless gateway task definitions that use this task definition type.

$sel:nextToken:ListWirelessGatewayTaskDefinitions', listWirelessGatewayTaskDefinitions_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:ListWirelessGatewayTaskDefinitions', listWirelessGatewayTaskDefinitions_maxResults - The maximum number of results to return in this operation.

Request Lenses

listWirelessGatewayTaskDefinitions_taskDefinitionType :: Lens' ListWirelessGatewayTaskDefinitions (Maybe WirelessGatewayTaskDefinitionType) Source #

A filter to list only the wireless gateway task definitions that use this task definition type.

listWirelessGatewayTaskDefinitions_nextToken :: Lens' ListWirelessGatewayTaskDefinitions (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.

listWirelessGatewayTaskDefinitions_maxResults :: Lens' ListWirelessGatewayTaskDefinitions (Maybe Natural) Source #

The maximum number of results to return in this operation.

Destructuring the Response

data ListWirelessGatewayTaskDefinitionsResponse Source #

Constructors

ListWirelessGatewayTaskDefinitionsResponse' 

Fields

Instances

Instances details
Eq ListWirelessGatewayTaskDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

Read ListWirelessGatewayTaskDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

Show ListWirelessGatewayTaskDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

Generic ListWirelessGatewayTaskDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

NFData ListWirelessGatewayTaskDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

type Rep ListWirelessGatewayTaskDefinitionsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions

type Rep ListWirelessGatewayTaskDefinitionsResponse = D1 ('MetaData "ListWirelessGatewayTaskDefinitionsResponse" "Amazonka.IoTWireless.ListWirelessGatewayTaskDefinitions" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "ListWirelessGatewayTaskDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpdateWirelessGatewayTaskEntry])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWirelessGatewayTaskDefinitionsResponse Source #

Create a value of ListWirelessGatewayTaskDefinitionsResponse 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:taskDefinitions:ListWirelessGatewayTaskDefinitionsResponse', listWirelessGatewayTaskDefinitionsResponse_taskDefinitions - The list of task definitions.

$sel:nextToken:ListWirelessGatewayTaskDefinitions', listWirelessGatewayTaskDefinitionsResponse_nextToken - The token to use to get the next set of results, or null if there are no additional results.

$sel:httpStatus:ListWirelessGatewayTaskDefinitionsResponse', listWirelessGatewayTaskDefinitionsResponse_httpStatus - The response's http status code.

Response Lenses

listWirelessGatewayTaskDefinitionsResponse_nextToken :: Lens' ListWirelessGatewayTaskDefinitionsResponse (Maybe Text) Source #

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