@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
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
6
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class TagResourceCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("IotManagedIntegrations", "TagResource", {})
18
+ .n("IoTManagedIntegrationsClient", "TagResourceCommand")
19
+ .f(TagResourceRequestFilterSensitiveLog, void 0)
20
+ .ser(se_TagResourceCommand)
21
+ .de(de_TagResourceCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("IotManagedIntegrations", "UntagResource", {})
17
+ .n("IoTManagedIntegrationsClient", "UntagResourceCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UntagResourceCommand)
20
+ .de(de_UntagResourceCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateAccountAssociationCommand, se_UpdateAccountAssociationCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateAccountAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("IotManagedIntegrations", "UpdateAccountAssociation", {})
17
+ .n("IoTManagedIntegrationsClient", "UpdateAccountAssociationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateAccountAssociationCommand)
20
+ .de(de_UpdateAccountAssociationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateCloudConnectorCommand, se_UpdateCloudConnectorCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateCloudConnectorCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("IotManagedIntegrations", "UpdateCloudConnector", {})
17
+ .n("IoTManagedIntegrationsClient", "UpdateCloudConnectorCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateCloudConnectorCommand)
20
+ .de(de_UpdateCloudConnectorCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateConnectorDestinationCommand, se_UpdateConnectorDestinationCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateConnectorDestinationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("IotManagedIntegrations", "UpdateConnectorDestination", {})
17
+ .n("IoTManagedIntegrationsClient", "UpdateConnectorDestinationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateConnectorDestinationCommand)
20
+ .de(de_UpdateConnectorDestinationCommand)
21
+ .build() {
22
+ }
@@ -1,3 +1,6 @@
1
+ export * from "./CreateAccountAssociationCommand";
2
+ export * from "./CreateCloudConnectorCommand";
3
+ export * from "./CreateConnectorDestinationCommand";
1
4
  export * from "./CreateCredentialLockerCommand";
2
5
  export * from "./CreateDestinationCommand";
3
6
  export * from "./CreateEventLogConfigurationCommand";
@@ -6,6 +9,9 @@ export * from "./CreateNotificationConfigurationCommand";
6
9
  export * from "./CreateOtaTaskCommand";
7
10
  export * from "./CreateOtaTaskConfigurationCommand";
8
11
  export * from "./CreateProvisioningProfileCommand";
12
+ export * from "./DeleteAccountAssociationCommand";
13
+ export * from "./DeleteCloudConnectorCommand";
14
+ export * from "./DeleteConnectorDestinationCommand";
9
15
  export * from "./DeleteCredentialLockerCommand";
10
16
  export * from "./DeleteDestinationCommand";
11
17
  export * from "./DeleteEventLogConfigurationCommand";
@@ -14,6 +20,10 @@ export * from "./DeleteNotificationConfigurationCommand";
14
20
  export * from "./DeleteOtaTaskCommand";
15
21
  export * from "./DeleteOtaTaskConfigurationCommand";
16
22
  export * from "./DeleteProvisioningProfileCommand";
23
+ export * from "./DeregisterAccountAssociationCommand";
24
+ export * from "./GetAccountAssociationCommand";
25
+ export * from "./GetCloudConnectorCommand";
26
+ export * from "./GetConnectorDestinationCommand";
17
27
  export * from "./GetCredentialLockerCommand";
18
28
  export * from "./GetCustomEndpointCommand";
19
29
  export * from "./GetDefaultEncryptionConfigurationCommand";
@@ -32,9 +42,15 @@ export * from "./GetOtaTaskConfigurationCommand";
32
42
  export * from "./GetProvisioningProfileCommand";
33
43
  export * from "./GetRuntimeLogConfigurationCommand";
34
44
  export * from "./GetSchemaVersionCommand";
45
+ export * from "./ListAccountAssociationsCommand";
46
+ export * from "./ListCloudConnectorsCommand";
47
+ export * from "./ListConnectorDestinationsCommand";
35
48
  export * from "./ListCredentialLockersCommand";
36
49
  export * from "./ListDestinationsCommand";
50
+ export * from "./ListDeviceDiscoveriesCommand";
51
+ export * from "./ListDiscoveredDevicesCommand";
37
52
  export * from "./ListEventLogConfigurationsCommand";
53
+ export * from "./ListManagedThingAccountAssociationsCommand";
38
54
  export * from "./ListManagedThingSchemasCommand";
39
55
  export * from "./ListManagedThingsCommand";
40
56
  export * from "./ListNotificationConfigurationsCommand";
@@ -43,13 +59,22 @@ export * from "./ListOtaTaskExecutionsCommand";
43
59
  export * from "./ListOtaTasksCommand";
44
60
  export * from "./ListProvisioningProfilesCommand";
45
61
  export * from "./ListSchemaVersionsCommand";
62
+ export * from "./ListTagsForResourceCommand";
46
63
  export * from "./PutDefaultEncryptionConfigurationCommand";
47
64
  export * from "./PutHubConfigurationCommand";
48
65
  export * from "./PutRuntimeLogConfigurationCommand";
66
+ export * from "./RegisterAccountAssociationCommand";
49
67
  export * from "./RegisterCustomEndpointCommand";
50
68
  export * from "./ResetRuntimeLogConfigurationCommand";
69
+ export * from "./SendConnectorEventCommand";
51
70
  export * from "./SendManagedThingCommandCommand";
71
+ export * from "./StartAccountAssociationRefreshCommand";
52
72
  export * from "./StartDeviceDiscoveryCommand";
73
+ export * from "./TagResourceCommand";
74
+ export * from "./UntagResourceCommand";
75
+ export * from "./UpdateAccountAssociationCommand";
76
+ export * from "./UpdateCloudConnectorCommand";
77
+ export * from "./UpdateConnectorDestinationCommand";
53
78
  export * from "./UpdateDestinationCommand";
54
79
  export * from "./UpdateEventLogConfigurationCommand";
55
80
  export * from "./UpdateManagedThingCommand";
@@ -23,15 +23,12 @@ export class AccessDeniedException extends __BaseException {
23
23
  this.Message = opts.Message;
24
24
  }
25
25
  }
26
- export const AuthMaterialType = {
27
- WIFI_SETUP_QR_BAR_CODE: "WIFI_SETUP_QR_BAR_CODE",
28
- ZIGBEE_QR_BAR_CODE: "ZIGBEE_QR_BAR_CODE",
29
- ZWAVE_QR_BAR_CODE: "ZWAVE_QR_BAR_CODE",
30
- };
31
- export const ConfigurationState = {
32
- ENABLED: "ENABLED",
33
- UPDATE_FAILED: "UPDATE_FAILED",
34
- UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
26
+ export const AssociationState = {
27
+ ASSOCIATION_DELETING: "ASSOCIATION_DELETING",
28
+ ASSOCIATION_FAILED: "ASSOCIATION_FAILED",
29
+ ASSOCIATION_IN_PROGRESS: "ASSOCIATION_IN_PROGRESS",
30
+ ASSOCIATION_SUCCEEDED: "ASSOCIATION_SUCCEEDED",
31
+ REFRESH_TOKEN_EXPIRED: "REFRESH_TOKEN_EXPIRED",
35
32
  };
36
33
  export class ConflictException extends __BaseException {
37
34
  name = "ConflictException";
@@ -61,18 +58,22 @@ export class InternalServerException extends __BaseException {
61
58
  this.Message = opts.Message;
62
59
  }
63
60
  }
64
- export class ServiceQuotaExceededException extends __BaseException {
65
- name = "ServiceQuotaExceededException";
61
+ export class ResourceNotFoundException extends __BaseException {
62
+ name = "ResourceNotFoundException";
66
63
  $fault = "client";
67
64
  Message;
65
+ ResourceId;
66
+ ResourceType;
68
67
  constructor(opts) {
69
68
  super({
70
- name: "ServiceQuotaExceededException",
69
+ name: "ResourceNotFoundException",
71
70
  $fault: "client",
72
71
  ...opts,
73
72
  });
74
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
73
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
75
74
  this.Message = opts.Message;
75
+ this.ResourceId = opts.ResourceId;
76
+ this.ResourceType = opts.ResourceType;
76
77
  }
77
78
  }
78
79
  export class ServiceUnavailableException extends __BaseException {
@@ -117,33 +118,70 @@ export class ValidationException extends __BaseException {
117
118
  this.Message = opts.Message;
118
119
  }
119
120
  }
120
- export const DeliveryDestinationType = {
121
- KINESIS: "KINESIS",
121
+ export const TokenEndpointAuthenticationScheme = {
122
+ HTTP_BASIC: "HTTP_BASIC",
123
+ REQUEST_BODY_CREDENTIALS: "REQUEST_BODY_CREDENTIALS",
122
124
  };
123
- export const LogLevel = {
124
- DEBUG: "DEBUG",
125
- ERROR: "ERROR",
126
- INFO: "INFO",
127
- WARN: "WARN",
125
+ export const AuthMaterialType = {
126
+ CUSTOM_PROTOCOL_QR_BAR_CODE: "CUSTOM_PROTOCOL_QR_BAR_CODE",
127
+ DISCOVERED_DEVICE: "DISCOVERED_DEVICE",
128
+ WIFI_SETUP_QR_BAR_CODE: "WIFI_SETUP_QR_BAR_CODE",
129
+ ZIGBEE_QR_BAR_CODE: "ZIGBEE_QR_BAR_CODE",
130
+ ZWAVE_QR_BAR_CODE: "ZWAVE_QR_BAR_CODE",
128
131
  };
129
- export const Role = {
130
- CONTROLLER: "CONTROLLER",
131
- DEVICE: "DEVICE",
132
+ export const AuthType = {
133
+ OAUTH: "OAUTH",
132
134
  };
133
- export class ResourceNotFoundException extends __BaseException {
134
- name = "ResourceNotFoundException";
135
+ export const SchemaVersionFormat = {
136
+ AWS: "AWS",
137
+ CONNECTOR: "CONNECTOR",
138
+ ZCL: "ZCL",
139
+ };
140
+ export const EndpointType = {
141
+ LAMBDA: "LAMBDA",
142
+ };
143
+ export const CloudConnectorType = {
144
+ LISTED: "LISTED",
145
+ UNLISTED: "UNLISTED",
146
+ };
147
+ export const ConfigurationState = {
148
+ ENABLED: "ENABLED",
149
+ UPDATE_FAILED: "UPDATE_FAILED",
150
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
151
+ };
152
+ export const ConnectorEventOperation = {
153
+ DEVICE_COMMAND_REQUEST: "DEVICE_COMMAND_REQUEST",
154
+ DEVICE_COMMAND_RESPONSE: "DEVICE_COMMAND_RESPONSE",
155
+ DEVICE_DISCOVERY: "DEVICE_DISCOVERY",
156
+ DEVICE_EVENT: "DEVICE_EVENT",
157
+ };
158
+ export class ServiceQuotaExceededException extends __BaseException {
159
+ name = "ServiceQuotaExceededException";
135
160
  $fault = "client";
136
161
  Message;
137
162
  constructor(opts) {
138
163
  super({
139
- name: "ResourceNotFoundException",
164
+ name: "ServiceQuotaExceededException",
140
165
  $fault: "client",
141
166
  ...opts,
142
167
  });
143
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
168
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
144
169
  this.Message = opts.Message;
145
170
  }
146
171
  }
172
+ export const DeliveryDestinationType = {
173
+ KINESIS: "KINESIS",
174
+ };
175
+ export const LogLevel = {
176
+ DEBUG: "DEBUG",
177
+ ERROR: "ERROR",
178
+ INFO: "INFO",
179
+ WARN: "WARN",
180
+ };
181
+ export const Role = {
182
+ CONTROLLER: "CONTROLLER",
183
+ DEVICE: "DEVICE",
184
+ };
147
185
  export class UnauthorizedException extends __BaseException {
148
186
  name = "UnauthorizedException";
149
187
  $fault = "client";
@@ -159,10 +197,12 @@ export class UnauthorizedException extends __BaseException {
159
197
  }
160
198
  }
161
199
  export const EventType = {
200
+ ACCOUNT_ASSOCIATION: "ACCOUNT_ASSOCIATION",
162
201
  CONNECTOR_ASSOCIATION: "CONNECTOR_ASSOCIATION",
163
202
  CONNECTOR_ERROR_REPORT: "CONNECTOR_ERROR_REPORT",
164
203
  DEVICE_COMMAND: "DEVICE_COMMAND",
165
204
  DEVICE_COMMAND_REQUEST: "DEVICE_COMMAND_REQUEST",
205
+ DEVICE_DISCOVERY_STATUS: "DEVICE_DISCOVERY_STATUS",
166
206
  DEVICE_EVENT: "DEVICE_EVENT",
167
207
  DEVICE_LIFE_CYCLE: "DEVICE_LIFE_CYCLE",
168
208
  DEVICE_OTA: "DEVICE_OTA",
@@ -192,8 +232,23 @@ export const ProvisioningType = {
192
232
  FLEET_PROVISIONING: "FLEET_PROVISIONING",
193
233
  JITR: "JITR",
194
234
  };
235
+ export class LimitExceededException extends __BaseException {
236
+ name = "LimitExceededException";
237
+ $fault = "client";
238
+ Message;
239
+ constructor(opts) {
240
+ super({
241
+ name: "LimitExceededException",
242
+ $fault: "client",
243
+ ...opts,
244
+ });
245
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
246
+ this.Message = opts.Message;
247
+ }
248
+ }
195
249
  export const DiscoveryType = {
196
250
  CLOUD: "CLOUD",
251
+ CUSTOM: "CUSTOM",
197
252
  ZIGBEE: "ZIGBEE",
198
253
  ZWAVE: "ZWAVE",
199
254
  };
@@ -203,6 +258,11 @@ export const DeviceDiscoveryStatus = {
203
258
  SUCCEEDED: "SUCCEEDED",
204
259
  TIMED_OUT: "TIMED_OUT",
205
260
  };
261
+ export const DiscoveryModification = {
262
+ DISCOVERED: "DISCOVERED",
263
+ NO_CHANGE: "NO_CHANGE",
264
+ UPDATED: "UPDATED",
265
+ };
206
266
  export const DiscoveryAuthMaterialType = {
207
267
  ZWAVE_INSTALL_CODE: "ZWAVE_INSTALL_CODE",
208
268
  };
@@ -261,11 +321,6 @@ export const OtaStatus = {
261
321
  IN_PROGRESS: "IN_PROGRESS",
262
322
  SCHEDULED: "SCHEDULED",
263
323
  };
264
- export const SchemaVersionFormat = {
265
- AWS: "AWS",
266
- CONNECTOR: "CONNECTOR",
267
- ZCL: "ZCL",
268
- };
269
324
  export const SchemaVersionType = {
270
325
  CAPABILITY: "capability",
271
326
  DEFINITION: "definition",
@@ -274,6 +329,20 @@ export const SchemaVersionVisibility = {
274
329
  PRIVATE: "PRIVATE",
275
330
  PUBLIC: "PUBLIC",
276
331
  };
332
+ export class InvalidRequestException extends __BaseException {
333
+ name = "InvalidRequestException";
334
+ $fault = "client";
335
+ Message;
336
+ constructor(opts) {
337
+ super({
338
+ name: "InvalidRequestException",
339
+ $fault: "client",
340
+ ...opts,
341
+ });
342
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
343
+ this.Message = opts.Message;
344
+ }
345
+ }
277
346
  export const OtaTaskExecutionStatus = {
278
347
  CANCELED: "CANCELED",
279
348
  FAILED: "FAILED",
@@ -284,6 +353,23 @@ export const OtaTaskExecutionStatus = {
284
353
  SUCCEEDED: "SUCCEEDED",
285
354
  TIMED_OUT: "TIMED_OUT",
286
355
  };
356
+ export const CreateAccountAssociationRequestFilterSensitiveLog = (obj) => ({
357
+ ...obj,
358
+ ...(obj.Tags && { Tags: SENSITIVE_STRING }),
359
+ });
360
+ export const CreateAccountAssociationResponseFilterSensitiveLog = (obj) => ({
361
+ ...obj,
362
+ ...(obj.OAuthAuthorizationUrl && { OAuthAuthorizationUrl: SENSITIVE_STRING }),
363
+ });
364
+ export const GetAccountAssociationResponseFilterSensitiveLog = (obj) => ({
365
+ ...obj,
366
+ ...(obj.OAuthAuthorizationUrl && { OAuthAuthorizationUrl: SENSITIVE_STRING }),
367
+ ...(obj.Tags && { Tags: SENSITIVE_STRING }),
368
+ });
369
+ export const StartAccountAssociationRefreshResponseFilterSensitiveLog = (obj) => ({
370
+ ...obj,
371
+ ...(obj.OAuthAuthorizationUrl && { OAuthAuthorizationUrl: SENSITIVE_STRING }),
372
+ });
287
373
  export const CapabilityActionFilterSensitiveLog = (obj) => ({
288
374
  ...obj,
289
375
  ...(obj.parameters && { parameters: SENSITIVE_STRING }),
@@ -353,10 +439,27 @@ export const GetDestinationResponseFilterSensitiveLog = (obj) => ({
353
439
  ...obj,
354
440
  ...(obj.Tags && { Tags: SENSITIVE_STRING }),
355
441
  });
442
+ export const DeviceFilterSensitiveLog = (obj) => ({
443
+ ...obj,
444
+ ...(obj.ConnectorDeviceId && { ConnectorDeviceId: SENSITIVE_STRING }),
445
+ ...(obj.ConnectorDeviceName && { ConnectorDeviceName: SENSITIVE_STRING }),
446
+ });
356
447
  export const GetDeviceDiscoveryResponseFilterSensitiveLog = (obj) => ({
357
448
  ...obj,
358
449
  ...(obj.Tags && { Tags: SENSITIVE_STRING }),
359
450
  });
451
+ export const DiscoveredDeviceSummaryFilterSensitiveLog = (obj) => ({
452
+ ...obj,
453
+ ...(obj.ConnectorDeviceId && { ConnectorDeviceId: SENSITIVE_STRING }),
454
+ ...(obj.ConnectorDeviceName && { ConnectorDeviceName: SENSITIVE_STRING }),
455
+ ...(obj.Brand && { Brand: SENSITIVE_STRING }),
456
+ ...(obj.Model && { Model: SENSITIVE_STRING }),
457
+ ...(obj.AuthenticationMaterial && { AuthenticationMaterial: SENSITIVE_STRING }),
458
+ });
459
+ export const ListDiscoveredDevicesResponseFilterSensitiveLog = (obj) => ({
460
+ ...obj,
461
+ ...(obj.Items && { Items: obj.Items.map((item) => DiscoveredDeviceSummaryFilterSensitiveLog(item)) }),
462
+ });
360
463
  export const StartDeviceDiscoveryRequestFilterSensitiveLog = (obj) => ({
361
464
  ...obj,
362
465
  ...(obj.AuthenticationMaterial && { AuthenticationMaterial: SENSITIVE_STRING }),
@@ -391,6 +494,10 @@ export const GetNotificationConfigurationResponseFilterSensitiveLog = (obj) => (
391
494
  ...obj,
392
495
  ...(obj.Tags && { Tags: SENSITIVE_STRING }),
393
496
  });
497
+ export const GetOtaTaskResponseFilterSensitiveLog = (obj) => ({
498
+ ...obj,
499
+ ...(obj.Tags && { Tags: SENSITIVE_STRING }),
500
+ });
394
501
  export const GetOtaTaskConfigurationResponseFilterSensitiveLog = (obj) => ({
395
502
  ...obj,
396
503
  ...(obj.Name && { Name: SENSITIVE_STRING }),
@@ -400,12 +507,17 @@ export const GetProvisioningProfileResponseFilterSensitiveLog = (obj) => ({
400
507
  ...(obj.ClaimCertificate && { ClaimCertificate: SENSITIVE_STRING }),
401
508
  ...(obj.Tags && { Tags: SENSITIVE_STRING }),
402
509
  });
510
+ export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
511
+ ...obj,
512
+ ...(obj.tags && { tags: SENSITIVE_STRING }),
513
+ });
403
514
  export const SendManagedThingCommandRequestFilterSensitiveLog = (obj) => ({
404
515
  ...obj,
405
516
  });
406
517
  export const ListManagedThingsRequestFilterSensitiveLog = (obj) => ({
407
518
  ...obj,
408
519
  ...(obj.OwnerFilter && { OwnerFilter: SENSITIVE_STRING }),
520
+ ...(obj.ConnectorDeviceIdFilter && { ConnectorDeviceIdFilter: SENSITIVE_STRING }),
409
521
  ...(obj.SerialNumberFilter && { SerialNumberFilter: SENSITIVE_STRING }),
410
522
  });
411
523
  export const ManagedThingSummaryFilterSensitiveLog = (obj) => ({
@@ -437,3 +549,27 @@ export const ListOtaTaskConfigurationsResponseFilterSensitiveLog = (obj) => ({
437
549
  ...obj,
438
550
  ...(obj.Items && { Items: obj.Items.map((item) => OtaTaskConfigurationSummaryFilterSensitiveLog(item)) }),
439
551
  });
552
+ export const MatterClusterFilterSensitiveLog = (obj) => ({
553
+ ...obj,
554
+ ...(obj.attributes && { attributes: SENSITIVE_STRING }),
555
+ ...(obj.commands && { commands: SENSITIVE_STRING }),
556
+ ...(obj.events && { events: SENSITIVE_STRING }),
557
+ });
558
+ export const MatterEndpointFilterSensitiveLog = (obj) => ({
559
+ ...obj,
560
+ ...(obj.clusters && { clusters: obj.clusters.map((item) => MatterClusterFilterSensitiveLog(item)) }),
561
+ });
562
+ export const SendConnectorEventRequestFilterSensitiveLog = (obj) => ({
563
+ ...obj,
564
+ ...(obj.UserId && { UserId: SENSITIVE_STRING }),
565
+ ...(obj.OperationVersion && { OperationVersion: SENSITIVE_STRING }),
566
+ ...(obj.StatusCode && { StatusCode: SENSITIVE_STRING }),
567
+ ...(obj.Message && { Message: SENSITIVE_STRING }),
568
+ ...(obj.ConnectorDeviceId && { ConnectorDeviceId: SENSITIVE_STRING }),
569
+ ...(obj.Devices && { Devices: obj.Devices.map((item) => DeviceFilterSensitiveLog(item)) }),
570
+ ...(obj.MatterEndpoint && { MatterEndpoint: MatterEndpointFilterSensitiveLog(obj.MatterEndpoint) }),
571
+ });
572
+ export const TagResourceRequestFilterSensitiveLog = (obj) => ({
573
+ ...obj,
574
+ ...(obj.Tags && { Tags: SENSITIVE_STRING }),
575
+ });
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListAccountAssociationsCommand, } from "../commands/ListAccountAssociationsCommand";
3
+ import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
4
+ export const paginateListAccountAssociations = createPaginator(IoTManagedIntegrationsClient, ListAccountAssociationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListCloudConnectorsCommand, } from "../commands/ListCloudConnectorsCommand";
3
+ import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
4
+ export const paginateListCloudConnectors = createPaginator(IoTManagedIntegrationsClient, ListCloudConnectorsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListConnectorDestinationsCommand, } from "../commands/ListConnectorDestinationsCommand";
3
+ import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
4
+ export const paginateListConnectorDestinations = createPaginator(IoTManagedIntegrationsClient, ListConnectorDestinationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListDeviceDiscoveriesCommand, } from "../commands/ListDeviceDiscoveriesCommand";
3
+ import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
4
+ export const paginateListDeviceDiscoveries = createPaginator(IoTManagedIntegrationsClient, ListDeviceDiscoveriesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListDiscoveredDevicesCommand, } from "../commands/ListDiscoveredDevicesCommand";
3
+ import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
4
+ export const paginateListDiscoveredDevices = createPaginator(IoTManagedIntegrationsClient, ListDiscoveredDevicesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListManagedThingAccountAssociationsCommand, } from "../commands/ListManagedThingAccountAssociationsCommand";
3
+ import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
4
+ export const paginateListManagedThingAccountAssociations = createPaginator(IoTManagedIntegrationsClient, ListManagedThingAccountAssociationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,7 +1,13 @@
1
1
  export * from "./Interfaces";
2
+ export * from "./ListAccountAssociationsPaginator";
3
+ export * from "./ListCloudConnectorsPaginator";
4
+ export * from "./ListConnectorDestinationsPaginator";
2
5
  export * from "./ListCredentialLockersPaginator";
3
6
  export * from "./ListDestinationsPaginator";
7
+ export * from "./ListDeviceDiscoveriesPaginator";
8
+ export * from "./ListDiscoveredDevicesPaginator";
4
9
  export * from "./ListEventLogConfigurationsPaginator";
10
+ export * from "./ListManagedThingAccountAssociationsPaginator";
5
11
  export * from "./ListManagedThingSchemasPaginator";
6
12
  export * from "./ListManagedThingsPaginator";
7
13
  export * from "./ListNotificationConfigurationsPaginator";