@aws-sdk/client-iot-managed-integrations 3.835.0 → 3.839.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 (206) hide show
  1. package/README.md +200 -0
  2. package/dist-cjs/IoTManagedIntegrations.js +50 -0
  3. package/dist-cjs/commands/CreateAccountAssociationCommand.js +27 -0
  4. package/dist-cjs/commands/CreateCloudConnectorCommand.js +26 -0
  5. package/dist-cjs/commands/CreateConnectorDestinationCommand.js +26 -0
  6. package/dist-cjs/commands/DeleteAccountAssociationCommand.js +26 -0
  7. package/dist-cjs/commands/DeleteCloudConnectorCommand.js +26 -0
  8. package/dist-cjs/commands/DeleteConnectorDestinationCommand.js +26 -0
  9. package/dist-cjs/commands/DeregisterAccountAssociationCommand.js +26 -0
  10. package/dist-cjs/commands/GetAccountAssociationCommand.js +27 -0
  11. package/dist-cjs/commands/GetCloudConnectorCommand.js +26 -0
  12. package/dist-cjs/commands/GetConnectorDestinationCommand.js +26 -0
  13. package/dist-cjs/commands/GetOtaTaskCommand.js +2 -1
  14. package/dist-cjs/commands/ListAccountAssociationsCommand.js +26 -0
  15. package/dist-cjs/commands/ListCloudConnectorsCommand.js +26 -0
  16. package/dist-cjs/commands/ListConnectorDestinationsCommand.js +26 -0
  17. package/dist-cjs/commands/ListDeviceDiscoveriesCommand.js +26 -0
  18. package/dist-cjs/commands/ListDiscoveredDevicesCommand.js +27 -0
  19. package/dist-cjs/commands/ListManagedThingAccountAssociationsCommand.js +26 -0
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +27 -0
  21. package/dist-cjs/commands/RegisterAccountAssociationCommand.js +26 -0
  22. package/dist-cjs/commands/SendConnectorEventCommand.js +27 -0
  23. package/dist-cjs/commands/StartAccountAssociationRefreshCommand.js +27 -0
  24. package/dist-cjs/commands/TagResourceCommand.js +27 -0
  25. package/dist-cjs/commands/UntagResourceCommand.js +26 -0
  26. package/dist-cjs/commands/UpdateAccountAssociationCommand.js +26 -0
  27. package/dist-cjs/commands/UpdateCloudConnectorCommand.js +26 -0
  28. package/dist-cjs/commands/UpdateConnectorDestinationCommand.js +26 -0
  29. package/dist-cjs/commands/index.js +25 -0
  30. package/dist-cjs/models/models_0.js +187 -36
  31. package/dist-cjs/pagination/ListAccountAssociationsPaginator.js +7 -0
  32. package/dist-cjs/pagination/ListCloudConnectorsPaginator.js +7 -0
  33. package/dist-cjs/pagination/ListConnectorDestinationsPaginator.js +7 -0
  34. package/dist-cjs/pagination/ListDeviceDiscoveriesPaginator.js +7 -0
  35. package/dist-cjs/pagination/ListDiscoveredDevicesPaginator.js +7 -0
  36. package/dist-cjs/pagination/ListManagedThingAccountAssociationsPaginator.js +7 -0
  37. package/dist-cjs/pagination/index.js +6 -0
  38. package/dist-cjs/protocols/Aws_restJson1.js +974 -22
  39. package/dist-es/IoTManagedIntegrations.js +50 -0
  40. package/dist-es/commands/CreateAccountAssociationCommand.js +23 -0
  41. package/dist-es/commands/CreateCloudConnectorCommand.js +22 -0
  42. package/dist-es/commands/CreateConnectorDestinationCommand.js +22 -0
  43. package/dist-es/commands/DeleteAccountAssociationCommand.js +22 -0
  44. package/dist-es/commands/DeleteCloudConnectorCommand.js +22 -0
  45. package/dist-es/commands/DeleteConnectorDestinationCommand.js +22 -0
  46. package/dist-es/commands/DeregisterAccountAssociationCommand.js +22 -0
  47. package/dist-es/commands/GetAccountAssociationCommand.js +23 -0
  48. package/dist-es/commands/GetCloudConnectorCommand.js +22 -0
  49. package/dist-es/commands/GetConnectorDestinationCommand.js +22 -0
  50. package/dist-es/commands/GetOtaTaskCommand.js +2 -1
  51. package/dist-es/commands/ListAccountAssociationsCommand.js +22 -0
  52. package/dist-es/commands/ListCloudConnectorsCommand.js +22 -0
  53. package/dist-es/commands/ListConnectorDestinationsCommand.js +22 -0
  54. package/dist-es/commands/ListDeviceDiscoveriesCommand.js +22 -0
  55. package/dist-es/commands/ListDiscoveredDevicesCommand.js +23 -0
  56. package/dist-es/commands/ListManagedThingAccountAssociationsCommand.js +22 -0
  57. package/dist-es/commands/ListTagsForResourceCommand.js +23 -0
  58. package/dist-es/commands/RegisterAccountAssociationCommand.js +22 -0
  59. package/dist-es/commands/SendConnectorEventCommand.js +23 -0
  60. package/dist-es/commands/StartAccountAssociationRefreshCommand.js +23 -0
  61. package/dist-es/commands/TagResourceCommand.js +23 -0
  62. package/dist-es/commands/UntagResourceCommand.js +22 -0
  63. package/dist-es/commands/UpdateAccountAssociationCommand.js +22 -0
  64. package/dist-es/commands/UpdateCloudConnectorCommand.js +22 -0
  65. package/dist-es/commands/UpdateConnectorDestinationCommand.js +22 -0
  66. package/dist-es/commands/index.js +25 -0
  67. package/dist-es/models/models_0.js +168 -32
  68. package/dist-es/pagination/ListAccountAssociationsPaginator.js +4 -0
  69. package/dist-es/pagination/ListCloudConnectorsPaginator.js +4 -0
  70. package/dist-es/pagination/ListConnectorDestinationsPaginator.js +4 -0
  71. package/dist-es/pagination/ListDeviceDiscoveriesPaginator.js +4 -0
  72. package/dist-es/pagination/ListDiscoveredDevicesPaginator.js +4 -0
  73. package/dist-es/pagination/ListManagedThingAccountAssociationsPaginator.js +4 -0
  74. package/dist-es/pagination/index.js +6 -0
  75. package/dist-es/protocols/Aws_restJson1.js +918 -17
  76. package/dist-types/IoTManagedIntegrations.d.ts +180 -0
  77. package/dist-types/IoTManagedIntegrationsClient.d.ts +27 -2
  78. package/dist-types/commands/CreateAccountAssociationCommand.d.ts +102 -0
  79. package/dist-types/commands/CreateCloudConnectorCommand.d.ts +159 -0
  80. package/dist-types/commands/CreateConnectorDestinationCommand.d.ts +108 -0
  81. package/dist-types/commands/CreateCredentialLockerCommand.d.ts +2 -4
  82. package/dist-types/commands/CreateDestinationCommand.d.ts +2 -4
  83. package/dist-types/commands/CreateEventLogConfigurationCommand.d.ts +2 -4
  84. package/dist-types/commands/CreateManagedThingCommand.d.ts +12 -5
  85. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +4 -6
  86. package/dist-types/commands/CreateOtaTaskCommand.d.ts +7 -2
  87. package/dist-types/commands/CreateOtaTaskConfigurationCommand.d.ts +1 -2
  88. package/dist-types/commands/CreateProvisioningProfileCommand.d.ts +5 -5
  89. package/dist-types/commands/DeleteAccountAssociationCommand.d.ts +88 -0
  90. package/dist-types/commands/DeleteCloudConnectorCommand.d.ts +85 -0
  91. package/dist-types/commands/DeleteConnectorDestinationCommand.d.ts +85 -0
  92. package/dist-types/commands/DeleteCredentialLockerCommand.d.ts +2 -7
  93. package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -2
  94. package/dist-types/commands/DeleteEventLogConfigurationCommand.d.ts +1 -2
  95. package/dist-types/commands/DeleteManagedThingCommand.d.ts +2 -5
  96. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +2 -3
  97. package/dist-types/commands/DeleteOtaTaskCommand.d.ts +4 -2
  98. package/dist-types/commands/DeleteOtaTaskConfigurationCommand.d.ts +1 -2
  99. package/dist-types/commands/DeleteProvisioningProfileCommand.d.ts +1 -2
  100. package/dist-types/commands/DeregisterAccountAssociationCommand.d.ts +86 -0
  101. package/dist-types/commands/GetAccountAssociationCommand.d.ts +100 -0
  102. package/dist-types/commands/GetCloudConnectorCommand.d.ts +151 -0
  103. package/dist-types/commands/GetConnectorDestinationCommand.d.ts +109 -0
  104. package/dist-types/commands/GetCredentialLockerCommand.d.ts +1 -2
  105. package/dist-types/commands/GetCustomEndpointCommand.d.ts +1 -2
  106. package/dist-types/commands/GetDefaultEncryptionConfigurationCommand.d.ts +1 -3
  107. package/dist-types/commands/GetDestinationCommand.d.ts +1 -2
  108. package/dist-types/commands/GetDeviceDiscoveryCommand.d.ts +3 -3
  109. package/dist-types/commands/GetEventLogConfigurationCommand.d.ts +1 -2
  110. package/dist-types/commands/GetHubConfigurationCommand.d.ts +1 -2
  111. package/dist-types/commands/GetManagedThingCapabilitiesCommand.d.ts +1 -2
  112. package/dist-types/commands/GetManagedThingCommand.d.ts +2 -2
  113. package/dist-types/commands/GetManagedThingConnectivityDataCommand.d.ts +1 -2
  114. package/dist-types/commands/GetManagedThingMetaDataCommand.d.ts +2 -3
  115. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -4
  116. package/dist-types/commands/GetOtaTaskCommand.d.ts +4 -2
  117. package/dist-types/commands/GetOtaTaskConfigurationCommand.d.ts +1 -2
  118. package/dist-types/commands/GetProvisioningProfileCommand.d.ts +1 -2
  119. package/dist-types/commands/GetRuntimeLogConfigurationCommand.d.ts +2 -4
  120. package/dist-types/commands/GetSchemaVersionCommand.d.ts +7 -14
  121. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +100 -0
  122. package/dist-types/commands/ListCloudConnectorsCommand.d.ts +150 -0
  123. package/dist-types/commands/ListConnectorDestinationsCommand.d.ts +94 -0
  124. package/dist-types/commands/ListCredentialLockersCommand.d.ts +1 -2
  125. package/dist-types/commands/ListDestinationsCommand.d.ts +1 -2
  126. package/dist-types/commands/ListDeviceDiscoveriesCommand.d.ts +100 -0
  127. package/dist-types/commands/ListDiscoveredDevicesCommand.d.ts +110 -0
  128. package/dist-types/commands/ListEventLogConfigurationsCommand.d.ts +1 -2
  129. package/dist-types/commands/ListManagedThingAccountAssociationsCommand.d.ts +93 -0
  130. package/dist-types/commands/ListManagedThingSchemasCommand.d.ts +1 -2
  131. package/dist-types/commands/ListManagedThingsCommand.d.ts +5 -3
  132. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +2 -3
  133. package/dist-types/commands/ListOtaTaskConfigurationsCommand.d.ts +1 -2
  134. package/dist-types/commands/ListOtaTaskExecutionsCommand.d.ts +4 -2
  135. package/dist-types/commands/ListOtaTasksCommand.d.ts +4 -2
  136. package/dist-types/commands/ListProvisioningProfilesCommand.d.ts +1 -2
  137. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +7 -8
  138. package/dist-types/commands/ListTagsForResourceCommand.d.ts +86 -0
  139. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -3
  140. package/dist-types/commands/PutHubConfigurationCommand.d.ts +1 -2
  141. package/dist-types/commands/PutRuntimeLogConfigurationCommand.d.ts +2 -4
  142. package/dist-types/commands/RegisterAccountAssociationCommand.d.ts +94 -0
  143. package/dist-types/commands/RegisterCustomEndpointCommand.d.ts +2 -4
  144. package/dist-types/commands/ResetRuntimeLogConfigurationCommand.d.ts +2 -4
  145. package/dist-types/commands/SendConnectorEventCommand.d.ts +309 -0
  146. package/dist-types/commands/SendManagedThingCommandCommand.d.ts +5 -2
  147. package/dist-types/commands/StartAccountAssociationRefreshCommand.d.ts +90 -0
  148. package/dist-types/commands/StartDeviceDiscoveryCommand.d.ts +7 -6
  149. package/dist-types/commands/TagResourceCommand.d.ts +88 -0
  150. package/dist-types/commands/UntagResourceCommand.d.ts +88 -0
  151. package/dist-types/commands/UpdateAccountAssociationCommand.d.ts +93 -0
  152. package/dist-types/commands/UpdateCloudConnectorCommand.d.ts +115 -0
  153. package/dist-types/commands/UpdateConnectorDestinationCommand.d.ts +101 -0
  154. package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -2
  155. package/dist-types/commands/UpdateEventLogConfigurationCommand.d.ts +1 -2
  156. package/dist-types/commands/UpdateManagedThingCommand.d.ts +10 -2
  157. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +2 -3
  158. package/dist-types/commands/UpdateOtaTaskCommand.d.ts +1 -2
  159. package/dist-types/commands/index.d.ts +25 -0
  160. package/dist-types/models/models_0.d.ts +1953 -394
  161. package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +7 -0
  162. package/dist-types/pagination/ListCloudConnectorsPaginator.d.ts +7 -0
  163. package/dist-types/pagination/ListConnectorDestinationsPaginator.d.ts +7 -0
  164. package/dist-types/pagination/ListDeviceDiscoveriesPaginator.d.ts +7 -0
  165. package/dist-types/pagination/ListDiscoveredDevicesPaginator.d.ts +7 -0
  166. package/dist-types/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +7 -0
  167. package/dist-types/pagination/index.d.ts +6 -0
  168. package/dist-types/protocols/Aws_restJson1.d.ts +225 -0
  169. package/dist-types/ts3.4/IoTManagedIntegrations.d.ts +436 -0
  170. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +150 -0
  171. package/dist-types/ts3.4/commands/CreateAccountAssociationCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +51 -0
  174. package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +47 -0
  175. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +46 -0
  176. package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +47 -0
  177. package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +47 -0
  178. package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +51 -0
  179. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  188. package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +51 -0
  189. package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +51 -0
  190. package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +51 -0
  191. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
  192. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
  193. package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +47 -0
  194. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +46 -0
  195. package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +47 -0
  196. package/dist-types/ts3.4/commands/index.d.ts +25 -0
  197. package/dist-types/ts3.4/models/models_0.d.ts +510 -54
  198. package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -0
  199. package/dist-types/ts3.4/pagination/ListCloudConnectorsPaginator.d.ts +11 -0
  200. package/dist-types/ts3.4/pagination/ListConnectorDestinationsPaginator.d.ts +11 -0
  201. package/dist-types/ts3.4/pagination/ListDeviceDiscoveriesPaginator.d.ts +11 -0
  202. package/dist-types/ts3.4/pagination/ListDiscoveredDevicesPaginator.d.ts +11 -0
  203. package/dist-types/ts3.4/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +11 -0
  204. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  205. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +300 -0
  206. package/package.json +11 -11
