amazonka-iotwireless-2.0: Amazon IoT Wireless 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.IoTWireless.CreateWirelessGatewayTask

Description

Creates a task for a wireless gateway.

Synopsis

Creating a Request

data CreateWirelessGatewayTask Source #

See: newCreateWirelessGatewayTask smart constructor.

Constructors

CreateWirelessGatewayTask' 

Fields

Instances

Instances details
ToJSON CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

ToHeaders CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

ToPath CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

ToQuery CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

AWSRequest CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Generic CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Associated Types

type Rep CreateWirelessGatewayTask :: Type -> Type #

Read CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Show CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

NFData CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Eq CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Hashable CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

type AWSResponse CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

type Rep CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

type Rep CreateWirelessGatewayTask = D1 ('MetaData "CreateWirelessGatewayTask" "Amazonka.IoTWireless.CreateWirelessGatewayTask" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "CreateWirelessGatewayTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "wirelessGatewayTaskDefinitionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateWirelessGatewayTask Source #

Create a value of CreateWirelessGatewayTask 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:

CreateWirelessGatewayTask, createWirelessGatewayTask_id - The ID of the resource to update.

CreateWirelessGatewayTask, createWirelessGatewayTask_wirelessGatewayTaskDefinitionId - The ID of the WirelessGatewayTaskDefinition.

Request Lenses

Destructuring the Response

data CreateWirelessGatewayTaskResponse Source #

See: newCreateWirelessGatewayTaskResponse smart constructor.

Constructors

CreateWirelessGatewayTaskResponse' 

Fields

Instances

Instances details
Generic CreateWirelessGatewayTaskResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Associated Types

type Rep CreateWirelessGatewayTaskResponse :: Type -> Type #

Read CreateWirelessGatewayTaskResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Show CreateWirelessGatewayTaskResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

NFData CreateWirelessGatewayTaskResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Eq CreateWirelessGatewayTaskResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

type Rep CreateWirelessGatewayTaskResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

type Rep CreateWirelessGatewayTaskResponse = D1 ('MetaData "CreateWirelessGatewayTaskResponse" "Amazonka.IoTWireless.CreateWirelessGatewayTask" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "CreateWirelessGatewayTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WirelessGatewayTaskStatus)) :*: (S1 ('MetaSel ('Just "wirelessGatewayTaskDefinitionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateWirelessGatewayTaskResponse Source #

Create a value of CreateWirelessGatewayTaskResponse 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:CreateWirelessGatewayTaskResponse', createWirelessGatewayTaskResponse_status - The status of the request.

CreateWirelessGatewayTask, createWirelessGatewayTaskResponse_wirelessGatewayTaskDefinitionId - The ID of the WirelessGatewayTaskDefinition.

$sel:httpStatus:CreateWirelessGatewayTaskResponse', createWirelessGatewayTaskResponse_httpStatus - The response's http status code.

Response Lenses