@aws-sdk/client-iot-wireless 3.928.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/dist-cjs/index.js +4474 -4268
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/IoTWirelessClient.js +2 -0
  4. package/dist-es/commands/AssociateAwsAccountWithPartnerAccountCommand.js +3 -10
  5. package/dist-es/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +3 -9
  6. package/dist-es/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +3 -9
  7. package/dist-es/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +3 -9
  8. package/dist-es/commands/AssociateWirelessDeviceWithThingCommand.js +3 -9
  9. package/dist-es/commands/AssociateWirelessGatewayWithCertificateCommand.js +3 -9
  10. package/dist-es/commands/AssociateWirelessGatewayWithThingCommand.js +3 -9
  11. package/dist-es/commands/CancelMulticastGroupSessionCommand.js +3 -9
  12. package/dist-es/commands/CreateDestinationCommand.js +3 -9
  13. package/dist-es/commands/CreateDeviceProfileCommand.js +3 -9
  14. package/dist-es/commands/CreateFuotaTaskCommand.js +3 -9
  15. package/dist-es/commands/CreateMulticastGroupCommand.js +3 -9
  16. package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +3 -9
  17. package/dist-es/commands/CreateServiceProfileCommand.js +3 -9
  18. package/dist-es/commands/CreateWirelessDeviceCommand.js +3 -9
  19. package/dist-es/commands/CreateWirelessGatewayCommand.js +3 -9
  20. package/dist-es/commands/CreateWirelessGatewayTaskCommand.js +3 -9
  21. package/dist-es/commands/CreateWirelessGatewayTaskDefinitionCommand.js +3 -9
  22. package/dist-es/commands/DeleteDestinationCommand.js +3 -9
  23. package/dist-es/commands/DeleteDeviceProfileCommand.js +3 -9
  24. package/dist-es/commands/DeleteFuotaTaskCommand.js +3 -9
  25. package/dist-es/commands/DeleteMulticastGroupCommand.js +3 -9
  26. package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +3 -9
  27. package/dist-es/commands/DeleteQueuedMessagesCommand.js +3 -9
  28. package/dist-es/commands/DeleteServiceProfileCommand.js +3 -9
  29. package/dist-es/commands/DeleteWirelessDeviceCommand.js +3 -9
  30. package/dist-es/commands/DeleteWirelessDeviceImportTaskCommand.js +3 -9
  31. package/dist-es/commands/DeleteWirelessGatewayCommand.js +3 -9
  32. package/dist-es/commands/DeleteWirelessGatewayTaskCommand.js +3 -9
  33. package/dist-es/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +3 -9
  34. package/dist-es/commands/DeregisterWirelessDeviceCommand.js +3 -9
  35. package/dist-es/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +3 -9
  36. package/dist-es/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +3 -9
  37. package/dist-es/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +3 -9
  38. package/dist-es/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -9
  39. package/dist-es/commands/DisassociateWirelessDeviceFromThingCommand.js +3 -9
  40. package/dist-es/commands/DisassociateWirelessGatewayFromCertificateCommand.js +3 -9
  41. package/dist-es/commands/DisassociateWirelessGatewayFromThingCommand.js +3 -9
  42. package/dist-es/commands/GetDestinationCommand.js +3 -9
  43. package/dist-es/commands/GetDeviceProfileCommand.js +3 -10
  44. package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +3 -9
  45. package/dist-es/commands/GetFuotaTaskCommand.js +3 -9
  46. package/dist-es/commands/GetLogLevelsByResourceTypesCommand.js +3 -9
  47. package/dist-es/commands/GetMetricConfigurationCommand.js +3 -9
  48. package/dist-es/commands/GetMetricsCommand.js +3 -9
  49. package/dist-es/commands/GetMulticastGroupCommand.js +3 -9
  50. package/dist-es/commands/GetMulticastGroupSessionCommand.js +3 -9
  51. package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +3 -9
  52. package/dist-es/commands/GetPartnerAccountCommand.js +3 -10
  53. package/dist-es/commands/GetPositionCommand.js +3 -9
  54. package/dist-es/commands/GetPositionConfigurationCommand.js +3 -9
  55. package/dist-es/commands/GetPositionEstimateCommand.js +3 -9
  56. package/dist-es/commands/GetResourceEventConfigurationCommand.js +3 -9
  57. package/dist-es/commands/GetResourceLogLevelCommand.js +3 -9
  58. package/dist-es/commands/GetResourcePositionCommand.js +3 -9
  59. package/dist-es/commands/GetServiceEndpointCommand.js +3 -9
  60. package/dist-es/commands/GetServiceProfileCommand.js +3 -9
  61. package/dist-es/commands/GetWirelessDeviceCommand.js +3 -9
  62. package/dist-es/commands/GetWirelessDeviceImportTaskCommand.js +3 -9
  63. package/dist-es/commands/GetWirelessDeviceStatisticsCommand.js +3 -9
  64. package/dist-es/commands/GetWirelessGatewayCertificateCommand.js +3 -9
  65. package/dist-es/commands/GetWirelessGatewayCommand.js +3 -9
  66. package/dist-es/commands/GetWirelessGatewayFirmwareInformationCommand.js +3 -9
  67. package/dist-es/commands/GetWirelessGatewayStatisticsCommand.js +3 -9
  68. package/dist-es/commands/GetWirelessGatewayTaskCommand.js +3 -9
  69. package/dist-es/commands/GetWirelessGatewayTaskDefinitionCommand.js +3 -9
  70. package/dist-es/commands/ListDestinationsCommand.js +3 -9
  71. package/dist-es/commands/ListDeviceProfilesCommand.js +3 -9
  72. package/dist-es/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +3 -9
  73. package/dist-es/commands/ListEventConfigurationsCommand.js +3 -9
  74. package/dist-es/commands/ListFuotaTasksCommand.js +3 -9
  75. package/dist-es/commands/ListMulticastGroupsByFuotaTaskCommand.js +3 -9
  76. package/dist-es/commands/ListMulticastGroupsCommand.js +3 -9
  77. package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +3 -9
  78. package/dist-es/commands/ListPartnerAccountsCommand.js +3 -10
  79. package/dist-es/commands/ListPositionConfigurationsCommand.js +3 -9
  80. package/dist-es/commands/ListQueuedMessagesCommand.js +3 -9
  81. package/dist-es/commands/ListServiceProfilesCommand.js +3 -9
  82. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  83. package/dist-es/commands/ListWirelessDeviceImportTasksCommand.js +3 -9
  84. package/dist-es/commands/ListWirelessDevicesCommand.js +3 -9
  85. package/dist-es/commands/ListWirelessGatewayTaskDefinitionsCommand.js +3 -9
  86. package/dist-es/commands/ListWirelessGatewaysCommand.js +3 -9
  87. package/dist-es/commands/PutPositionConfigurationCommand.js +3 -9
  88. package/dist-es/commands/PutResourceLogLevelCommand.js +3 -9
  89. package/dist-es/commands/ResetAllResourceLogLevelsCommand.js +3 -9
  90. package/dist-es/commands/ResetResourceLogLevelCommand.js +3 -9
  91. package/dist-es/commands/SendDataToMulticastGroupCommand.js +3 -9
  92. package/dist-es/commands/SendDataToWirelessDeviceCommand.js +3 -9
  93. package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +3 -9
  94. package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +3 -9
  95. package/dist-es/commands/StartFuotaTaskCommand.js +3 -9
  96. package/dist-es/commands/StartMulticastGroupSessionCommand.js +3 -9
  97. package/dist-es/commands/StartSingleWirelessDeviceImportTaskCommand.js +3 -9
  98. package/dist-es/commands/StartWirelessDeviceImportTaskCommand.js +3 -9
  99. package/dist-es/commands/TagResourceCommand.js +3 -9
  100. package/dist-es/commands/TestWirelessDeviceCommand.js +3 -9
  101. package/dist-es/commands/UntagResourceCommand.js +3 -9
  102. package/dist-es/commands/UpdateDestinationCommand.js +3 -9
  103. package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +3 -9
  104. package/dist-es/commands/UpdateFuotaTaskCommand.js +3 -9
  105. package/dist-es/commands/UpdateLogLevelsByResourceTypesCommand.js +3 -9
  106. package/dist-es/commands/UpdateMetricConfigurationCommand.js +3 -9
  107. package/dist-es/commands/UpdateMulticastGroupCommand.js +3 -9
  108. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +3 -9
  109. package/dist-es/commands/UpdatePartnerAccountCommand.js +3 -10
  110. package/dist-es/commands/UpdatePositionCommand.js +3 -9
  111. package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +3 -9
  112. package/dist-es/commands/UpdateResourcePositionCommand.js +3 -9
  113. package/dist-es/commands/UpdateWirelessDeviceCommand.js +3 -9
  114. package/dist-es/commands/UpdateWirelessDeviceImportTaskCommand.js +3 -9
  115. package/dist-es/commands/UpdateWirelessGatewayCommand.js +3 -9
  116. package/dist-es/models/models_0.js +0 -29
  117. package/dist-es/models/models_1.js +0 -16
  118. package/dist-es/runtimeConfig.shared.js +2 -0
  119. package/dist-es/schemas/schemas_0.js +4277 -0
  120. package/dist-types/IoTWirelessClient.d.ts +10 -1
  121. package/dist-types/models/models_0.d.ts +0 -28
  122. package/dist-types/models/models_1.d.ts +0 -12
  123. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  124. package/dist-types/runtimeConfig.d.ts +1 -0
  125. package/dist-types/runtimeConfig.native.d.ts +1 -0
  126. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  127. package/dist-types/schemas/schemas_0.d.ts +537 -0
  128. package/dist-types/ts3.4/IoTWirelessClient.d.ts +4 -0
  129. package/dist-types/ts3.4/models/models_0.d.ts +0 -21
  130. package/dist-types/ts3.4/models/models_1.d.ts +0 -9
  131. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  132. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  133. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  134. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  135. package/dist-types/ts3.4/schemas/schemas_0.d.ts +543 -0
  136. package/package.json +34 -35
  137. package/dist-es/protocols/Aws_restJson1.js +0 -3447
  138. package/dist-types/protocols/Aws_restJson1.d.ts +0 -1010
  139. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1349