@@ -45,6 +45,18 @@ import {
45
45
  HttpAuthSchemeInputConfig,
46
46
  HttpAuthSchemeResolvedConfig,
47
47
  } from "./auth/httpAuthSchemeProvider";
48
+ import {
49
+ CreateAccountAssociationCommandInput,
50
+ CreateAccountAssociationCommandOutput,
51
+ } from "./commands/CreateAccountAssociationCommand";
52
+ import {
53
+ CreateCloudConnectorCommandInput,
54
+ CreateCloudConnectorCommandOutput,
55
+ } from "./commands/CreateCloudConnectorCommand";
56
+ import {
57
+ CreateConnectorDestinationCommandInput,
58
+ CreateConnectorDestinationCommandOutput,
59
+ } from "./commands/CreateConnectorDestinationCommand";
48
60
  import {
49
61
  CreateCredentialLockerCommandInput,
50
62
  CreateCredentialLockerCommandOutput,
@@ -77,6 +89,18 @@ import {
77
89
  CreateProvisioningProfileCommandInput,
78
90
  CreateProvisioningProfileCommandOutput,
79
91
  } from "./commands/CreateProvisioningProfileCommand";
92
+ import {
93
+ DeleteAccountAssociationCommandInput,
94
+ DeleteAccountAssociationCommandOutput,
95
+ } from "./commands/DeleteAccountAssociationCommand";
96
+ import {
97
+ DeleteCloudConnectorCommandInput,
98
+ DeleteCloudConnectorCommandOutput,
99
+ } from "./commands/DeleteCloudConnectorCommand";
100
+ import {
101
+ DeleteConnectorDestinationCommandInput,
102
+ DeleteConnectorDestinationCommandOutput,
103
+ } from "./commands/DeleteConnectorDestinationCommand";
80
104
  import {
81
105
  DeleteCredentialLockerCommandInput,
82
106
  DeleteCredentialLockerCommandOutput,
@@ -109,6 +133,22 @@ import {
109
133
  DeleteProvisioningProfileCommandInput,
110
134
  DeleteProvisioningProfileCommandOutput,
111
135
  } from "./commands/DeleteProvisioningProfileCommand";
136
+ import {
137
+ DeregisterAccountAssociationCommandInput,
138
+ DeregisterAccountAssociationCommandOutput,
139
+ } from "./commands/DeregisterAccountAssociationCommand";
140
+ import {
141
+ GetAccountAssociationCommandInput,
142
+ GetAccountAssociationCommandOutput,
143
+ } from "./commands/GetAccountAssociationCommand";
144
+ import {
145
+ GetCloudConnectorCommandInput,
146
+ GetCloudConnectorCommandOutput,
147
+ } from "./commands/GetCloudConnectorCommand";
148
+ import {
149
+ GetConnectorDestinationCommandInput,
150
+ GetConnectorDestinationCommandOutput,
151
+ } from "./commands/GetConnectorDestinationCommand";
112
152
  import {
113
153
  GetCredentialLockerCommandInput,
114
154
  GetCredentialLockerCommandOutput,
@@ -181,6 +221,18 @@ import {
181
221
  GetSchemaVersionCommandInput,
182
222
  GetSchemaVersionCommandOutput,
183
223
  } from "./commands/GetSchemaVersionCommand";
224
+ import {
225
+ ListAccountAssociationsCommandInput,
226
+ ListAccountAssociationsCommandOutput,
227
+ } from "./commands/ListAccountAssociationsCommand";
228
+ import {
229
+ ListCloudConnectorsCommandInput,
230
+ ListCloudConnectorsCommandOutput,
231
+ } from "./commands/ListCloudConnectorsCommand";
232
+ import {
233
+ ListConnectorDestinationsCommandInput,
234
+ ListConnectorDestinationsCommandOutput,
235
+ } from "./commands/ListConnectorDestinationsCommand";
184
236
  import {
185
237
  ListCredentialLockersCommandInput,
186
238
  ListCredentialLockersCommandOutput,
@@ -189,10 +241,22 @@ import {
189
241
  ListDestinationsCommandInput,
190
242
  ListDestinationsCommandOutput,
191
243
  } from "./commands/ListDestinationsCommand";
244
+ import {
245
+ ListDeviceDiscoveriesCommandInput,
246
+ ListDeviceDiscoveriesCommandOutput,
247
+ } from "./commands/ListDeviceDiscoveriesCommand";
248
+ import {
249
+ ListDiscoveredDevicesCommandInput,
250
+ ListDiscoveredDevicesCommandOutput,
251
+ } from "./commands/ListDiscoveredDevicesCommand";
192
252
  import {
193
253
  ListEventLogConfigurationsCommandInput,
194
254
  ListEventLogConfigurationsCommandOutput,
195
255
  } from "./commands/ListEventLogConfigurationsCommand";
256
+ import {
257
+ ListManagedThingAccountAssociationsCommandInput,
258
+ ListManagedThingAccountAssociationsCommandOutput,
259
+ } from "./commands/ListManagedThingAccountAssociationsCommand";
196
260
  import {
197
261
  ListManagedThingSchemasCommandInput,
198
262
  ListManagedThingSchemasCommandOutput,
@@ -225,6 +289,10 @@ import {
225
289
  ListSchemaVersionsCommandInput,
226
290
  ListSchemaVersionsCommandOutput,
227
291
  } from "./commands/ListSchemaVersionsCommand";
292
+ import {
293
+ ListTagsForResourceCommandInput,
294
+ ListTagsForResourceCommandOutput,
295
+ } from "./commands/ListTagsForResourceCommand";
228
296
  import {
229
297
  PutDefaultEncryptionConfigurationCommandInput,
230
298
  PutDefaultEncryptionConfigurationCommandOutput,
@@ -237,6 +305,10 @@ import {
237
305
  PutRuntimeLogConfigurationCommandInput,
238
306
  PutRuntimeLogConfigurationCommandOutput,
239
307
  } from "./commands/PutRuntimeLogConfigurationCommand";
308
+ import {
309
+ RegisterAccountAssociationCommandInput,
310
+ RegisterAccountAssociationCommandOutput,
311
+ } from "./commands/RegisterAccountAssociationCommand";
240
312
  import {
241
313
  RegisterCustomEndpointCommandInput,
242
314
  RegisterCustomEndpointCommandOutput,
@@ -245,14 +317,42 @@ import {
245
317
  ResetRuntimeLogConfigurationCommandInput,
246
318
  ResetRuntimeLogConfigurationCommandOutput,
247
319
  } from "./commands/ResetRuntimeLogConfigurationCommand";
320
+ import {
321
+ SendConnectorEventCommandInput,
322
+ SendConnectorEventCommandOutput,
323
+ } from "./commands/SendConnectorEventCommand";
248
324
  import {
249
325
  SendManagedThingCommandCommandInput,
250
326
  SendManagedThingCommandCommandOutput,
251
327
  } from "./commands/SendManagedThingCommandCommand";
328
+ import {
329
+ StartAccountAssociationRefreshCommandInput,
330
+ StartAccountAssociationRefreshCommandOutput,
331
+ } from "./commands/StartAccountAssociationRefreshCommand";
252
332
  import {
253
333
  StartDeviceDiscoveryCommandInput,
254
334
  StartDeviceDiscoveryCommandOutput,
255
335
  } from "./commands/StartDeviceDiscoveryCommand";
336
+ import {
337
+ TagResourceCommandInput,
338
+ TagResourceCommandOutput,
339
+ } from "./commands/TagResourceCommand";
340
+ import {
341
+ UntagResourceCommandInput,
342
+ UntagResourceCommandOutput,
343
+ } from "./commands/UntagResourceCommand";
344
+ import {
345
+ UpdateAccountAssociationCommandInput,
346
+ UpdateAccountAssociationCommandOutput,
347
+ } from "./commands/UpdateAccountAssociationCommand";
348
+ import {
349
+ UpdateCloudConnectorCommandInput,
350
+ UpdateCloudConnectorCommandOutput,
351
+ } from "./commands/UpdateCloudConnectorCommand";
352
+ import {
353
+ UpdateConnectorDestinationCommandInput,
354
+ UpdateConnectorDestinationCommandOutput,
355
+ } from "./commands/UpdateConnectorDestinationCommand";
256
356
  import {
257
357
  UpdateDestinationCommandInput,
258
358
  UpdateDestinationCommandOutput,
@@ -281,6 +381,9 @@ import {
281
381
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
282
382
  export { __Client };
283
383
  export type ServiceInputTypes =
384
+ | CreateAccountAssociationCommandInput
385
+ | CreateCloudConnectorCommandInput
386
+ | CreateConnectorDestinationCommandInput
284
387
  | CreateCredentialLockerCommandInput
285
388
  | CreateDestinationCommandInput
286
389
  | CreateEventLogConfigurationCommandInput
@@ -289,6 +392,9 @@ export type ServiceInputTypes =
289
392
  | CreateOtaTaskCommandInput
290
393
  | CreateOtaTaskConfigurationCommandInput
291
394
  | CreateProvisioningProfileCommandInput
395
+ | DeleteAccountAssociationCommandInput
396
+ | DeleteCloudConnectorCommandInput
397
+ | DeleteConnectorDestinationCommandInput
292
398
  | DeleteCredentialLockerCommandInput
293
399
  | DeleteDestinationCommandInput
294
400
  | DeleteEventLogConfigurationCommandInput
@@ -297,6 +403,10 @@ export type ServiceInputTypes =
297
403
  | DeleteOtaTaskCommandInput
298
404
  | DeleteOtaTaskConfigurationCommandInput
299
405
  | DeleteProvisioningProfileCommandInput
406
+ | DeregisterAccountAssociationCommandInput
407
+ | GetAccountAssociationCommandInput
408
+ | GetCloudConnectorCommandInput
409
+ | GetConnectorDestinationCommandInput
300
410
  | GetCredentialLockerCommandInput
301
411
  | GetCustomEndpointCommandInput
302
412
  | GetDefaultEncryptionConfigurationCommandInput
@@ -315,9 +425,15 @@ export type ServiceInputTypes =
315
425
  | GetProvisioningProfileCommandInput
316
426
  | GetRuntimeLogConfigurationCommandInput
317
427
  | GetSchemaVersionCommandInput
428
+ | ListAccountAssociationsCommandInput
429
+ | ListCloudConnectorsCommandInput
430
+ | ListConnectorDestinationsCommandInput
318
431
  | ListCredentialLockersCommandInput
319
432
  | ListDestinationsCommandInput
433
+ | ListDeviceDiscoveriesCommandInput
434
+ | ListDiscoveredDevicesCommandInput
320
435
  | ListEventLogConfigurationsCommandInput
436
+ | ListManagedThingAccountAssociationsCommandInput
321
437
  | ListManagedThingSchemasCommandInput
322
438
  | ListManagedThingsCommandInput
323
439
  | ListNotificationConfigurationsCommandInput
@@ -326,19 +442,31 @@ export type ServiceInputTypes =
326
442
  | ListOtaTasksCommandInput
327
443
  | ListProvisioningProfilesCommandInput
328
444
  | ListSchemaVersionsCommandInput
445
+ | ListTagsForResourceCommandInput
329
446
  | PutDefaultEncryptionConfigurationCommandInput
330
447
  | PutHubConfigurationCommandInput
331
448
  | PutRuntimeLogConfigurationCommandInput
449
+ | RegisterAccountAssociationCommandInput
332
450
  | RegisterCustomEndpointCommandInput
333
451
  | ResetRuntimeLogConfigurationCommandInput
452
+ | SendConnectorEventCommandInput
334
453
  | SendManagedThingCommandCommandInput
454
+ | StartAccountAssociationRefreshCommandInput
335
455
  | StartDeviceDiscoveryCommandInput
456
+ | TagResourceCommandInput
457
+ | UntagResourceCommandInput
458
+ | UpdateAccountAssociationCommandInput
459
+ | UpdateCloudConnectorCommandInput
460
+ | UpdateConnectorDestinationCommandInput
336
461
  | UpdateDestinationCommandInput
337
462
  | UpdateEventLogConfigurationCommandInput
338
463
  | UpdateManagedThingCommandInput
339
464
  | UpdateNotificationConfigurationCommandInput
340
465
  | UpdateOtaTaskCommandInput;
341
466
  export type ServiceOutputTypes =
467
+ | CreateAccountAssociationCommandOutput
468
+ | CreateCloudConnectorCommandOutput
469
+ | CreateConnectorDestinationCommandOutput
342
470
  | CreateCredentialLockerCommandOutput
343
471
  | CreateDestinationCommandOutput
344
472
  | CreateEventLogConfigurationCommandOutput
@@ -347,6 +475,9 @@ export type ServiceOutputTypes =
347
475
  | CreateOtaTaskCommandOutput
348
476
  | CreateOtaTaskConfigurationCommandOutput
349
477
  | CreateProvisioningProfileCommandOutput
478
+ | DeleteAccountAssociationCommandOutput
479
+ | DeleteCloudConnectorCommandOutput
480
+ | DeleteConnectorDestinationCommandOutput
350
481
  | DeleteCredentialLockerCommandOutput
351
482
  | DeleteDestinationCommandOutput
352
483
  | DeleteEventLogConfigurationCommandOutput
@@ -355,6 +486,10 @@ export type ServiceOutputTypes =
355
486
  | DeleteOtaTaskCommandOutput
356
487
  | DeleteOtaTaskConfigurationCommandOutput
357
488
  | DeleteProvisioningProfileCommandOutput
489
+ | DeregisterAccountAssociationCommandOutput
490
+ | GetAccountAssociationCommandOutput
491
+ | GetCloudConnectorCommandOutput
492
+ | GetConnectorDestinationCommandOutput
358
493
  | GetCredentialLockerCommandOutput
359
494
  | GetCustomEndpointCommandOutput
360
495
  | GetDefaultEncryptionConfigurationCommandOutput
@@ -373,9 +508,15 @@ export type ServiceOutputTypes =
373
508
  | GetProvisioningProfileCommandOutput
374
509
  | GetRuntimeLogConfigurationCommandOutput
375
510
  | GetSchemaVersionCommandOutput
511
+ | ListAccountAssociationsCommandOutput
512
+ | ListCloudConnectorsCommandOutput
513
+ | ListConnectorDestinationsCommandOutput
376
514
  | ListCredentialLockersCommandOutput
377
515
  | ListDestinationsCommandOutput
516
+ | ListDeviceDiscoveriesCommandOutput
517
+ | ListDiscoveredDevicesCommandOutput
378
518
  | ListEventLogConfigurationsCommandOutput
519
+ | ListManagedThingAccountAssociationsCommandOutput
379
520
  | ListManagedThingSchemasCommandOutput
380
521
  | ListManagedThingsCommandOutput
381
522
  | ListNotificationConfigurationsCommandOutput
@@ -384,13 +525,22 @@ export type ServiceOutputTypes =
384
525
  | ListOtaTasksCommandOutput
385
526
  | ListProvisioningProfilesCommandOutput
386
527
  | ListSchemaVersionsCommandOutput
528
+ | ListTagsForResourceCommandOutput
387
529
  | PutDefaultEncryptionConfigurationCommandOutput
388
530
  | PutHubConfigurationCommandOutput
389
531
  | PutRuntimeLogConfigurationCommandOutput
532
+ | RegisterAccountAssociationCommandOutput
390
533
  | RegisterCustomEndpointCommandOutput
391
534
  | ResetRuntimeLogConfigurationCommandOutput
535
+ | SendConnectorEventCommandOutput
392
536
  | SendManagedThingCommandCommandOutput
537
+ | StartAccountAssociationRefreshCommandOutput
393
538
  | StartDeviceDiscoveryCommandOutput
539
+ | TagResourceCommandOutput
540
+ | UntagResourceCommandOutput
541
+ | UpdateAccountAssociationCommandOutput
542
+ | UpdateCloudConnectorCommandOutput
543
+ | UpdateConnectorDestinationCommandOutput
394
544
  | UpdateDestinationCommandOutput
395
545
  | UpdateEventLogConfigurationCommandOutput
396
546
  | UpdateManagedThingCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTManagedIntegrationsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTManagedIntegrationsClient";
8
+ import {
9
+ CreateAccountAssociationRequest,
10
+ CreateAccountAssociationResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateAccountAssociationCommandInput
15
+ extends CreateAccountAssociationRequest {}
16
+ export interface CreateAccountAssociationCommandOutput
17
+ extends CreateAccountAssociationResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateAccountAssociationCommand_base: {
20
+ new (
21
+ input: CreateAccountAssociationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateAccountAssociationCommandInput,
24
+ CreateAccountAssociationCommandOutput,
25
+ IoTManagedIntegrationsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateAccountAssociationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateAccountAssociationCommandInput,
33
+ CreateAccountAssociationCommandOutput,
34
+ IoTManagedIntegrationsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateAccountAssociationCommand extends CreateAccountAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAccountAssociationRequest;
44
+ output: CreateAccountAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAccountAssociationCommandInput;
48
+ output: CreateAccountAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTManagedIntegrationsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTManagedIntegrationsClient";
8
+ import {
9
+ CreateCloudConnectorRequest,
10
+ CreateCloudConnectorResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateCloudConnectorCommandInput
15
+ extends CreateCloudConnectorRequest {}
16
+ export interface CreateCloudConnectorCommandOutput
17
+ extends CreateCloudConnectorResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateCloudConnectorCommand_base: {
20
+ new (
21
+ input: CreateCloudConnectorCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateCloudConnectorCommandInput,
24
+ CreateCloudConnectorCommandOutput,
25
+ IoTManagedIntegrationsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateCloudConnectorCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateCloudConnectorCommandInput,
33
+ CreateCloudConnectorCommandOutput,
34
+ IoTManagedIntegrationsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateCloudConnectorCommand extends CreateCloudConnectorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCloudConnectorRequest;
44
+ output: CreateCloudConnectorResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateCloudConnectorCommandInput;
48
+ output: CreateCloudConnectorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTManagedIntegrationsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTManagedIntegrationsClient";
8
+ import {
9
+ CreateConnectorDestinationRequest,
10
+ CreateConnectorDestinationResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateConnectorDestinationCommandInput
15
+ extends CreateConnectorDestinationRequest {}
16
+ export interface CreateConnectorDestinationCommandOutput
17
+ extends CreateConnectorDestinationResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateConnectorDestinationCommand_base: {
20
+ new (
21
+ input: CreateConnectorDestinationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateConnectorDestinationCommandInput,
24
+ CreateConnectorDestinationCommandOutput,
25
+ IoTManagedIntegrationsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateConnectorDestinationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateConnectorDestinationCommandInput,
33
+ CreateConnectorDestinationCommandOutput,
34
+ IoTManagedIntegrationsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateConnectorDestinationCommand extends CreateConnectorDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateConnectorDestinationRequest;
44
+ output: CreateConnectorDestinationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateConnectorDestinationCommandInput;
48
+ output: CreateConnectorDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTManagedIntegrationsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTManagedIntegrationsClient";
8
+ import { DeleteAccountAssociationRequest } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteAccountAssociationCommandInput
12
+ extends DeleteAccountAssociationRequest {}
13
+ export interface DeleteAccountAssociationCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DeleteAccountAssociationCommand_base: {
16
+ new (
17
+ input: DeleteAccountAssociationCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteAccountAssociationCommandInput,
20
+ DeleteAccountAssociationCommandOutput,
21
+ IoTManagedIntegrationsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeleteAccountAssociationCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteAccountAssociationCommandInput,
29
+ DeleteAccountAssociationCommandOutput,
30
+ IoTManagedIntegrationsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteAccountAssociationCommand extends DeleteAccountAssociationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteAccountAssociationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteAccountAssociationCommandInput;
44
+ output: DeleteAccountAssociationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,46 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTManagedIntegrationsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTManagedIntegrationsClient";
8
+ import { DeleteCloudConnectorRequest } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteCloudConnectorCommandInput
12
+ extends DeleteCloudConnectorRequest {}
13
+ export interface DeleteCloudConnectorCommandOutput extends __MetadataBearer {}
14
+ declare const DeleteCloudConnectorCommand_base: {
15
+ new (
16
+ input: DeleteCloudConnectorCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteCloudConnectorCommandInput,
19
+ DeleteCloudConnectorCommandOutput,
20
+ IoTManagedIntegrationsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ input: DeleteCloudConnectorCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteCloudConnectorCommandInput,
28
+ DeleteCloudConnectorCommandOutput,
29
+ IoTManagedIntegrationsClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class DeleteCloudConnectorCommand extends DeleteCloudConnectorCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteCloudConnectorRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteCloudConnectorCommandInput;
43
+ output: DeleteCloudConnectorCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTManagedIntegrationsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTManagedIntegrationsClient";
8
+ import { DeleteConnectorDestinationRequest } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteConnectorDestinationCommandInput
12
+ extends DeleteConnectorDestinationRequest {}
13
+ export interface DeleteConnectorDestinationCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DeleteConnectorDestinationCommand_base: {
16
+ new (
17
+ input: DeleteConnectorDestinationCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteConnectorDestinationCommandInput,
20
+ DeleteConnectorDestinationCommandOutput,
21
+ IoTManagedIntegrationsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeleteConnectorDestinationCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteConnectorDestinationCommandInput,
29
+ DeleteConnectorDestinationCommandOutput,
30
+ IoTManagedIntegrationsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteConnectorDestinationCommand extends DeleteConnectorDestinationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteConnectorDestinationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteConnectorDestinationCommandInput;
44
+ output: DeleteConnectorDestinationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IoTManagedIntegrationsClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IoTManagedIntegrationsClient";
8
+ import { DeregisterAccountAssociationRequest } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeregisterAccountAssociationCommandInput
12
+ extends DeregisterAccountAssociationRequest {}
13
+ export interface DeregisterAccountAssociationCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DeregisterAccountAssociationCommand_base: {
16
+ new (
17
+ input: DeregisterAccountAssociationCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeregisterAccountAssociationCommandInput,
20
+ DeregisterAccountAssociationCommandOutput,
21
+ IoTManagedIntegrationsClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeregisterAccountAssociationCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeregisterAccountAssociationCommandInput,
29
+ DeregisterAccountAssociationCommandOutput,
30
+ IoTManagedIntegrationsClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeregisterAccountAssociationCommand extends DeregisterAccountAssociationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeregisterAccountAssociationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeregisterAccountAssociationCommandInput;
44
+ output: DeregisterAccountAssociationCommandOutput;
45
+ };
46
+ };
47
+ }