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.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
Eq CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Read CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Show 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 #

NFData CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Hashable CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

ToJSON CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

AWSRequest 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

type Rep CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

type Rep CreateWirelessGatewayTask = D1 ('MetaData "CreateWirelessGatewayTask" "Amazonka.IoTWireless.CreateWirelessGatewayTask" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "CreateWirelessGatewayTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "wirelessGatewayTaskDefinitionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateWirelessGatewayTask Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

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:

$sel:id:CreateWirelessGatewayTask', createWirelessGatewayTask_id - The ID of the resource to update.

$sel:wirelessGatewayTaskDefinitionId: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
Eq CreateWirelessGatewayTaskResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Read CreateWirelessGatewayTaskResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Show CreateWirelessGatewayTaskResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Generic CreateWirelessGatewayTaskResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.CreateWirelessGatewayTask

Associated Types

type Rep CreateWirelessGatewayTaskResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" '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.

$sel:wirelessGatewayTaskDefinitionId:CreateWirelessGatewayTask', createWirelessGatewayTaskResponse_wirelessGatewayTaskDefinitionId - The ID of the WirelessGatewayTaskDefinition.

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

Response Lenses