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.GetWirelessGatewayTaskDefinition

Description

Gets information about a wireless gateway task definition.

Synopsis

Creating a Request

data GetWirelessGatewayTaskDefinition Source #

See: newGetWirelessGatewayTaskDefinition smart constructor.

Constructors

GetWirelessGatewayTaskDefinition' 

Fields

  • id :: Text

    The ID of the resource to get.

Instances

Instances details
Eq GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

Read GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

Show GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

Generic GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

Associated Types

type Rep GetWirelessGatewayTaskDefinition :: Type -> Type #

NFData GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

Hashable GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

AWSRequest GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

ToHeaders GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

ToPath GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

ToQuery GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

type Rep GetWirelessGatewayTaskDefinition Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

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

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

newGetWirelessGatewayTaskDefinition Source #

Create a value of GetWirelessGatewayTaskDefinition 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:GetWirelessGatewayTaskDefinition', getWirelessGatewayTaskDefinition_id - The ID of the resource to get.

Request Lenses

Destructuring the Response

data GetWirelessGatewayTaskDefinitionResponse Source #

Constructors

GetWirelessGatewayTaskDefinitionResponse' 

Fields

Instances

Instances details
Eq GetWirelessGatewayTaskDefinitionResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

Read GetWirelessGatewayTaskDefinitionResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

Show GetWirelessGatewayTaskDefinitionResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

Generic GetWirelessGatewayTaskDefinitionResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

NFData GetWirelessGatewayTaskDefinitionResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

type Rep GetWirelessGatewayTaskDefinitionResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition

type Rep GetWirelessGatewayTaskDefinitionResponse = D1 ('MetaData "GetWirelessGatewayTaskDefinitionResponse" "Amazonka.IoTWireless.GetWirelessGatewayTaskDefinition" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "GetWirelessGatewayTaskDefinitionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "autoCreateTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "update") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateWirelessGatewayTaskCreate)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetWirelessGatewayTaskDefinitionResponse Source #

Create a value of GetWirelessGatewayTaskDefinitionResponse 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:arn:GetWirelessGatewayTaskDefinitionResponse', getWirelessGatewayTaskDefinitionResponse_arn - The Amazon Resource Name of the resource.

$sel:name:GetWirelessGatewayTaskDefinitionResponse', getWirelessGatewayTaskDefinitionResponse_name - The name of the resource.

$sel:autoCreateTasks:GetWirelessGatewayTaskDefinitionResponse', getWirelessGatewayTaskDefinitionResponse_autoCreateTasks - Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask.

$sel:update:GetWirelessGatewayTaskDefinitionResponse', getWirelessGatewayTaskDefinitionResponse_update - Information about the gateways to update.

$sel:httpStatus:GetWirelessGatewayTaskDefinitionResponse', getWirelessGatewayTaskDefinitionResponse_httpStatus - The response's http status code.

Response Lenses

getWirelessGatewayTaskDefinitionResponse_autoCreateTasks :: Lens' GetWirelessGatewayTaskDefinitionResponse (Maybe Bool) Source #

Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask.