@aws-sdk/client-iot-managed-integrations 3.830.0 → 3.838.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 (208) 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/endpoint/EndpointParameters.d.ts +1 -1
  161. package/dist-types/models/models_0.d.ts +1953 -394
  162. package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +7 -0
  163. package/dist-types/pagination/ListCloudConnectorsPaginator.d.ts +7 -0
  164. package/dist-types/pagination/ListConnectorDestinationsPaginator.d.ts +7 -0
  165. package/dist-types/pagination/ListDeviceDiscoveriesPaginator.d.ts +7 -0
  166. package/dist-types/pagination/ListDiscoveredDevicesPaginator.d.ts +7 -0
  167. package/dist-types/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +7 -0
  168. package/dist-types/pagination/index.d.ts +6 -0
  169. package/dist-types/protocols/Aws_restJson1.d.ts +225 -0
  170. package/dist-types/ts3.4/IoTManagedIntegrations.d.ts +436 -0
  171. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +150 -0
  172. package/dist-types/ts3.4/commands/CreateAccountAssociationCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +51 -0
  174. package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +51 -0
  175. package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +47 -0
  176. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +46 -0
  177. package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +47 -0
  178. package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +47 -0
  179. package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +51 -0
  188. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  189. package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +51 -0
  190. package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +51 -0
  191. package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +51 -0
  192. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
  193. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
  194. package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +47 -0
  195. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +46 -0
  196. package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +47 -0
  197. package/dist-types/ts3.4/commands/index.d.ts +25 -0
  198. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  199. package/dist-types/ts3.4/models/models_0.d.ts +510 -54
  200. package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -0
  201. package/dist-types/ts3.4/pagination/ListCloudConnectorsPaginator.d.ts +11 -0
  202. package/dist-types/ts3.4/pagination/ListConnectorDestinationsPaginator.d.ts +11 -0
  203. package/dist-types/ts3.4/pagination/ListDeviceDiscoveriesPaginator.d.ts +11 -0
  204. package/dist-types/ts3.4/pagination/ListDiscoveredDevicesPaginator.d.ts +11 -0
  205. package/dist-types/ts3.4/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +11 -0
  206. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  207. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +300 -0
  208. package/package.json +11 -11
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetAccountAssociationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const models_0_1 = require("../models/models_0");
10
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
+ class GetAccountAssociationCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep(EndpointParameters_1.commonParams)
14
+ .m(function (Command, cs, config, o) {
15
+ return [
16
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
+ ];
19
+ })
20
+ .s("IotManagedIntegrations", "GetAccountAssociation", {})
21
+ .n("IoTManagedIntegrationsClient", "GetAccountAssociationCommand")
22
+ .f(void 0, models_0_1.GetAccountAssociationResponseFilterSensitiveLog)
23
+ .ser(Aws_restJson1_1.se_GetAccountAssociationCommand)
24
+ .de(Aws_restJson1_1.de_GetAccountAssociationCommand)
25
+ .build() {
26
+ }
27
+ exports.GetAccountAssociationCommand = GetAccountAssociationCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetCloudConnectorCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class GetCloudConnectorCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "GetCloudConnector", {})
20
+ .n("IoTManagedIntegrationsClient", "GetCloudConnectorCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_GetCloudConnectorCommand)
23
+ .de(Aws_restJson1_1.de_GetCloudConnectorCommand)
24
+ .build() {
25
+ }
26
+ exports.GetCloudConnectorCommand = GetCloudConnectorCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetConnectorDestinationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class GetConnectorDestinationCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "GetConnectorDestination", {})
20
+ .n("IoTManagedIntegrationsClient", "GetConnectorDestinationCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_GetConnectorDestinationCommand)
23
+ .de(Aws_restJson1_1.de_GetConnectorDestinationCommand)
24
+ .build() {
25
+ }
26
+ exports.GetConnectorDestinationCommand = GetConnectorDestinationCommand;
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetOtaTaskCommand extends smithy_client_1.Command
11
12
  .classBuilder()
@@ -18,7 +19,7 @@ class GetOtaTaskCommand extends smithy_client_1.Command
18
19
  })
19
20
  .s("IotManagedIntegrations", "GetOtaTask", {})
20
21
  .n("IoTManagedIntegrationsClient", "GetOtaTaskCommand")
21
- .f(void 0, void 0)
22
+ .f(void 0, models_0_1.GetOtaTaskResponseFilterSensitiveLog)
22
23
  .ser(Aws_restJson1_1.se_GetOtaTaskCommand)
23
24
  .de(Aws_restJson1_1.de_GetOtaTaskCommand)
24
25
  .build() {
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListAccountAssociationsCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class ListAccountAssociationsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "ListAccountAssociations", {})
20
+ .n("IoTManagedIntegrationsClient", "ListAccountAssociationsCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_ListAccountAssociationsCommand)
23
+ .de(Aws_restJson1_1.de_ListAccountAssociationsCommand)
24
+ .build() {
25
+ }
26
+ exports.ListAccountAssociationsCommand = ListAccountAssociationsCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListCloudConnectorsCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class ListCloudConnectorsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "ListCloudConnectors", {})
20
+ .n("IoTManagedIntegrationsClient", "ListCloudConnectorsCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_ListCloudConnectorsCommand)
23
+ .de(Aws_restJson1_1.de_ListCloudConnectorsCommand)
24
+ .build() {
25
+ }
26
+ exports.ListCloudConnectorsCommand = ListCloudConnectorsCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListConnectorDestinationsCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class ListConnectorDestinationsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "ListConnectorDestinations", {})
20
+ .n("IoTManagedIntegrationsClient", "ListConnectorDestinationsCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_ListConnectorDestinationsCommand)
23
+ .de(Aws_restJson1_1.de_ListConnectorDestinationsCommand)
24
+ .build() {
25
+ }
26
+ exports.ListConnectorDestinationsCommand = ListConnectorDestinationsCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListDeviceDiscoveriesCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class ListDeviceDiscoveriesCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "ListDeviceDiscoveries", {})
20
+ .n("IoTManagedIntegrationsClient", "ListDeviceDiscoveriesCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_ListDeviceDiscoveriesCommand)
23
+ .de(Aws_restJson1_1.de_ListDeviceDiscoveriesCommand)
24
+ .build() {
25
+ }
26
+ exports.ListDeviceDiscoveriesCommand = ListDeviceDiscoveriesCommand;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListDiscoveredDevicesCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const models_0_1 = require("../models/models_0");
10
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
+ class ListDiscoveredDevicesCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep(EndpointParameters_1.commonParams)
14
+ .m(function (Command, cs, config, o) {
15
+ return [
16
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
+ ];
19
+ })
20
+ .s("IotManagedIntegrations", "ListDiscoveredDevices", {})
21
+ .n("IoTManagedIntegrationsClient", "ListDiscoveredDevicesCommand")
22
+ .f(void 0, models_0_1.ListDiscoveredDevicesResponseFilterSensitiveLog)
23
+ .ser(Aws_restJson1_1.se_ListDiscoveredDevicesCommand)
24
+ .de(Aws_restJson1_1.de_ListDiscoveredDevicesCommand)
25
+ .build() {
26
+ }
27
+ exports.ListDiscoveredDevicesCommand = ListDiscoveredDevicesCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListManagedThingAccountAssociationsCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class ListManagedThingAccountAssociationsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "ListManagedThingAccountAssociations", {})
20
+ .n("IoTManagedIntegrationsClient", "ListManagedThingAccountAssociationsCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_ListManagedThingAccountAssociationsCommand)
23
+ .de(Aws_restJson1_1.de_ListManagedThingAccountAssociationsCommand)
24
+ .build() {
25
+ }
26
+ exports.ListManagedThingAccountAssociationsCommand = ListManagedThingAccountAssociationsCommand;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const models_0_1 = require("../models/models_0");
10
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
+ class ListTagsForResourceCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep(EndpointParameters_1.commonParams)
14
+ .m(function (Command, cs, config, o) {
15
+ return [
16
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
+ ];
19
+ })
20
+ .s("IotManagedIntegrations", "ListTagsForResource", {})
21
+ .n("IoTManagedIntegrationsClient", "ListTagsForResourceCommand")
22
+ .f(void 0, models_0_1.ListTagsForResourceResponseFilterSensitiveLog)
23
+ .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
24
+ .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
25
+ .build() {
26
+ }
27
+ exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RegisterAccountAssociationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class RegisterAccountAssociationCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "RegisterAccountAssociation", {})
20
+ .n("IoTManagedIntegrationsClient", "RegisterAccountAssociationCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_RegisterAccountAssociationCommand)
23
+ .de(Aws_restJson1_1.de_RegisterAccountAssociationCommand)
24
+ .build() {
25
+ }
26
+ exports.RegisterAccountAssociationCommand = RegisterAccountAssociationCommand;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SendConnectorEventCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const models_0_1 = require("../models/models_0");
10
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
+ class SendConnectorEventCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep(EndpointParameters_1.commonParams)
14
+ .m(function (Command, cs, config, o) {
15
+ return [
16
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
+ ];
19
+ })
20
+ .s("IotManagedIntegrations", "SendConnectorEvent", {})
21
+ .n("IoTManagedIntegrationsClient", "SendConnectorEventCommand")
22
+ .f(models_0_1.SendConnectorEventRequestFilterSensitiveLog, void 0)
23
+ .ser(Aws_restJson1_1.se_SendConnectorEventCommand)
24
+ .de(Aws_restJson1_1.de_SendConnectorEventCommand)
25
+ .build() {
26
+ }
27
+ exports.SendConnectorEventCommand = SendConnectorEventCommand;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StartAccountAssociationRefreshCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const models_0_1 = require("../models/models_0");
10
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
+ class StartAccountAssociationRefreshCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep(EndpointParameters_1.commonParams)
14
+ .m(function (Command, cs, config, o) {
15
+ return [
16
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
+ ];
19
+ })
20
+ .s("IotManagedIntegrations", "StartAccountAssociationRefresh", {})
21
+ .n("IoTManagedIntegrationsClient", "StartAccountAssociationRefreshCommand")
22
+ .f(void 0, models_0_1.StartAccountAssociationRefreshResponseFilterSensitiveLog)
23
+ .ser(Aws_restJson1_1.se_StartAccountAssociationRefreshCommand)
24
+ .de(Aws_restJson1_1.de_StartAccountAssociationRefreshCommand)
25
+ .build() {
26
+ }
27
+ exports.StartAccountAssociationRefreshCommand = StartAccountAssociationRefreshCommand;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const models_0_1 = require("../models/models_0");
10
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
+ class TagResourceCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep(EndpointParameters_1.commonParams)
14
+ .m(function (Command, cs, config, o) {
15
+ return [
16
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
+ ];
19
+ })
20
+ .s("IotManagedIntegrations", "TagResource", {})
21
+ .n("IoTManagedIntegrationsClient", "TagResourceCommand")
22
+ .f(models_0_1.TagResourceRequestFilterSensitiveLog, void 0)
23
+ .ser(Aws_restJson1_1.se_TagResourceCommand)
24
+ .de(Aws_restJson1_1.de_TagResourceCommand)
25
+ .build() {
26
+ }
27
+ exports.TagResourceCommand = TagResourceCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class UntagResourceCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "UntagResource", {})
20
+ .n("IoTManagedIntegrationsClient", "UntagResourceCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_UntagResourceCommand)
23
+ .de(Aws_restJson1_1.de_UntagResourceCommand)
24
+ .build() {
25
+ }
26
+ exports.UntagResourceCommand = UntagResourceCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateAccountAssociationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class UpdateAccountAssociationCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "UpdateAccountAssociation", {})
20
+ .n("IoTManagedIntegrationsClient", "UpdateAccountAssociationCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_UpdateAccountAssociationCommand)
23
+ .de(Aws_restJson1_1.de_UpdateAccountAssociationCommand)
24
+ .build() {
25
+ }
26
+ exports.UpdateAccountAssociationCommand = UpdateAccountAssociationCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateCloudConnectorCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class UpdateCloudConnectorCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "UpdateCloudConnector", {})
20
+ .n("IoTManagedIntegrationsClient", "UpdateCloudConnectorCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_UpdateCloudConnectorCommand)
23
+ .de(Aws_restJson1_1.de_UpdateCloudConnectorCommand)
24
+ .build() {
25
+ }
26
+ exports.UpdateCloudConnectorCommand = UpdateCloudConnectorCommand;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateConnectorDestinationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class UpdateConnectorDestinationCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep(EndpointParameters_1.commonParams)
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("IotManagedIntegrations", "UpdateConnectorDestination", {})
20
+ .n("IoTManagedIntegrationsClient", "UpdateConnectorDestinationCommand")
21
+ .f(void 0, void 0)
22
+ .ser(Aws_restJson1_1.se_UpdateConnectorDestinationCommand)
23
+ .de(Aws_restJson1_1.de_UpdateConnectorDestinationCommand)
24
+ .build() {
25
+ }
26
+ exports.UpdateConnectorDestinationCommand = UpdateConnectorDestinationCommand;
@@ -1,6 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./CreateAccountAssociationCommand"), exports);
5
+ tslib_1.__exportStar(require("./CreateCloudConnectorCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateConnectorDestinationCommand"), exports);
4
7
  tslib_1.__exportStar(require("./CreateCredentialLockerCommand"), exports);
5
8
  tslib_1.__exportStar(require("./CreateDestinationCommand"), exports);
6
9
  tslib_1.__exportStar(require("./CreateEventLogConfigurationCommand"), exports);
@@ -9,6 +12,9 @@ tslib_1.__exportStar(require("./CreateNotificationConfigurationCommand"), export
9
12
  tslib_1.__exportStar(require("./CreateOtaTaskCommand"), exports);
10
13
  tslib_1.__exportStar(require("./CreateOtaTaskConfigurationCommand"), exports);
11
14
  tslib_1.__exportStar(require("./CreateProvisioningProfileCommand"), exports);
15
+ tslib_1.__exportStar(require("./DeleteAccountAssociationCommand"), exports);
16
+ tslib_1.__exportStar(require("./DeleteCloudConnectorCommand"), exports);
17
+ tslib_1.__exportStar(require("./DeleteConnectorDestinationCommand"), exports);
12
18
  tslib_1.__exportStar(require("./DeleteCredentialLockerCommand"), exports);
13
19
  tslib_1.__exportStar(require("./DeleteDestinationCommand"), exports);
14
20
  tslib_1.__exportStar(require("./DeleteEventLogConfigurationCommand"), exports);
@@ -17,6 +23,10 @@ tslib_1.__exportStar(require("./DeleteNotificationConfigurationCommand"), export
17
23
  tslib_1.__exportStar(require("./DeleteOtaTaskCommand"), exports);
18
24
  tslib_1.__exportStar(require("./DeleteOtaTaskConfigurationCommand"), exports);
19
25
  tslib_1.__exportStar(require("./DeleteProvisioningProfileCommand"), exports);
26
+ tslib_1.__exportStar(require("./DeregisterAccountAssociationCommand"), exports);
27
+ tslib_1.__exportStar(require("./GetAccountAssociationCommand"), exports);
28
+ tslib_1.__exportStar(require("./GetCloudConnectorCommand"), exports);
29
+ tslib_1.__exportStar(require("./GetConnectorDestinationCommand"), exports);
20
30
  tslib_1.__exportStar(require("./GetCredentialLockerCommand"), exports);
21
31
  tslib_1.__exportStar(require("./GetCustomEndpointCommand"), exports);
22
32
  tslib_1.__exportStar(require("./GetDefaultEncryptionConfigurationCommand"), exports);
@@ -35,9 +45,15 @@ tslib_1.__exportStar(require("./GetOtaTaskConfigurationCommand"), exports);
35
45
  tslib_1.__exportStar(require("./GetProvisioningProfileCommand"), exports);
36
46
  tslib_1.__exportStar(require("./GetRuntimeLogConfigurationCommand"), exports);
37
47
  tslib_1.__exportStar(require("./GetSchemaVersionCommand"), exports);
48
+ tslib_1.__exportStar(require("./ListAccountAssociationsCommand"), exports);
49
+ tslib_1.__exportStar(require("./ListCloudConnectorsCommand"), exports);
50
+ tslib_1.__exportStar(require("./ListConnectorDestinationsCommand"), exports);
38
51
  tslib_1.__exportStar(require("./ListCredentialLockersCommand"), exports);
39
52
  tslib_1.__exportStar(require("./ListDestinationsCommand"), exports);
53
+ tslib_1.__exportStar(require("./ListDeviceDiscoveriesCommand"), exports);
54
+ tslib_1.__exportStar(require("./ListDiscoveredDevicesCommand"), exports);
40
55
  tslib_1.__exportStar(require("./ListEventLogConfigurationsCommand"), exports);
56
+ tslib_1.__exportStar(require("./ListManagedThingAccountAssociationsCommand"), exports);
41
57
  tslib_1.__exportStar(require("./ListManagedThingSchemasCommand"), exports);
42
58
  tslib_1.__exportStar(require("./ListManagedThingsCommand"), exports);
43
59
  tslib_1.__exportStar(require("./ListNotificationConfigurationsCommand"), exports);
@@ -46,13 +62,22 @@ tslib_1.__exportStar(require("./ListOtaTaskExecutionsCommand"), exports);
46
62
  tslib_1.__exportStar(require("./ListOtaTasksCommand"), exports);
47
63
  tslib_1.__exportStar(require("./ListProvisioningProfilesCommand"), exports);
48
64
  tslib_1.__exportStar(require("./ListSchemaVersionsCommand"), exports);
65
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
49
66
  tslib_1.__exportStar(require("./PutDefaultEncryptionConfigurationCommand"), exports);
50
67
  tslib_1.__exportStar(require("./PutHubConfigurationCommand"), exports);
51
68
  tslib_1.__exportStar(require("./PutRuntimeLogConfigurationCommand"), exports);
69
+ tslib_1.__exportStar(require("./RegisterAccountAssociationCommand"), exports);
52
70
  tslib_1.__exportStar(require("./RegisterCustomEndpointCommand"), exports);
53
71
  tslib_1.__exportStar(require("./ResetRuntimeLogConfigurationCommand"), exports);
72
+ tslib_1.__exportStar(require("./SendConnectorEventCommand"), exports);
54
73
  tslib_1.__exportStar(require("./SendManagedThingCommandCommand"), exports);
74
+ tslib_1.__exportStar(require("./StartAccountAssociationRefreshCommand"), exports);
55
75
  tslib_1.__exportStar(require("./StartDeviceDiscoveryCommand"), exports);
76
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
77
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
78
+ tslib_1.__exportStar(require("./UpdateAccountAssociationCommand"), exports);
79
+ tslib_1.__exportStar(require("./UpdateCloudConnectorCommand"), exports);
80
+ tslib_1.__exportStar(require("./UpdateConnectorDestinationCommand"), exports);
56
81
  tslib_1.__exportStar(require("./UpdateDestinationCommand"), exports);
57
82
  tslib_1.__exportStar(require("./UpdateEventLogConfigurationCommand"), exports);
58
83
  tslib_1.__exportStar(require("./UpdateManagedThingCommand"), exports);