@aws-sdk/client-iot-managed-integrations 3.927.0 → 3.929.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 (107) hide show
  1. package/dist-cjs/index.js +3345 -3837
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/IoTManagedIntegrationsClient.js +2 -0
  4. package/dist-es/commands/CreateAccountAssociationCommand.js +3 -10
  5. package/dist-es/commands/CreateCloudConnectorCommand.js +3 -9
  6. package/dist-es/commands/CreateConnectorDestinationCommand.js +3 -9
  7. package/dist-es/commands/CreateCredentialLockerCommand.js +3 -10
  8. package/dist-es/commands/CreateDestinationCommand.js +3 -10
  9. package/dist-es/commands/CreateEventLogConfigurationCommand.js +3 -9
  10. package/dist-es/commands/CreateManagedThingCommand.js +3 -10
  11. package/dist-es/commands/CreateNotificationConfigurationCommand.js +3 -10
  12. package/dist-es/commands/CreateOtaTaskCommand.js +3 -10
  13. package/dist-es/commands/CreateOtaTaskConfigurationCommand.js +3 -10
  14. package/dist-es/commands/CreateProvisioningProfileCommand.js +3 -10
  15. package/dist-es/commands/DeleteAccountAssociationCommand.js +3 -9
  16. package/dist-es/commands/DeleteCloudConnectorCommand.js +3 -9
  17. package/dist-es/commands/DeleteConnectorDestinationCommand.js +3 -9
  18. package/dist-es/commands/DeleteCredentialLockerCommand.js +3 -9
  19. package/dist-es/commands/DeleteDestinationCommand.js +3 -9
  20. package/dist-es/commands/DeleteEventLogConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteManagedThingCommand.js +3 -9
  22. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +3 -9
  23. package/dist-es/commands/DeleteOtaTaskCommand.js +3 -9
  24. package/dist-es/commands/DeleteOtaTaskConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DeleteProvisioningProfileCommand.js +3 -9
  26. package/dist-es/commands/DeregisterAccountAssociationCommand.js +3 -9
  27. package/dist-es/commands/GetAccountAssociationCommand.js +3 -10
  28. package/dist-es/commands/GetCloudConnectorCommand.js +3 -9
  29. package/dist-es/commands/GetConnectorDestinationCommand.js +3 -9
  30. package/dist-es/commands/GetCredentialLockerCommand.js +3 -10
  31. package/dist-es/commands/GetCustomEndpointCommand.js +3 -9
  32. package/dist-es/commands/GetDefaultEncryptionConfigurationCommand.js +3 -9
  33. package/dist-es/commands/GetDestinationCommand.js +3 -10
  34. package/dist-es/commands/GetDeviceDiscoveryCommand.js +3 -10
  35. package/dist-es/commands/GetEventLogConfigurationCommand.js +3 -9
  36. package/dist-es/commands/GetHubConfigurationCommand.js +3 -9
  37. package/dist-es/commands/GetManagedThingCapabilitiesCommand.js +3 -9
  38. package/dist-es/commands/GetManagedThingCertificateCommand.js +3 -9
  39. package/dist-es/commands/GetManagedThingCommand.js +3 -10
  40. package/dist-es/commands/GetManagedThingConnectivityDataCommand.js +3 -9
  41. package/dist-es/commands/GetManagedThingMetaDataCommand.js +3 -9
  42. package/dist-es/commands/GetManagedThingStateCommand.js +3 -10
  43. package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -10
  44. package/dist-es/commands/GetOtaTaskCommand.js +3 -10
  45. package/dist-es/commands/GetOtaTaskConfigurationCommand.js +3 -10
  46. package/dist-es/commands/GetProvisioningProfileCommand.js +3 -10
  47. package/dist-es/commands/GetRuntimeLogConfigurationCommand.js +3 -9
  48. package/dist-es/commands/GetSchemaVersionCommand.js +3 -9
  49. package/dist-es/commands/ListAccountAssociationsCommand.js +3 -9
  50. package/dist-es/commands/ListCloudConnectorsCommand.js +3 -9
  51. package/dist-es/commands/ListConnectorDestinationsCommand.js +3 -9
  52. package/dist-es/commands/ListCredentialLockersCommand.js +3 -10
  53. package/dist-es/commands/ListDestinationsCommand.js +3 -9
  54. package/dist-es/commands/ListDeviceDiscoveriesCommand.js +3 -9
  55. package/dist-es/commands/ListDiscoveredDevicesCommand.js +3 -10
  56. package/dist-es/commands/ListEventLogConfigurationsCommand.js +3 -9
  57. package/dist-es/commands/ListManagedThingAccountAssociationsCommand.js +3 -9
  58. package/dist-es/commands/ListManagedThingSchemasCommand.js +3 -9
  59. package/dist-es/commands/ListManagedThingsCommand.js +3 -10
  60. package/dist-es/commands/ListNotificationConfigurationsCommand.js +3 -9
  61. package/dist-es/commands/ListOtaTaskConfigurationsCommand.js +3 -10
  62. package/dist-es/commands/ListOtaTaskExecutionsCommand.js +3 -9
  63. package/dist-es/commands/ListOtaTasksCommand.js +3 -9
  64. package/dist-es/commands/ListProvisioningProfilesCommand.js +3 -9
  65. package/dist-es/commands/ListSchemaVersionsCommand.js +3 -9
  66. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  67. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +3 -9
  68. package/dist-es/commands/PutHubConfigurationCommand.js +3 -9
  69. package/dist-es/commands/PutRuntimeLogConfigurationCommand.js +3 -9
  70. package/dist-es/commands/RegisterAccountAssociationCommand.js +3 -9
  71. package/dist-es/commands/RegisterCustomEndpointCommand.js +3 -9
  72. package/dist-es/commands/ResetRuntimeLogConfigurationCommand.js +3 -9
  73. package/dist-es/commands/SendConnectorEventCommand.js +3 -10
  74. package/dist-es/commands/SendManagedThingCommandCommand.js +3 -10
  75. package/dist-es/commands/StartAccountAssociationRefreshCommand.js +3 -10
  76. package/dist-es/commands/StartDeviceDiscoveryCommand.js +3 -10
  77. package/dist-es/commands/TagResourceCommand.js +3 -10
  78. package/dist-es/commands/UntagResourceCommand.js +3 -9
  79. package/dist-es/commands/UpdateAccountAssociationCommand.js +3 -9
  80. package/dist-es/commands/UpdateCloudConnectorCommand.js +3 -9
  81. package/dist-es/commands/UpdateConnectorDestinationCommand.js +3 -9
  82. package/dist-es/commands/UpdateDestinationCommand.js +3 -9
  83. package/dist-es/commands/UpdateEventLogConfigurationCommand.js +3 -9
  84. package/dist-es/commands/UpdateManagedThingCommand.js +3 -10
  85. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +3 -9
  86. package/dist-es/commands/UpdateOtaTaskCommand.js +3 -9
  87. package/dist-es/models/models_0.js +0 -221
  88. package/dist-es/runtimeConfig.shared.js +2 -0
  89. package/dist-es/schemas/schemas_0.js +3184 -0
  90. package/dist-types/IoTManagedIntegrationsClient.d.ts +10 -1
  91. package/dist-types/models/models_0.d.ts +0 -176
  92. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  93. package/dist-types/runtimeConfig.d.ts +1 -0
  94. package/dist-types/runtimeConfig.native.d.ts +1 -0
  95. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  96. package/dist-types/schemas/schemas_0.d.ts +376 -0
  97. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +4 -0
  98. package/dist-types/ts3.4/models/models_0.d.ts +0 -130
  99. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  100. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  101. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  102. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  103. package/dist-types/ts3.4/schemas/schemas_0.d.ts +383 -0
  104. package/package.json +5 -6
  105. package/dist-es/protocols/Aws_restJson1.js +0 -2985
  106. package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
  107. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
@@ -1,1001 +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
- CreateAccountAssociationCommandInput,
8
- CreateAccountAssociationCommandOutput,
9
- } from "../commands/CreateAccountAssociationCommand";
10
- import {
11
- CreateCloudConnectorCommandInput,
12
- CreateCloudConnectorCommandOutput,
13
- } from "../commands/CreateCloudConnectorCommand";
14
- import {
15
- CreateConnectorDestinationCommandInput,
16
- CreateConnectorDestinationCommandOutput,
17
- } from "../commands/CreateConnectorDestinationCommand";
18
- import {
19
- CreateCredentialLockerCommandInput,
20
- CreateCredentialLockerCommandOutput,
21
- } from "../commands/CreateCredentialLockerCommand";
22
- import {
23
- CreateDestinationCommandInput,
24
- CreateDestinationCommandOutput,
25
- } from "../commands/CreateDestinationCommand";
26
- import {
27
- CreateEventLogConfigurationCommandInput,
28
- CreateEventLogConfigurationCommandOutput,
29
- } from "../commands/CreateEventLogConfigurationCommand";
30
- import {
31
- CreateManagedThingCommandInput,
32
- CreateManagedThingCommandOutput,
33
- } from "../commands/CreateManagedThingCommand";
34
- import {
35
- CreateNotificationConfigurationCommandInput,
36
- CreateNotificationConfigurationCommandOutput,
37
- } from "../commands/CreateNotificationConfigurationCommand";
38
- import {
39
- CreateOtaTaskCommandInput,
40
- CreateOtaTaskCommandOutput,
41
- } from "../commands/CreateOtaTaskCommand";
42
- import {
43
- CreateOtaTaskConfigurationCommandInput,
44
- CreateOtaTaskConfigurationCommandOutput,
45
- } from "../commands/CreateOtaTaskConfigurationCommand";
46
- import {
47
- CreateProvisioningProfileCommandInput,
48
- CreateProvisioningProfileCommandOutput,
49
- } from "../commands/CreateProvisioningProfileCommand";
50
- import {
51
- DeleteAccountAssociationCommandInput,
52
- DeleteAccountAssociationCommandOutput,
53
- } from "../commands/DeleteAccountAssociationCommand";
54
- import {
55
- DeleteCloudConnectorCommandInput,
56
- DeleteCloudConnectorCommandOutput,
57
- } from "../commands/DeleteCloudConnectorCommand";
58
- import {
59
- DeleteConnectorDestinationCommandInput,
60
- DeleteConnectorDestinationCommandOutput,
61
- } from "../commands/DeleteConnectorDestinationCommand";
62
- import {
63
- DeleteCredentialLockerCommandInput,
64
- DeleteCredentialLockerCommandOutput,
65
- } from "../commands/DeleteCredentialLockerCommand";
66
- import {
67
- DeleteDestinationCommandInput,
68
- DeleteDestinationCommandOutput,
69
- } from "../commands/DeleteDestinationCommand";
70
- import {
71
- DeleteEventLogConfigurationCommandInput,
72
- DeleteEventLogConfigurationCommandOutput,
73
- } from "../commands/DeleteEventLogConfigurationCommand";
74
- import {
75
- DeleteManagedThingCommandInput,
76
- DeleteManagedThingCommandOutput,
77
- } from "../commands/DeleteManagedThingCommand";
78
- import {
79
- DeleteNotificationConfigurationCommandInput,
80
- DeleteNotificationConfigurationCommandOutput,
81
- } from "../commands/DeleteNotificationConfigurationCommand";
82
- import {
83
- DeleteOtaTaskCommandInput,
84
- DeleteOtaTaskCommandOutput,
85
- } from "../commands/DeleteOtaTaskCommand";
86
- import {
87
- DeleteOtaTaskConfigurationCommandInput,
88
- DeleteOtaTaskConfigurationCommandOutput,
89
- } from "../commands/DeleteOtaTaskConfigurationCommand";
90
- import {
91
- DeleteProvisioningProfileCommandInput,
92
- DeleteProvisioningProfileCommandOutput,
93
- } from "../commands/DeleteProvisioningProfileCommand";
94
- import {
95
- DeregisterAccountAssociationCommandInput,
96
- DeregisterAccountAssociationCommandOutput,
97
- } from "../commands/DeregisterAccountAssociationCommand";
98
- import {
99
- GetAccountAssociationCommandInput,
100
- GetAccountAssociationCommandOutput,
101
- } from "../commands/GetAccountAssociationCommand";
102
- import {
103
- GetCloudConnectorCommandInput,
104
- GetCloudConnectorCommandOutput,
105
- } from "../commands/GetCloudConnectorCommand";
106
- import {
107
- GetConnectorDestinationCommandInput,
108
- GetConnectorDestinationCommandOutput,
109
- } from "../commands/GetConnectorDestinationCommand";
110
- import {
111
- GetCredentialLockerCommandInput,
112
- GetCredentialLockerCommandOutput,
113
- } from "../commands/GetCredentialLockerCommand";
114
- import {
115
- GetCustomEndpointCommandInput,
116
- GetCustomEndpointCommandOutput,
117
- } from "../commands/GetCustomEndpointCommand";
118
- import {
119
- GetDefaultEncryptionConfigurationCommandInput,
120
- GetDefaultEncryptionConfigurationCommandOutput,
121
- } from "../commands/GetDefaultEncryptionConfigurationCommand";
122
- import {
123
- GetDestinationCommandInput,
124
- GetDestinationCommandOutput,
125
- } from "../commands/GetDestinationCommand";
126
- import {
127
- GetDeviceDiscoveryCommandInput,
128
- GetDeviceDiscoveryCommandOutput,
129
- } from "../commands/GetDeviceDiscoveryCommand";
130
- import {
131
- GetEventLogConfigurationCommandInput,
132
- GetEventLogConfigurationCommandOutput,
133
- } from "../commands/GetEventLogConfigurationCommand";
134
- import {
135
- GetHubConfigurationCommandInput,
136
- GetHubConfigurationCommandOutput,
137
- } from "../commands/GetHubConfigurationCommand";
138
- import {
139
- GetManagedThingCapabilitiesCommandInput,
140
- GetManagedThingCapabilitiesCommandOutput,
141
- } from "../commands/GetManagedThingCapabilitiesCommand";
142
- import {
143
- GetManagedThingCertificateCommandInput,
144
- GetManagedThingCertificateCommandOutput,
145
- } from "../commands/GetManagedThingCertificateCommand";
146
- import {
147
- GetManagedThingCommandInput,
148
- GetManagedThingCommandOutput,
149
- } from "../commands/GetManagedThingCommand";
150
- import {
151
- GetManagedThingConnectivityDataCommandInput,
152
- GetManagedThingConnectivityDataCommandOutput,
153
- } from "../commands/GetManagedThingConnectivityDataCommand";
154
- import {
155
- GetManagedThingMetaDataCommandInput,
156
- GetManagedThingMetaDataCommandOutput,
157
- } from "../commands/GetManagedThingMetaDataCommand";
158
- import {
159
- GetManagedThingStateCommandInput,
160
- GetManagedThingStateCommandOutput,
161
- } from "../commands/GetManagedThingStateCommand";
162
- import {
163
- GetNotificationConfigurationCommandInput,
164
- GetNotificationConfigurationCommandOutput,
165
- } from "../commands/GetNotificationConfigurationCommand";
166
- import {
167
- GetOtaTaskCommandInput,
168
- GetOtaTaskCommandOutput,
169
- } from "../commands/GetOtaTaskCommand";
170
- import {
171
- GetOtaTaskConfigurationCommandInput,
172
- GetOtaTaskConfigurationCommandOutput,
173
- } from "../commands/GetOtaTaskConfigurationCommand";
174
- import {
175
- GetProvisioningProfileCommandInput,
176
- GetProvisioningProfileCommandOutput,
177
- } from "../commands/GetProvisioningProfileCommand";
178
- import {
179
- GetRuntimeLogConfigurationCommandInput,
180
- GetRuntimeLogConfigurationCommandOutput,
181
- } from "../commands/GetRuntimeLogConfigurationCommand";
182
- import {
183
- GetSchemaVersionCommandInput,
184
- GetSchemaVersionCommandOutput,
185
- } from "../commands/GetSchemaVersionCommand";
186
- import {
187
- ListAccountAssociationsCommandInput,
188
- ListAccountAssociationsCommandOutput,
189
- } from "../commands/ListAccountAssociationsCommand";
190
- import {
191
- ListCloudConnectorsCommandInput,
192
- ListCloudConnectorsCommandOutput,
193
- } from "../commands/ListCloudConnectorsCommand";
194
- import {
195
- ListConnectorDestinationsCommandInput,
196
- ListConnectorDestinationsCommandOutput,
197
- } from "../commands/ListConnectorDestinationsCommand";
198
- import {
199
- ListCredentialLockersCommandInput,
200
- ListCredentialLockersCommandOutput,
201
- } from "../commands/ListCredentialLockersCommand";
202
- import {
203
- ListDestinationsCommandInput,
204
- ListDestinationsCommandOutput,
205
- } from "../commands/ListDestinationsCommand";
206
- import {
207
- ListDeviceDiscoveriesCommandInput,
208
- ListDeviceDiscoveriesCommandOutput,
209
- } from "../commands/ListDeviceDiscoveriesCommand";
210
- import {
211
- ListDiscoveredDevicesCommandInput,
212
- ListDiscoveredDevicesCommandOutput,
213
- } from "../commands/ListDiscoveredDevicesCommand";
214
- import {
215
- ListEventLogConfigurationsCommandInput,
216
- ListEventLogConfigurationsCommandOutput,
217
- } from "../commands/ListEventLogConfigurationsCommand";
218
- import {
219
- ListManagedThingAccountAssociationsCommandInput,
220
- ListManagedThingAccountAssociationsCommandOutput,
221
- } from "../commands/ListManagedThingAccountAssociationsCommand";
222
- import {
223
- ListManagedThingSchemasCommandInput,
224
- ListManagedThingSchemasCommandOutput,
225
- } from "../commands/ListManagedThingSchemasCommand";
226
- import {
227
- ListManagedThingsCommandInput,
228
- ListManagedThingsCommandOutput,
229
- } from "../commands/ListManagedThingsCommand";
230
- import {
231
- ListNotificationConfigurationsCommandInput,
232
- ListNotificationConfigurationsCommandOutput,
233
- } from "../commands/ListNotificationConfigurationsCommand";
234
- import {
235
- ListOtaTaskConfigurationsCommandInput,
236
- ListOtaTaskConfigurationsCommandOutput,
237
- } from "../commands/ListOtaTaskConfigurationsCommand";
238
- import {
239
- ListOtaTaskExecutionsCommandInput,
240
- ListOtaTaskExecutionsCommandOutput,
241
- } from "../commands/ListOtaTaskExecutionsCommand";
242
- import {
243
- ListOtaTasksCommandInput,
244
- ListOtaTasksCommandOutput,
245
- } from "../commands/ListOtaTasksCommand";
246
- import {
247
- ListProvisioningProfilesCommandInput,
248
- ListProvisioningProfilesCommandOutput,
249
- } from "../commands/ListProvisioningProfilesCommand";
250
- import {
251
- ListSchemaVersionsCommandInput,
252
- ListSchemaVersionsCommandOutput,
253
- } from "../commands/ListSchemaVersionsCommand";
254
- import {
255
- ListTagsForResourceCommandInput,
256
- ListTagsForResourceCommandOutput,
257
- } from "../commands/ListTagsForResourceCommand";
258
- import {
259
- PutDefaultEncryptionConfigurationCommandInput,
260
- PutDefaultEncryptionConfigurationCommandOutput,
261
- } from "../commands/PutDefaultEncryptionConfigurationCommand";
262
- import {
263
- PutHubConfigurationCommandInput,
264
- PutHubConfigurationCommandOutput,
265
- } from "../commands/PutHubConfigurationCommand";
266
- import {
267
- PutRuntimeLogConfigurationCommandInput,
268
- PutRuntimeLogConfigurationCommandOutput,
269
- } from "../commands/PutRuntimeLogConfigurationCommand";
270
- import {
271
- RegisterAccountAssociationCommandInput,
272
- RegisterAccountAssociationCommandOutput,
273
- } from "../commands/RegisterAccountAssociationCommand";
274
- import {
275
- RegisterCustomEndpointCommandInput,
276
- RegisterCustomEndpointCommandOutput,
277
- } from "../commands/RegisterCustomEndpointCommand";
278
- import {
279
- ResetRuntimeLogConfigurationCommandInput,
280
- ResetRuntimeLogConfigurationCommandOutput,
281
- } from "../commands/ResetRuntimeLogConfigurationCommand";
282
- import {
283
- SendConnectorEventCommandInput,
284
- SendConnectorEventCommandOutput,
285
- } from "../commands/SendConnectorEventCommand";
286
- import {
287
- SendManagedThingCommandCommandInput,
288
- SendManagedThingCommandCommandOutput,
289
- } from "../commands/SendManagedThingCommandCommand";
290
- import {
291
- StartAccountAssociationRefreshCommandInput,
292
- StartAccountAssociationRefreshCommandOutput,
293
- } from "../commands/StartAccountAssociationRefreshCommand";
294
- import {
295
- StartDeviceDiscoveryCommandInput,
296
- StartDeviceDiscoveryCommandOutput,
297
- } from "../commands/StartDeviceDiscoveryCommand";
298
- import {
299
- TagResourceCommandInput,
300
- TagResourceCommandOutput,
301
- } from "../commands/TagResourceCommand";
302
- import {
303
- UntagResourceCommandInput,
304
- UntagResourceCommandOutput,
305
- } from "../commands/UntagResourceCommand";
306
- import {
307
- UpdateAccountAssociationCommandInput,
308
- UpdateAccountAssociationCommandOutput,
309
- } from "../commands/UpdateAccountAssociationCommand";
310
- import {
311
- UpdateCloudConnectorCommandInput,
312
- UpdateCloudConnectorCommandOutput,
313
- } from "../commands/UpdateCloudConnectorCommand";
314
- import {
315
- UpdateConnectorDestinationCommandInput,
316
- UpdateConnectorDestinationCommandOutput,
317
- } from "../commands/UpdateConnectorDestinationCommand";
318
- import {
319
- UpdateDestinationCommandInput,
320
- UpdateDestinationCommandOutput,
321
- } from "../commands/UpdateDestinationCommand";
322
- import {
323
- UpdateEventLogConfigurationCommandInput,
324
- UpdateEventLogConfigurationCommandOutput,
325
- } from "../commands/UpdateEventLogConfigurationCommand";
326
- import {
327
- UpdateManagedThingCommandInput,
328
- UpdateManagedThingCommandOutput,
329
- } from "../commands/UpdateManagedThingCommand";
330
- import {
331
- UpdateNotificationConfigurationCommandInput,
332
- UpdateNotificationConfigurationCommandOutput,
333
- } from "../commands/UpdateNotificationConfigurationCommand";
334
- import {
335
- UpdateOtaTaskCommandInput,
336
- UpdateOtaTaskCommandOutput,
337
- } from "../commands/UpdateOtaTaskCommand";
338
- export declare const se_CreateAccountAssociationCommand: (
339
- input: CreateAccountAssociationCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateCloudConnectorCommand: (
343
- input: CreateCloudConnectorCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_CreateConnectorDestinationCommand: (
347
- input: CreateConnectorDestinationCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_CreateCredentialLockerCommand: (
351
- input: CreateCredentialLockerCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_CreateDestinationCommand: (
355
- input: CreateDestinationCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_CreateEventLogConfigurationCommand: (
359
- input: CreateEventLogConfigurationCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_CreateManagedThingCommand: (
363
- input: CreateManagedThingCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_CreateNotificationConfigurationCommand: (
367
- input: CreateNotificationConfigurationCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_CreateOtaTaskCommand: (
371
- input: CreateOtaTaskCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_CreateOtaTaskConfigurationCommand: (
375
- input: CreateOtaTaskConfigurationCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_CreateProvisioningProfileCommand: (
379
- input: CreateProvisioningProfileCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteAccountAssociationCommand: (
383
- input: DeleteAccountAssociationCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DeleteCloudConnectorCommand: (
387
- input: DeleteCloudConnectorCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DeleteConnectorDestinationCommand: (
391
- input: DeleteConnectorDestinationCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DeleteCredentialLockerCommand: (
395
- input: DeleteCredentialLockerCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DeleteDestinationCommand: (
399
- input: DeleteDestinationCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DeleteEventLogConfigurationCommand: (
403
- input: DeleteEventLogConfigurationCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DeleteManagedThingCommand: (
407
- input: DeleteManagedThingCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DeleteNotificationConfigurationCommand: (
411
- input: DeleteNotificationConfigurationCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DeleteOtaTaskCommand: (
415
- input: DeleteOtaTaskCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DeleteOtaTaskConfigurationCommand: (
419
- input: DeleteOtaTaskConfigurationCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DeleteProvisioningProfileCommand: (
423
- input: DeleteProvisioningProfileCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DeregisterAccountAssociationCommand: (
427
- input: DeregisterAccountAssociationCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_GetAccountAssociationCommand: (
431
- input: GetAccountAssociationCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_GetCloudConnectorCommand: (
435
- input: GetCloudConnectorCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_GetConnectorDestinationCommand: (
439
- input: GetConnectorDestinationCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_GetCredentialLockerCommand: (
443
- input: GetCredentialLockerCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_GetCustomEndpointCommand: (
447
- input: GetCustomEndpointCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_GetDefaultEncryptionConfigurationCommand: (
451
- input: GetDefaultEncryptionConfigurationCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_GetDestinationCommand: (
455
- input: GetDestinationCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_GetDeviceDiscoveryCommand: (
459
- input: GetDeviceDiscoveryCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_GetEventLogConfigurationCommand: (
463
- input: GetEventLogConfigurationCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_GetHubConfigurationCommand: (
467
- input: GetHubConfigurationCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_GetManagedThingCommand: (
471
- input: GetManagedThingCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_GetManagedThingCapabilitiesCommand: (
475
- input: GetManagedThingCapabilitiesCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_GetManagedThingCertificateCommand: (
479
- input: GetManagedThingCertificateCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_GetManagedThingConnectivityDataCommand: (
483
- input: GetManagedThingConnectivityDataCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_GetManagedThingMetaDataCommand: (
487
- input: GetManagedThingMetaDataCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_GetManagedThingStateCommand: (
491
- input: GetManagedThingStateCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_GetNotificationConfigurationCommand: (
495
- input: GetNotificationConfigurationCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_GetOtaTaskCommand: (
499
- input: GetOtaTaskCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_GetOtaTaskConfigurationCommand: (
503
- input: GetOtaTaskConfigurationCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_GetProvisioningProfileCommand: (
507
- input: GetProvisioningProfileCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_GetRuntimeLogConfigurationCommand: (
511
- input: GetRuntimeLogConfigurationCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_GetSchemaVersionCommand: (
515
- input: GetSchemaVersionCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_ListAccountAssociationsCommand: (
519
- input: ListAccountAssociationsCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_ListCloudConnectorsCommand: (
523
- input: ListCloudConnectorsCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_ListConnectorDestinationsCommand: (
527
- input: ListConnectorDestinationsCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_ListCredentialLockersCommand: (
531
- input: ListCredentialLockersCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_ListDestinationsCommand: (
535
- input: ListDestinationsCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_ListDeviceDiscoveriesCommand: (
539
- input: ListDeviceDiscoveriesCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_ListDiscoveredDevicesCommand: (
543
- input: ListDiscoveredDevicesCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_ListEventLogConfigurationsCommand: (
547
- input: ListEventLogConfigurationsCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_ListManagedThingAccountAssociationsCommand: (
551
- input: ListManagedThingAccountAssociationsCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_ListManagedThingsCommand: (
555
- input: ListManagedThingsCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_ListManagedThingSchemasCommand: (
559
- input: ListManagedThingSchemasCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_ListNotificationConfigurationsCommand: (
563
- input: ListNotificationConfigurationsCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_ListOtaTaskConfigurationsCommand: (
567
- input: ListOtaTaskConfigurationsCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_ListOtaTaskExecutionsCommand: (
571
- input: ListOtaTaskExecutionsCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_ListOtaTasksCommand: (
575
- input: ListOtaTasksCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_ListProvisioningProfilesCommand: (
579
- input: ListProvisioningProfilesCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_ListSchemaVersionsCommand: (
583
- input: ListSchemaVersionsCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_ListTagsForResourceCommand: (
587
- input: ListTagsForResourceCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_PutDefaultEncryptionConfigurationCommand: (
591
- input: PutDefaultEncryptionConfigurationCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_PutHubConfigurationCommand: (
595
- input: PutHubConfigurationCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_PutRuntimeLogConfigurationCommand: (
599
- input: PutRuntimeLogConfigurationCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_RegisterAccountAssociationCommand: (
603
- input: RegisterAccountAssociationCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_RegisterCustomEndpointCommand: (
607
- input: RegisterCustomEndpointCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_ResetRuntimeLogConfigurationCommand: (
611
- input: ResetRuntimeLogConfigurationCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_SendConnectorEventCommand: (
615
- input: SendConnectorEventCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_SendManagedThingCommandCommand: (
619
- input: SendManagedThingCommandCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_StartAccountAssociationRefreshCommand: (
623
- input: StartAccountAssociationRefreshCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_StartDeviceDiscoveryCommand: (
627
- input: StartDeviceDiscoveryCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_TagResourceCommand: (
631
- input: TagResourceCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_UntagResourceCommand: (
635
- input: UntagResourceCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const se_UpdateAccountAssociationCommand: (
639
- input: UpdateAccountAssociationCommandInput,
640
- context: __SerdeContext
641
- ) => Promise<__HttpRequest>;
642
- export declare const se_UpdateCloudConnectorCommand: (
643
- input: UpdateCloudConnectorCommandInput,
644
- context: __SerdeContext
645
- ) => Promise<__HttpRequest>;
646
- export declare const se_UpdateConnectorDestinationCommand: (
647
- input: UpdateConnectorDestinationCommandInput,
648
- context: __SerdeContext
649
- ) => Promise<__HttpRequest>;
650
- export declare const se_UpdateDestinationCommand: (
651
- input: UpdateDestinationCommandInput,
652
- context: __SerdeContext
653
- ) => Promise<__HttpRequest>;
654
- export declare const se_UpdateEventLogConfigurationCommand: (
655
- input: UpdateEventLogConfigurationCommandInput,
656
- context: __SerdeContext
657
- ) => Promise<__HttpRequest>;
658
- export declare const se_UpdateManagedThingCommand: (
659
- input: UpdateManagedThingCommandInput,
660
- context: __SerdeContext
661
- ) => Promise<__HttpRequest>;
662
- export declare const se_UpdateNotificationConfigurationCommand: (
663
- input: UpdateNotificationConfigurationCommandInput,
664
- context: __SerdeContext
665
- ) => Promise<__HttpRequest>;
666
- export declare const se_UpdateOtaTaskCommand: (
667
- input: UpdateOtaTaskCommandInput,
668
- context: __SerdeContext
669
- ) => Promise<__HttpRequest>;
670
- export declare const de_CreateAccountAssociationCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<CreateAccountAssociationCommandOutput>;
674
- export declare const de_CreateCloudConnectorCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<CreateCloudConnectorCommandOutput>;
678
- export declare const de_CreateConnectorDestinationCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<CreateConnectorDestinationCommandOutput>;
682
- export declare const de_CreateCredentialLockerCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<CreateCredentialLockerCommandOutput>;
686
- export declare const de_CreateDestinationCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<CreateDestinationCommandOutput>;
690
- export declare const de_CreateEventLogConfigurationCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<CreateEventLogConfigurationCommandOutput>;
694
- export declare const de_CreateManagedThingCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<CreateManagedThingCommandOutput>;
698
- export declare const de_CreateNotificationConfigurationCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<CreateNotificationConfigurationCommandOutput>;
702
- export declare const de_CreateOtaTaskCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<CreateOtaTaskCommandOutput>;
706
- export declare const de_CreateOtaTaskConfigurationCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<CreateOtaTaskConfigurationCommandOutput>;
710
- export declare const de_CreateProvisioningProfileCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<CreateProvisioningProfileCommandOutput>;
714
- export declare const de_DeleteAccountAssociationCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<DeleteAccountAssociationCommandOutput>;
718
- export declare const de_DeleteCloudConnectorCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<DeleteCloudConnectorCommandOutput>;
722
- export declare const de_DeleteConnectorDestinationCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<DeleteConnectorDestinationCommandOutput>;
726
- export declare const de_DeleteCredentialLockerCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<DeleteCredentialLockerCommandOutput>;
730
- export declare const de_DeleteDestinationCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<DeleteDestinationCommandOutput>;
734
- export declare const de_DeleteEventLogConfigurationCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<DeleteEventLogConfigurationCommandOutput>;
738
- export declare const de_DeleteManagedThingCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<DeleteManagedThingCommandOutput>;
742
- export declare const de_DeleteNotificationConfigurationCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<DeleteNotificationConfigurationCommandOutput>;
746
- export declare const de_DeleteOtaTaskCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<DeleteOtaTaskCommandOutput>;
750
- export declare const de_DeleteOtaTaskConfigurationCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<DeleteOtaTaskConfigurationCommandOutput>;
754
- export declare const de_DeleteProvisioningProfileCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<DeleteProvisioningProfileCommandOutput>;
758
- export declare const de_DeregisterAccountAssociationCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<DeregisterAccountAssociationCommandOutput>;
762
- export declare const de_GetAccountAssociationCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<GetAccountAssociationCommandOutput>;
766
- export declare const de_GetCloudConnectorCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<GetCloudConnectorCommandOutput>;
770
- export declare const de_GetConnectorDestinationCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<GetConnectorDestinationCommandOutput>;
774
- export declare const de_GetCredentialLockerCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<GetCredentialLockerCommandOutput>;
778
- export declare const de_GetCustomEndpointCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<GetCustomEndpointCommandOutput>;
782
- export declare const de_GetDefaultEncryptionConfigurationCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<GetDefaultEncryptionConfigurationCommandOutput>;
786
- export declare const de_GetDestinationCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<GetDestinationCommandOutput>;
790
- export declare const de_GetDeviceDiscoveryCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<GetDeviceDiscoveryCommandOutput>;
794
- export declare const de_GetEventLogConfigurationCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<GetEventLogConfigurationCommandOutput>;
798
- export declare const de_GetHubConfigurationCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<GetHubConfigurationCommandOutput>;
802
- export declare const de_GetManagedThingCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<GetManagedThingCommandOutput>;
806
- export declare const de_GetManagedThingCapabilitiesCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<GetManagedThingCapabilitiesCommandOutput>;
810
- export declare const de_GetManagedThingCertificateCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<GetManagedThingCertificateCommandOutput>;
814
- export declare const de_GetManagedThingConnectivityDataCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<GetManagedThingConnectivityDataCommandOutput>;
818
- export declare const de_GetManagedThingMetaDataCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<GetManagedThingMetaDataCommandOutput>;
822
- export declare const de_GetManagedThingStateCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<GetManagedThingStateCommandOutput>;
826
- export declare const de_GetNotificationConfigurationCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<GetNotificationConfigurationCommandOutput>;
830
- export declare const de_GetOtaTaskCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<GetOtaTaskCommandOutput>;
834
- export declare const de_GetOtaTaskConfigurationCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<GetOtaTaskConfigurationCommandOutput>;
838
- export declare const de_GetProvisioningProfileCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<GetProvisioningProfileCommandOutput>;
842
- export declare const de_GetRuntimeLogConfigurationCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<GetRuntimeLogConfigurationCommandOutput>;
846
- export declare const de_GetSchemaVersionCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<GetSchemaVersionCommandOutput>;
850
- export declare const de_ListAccountAssociationsCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<ListAccountAssociationsCommandOutput>;
854
- export declare const de_ListCloudConnectorsCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<ListCloudConnectorsCommandOutput>;
858
- export declare const de_ListConnectorDestinationsCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<ListConnectorDestinationsCommandOutput>;
862
- export declare const de_ListCredentialLockersCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<ListCredentialLockersCommandOutput>;
866
- export declare const de_ListDestinationsCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<ListDestinationsCommandOutput>;
870
- export declare const de_ListDeviceDiscoveriesCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<ListDeviceDiscoveriesCommandOutput>;
874
- export declare const de_ListDiscoveredDevicesCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<ListDiscoveredDevicesCommandOutput>;
878
- export declare const de_ListEventLogConfigurationsCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<ListEventLogConfigurationsCommandOutput>;
882
- export declare const de_ListManagedThingAccountAssociationsCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<ListManagedThingAccountAssociationsCommandOutput>;
886
- export declare const de_ListManagedThingsCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<ListManagedThingsCommandOutput>;
890
- export declare const de_ListManagedThingSchemasCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<ListManagedThingSchemasCommandOutput>;
894
- export declare const de_ListNotificationConfigurationsCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<ListNotificationConfigurationsCommandOutput>;
898
- export declare const de_ListOtaTaskConfigurationsCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<ListOtaTaskConfigurationsCommandOutput>;
902
- export declare const de_ListOtaTaskExecutionsCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<ListOtaTaskExecutionsCommandOutput>;
906
- export declare const de_ListOtaTasksCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<ListOtaTasksCommandOutput>;
910
- export declare const de_ListProvisioningProfilesCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<ListProvisioningProfilesCommandOutput>;
914
- export declare const de_ListSchemaVersionsCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<ListSchemaVersionsCommandOutput>;
918
- export declare const de_ListTagsForResourceCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<ListTagsForResourceCommandOutput>;
922
- export declare const de_PutDefaultEncryptionConfigurationCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<PutDefaultEncryptionConfigurationCommandOutput>;
926
- export declare const de_PutHubConfigurationCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<PutHubConfigurationCommandOutput>;
930
- export declare const de_PutRuntimeLogConfigurationCommand: (
931
- output: __HttpResponse,
932
- context: __SerdeContext
933
- ) => Promise<PutRuntimeLogConfigurationCommandOutput>;
934
- export declare const de_RegisterAccountAssociationCommand: (
935
- output: __HttpResponse,
936
- context: __SerdeContext
937
- ) => Promise<RegisterAccountAssociationCommandOutput>;
938
- export declare const de_RegisterCustomEndpointCommand: (
939
- output: __HttpResponse,
940
- context: __SerdeContext
941
- ) => Promise<RegisterCustomEndpointCommandOutput>;
942
- export declare const de_ResetRuntimeLogConfigurationCommand: (
943
- output: __HttpResponse,
944
- context: __SerdeContext
945
- ) => Promise<ResetRuntimeLogConfigurationCommandOutput>;
946
- export declare const de_SendConnectorEventCommand: (
947
- output: __HttpResponse,
948
- context: __SerdeContext
949
- ) => Promise<SendConnectorEventCommandOutput>;
950
- export declare const de_SendManagedThingCommandCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<SendManagedThingCommandCommandOutput>;
954
- export declare const de_StartAccountAssociationRefreshCommand: (
955
- output: __HttpResponse,
956
- context: __SerdeContext
957
- ) => Promise<StartAccountAssociationRefreshCommandOutput>;
958
- export declare const de_StartDeviceDiscoveryCommand: (
959
- output: __HttpResponse,
960
- context: __SerdeContext
961
- ) => Promise<StartDeviceDiscoveryCommandOutput>;
962
- export declare const de_TagResourceCommand: (
963
- output: __HttpResponse,
964
- context: __SerdeContext
965
- ) => Promise<TagResourceCommandOutput>;
966
- export declare const de_UntagResourceCommand: (
967
- output: __HttpResponse,
968
- context: __SerdeContext
969
- ) => Promise<UntagResourceCommandOutput>;
970
- export declare const de_UpdateAccountAssociationCommand: (
971
- output: __HttpResponse,
972
- context: __SerdeContext
973
- ) => Promise<UpdateAccountAssociationCommandOutput>;
974
- export declare const de_UpdateCloudConnectorCommand: (
975
- output: __HttpResponse,
976
- context: __SerdeContext
977
- ) => Promise<UpdateCloudConnectorCommandOutput>;
978
- export declare const de_UpdateConnectorDestinationCommand: (
979
- output: __HttpResponse,
980
- context: __SerdeContext
981
- ) => Promise<UpdateConnectorDestinationCommandOutput>;
982
- export declare const de_UpdateDestinationCommand: (
983
- output: __HttpResponse,
984
- context: __SerdeContext
985
- ) => Promise<UpdateDestinationCommandOutput>;
986
- export declare const de_UpdateEventLogConfigurationCommand: (
987
- output: __HttpResponse,
988
- context: __SerdeContext
989
- ) => Promise<UpdateEventLogConfigurationCommandOutput>;
990
- export declare const de_UpdateManagedThingCommand: (
991
- output: __HttpResponse,
992
- context: __SerdeContext
993
- ) => Promise<UpdateManagedThingCommandOutput>;
994
- export declare const de_UpdateNotificationConfigurationCommand: (
995
- output: __HttpResponse,
996
- context: __SerdeContext
997
- ) => Promise<UpdateNotificationConfigurationCommandOutput>;
998
- export declare const de_UpdateOtaTaskCommand: (
999
- output: __HttpResponse,
1000
- context: __SerdeContext
1001
- ) => Promise<UpdateOtaTaskCommandOutput>;