@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,1349 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateAwsAccountWithPartnerAccountCommandInput,
8
- AssociateAwsAccountWithPartnerAccountCommandOutput,
9
- } from "../commands/AssociateAwsAccountWithPartnerAccountCommand";
10
- import {
11
- AssociateMulticastGroupWithFuotaTaskCommandInput,
12
- AssociateMulticastGroupWithFuotaTaskCommandOutput,
13
- } from "../commands/AssociateMulticastGroupWithFuotaTaskCommand";
14
- import {
15
- AssociateWirelessDeviceWithFuotaTaskCommandInput,
16
- AssociateWirelessDeviceWithFuotaTaskCommandOutput,
17
- } from "../commands/AssociateWirelessDeviceWithFuotaTaskCommand";
18
- import {
19
- AssociateWirelessDeviceWithMulticastGroupCommandInput,
20
- AssociateWirelessDeviceWithMulticastGroupCommandOutput,
21
- } from "../commands/AssociateWirelessDeviceWithMulticastGroupCommand";
22
- import {
23
- AssociateWirelessDeviceWithThingCommandInput,
24
- AssociateWirelessDeviceWithThingCommandOutput,
25
- } from "../commands/AssociateWirelessDeviceWithThingCommand";
26
- import {
27
- AssociateWirelessGatewayWithCertificateCommandInput,
28
- AssociateWirelessGatewayWithCertificateCommandOutput,
29
- } from "../commands/AssociateWirelessGatewayWithCertificateCommand";
30
- import {
31
- AssociateWirelessGatewayWithThingCommandInput,
32
- AssociateWirelessGatewayWithThingCommandOutput,
33
- } from "../commands/AssociateWirelessGatewayWithThingCommand";
34
- import {
35
- CancelMulticastGroupSessionCommandInput,
36
- CancelMulticastGroupSessionCommandOutput,
37
- } from "../commands/CancelMulticastGroupSessionCommand";
38
- import {
39
- CreateDestinationCommandInput,
40
- CreateDestinationCommandOutput,
41
- } from "../commands/CreateDestinationCommand";
42
- import {
43
- CreateDeviceProfileCommandInput,
44
- CreateDeviceProfileCommandOutput,
45
- } from "../commands/CreateDeviceProfileCommand";
46
- import {
47
- CreateFuotaTaskCommandInput,
48
- CreateFuotaTaskCommandOutput,
49
- } from "../commands/CreateFuotaTaskCommand";
50
- import {
51
- CreateMulticastGroupCommandInput,
52
- CreateMulticastGroupCommandOutput,
53
- } from "../commands/CreateMulticastGroupCommand";
54
- import {
55
- CreateNetworkAnalyzerConfigurationCommandInput,
56
- CreateNetworkAnalyzerConfigurationCommandOutput,
57
- } from "../commands/CreateNetworkAnalyzerConfigurationCommand";
58
- import {
59
- CreateServiceProfileCommandInput,
60
- CreateServiceProfileCommandOutput,
61
- } from "../commands/CreateServiceProfileCommand";
62
- import {
63
- CreateWirelessDeviceCommandInput,
64
- CreateWirelessDeviceCommandOutput,
65
- } from "../commands/CreateWirelessDeviceCommand";
66
- import {
67
- CreateWirelessGatewayCommandInput,
68
- CreateWirelessGatewayCommandOutput,
69
- } from "../commands/CreateWirelessGatewayCommand";
70
- import {
71
- CreateWirelessGatewayTaskCommandInput,
72
- CreateWirelessGatewayTaskCommandOutput,
73
- } from "../commands/CreateWirelessGatewayTaskCommand";
74
- import {
75
- CreateWirelessGatewayTaskDefinitionCommandInput,
76
- CreateWirelessGatewayTaskDefinitionCommandOutput,
77
- } from "../commands/CreateWirelessGatewayTaskDefinitionCommand";
78
- import {
79
- DeleteDestinationCommandInput,
80
- DeleteDestinationCommandOutput,
81
- } from "../commands/DeleteDestinationCommand";
82
- import {
83
- DeleteDeviceProfileCommandInput,
84
- DeleteDeviceProfileCommandOutput,
85
- } from "../commands/DeleteDeviceProfileCommand";
86
- import {
87
- DeleteFuotaTaskCommandInput,
88
- DeleteFuotaTaskCommandOutput,
89
- } from "../commands/DeleteFuotaTaskCommand";
90
- import {
91
- DeleteMulticastGroupCommandInput,
92
- DeleteMulticastGroupCommandOutput,
93
- } from "../commands/DeleteMulticastGroupCommand";
94
- import {
95
- DeleteNetworkAnalyzerConfigurationCommandInput,
96
- DeleteNetworkAnalyzerConfigurationCommandOutput,
97
- } from "../commands/DeleteNetworkAnalyzerConfigurationCommand";
98
- import {
99
- DeleteQueuedMessagesCommandInput,
100
- DeleteQueuedMessagesCommandOutput,
101
- } from "../commands/DeleteQueuedMessagesCommand";
102
- import {
103
- DeleteServiceProfileCommandInput,
104
- DeleteServiceProfileCommandOutput,
105
- } from "../commands/DeleteServiceProfileCommand";
106
- import {
107
- DeleteWirelessDeviceCommandInput,
108
- DeleteWirelessDeviceCommandOutput,
109
- } from "../commands/DeleteWirelessDeviceCommand";
110
- import {
111
- DeleteWirelessDeviceImportTaskCommandInput,
112
- DeleteWirelessDeviceImportTaskCommandOutput,
113
- } from "../commands/DeleteWirelessDeviceImportTaskCommand";
114
- import {
115
- DeleteWirelessGatewayCommandInput,
116
- DeleteWirelessGatewayCommandOutput,
117
- } from "../commands/DeleteWirelessGatewayCommand";
118
- import {
119
- DeleteWirelessGatewayTaskCommandInput,
120
- DeleteWirelessGatewayTaskCommandOutput,
121
- } from "../commands/DeleteWirelessGatewayTaskCommand";
122
- import {
123
- DeleteWirelessGatewayTaskDefinitionCommandInput,
124
- DeleteWirelessGatewayTaskDefinitionCommandOutput,
125
- } from "../commands/DeleteWirelessGatewayTaskDefinitionCommand";
126
- import {
127
- DeregisterWirelessDeviceCommandInput,
128
- DeregisterWirelessDeviceCommandOutput,
129
- } from "../commands/DeregisterWirelessDeviceCommand";
130
- import {
131
- DisassociateAwsAccountFromPartnerAccountCommandInput,
132
- DisassociateAwsAccountFromPartnerAccountCommandOutput,
133
- } from "../commands/DisassociateAwsAccountFromPartnerAccountCommand";
134
- import {
135
- DisassociateMulticastGroupFromFuotaTaskCommandInput,
136
- DisassociateMulticastGroupFromFuotaTaskCommandOutput,
137
- } from "../commands/DisassociateMulticastGroupFromFuotaTaskCommand";
138
- import {
139
- DisassociateWirelessDeviceFromFuotaTaskCommandInput,
140
- DisassociateWirelessDeviceFromFuotaTaskCommandOutput,
141
- } from "../commands/DisassociateWirelessDeviceFromFuotaTaskCommand";
142
- import {
143
- DisassociateWirelessDeviceFromMulticastGroupCommandInput,
144
- DisassociateWirelessDeviceFromMulticastGroupCommandOutput,
145
- } from "../commands/DisassociateWirelessDeviceFromMulticastGroupCommand";
146
- import {
147
- DisassociateWirelessDeviceFromThingCommandInput,
148
- DisassociateWirelessDeviceFromThingCommandOutput,
149
- } from "../commands/DisassociateWirelessDeviceFromThingCommand";
150
- import {
151
- DisassociateWirelessGatewayFromCertificateCommandInput,
152
- DisassociateWirelessGatewayFromCertificateCommandOutput,
153
- } from "../commands/DisassociateWirelessGatewayFromCertificateCommand";
154
- import {
155
- DisassociateWirelessGatewayFromThingCommandInput,
156
- DisassociateWirelessGatewayFromThingCommandOutput,
157
- } from "../commands/DisassociateWirelessGatewayFromThingCommand";
158
- import {
159
- GetDestinationCommandInput,
160
- GetDestinationCommandOutput,
161
- } from "../commands/GetDestinationCommand";
162
- import {
163
- GetDeviceProfileCommandInput,
164
- GetDeviceProfileCommandOutput,
165
- } from "../commands/GetDeviceProfileCommand";
166
- import {
167
- GetEventConfigurationByResourceTypesCommandInput,
168
- GetEventConfigurationByResourceTypesCommandOutput,
169
- } from "../commands/GetEventConfigurationByResourceTypesCommand";
170
- import {
171
- GetFuotaTaskCommandInput,
172
- GetFuotaTaskCommandOutput,
173
- } from "../commands/GetFuotaTaskCommand";
174
- import {
175
- GetLogLevelsByResourceTypesCommandInput,
176
- GetLogLevelsByResourceTypesCommandOutput,
177
- } from "../commands/GetLogLevelsByResourceTypesCommand";
178
- import {
179
- GetMetricConfigurationCommandInput,
180
- GetMetricConfigurationCommandOutput,
181
- } from "../commands/GetMetricConfigurationCommand";
182
- import {
183
- GetMetricsCommandInput,
184
- GetMetricsCommandOutput,
185
- } from "../commands/GetMetricsCommand";
186
- import {
187
- GetMulticastGroupCommandInput,
188
- GetMulticastGroupCommandOutput,
189
- } from "../commands/GetMulticastGroupCommand";
190
- import {
191
- GetMulticastGroupSessionCommandInput,
192
- GetMulticastGroupSessionCommandOutput,
193
- } from "../commands/GetMulticastGroupSessionCommand";
194
- import {
195
- GetNetworkAnalyzerConfigurationCommandInput,
196
- GetNetworkAnalyzerConfigurationCommandOutput,
197
- } from "../commands/GetNetworkAnalyzerConfigurationCommand";
198
- import {
199
- GetPartnerAccountCommandInput,
200
- GetPartnerAccountCommandOutput,
201
- } from "../commands/GetPartnerAccountCommand";
202
- import {
203
- GetPositionCommandInput,
204
- GetPositionCommandOutput,
205
- } from "../commands/GetPositionCommand";
206
- import {
207
- GetPositionConfigurationCommandInput,
208
- GetPositionConfigurationCommandOutput,
209
- } from "../commands/GetPositionConfigurationCommand";
210
- import {
211
- GetPositionEstimateCommandInput,
212
- GetPositionEstimateCommandOutput,
213
- } from "../commands/GetPositionEstimateCommand";
214
- import {
215
- GetResourceEventConfigurationCommandInput,
216
- GetResourceEventConfigurationCommandOutput,
217
- } from "../commands/GetResourceEventConfigurationCommand";
218
- import {
219
- GetResourceLogLevelCommandInput,
220
- GetResourceLogLevelCommandOutput,
221
- } from "../commands/GetResourceLogLevelCommand";
222
- import {
223
- GetResourcePositionCommandInput,
224
- GetResourcePositionCommandOutput,
225
- } from "../commands/GetResourcePositionCommand";
226
- import {
227
- GetServiceEndpointCommandInput,
228
- GetServiceEndpointCommandOutput,
229
- } from "../commands/GetServiceEndpointCommand";
230
- import {
231
- GetServiceProfileCommandInput,
232
- GetServiceProfileCommandOutput,
233
- } from "../commands/GetServiceProfileCommand";
234
- import {
235
- GetWirelessDeviceCommandInput,
236
- GetWirelessDeviceCommandOutput,
237
- } from "../commands/GetWirelessDeviceCommand";
238
- import {
239
- GetWirelessDeviceImportTaskCommandInput,
240
- GetWirelessDeviceImportTaskCommandOutput,
241
- } from "../commands/GetWirelessDeviceImportTaskCommand";
242
- import {
243
- GetWirelessDeviceStatisticsCommandInput,
244
- GetWirelessDeviceStatisticsCommandOutput,
245
- } from "../commands/GetWirelessDeviceStatisticsCommand";
246
- import {
247
- GetWirelessGatewayCertificateCommandInput,
248
- GetWirelessGatewayCertificateCommandOutput,
249
- } from "../commands/GetWirelessGatewayCertificateCommand";
250
- import {
251
- GetWirelessGatewayCommandInput,
252
- GetWirelessGatewayCommandOutput,
253
- } from "../commands/GetWirelessGatewayCommand";
254
- import {
255
- GetWirelessGatewayFirmwareInformationCommandInput,
256
- GetWirelessGatewayFirmwareInformationCommandOutput,
257
- } from "../commands/GetWirelessGatewayFirmwareInformationCommand";
258
- import {
259
- GetWirelessGatewayStatisticsCommandInput,
260
- GetWirelessGatewayStatisticsCommandOutput,
261
- } from "../commands/GetWirelessGatewayStatisticsCommand";
262
- import {
263
- GetWirelessGatewayTaskCommandInput,
264
- GetWirelessGatewayTaskCommandOutput,
265
- } from "../commands/GetWirelessGatewayTaskCommand";
266
- import {
267
- GetWirelessGatewayTaskDefinitionCommandInput,
268
- GetWirelessGatewayTaskDefinitionCommandOutput,
269
- } from "../commands/GetWirelessGatewayTaskDefinitionCommand";
270
- import {
271
- ListDestinationsCommandInput,
272
- ListDestinationsCommandOutput,
273
- } from "../commands/ListDestinationsCommand";
274
- import {
275
- ListDeviceProfilesCommandInput,
276
- ListDeviceProfilesCommandOutput,
277
- } from "../commands/ListDeviceProfilesCommand";
278
- import {
279
- ListDevicesForWirelessDeviceImportTaskCommandInput,
280
- ListDevicesForWirelessDeviceImportTaskCommandOutput,
281
- } from "../commands/ListDevicesForWirelessDeviceImportTaskCommand";
282
- import {
283
- ListEventConfigurationsCommandInput,
284
- ListEventConfigurationsCommandOutput,
285
- } from "../commands/ListEventConfigurationsCommand";
286
- import {
287
- ListFuotaTasksCommandInput,
288
- ListFuotaTasksCommandOutput,
289
- } from "../commands/ListFuotaTasksCommand";
290
- import {
291
- ListMulticastGroupsByFuotaTaskCommandInput,
292
- ListMulticastGroupsByFuotaTaskCommandOutput,
293
- } from "../commands/ListMulticastGroupsByFuotaTaskCommand";
294
- import {
295
- ListMulticastGroupsCommandInput,
296
- ListMulticastGroupsCommandOutput,
297
- } from "../commands/ListMulticastGroupsCommand";
298
- import {
299
- ListNetworkAnalyzerConfigurationsCommandInput,
300
- ListNetworkAnalyzerConfigurationsCommandOutput,
301
- } from "../commands/ListNetworkAnalyzerConfigurationsCommand";
302
- import {
303
- ListPartnerAccountsCommandInput,
304
- ListPartnerAccountsCommandOutput,
305
- } from "../commands/ListPartnerAccountsCommand";
306
- import {
307
- ListPositionConfigurationsCommandInput,
308
- ListPositionConfigurationsCommandOutput,
309
- } from "../commands/ListPositionConfigurationsCommand";
310
- import {
311
- ListQueuedMessagesCommandInput,
312
- ListQueuedMessagesCommandOutput,
313
- } from "../commands/ListQueuedMessagesCommand";
314
- import {
315
- ListServiceProfilesCommandInput,
316
- ListServiceProfilesCommandOutput,
317
- } from "../commands/ListServiceProfilesCommand";
318
- import {
319
- ListTagsForResourceCommandInput,
320
- ListTagsForResourceCommandOutput,
321
- } from "../commands/ListTagsForResourceCommand";
322
- import {
323
- ListWirelessDeviceImportTasksCommandInput,
324
- ListWirelessDeviceImportTasksCommandOutput,
325
- } from "../commands/ListWirelessDeviceImportTasksCommand";
326
- import {
327
- ListWirelessDevicesCommandInput,
328
- ListWirelessDevicesCommandOutput,
329
- } from "../commands/ListWirelessDevicesCommand";
330
- import {
331
- ListWirelessGatewaysCommandInput,
332
- ListWirelessGatewaysCommandOutput,
333
- } from "../commands/ListWirelessGatewaysCommand";
334
- import {
335
- ListWirelessGatewayTaskDefinitionsCommandInput,
336
- ListWirelessGatewayTaskDefinitionsCommandOutput,
337
- } from "../commands/ListWirelessGatewayTaskDefinitionsCommand";
338
- import {
339
- PutPositionConfigurationCommandInput,
340
- PutPositionConfigurationCommandOutput,
341
- } from "../commands/PutPositionConfigurationCommand";
342
- import {
343
- PutResourceLogLevelCommandInput,
344
- PutResourceLogLevelCommandOutput,
345
- } from "../commands/PutResourceLogLevelCommand";
346
- import {
347
- ResetAllResourceLogLevelsCommandInput,
348
- ResetAllResourceLogLevelsCommandOutput,
349
- } from "../commands/ResetAllResourceLogLevelsCommand";
350
- import {
351
- ResetResourceLogLevelCommandInput,
352
- ResetResourceLogLevelCommandOutput,
353
- } from "../commands/ResetResourceLogLevelCommand";
354
- import {
355
- SendDataToMulticastGroupCommandInput,
356
- SendDataToMulticastGroupCommandOutput,
357
- } from "../commands/SendDataToMulticastGroupCommand";
358
- import {
359
- SendDataToWirelessDeviceCommandInput,
360
- SendDataToWirelessDeviceCommandOutput,
361
- } from "../commands/SendDataToWirelessDeviceCommand";
362
- import {
363
- StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput,
364
- StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput,
365
- } from "../commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
366
- import {
367
- StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput,
368
- StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput,
369
- } from "../commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
370
- import {
371
- StartFuotaTaskCommandInput,
372
- StartFuotaTaskCommandOutput,
373
- } from "../commands/StartFuotaTaskCommand";
374
- import {
375
- StartMulticastGroupSessionCommandInput,
376
- StartMulticastGroupSessionCommandOutput,
377
- } from "../commands/StartMulticastGroupSessionCommand";
378
- import {
379
- StartSingleWirelessDeviceImportTaskCommandInput,
380
- StartSingleWirelessDeviceImportTaskCommandOutput,
381
- } from "../commands/StartSingleWirelessDeviceImportTaskCommand";
382
- import {
383
- StartWirelessDeviceImportTaskCommandInput,
384
- StartWirelessDeviceImportTaskCommandOutput,
385
- } from "../commands/StartWirelessDeviceImportTaskCommand";
386
- import {
387
- TagResourceCommandInput,
388
- TagResourceCommandOutput,
389
- } from "../commands/TagResourceCommand";
390
- import {
391
- TestWirelessDeviceCommandInput,
392
- TestWirelessDeviceCommandOutput,
393
- } from "../commands/TestWirelessDeviceCommand";
394
- import {
395
- UntagResourceCommandInput,
396
- UntagResourceCommandOutput,
397
- } from "../commands/UntagResourceCommand";
398
- import {
399
- UpdateDestinationCommandInput,
400
- UpdateDestinationCommandOutput,
401
- } from "../commands/UpdateDestinationCommand";
402
- import {
403
- UpdateEventConfigurationByResourceTypesCommandInput,
404
- UpdateEventConfigurationByResourceTypesCommandOutput,
405
- } from "../commands/UpdateEventConfigurationByResourceTypesCommand";
406
- import {
407
- UpdateFuotaTaskCommandInput,
408
- UpdateFuotaTaskCommandOutput,
409
- } from "../commands/UpdateFuotaTaskCommand";
410
- import {
411
- UpdateLogLevelsByResourceTypesCommandInput,
412
- UpdateLogLevelsByResourceTypesCommandOutput,
413
- } from "../commands/UpdateLogLevelsByResourceTypesCommand";
414
- import {
415
- UpdateMetricConfigurationCommandInput,
416
- UpdateMetricConfigurationCommandOutput,
417
- } from "../commands/UpdateMetricConfigurationCommand";
418
- import {
419
- UpdateMulticastGroupCommandInput,
420
- UpdateMulticastGroupCommandOutput,
421
- } from "../commands/UpdateMulticastGroupCommand";
422
- import {
423
- UpdateNetworkAnalyzerConfigurationCommandInput,
424
- UpdateNetworkAnalyzerConfigurationCommandOutput,
425
- } from "../commands/UpdateNetworkAnalyzerConfigurationCommand";
426
- import {
427
- UpdatePartnerAccountCommandInput,
428
- UpdatePartnerAccountCommandOutput,
429
- } from "../commands/UpdatePartnerAccountCommand";
430
- import {
431
- UpdatePositionCommandInput,
432
- UpdatePositionCommandOutput,
433
- } from "../commands/UpdatePositionCommand";
434
- import {
435
- UpdateResourceEventConfigurationCommandInput,
436
- UpdateResourceEventConfigurationCommandOutput,
437
- } from "../commands/UpdateResourceEventConfigurationCommand";
438
- import {
439
- UpdateResourcePositionCommandInput,
440
- UpdateResourcePositionCommandOutput,
441
- } from "../commands/UpdateResourcePositionCommand";
442
- import {
443
- UpdateWirelessDeviceCommandInput,
444
- UpdateWirelessDeviceCommandOutput,
445
- } from "../commands/UpdateWirelessDeviceCommand";
446
- import {
447
- UpdateWirelessDeviceImportTaskCommandInput,
448
- UpdateWirelessDeviceImportTaskCommandOutput,
449
- } from "../commands/UpdateWirelessDeviceImportTaskCommand";
450
- import {
451
- UpdateWirelessGatewayCommandInput,
452
- UpdateWirelessGatewayCommandOutput,
453
- } from "../commands/UpdateWirelessGatewayCommand";
454
- export declare const se_AssociateAwsAccountWithPartnerAccountCommand: (
455
- input: AssociateAwsAccountWithPartnerAccountCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_AssociateMulticastGroupWithFuotaTaskCommand: (
459
- input: AssociateMulticastGroupWithFuotaTaskCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_AssociateWirelessDeviceWithFuotaTaskCommand: (
463
- input: AssociateWirelessDeviceWithFuotaTaskCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_AssociateWirelessDeviceWithMulticastGroupCommand: (
467
- input: AssociateWirelessDeviceWithMulticastGroupCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_AssociateWirelessDeviceWithThingCommand: (
471
- input: AssociateWirelessDeviceWithThingCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_AssociateWirelessGatewayWithCertificateCommand: (
475
- input: AssociateWirelessGatewayWithCertificateCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_AssociateWirelessGatewayWithThingCommand: (
479
- input: AssociateWirelessGatewayWithThingCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_CancelMulticastGroupSessionCommand: (
483
- input: CancelMulticastGroupSessionCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_CreateDestinationCommand: (
487
- input: CreateDestinationCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_CreateDeviceProfileCommand: (
491
- input: CreateDeviceProfileCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_CreateFuotaTaskCommand: (
495
- input: CreateFuotaTaskCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_CreateMulticastGroupCommand: (
499
- input: CreateMulticastGroupCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_CreateNetworkAnalyzerConfigurationCommand: (
503
- input: CreateNetworkAnalyzerConfigurationCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_CreateServiceProfileCommand: (
507
- input: CreateServiceProfileCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_CreateWirelessDeviceCommand: (
511
- input: CreateWirelessDeviceCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_CreateWirelessGatewayCommand: (
515
- input: CreateWirelessGatewayCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_CreateWirelessGatewayTaskCommand: (
519
- input: CreateWirelessGatewayTaskCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_CreateWirelessGatewayTaskDefinitionCommand: (
523
- input: CreateWirelessGatewayTaskDefinitionCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_DeleteDestinationCommand: (
527
- input: DeleteDestinationCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_DeleteDeviceProfileCommand: (
531
- input: DeleteDeviceProfileCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_DeleteFuotaTaskCommand: (
535
- input: DeleteFuotaTaskCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_DeleteMulticastGroupCommand: (
539
- input: DeleteMulticastGroupCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_DeleteNetworkAnalyzerConfigurationCommand: (
543
- input: DeleteNetworkAnalyzerConfigurationCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_DeleteQueuedMessagesCommand: (
547
- input: DeleteQueuedMessagesCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_DeleteServiceProfileCommand: (
551
- input: DeleteServiceProfileCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_DeleteWirelessDeviceCommand: (
555
- input: DeleteWirelessDeviceCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_DeleteWirelessDeviceImportTaskCommand: (
559
- input: DeleteWirelessDeviceImportTaskCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_DeleteWirelessGatewayCommand: (
563
- input: DeleteWirelessGatewayCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_DeleteWirelessGatewayTaskCommand: (
567
- input: DeleteWirelessGatewayTaskCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_DeleteWirelessGatewayTaskDefinitionCommand: (
571
- input: DeleteWirelessGatewayTaskDefinitionCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_DeregisterWirelessDeviceCommand: (
575
- input: DeregisterWirelessDeviceCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_DisassociateAwsAccountFromPartnerAccountCommand: (
579
- input: DisassociateAwsAccountFromPartnerAccountCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_DisassociateMulticastGroupFromFuotaTaskCommand: (
583
- input: DisassociateMulticastGroupFromFuotaTaskCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_DisassociateWirelessDeviceFromFuotaTaskCommand: (
587
- input: DisassociateWirelessDeviceFromFuotaTaskCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_DisassociateWirelessDeviceFromMulticastGroupCommand: (
591
- input: DisassociateWirelessDeviceFromMulticastGroupCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_DisassociateWirelessDeviceFromThingCommand: (
595
- input: DisassociateWirelessDeviceFromThingCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_DisassociateWirelessGatewayFromCertificateCommand: (
599
- input: DisassociateWirelessGatewayFromCertificateCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_DisassociateWirelessGatewayFromThingCommand: (
603
- input: DisassociateWirelessGatewayFromThingCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_GetDestinationCommand: (
607
- input: GetDestinationCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_GetDeviceProfileCommand: (
611
- input: GetDeviceProfileCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_GetEventConfigurationByResourceTypesCommand: (
615
- input: GetEventConfigurationByResourceTypesCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_GetFuotaTaskCommand: (
619
- input: GetFuotaTaskCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_GetLogLevelsByResourceTypesCommand: (
623
- input: GetLogLevelsByResourceTypesCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_GetMetricConfigurationCommand: (
627
- input: GetMetricConfigurationCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_GetMetricsCommand: (
631
- input: GetMetricsCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_GetMulticastGroupCommand: (
635
- input: GetMulticastGroupCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_GetMulticastGroupSessionCommand: (
639
- input: GetMulticastGroupSessionCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_GetNetworkAnalyzerConfigurationCommand: (
643
- input: GetNetworkAnalyzerConfigurationCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_GetPartnerAccountCommand: (
647
- input: GetPartnerAccountCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_GetPositionCommand: (
651
- input: GetPositionCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_GetPositionConfigurationCommand: (
655
- input: GetPositionConfigurationCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_GetPositionEstimateCommand: (
659
- input: GetPositionEstimateCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_GetResourceEventConfigurationCommand: (
663
- input: GetResourceEventConfigurationCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_GetResourceLogLevelCommand: (
667
- input: GetResourceLogLevelCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const se_GetResourcePositionCommand: (
671
- input: GetResourcePositionCommandInput,
672
- context: __SerdeContext
673
- ) => Promise<__HttpRequest>;
674
- export declare const se_GetServiceEndpointCommand: (
675
- input: GetServiceEndpointCommandInput,
676
- context: __SerdeContext
677
- ) => Promise<__HttpRequest>;
678
- export declare const se_GetServiceProfileCommand: (
679
- input: GetServiceProfileCommandInput,
680
- context: __SerdeContext
681
- ) => Promise<__HttpRequest>;
682
- export declare const se_GetWirelessDeviceCommand: (
683
- input: GetWirelessDeviceCommandInput,
684
- context: __SerdeContext
685
- ) => Promise<__HttpRequest>;
686
- export declare const se_GetWirelessDeviceImportTaskCommand: (
687
- input: GetWirelessDeviceImportTaskCommandInput,
688
- context: __SerdeContext
689
- ) => Promise<__HttpRequest>;
690
- export declare const se_GetWirelessDeviceStatisticsCommand: (
691
- input: GetWirelessDeviceStatisticsCommandInput,
692
- context: __SerdeContext
693
- ) => Promise<__HttpRequest>;
694
- export declare const se_GetWirelessGatewayCommand: (
695
- input: GetWirelessGatewayCommandInput,
696
- context: __SerdeContext
697
- ) => Promise<__HttpRequest>;
698
- export declare const se_GetWirelessGatewayCertificateCommand: (
699
- input: GetWirelessGatewayCertificateCommandInput,
700
- context: __SerdeContext
701
- ) => Promise<__HttpRequest>;
702
- export declare const se_GetWirelessGatewayFirmwareInformationCommand: (
703
- input: GetWirelessGatewayFirmwareInformationCommandInput,
704
- context: __SerdeContext
705
- ) => Promise<__HttpRequest>;
706
- export declare const se_GetWirelessGatewayStatisticsCommand: (
707
- input: GetWirelessGatewayStatisticsCommandInput,
708
- context: __SerdeContext
709
- ) => Promise<__HttpRequest>;
710
- export declare const se_GetWirelessGatewayTaskCommand: (
711
- input: GetWirelessGatewayTaskCommandInput,
712
- context: __SerdeContext
713
- ) => Promise<__HttpRequest>;
714
- export declare const se_GetWirelessGatewayTaskDefinitionCommand: (
715
- input: GetWirelessGatewayTaskDefinitionCommandInput,
716
- context: __SerdeContext
717
- ) => Promise<__HttpRequest>;
718
- export declare const se_ListDestinationsCommand: (
719
- input: ListDestinationsCommandInput,
720
- context: __SerdeContext
721
- ) => Promise<__HttpRequest>;
722
- export declare const se_ListDeviceProfilesCommand: (
723
- input: ListDeviceProfilesCommandInput,
724
- context: __SerdeContext
725
- ) => Promise<__HttpRequest>;
726
- export declare const se_ListDevicesForWirelessDeviceImportTaskCommand: (
727
- input: ListDevicesForWirelessDeviceImportTaskCommandInput,
728
- context: __SerdeContext
729
- ) => Promise<__HttpRequest>;
730
- export declare const se_ListEventConfigurationsCommand: (
731
- input: ListEventConfigurationsCommandInput,
732
- context: __SerdeContext
733
- ) => Promise<__HttpRequest>;
734
- export declare const se_ListFuotaTasksCommand: (
735
- input: ListFuotaTasksCommandInput,
736
- context: __SerdeContext
737
- ) => Promise<__HttpRequest>;
738
- export declare const se_ListMulticastGroupsCommand: (
739
- input: ListMulticastGroupsCommandInput,
740
- context: __SerdeContext
741
- ) => Promise<__HttpRequest>;
742
- export declare const se_ListMulticastGroupsByFuotaTaskCommand: (
743
- input: ListMulticastGroupsByFuotaTaskCommandInput,
744
- context: __SerdeContext
745
- ) => Promise<__HttpRequest>;
746
- export declare const se_ListNetworkAnalyzerConfigurationsCommand: (
747
- input: ListNetworkAnalyzerConfigurationsCommandInput,
748
- context: __SerdeContext
749
- ) => Promise<__HttpRequest>;
750
- export declare const se_ListPartnerAccountsCommand: (
751
- input: ListPartnerAccountsCommandInput,
752
- context: __SerdeContext
753
- ) => Promise<__HttpRequest>;
754
- export declare const se_ListPositionConfigurationsCommand: (
755
- input: ListPositionConfigurationsCommandInput,
756
- context: __SerdeContext
757
- ) => Promise<__HttpRequest>;
758
- export declare const se_ListQueuedMessagesCommand: (
759
- input: ListQueuedMessagesCommandInput,
760
- context: __SerdeContext
761
- ) => Promise<__HttpRequest>;
762
- export declare const se_ListServiceProfilesCommand: (
763
- input: ListServiceProfilesCommandInput,
764
- context: __SerdeContext
765
- ) => Promise<__HttpRequest>;
766
- export declare const se_ListTagsForResourceCommand: (
767
- input: ListTagsForResourceCommandInput,
768
- context: __SerdeContext
769
- ) => Promise<__HttpRequest>;
770
- export declare const se_ListWirelessDeviceImportTasksCommand: (
771
- input: ListWirelessDeviceImportTasksCommandInput,
772
- context: __SerdeContext
773
- ) => Promise<__HttpRequest>;
774
- export declare const se_ListWirelessDevicesCommand: (
775
- input: ListWirelessDevicesCommandInput,
776
- context: __SerdeContext
777
- ) => Promise<__HttpRequest>;
778
- export declare const se_ListWirelessGatewaysCommand: (
779
- input: ListWirelessGatewaysCommandInput,
780
- context: __SerdeContext
781
- ) => Promise<__HttpRequest>;
782
- export declare const se_ListWirelessGatewayTaskDefinitionsCommand: (
783
- input: ListWirelessGatewayTaskDefinitionsCommandInput,
784
- context: __SerdeContext
785
- ) => Promise<__HttpRequest>;
786
- export declare const se_PutPositionConfigurationCommand: (
787
- input: PutPositionConfigurationCommandInput,
788
- context: __SerdeContext
789
- ) => Promise<__HttpRequest>;
790
- export declare const se_PutResourceLogLevelCommand: (
791
- input: PutResourceLogLevelCommandInput,
792
- context: __SerdeContext
793
- ) => Promise<__HttpRequest>;
794
- export declare const se_ResetAllResourceLogLevelsCommand: (
795
- input: ResetAllResourceLogLevelsCommandInput,
796
- context: __SerdeContext
797
- ) => Promise<__HttpRequest>;
798
- export declare const se_ResetResourceLogLevelCommand: (
799
- input: ResetResourceLogLevelCommandInput,
800
- context: __SerdeContext
801
- ) => Promise<__HttpRequest>;
802
- export declare const se_SendDataToMulticastGroupCommand: (
803
- input: SendDataToMulticastGroupCommandInput,
804
- context: __SerdeContext
805
- ) => Promise<__HttpRequest>;
806
- export declare const se_SendDataToWirelessDeviceCommand: (
807
- input: SendDataToWirelessDeviceCommandInput,
808
- context: __SerdeContext
809
- ) => Promise<__HttpRequest>;
810
- export declare const se_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand: (
811
- input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput,
812
- context: __SerdeContext
813
- ) => Promise<__HttpRequest>;
814
- export declare const se_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand: (
815
- input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput,
816
- context: __SerdeContext
817
- ) => Promise<__HttpRequest>;
818
- export declare const se_StartFuotaTaskCommand: (
819
- input: StartFuotaTaskCommandInput,
820
- context: __SerdeContext
821
- ) => Promise<__HttpRequest>;
822
- export declare const se_StartMulticastGroupSessionCommand: (
823
- input: StartMulticastGroupSessionCommandInput,
824
- context: __SerdeContext
825
- ) => Promise<__HttpRequest>;
826
- export declare const se_StartSingleWirelessDeviceImportTaskCommand: (
827
- input: StartSingleWirelessDeviceImportTaskCommandInput,
828
- context: __SerdeContext
829
- ) => Promise<__HttpRequest>;
830
- export declare const se_StartWirelessDeviceImportTaskCommand: (
831
- input: StartWirelessDeviceImportTaskCommandInput,
832
- context: __SerdeContext
833
- ) => Promise<__HttpRequest>;
834
- export declare const se_TagResourceCommand: (
835
- input: TagResourceCommandInput,
836
- context: __SerdeContext
837
- ) => Promise<__HttpRequest>;
838
- export declare const se_TestWirelessDeviceCommand: (
839
- input: TestWirelessDeviceCommandInput,
840
- context: __SerdeContext
841
- ) => Promise<__HttpRequest>;
842
- export declare const se_UntagResourceCommand: (
843
- input: UntagResourceCommandInput,
844
- context: __SerdeContext
845
- ) => Promise<__HttpRequest>;
846
- export declare const se_UpdateDestinationCommand: (
847
- input: UpdateDestinationCommandInput,
848
- context: __SerdeContext
849
- ) => Promise<__HttpRequest>;
850
- export declare const se_UpdateEventConfigurationByResourceTypesCommand: (
851
- input: UpdateEventConfigurationByResourceTypesCommandInput,
852
- context: __SerdeContext
853
- ) => Promise<__HttpRequest>;
854
- export declare const se_UpdateFuotaTaskCommand: (
855
- input: UpdateFuotaTaskCommandInput,
856
- context: __SerdeContext
857
- ) => Promise<__HttpRequest>;
858
- export declare const se_UpdateLogLevelsByResourceTypesCommand: (
859
- input: UpdateLogLevelsByResourceTypesCommandInput,
860
- context: __SerdeContext
861
- ) => Promise<__HttpRequest>;
862
- export declare const se_UpdateMetricConfigurationCommand: (
863
- input: UpdateMetricConfigurationCommandInput,
864
- context: __SerdeContext
865
- ) => Promise<__HttpRequest>;
866
- export declare const se_UpdateMulticastGroupCommand: (
867
- input: UpdateMulticastGroupCommandInput,
868
- context: __SerdeContext
869
- ) => Promise<__HttpRequest>;
870
- export declare const se_UpdateNetworkAnalyzerConfigurationCommand: (
871
- input: UpdateNetworkAnalyzerConfigurationCommandInput,
872
- context: __SerdeContext
873
- ) => Promise<__HttpRequest>;
874
- export declare const se_UpdatePartnerAccountCommand: (
875
- input: UpdatePartnerAccountCommandInput,
876
- context: __SerdeContext
877
- ) => Promise<__HttpRequest>;
878
- export declare const se_UpdatePositionCommand: (
879
- input: UpdatePositionCommandInput,
880
- context: __SerdeContext
881
- ) => Promise<__HttpRequest>;
882
- export declare const se_UpdateResourceEventConfigurationCommand: (
883
- input: UpdateResourceEventConfigurationCommandInput,
884
- context: __SerdeContext
885
- ) => Promise<__HttpRequest>;
886
- export declare const se_UpdateResourcePositionCommand: (
887
- input: UpdateResourcePositionCommandInput,
888
- context: __SerdeContext
889
- ) => Promise<__HttpRequest>;
890
- export declare const se_UpdateWirelessDeviceCommand: (
891
- input: UpdateWirelessDeviceCommandInput,
892
- context: __SerdeContext
893
- ) => Promise<__HttpRequest>;
894
- export declare const se_UpdateWirelessDeviceImportTaskCommand: (
895
- input: UpdateWirelessDeviceImportTaskCommandInput,
896
- context: __SerdeContext
897
- ) => Promise<__HttpRequest>;
898
- export declare const se_UpdateWirelessGatewayCommand: (
899
- input: UpdateWirelessGatewayCommandInput,
900
- context: __SerdeContext
901
- ) => Promise<__HttpRequest>;
902
- export declare const de_AssociateAwsAccountWithPartnerAccountCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<AssociateAwsAccountWithPartnerAccountCommandOutput>;
906
- export declare const de_AssociateMulticastGroupWithFuotaTaskCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<AssociateMulticastGroupWithFuotaTaskCommandOutput>;
910
- export declare const de_AssociateWirelessDeviceWithFuotaTaskCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<AssociateWirelessDeviceWithFuotaTaskCommandOutput>;
914
- export declare const de_AssociateWirelessDeviceWithMulticastGroupCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<AssociateWirelessDeviceWithMulticastGroupCommandOutput>;
918
- export declare const de_AssociateWirelessDeviceWithThingCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<AssociateWirelessDeviceWithThingCommandOutput>;
922
- export declare const de_AssociateWirelessGatewayWithCertificateCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<AssociateWirelessGatewayWithCertificateCommandOutput>;
926
- export declare const de_AssociateWirelessGatewayWithThingCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<AssociateWirelessGatewayWithThingCommandOutput>;
930
- export declare const de_CancelMulticastGroupSessionCommand: (
931
- output: __HttpResponse,
932
- context: __SerdeContext
933
- ) => Promise<CancelMulticastGroupSessionCommandOutput>;
934
- export declare const de_CreateDestinationCommand: (
935
- output: __HttpResponse,
936
- context: __SerdeContext
937
- ) => Promise<CreateDestinationCommandOutput>;
938
- export declare const de_CreateDeviceProfileCommand: (
939
- output: __HttpResponse,
940
- context: __SerdeContext
941
- ) => Promise<CreateDeviceProfileCommandOutput>;
942
- export declare const de_CreateFuotaTaskCommand: (
943
- output: __HttpResponse,
944
- context: __SerdeContext
945
- ) => Promise<CreateFuotaTaskCommandOutput>;
946
- export declare const de_CreateMulticastGroupCommand: (
947
- output: __HttpResponse,
948
- context: __SerdeContext
949
- ) => Promise<CreateMulticastGroupCommandOutput>;
950
- export declare const de_CreateNetworkAnalyzerConfigurationCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<CreateNetworkAnalyzerConfigurationCommandOutput>;
954
- export declare const de_CreateServiceProfileCommand: (
955
- output: __HttpResponse,
956
- context: __SerdeContext
957
- ) => Promise<CreateServiceProfileCommandOutput>;
958
- export declare const de_CreateWirelessDeviceCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<CreateWirelessDeviceCommandOutput>;
962
- export declare const de_CreateWirelessGatewayCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<CreateWirelessGatewayCommandOutput>;
966
- export declare const de_CreateWirelessGatewayTaskCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<CreateWirelessGatewayTaskCommandOutput>;
970
- export declare const de_CreateWirelessGatewayTaskDefinitionCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<CreateWirelessGatewayTaskDefinitionCommandOutput>;
974
- export declare const de_DeleteDestinationCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<DeleteDestinationCommandOutput>;
978
- export declare const de_DeleteDeviceProfileCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<DeleteDeviceProfileCommandOutput>;
982
- export declare const de_DeleteFuotaTaskCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<DeleteFuotaTaskCommandOutput>;
986
- export declare const de_DeleteMulticastGroupCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<DeleteMulticastGroupCommandOutput>;
990
- export declare const de_DeleteNetworkAnalyzerConfigurationCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<DeleteNetworkAnalyzerConfigurationCommandOutput>;
994
- export declare const de_DeleteQueuedMessagesCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<DeleteQueuedMessagesCommandOutput>;
998
- export declare const de_DeleteServiceProfileCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<DeleteServiceProfileCommandOutput>;
1002
- export declare const de_DeleteWirelessDeviceCommand: (
1003
- output: __HttpResponse,
1004
- context: __SerdeContext
1005
- ) => Promise<DeleteWirelessDeviceCommandOutput>;
1006
- export declare const de_DeleteWirelessDeviceImportTaskCommand: (
1007
- output: __HttpResponse,
1008
- context: __SerdeContext
1009
- ) => Promise<DeleteWirelessDeviceImportTaskCommandOutput>;
1010
- export declare const de_DeleteWirelessGatewayCommand: (
1011
- output: __HttpResponse,
1012
- context: __SerdeContext
1013
- ) => Promise<DeleteWirelessGatewayCommandOutput>;
1014
- export declare const de_DeleteWirelessGatewayTaskCommand: (
1015
- output: __HttpResponse,
1016
- context: __SerdeContext
1017
- ) => Promise<DeleteWirelessGatewayTaskCommandOutput>;
1018
- export declare const de_DeleteWirelessGatewayTaskDefinitionCommand: (
1019
- output: __HttpResponse,
1020
- context: __SerdeContext
1021
- ) => Promise<DeleteWirelessGatewayTaskDefinitionCommandOutput>;
1022
- export declare const de_DeregisterWirelessDeviceCommand: (
1023
- output: __HttpResponse,
1024
- context: __SerdeContext
1025
- ) => Promise<DeregisterWirelessDeviceCommandOutput>;
1026
- export declare const de_DisassociateAwsAccountFromPartnerAccountCommand: (
1027
- output: __HttpResponse,
1028
- context: __SerdeContext
1029
- ) => Promise<DisassociateAwsAccountFromPartnerAccountCommandOutput>;
1030
- export declare const de_DisassociateMulticastGroupFromFuotaTaskCommand: (
1031
- output: __HttpResponse,
1032
- context: __SerdeContext
1033
- ) => Promise<DisassociateMulticastGroupFromFuotaTaskCommandOutput>;
1034
- export declare const de_DisassociateWirelessDeviceFromFuotaTaskCommand: (
1035
- output: __HttpResponse,
1036
- context: __SerdeContext
1037
- ) => Promise<DisassociateWirelessDeviceFromFuotaTaskCommandOutput>;
1038
- export declare const de_DisassociateWirelessDeviceFromMulticastGroupCommand: (
1039
- output: __HttpResponse,
1040
- context: __SerdeContext
1041
- ) => Promise<DisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
1042
- export declare const de_DisassociateWirelessDeviceFromThingCommand: (
1043
- output: __HttpResponse,
1044
- context: __SerdeContext
1045
- ) => Promise<DisassociateWirelessDeviceFromThingCommandOutput>;
1046
- export declare const de_DisassociateWirelessGatewayFromCertificateCommand: (
1047
- output: __HttpResponse,
1048
- context: __SerdeContext
1049
- ) => Promise<DisassociateWirelessGatewayFromCertificateCommandOutput>;
1050
- export declare const de_DisassociateWirelessGatewayFromThingCommand: (
1051
- output: __HttpResponse,
1052
- context: __SerdeContext
1053
- ) => Promise<DisassociateWirelessGatewayFromThingCommandOutput>;
1054
- export declare const de_GetDestinationCommand: (
1055
- output: __HttpResponse,
1056
- context: __SerdeContext
1057
- ) => Promise<GetDestinationCommandOutput>;
1058
- export declare const de_GetDeviceProfileCommand: (
1059
- output: __HttpResponse,
1060
- context: __SerdeContext
1061
- ) => Promise<GetDeviceProfileCommandOutput>;
1062
- export declare const de_GetEventConfigurationByResourceTypesCommand: (
1063
- output: __HttpResponse,
1064
- context: __SerdeContext
1065
- ) => Promise<GetEventConfigurationByResourceTypesCommandOutput>;
1066
- export declare const de_GetFuotaTaskCommand: (
1067
- output: __HttpResponse,
1068
- context: __SerdeContext
1069
- ) => Promise<GetFuotaTaskCommandOutput>;
1070
- export declare const de_GetLogLevelsByResourceTypesCommand: (
1071
- output: __HttpResponse,
1072
- context: __SerdeContext
1073
- ) => Promise<GetLogLevelsByResourceTypesCommandOutput>;
1074
- export declare const de_GetMetricConfigurationCommand: (
1075
- output: __HttpResponse,
1076
- context: __SerdeContext
1077
- ) => Promise<GetMetricConfigurationCommandOutput>;
1078
- export declare const de_GetMetricsCommand: (
1079
- output: __HttpResponse,
1080
- context: __SerdeContext
1081
- ) => Promise<GetMetricsCommandOutput>;
1082
- export declare const de_GetMulticastGroupCommand: (
1083
- output: __HttpResponse,
1084
- context: __SerdeContext
1085
- ) => Promise<GetMulticastGroupCommandOutput>;
1086
- export declare const de_GetMulticastGroupSessionCommand: (
1087
- output: __HttpResponse,
1088
- context: __SerdeContext
1089
- ) => Promise<GetMulticastGroupSessionCommandOutput>;
1090
- export declare const de_GetNetworkAnalyzerConfigurationCommand: (
1091
- output: __HttpResponse,
1092
- context: __SerdeContext
1093
- ) => Promise<GetNetworkAnalyzerConfigurationCommandOutput>;
1094
- export declare const de_GetPartnerAccountCommand: (
1095
- output: __HttpResponse,
1096
- context: __SerdeContext
1097
- ) => Promise<GetPartnerAccountCommandOutput>;
1098
- export declare const de_GetPositionCommand: (
1099
- output: __HttpResponse,
1100
- context: __SerdeContext
1101
- ) => Promise<GetPositionCommandOutput>;
1102
- export declare const de_GetPositionConfigurationCommand: (
1103
- output: __HttpResponse,
1104
- context: __SerdeContext
1105
- ) => Promise<GetPositionConfigurationCommandOutput>;
1106
- export declare const de_GetPositionEstimateCommand: (
1107
- output: __HttpResponse,
1108
- context: __SerdeContext
1109
- ) => Promise<GetPositionEstimateCommandOutput>;
1110
- export declare const de_GetResourceEventConfigurationCommand: (
1111
- output: __HttpResponse,
1112
- context: __SerdeContext
1113
- ) => Promise<GetResourceEventConfigurationCommandOutput>;
1114
- export declare const de_GetResourceLogLevelCommand: (
1115
- output: __HttpResponse,
1116
- context: __SerdeContext
1117
- ) => Promise<GetResourceLogLevelCommandOutput>;
1118
- export declare const de_GetResourcePositionCommand: (
1119
- output: __HttpResponse,
1120
- context: __SerdeContext
1121
- ) => Promise<GetResourcePositionCommandOutput>;
1122
- export declare const de_GetServiceEndpointCommand: (
1123
- output: __HttpResponse,
1124
- context: __SerdeContext
1125
- ) => Promise<GetServiceEndpointCommandOutput>;
1126
- export declare const de_GetServiceProfileCommand: (
1127
- output: __HttpResponse,
1128
- context: __SerdeContext
1129
- ) => Promise<GetServiceProfileCommandOutput>;
1130
- export declare const de_GetWirelessDeviceCommand: (
1131
- output: __HttpResponse,
1132
- context: __SerdeContext
1133
- ) => Promise<GetWirelessDeviceCommandOutput>;
1134
- export declare const de_GetWirelessDeviceImportTaskCommand: (
1135
- output: __HttpResponse,
1136
- context: __SerdeContext
1137
- ) => Promise<GetWirelessDeviceImportTaskCommandOutput>;
1138
- export declare const de_GetWirelessDeviceStatisticsCommand: (
1139
- output: __HttpResponse,
1140
- context: __SerdeContext
1141
- ) => Promise<GetWirelessDeviceStatisticsCommandOutput>;
1142
- export declare const de_GetWirelessGatewayCommand: (
1143
- output: __HttpResponse,
1144
- context: __SerdeContext
1145
- ) => Promise<GetWirelessGatewayCommandOutput>;
1146
- export declare const de_GetWirelessGatewayCertificateCommand: (
1147
- output: __HttpResponse,
1148
- context: __SerdeContext
1149
- ) => Promise<GetWirelessGatewayCertificateCommandOutput>;
1150
- export declare const de_GetWirelessGatewayFirmwareInformationCommand: (
1151
- output: __HttpResponse,
1152
- context: __SerdeContext
1153
- ) => Promise<GetWirelessGatewayFirmwareInformationCommandOutput>;
1154
- export declare const de_GetWirelessGatewayStatisticsCommand: (
1155
- output: __HttpResponse,
1156
- context: __SerdeContext
1157
- ) => Promise<GetWirelessGatewayStatisticsCommandOutput>;
1158
- export declare const de_GetWirelessGatewayTaskCommand: (
1159
- output: __HttpResponse,
1160
- context: __SerdeContext
1161
- ) => Promise<GetWirelessGatewayTaskCommandOutput>;
1162
- export declare const de_GetWirelessGatewayTaskDefinitionCommand: (
1163
- output: __HttpResponse,
1164
- context: __SerdeContext
1165
- ) => Promise<GetWirelessGatewayTaskDefinitionCommandOutput>;
1166
- export declare const de_ListDestinationsCommand: (
1167
- output: __HttpResponse,
1168
- context: __SerdeContext
1169
- ) => Promise<ListDestinationsCommandOutput>;
1170
- export declare const de_ListDeviceProfilesCommand: (
1171
- output: __HttpResponse,
1172
- context: __SerdeContext
1173
- ) => Promise<ListDeviceProfilesCommandOutput>;
1174
- export declare const de_ListDevicesForWirelessDeviceImportTaskCommand: (
1175
- output: __HttpResponse,
1176
- context: __SerdeContext
1177
- ) => Promise<ListDevicesForWirelessDeviceImportTaskCommandOutput>;
1178
- export declare const de_ListEventConfigurationsCommand: (
1179
- output: __HttpResponse,
1180
- context: __SerdeContext
1181
- ) => Promise<ListEventConfigurationsCommandOutput>;
1182
- export declare const de_ListFuotaTasksCommand: (
1183
- output: __HttpResponse,
1184
- context: __SerdeContext
1185
- ) => Promise<ListFuotaTasksCommandOutput>;
1186
- export declare const de_ListMulticastGroupsCommand: (
1187
- output: __HttpResponse,
1188
- context: __SerdeContext
1189
- ) => Promise<ListMulticastGroupsCommandOutput>;
1190
- export declare const de_ListMulticastGroupsByFuotaTaskCommand: (
1191
- output: __HttpResponse,
1192
- context: __SerdeContext
1193
- ) => Promise<ListMulticastGroupsByFuotaTaskCommandOutput>;
1194
- export declare const de_ListNetworkAnalyzerConfigurationsCommand: (
1195
- output: __HttpResponse,
1196
- context: __SerdeContext
1197
- ) => Promise<ListNetworkAnalyzerConfigurationsCommandOutput>;
1198
- export declare const de_ListPartnerAccountsCommand: (
1199
- output: __HttpResponse,
1200
- context: __SerdeContext
1201
- ) => Promise<ListPartnerAccountsCommandOutput>;
1202
- export declare const de_ListPositionConfigurationsCommand: (
1203
- output: __HttpResponse,
1204
- context: __SerdeContext
1205
- ) => Promise<ListPositionConfigurationsCommandOutput>;
1206
- export declare const de_ListQueuedMessagesCommand: (
1207
- output: __HttpResponse,
1208
- context: __SerdeContext
1209
- ) => Promise<ListQueuedMessagesCommandOutput>;
1210
- export declare const de_ListServiceProfilesCommand: (
1211
- output: __HttpResponse,
1212
- context: __SerdeContext
1213
- ) => Promise<ListServiceProfilesCommandOutput>;
1214
- export declare const de_ListTagsForResourceCommand: (
1215
- output: __HttpResponse,
1216
- context: __SerdeContext
1217
- ) => Promise<ListTagsForResourceCommandOutput>;
1218
- export declare const de_ListWirelessDeviceImportTasksCommand: (
1219
- output: __HttpResponse,
1220
- context: __SerdeContext
1221
- ) => Promise<ListWirelessDeviceImportTasksCommandOutput>;
1222
- export declare const de_ListWirelessDevicesCommand: (
1223
- output: __HttpResponse,
1224
- context: __SerdeContext
1225
- ) => Promise<ListWirelessDevicesCommandOutput>;
1226
- export declare const de_ListWirelessGatewaysCommand: (
1227
- output: __HttpResponse,
1228
- context: __SerdeContext
1229
- ) => Promise<ListWirelessGatewaysCommandOutput>;
1230
- export declare const de_ListWirelessGatewayTaskDefinitionsCommand: (
1231
- output: __HttpResponse,
1232
- context: __SerdeContext
1233
- ) => Promise<ListWirelessGatewayTaskDefinitionsCommandOutput>;
1234
- export declare const de_PutPositionConfigurationCommand: (
1235
- output: __HttpResponse,
1236
- context: __SerdeContext
1237
- ) => Promise<PutPositionConfigurationCommandOutput>;
1238
- export declare const de_PutResourceLogLevelCommand: (
1239
- output: __HttpResponse,
1240
- context: __SerdeContext
1241
- ) => Promise<PutResourceLogLevelCommandOutput>;
1242
- export declare const de_ResetAllResourceLogLevelsCommand: (
1243
- output: __HttpResponse,
1244
- context: __SerdeContext
1245
- ) => Promise<ResetAllResourceLogLevelsCommandOutput>;
1246
- export declare const de_ResetResourceLogLevelCommand: (
1247
- output: __HttpResponse,
1248
- context: __SerdeContext
1249
- ) => Promise<ResetResourceLogLevelCommandOutput>;
1250
- export declare const de_SendDataToMulticastGroupCommand: (
1251
- output: __HttpResponse,
1252
- context: __SerdeContext
1253
- ) => Promise<SendDataToMulticastGroupCommandOutput>;
1254
- export declare const de_SendDataToWirelessDeviceCommand: (
1255
- output: __HttpResponse,
1256
- context: __SerdeContext
1257
- ) => Promise<SendDataToWirelessDeviceCommandOutput>;
1258
- export declare const de_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand: (
1259
- output: __HttpResponse,
1260
- context: __SerdeContext
1261
- ) => Promise<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput>;
1262
- export declare const de_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand: (
1263
- output: __HttpResponse,
1264
- context: __SerdeContext
1265
- ) => Promise<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput>;
1266
- export declare const de_StartFuotaTaskCommand: (
1267
- output: __HttpResponse,
1268
- context: __SerdeContext
1269
- ) => Promise<StartFuotaTaskCommandOutput>;
1270
- export declare const de_StartMulticastGroupSessionCommand: (
1271
- output: __HttpResponse,
1272
- context: __SerdeContext
1273
- ) => Promise<StartMulticastGroupSessionCommandOutput>;
1274
- export declare const de_StartSingleWirelessDeviceImportTaskCommand: (
1275
- output: __HttpResponse,
1276
- context: __SerdeContext
1277
- ) => Promise<StartSingleWirelessDeviceImportTaskCommandOutput>;
1278
- export declare const de_StartWirelessDeviceImportTaskCommand: (
1279
- output: __HttpResponse,
1280
- context: __SerdeContext
1281
- ) => Promise<StartWirelessDeviceImportTaskCommandOutput>;
1282
- export declare const de_TagResourceCommand: (
1283
- output: __HttpResponse,
1284
- context: __SerdeContext
1285
- ) => Promise<TagResourceCommandOutput>;
1286
- export declare const de_TestWirelessDeviceCommand: (
1287
- output: __HttpResponse,
1288
- context: __SerdeContext
1289
- ) => Promise<TestWirelessDeviceCommandOutput>;
1290
- export declare const de_UntagResourceCommand: (
1291
- output: __HttpResponse,
1292
- context: __SerdeContext
1293
- ) => Promise<UntagResourceCommandOutput>;
1294
- export declare const de_UpdateDestinationCommand: (
1295
- output: __HttpResponse,
1296
- context: __SerdeContext
1297
- ) => Promise<UpdateDestinationCommandOutput>;
1298
- export declare const de_UpdateEventConfigurationByResourceTypesCommand: (
1299
- output: __HttpResponse,
1300
- context: __SerdeContext
1301
- ) => Promise<UpdateEventConfigurationByResourceTypesCommandOutput>;
1302
- export declare const de_UpdateFuotaTaskCommand: (
1303
- output: __HttpResponse,
1304
- context: __SerdeContext
1305
- ) => Promise<UpdateFuotaTaskCommandOutput>;
1306
- export declare const de_UpdateLogLevelsByResourceTypesCommand: (
1307
- output: __HttpResponse,
1308
- context: __SerdeContext
1309
- ) => Promise<UpdateLogLevelsByResourceTypesCommandOutput>;
1310
- export declare const de_UpdateMetricConfigurationCommand: (
1311
- output: __HttpResponse,
1312
- context: __SerdeContext
1313
- ) => Promise<UpdateMetricConfigurationCommandOutput>;
1314
- export declare const de_UpdateMulticastGroupCommand: (
1315
- output: __HttpResponse,
1316
- context: __SerdeContext
1317
- ) => Promise<UpdateMulticastGroupCommandOutput>;
1318
- export declare const de_UpdateNetworkAnalyzerConfigurationCommand: (
1319
- output: __HttpResponse,
1320
- context: __SerdeContext
1321
- ) => Promise<UpdateNetworkAnalyzerConfigurationCommandOutput>;
1322
- export declare const de_UpdatePartnerAccountCommand: (
1323
- output: __HttpResponse,
1324
- context: __SerdeContext
1325
- ) => Promise<UpdatePartnerAccountCommandOutput>;
1326
- export declare const de_UpdatePositionCommand: (
1327
- output: __HttpResponse,
1328
- context: __SerdeContext
1329
- ) => Promise<UpdatePositionCommandOutput>;
1330
- export declare const de_UpdateResourceEventConfigurationCommand: (
1331
- output: __HttpResponse,
1332
- context: __SerdeContext
1333
- ) => Promise<UpdateResourceEventConfigurationCommandOutput>;
1334
- export declare const de_UpdateResourcePositionCommand: (
1335
- output: __HttpResponse,
1336
- context: __SerdeContext
1337
- ) => Promise<UpdateResourcePositionCommandOutput>;
1338
- export declare const de_UpdateWirelessDeviceCommand: (
1339
- output: __HttpResponse,
1340
- context: __SerdeContext
1341
- ) => Promise<UpdateWirelessDeviceCommandOutput>;
1342
- export declare const de_UpdateWirelessDeviceImportTaskCommand: (
1343
- output: __HttpResponse,
1344
- context: __SerdeContext
1345
- ) => Promise<UpdateWirelessDeviceImportTaskCommandOutput>;
1346
- export declare const de_UpdateWirelessGatewayCommand: (
1347
- output: __HttpResponse,
1348
- context: __SerdeContext
1349
- ) => Promise<UpdateWirelessGatewayCommandOutput>;