Values.GetWirelessGatewayTaskDefinitionResponseSourceGets information about a wireless gateway task definition.
type nonrec t = {autoCreateTasks : AutoCreateTasks.t option;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.
*)name : WirelessGatewayTaskName.t option;The name of the resource.
*)update : UpdateWirelessGatewayTaskCreate.t option;Information about the gateways to update.
*)arn : WirelessGatewayTaskDefinitionArn.t option;The Amazon Resource Name of the resource.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of AutoCreateTasks.t
| `String of WirelessGatewayTaskName.t
| `Structure of
(string
* [> `String of UpdateDataSource.t
| `Structure of
(string
* [> `Long of Crc.t
| `String of UpdateSignature.t
| `Structure of
(string * [> `String of PackageVersion.t ]) list ])
list ])
list ])
list ]