@@ -1,1010 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateAwsAccountWithPartnerAccountCommandInput, AssociateAwsAccountWithPartnerAccountCommandOutput } from "../commands/AssociateAwsAccountWithPartnerAccountCommand";
4
- import { AssociateMulticastGroupWithFuotaTaskCommandInput, AssociateMulticastGroupWithFuotaTaskCommandOutput } from "../commands/AssociateMulticastGroupWithFuotaTaskCommand";
5
- import { AssociateWirelessDeviceWithFuotaTaskCommandInput, AssociateWirelessDeviceWithFuotaTaskCommandOutput } from "../commands/AssociateWirelessDeviceWithFuotaTaskCommand";
6
- import { AssociateWirelessDeviceWithMulticastGroupCommandInput, AssociateWirelessDeviceWithMulticastGroupCommandOutput } from "../commands/AssociateWirelessDeviceWithMulticastGroupCommand";
7
- import { AssociateWirelessDeviceWithThingCommandInput, AssociateWirelessDeviceWithThingCommandOutput } from "../commands/AssociateWirelessDeviceWithThingCommand";
8
- import { AssociateWirelessGatewayWithCertificateCommandInput, AssociateWirelessGatewayWithCertificateCommandOutput } from "../commands/AssociateWirelessGatewayWithCertificateCommand";
9
- import { AssociateWirelessGatewayWithThingCommandInput, AssociateWirelessGatewayWithThingCommandOutput } from "../commands/AssociateWirelessGatewayWithThingCommand";
10
- import { CancelMulticastGroupSessionCommandInput, CancelMulticastGroupSessionCommandOutput } from "../commands/CancelMulticastGroupSessionCommand";
11
- import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "../commands/CreateDestinationCommand";
12
- import { CreateDeviceProfileCommandInput, CreateDeviceProfileCommandOutput } from "../commands/CreateDeviceProfileCommand";
13
- import { CreateFuotaTaskCommandInput, CreateFuotaTaskCommandOutput } from "../commands/CreateFuotaTaskCommand";
14
- import { CreateMulticastGroupCommandInput, CreateMulticastGroupCommandOutput } from "../commands/CreateMulticastGroupCommand";
15
- import { CreateNetworkAnalyzerConfigurationCommandInput, CreateNetworkAnalyzerConfigurationCommandOutput } from "../commands/CreateNetworkAnalyzerConfigurationCommand";
16
- import { CreateServiceProfileCommandInput, CreateServiceProfileCommandOutput } from "../commands/CreateServiceProfileCommand";
17
- import { CreateWirelessDeviceCommandInput, CreateWirelessDeviceCommandOutput } from "../commands/CreateWirelessDeviceCommand";
18
- import { CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput } from "../commands/CreateWirelessGatewayCommand";
19
- import { CreateWirelessGatewayTaskCommandInput, CreateWirelessGatewayTaskCommandOutput } from "../commands/CreateWirelessGatewayTaskCommand";
20
- import { CreateWirelessGatewayTaskDefinitionCommandInput, CreateWirelessGatewayTaskDefinitionCommandOutput } from "../commands/CreateWirelessGatewayTaskDefinitionCommand";
21
- import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "../commands/DeleteDestinationCommand";
22
- import { DeleteDeviceProfileCommandInput, DeleteDeviceProfileCommandOutput } from "../commands/DeleteDeviceProfileCommand";
23
- import { DeleteFuotaTaskCommandInput, DeleteFuotaTaskCommandOutput } from "../commands/DeleteFuotaTaskCommand";
24
- import { DeleteMulticastGroupCommandInput, DeleteMulticastGroupCommandOutput } from "../commands/DeleteMulticastGroupCommand";
25
- import { DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerConfigurationCommandOutput } from "../commands/DeleteNetworkAnalyzerConfigurationCommand";
26
- import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "../commands/DeleteQueuedMessagesCommand";
27
- import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "../commands/DeleteServiceProfileCommand";
28
- import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "../commands/DeleteWirelessDeviceCommand";
29
- import { DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput } from "../commands/DeleteWirelessDeviceImportTaskCommand";
30
- import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "../commands/DeleteWirelessGatewayCommand";
31
- import { DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput } from "../commands/DeleteWirelessGatewayTaskCommand";
32
- import { DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput } from "../commands/DeleteWirelessGatewayTaskDefinitionCommand";
33
- import { DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput } from "../commands/DeregisterWirelessDeviceCommand";
34
- import { DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput } from "../commands/DisassociateAwsAccountFromPartnerAccountCommand";
35
- import { DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput } from "../commands/DisassociateMulticastGroupFromFuotaTaskCommand";
36
- import { DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput } from "../commands/DisassociateWirelessDeviceFromFuotaTaskCommand";
37
- import { DisassociateWirelessDeviceFromMulticastGroupCommandInput, DisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "../commands/DisassociateWirelessDeviceFromMulticastGroupCommand";
38
- import { DisassociateWirelessDeviceFromThingCommandInput, DisassociateWirelessDeviceFromThingCommandOutput } from "../commands/DisassociateWirelessDeviceFromThingCommand";
39
- import { DisassociateWirelessGatewayFromCertificateCommandInput, DisassociateWirelessGatewayFromCertificateCommandOutput } from "../commands/DisassociateWirelessGatewayFromCertificateCommand";
40
- import { DisassociateWirelessGatewayFromThingCommandInput, DisassociateWirelessGatewayFromThingCommandOutput } from "../commands/DisassociateWirelessGatewayFromThingCommand";
41
- import { GetDestinationCommandInput, GetDestinationCommandOutput } from "../commands/GetDestinationCommand";
42
- import { GetDeviceProfileCommandInput, GetDeviceProfileCommandOutput } from "../commands/GetDeviceProfileCommand";
43
- import { GetEventConfigurationByResourceTypesCommandInput, GetEventConfigurationByResourceTypesCommandOutput } from "../commands/GetEventConfigurationByResourceTypesCommand";
44
- import { GetFuotaTaskCommandInput, GetFuotaTaskCommandOutput } from "../commands/GetFuotaTaskCommand";
45
- import { GetLogLevelsByResourceTypesCommandInput, GetLogLevelsByResourceTypesCommandOutput } from "../commands/GetLogLevelsByResourceTypesCommand";
46
- import { GetMetricConfigurationCommandInput, GetMetricConfigurationCommandOutput } from "../commands/GetMetricConfigurationCommand";
47
- import { GetMetricsCommandInput, GetMetricsCommandOutput } from "../commands/GetMetricsCommand";
48
- import { GetMulticastGroupCommandInput, GetMulticastGroupCommandOutput } from "../commands/GetMulticastGroupCommand";
49
- import { GetMulticastGroupSessionCommandInput, GetMulticastGroupSessionCommandOutput } from "../commands/GetMulticastGroupSessionCommand";
50
- import { GetNetworkAnalyzerConfigurationCommandInput, GetNetworkAnalyzerConfigurationCommandOutput } from "../commands/GetNetworkAnalyzerConfigurationCommand";
51
- import { GetPartnerAccountCommandInput, GetPartnerAccountCommandOutput } from "../commands/GetPartnerAccountCommand";
52
- import { GetPositionCommandInput, GetPositionCommandOutput } from "../commands/GetPositionCommand";
53
- import { GetPositionConfigurationCommandInput, GetPositionConfigurationCommandOutput } from "../commands/GetPositionConfigurationCommand";
54
- import { GetPositionEstimateCommandInput, GetPositionEstimateCommandOutput } from "../commands/GetPositionEstimateCommand";
55
- import { GetResourceEventConfigurationCommandInput, GetResourceEventConfigurationCommandOutput } from "../commands/GetResourceEventConfigurationCommand";
56
- import { GetResourceLogLevelCommandInput, GetResourceLogLevelCommandOutput } from "../commands/GetResourceLogLevelCommand";
57
- import { GetResourcePositionCommandInput, GetResourcePositionCommandOutput } from "../commands/GetResourcePositionCommand";
58
- import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "../commands/GetServiceEndpointCommand";
59
- import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "../commands/GetServiceProfileCommand";
60
- import { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "../commands/GetWirelessDeviceCommand";
61
- import { GetWirelessDeviceImportTaskCommandInput, GetWirelessDeviceImportTaskCommandOutput } from "../commands/GetWirelessDeviceImportTaskCommand";
62
- import { GetWirelessDeviceStatisticsCommandInput, GetWirelessDeviceStatisticsCommandOutput } from "../commands/GetWirelessDeviceStatisticsCommand";
63
- import { GetWirelessGatewayCertificateCommandInput, GetWirelessGatewayCertificateCommandOutput } from "../commands/GetWirelessGatewayCertificateCommand";
64
- import { GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput } from "../commands/GetWirelessGatewayCommand";
65
- import { GetWirelessGatewayFirmwareInformationCommandInput, GetWirelessGatewayFirmwareInformationCommandOutput } from "../commands/GetWirelessGatewayFirmwareInformationCommand";
66
- import { GetWirelessGatewayStatisticsCommandInput, GetWirelessGatewayStatisticsCommandOutput } from "../commands/GetWirelessGatewayStatisticsCommand";
67
- import { GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput } from "../commands/GetWirelessGatewayTaskCommand";
68
- import { GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput } from "../commands/GetWirelessGatewayTaskDefinitionCommand";
69
- import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "../commands/ListDestinationsCommand";
70
- import { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "../commands/ListDeviceProfilesCommand";
71
- import { ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput } from "../commands/ListDevicesForWirelessDeviceImportTaskCommand";
72
- import { ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput } from "../commands/ListEventConfigurationsCommand";
73
- import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "../commands/ListFuotaTasksCommand";
74
- import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "../commands/ListMulticastGroupsByFuotaTaskCommand";
75
- import { ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput } from "../commands/ListMulticastGroupsCommand";
76
- import { ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput } from "../commands/ListNetworkAnalyzerConfigurationsCommand";
77
- import { ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput } from "../commands/ListPartnerAccountsCommand";
78
- import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput } from "../commands/ListPositionConfigurationsCommand";
79
- import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "../commands/ListQueuedMessagesCommand";
80
- import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "../commands/ListServiceProfilesCommand";
81
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
82
- import { ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput } from "../commands/ListWirelessDeviceImportTasksCommand";
83
- import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "../commands/ListWirelessDevicesCommand";
84
- import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "../commands/ListWirelessGatewaysCommand";
85
- import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "../commands/ListWirelessGatewayTaskDefinitionsCommand";
86
- import { PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput } from "../commands/PutPositionConfigurationCommand";
87
- import { PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput } from "../commands/PutResourceLogLevelCommand";
88
- import { ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput } from "../commands/ResetAllResourceLogLevelsCommand";
89
- import { ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput } from "../commands/ResetResourceLogLevelCommand";
90
- import { SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput } from "../commands/SendDataToMulticastGroupCommand";
91
- import { SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput } from "../commands/SendDataToWirelessDeviceCommand";
92
- import { StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput } from "../commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
93
- import { StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "../commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
94
- import { StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput } from "../commands/StartFuotaTaskCommand";
95
- import { StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput } from "../commands/StartMulticastGroupSessionCommand";
96
- import { StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput } from "../commands/StartSingleWirelessDeviceImportTaskCommand";
97
- import { StartWirelessDeviceImportTaskCommandInput, StartWirelessDeviceImportTaskCommandOutput } from "../commands/StartWirelessDeviceImportTaskCommand";
98
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
99
- import { TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput } from "../commands/TestWirelessDeviceCommand";
100
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
101
- import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "../commands/UpdateDestinationCommand";
102
- import { UpdateEventConfigurationByResourceTypesCommandInput, UpdateEventConfigurationByResourceTypesCommandOutput } from "../commands/UpdateEventConfigurationByResourceTypesCommand";
103
- import { UpdateFuotaTaskCommandInput, UpdateFuotaTaskCommandOutput } from "../commands/UpdateFuotaTaskCommand";
104
- import { UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput } from "../commands/UpdateLogLevelsByResourceTypesCommand";
105
- import { UpdateMetricConfigurationCommandInput, UpdateMetricConfigurationCommandOutput } from "../commands/UpdateMetricConfigurationCommand";
106
- import { UpdateMulticastGroupCommandInput, UpdateMulticastGroupCommandOutput } from "../commands/UpdateMulticastGroupCommand";
107
- import { UpdateNetworkAnalyzerConfigurationCommandInput, UpdateNetworkAnalyzerConfigurationCommandOutput } from "../commands/UpdateNetworkAnalyzerConfigurationCommand";
108
- import { UpdatePartnerAccountCommandInput, UpdatePartnerAccountCommandOutput } from "../commands/UpdatePartnerAccountCommand";
109
- import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "../commands/UpdatePositionCommand";
110
- import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "../commands/UpdateResourceEventConfigurationCommand";
111
- import { UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput } from "../commands/UpdateResourcePositionCommand";
112
- import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "../commands/UpdateWirelessDeviceCommand";
113
- import { UpdateWirelessDeviceImportTaskCommandInput, UpdateWirelessDeviceImportTaskCommandOutput } from "../commands/UpdateWirelessDeviceImportTaskCommand";
114
- import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "../commands/UpdateWirelessGatewayCommand";
115
- /**
116
- * serializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand
117
- */
118
- export declare const se_AssociateAwsAccountWithPartnerAccountCommand: (input: AssociateAwsAccountWithPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_restJson1AssociateMulticastGroupWithFuotaTaskCommand
121
- */
122
- export declare const se_AssociateMulticastGroupWithFuotaTaskCommand: (input: AssociateMulticastGroupWithFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_restJson1AssociateWirelessDeviceWithFuotaTaskCommand
125
- */
126
- export declare const se_AssociateWirelessDeviceWithFuotaTaskCommand: (input: AssociateWirelessDeviceWithFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_restJson1AssociateWirelessDeviceWithMulticastGroupCommand
129
- */
130
- export declare const se_AssociateWirelessDeviceWithMulticastGroupCommand: (input: AssociateWirelessDeviceWithMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_restJson1AssociateWirelessDeviceWithThingCommand
133
- */
134
- export declare const se_AssociateWirelessDeviceWithThingCommand: (input: AssociateWirelessDeviceWithThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_restJson1AssociateWirelessGatewayWithCertificateCommand
137
- */
138
- export declare const se_AssociateWirelessGatewayWithCertificateCommand: (input: AssociateWirelessGatewayWithCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_restJson1AssociateWirelessGatewayWithThingCommand
141
- */
142
- export declare const se_AssociateWirelessGatewayWithThingCommand: (input: AssociateWirelessGatewayWithThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_restJson1CancelMulticastGroupSessionCommand
145
- */
146
- export declare const se_CancelMulticastGroupSessionCommand: (input: CancelMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_restJson1CreateDestinationCommand
149
- */
150
- export declare const se_CreateDestinationCommand: (input: CreateDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_restJson1CreateDeviceProfileCommand
153
- */
154
- export declare const se_CreateDeviceProfileCommand: (input: CreateDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_restJson1CreateFuotaTaskCommand
157
- */
158
- export declare const se_CreateFuotaTaskCommand: (input: CreateFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_restJson1CreateMulticastGroupCommand
161
- */
162
- export declare const se_CreateMulticastGroupCommand: (input: CreateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_restJson1CreateNetworkAnalyzerConfigurationCommand
165
- */
166
- export declare const se_CreateNetworkAnalyzerConfigurationCommand: (input: CreateNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_restJson1CreateServiceProfileCommand
169
- */
170
- export declare const se_CreateServiceProfileCommand: (input: CreateServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_restJson1CreateWirelessDeviceCommand
173
- */
174
- export declare const se_CreateWirelessDeviceCommand: (input: CreateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_restJson1CreateWirelessGatewayCommand
177
- */
178
- export declare const se_CreateWirelessGatewayCommand: (input: CreateWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_restJson1CreateWirelessGatewayTaskCommand
181
- */
182
- export declare const se_CreateWirelessGatewayTaskCommand: (input: CreateWirelessGatewayTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_restJson1CreateWirelessGatewayTaskDefinitionCommand
185
- */
186
- export declare const se_CreateWirelessGatewayTaskDefinitionCommand: (input: CreateWirelessGatewayTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_restJson1DeleteDestinationCommand
189
- */
190
- export declare const se_DeleteDestinationCommand: (input: DeleteDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_restJson1DeleteDeviceProfileCommand
193
- */
194
- export declare const se_DeleteDeviceProfileCommand: (input: DeleteDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_restJson1DeleteFuotaTaskCommand
197
- */
198
- export declare const se_DeleteFuotaTaskCommand: (input: DeleteFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_restJson1DeleteMulticastGroupCommand
201
- */
202
- export declare const se_DeleteMulticastGroupCommand: (input: DeleteMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand
205
- */
206
- export declare const se_DeleteNetworkAnalyzerConfigurationCommand: (input: DeleteNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_restJson1DeleteQueuedMessagesCommand
209
- */
210
- export declare const se_DeleteQueuedMessagesCommand: (input: DeleteQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_restJson1DeleteServiceProfileCommand
213
- */
214
- export declare const se_DeleteServiceProfileCommand: (input: DeleteServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_restJson1DeleteWirelessDeviceCommand
217
- */
218
- export declare const se_DeleteWirelessDeviceCommand: (input: DeleteWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_restJson1DeleteWirelessDeviceImportTaskCommand
221
- */
222
- export declare const se_DeleteWirelessDeviceImportTaskCommand: (input: DeleteWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * serializeAws_restJson1DeleteWirelessGatewayCommand
225
- */
226
- export declare const se_DeleteWirelessGatewayCommand: (input: DeleteWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- /**
228
- * serializeAws_restJson1DeleteWirelessGatewayTaskCommand
229
- */
230
- export declare const se_DeleteWirelessGatewayTaskCommand: (input: DeleteWirelessGatewayTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- /**
232
- * serializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCommand
233
- */
234
- export declare const se_DeleteWirelessGatewayTaskDefinitionCommand: (input: DeleteWirelessGatewayTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- /**
236
- * serializeAws_restJson1DeregisterWirelessDeviceCommand
237
- */
238
- export declare const se_DeregisterWirelessDeviceCommand: (input: DeregisterWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- /**
240
- * serializeAws_restJson1DisassociateAwsAccountFromPartnerAccountCommand
241
- */
242
- export declare const se_DisassociateAwsAccountFromPartnerAccountCommand: (input: DisassociateAwsAccountFromPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- /**
244
- * serializeAws_restJson1DisassociateMulticastGroupFromFuotaTaskCommand
245
- */
246
- export declare const se_DisassociateMulticastGroupFromFuotaTaskCommand: (input: DisassociateMulticastGroupFromFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- /**
248
- * serializeAws_restJson1DisassociateWirelessDeviceFromFuotaTaskCommand
249
- */
250
- export declare const se_DisassociateWirelessDeviceFromFuotaTaskCommand: (input: DisassociateWirelessDeviceFromFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- /**
252
- * serializeAws_restJson1DisassociateWirelessDeviceFromMulticastGroupCommand
253
- */
254
- export declare const se_DisassociateWirelessDeviceFromMulticastGroupCommand: (input: DisassociateWirelessDeviceFromMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- /**
256
- * serializeAws_restJson1DisassociateWirelessDeviceFromThingCommand
257
- */
258
- export declare const se_DisassociateWirelessDeviceFromThingCommand: (input: DisassociateWirelessDeviceFromThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- /**
260
- * serializeAws_restJson1DisassociateWirelessGatewayFromCertificateCommand
261
- */
262
- export declare const se_DisassociateWirelessGatewayFromCertificateCommand: (input: DisassociateWirelessGatewayFromCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- /**
264
- * serializeAws_restJson1DisassociateWirelessGatewayFromThingCommand
265
- */
266
- export declare const se_DisassociateWirelessGatewayFromThingCommand: (input: DisassociateWirelessGatewayFromThingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- /**
268
- * serializeAws_restJson1GetDestinationCommand
269
- */
270
- export declare const se_GetDestinationCommand: (input: GetDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- /**
272
- * serializeAws_restJson1GetDeviceProfileCommand
273
- */
274
- export declare const se_GetDeviceProfileCommand: (input: GetDeviceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- /**
276
- * serializeAws_restJson1GetEventConfigurationByResourceTypesCommand
277
- */
278
- export declare const se_GetEventConfigurationByResourceTypesCommand: (input: GetEventConfigurationByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- /**
280
- * serializeAws_restJson1GetFuotaTaskCommand
281
- */
282
- export declare const se_GetFuotaTaskCommand: (input: GetFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- /**
284
- * serializeAws_restJson1GetLogLevelsByResourceTypesCommand
285
- */
286
- export declare const se_GetLogLevelsByResourceTypesCommand: (input: GetLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- /**
288
- * serializeAws_restJson1GetMetricConfigurationCommand
289
- */
290
- export declare const se_GetMetricConfigurationCommand: (input: GetMetricConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- /**
292
- * serializeAws_restJson1GetMetricsCommand
293
- */
294
- export declare const se_GetMetricsCommand: (input: GetMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- /**
296
- * serializeAws_restJson1GetMulticastGroupCommand
297
- */
298
- export declare const se_GetMulticastGroupCommand: (input: GetMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- /**
300
- * serializeAws_restJson1GetMulticastGroupSessionCommand
301
- */
302
- export declare const se_GetMulticastGroupSessionCommand: (input: GetMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- /**
304
- * serializeAws_restJson1GetNetworkAnalyzerConfigurationCommand
305
- */
306
- export declare const se_GetNetworkAnalyzerConfigurationCommand: (input: GetNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
- /**
308
- * serializeAws_restJson1GetPartnerAccountCommand
309
- */
310
- export declare const se_GetPartnerAccountCommand: (input: GetPartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
- /**
312
- * serializeAws_restJson1GetPositionCommand
313
- */
314
- export declare const se_GetPositionCommand: (input: GetPositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
- /**
316
- * serializeAws_restJson1GetPositionConfigurationCommand
317
- */
318
- export declare const se_GetPositionConfigurationCommand: (input: GetPositionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
- /**
320
- * serializeAws_restJson1GetPositionEstimateCommand
321
- */
322
- export declare const se_GetPositionEstimateCommand: (input: GetPositionEstimateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
323
- /**
324
- * serializeAws_restJson1GetResourceEventConfigurationCommand
325
- */
326
- export declare const se_GetResourceEventConfigurationCommand: (input: GetResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
- /**
328
- * serializeAws_restJson1GetResourceLogLevelCommand
329
- */
330
- export declare const se_GetResourceLogLevelCommand: (input: GetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
- /**
332
- * serializeAws_restJson1GetResourcePositionCommand
333
- */
334
- export declare const se_GetResourcePositionCommand: (input: GetResourcePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
- /**
336
- * serializeAws_restJson1GetServiceEndpointCommand
337
- */
338
- export declare const se_GetServiceEndpointCommand: (input: GetServiceEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
- /**
340
- * serializeAws_restJson1GetServiceProfileCommand
341
- */
342
- export declare const se_GetServiceProfileCommand: (input: GetServiceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
- /**
344
- * serializeAws_restJson1GetWirelessDeviceCommand
345
- */
346
- export declare const se_GetWirelessDeviceCommand: (input: GetWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
347
- /**
348
- * serializeAws_restJson1GetWirelessDeviceImportTaskCommand
349
- */
350
- export declare const se_GetWirelessDeviceImportTaskCommand: (input: GetWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
351
- /**
352
- * serializeAws_restJson1GetWirelessDeviceStatisticsCommand
353
- */
354
- export declare const se_GetWirelessDeviceStatisticsCommand: (input: GetWirelessDeviceStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
355
- /**
356
- * serializeAws_restJson1GetWirelessGatewayCommand
357
- */
358
- export declare const se_GetWirelessGatewayCommand: (input: GetWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
359
- /**
360
- * serializeAws_restJson1GetWirelessGatewayCertificateCommand
361
- */
362
- export declare const se_GetWirelessGatewayCertificateCommand: (input: GetWirelessGatewayCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
363
- /**
364
- * serializeAws_restJson1GetWirelessGatewayFirmwareInformationCommand
365
- */
366
- export declare const se_GetWirelessGatewayFirmwareInformationCommand: (input: GetWirelessGatewayFirmwareInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
367
- /**
368
- * serializeAws_restJson1GetWirelessGatewayStatisticsCommand
369
- */
370
- export declare const se_GetWirelessGatewayStatisticsCommand: (input: GetWirelessGatewayStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
371
- /**
372
- * serializeAws_restJson1GetWirelessGatewayTaskCommand
373
- */
374
- export declare const se_GetWirelessGatewayTaskCommand: (input: GetWirelessGatewayTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
375
- /**
376
- * serializeAws_restJson1GetWirelessGatewayTaskDefinitionCommand
377
- */
378
- export declare const se_GetWirelessGatewayTaskDefinitionCommand: (input: GetWirelessGatewayTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
379
- /**
380
- * serializeAws_restJson1ListDestinationsCommand
381
- */
382
- export declare const se_ListDestinationsCommand: (input: ListDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
383
- /**
384
- * serializeAws_restJson1ListDeviceProfilesCommand
385
- */
386
- export declare const se_ListDeviceProfilesCommand: (input: ListDeviceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
387
- /**
388
- * serializeAws_restJson1ListDevicesForWirelessDeviceImportTaskCommand
389
- */
390
- export declare const se_ListDevicesForWirelessDeviceImportTaskCommand: (input: ListDevicesForWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
391
- /**
392
- * serializeAws_restJson1ListEventConfigurationsCommand
393
- */
394
- export declare const se_ListEventConfigurationsCommand: (input: ListEventConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
395
- /**
396
- * serializeAws_restJson1ListFuotaTasksCommand
397
- */
398
- export declare const se_ListFuotaTasksCommand: (input: ListFuotaTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
399
- /**
400
- * serializeAws_restJson1ListMulticastGroupsCommand
401
- */
402
- export declare const se_ListMulticastGroupsCommand: (input: ListMulticastGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
403
- /**
404
- * serializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand
405
- */
406
- export declare const se_ListMulticastGroupsByFuotaTaskCommand: (input: ListMulticastGroupsByFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
407
- /**
408
- * serializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand
409
- */
410
- export declare const se_ListNetworkAnalyzerConfigurationsCommand: (input: ListNetworkAnalyzerConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
411
- /**
412
- * serializeAws_restJson1ListPartnerAccountsCommand
413
- */
414
- export declare const se_ListPartnerAccountsCommand: (input: ListPartnerAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
415
- /**
416
- * serializeAws_restJson1ListPositionConfigurationsCommand
417
- */
418
- export declare const se_ListPositionConfigurationsCommand: (input: ListPositionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
419
- /**
420
- * serializeAws_restJson1ListQueuedMessagesCommand
421
- */
422
- export declare const se_ListQueuedMessagesCommand: (input: ListQueuedMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
423
- /**
424
- * serializeAws_restJson1ListServiceProfilesCommand
425
- */
426
- export declare const se_ListServiceProfilesCommand: (input: ListServiceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
427
- /**
428
- * serializeAws_restJson1ListTagsForResourceCommand
429
- */
430
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
431
- /**
432
- * serializeAws_restJson1ListWirelessDeviceImportTasksCommand
433
- */
434
- export declare const se_ListWirelessDeviceImportTasksCommand: (input: ListWirelessDeviceImportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
435
- /**
436
- * serializeAws_restJson1ListWirelessDevicesCommand
437
- */
438
- export declare const se_ListWirelessDevicesCommand: (input: ListWirelessDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
439
- /**
440
- * serializeAws_restJson1ListWirelessGatewaysCommand
441
- */
442
- export declare const se_ListWirelessGatewaysCommand: (input: ListWirelessGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
443
- /**
444
- * serializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand
445
- */
446
- export declare const se_ListWirelessGatewayTaskDefinitionsCommand: (input: ListWirelessGatewayTaskDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
447
- /**
448
- * serializeAws_restJson1PutPositionConfigurationCommand
449
- */
450
- export declare const se_PutPositionConfigurationCommand: (input: PutPositionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
451
- /**
452
- * serializeAws_restJson1PutResourceLogLevelCommand
453
- */
454
- export declare const se_PutResourceLogLevelCommand: (input: PutResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
455
- /**
456
- * serializeAws_restJson1ResetAllResourceLogLevelsCommand
457
- */
458
- export declare const se_ResetAllResourceLogLevelsCommand: (input: ResetAllResourceLogLevelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
459
- /**
460
- * serializeAws_restJson1ResetResourceLogLevelCommand
461
- */
462
- export declare const se_ResetResourceLogLevelCommand: (input: ResetResourceLogLevelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
463
- /**
464
- * serializeAws_restJson1SendDataToMulticastGroupCommand
465
- */
466
- export declare const se_SendDataToMulticastGroupCommand: (input: SendDataToMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
467
- /**
468
- * serializeAws_restJson1SendDataToWirelessDeviceCommand
469
- */
470
- export declare const se_SendDataToWirelessDeviceCommand: (input: SendDataToWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
471
- /**
472
- * serializeAws_restJson1StartBulkAssociateWirelessDeviceWithMulticastGroupCommand
473
- */
474
- export declare const se_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand: (input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
475
- /**
476
- * serializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand
477
- */
478
- export declare const se_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand: (input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
479
- /**
480
- * serializeAws_restJson1StartFuotaTaskCommand
481
- */
482
- export declare const se_StartFuotaTaskCommand: (input: StartFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
483
- /**
484
- * serializeAws_restJson1StartMulticastGroupSessionCommand
485
- */
486
- export declare const se_StartMulticastGroupSessionCommand: (input: StartMulticastGroupSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
487
- /**
488
- * serializeAws_restJson1StartSingleWirelessDeviceImportTaskCommand
489
- */
490
- export declare const se_StartSingleWirelessDeviceImportTaskCommand: (input: StartSingleWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
491
- /**
492
- * serializeAws_restJson1StartWirelessDeviceImportTaskCommand
493
- */
494
- export declare const se_StartWirelessDeviceImportTaskCommand: (input: StartWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
495
- /**
496
- * serializeAws_restJson1TagResourceCommand
497
- */
498
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
499
- /**
500
- * serializeAws_restJson1TestWirelessDeviceCommand
501
- */
502
- export declare const se_TestWirelessDeviceCommand: (input: TestWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
503
- /**
504
- * serializeAws_restJson1UntagResourceCommand
505
- */
506
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
507
- /**
508
- * serializeAws_restJson1UpdateDestinationCommand
509
- */
510
- export declare const se_UpdateDestinationCommand: (input: UpdateDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
511
- /**
512
- * serializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand
513
- */
514
- export declare const se_UpdateEventConfigurationByResourceTypesCommand: (input: UpdateEventConfigurationByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
515
- /**
516
- * serializeAws_restJson1UpdateFuotaTaskCommand
517
- */
518
- export declare const se_UpdateFuotaTaskCommand: (input: UpdateFuotaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
519
- /**
520
- * serializeAws_restJson1UpdateLogLevelsByResourceTypesCommand
521
- */
522
- export declare const se_UpdateLogLevelsByResourceTypesCommand: (input: UpdateLogLevelsByResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
523
- /**
524
- * serializeAws_restJson1UpdateMetricConfigurationCommand
525
- */
526
- export declare const se_UpdateMetricConfigurationCommand: (input: UpdateMetricConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
527
- /**
528
- * serializeAws_restJson1UpdateMulticastGroupCommand
529
- */
530
- export declare const se_UpdateMulticastGroupCommand: (input: UpdateMulticastGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
531
- /**
532
- * serializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand
533
- */
534
- export declare const se_UpdateNetworkAnalyzerConfigurationCommand: (input: UpdateNetworkAnalyzerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
535
- /**
536
- * serializeAws_restJson1UpdatePartnerAccountCommand
537
- */
538
- export declare const se_UpdatePartnerAccountCommand: (input: UpdatePartnerAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
539
- /**
540
- * serializeAws_restJson1UpdatePositionCommand
541
- */
542
- export declare const se_UpdatePositionCommand: (input: UpdatePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
543
- /**
544
- * serializeAws_restJson1UpdateResourceEventConfigurationCommand
545
- */
546
- export declare const se_UpdateResourceEventConfigurationCommand: (input: UpdateResourceEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
547
- /**
548
- * serializeAws_restJson1UpdateResourcePositionCommand
549
- */
550
- export declare const se_UpdateResourcePositionCommand: (input: UpdateResourcePositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
551
- /**
552
- * serializeAws_restJson1UpdateWirelessDeviceCommand
553
- */
554
- export declare const se_UpdateWirelessDeviceCommand: (input: UpdateWirelessDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
555
- /**
556
- * serializeAws_restJson1UpdateWirelessDeviceImportTaskCommand
557
- */
558
- export declare const se_UpdateWirelessDeviceImportTaskCommand: (input: UpdateWirelessDeviceImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
559
- /**
560
- * serializeAws_restJson1UpdateWirelessGatewayCommand
561
- */
562
- export declare const se_UpdateWirelessGatewayCommand: (input: UpdateWirelessGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
563
- /**
564
- * deserializeAws_restJson1AssociateAwsAccountWithPartnerAccountCommand
565
- */
566
- export declare const de_AssociateAwsAccountWithPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAwsAccountWithPartnerAccountCommandOutput>;
567
- /**
568
- * deserializeAws_restJson1AssociateMulticastGroupWithFuotaTaskCommand
569
- */
570
- export declare const de_AssociateMulticastGroupWithFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMulticastGroupWithFuotaTaskCommandOutput>;
571
- /**
572
- * deserializeAws_restJson1AssociateWirelessDeviceWithFuotaTaskCommand
573
- */
574
- export declare const de_AssociateWirelessDeviceWithFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWirelessDeviceWithFuotaTaskCommandOutput>;
575
- /**
576
- * deserializeAws_restJson1AssociateWirelessDeviceWithMulticastGroupCommand
577
- */
578
- export declare const de_AssociateWirelessDeviceWithMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWirelessDeviceWithMulticastGroupCommandOutput>;
579
- /**
580
- * deserializeAws_restJson1AssociateWirelessDeviceWithThingCommand
581
- */
582
- export declare const de_AssociateWirelessDeviceWithThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWirelessDeviceWithThingCommandOutput>;
583
- /**
584
- * deserializeAws_restJson1AssociateWirelessGatewayWithCertificateCommand
585
- */
586
- export declare const de_AssociateWirelessGatewayWithCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWirelessGatewayWithCertificateCommandOutput>;
587
- /**
588
- * deserializeAws_restJson1AssociateWirelessGatewayWithThingCommand
589
- */
590
- export declare const de_AssociateWirelessGatewayWithThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWirelessGatewayWithThingCommandOutput>;
591
- /**
592
- * deserializeAws_restJson1CancelMulticastGroupSessionCommand
593
- */
594
- export declare const de_CancelMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMulticastGroupSessionCommandOutput>;
595
- /**
596
- * deserializeAws_restJson1CreateDestinationCommand
597
- */
598
- export declare const de_CreateDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDestinationCommandOutput>;
599
- /**
600
- * deserializeAws_restJson1CreateDeviceProfileCommand
601
- */
602
- export declare const de_CreateDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceProfileCommandOutput>;
603
- /**
604
- * deserializeAws_restJson1CreateFuotaTaskCommand
605
- */
606
- export declare const de_CreateFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFuotaTaskCommandOutput>;
607
- /**
608
- * deserializeAws_restJson1CreateMulticastGroupCommand
609
- */
610
- export declare const de_CreateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMulticastGroupCommandOutput>;
611
- /**
612
- * deserializeAws_restJson1CreateNetworkAnalyzerConfigurationCommand
613
- */
614
- export declare const de_CreateNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkAnalyzerConfigurationCommandOutput>;
615
- /**
616
- * deserializeAws_restJson1CreateServiceProfileCommand
617
- */
618
- export declare const de_CreateServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceProfileCommandOutput>;
619
- /**
620
- * deserializeAws_restJson1CreateWirelessDeviceCommand
621
- */
622
- export declare const de_CreateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWirelessDeviceCommandOutput>;
623
- /**
624
- * deserializeAws_restJson1CreateWirelessGatewayCommand
625
- */
626
- export declare const de_CreateWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWirelessGatewayCommandOutput>;
627
- /**
628
- * deserializeAws_restJson1CreateWirelessGatewayTaskCommand
629
- */
630
- export declare const de_CreateWirelessGatewayTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWirelessGatewayTaskCommandOutput>;
631
- /**
632
- * deserializeAws_restJson1CreateWirelessGatewayTaskDefinitionCommand
633
- */
634
- export declare const de_CreateWirelessGatewayTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWirelessGatewayTaskDefinitionCommandOutput>;
635
- /**
636
- * deserializeAws_restJson1DeleteDestinationCommand
637
- */
638
- export declare const de_DeleteDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDestinationCommandOutput>;
639
- /**
640
- * deserializeAws_restJson1DeleteDeviceProfileCommand
641
- */
642
- export declare const de_DeleteDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceProfileCommandOutput>;
643
- /**
644
- * deserializeAws_restJson1DeleteFuotaTaskCommand
645
- */
646
- export declare const de_DeleteFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFuotaTaskCommandOutput>;
647
- /**
648
- * deserializeAws_restJson1DeleteMulticastGroupCommand
649
- */
650
- export declare const de_DeleteMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMulticastGroupCommandOutput>;
651
- /**
652
- * deserializeAws_restJson1DeleteNetworkAnalyzerConfigurationCommand
653
- */
654
- export declare const de_DeleteNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkAnalyzerConfigurationCommandOutput>;
655
- /**
656
- * deserializeAws_restJson1DeleteQueuedMessagesCommand
657
- */
658
- export declare const de_DeleteQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueuedMessagesCommandOutput>;
659
- /**
660
- * deserializeAws_restJson1DeleteServiceProfileCommand
661
- */
662
- export declare const de_DeleteServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceProfileCommandOutput>;
663
- /**
664
- * deserializeAws_restJson1DeleteWirelessDeviceCommand
665
- */
666
- export declare const de_DeleteWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessDeviceCommandOutput>;
667
- /**
668
- * deserializeAws_restJson1DeleteWirelessDeviceImportTaskCommand
669
- */
670
- export declare const de_DeleteWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessDeviceImportTaskCommandOutput>;
671
- /**
672
- * deserializeAws_restJson1DeleteWirelessGatewayCommand
673
- */
674
- export declare const de_DeleteWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayCommandOutput>;
675
- /**
676
- * deserializeAws_restJson1DeleteWirelessGatewayTaskCommand
677
- */
678
- export declare const de_DeleteWirelessGatewayTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayTaskCommandOutput>;
679
- /**
680
- * deserializeAws_restJson1DeleteWirelessGatewayTaskDefinitionCommand
681
- */
682
- export declare const de_DeleteWirelessGatewayTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWirelessGatewayTaskDefinitionCommandOutput>;
683
- /**
684
- * deserializeAws_restJson1DeregisterWirelessDeviceCommand
685
- */
686
- export declare const de_DeregisterWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterWirelessDeviceCommandOutput>;
687
- /**
688
- * deserializeAws_restJson1DisassociateAwsAccountFromPartnerAccountCommand
689
- */
690
- export declare const de_DisassociateAwsAccountFromPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAwsAccountFromPartnerAccountCommandOutput>;
691
- /**
692
- * deserializeAws_restJson1DisassociateMulticastGroupFromFuotaTaskCommand
693
- */
694
- export declare const de_DisassociateMulticastGroupFromFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMulticastGroupFromFuotaTaskCommandOutput>;
695
- /**
696
- * deserializeAws_restJson1DisassociateWirelessDeviceFromFuotaTaskCommand
697
- */
698
- export declare const de_DisassociateWirelessDeviceFromFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessDeviceFromFuotaTaskCommandOutput>;
699
- /**
700
- * deserializeAws_restJson1DisassociateWirelessDeviceFromMulticastGroupCommand
701
- */
702
- export declare const de_DisassociateWirelessDeviceFromMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
703
- /**
704
- * deserializeAws_restJson1DisassociateWirelessDeviceFromThingCommand
705
- */
706
- export declare const de_DisassociateWirelessDeviceFromThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessDeviceFromThingCommandOutput>;
707
- /**
708
- * deserializeAws_restJson1DisassociateWirelessGatewayFromCertificateCommand
709
- */
710
- export declare const de_DisassociateWirelessGatewayFromCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessGatewayFromCertificateCommandOutput>;
711
- /**
712
- * deserializeAws_restJson1DisassociateWirelessGatewayFromThingCommand
713
- */
714
- export declare const de_DisassociateWirelessGatewayFromThingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWirelessGatewayFromThingCommandOutput>;
715
- /**
716
- * deserializeAws_restJson1GetDestinationCommand
717
- */
718
- export declare const de_GetDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDestinationCommandOutput>;
719
- /**
720
- * deserializeAws_restJson1GetDeviceProfileCommand
721
- */
722
- export declare const de_GetDeviceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceProfileCommandOutput>;
723
- /**
724
- * deserializeAws_restJson1GetEventConfigurationByResourceTypesCommand
725
- */
726
- export declare const de_GetEventConfigurationByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventConfigurationByResourceTypesCommandOutput>;
727
- /**
728
- * deserializeAws_restJson1GetFuotaTaskCommand
729
- */
730
- export declare const de_GetFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFuotaTaskCommandOutput>;
731
- /**
732
- * deserializeAws_restJson1GetLogLevelsByResourceTypesCommand
733
- */
734
- export declare const de_GetLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLogLevelsByResourceTypesCommandOutput>;
735
- /**
736
- * deserializeAws_restJson1GetMetricConfigurationCommand
737
- */
738
- export declare const de_GetMetricConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricConfigurationCommandOutput>;
739
- /**
740
- * deserializeAws_restJson1GetMetricsCommand
741
- */
742
- export declare const de_GetMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricsCommandOutput>;
743
- /**
744
- * deserializeAws_restJson1GetMulticastGroupCommand
745
- */
746
- export declare const de_GetMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupCommandOutput>;
747
- /**
748
- * deserializeAws_restJson1GetMulticastGroupSessionCommand
749
- */
750
- export declare const de_GetMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMulticastGroupSessionCommandOutput>;
751
- /**
752
- * deserializeAws_restJson1GetNetworkAnalyzerConfigurationCommand
753
- */
754
- export declare const de_GetNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
755
- /**
756
- * deserializeAws_restJson1GetPartnerAccountCommand
757
- */
758
- export declare const de_GetPartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPartnerAccountCommandOutput>;
759
- /**
760
- * deserializeAws_restJson1GetPositionCommand
761
- */
762
- export declare const de_GetPositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPositionCommandOutput>;
763
- /**
764
- * deserializeAws_restJson1GetPositionConfigurationCommand
765
- */
766
- export declare const de_GetPositionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPositionConfigurationCommandOutput>;
767
- /**
768
- * deserializeAws_restJson1GetPositionEstimateCommand
769
- */
770
- export declare const de_GetPositionEstimateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPositionEstimateCommandOutput>;
771
- /**
772
- * deserializeAws_restJson1GetResourceEventConfigurationCommand
773
- */
774
- export declare const de_GetResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceEventConfigurationCommandOutput>;
775
- /**
776
- * deserializeAws_restJson1GetResourceLogLevelCommand
777
- */
778
- export declare const de_GetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceLogLevelCommandOutput>;
779
- /**
780
- * deserializeAws_restJson1GetResourcePositionCommand
781
- */
782
- export declare const de_GetResourcePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePositionCommandOutput>;
783
- /**
784
- * deserializeAws_restJson1GetServiceEndpointCommand
785
- */
786
- export declare const de_GetServiceEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceEndpointCommandOutput>;
787
- /**
788
- * deserializeAws_restJson1GetServiceProfileCommand
789
- */
790
- export declare const de_GetServiceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceProfileCommandOutput>;
791
- /**
792
- * deserializeAws_restJson1GetWirelessDeviceCommand
793
- */
794
- export declare const de_GetWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessDeviceCommandOutput>;
795
- /**
796
- * deserializeAws_restJson1GetWirelessDeviceImportTaskCommand
797
- */
798
- export declare const de_GetWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessDeviceImportTaskCommandOutput>;
799
- /**
800
- * deserializeAws_restJson1GetWirelessDeviceStatisticsCommand
801
- */
802
- export declare const de_GetWirelessDeviceStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessDeviceStatisticsCommandOutput>;
803
- /**
804
- * deserializeAws_restJson1GetWirelessGatewayCommand
805
- */
806
- export declare const de_GetWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayCommandOutput>;
807
- /**
808
- * deserializeAws_restJson1GetWirelessGatewayCertificateCommand
809
- */
810
- export declare const de_GetWirelessGatewayCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayCertificateCommandOutput>;
811
- /**
812
- * deserializeAws_restJson1GetWirelessGatewayFirmwareInformationCommand
813
- */
814
- export declare const de_GetWirelessGatewayFirmwareInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayFirmwareInformationCommandOutput>;
815
- /**
816
- * deserializeAws_restJson1GetWirelessGatewayStatisticsCommand
817
- */
818
- export declare const de_GetWirelessGatewayStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayStatisticsCommandOutput>;
819
- /**
820
- * deserializeAws_restJson1GetWirelessGatewayTaskCommand
821
- */
822
- export declare const de_GetWirelessGatewayTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayTaskCommandOutput>;
823
- /**
824
- * deserializeAws_restJson1GetWirelessGatewayTaskDefinitionCommand
825
- */
826
- export declare const de_GetWirelessGatewayTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWirelessGatewayTaskDefinitionCommandOutput>;
827
- /**
828
- * deserializeAws_restJson1ListDestinationsCommand
829
- */
830
- export declare const de_ListDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDestinationsCommandOutput>;
831
- /**
832
- * deserializeAws_restJson1ListDeviceProfilesCommand
833
- */
834
- export declare const de_ListDeviceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceProfilesCommandOutput>;
835
- /**
836
- * deserializeAws_restJson1ListDevicesForWirelessDeviceImportTaskCommand
837
- */
838
- export declare const de_ListDevicesForWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicesForWirelessDeviceImportTaskCommandOutput>;
839
- /**
840
- * deserializeAws_restJson1ListEventConfigurationsCommand
841
- */
842
- export declare const de_ListEventConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventConfigurationsCommandOutput>;
843
- /**
844
- * deserializeAws_restJson1ListFuotaTasksCommand
845
- */
846
- export declare const de_ListFuotaTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFuotaTasksCommandOutput>;
847
- /**
848
- * deserializeAws_restJson1ListMulticastGroupsCommand
849
- */
850
- export declare const de_ListMulticastGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsCommandOutput>;
851
- /**
852
- * deserializeAws_restJson1ListMulticastGroupsByFuotaTaskCommand
853
- */
854
- export declare const de_ListMulticastGroupsByFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMulticastGroupsByFuotaTaskCommandOutput>;
855
- /**
856
- * deserializeAws_restJson1ListNetworkAnalyzerConfigurationsCommand
857
- */
858
- export declare const de_ListNetworkAnalyzerConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkAnalyzerConfigurationsCommandOutput>;
859
- /**
860
- * deserializeAws_restJson1ListPartnerAccountsCommand
861
- */
862
- export declare const de_ListPartnerAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPartnerAccountsCommandOutput>;
863
- /**
864
- * deserializeAws_restJson1ListPositionConfigurationsCommand
865
- */
866
- export declare const de_ListPositionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPositionConfigurationsCommandOutput>;
867
- /**
868
- * deserializeAws_restJson1ListQueuedMessagesCommand
869
- */
870
- export declare const de_ListQueuedMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuedMessagesCommandOutput>;
871
- /**
872
- * deserializeAws_restJson1ListServiceProfilesCommand
873
- */
874
- export declare const de_ListServiceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceProfilesCommandOutput>;
875
- /**
876
- * deserializeAws_restJson1ListTagsForResourceCommand
877
- */
878
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
879
- /**
880
- * deserializeAws_restJson1ListWirelessDeviceImportTasksCommand
881
- */
882
- export declare const de_ListWirelessDeviceImportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessDeviceImportTasksCommandOutput>;
883
- /**
884
- * deserializeAws_restJson1ListWirelessDevicesCommand
885
- */
886
- export declare const de_ListWirelessDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessDevicesCommandOutput>;
887
- /**
888
- * deserializeAws_restJson1ListWirelessGatewaysCommand
889
- */
890
- export declare const de_ListWirelessGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessGatewaysCommandOutput>;
891
- /**
892
- * deserializeAws_restJson1ListWirelessGatewayTaskDefinitionsCommand
893
- */
894
- export declare const de_ListWirelessGatewayTaskDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWirelessGatewayTaskDefinitionsCommandOutput>;
895
- /**
896
- * deserializeAws_restJson1PutPositionConfigurationCommand
897
- */
898
- export declare const de_PutPositionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPositionConfigurationCommandOutput>;
899
- /**
900
- * deserializeAws_restJson1PutResourceLogLevelCommand
901
- */
902
- export declare const de_PutResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourceLogLevelCommandOutput>;
903
- /**
904
- * deserializeAws_restJson1ResetAllResourceLogLevelsCommand
905
- */
906
- export declare const de_ResetAllResourceLogLevelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetAllResourceLogLevelsCommandOutput>;
907
- /**
908
- * deserializeAws_restJson1ResetResourceLogLevelCommand
909
- */
910
- export declare const de_ResetResourceLogLevelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetResourceLogLevelCommandOutput>;
911
- /**
912
- * deserializeAws_restJson1SendDataToMulticastGroupCommand
913
- */
914
- export declare const de_SendDataToMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendDataToMulticastGroupCommandOutput>;
915
- /**
916
- * deserializeAws_restJson1SendDataToWirelessDeviceCommand
917
- */
918
- export declare const de_SendDataToWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendDataToWirelessDeviceCommandOutput>;
919
- /**
920
- * deserializeAws_restJson1StartBulkAssociateWirelessDeviceWithMulticastGroupCommand
921
- */
922
- export declare const de_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput>;
923
- /**
924
- * deserializeAws_restJson1StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand
925
- */
926
- export declare const de_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
927
- /**
928
- * deserializeAws_restJson1StartFuotaTaskCommand
929
- */
930
- export declare const de_StartFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFuotaTaskCommandOutput>;
931
- /**
932
- * deserializeAws_restJson1StartMulticastGroupSessionCommand
933
- */
934
- export declare const de_StartMulticastGroupSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMulticastGroupSessionCommandOutput>;
935
- /**
936
- * deserializeAws_restJson1StartSingleWirelessDeviceImportTaskCommand
937
- */
938
- export declare const de_StartSingleWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSingleWirelessDeviceImportTaskCommandOutput>;
939
- /**
940
- * deserializeAws_restJson1StartWirelessDeviceImportTaskCommand
941
- */
942
- export declare const de_StartWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWirelessDeviceImportTaskCommandOutput>;
943
- /**
944
- * deserializeAws_restJson1TagResourceCommand
945
- */
946
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
947
- /**
948
- * deserializeAws_restJson1TestWirelessDeviceCommand
949
- */
950
- export declare const de_TestWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestWirelessDeviceCommandOutput>;
951
- /**
952
- * deserializeAws_restJson1UntagResourceCommand
953
- */
954
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
955
- /**
956
- * deserializeAws_restJson1UpdateDestinationCommand
957
- */
958
- export declare const de_UpdateDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDestinationCommandOutput>;
959
- /**
960
- * deserializeAws_restJson1UpdateEventConfigurationByResourceTypesCommand
961
- */
962
- export declare const de_UpdateEventConfigurationByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventConfigurationByResourceTypesCommandOutput>;
963
- /**
964
- * deserializeAws_restJson1UpdateFuotaTaskCommand
965
- */
966
- export declare const de_UpdateFuotaTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFuotaTaskCommandOutput>;
967
- /**
968
- * deserializeAws_restJson1UpdateLogLevelsByResourceTypesCommand
969
- */
970
- export declare const de_UpdateLogLevelsByResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLogLevelsByResourceTypesCommandOutput>;
971
- /**
972
- * deserializeAws_restJson1UpdateMetricConfigurationCommand
973
- */
974
- export declare const de_UpdateMetricConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMetricConfigurationCommandOutput>;
975
- /**
976
- * deserializeAws_restJson1UpdateMulticastGroupCommand
977
- */
978
- export declare const de_UpdateMulticastGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMulticastGroupCommandOutput>;
979
- /**
980
- * deserializeAws_restJson1UpdateNetworkAnalyzerConfigurationCommand
981
- */
982
- export declare const de_UpdateNetworkAnalyzerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
983
- /**
984
- * deserializeAws_restJson1UpdatePartnerAccountCommand
985
- */
986
- export declare const de_UpdatePartnerAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePartnerAccountCommandOutput>;
987
- /**
988
- * deserializeAws_restJson1UpdatePositionCommand
989
- */
990
- export declare const de_UpdatePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePositionCommandOutput>;
991
- /**
992
- * deserializeAws_restJson1UpdateResourceEventConfigurationCommand
993
- */
994
- export declare const de_UpdateResourceEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceEventConfigurationCommandOutput>;
995
- /**
996
- * deserializeAws_restJson1UpdateResourcePositionCommand
997
- */
998
- export declare const de_UpdateResourcePositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourcePositionCommandOutput>;
999
- /**
1000
- * deserializeAws_restJson1UpdateWirelessDeviceCommand
1001
- */
1002
- export declare const de_UpdateWirelessDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceCommandOutput>;
1003
- /**
1004
- * deserializeAws_restJson1UpdateWirelessDeviceImportTaskCommand
1005
- */
1006
- export declare const de_UpdateWirelessDeviceImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessDeviceImportTaskCommandOutput>;
1007
- /**
1008
- * deserializeAws_restJson1UpdateWirelessGatewayCommand
1009
- */
1010
- export declare const de_UpdateWirelessGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWirelessGatewayCommandOutput>;