@effect-aws/client-iot-wireless 1.1.0 → 1.9.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 (68) hide show
  1. package/Errors/package.json +6 -0
  2. package/IoTWirelessClientInstance/package.json +6 -0
  3. package/IoTWirelessService/package.json +6 -0
  4. package/IoTWirelessServiceConfig/package.json +6 -0
  5. package/{lib → dist/cjs}/Errors.d.ts +6 -11
  6. package/dist/cjs/Errors.d.ts.map +1 -0
  7. package/dist/cjs/Errors.js +15 -0
  8. package/dist/cjs/Errors.js.map +1 -0
  9. package/dist/cjs/IoTWirelessClientInstance.d.ts +24 -0
  10. package/dist/cjs/IoTWirelessClientInstance.d.ts.map +1 -0
  11. package/dist/cjs/IoTWirelessClientInstance.js +50 -0
  12. package/dist/cjs/IoTWirelessClientInstance.js.map +1 -0
  13. package/{lib → dist/cjs}/IoTWirelessService.d.ts +16 -38
  14. package/dist/cjs/IoTWirelessService.d.ts.map +1 -0
  15. package/dist/cjs/IoTWirelessService.js +168 -0
  16. package/dist/cjs/IoTWirelessService.js.map +1 -0
  17. package/dist/cjs/IoTWirelessServiceConfig.d.ts +25 -0
  18. package/dist/cjs/IoTWirelessServiceConfig.d.ts.map +1 -0
  19. package/dist/cjs/IoTWirelessServiceConfig.js +35 -0
  20. package/dist/cjs/IoTWirelessServiceConfig.js.map +1 -0
  21. package/dist/cjs/index.d.ts +39 -0
  22. package/dist/cjs/index.d.ts.map +1 -0
  23. package/dist/cjs/index.js +56 -0
  24. package/dist/cjs/index.js.map +1 -0
  25. package/dist/dts/Errors.d.ts +14 -0
  26. package/dist/dts/Errors.d.ts.map +1 -0
  27. package/dist/dts/IoTWirelessClientInstance.d.ts +24 -0
  28. package/dist/dts/IoTWirelessClientInstance.d.ts.map +1 -0
  29. package/dist/dts/IoTWirelessService.d.ts +603 -0
  30. package/dist/dts/IoTWirelessService.d.ts.map +1 -0
  31. package/dist/dts/IoTWirelessServiceConfig.d.ts +25 -0
  32. package/dist/dts/IoTWirelessServiceConfig.d.ts.map +1 -0
  33. package/dist/dts/index.d.ts +39 -0
  34. package/dist/dts/index.d.ts.map +1 -0
  35. package/dist/esm/Errors.js +12 -0
  36. package/dist/esm/Errors.js.map +1 -0
  37. package/dist/esm/IoTWirelessClientInstance.js +23 -0
  38. package/dist/esm/IoTWirelessClientInstance.js.map +1 -0
  39. package/dist/esm/IoTWirelessService.js +141 -0
  40. package/dist/esm/IoTWirelessService.js.map +1 -0
  41. package/dist/esm/IoTWirelessServiceConfig.js +31 -0
  42. package/dist/esm/IoTWirelessServiceConfig.js.map +1 -0
  43. package/dist/esm/index.js +27 -0
  44. package/dist/esm/index.js.map +1 -0
  45. package/dist/esm/package.json +4 -0
  46. package/package.json +60 -43
  47. package/src/Errors.ts +32 -0
  48. package/src/IoTWirelessClientInstance.ts +33 -0
  49. package/src/IoTWirelessService.ts +2004 -0
  50. package/src/IoTWirelessServiceConfig.ts +52 -0
  51. package/src/index.ts +44 -0
  52. package/CHANGELOG.md +0 -13
  53. package/docgen.json +0 -8
  54. package/lib/Errors.js +0 -15
  55. package/lib/IoTWirelessClientInstance.d.ts +0 -31
  56. package/lib/IoTWirelessClientInstance.js +0 -57
  57. package/lib/IoTWirelessClientInstanceConfig.d.ts +0 -23
  58. package/lib/IoTWirelessClientInstanceConfig.js +0 -44
  59. package/lib/IoTWirelessService.js +0 -200
  60. package/lib/esm/Errors.js +0 -12
  61. package/lib/esm/IoTWirelessClientInstance.js +0 -30
  62. package/lib/esm/IoTWirelessClientInstanceConfig.js +0 -40
  63. package/lib/esm/IoTWirelessService.js +0 -196
  64. package/lib/esm/index.js +0 -5
  65. package/lib/index.d.ts +0 -4
  66. package/lib/index.js +0 -21
  67. package/project.json +0 -77
  68. package/vitest.config.ts +0 -3
@@ -0,0 +1,2004 @@
1
+ /**
2
+ * @since 1.0.0
3
+ */
4
+ import {
5
+ AssociateAwsAccountWithPartnerAccountCommand,
6
+ type AssociateAwsAccountWithPartnerAccountCommandInput,
7
+ type AssociateAwsAccountWithPartnerAccountCommandOutput,
8
+ AssociateMulticastGroupWithFuotaTaskCommand,
9
+ type AssociateMulticastGroupWithFuotaTaskCommandInput,
10
+ type AssociateMulticastGroupWithFuotaTaskCommandOutput,
11
+ AssociateWirelessDeviceWithFuotaTaskCommand,
12
+ type AssociateWirelessDeviceWithFuotaTaskCommandInput,
13
+ type AssociateWirelessDeviceWithFuotaTaskCommandOutput,
14
+ AssociateWirelessDeviceWithMulticastGroupCommand,
15
+ type AssociateWirelessDeviceWithMulticastGroupCommandInput,
16
+ type AssociateWirelessDeviceWithMulticastGroupCommandOutput,
17
+ AssociateWirelessDeviceWithThingCommand,
18
+ type AssociateWirelessDeviceWithThingCommandInput,
19
+ type AssociateWirelessDeviceWithThingCommandOutput,
20
+ AssociateWirelessGatewayWithCertificateCommand,
21
+ type AssociateWirelessGatewayWithCertificateCommandInput,
22
+ type AssociateWirelessGatewayWithCertificateCommandOutput,
23
+ AssociateWirelessGatewayWithThingCommand,
24
+ type AssociateWirelessGatewayWithThingCommandInput,
25
+ type AssociateWirelessGatewayWithThingCommandOutput,
26
+ CancelMulticastGroupSessionCommand,
27
+ type CancelMulticastGroupSessionCommandInput,
28
+ type CancelMulticastGroupSessionCommandOutput,
29
+ CreateDestinationCommand,
30
+ type CreateDestinationCommandInput,
31
+ type CreateDestinationCommandOutput,
32
+ CreateDeviceProfileCommand,
33
+ type CreateDeviceProfileCommandInput,
34
+ type CreateDeviceProfileCommandOutput,
35
+ CreateFuotaTaskCommand,
36
+ type CreateFuotaTaskCommandInput,
37
+ type CreateFuotaTaskCommandOutput,
38
+ CreateMulticastGroupCommand,
39
+ type CreateMulticastGroupCommandInput,
40
+ type CreateMulticastGroupCommandOutput,
41
+ CreateNetworkAnalyzerConfigurationCommand,
42
+ type CreateNetworkAnalyzerConfigurationCommandInput,
43
+ type CreateNetworkAnalyzerConfigurationCommandOutput,
44
+ CreateServiceProfileCommand,
45
+ type CreateServiceProfileCommandInput,
46
+ type CreateServiceProfileCommandOutput,
47
+ CreateWirelessDeviceCommand,
48
+ type CreateWirelessDeviceCommandInput,
49
+ type CreateWirelessDeviceCommandOutput,
50
+ CreateWirelessGatewayCommand,
51
+ type CreateWirelessGatewayCommandInput,
52
+ type CreateWirelessGatewayCommandOutput,
53
+ CreateWirelessGatewayTaskCommand,
54
+ type CreateWirelessGatewayTaskCommandInput,
55
+ type CreateWirelessGatewayTaskCommandOutput,
56
+ CreateWirelessGatewayTaskDefinitionCommand,
57
+ type CreateWirelessGatewayTaskDefinitionCommandInput,
58
+ type CreateWirelessGatewayTaskDefinitionCommandOutput,
59
+ DeleteDestinationCommand,
60
+ type DeleteDestinationCommandInput,
61
+ type DeleteDestinationCommandOutput,
62
+ DeleteDeviceProfileCommand,
63
+ type DeleteDeviceProfileCommandInput,
64
+ type DeleteDeviceProfileCommandOutput,
65
+ DeleteFuotaTaskCommand,
66
+ type DeleteFuotaTaskCommandInput,
67
+ type DeleteFuotaTaskCommandOutput,
68
+ DeleteMulticastGroupCommand,
69
+ type DeleteMulticastGroupCommandInput,
70
+ type DeleteMulticastGroupCommandOutput,
71
+ DeleteNetworkAnalyzerConfigurationCommand,
72
+ type DeleteNetworkAnalyzerConfigurationCommandInput,
73
+ type DeleteNetworkAnalyzerConfigurationCommandOutput,
74
+ DeleteQueuedMessagesCommand,
75
+ type DeleteQueuedMessagesCommandInput,
76
+ type DeleteQueuedMessagesCommandOutput,
77
+ DeleteServiceProfileCommand,
78
+ type DeleteServiceProfileCommandInput,
79
+ type DeleteServiceProfileCommandOutput,
80
+ DeleteWirelessDeviceCommand,
81
+ type DeleteWirelessDeviceCommandInput,
82
+ type DeleteWirelessDeviceCommandOutput,
83
+ DeleteWirelessDeviceImportTaskCommand,
84
+ type DeleteWirelessDeviceImportTaskCommandInput,
85
+ type DeleteWirelessDeviceImportTaskCommandOutput,
86
+ DeleteWirelessGatewayCommand,
87
+ type DeleteWirelessGatewayCommandInput,
88
+ type DeleteWirelessGatewayCommandOutput,
89
+ DeleteWirelessGatewayTaskCommand,
90
+ type DeleteWirelessGatewayTaskCommandInput,
91
+ type DeleteWirelessGatewayTaskCommandOutput,
92
+ DeleteWirelessGatewayTaskDefinitionCommand,
93
+ type DeleteWirelessGatewayTaskDefinitionCommandInput,
94
+ type DeleteWirelessGatewayTaskDefinitionCommandOutput,
95
+ DeregisterWirelessDeviceCommand,
96
+ type DeregisterWirelessDeviceCommandInput,
97
+ type DeregisterWirelessDeviceCommandOutput,
98
+ DisassociateAwsAccountFromPartnerAccountCommand,
99
+ type DisassociateAwsAccountFromPartnerAccountCommandInput,
100
+ type DisassociateAwsAccountFromPartnerAccountCommandOutput,
101
+ DisassociateMulticastGroupFromFuotaTaskCommand,
102
+ type DisassociateMulticastGroupFromFuotaTaskCommandInput,
103
+ type DisassociateMulticastGroupFromFuotaTaskCommandOutput,
104
+ DisassociateWirelessDeviceFromFuotaTaskCommand,
105
+ type DisassociateWirelessDeviceFromFuotaTaskCommandInput,
106
+ type DisassociateWirelessDeviceFromFuotaTaskCommandOutput,
107
+ DisassociateWirelessDeviceFromMulticastGroupCommand,
108
+ type DisassociateWirelessDeviceFromMulticastGroupCommandInput,
109
+ type DisassociateWirelessDeviceFromMulticastGroupCommandOutput,
110
+ DisassociateWirelessDeviceFromThingCommand,
111
+ type DisassociateWirelessDeviceFromThingCommandInput,
112
+ type DisassociateWirelessDeviceFromThingCommandOutput,
113
+ DisassociateWirelessGatewayFromCertificateCommand,
114
+ type DisassociateWirelessGatewayFromCertificateCommandInput,
115
+ type DisassociateWirelessGatewayFromCertificateCommandOutput,
116
+ DisassociateWirelessGatewayFromThingCommand,
117
+ type DisassociateWirelessGatewayFromThingCommandInput,
118
+ type DisassociateWirelessGatewayFromThingCommandOutput,
119
+ GetDestinationCommand,
120
+ type GetDestinationCommandInput,
121
+ type GetDestinationCommandOutput,
122
+ GetDeviceProfileCommand,
123
+ type GetDeviceProfileCommandInput,
124
+ type GetDeviceProfileCommandOutput,
125
+ GetEventConfigurationByResourceTypesCommand,
126
+ type GetEventConfigurationByResourceTypesCommandInput,
127
+ type GetEventConfigurationByResourceTypesCommandOutput,
128
+ GetFuotaTaskCommand,
129
+ type GetFuotaTaskCommandInput,
130
+ type GetFuotaTaskCommandOutput,
131
+ GetLogLevelsByResourceTypesCommand,
132
+ type GetLogLevelsByResourceTypesCommandInput,
133
+ type GetLogLevelsByResourceTypesCommandOutput,
134
+ GetMetricConfigurationCommand,
135
+ type GetMetricConfigurationCommandInput,
136
+ type GetMetricConfigurationCommandOutput,
137
+ GetMetricsCommand,
138
+ type GetMetricsCommandInput,
139
+ type GetMetricsCommandOutput,
140
+ GetMulticastGroupCommand,
141
+ type GetMulticastGroupCommandInput,
142
+ type GetMulticastGroupCommandOutput,
143
+ GetMulticastGroupSessionCommand,
144
+ type GetMulticastGroupSessionCommandInput,
145
+ type GetMulticastGroupSessionCommandOutput,
146
+ GetNetworkAnalyzerConfigurationCommand,
147
+ type GetNetworkAnalyzerConfigurationCommandInput,
148
+ type GetNetworkAnalyzerConfigurationCommandOutput,
149
+ GetPartnerAccountCommand,
150
+ type GetPartnerAccountCommandInput,
151
+ type GetPartnerAccountCommandOutput,
152
+ GetPositionCommand,
153
+ type GetPositionCommandInput,
154
+ type GetPositionCommandOutput,
155
+ GetPositionConfigurationCommand,
156
+ type GetPositionConfigurationCommandInput,
157
+ type GetPositionConfigurationCommandOutput,
158
+ GetPositionEstimateCommand,
159
+ type GetPositionEstimateCommandInput,
160
+ type GetPositionEstimateCommandOutput,
161
+ GetResourceEventConfigurationCommand,
162
+ type GetResourceEventConfigurationCommandInput,
163
+ type GetResourceEventConfigurationCommandOutput,
164
+ GetResourceLogLevelCommand,
165
+ type GetResourceLogLevelCommandInput,
166
+ type GetResourceLogLevelCommandOutput,
167
+ GetResourcePositionCommand,
168
+ type GetResourcePositionCommandInput,
169
+ type GetResourcePositionCommandOutput,
170
+ GetServiceEndpointCommand,
171
+ type GetServiceEndpointCommandInput,
172
+ type GetServiceEndpointCommandOutput,
173
+ GetServiceProfileCommand,
174
+ type GetServiceProfileCommandInput,
175
+ type GetServiceProfileCommandOutput,
176
+ GetWirelessDeviceCommand,
177
+ type GetWirelessDeviceCommandInput,
178
+ type GetWirelessDeviceCommandOutput,
179
+ GetWirelessDeviceImportTaskCommand,
180
+ type GetWirelessDeviceImportTaskCommandInput,
181
+ type GetWirelessDeviceImportTaskCommandOutput,
182
+ GetWirelessDeviceStatisticsCommand,
183
+ type GetWirelessDeviceStatisticsCommandInput,
184
+ type GetWirelessDeviceStatisticsCommandOutput,
185
+ GetWirelessGatewayCertificateCommand,
186
+ type GetWirelessGatewayCertificateCommandInput,
187
+ type GetWirelessGatewayCertificateCommandOutput,
188
+ GetWirelessGatewayCommand,
189
+ type GetWirelessGatewayCommandInput,
190
+ type GetWirelessGatewayCommandOutput,
191
+ GetWirelessGatewayFirmwareInformationCommand,
192
+ type GetWirelessGatewayFirmwareInformationCommandInput,
193
+ type GetWirelessGatewayFirmwareInformationCommandOutput,
194
+ GetWirelessGatewayStatisticsCommand,
195
+ type GetWirelessGatewayStatisticsCommandInput,
196
+ type GetWirelessGatewayStatisticsCommandOutput,
197
+ GetWirelessGatewayTaskCommand,
198
+ type GetWirelessGatewayTaskCommandInput,
199
+ type GetWirelessGatewayTaskCommandOutput,
200
+ GetWirelessGatewayTaskDefinitionCommand,
201
+ type GetWirelessGatewayTaskDefinitionCommandInput,
202
+ type GetWirelessGatewayTaskDefinitionCommandOutput,
203
+ type IoTWirelessClient,
204
+ type IoTWirelessClientConfig,
205
+ ListDestinationsCommand,
206
+ type ListDestinationsCommandInput,
207
+ type ListDestinationsCommandOutput,
208
+ ListDeviceProfilesCommand,
209
+ type ListDeviceProfilesCommandInput,
210
+ type ListDeviceProfilesCommandOutput,
211
+ ListDevicesForWirelessDeviceImportTaskCommand,
212
+ type ListDevicesForWirelessDeviceImportTaskCommandInput,
213
+ type ListDevicesForWirelessDeviceImportTaskCommandOutput,
214
+ ListEventConfigurationsCommand,
215
+ type ListEventConfigurationsCommandInput,
216
+ type ListEventConfigurationsCommandOutput,
217
+ ListFuotaTasksCommand,
218
+ type ListFuotaTasksCommandInput,
219
+ type ListFuotaTasksCommandOutput,
220
+ ListMulticastGroupsByFuotaTaskCommand,
221
+ type ListMulticastGroupsByFuotaTaskCommandInput,
222
+ type ListMulticastGroupsByFuotaTaskCommandOutput,
223
+ ListMulticastGroupsCommand,
224
+ type ListMulticastGroupsCommandInput,
225
+ type ListMulticastGroupsCommandOutput,
226
+ ListNetworkAnalyzerConfigurationsCommand,
227
+ type ListNetworkAnalyzerConfigurationsCommandInput,
228
+ type ListNetworkAnalyzerConfigurationsCommandOutput,
229
+ ListPartnerAccountsCommand,
230
+ type ListPartnerAccountsCommandInput,
231
+ type ListPartnerAccountsCommandOutput,
232
+ ListPositionConfigurationsCommand,
233
+ type ListPositionConfigurationsCommandInput,
234
+ type ListPositionConfigurationsCommandOutput,
235
+ ListQueuedMessagesCommand,
236
+ type ListQueuedMessagesCommandInput,
237
+ type ListQueuedMessagesCommandOutput,
238
+ ListServiceProfilesCommand,
239
+ type ListServiceProfilesCommandInput,
240
+ type ListServiceProfilesCommandOutput,
241
+ ListTagsForResourceCommand,
242
+ type ListTagsForResourceCommandInput,
243
+ type ListTagsForResourceCommandOutput,
244
+ ListWirelessDeviceImportTasksCommand,
245
+ type ListWirelessDeviceImportTasksCommandInput,
246
+ type ListWirelessDeviceImportTasksCommandOutput,
247
+ ListWirelessDevicesCommand,
248
+ type ListWirelessDevicesCommandInput,
249
+ type ListWirelessDevicesCommandOutput,
250
+ ListWirelessGatewaysCommand,
251
+ type ListWirelessGatewaysCommandInput,
252
+ type ListWirelessGatewaysCommandOutput,
253
+ ListWirelessGatewayTaskDefinitionsCommand,
254
+ type ListWirelessGatewayTaskDefinitionsCommandInput,
255
+ type ListWirelessGatewayTaskDefinitionsCommandOutput,
256
+ PutPositionConfigurationCommand,
257
+ type PutPositionConfigurationCommandInput,
258
+ type PutPositionConfigurationCommandOutput,
259
+ PutResourceLogLevelCommand,
260
+ type PutResourceLogLevelCommandInput,
261
+ type PutResourceLogLevelCommandOutput,
262
+ ResetAllResourceLogLevelsCommand,
263
+ type ResetAllResourceLogLevelsCommandInput,
264
+ type ResetAllResourceLogLevelsCommandOutput,
265
+ ResetResourceLogLevelCommand,
266
+ type ResetResourceLogLevelCommandInput,
267
+ type ResetResourceLogLevelCommandOutput,
268
+ SendDataToMulticastGroupCommand,
269
+ type SendDataToMulticastGroupCommandInput,
270
+ type SendDataToMulticastGroupCommandOutput,
271
+ SendDataToWirelessDeviceCommand,
272
+ type SendDataToWirelessDeviceCommandInput,
273
+ type SendDataToWirelessDeviceCommandOutput,
274
+ StartBulkAssociateWirelessDeviceWithMulticastGroupCommand,
275
+ type StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput,
276
+ type StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput,
277
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand,
278
+ type StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput,
279
+ type StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput,
280
+ StartFuotaTaskCommand,
281
+ type StartFuotaTaskCommandInput,
282
+ type StartFuotaTaskCommandOutput,
283
+ StartMulticastGroupSessionCommand,
284
+ type StartMulticastGroupSessionCommandInput,
285
+ type StartMulticastGroupSessionCommandOutput,
286
+ StartSingleWirelessDeviceImportTaskCommand,
287
+ type StartSingleWirelessDeviceImportTaskCommandInput,
288
+ type StartSingleWirelessDeviceImportTaskCommandOutput,
289
+ StartWirelessDeviceImportTaskCommand,
290
+ type StartWirelessDeviceImportTaskCommandInput,
291
+ type StartWirelessDeviceImportTaskCommandOutput,
292
+ TagResourceCommand,
293
+ type TagResourceCommandInput,
294
+ type TagResourceCommandOutput,
295
+ TestWirelessDeviceCommand,
296
+ type TestWirelessDeviceCommandInput,
297
+ type TestWirelessDeviceCommandOutput,
298
+ UntagResourceCommand,
299
+ type UntagResourceCommandInput,
300
+ type UntagResourceCommandOutput,
301
+ UpdateDestinationCommand,
302
+ type UpdateDestinationCommandInput,
303
+ type UpdateDestinationCommandOutput,
304
+ UpdateEventConfigurationByResourceTypesCommand,
305
+ type UpdateEventConfigurationByResourceTypesCommandInput,
306
+ type UpdateEventConfigurationByResourceTypesCommandOutput,
307
+ UpdateFuotaTaskCommand,
308
+ type UpdateFuotaTaskCommandInput,
309
+ type UpdateFuotaTaskCommandOutput,
310
+ UpdateLogLevelsByResourceTypesCommand,
311
+ type UpdateLogLevelsByResourceTypesCommandInput,
312
+ type UpdateLogLevelsByResourceTypesCommandOutput,
313
+ UpdateMetricConfigurationCommand,
314
+ type UpdateMetricConfigurationCommandInput,
315
+ type UpdateMetricConfigurationCommandOutput,
316
+ UpdateMulticastGroupCommand,
317
+ type UpdateMulticastGroupCommandInput,
318
+ type UpdateMulticastGroupCommandOutput,
319
+ UpdateNetworkAnalyzerConfigurationCommand,
320
+ type UpdateNetworkAnalyzerConfigurationCommandInput,
321
+ type UpdateNetworkAnalyzerConfigurationCommandOutput,
322
+ UpdatePartnerAccountCommand,
323
+ type UpdatePartnerAccountCommandInput,
324
+ type UpdatePartnerAccountCommandOutput,
325
+ UpdatePositionCommand,
326
+ type UpdatePositionCommandInput,
327
+ type UpdatePositionCommandOutput,
328
+ UpdateResourceEventConfigurationCommand,
329
+ type UpdateResourceEventConfigurationCommandInput,
330
+ type UpdateResourceEventConfigurationCommandOutput,
331
+ UpdateResourcePositionCommand,
332
+ type UpdateResourcePositionCommandInput,
333
+ type UpdateResourcePositionCommandOutput,
334
+ UpdateWirelessDeviceCommand,
335
+ type UpdateWirelessDeviceCommandInput,
336
+ type UpdateWirelessDeviceCommandOutput,
337
+ UpdateWirelessDeviceImportTaskCommand,
338
+ type UpdateWirelessDeviceImportTaskCommandInput,
339
+ type UpdateWirelessDeviceImportTaskCommandOutput,
340
+ UpdateWirelessGatewayCommand,
341
+ type UpdateWirelessGatewayCommandInput,
342
+ type UpdateWirelessGatewayCommandOutput,
343
+ } from "@aws-sdk/client-iot-wireless";
344
+ import type { HttpHandlerOptions, SdkError, ServiceLogger } from "@effect-aws/commons";
345
+ import { Service } from "@effect-aws/commons";
346
+ import { Effect, Layer } from "effect";
347
+ import type {
348
+ AccessDeniedError,
349
+ ConflictError,
350
+ InternalServerError,
351
+ ResourceNotFoundError,
352
+ ThrottlingError,
353
+ TooManyTagsError,
354
+ ValidationError,
355
+ } from "./Errors.js";
356
+ import { AllServiceErrors } from "./Errors.js";
357
+ import * as Instance from "./IoTWirelessClientInstance.js";
358
+ import * as IoTWirelessServiceConfig from "./IoTWirelessServiceConfig.js";
359
+
360
+ const commands = {
361
+ AssociateAwsAccountWithPartnerAccountCommand,
362
+ AssociateMulticastGroupWithFuotaTaskCommand,
363
+ AssociateWirelessDeviceWithFuotaTaskCommand,
364
+ AssociateWirelessDeviceWithMulticastGroupCommand,
365
+ AssociateWirelessDeviceWithThingCommand,
366
+ AssociateWirelessGatewayWithCertificateCommand,
367
+ AssociateWirelessGatewayWithThingCommand,
368
+ CancelMulticastGroupSessionCommand,
369
+ CreateDestinationCommand,
370
+ CreateDeviceProfileCommand,
371
+ CreateFuotaTaskCommand,
372
+ CreateMulticastGroupCommand,
373
+ CreateNetworkAnalyzerConfigurationCommand,
374
+ CreateServiceProfileCommand,
375
+ CreateWirelessDeviceCommand,
376
+ CreateWirelessGatewayCommand,
377
+ CreateWirelessGatewayTaskCommand,
378
+ CreateWirelessGatewayTaskDefinitionCommand,
379
+ DeleteDestinationCommand,
380
+ DeleteDeviceProfileCommand,
381
+ DeleteFuotaTaskCommand,
382
+ DeleteMulticastGroupCommand,
383
+ DeleteNetworkAnalyzerConfigurationCommand,
384
+ DeleteQueuedMessagesCommand,
385
+ DeleteServiceProfileCommand,
386
+ DeleteWirelessDeviceCommand,
387
+ DeleteWirelessDeviceImportTaskCommand,
388
+ DeleteWirelessGatewayCommand,
389
+ DeleteWirelessGatewayTaskCommand,
390
+ DeleteWirelessGatewayTaskDefinitionCommand,
391
+ DeregisterWirelessDeviceCommand,
392
+ DisassociateAwsAccountFromPartnerAccountCommand,
393
+ DisassociateMulticastGroupFromFuotaTaskCommand,
394
+ DisassociateWirelessDeviceFromFuotaTaskCommand,
395
+ DisassociateWirelessDeviceFromMulticastGroupCommand,
396
+ DisassociateWirelessDeviceFromThingCommand,
397
+ DisassociateWirelessGatewayFromCertificateCommand,
398
+ DisassociateWirelessGatewayFromThingCommand,
399
+ GetDestinationCommand,
400
+ GetDeviceProfileCommand,
401
+ GetEventConfigurationByResourceTypesCommand,
402
+ GetFuotaTaskCommand,
403
+ GetLogLevelsByResourceTypesCommand,
404
+ GetMetricConfigurationCommand,
405
+ GetMetricsCommand,
406
+ GetMulticastGroupCommand,
407
+ GetMulticastGroupSessionCommand,
408
+ GetNetworkAnalyzerConfigurationCommand,
409
+ GetPartnerAccountCommand,
410
+ GetPositionCommand,
411
+ GetPositionConfigurationCommand,
412
+ GetPositionEstimateCommand,
413
+ GetResourceEventConfigurationCommand,
414
+ GetResourceLogLevelCommand,
415
+ GetResourcePositionCommand,
416
+ GetServiceEndpointCommand,
417
+ GetServiceProfileCommand,
418
+ GetWirelessDeviceCommand,
419
+ GetWirelessDeviceImportTaskCommand,
420
+ GetWirelessDeviceStatisticsCommand,
421
+ GetWirelessGatewayCommand,
422
+ GetWirelessGatewayCertificateCommand,
423
+ GetWirelessGatewayFirmwareInformationCommand,
424
+ GetWirelessGatewayStatisticsCommand,
425
+ GetWirelessGatewayTaskCommand,
426
+ GetWirelessGatewayTaskDefinitionCommand,
427
+ ListDestinationsCommand,
428
+ ListDeviceProfilesCommand,
429
+ ListDevicesForWirelessDeviceImportTaskCommand,
430
+ ListEventConfigurationsCommand,
431
+ ListFuotaTasksCommand,
432
+ ListMulticastGroupsCommand,
433
+ ListMulticastGroupsByFuotaTaskCommand,
434
+ ListNetworkAnalyzerConfigurationsCommand,
435
+ ListPartnerAccountsCommand,
436
+ ListPositionConfigurationsCommand,
437
+ ListQueuedMessagesCommand,
438
+ ListServiceProfilesCommand,
439
+ ListTagsForResourceCommand,
440
+ ListWirelessDeviceImportTasksCommand,
441
+ ListWirelessDevicesCommand,
442
+ ListWirelessGatewayTaskDefinitionsCommand,
443
+ ListWirelessGatewaysCommand,
444
+ PutPositionConfigurationCommand,
445
+ PutResourceLogLevelCommand,
446
+ ResetAllResourceLogLevelsCommand,
447
+ ResetResourceLogLevelCommand,
448
+ SendDataToMulticastGroupCommand,
449
+ SendDataToWirelessDeviceCommand,
450
+ StartBulkAssociateWirelessDeviceWithMulticastGroupCommand,
451
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand,
452
+ StartFuotaTaskCommand,
453
+ StartMulticastGroupSessionCommand,
454
+ StartSingleWirelessDeviceImportTaskCommand,
455
+ StartWirelessDeviceImportTaskCommand,
456
+ TagResourceCommand,
457
+ TestWirelessDeviceCommand,
458
+ UntagResourceCommand,
459
+ UpdateDestinationCommand,
460
+ UpdateEventConfigurationByResourceTypesCommand,
461
+ UpdateFuotaTaskCommand,
462
+ UpdateLogLevelsByResourceTypesCommand,
463
+ UpdateMetricConfigurationCommand,
464
+ UpdateMulticastGroupCommand,
465
+ UpdateNetworkAnalyzerConfigurationCommand,
466
+ UpdatePartnerAccountCommand,
467
+ UpdatePositionCommand,
468
+ UpdateResourceEventConfigurationCommand,
469
+ UpdateResourcePositionCommand,
470
+ UpdateWirelessDeviceCommand,
471
+ UpdateWirelessDeviceImportTaskCommand,
472
+ UpdateWirelessGatewayCommand,
473
+ };
474
+
475
+ interface IoTWirelessService$ {
476
+ readonly _: unique symbol;
477
+
478
+ /**
479
+ * @see {@link AssociateAwsAccountWithPartnerAccountCommand}
480
+ */
481
+ associateAwsAccountWithPartnerAccount(
482
+ args: AssociateAwsAccountWithPartnerAccountCommandInput,
483
+ options?: HttpHandlerOptions,
484
+ ): Effect.Effect<
485
+ AssociateAwsAccountWithPartnerAccountCommandOutput,
486
+ | SdkError
487
+ | AccessDeniedError
488
+ | ConflictError
489
+ | InternalServerError
490
+ | ResourceNotFoundError
491
+ | ThrottlingError
492
+ | ValidationError
493
+ >;
494
+
495
+ /**
496
+ * @see {@link AssociateMulticastGroupWithFuotaTaskCommand}
497
+ */
498
+ associateMulticastGroupWithFuotaTask(
499
+ args: AssociateMulticastGroupWithFuotaTaskCommandInput,
500
+ options?: HttpHandlerOptions,
501
+ ): Effect.Effect<
502
+ AssociateMulticastGroupWithFuotaTaskCommandOutput,
503
+ | SdkError
504
+ | AccessDeniedError
505
+ | ConflictError
506
+ | InternalServerError
507
+ | ResourceNotFoundError
508
+ | ThrottlingError
509
+ | ValidationError
510
+ >;
511
+
512
+ /**
513
+ * @see {@link AssociateWirelessDeviceWithFuotaTaskCommand}
514
+ */
515
+ associateWirelessDeviceWithFuotaTask(
516
+ args: AssociateWirelessDeviceWithFuotaTaskCommandInput,
517
+ options?: HttpHandlerOptions,
518
+ ): Effect.Effect<
519
+ AssociateWirelessDeviceWithFuotaTaskCommandOutput,
520
+ | SdkError
521
+ | AccessDeniedError
522
+ | ConflictError
523
+ | InternalServerError
524
+ | ResourceNotFoundError
525
+ | ThrottlingError
526
+ | ValidationError
527
+ >;
528
+
529
+ /**
530
+ * @see {@link AssociateWirelessDeviceWithMulticastGroupCommand}
531
+ */
532
+ associateWirelessDeviceWithMulticastGroup(
533
+ args: AssociateWirelessDeviceWithMulticastGroupCommandInput,
534
+ options?: HttpHandlerOptions,
535
+ ): Effect.Effect<
536
+ AssociateWirelessDeviceWithMulticastGroupCommandOutput,
537
+ | SdkError
538
+ | AccessDeniedError
539
+ | ConflictError
540
+ | InternalServerError
541
+ | ResourceNotFoundError
542
+ | ThrottlingError
543
+ | ValidationError
544
+ >;
545
+
546
+ /**
547
+ * @see {@link AssociateWirelessDeviceWithThingCommand}
548
+ */
549
+ associateWirelessDeviceWithThing(
550
+ args: AssociateWirelessDeviceWithThingCommandInput,
551
+ options?: HttpHandlerOptions,
552
+ ): Effect.Effect<
553
+ AssociateWirelessDeviceWithThingCommandOutput,
554
+ | SdkError
555
+ | AccessDeniedError
556
+ | ConflictError
557
+ | InternalServerError
558
+ | ResourceNotFoundError
559
+ | ThrottlingError
560
+ | ValidationError
561
+ >;
562
+
563
+ /**
564
+ * @see {@link AssociateWirelessGatewayWithCertificateCommand}
565
+ */
566
+ associateWirelessGatewayWithCertificate(
567
+ args: AssociateWirelessGatewayWithCertificateCommandInput,
568
+ options?: HttpHandlerOptions,
569
+ ): Effect.Effect<
570
+ AssociateWirelessGatewayWithCertificateCommandOutput,
571
+ | SdkError
572
+ | AccessDeniedError
573
+ | ConflictError
574
+ | InternalServerError
575
+ | ResourceNotFoundError
576
+ | ThrottlingError
577
+ | ValidationError
578
+ >;
579
+
580
+ /**
581
+ * @see {@link AssociateWirelessGatewayWithThingCommand}
582
+ */
583
+ associateWirelessGatewayWithThing(
584
+ args: AssociateWirelessGatewayWithThingCommandInput,
585
+ options?: HttpHandlerOptions,
586
+ ): Effect.Effect<
587
+ AssociateWirelessGatewayWithThingCommandOutput,
588
+ | SdkError
589
+ | AccessDeniedError
590
+ | ConflictError
591
+ | InternalServerError
592
+ | ResourceNotFoundError
593
+ | ThrottlingError
594
+ | ValidationError
595
+ >;
596
+
597
+ /**
598
+ * @see {@link CancelMulticastGroupSessionCommand}
599
+ */
600
+ cancelMulticastGroupSession(
601
+ args: CancelMulticastGroupSessionCommandInput,
602
+ options?: HttpHandlerOptions,
603
+ ): Effect.Effect<
604
+ CancelMulticastGroupSessionCommandOutput,
605
+ | SdkError
606
+ | AccessDeniedError
607
+ | ConflictError
608
+ | InternalServerError
609
+ | ResourceNotFoundError
610
+ | ThrottlingError
611
+ | ValidationError
612
+ >;
613
+
614
+ /**
615
+ * @see {@link CreateDestinationCommand}
616
+ */
617
+ createDestination(
618
+ args: CreateDestinationCommandInput,
619
+ options?: HttpHandlerOptions,
620
+ ): Effect.Effect<
621
+ CreateDestinationCommandOutput,
622
+ | SdkError
623
+ | AccessDeniedError
624
+ | ConflictError
625
+ | InternalServerError
626
+ | ResourceNotFoundError
627
+ | ThrottlingError
628
+ | ValidationError
629
+ >;
630
+
631
+ /**
632
+ * @see {@link CreateDeviceProfileCommand}
633
+ */
634
+ createDeviceProfile(
635
+ args: CreateDeviceProfileCommandInput,
636
+ options?: HttpHandlerOptions,
637
+ ): Effect.Effect<
638
+ CreateDeviceProfileCommandOutput,
639
+ SdkError | AccessDeniedError | ConflictError | InternalServerError | ThrottlingError | ValidationError
640
+ >;
641
+
642
+ /**
643
+ * @see {@link CreateFuotaTaskCommand}
644
+ */
645
+ createFuotaTask(
646
+ args: CreateFuotaTaskCommandInput,
647
+ options?: HttpHandlerOptions,
648
+ ): Effect.Effect<
649
+ CreateFuotaTaskCommandOutput,
650
+ | SdkError
651
+ | AccessDeniedError
652
+ | ConflictError
653
+ | InternalServerError
654
+ | ResourceNotFoundError
655
+ | ThrottlingError
656
+ | ValidationError
657
+ >;
658
+
659
+ /**
660
+ * @see {@link CreateMulticastGroupCommand}
661
+ */
662
+ createMulticastGroup(
663
+ args: CreateMulticastGroupCommandInput,
664
+ options?: HttpHandlerOptions,
665
+ ): Effect.Effect<
666
+ CreateMulticastGroupCommandOutput,
667
+ | SdkError
668
+ | AccessDeniedError
669
+ | ConflictError
670
+ | InternalServerError
671
+ | ResourceNotFoundError
672
+ | ThrottlingError
673
+ | ValidationError
674
+ >;
675
+
676
+ /**
677
+ * @see {@link CreateNetworkAnalyzerConfigurationCommand}
678
+ */
679
+ createNetworkAnalyzerConfiguration(
680
+ args: CreateNetworkAnalyzerConfigurationCommandInput,
681
+ options?: HttpHandlerOptions,
682
+ ): Effect.Effect<
683
+ CreateNetworkAnalyzerConfigurationCommandOutput,
684
+ | SdkError
685
+ | AccessDeniedError
686
+ | ConflictError
687
+ | InternalServerError
688
+ | ResourceNotFoundError
689
+ | ThrottlingError
690
+ | ValidationError
691
+ >;
692
+
693
+ /**
694
+ * @see {@link CreateServiceProfileCommand}
695
+ */
696
+ createServiceProfile(
697
+ args: CreateServiceProfileCommandInput,
698
+ options?: HttpHandlerOptions,
699
+ ): Effect.Effect<
700
+ CreateServiceProfileCommandOutput,
701
+ SdkError | AccessDeniedError | ConflictError | InternalServerError | ThrottlingError | ValidationError
702
+ >;
703
+
704
+ /**
705
+ * @see {@link CreateWirelessDeviceCommand}
706
+ */
707
+ createWirelessDevice(
708
+ args: CreateWirelessDeviceCommandInput,
709
+ options?: HttpHandlerOptions,
710
+ ): Effect.Effect<
711
+ CreateWirelessDeviceCommandOutput,
712
+ | SdkError
713
+ | AccessDeniedError
714
+ | ConflictError
715
+ | InternalServerError
716
+ | ResourceNotFoundError
717
+ | ThrottlingError
718
+ | ValidationError
719
+ >;
720
+
721
+ /**
722
+ * @see {@link CreateWirelessGatewayCommand}
723
+ */
724
+ createWirelessGateway(
725
+ args: CreateWirelessGatewayCommandInput,
726
+ options?: HttpHandlerOptions,
727
+ ): Effect.Effect<
728
+ CreateWirelessGatewayCommandOutput,
729
+ SdkError | AccessDeniedError | ConflictError | InternalServerError | ThrottlingError | ValidationError
730
+ >;
731
+
732
+ /**
733
+ * @see {@link CreateWirelessGatewayTaskCommand}
734
+ */
735
+ createWirelessGatewayTask(
736
+ args: CreateWirelessGatewayTaskCommandInput,
737
+ options?: HttpHandlerOptions,
738
+ ): Effect.Effect<
739
+ CreateWirelessGatewayTaskCommandOutput,
740
+ | SdkError
741
+ | AccessDeniedError
742
+ | ConflictError
743
+ | InternalServerError
744
+ | ResourceNotFoundError
745
+ | ThrottlingError
746
+ | ValidationError
747
+ >;
748
+
749
+ /**
750
+ * @see {@link CreateWirelessGatewayTaskDefinitionCommand}
751
+ */
752
+ createWirelessGatewayTaskDefinition(
753
+ args: CreateWirelessGatewayTaskDefinitionCommandInput,
754
+ options?: HttpHandlerOptions,
755
+ ): Effect.Effect<
756
+ CreateWirelessGatewayTaskDefinitionCommandOutput,
757
+ | SdkError
758
+ | AccessDeniedError
759
+ | ConflictError
760
+ | InternalServerError
761
+ | ResourceNotFoundError
762
+ | ThrottlingError
763
+ | ValidationError
764
+ >;
765
+
766
+ /**
767
+ * @see {@link DeleteDestinationCommand}
768
+ */
769
+ deleteDestination(
770
+ args: DeleteDestinationCommandInput,
771
+ options?: HttpHandlerOptions,
772
+ ): Effect.Effect<
773
+ DeleteDestinationCommandOutput,
774
+ | SdkError
775
+ | AccessDeniedError
776
+ | ConflictError
777
+ | InternalServerError
778
+ | ResourceNotFoundError
779
+ | ThrottlingError
780
+ | ValidationError
781
+ >;
782
+
783
+ /**
784
+ * @see {@link DeleteDeviceProfileCommand}
785
+ */
786
+ deleteDeviceProfile(
787
+ args: DeleteDeviceProfileCommandInput,
788
+ options?: HttpHandlerOptions,
789
+ ): Effect.Effect<
790
+ DeleteDeviceProfileCommandOutput,
791
+ | SdkError
792
+ | AccessDeniedError
793
+ | ConflictError
794
+ | InternalServerError
795
+ | ResourceNotFoundError
796
+ | ThrottlingError
797
+ | ValidationError
798
+ >;
799
+
800
+ /**
801
+ * @see {@link DeleteFuotaTaskCommand}
802
+ */
803
+ deleteFuotaTask(
804
+ args: DeleteFuotaTaskCommandInput,
805
+ options?: HttpHandlerOptions,
806
+ ): Effect.Effect<
807
+ DeleteFuotaTaskCommandOutput,
808
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
809
+ >;
810
+
811
+ /**
812
+ * @see {@link DeleteMulticastGroupCommand}
813
+ */
814
+ deleteMulticastGroup(
815
+ args: DeleteMulticastGroupCommandInput,
816
+ options?: HttpHandlerOptions,
817
+ ): Effect.Effect<
818
+ DeleteMulticastGroupCommandOutput,
819
+ | SdkError
820
+ | AccessDeniedError
821
+ | ConflictError
822
+ | InternalServerError
823
+ | ResourceNotFoundError
824
+ | ThrottlingError
825
+ | ValidationError
826
+ >;
827
+
828
+ /**
829
+ * @see {@link DeleteNetworkAnalyzerConfigurationCommand}
830
+ */
831
+ deleteNetworkAnalyzerConfiguration(
832
+ args: DeleteNetworkAnalyzerConfigurationCommandInput,
833
+ options?: HttpHandlerOptions,
834
+ ): Effect.Effect<
835
+ DeleteNetworkAnalyzerConfigurationCommandOutput,
836
+ | SdkError
837
+ | AccessDeniedError
838
+ | ConflictError
839
+ | InternalServerError
840
+ | ResourceNotFoundError
841
+ | ThrottlingError
842
+ | ValidationError
843
+ >;
844
+
845
+ /**
846
+ * @see {@link DeleteQueuedMessagesCommand}
847
+ */
848
+ deleteQueuedMessages(
849
+ args: DeleteQueuedMessagesCommandInput,
850
+ options?: HttpHandlerOptions,
851
+ ): Effect.Effect<
852
+ DeleteQueuedMessagesCommandOutput,
853
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
854
+ >;
855
+
856
+ /**
857
+ * @see {@link DeleteServiceProfileCommand}
858
+ */
859
+ deleteServiceProfile(
860
+ args: DeleteServiceProfileCommandInput,
861
+ options?: HttpHandlerOptions,
862
+ ): Effect.Effect<
863
+ DeleteServiceProfileCommandOutput,
864
+ | SdkError
865
+ | AccessDeniedError
866
+ | ConflictError
867
+ | InternalServerError
868
+ | ResourceNotFoundError
869
+ | ThrottlingError
870
+ | ValidationError
871
+ >;
872
+
873
+ /**
874
+ * @see {@link DeleteWirelessDeviceCommand}
875
+ */
876
+ deleteWirelessDevice(
877
+ args: DeleteWirelessDeviceCommandInput,
878
+ options?: HttpHandlerOptions,
879
+ ): Effect.Effect<
880
+ DeleteWirelessDeviceCommandOutput,
881
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
882
+ >;
883
+
884
+ /**
885
+ * @see {@link DeleteWirelessDeviceImportTaskCommand}
886
+ */
887
+ deleteWirelessDeviceImportTask(
888
+ args: DeleteWirelessDeviceImportTaskCommandInput,
889
+ options?: HttpHandlerOptions,
890
+ ): Effect.Effect<
891
+ DeleteWirelessDeviceImportTaskCommandOutput,
892
+ | SdkError
893
+ | AccessDeniedError
894
+ | ConflictError
895
+ | InternalServerError
896
+ | ResourceNotFoundError
897
+ | ThrottlingError
898
+ | ValidationError
899
+ >;
900
+
901
+ /**
902
+ * @see {@link DeleteWirelessGatewayCommand}
903
+ */
904
+ deleteWirelessGateway(
905
+ args: DeleteWirelessGatewayCommandInput,
906
+ options?: HttpHandlerOptions,
907
+ ): Effect.Effect<
908
+ DeleteWirelessGatewayCommandOutput,
909
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
910
+ >;
911
+
912
+ /**
913
+ * @see {@link DeleteWirelessGatewayTaskCommand}
914
+ */
915
+ deleteWirelessGatewayTask(
916
+ args: DeleteWirelessGatewayTaskCommandInput,
917
+ options?: HttpHandlerOptions,
918
+ ): Effect.Effect<
919
+ DeleteWirelessGatewayTaskCommandOutput,
920
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
921
+ >;
922
+
923
+ /**
924
+ * @see {@link DeleteWirelessGatewayTaskDefinitionCommand}
925
+ */
926
+ deleteWirelessGatewayTaskDefinition(
927
+ args: DeleteWirelessGatewayTaskDefinitionCommandInput,
928
+ options?: HttpHandlerOptions,
929
+ ): Effect.Effect<
930
+ DeleteWirelessGatewayTaskDefinitionCommandOutput,
931
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
932
+ >;
933
+
934
+ /**
935
+ * @see {@link DeregisterWirelessDeviceCommand}
936
+ */
937
+ deregisterWirelessDevice(
938
+ args: DeregisterWirelessDeviceCommandInput,
939
+ options?: HttpHandlerOptions,
940
+ ): Effect.Effect<
941
+ DeregisterWirelessDeviceCommandOutput,
942
+ SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
943
+ >;
944
+
945
+ /**
946
+ * @see {@link DisassociateAwsAccountFromPartnerAccountCommand}
947
+ */
948
+ disassociateAwsAccountFromPartnerAccount(
949
+ args: DisassociateAwsAccountFromPartnerAccountCommandInput,
950
+ options?: HttpHandlerOptions,
951
+ ): Effect.Effect<
952
+ DisassociateAwsAccountFromPartnerAccountCommandOutput,
953
+ SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
954
+ >;
955
+
956
+ /**
957
+ * @see {@link DisassociateMulticastGroupFromFuotaTaskCommand}
958
+ */
959
+ disassociateMulticastGroupFromFuotaTask(
960
+ args: DisassociateMulticastGroupFromFuotaTaskCommandInput,
961
+ options?: HttpHandlerOptions,
962
+ ): Effect.Effect<
963
+ DisassociateMulticastGroupFromFuotaTaskCommandOutput,
964
+ SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ValidationError
965
+ >;
966
+
967
+ /**
968
+ * @see {@link DisassociateWirelessDeviceFromFuotaTaskCommand}
969
+ */
970
+ disassociateWirelessDeviceFromFuotaTask(
971
+ args: DisassociateWirelessDeviceFromFuotaTaskCommandInput,
972
+ options?: HttpHandlerOptions,
973
+ ): Effect.Effect<
974
+ DisassociateWirelessDeviceFromFuotaTaskCommandOutput,
975
+ | SdkError
976
+ | AccessDeniedError
977
+ | ConflictError
978
+ | InternalServerError
979
+ | ResourceNotFoundError
980
+ | ThrottlingError
981
+ | ValidationError
982
+ >;
983
+
984
+ /**
985
+ * @see {@link DisassociateWirelessDeviceFromMulticastGroupCommand}
986
+ */
987
+ disassociateWirelessDeviceFromMulticastGroup(
988
+ args: DisassociateWirelessDeviceFromMulticastGroupCommandInput,
989
+ options?: HttpHandlerOptions,
990
+ ): Effect.Effect<
991
+ DisassociateWirelessDeviceFromMulticastGroupCommandOutput,
992
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
993
+ >;
994
+
995
+ /**
996
+ * @see {@link DisassociateWirelessDeviceFromThingCommand}
997
+ */
998
+ disassociateWirelessDeviceFromThing(
999
+ args: DisassociateWirelessDeviceFromThingCommandInput,
1000
+ options?: HttpHandlerOptions,
1001
+ ): Effect.Effect<
1002
+ DisassociateWirelessDeviceFromThingCommandOutput,
1003
+ | SdkError
1004
+ | AccessDeniedError
1005
+ | ConflictError
1006
+ | InternalServerError
1007
+ | ResourceNotFoundError
1008
+ | ThrottlingError
1009
+ | ValidationError
1010
+ >;
1011
+
1012
+ /**
1013
+ * @see {@link DisassociateWirelessGatewayFromCertificateCommand}
1014
+ */
1015
+ disassociateWirelessGatewayFromCertificate(
1016
+ args: DisassociateWirelessGatewayFromCertificateCommandInput,
1017
+ options?: HttpHandlerOptions,
1018
+ ): Effect.Effect<
1019
+ DisassociateWirelessGatewayFromCertificateCommandOutput,
1020
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1021
+ >;
1022
+
1023
+ /**
1024
+ * @see {@link DisassociateWirelessGatewayFromThingCommand}
1025
+ */
1026
+ disassociateWirelessGatewayFromThing(
1027
+ args: DisassociateWirelessGatewayFromThingCommandInput,
1028
+ options?: HttpHandlerOptions,
1029
+ ): Effect.Effect<
1030
+ DisassociateWirelessGatewayFromThingCommandOutput,
1031
+ | SdkError
1032
+ | AccessDeniedError
1033
+ | ConflictError
1034
+ | InternalServerError
1035
+ | ResourceNotFoundError
1036
+ | ThrottlingError
1037
+ | ValidationError
1038
+ >;
1039
+
1040
+ /**
1041
+ * @see {@link GetDestinationCommand}
1042
+ */
1043
+ getDestination(
1044
+ args: GetDestinationCommandInput,
1045
+ options?: HttpHandlerOptions,
1046
+ ): Effect.Effect<
1047
+ GetDestinationCommandOutput,
1048
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1049
+ >;
1050
+
1051
+ /**
1052
+ * @see {@link GetDeviceProfileCommand}
1053
+ */
1054
+ getDeviceProfile(
1055
+ args: GetDeviceProfileCommandInput,
1056
+ options?: HttpHandlerOptions,
1057
+ ): Effect.Effect<
1058
+ GetDeviceProfileCommandOutput,
1059
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1060
+ >;
1061
+
1062
+ /**
1063
+ * @see {@link GetEventConfigurationByResourceTypesCommand}
1064
+ */
1065
+ getEventConfigurationByResourceTypes(
1066
+ args: GetEventConfigurationByResourceTypesCommandInput,
1067
+ options?: HttpHandlerOptions,
1068
+ ): Effect.Effect<
1069
+ GetEventConfigurationByResourceTypesCommandOutput,
1070
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError
1071
+ >;
1072
+
1073
+ /**
1074
+ * @see {@link GetFuotaTaskCommand}
1075
+ */
1076
+ getFuotaTask(
1077
+ args: GetFuotaTaskCommandInput,
1078
+ options?: HttpHandlerOptions,
1079
+ ): Effect.Effect<
1080
+ GetFuotaTaskCommandOutput,
1081
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1082
+ >;
1083
+
1084
+ /**
1085
+ * @see {@link GetLogLevelsByResourceTypesCommand}
1086
+ */
1087
+ getLogLevelsByResourceTypes(
1088
+ args: GetLogLevelsByResourceTypesCommandInput,
1089
+ options?: HttpHandlerOptions,
1090
+ ): Effect.Effect<
1091
+ GetLogLevelsByResourceTypesCommandOutput,
1092
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1093
+ >;
1094
+
1095
+ /**
1096
+ * @see {@link GetMetricConfigurationCommand}
1097
+ */
1098
+ getMetricConfiguration(
1099
+ args: GetMetricConfigurationCommandInput,
1100
+ options?: HttpHandlerOptions,
1101
+ ): Effect.Effect<
1102
+ GetMetricConfigurationCommandOutput,
1103
+ | SdkError
1104
+ | AccessDeniedError
1105
+ | ConflictError
1106
+ | InternalServerError
1107
+ | ResourceNotFoundError
1108
+ | ThrottlingError
1109
+ | ValidationError
1110
+ >;
1111
+
1112
+ /**
1113
+ * @see {@link GetMetricsCommand}
1114
+ */
1115
+ getMetrics(
1116
+ args: GetMetricsCommandInput,
1117
+ options?: HttpHandlerOptions,
1118
+ ): Effect.Effect<
1119
+ GetMetricsCommandOutput,
1120
+ | SdkError
1121
+ | AccessDeniedError
1122
+ | ConflictError
1123
+ | InternalServerError
1124
+ | ResourceNotFoundError
1125
+ | ThrottlingError
1126
+ | ValidationError
1127
+ >;
1128
+
1129
+ /**
1130
+ * @see {@link GetMulticastGroupCommand}
1131
+ */
1132
+ getMulticastGroup(
1133
+ args: GetMulticastGroupCommandInput,
1134
+ options?: HttpHandlerOptions,
1135
+ ): Effect.Effect<
1136
+ GetMulticastGroupCommandOutput,
1137
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1138
+ >;
1139
+
1140
+ /**
1141
+ * @see {@link GetMulticastGroupSessionCommand}
1142
+ */
1143
+ getMulticastGroupSession(
1144
+ args: GetMulticastGroupSessionCommandInput,
1145
+ options?: HttpHandlerOptions,
1146
+ ): Effect.Effect<
1147
+ GetMulticastGroupSessionCommandOutput,
1148
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1149
+ >;
1150
+
1151
+ /**
1152
+ * @see {@link GetNetworkAnalyzerConfigurationCommand}
1153
+ */
1154
+ getNetworkAnalyzerConfiguration(
1155
+ args: GetNetworkAnalyzerConfigurationCommandInput,
1156
+ options?: HttpHandlerOptions,
1157
+ ): Effect.Effect<
1158
+ GetNetworkAnalyzerConfigurationCommandOutput,
1159
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1160
+ >;
1161
+
1162
+ /**
1163
+ * @see {@link GetPartnerAccountCommand}
1164
+ */
1165
+ getPartnerAccount(
1166
+ args: GetPartnerAccountCommandInput,
1167
+ options?: HttpHandlerOptions,
1168
+ ): Effect.Effect<
1169
+ GetPartnerAccountCommandOutput,
1170
+ SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1171
+ >;
1172
+
1173
+ /**
1174
+ * @see {@link GetPositionCommand}
1175
+ */
1176
+ getPosition(
1177
+ args: GetPositionCommandInput,
1178
+ options?: HttpHandlerOptions,
1179
+ ): Effect.Effect<
1180
+ GetPositionCommandOutput,
1181
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1182
+ >;
1183
+
1184
+ /**
1185
+ * @see {@link GetPositionConfigurationCommand}
1186
+ */
1187
+ getPositionConfiguration(
1188
+ args: GetPositionConfigurationCommandInput,
1189
+ options?: HttpHandlerOptions,
1190
+ ): Effect.Effect<
1191
+ GetPositionConfigurationCommandOutput,
1192
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1193
+ >;
1194
+
1195
+ /**
1196
+ * @see {@link GetPositionEstimateCommand}
1197
+ */
1198
+ getPositionEstimate(
1199
+ args: GetPositionEstimateCommandInput,
1200
+ options?: HttpHandlerOptions,
1201
+ ): Effect.Effect<
1202
+ GetPositionEstimateCommandOutput,
1203
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1204
+ >;
1205
+
1206
+ /**
1207
+ * @see {@link GetResourceEventConfigurationCommand}
1208
+ */
1209
+ getResourceEventConfiguration(
1210
+ args: GetResourceEventConfigurationCommandInput,
1211
+ options?: HttpHandlerOptions,
1212
+ ): Effect.Effect<
1213
+ GetResourceEventConfigurationCommandOutput,
1214
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1215
+ >;
1216
+
1217
+ /**
1218
+ * @see {@link GetResourceLogLevelCommand}
1219
+ */
1220
+ getResourceLogLevel(
1221
+ args: GetResourceLogLevelCommandInput,
1222
+ options?: HttpHandlerOptions,
1223
+ ): Effect.Effect<
1224
+ GetResourceLogLevelCommandOutput,
1225
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1226
+ >;
1227
+
1228
+ /**
1229
+ * @see {@link GetResourcePositionCommand}
1230
+ */
1231
+ getResourcePosition(
1232
+ args: GetResourcePositionCommandInput,
1233
+ options?: HttpHandlerOptions,
1234
+ ): Effect.Effect<
1235
+ GetResourcePositionCommandOutput,
1236
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1237
+ >;
1238
+
1239
+ /**
1240
+ * @see {@link GetServiceEndpointCommand}
1241
+ */
1242
+ getServiceEndpoint(
1243
+ args: GetServiceEndpointCommandInput,
1244
+ options?: HttpHandlerOptions,
1245
+ ): Effect.Effect<
1246
+ GetServiceEndpointCommandOutput,
1247
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1248
+ >;
1249
+
1250
+ /**
1251
+ * @see {@link GetServiceProfileCommand}
1252
+ */
1253
+ getServiceProfile(
1254
+ args: GetServiceProfileCommandInput,
1255
+ options?: HttpHandlerOptions,
1256
+ ): Effect.Effect<
1257
+ GetServiceProfileCommandOutput,
1258
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1259
+ >;
1260
+
1261
+ /**
1262
+ * @see {@link GetWirelessDeviceCommand}
1263
+ */
1264
+ getWirelessDevice(
1265
+ args: GetWirelessDeviceCommandInput,
1266
+ options?: HttpHandlerOptions,
1267
+ ): Effect.Effect<
1268
+ GetWirelessDeviceCommandOutput,
1269
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1270
+ >;
1271
+
1272
+ /**
1273
+ * @see {@link GetWirelessDeviceImportTaskCommand}
1274
+ */
1275
+ getWirelessDeviceImportTask(
1276
+ args: GetWirelessDeviceImportTaskCommandInput,
1277
+ options?: HttpHandlerOptions,
1278
+ ): Effect.Effect<
1279
+ GetWirelessDeviceImportTaskCommandOutput,
1280
+ | SdkError
1281
+ | AccessDeniedError
1282
+ | ConflictError
1283
+ | InternalServerError
1284
+ | ResourceNotFoundError
1285
+ | ThrottlingError
1286
+ | ValidationError
1287
+ >;
1288
+
1289
+ /**
1290
+ * @see {@link GetWirelessDeviceStatisticsCommand}
1291
+ */
1292
+ getWirelessDeviceStatistics(
1293
+ args: GetWirelessDeviceStatisticsCommandInput,
1294
+ options?: HttpHandlerOptions,
1295
+ ): Effect.Effect<
1296
+ GetWirelessDeviceStatisticsCommandOutput,
1297
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1298
+ >;
1299
+
1300
+ /**
1301
+ * @see {@link GetWirelessGatewayCommand}
1302
+ */
1303
+ getWirelessGateway(
1304
+ args: GetWirelessGatewayCommandInput,
1305
+ options?: HttpHandlerOptions,
1306
+ ): Effect.Effect<
1307
+ GetWirelessGatewayCommandOutput,
1308
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1309
+ >;
1310
+
1311
+ /**
1312
+ * @see {@link GetWirelessGatewayCertificateCommand}
1313
+ */
1314
+ getWirelessGatewayCertificate(
1315
+ args: GetWirelessGatewayCertificateCommandInput,
1316
+ options?: HttpHandlerOptions,
1317
+ ): Effect.Effect<
1318
+ GetWirelessGatewayCertificateCommandOutput,
1319
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1320
+ >;
1321
+
1322
+ /**
1323
+ * @see {@link GetWirelessGatewayFirmwareInformationCommand}
1324
+ */
1325
+ getWirelessGatewayFirmwareInformation(
1326
+ args: GetWirelessGatewayFirmwareInformationCommandInput,
1327
+ options?: HttpHandlerOptions,
1328
+ ): Effect.Effect<
1329
+ GetWirelessGatewayFirmwareInformationCommandOutput,
1330
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1331
+ >;
1332
+
1333
+ /**
1334
+ * @see {@link GetWirelessGatewayStatisticsCommand}
1335
+ */
1336
+ getWirelessGatewayStatistics(
1337
+ args: GetWirelessGatewayStatisticsCommandInput,
1338
+ options?: HttpHandlerOptions,
1339
+ ): Effect.Effect<
1340
+ GetWirelessGatewayStatisticsCommandOutput,
1341
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1342
+ >;
1343
+
1344
+ /**
1345
+ * @see {@link GetWirelessGatewayTaskCommand}
1346
+ */
1347
+ getWirelessGatewayTask(
1348
+ args: GetWirelessGatewayTaskCommandInput,
1349
+ options?: HttpHandlerOptions,
1350
+ ): Effect.Effect<
1351
+ GetWirelessGatewayTaskCommandOutput,
1352
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1353
+ >;
1354
+
1355
+ /**
1356
+ * @see {@link GetWirelessGatewayTaskDefinitionCommand}
1357
+ */
1358
+ getWirelessGatewayTaskDefinition(
1359
+ args: GetWirelessGatewayTaskDefinitionCommandInput,
1360
+ options?: HttpHandlerOptions,
1361
+ ): Effect.Effect<
1362
+ GetWirelessGatewayTaskDefinitionCommandOutput,
1363
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1364
+ >;
1365
+
1366
+ /**
1367
+ * @see {@link ListDestinationsCommand}
1368
+ */
1369
+ listDestinations(
1370
+ args: ListDestinationsCommandInput,
1371
+ options?: HttpHandlerOptions,
1372
+ ): Effect.Effect<
1373
+ ListDestinationsCommandOutput,
1374
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1375
+ >;
1376
+
1377
+ /**
1378
+ * @see {@link ListDeviceProfilesCommand}
1379
+ */
1380
+ listDeviceProfiles(
1381
+ args: ListDeviceProfilesCommandInput,
1382
+ options?: HttpHandlerOptions,
1383
+ ): Effect.Effect<
1384
+ ListDeviceProfilesCommandOutput,
1385
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1386
+ >;
1387
+
1388
+ /**
1389
+ * @see {@link ListDevicesForWirelessDeviceImportTaskCommand}
1390
+ */
1391
+ listDevicesForWirelessDeviceImportTask(
1392
+ args: ListDevicesForWirelessDeviceImportTaskCommandInput,
1393
+ options?: HttpHandlerOptions,
1394
+ ): Effect.Effect<
1395
+ ListDevicesForWirelessDeviceImportTaskCommandOutput,
1396
+ | SdkError
1397
+ | AccessDeniedError
1398
+ | ConflictError
1399
+ | InternalServerError
1400
+ | ResourceNotFoundError
1401
+ | ThrottlingError
1402
+ | ValidationError
1403
+ >;
1404
+
1405
+ /**
1406
+ * @see {@link ListEventConfigurationsCommand}
1407
+ */
1408
+ listEventConfigurations(
1409
+ args: ListEventConfigurationsCommandInput,
1410
+ options?: HttpHandlerOptions,
1411
+ ): Effect.Effect<
1412
+ ListEventConfigurationsCommandOutput,
1413
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1414
+ >;
1415
+
1416
+ /**
1417
+ * @see {@link ListFuotaTasksCommand}
1418
+ */
1419
+ listFuotaTasks(
1420
+ args: ListFuotaTasksCommandInput,
1421
+ options?: HttpHandlerOptions,
1422
+ ): Effect.Effect<
1423
+ ListFuotaTasksCommandOutput,
1424
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1425
+ >;
1426
+
1427
+ /**
1428
+ * @see {@link ListMulticastGroupsCommand}
1429
+ */
1430
+ listMulticastGroups(
1431
+ args: ListMulticastGroupsCommandInput,
1432
+ options?: HttpHandlerOptions,
1433
+ ): Effect.Effect<
1434
+ ListMulticastGroupsCommandOutput,
1435
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1436
+ >;
1437
+
1438
+ /**
1439
+ * @see {@link ListMulticastGroupsByFuotaTaskCommand}
1440
+ */
1441
+ listMulticastGroupsByFuotaTask(
1442
+ args: ListMulticastGroupsByFuotaTaskCommandInput,
1443
+ options?: HttpHandlerOptions,
1444
+ ): Effect.Effect<
1445
+ ListMulticastGroupsByFuotaTaskCommandOutput,
1446
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1447
+ >;
1448
+
1449
+ /**
1450
+ * @see {@link ListNetworkAnalyzerConfigurationsCommand}
1451
+ */
1452
+ listNetworkAnalyzerConfigurations(
1453
+ args: ListNetworkAnalyzerConfigurationsCommandInput,
1454
+ options?: HttpHandlerOptions,
1455
+ ): Effect.Effect<
1456
+ ListNetworkAnalyzerConfigurationsCommandOutput,
1457
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1458
+ >;
1459
+
1460
+ /**
1461
+ * @see {@link ListPartnerAccountsCommand}
1462
+ */
1463
+ listPartnerAccounts(
1464
+ args: ListPartnerAccountsCommandInput,
1465
+ options?: HttpHandlerOptions,
1466
+ ): Effect.Effect<
1467
+ ListPartnerAccountsCommandOutput,
1468
+ SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1469
+ >;
1470
+
1471
+ /**
1472
+ * @see {@link ListPositionConfigurationsCommand}
1473
+ */
1474
+ listPositionConfigurations(
1475
+ args: ListPositionConfigurationsCommandInput,
1476
+ options?: HttpHandlerOptions,
1477
+ ): Effect.Effect<
1478
+ ListPositionConfigurationsCommandOutput,
1479
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1480
+ >;
1481
+
1482
+ /**
1483
+ * @see {@link ListQueuedMessagesCommand}
1484
+ */
1485
+ listQueuedMessages(
1486
+ args: ListQueuedMessagesCommandInput,
1487
+ options?: HttpHandlerOptions,
1488
+ ): Effect.Effect<
1489
+ ListQueuedMessagesCommandOutput,
1490
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1491
+ >;
1492
+
1493
+ /**
1494
+ * @see {@link ListServiceProfilesCommand}
1495
+ */
1496
+ listServiceProfiles(
1497
+ args: ListServiceProfilesCommandInput,
1498
+ options?: HttpHandlerOptions,
1499
+ ): Effect.Effect<
1500
+ ListServiceProfilesCommandOutput,
1501
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1502
+ >;
1503
+
1504
+ /**
1505
+ * @see {@link ListTagsForResourceCommand}
1506
+ */
1507
+ listTagsForResource(
1508
+ args: ListTagsForResourceCommandInput,
1509
+ options?: HttpHandlerOptions,
1510
+ ): Effect.Effect<
1511
+ ListTagsForResourceCommandOutput,
1512
+ SdkError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1513
+ >;
1514
+
1515
+ /**
1516
+ * @see {@link ListWirelessDeviceImportTasksCommand}
1517
+ */
1518
+ listWirelessDeviceImportTasks(
1519
+ args: ListWirelessDeviceImportTasksCommandInput,
1520
+ options?: HttpHandlerOptions,
1521
+ ): Effect.Effect<
1522
+ ListWirelessDeviceImportTasksCommandOutput,
1523
+ | SdkError
1524
+ | AccessDeniedError
1525
+ | ConflictError
1526
+ | InternalServerError
1527
+ | ResourceNotFoundError
1528
+ | ThrottlingError
1529
+ | ValidationError
1530
+ >;
1531
+
1532
+ /**
1533
+ * @see {@link ListWirelessDevicesCommand}
1534
+ */
1535
+ listWirelessDevices(
1536
+ args: ListWirelessDevicesCommandInput,
1537
+ options?: HttpHandlerOptions,
1538
+ ): Effect.Effect<
1539
+ ListWirelessDevicesCommandOutput,
1540
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1541
+ >;
1542
+
1543
+ /**
1544
+ * @see {@link ListWirelessGatewayTaskDefinitionsCommand}
1545
+ */
1546
+ listWirelessGatewayTaskDefinitions(
1547
+ args: ListWirelessGatewayTaskDefinitionsCommandInput,
1548
+ options?: HttpHandlerOptions,
1549
+ ): Effect.Effect<
1550
+ ListWirelessGatewayTaskDefinitionsCommandOutput,
1551
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1552
+ >;
1553
+
1554
+ /**
1555
+ * @see {@link ListWirelessGatewaysCommand}
1556
+ */
1557
+ listWirelessGateways(
1558
+ args: ListWirelessGatewaysCommandInput,
1559
+ options?: HttpHandlerOptions,
1560
+ ): Effect.Effect<
1561
+ ListWirelessGatewaysCommandOutput,
1562
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1563
+ >;
1564
+
1565
+ /**
1566
+ * @see {@link PutPositionConfigurationCommand}
1567
+ */
1568
+ putPositionConfiguration(
1569
+ args: PutPositionConfigurationCommandInput,
1570
+ options?: HttpHandlerOptions,
1571
+ ): Effect.Effect<
1572
+ PutPositionConfigurationCommandOutput,
1573
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1574
+ >;
1575
+
1576
+ /**
1577
+ * @see {@link PutResourceLogLevelCommand}
1578
+ */
1579
+ putResourceLogLevel(
1580
+ args: PutResourceLogLevelCommandInput,
1581
+ options?: HttpHandlerOptions,
1582
+ ): Effect.Effect<
1583
+ PutResourceLogLevelCommandOutput,
1584
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1585
+ >;
1586
+
1587
+ /**
1588
+ * @see {@link ResetAllResourceLogLevelsCommand}
1589
+ */
1590
+ resetAllResourceLogLevels(
1591
+ args: ResetAllResourceLogLevelsCommandInput,
1592
+ options?: HttpHandlerOptions,
1593
+ ): Effect.Effect<
1594
+ ResetAllResourceLogLevelsCommandOutput,
1595
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1596
+ >;
1597
+
1598
+ /**
1599
+ * @see {@link ResetResourceLogLevelCommand}
1600
+ */
1601
+ resetResourceLogLevel(
1602
+ args: ResetResourceLogLevelCommandInput,
1603
+ options?: HttpHandlerOptions,
1604
+ ): Effect.Effect<
1605
+ ResetResourceLogLevelCommandOutput,
1606
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1607
+ >;
1608
+
1609
+ /**
1610
+ * @see {@link SendDataToMulticastGroupCommand}
1611
+ */
1612
+ sendDataToMulticastGroup(
1613
+ args: SendDataToMulticastGroupCommandInput,
1614
+ options?: HttpHandlerOptions,
1615
+ ): Effect.Effect<
1616
+ SendDataToMulticastGroupCommandOutput,
1617
+ | SdkError
1618
+ | AccessDeniedError
1619
+ | ConflictError
1620
+ | InternalServerError
1621
+ | ResourceNotFoundError
1622
+ | ThrottlingError
1623
+ | ValidationError
1624
+ >;
1625
+
1626
+ /**
1627
+ * @see {@link SendDataToWirelessDeviceCommand}
1628
+ */
1629
+ sendDataToWirelessDevice(
1630
+ args: SendDataToWirelessDeviceCommandInput,
1631
+ options?: HttpHandlerOptions,
1632
+ ): Effect.Effect<
1633
+ SendDataToWirelessDeviceCommandOutput,
1634
+ SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1635
+ >;
1636
+
1637
+ /**
1638
+ * @see {@link StartBulkAssociateWirelessDeviceWithMulticastGroupCommand}
1639
+ */
1640
+ startBulkAssociateWirelessDeviceWithMulticastGroup(
1641
+ args: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput,
1642
+ options?: HttpHandlerOptions,
1643
+ ): Effect.Effect<
1644
+ StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput,
1645
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1646
+ >;
1647
+
1648
+ /**
1649
+ * @see {@link StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand}
1650
+ */
1651
+ startBulkDisassociateWirelessDeviceFromMulticastGroup(
1652
+ args: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput,
1653
+ options?: HttpHandlerOptions,
1654
+ ): Effect.Effect<
1655
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput,
1656
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1657
+ >;
1658
+
1659
+ /**
1660
+ * @see {@link StartFuotaTaskCommand}
1661
+ */
1662
+ startFuotaTask(
1663
+ args: StartFuotaTaskCommandInput,
1664
+ options?: HttpHandlerOptions,
1665
+ ): Effect.Effect<
1666
+ StartFuotaTaskCommandOutput,
1667
+ | SdkError
1668
+ | AccessDeniedError
1669
+ | ConflictError
1670
+ | InternalServerError
1671
+ | ResourceNotFoundError
1672
+ | ThrottlingError
1673
+ | ValidationError
1674
+ >;
1675
+
1676
+ /**
1677
+ * @see {@link StartMulticastGroupSessionCommand}
1678
+ */
1679
+ startMulticastGroupSession(
1680
+ args: StartMulticastGroupSessionCommandInput,
1681
+ options?: HttpHandlerOptions,
1682
+ ): Effect.Effect<
1683
+ StartMulticastGroupSessionCommandOutput,
1684
+ | SdkError
1685
+ | AccessDeniedError
1686
+ | ConflictError
1687
+ | InternalServerError
1688
+ | ResourceNotFoundError
1689
+ | ThrottlingError
1690
+ | ValidationError
1691
+ >;
1692
+
1693
+ /**
1694
+ * @see {@link StartSingleWirelessDeviceImportTaskCommand}
1695
+ */
1696
+ startSingleWirelessDeviceImportTask(
1697
+ args: StartSingleWirelessDeviceImportTaskCommandInput,
1698
+ options?: HttpHandlerOptions,
1699
+ ): Effect.Effect<
1700
+ StartSingleWirelessDeviceImportTaskCommandOutput,
1701
+ | SdkError
1702
+ | AccessDeniedError
1703
+ | ConflictError
1704
+ | InternalServerError
1705
+ | ResourceNotFoundError
1706
+ | ThrottlingError
1707
+ | ValidationError
1708
+ >;
1709
+
1710
+ /**
1711
+ * @see {@link StartWirelessDeviceImportTaskCommand}
1712
+ */
1713
+ startWirelessDeviceImportTask(
1714
+ args: StartWirelessDeviceImportTaskCommandInput,
1715
+ options?: HttpHandlerOptions,
1716
+ ): Effect.Effect<
1717
+ StartWirelessDeviceImportTaskCommandOutput,
1718
+ | SdkError
1719
+ | AccessDeniedError
1720
+ | ConflictError
1721
+ | InternalServerError
1722
+ | ResourceNotFoundError
1723
+ | ThrottlingError
1724
+ | ValidationError
1725
+ >;
1726
+
1727
+ /**
1728
+ * @see {@link TagResourceCommand}
1729
+ */
1730
+ tagResource(
1731
+ args: TagResourceCommandInput,
1732
+ options?: HttpHandlerOptions,
1733
+ ): Effect.Effect<
1734
+ TagResourceCommandOutput,
1735
+ | SdkError
1736
+ | ConflictError
1737
+ | InternalServerError
1738
+ | ResourceNotFoundError
1739
+ | ThrottlingError
1740
+ | TooManyTagsError
1741
+ | ValidationError
1742
+ >;
1743
+
1744
+ /**
1745
+ * @see {@link TestWirelessDeviceCommand}
1746
+ */
1747
+ testWirelessDevice(
1748
+ args: TestWirelessDeviceCommandInput,
1749
+ options?: HttpHandlerOptions,
1750
+ ): Effect.Effect<
1751
+ TestWirelessDeviceCommandOutput,
1752
+ SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1753
+ >;
1754
+
1755
+ /**
1756
+ * @see {@link UntagResourceCommand}
1757
+ */
1758
+ untagResource(
1759
+ args: UntagResourceCommandInput,
1760
+ options?: HttpHandlerOptions,
1761
+ ): Effect.Effect<
1762
+ UntagResourceCommandOutput,
1763
+ SdkError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1764
+ >;
1765
+
1766
+ /**
1767
+ * @see {@link UpdateDestinationCommand}
1768
+ */
1769
+ updateDestination(
1770
+ args: UpdateDestinationCommandInput,
1771
+ options?: HttpHandlerOptions,
1772
+ ): Effect.Effect<
1773
+ UpdateDestinationCommandOutput,
1774
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1775
+ >;
1776
+
1777
+ /**
1778
+ * @see {@link UpdateEventConfigurationByResourceTypesCommand}
1779
+ */
1780
+ updateEventConfigurationByResourceTypes(
1781
+ args: UpdateEventConfigurationByResourceTypesCommandInput,
1782
+ options?: HttpHandlerOptions,
1783
+ ): Effect.Effect<
1784
+ UpdateEventConfigurationByResourceTypesCommandOutput,
1785
+ SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
1786
+ >;
1787
+
1788
+ /**
1789
+ * @see {@link UpdateFuotaTaskCommand}
1790
+ */
1791
+ updateFuotaTask(
1792
+ args: UpdateFuotaTaskCommandInput,
1793
+ options?: HttpHandlerOptions,
1794
+ ): Effect.Effect<
1795
+ UpdateFuotaTaskCommandOutput,
1796
+ | SdkError
1797
+ | AccessDeniedError
1798
+ | ConflictError
1799
+ | InternalServerError
1800
+ | ResourceNotFoundError
1801
+ | ThrottlingError
1802
+ | ValidationError
1803
+ >;
1804
+
1805
+ /**
1806
+ * @see {@link UpdateLogLevelsByResourceTypesCommand}
1807
+ */
1808
+ updateLogLevelsByResourceTypes(
1809
+ args: UpdateLogLevelsByResourceTypesCommandInput,
1810
+ options?: HttpHandlerOptions,
1811
+ ): Effect.Effect<
1812
+ UpdateLogLevelsByResourceTypesCommandOutput,
1813
+ | SdkError
1814
+ | AccessDeniedError
1815
+ | ConflictError
1816
+ | InternalServerError
1817
+ | ResourceNotFoundError
1818
+ | ThrottlingError
1819
+ | ValidationError
1820
+ >;
1821
+
1822
+ /**
1823
+ * @see {@link UpdateMetricConfigurationCommand}
1824
+ */
1825
+ updateMetricConfiguration(
1826
+ args: UpdateMetricConfigurationCommandInput,
1827
+ options?: HttpHandlerOptions,
1828
+ ): Effect.Effect<
1829
+ UpdateMetricConfigurationCommandOutput,
1830
+ | SdkError
1831
+ | AccessDeniedError
1832
+ | ConflictError
1833
+ | InternalServerError
1834
+ | ResourceNotFoundError
1835
+ | ThrottlingError
1836
+ | ValidationError
1837
+ >;
1838
+
1839
+ /**
1840
+ * @see {@link UpdateMulticastGroupCommand}
1841
+ */
1842
+ updateMulticastGroup(
1843
+ args: UpdateMulticastGroupCommandInput,
1844
+ options?: HttpHandlerOptions,
1845
+ ): Effect.Effect<
1846
+ UpdateMulticastGroupCommandOutput,
1847
+ | SdkError
1848
+ | AccessDeniedError
1849
+ | ConflictError
1850
+ | InternalServerError
1851
+ | ResourceNotFoundError
1852
+ | ThrottlingError
1853
+ | ValidationError
1854
+ >;
1855
+
1856
+ /**
1857
+ * @see {@link UpdateNetworkAnalyzerConfigurationCommand}
1858
+ */
1859
+ updateNetworkAnalyzerConfiguration(
1860
+ args: UpdateNetworkAnalyzerConfigurationCommandInput,
1861
+ options?: HttpHandlerOptions,
1862
+ ): Effect.Effect<
1863
+ UpdateNetworkAnalyzerConfigurationCommandOutput,
1864
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1865
+ >;
1866
+
1867
+ /**
1868
+ * @see {@link UpdatePartnerAccountCommand}
1869
+ */
1870
+ updatePartnerAccount(
1871
+ args: UpdatePartnerAccountCommandInput,
1872
+ options?: HttpHandlerOptions,
1873
+ ): Effect.Effect<
1874
+ UpdatePartnerAccountCommandOutput,
1875
+ SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1876
+ >;
1877
+
1878
+ /**
1879
+ * @see {@link UpdatePositionCommand}
1880
+ */
1881
+ updatePosition(
1882
+ args: UpdatePositionCommandInput,
1883
+ options?: HttpHandlerOptions,
1884
+ ): Effect.Effect<
1885
+ UpdatePositionCommandOutput,
1886
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1887
+ >;
1888
+
1889
+ /**
1890
+ * @see {@link UpdateResourceEventConfigurationCommand}
1891
+ */
1892
+ updateResourceEventConfiguration(
1893
+ args: UpdateResourceEventConfigurationCommandInput,
1894
+ options?: HttpHandlerOptions,
1895
+ ): Effect.Effect<
1896
+ UpdateResourceEventConfigurationCommandOutput,
1897
+ | SdkError
1898
+ | AccessDeniedError
1899
+ | ConflictError
1900
+ | InternalServerError
1901
+ | ResourceNotFoundError
1902
+ | ThrottlingError
1903
+ | ValidationError
1904
+ >;
1905
+
1906
+ /**
1907
+ * @see {@link UpdateResourcePositionCommand}
1908
+ */
1909
+ updateResourcePosition(
1910
+ args: UpdateResourcePositionCommandInput,
1911
+ options?: HttpHandlerOptions,
1912
+ ): Effect.Effect<
1913
+ UpdateResourcePositionCommandOutput,
1914
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1915
+ >;
1916
+
1917
+ /**
1918
+ * @see {@link UpdateWirelessDeviceCommand}
1919
+ */
1920
+ updateWirelessDevice(
1921
+ args: UpdateWirelessDeviceCommandInput,
1922
+ options?: HttpHandlerOptions,
1923
+ ): Effect.Effect<
1924
+ UpdateWirelessDeviceCommandOutput,
1925
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1926
+ >;
1927
+
1928
+ /**
1929
+ * @see {@link UpdateWirelessDeviceImportTaskCommand}
1930
+ */
1931
+ updateWirelessDeviceImportTask(
1932
+ args: UpdateWirelessDeviceImportTaskCommandInput,
1933
+ options?: HttpHandlerOptions,
1934
+ ): Effect.Effect<
1935
+ UpdateWirelessDeviceImportTaskCommandOutput,
1936
+ | SdkError
1937
+ | AccessDeniedError
1938
+ | ConflictError
1939
+ | InternalServerError
1940
+ | ResourceNotFoundError
1941
+ | ThrottlingError
1942
+ | ValidationError
1943
+ >;
1944
+
1945
+ /**
1946
+ * @see {@link UpdateWirelessGatewayCommand}
1947
+ */
1948
+ updateWirelessGateway(
1949
+ args: UpdateWirelessGatewayCommandInput,
1950
+ options?: HttpHandlerOptions,
1951
+ ): Effect.Effect<
1952
+ UpdateWirelessGatewayCommandOutput,
1953
+ SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
1954
+ >;
1955
+ }
1956
+
1957
+ /**
1958
+ * @since 1.0.0
1959
+ * @category constructors
1960
+ */
1961
+ export const makeIoTWirelessService = Effect.gen(function*() {
1962
+ const client = yield* Instance.IoTWirelessClientInstance;
1963
+
1964
+ return Service.fromClientAndCommands<IoTWirelessService$>(client, commands, AllServiceErrors);
1965
+ });
1966
+
1967
+ /**
1968
+ * @since 1.0.0
1969
+ * @category models
1970
+ */
1971
+ export class IoTWirelessService extends Effect.Tag("@effect-aws/client-iot-wireless/IoTWirelessService")<
1972
+ IoTWirelessService,
1973
+ IoTWirelessService$
1974
+ >() {
1975
+ static readonly defaultLayer = Layer.effect(this, makeIoTWirelessService).pipe(Layer.provide(Instance.layer));
1976
+ static readonly layer = (config: IoTWirelessService.Config) =>
1977
+ Layer.effect(this, makeIoTWirelessService).pipe(
1978
+ Layer.provide(Instance.layer),
1979
+ Layer.provide(IoTWirelessServiceConfig.setIoTWirelessServiceConfig(config)),
1980
+ );
1981
+ static readonly baseLayer = (
1982
+ evaluate: (defaultConfig: IoTWirelessClientConfig) => IoTWirelessClient,
1983
+ ) =>
1984
+ Layer.effect(this, makeIoTWirelessService).pipe(
1985
+ Layer.provide(
1986
+ Layer.effect(
1987
+ Instance.IoTWirelessClientInstance,
1988
+ Effect.map(IoTWirelessServiceConfig.toIoTWirelessClientConfig, evaluate),
1989
+ ),
1990
+ ),
1991
+ );
1992
+ }
1993
+
1994
+ /**
1995
+ * @since 1.0.0
1996
+ */
1997
+ export declare namespace IoTWirelessService {
1998
+ /**
1999
+ * @since 1.0.0
2000
+ */
2001
+ export interface Config extends Omit<IoTWirelessClientConfig, "logger"> {
2002
+ readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true;
2003
+ }
2004
+ }