@aws-sdk/client-iot-managed-integrations 3.1076.0 → 3.1078.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 (269) hide show
  1. package/dist-cjs/index.js +94 -835
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAccountAssociationCommand.js +2 -14
  4. package/dist-es/commands/CreateCloudConnectorCommand.js +2 -14
  5. package/dist-es/commands/CreateConnectorDestinationCommand.js +2 -14
  6. package/dist-es/commands/CreateCredentialLockerCommand.js +2 -14
  7. package/dist-es/commands/CreateDestinationCommand.js +2 -14
  8. package/dist-es/commands/CreateEventLogConfigurationCommand.js +2 -14
  9. package/dist-es/commands/CreateManagedThingCommand.js +2 -14
  10. package/dist-es/commands/CreateNotificationConfigurationCommand.js +2 -14
  11. package/dist-es/commands/CreateOtaTaskCommand.js +2 -14
  12. package/dist-es/commands/CreateOtaTaskConfigurationCommand.js +2 -14
  13. package/dist-es/commands/CreateProvisioningProfileCommand.js +2 -14
  14. package/dist-es/commands/DeleteAccountAssociationCommand.js +2 -14
  15. package/dist-es/commands/DeleteCloudConnectorCommand.js +2 -14
  16. package/dist-es/commands/DeleteConnectorDestinationCommand.js +2 -14
  17. package/dist-es/commands/DeleteCredentialLockerCommand.js +2 -14
  18. package/dist-es/commands/DeleteDestinationCommand.js +2 -14
  19. package/dist-es/commands/DeleteEventLogConfigurationCommand.js +2 -14
  20. package/dist-es/commands/DeleteManagedThingCommand.js +2 -14
  21. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -14
  22. package/dist-es/commands/DeleteOtaTaskCommand.js +2 -14
  23. package/dist-es/commands/DeleteOtaTaskConfigurationCommand.js +2 -14
  24. package/dist-es/commands/DeleteProvisioningProfileCommand.js +2 -14
  25. package/dist-es/commands/DeregisterAccountAssociationCommand.js +2 -14
  26. package/dist-es/commands/GetAccountAssociationCommand.js +2 -14
  27. package/dist-es/commands/GetCloudConnectorCommand.js +2 -14
  28. package/dist-es/commands/GetConnectorDestinationCommand.js +2 -14
  29. package/dist-es/commands/GetCredentialLockerCommand.js +2 -14
  30. package/dist-es/commands/GetCustomEndpointCommand.js +2 -14
  31. package/dist-es/commands/GetDefaultEncryptionConfigurationCommand.js +2 -14
  32. package/dist-es/commands/GetDestinationCommand.js +2 -14
  33. package/dist-es/commands/GetDeviceDiscoveryCommand.js +2 -14
  34. package/dist-es/commands/GetEventLogConfigurationCommand.js +2 -14
  35. package/dist-es/commands/GetHubConfigurationCommand.js +2 -14
  36. package/dist-es/commands/GetManagedThingCapabilitiesCommand.js +2 -14
  37. package/dist-es/commands/GetManagedThingCertificateCommand.js +2 -14
  38. package/dist-es/commands/GetManagedThingCommand.js +2 -14
  39. package/dist-es/commands/GetManagedThingConnectivityDataCommand.js +2 -14
  40. package/dist-es/commands/GetManagedThingMetaDataCommand.js +2 -14
  41. package/dist-es/commands/GetManagedThingStateCommand.js +2 -14
  42. package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -14
  43. package/dist-es/commands/GetOtaTaskCommand.js +2 -14
  44. package/dist-es/commands/GetOtaTaskConfigurationCommand.js +2 -14
  45. package/dist-es/commands/GetProvisioningProfileCommand.js +2 -14
  46. package/dist-es/commands/GetRuntimeLogConfigurationCommand.js +2 -14
  47. package/dist-es/commands/GetSchemaVersionCommand.js +2 -14
  48. package/dist-es/commands/ListAccountAssociationsCommand.js +2 -14
  49. package/dist-es/commands/ListCloudConnectorsCommand.js +2 -14
  50. package/dist-es/commands/ListConnectorDestinationsCommand.js +2 -14
  51. package/dist-es/commands/ListCredentialLockersCommand.js +2 -14
  52. package/dist-es/commands/ListDestinationsCommand.js +2 -14
  53. package/dist-es/commands/ListDeviceDiscoveriesCommand.js +2 -14
  54. package/dist-es/commands/ListDiscoveredDevicesCommand.js +2 -14
  55. package/dist-es/commands/ListEventLogConfigurationsCommand.js +2 -14
  56. package/dist-es/commands/ListManagedThingAccountAssociationsCommand.js +2 -14
  57. package/dist-es/commands/ListManagedThingSchemasCommand.js +2 -14
  58. package/dist-es/commands/ListManagedThingsCommand.js +2 -14
  59. package/dist-es/commands/ListNotificationConfigurationsCommand.js +2 -14
  60. package/dist-es/commands/ListOtaTaskConfigurationsCommand.js +2 -14
  61. package/dist-es/commands/ListOtaTaskExecutionsCommand.js +2 -14
  62. package/dist-es/commands/ListOtaTasksCommand.js +2 -14
  63. package/dist-es/commands/ListProvisioningProfilesCommand.js +2 -14
  64. package/dist-es/commands/ListSchemaVersionsCommand.js +2 -14
  65. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  66. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +2 -14
  67. package/dist-es/commands/PutHubConfigurationCommand.js +2 -14
  68. package/dist-es/commands/PutRuntimeLogConfigurationCommand.js +2 -14
  69. package/dist-es/commands/RegisterAccountAssociationCommand.js +2 -14
  70. package/dist-es/commands/RegisterCustomEndpointCommand.js +2 -14
  71. package/dist-es/commands/ResetRuntimeLogConfigurationCommand.js +2 -14
  72. package/dist-es/commands/SendConnectorEventCommand.js +2 -14
  73. package/dist-es/commands/SendManagedThingCommandCommand.js +2 -14
  74. package/dist-es/commands/StartAccountAssociationRefreshCommand.js +2 -14
  75. package/dist-es/commands/StartDeviceDiscoveryCommand.js +2 -14
  76. package/dist-es/commands/TagResourceCommand.js +2 -14
  77. package/dist-es/commands/UntagResourceCommand.js +2 -14
  78. package/dist-es/commands/UpdateAccountAssociationCommand.js +2 -14
  79. package/dist-es/commands/UpdateCloudConnectorCommand.js +2 -14
  80. package/dist-es/commands/UpdateConnectorDestinationCommand.js +2 -14
  81. package/dist-es/commands/UpdateDestinationCommand.js +2 -14
  82. package/dist-es/commands/UpdateEventLogConfigurationCommand.js +2 -14
  83. package/dist-es/commands/UpdateManagedThingCommand.js +2 -14
  84. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -14
  85. package/dist-es/commands/UpdateOtaTaskCommand.js +2 -14
  86. package/dist-es/index.js +1 -0
  87. package/dist-es/runtimeConfig.browser.js +0 -2
  88. package/dist-es/runtimeConfig.js +1 -2
  89. package/dist-es/runtimeConfig.native.js +0 -2
  90. package/dist-es/runtimeConfig.shared.js +2 -0
  91. package/dist-types/commandBuilder.d.ts +18 -0
  92. package/dist-types/commands/CreateAccountAssociationCommand.d.ts +3 -8
  93. package/dist-types/commands/CreateCloudConnectorCommand.d.ts +3 -8
  94. package/dist-types/commands/CreateConnectorDestinationCommand.d.ts +3 -8
  95. package/dist-types/commands/CreateCredentialLockerCommand.d.ts +3 -8
  96. package/dist-types/commands/CreateDestinationCommand.d.ts +3 -8
  97. package/dist-types/commands/CreateEventLogConfigurationCommand.d.ts +3 -8
  98. package/dist-types/commands/CreateManagedThingCommand.d.ts +3 -8
  99. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +3 -8
  100. package/dist-types/commands/CreateOtaTaskCommand.d.ts +3 -8
  101. package/dist-types/commands/CreateOtaTaskConfigurationCommand.d.ts +3 -8
  102. package/dist-types/commands/CreateProvisioningProfileCommand.d.ts +3 -8
  103. package/dist-types/commands/DeleteAccountAssociationCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteCloudConnectorCommand.d.ts +3 -8
  105. package/dist-types/commands/DeleteConnectorDestinationCommand.d.ts +3 -8
  106. package/dist-types/commands/DeleteCredentialLockerCommand.d.ts +3 -8
  107. package/dist-types/commands/DeleteDestinationCommand.d.ts +3 -8
  108. package/dist-types/commands/DeleteEventLogConfigurationCommand.d.ts +3 -8
  109. package/dist-types/commands/DeleteManagedThingCommand.d.ts +3 -8
  110. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -8
  111. package/dist-types/commands/DeleteOtaTaskCommand.d.ts +3 -8
  112. package/dist-types/commands/DeleteOtaTaskConfigurationCommand.d.ts +3 -8
  113. package/dist-types/commands/DeleteProvisioningProfileCommand.d.ts +3 -8
  114. package/dist-types/commands/DeregisterAccountAssociationCommand.d.ts +3 -8
  115. package/dist-types/commands/GetAccountAssociationCommand.d.ts +3 -8
  116. package/dist-types/commands/GetCloudConnectorCommand.d.ts +3 -8
  117. package/dist-types/commands/GetConnectorDestinationCommand.d.ts +3 -8
  118. package/dist-types/commands/GetCredentialLockerCommand.d.ts +3 -8
  119. package/dist-types/commands/GetCustomEndpointCommand.d.ts +3 -8
  120. package/dist-types/commands/GetDefaultEncryptionConfigurationCommand.d.ts +3 -8
  121. package/dist-types/commands/GetDestinationCommand.d.ts +3 -8
  122. package/dist-types/commands/GetDeviceDiscoveryCommand.d.ts +3 -8
  123. package/dist-types/commands/GetEventLogConfigurationCommand.d.ts +3 -8
  124. package/dist-types/commands/GetHubConfigurationCommand.d.ts +3 -8
  125. package/dist-types/commands/GetManagedThingCapabilitiesCommand.d.ts +3 -8
  126. package/dist-types/commands/GetManagedThingCertificateCommand.d.ts +3 -8
  127. package/dist-types/commands/GetManagedThingCommand.d.ts +3 -8
  128. package/dist-types/commands/GetManagedThingConnectivityDataCommand.d.ts +3 -8
  129. package/dist-types/commands/GetManagedThingMetaDataCommand.d.ts +3 -8
  130. package/dist-types/commands/GetManagedThingStateCommand.d.ts +3 -8
  131. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -8
  132. package/dist-types/commands/GetOtaTaskCommand.d.ts +3 -8
  133. package/dist-types/commands/GetOtaTaskConfigurationCommand.d.ts +3 -8
  134. package/dist-types/commands/GetProvisioningProfileCommand.d.ts +3 -8
  135. package/dist-types/commands/GetRuntimeLogConfigurationCommand.d.ts +3 -8
  136. package/dist-types/commands/GetSchemaVersionCommand.d.ts +3 -8
  137. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +3 -8
  138. package/dist-types/commands/ListCloudConnectorsCommand.d.ts +3 -8
  139. package/dist-types/commands/ListConnectorDestinationsCommand.d.ts +3 -8
  140. package/dist-types/commands/ListCredentialLockersCommand.d.ts +3 -8
  141. package/dist-types/commands/ListDestinationsCommand.d.ts +3 -8
  142. package/dist-types/commands/ListDeviceDiscoveriesCommand.d.ts +3 -8
  143. package/dist-types/commands/ListDiscoveredDevicesCommand.d.ts +3 -8
  144. package/dist-types/commands/ListEventLogConfigurationsCommand.d.ts +3 -8
  145. package/dist-types/commands/ListManagedThingAccountAssociationsCommand.d.ts +3 -8
  146. package/dist-types/commands/ListManagedThingSchemasCommand.d.ts +3 -8
  147. package/dist-types/commands/ListManagedThingsCommand.d.ts +3 -8
  148. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -8
  149. package/dist-types/commands/ListOtaTaskConfigurationsCommand.d.ts +3 -8
  150. package/dist-types/commands/ListOtaTaskExecutionsCommand.d.ts +3 -8
  151. package/dist-types/commands/ListOtaTasksCommand.d.ts +3 -8
  152. package/dist-types/commands/ListProvisioningProfilesCommand.d.ts +3 -8
  153. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +3 -8
  154. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  155. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +3 -8
  156. package/dist-types/commands/PutHubConfigurationCommand.d.ts +3 -8
  157. package/dist-types/commands/PutRuntimeLogConfigurationCommand.d.ts +3 -8
  158. package/dist-types/commands/RegisterAccountAssociationCommand.d.ts +3 -8
  159. package/dist-types/commands/RegisterCustomEndpointCommand.d.ts +3 -8
  160. package/dist-types/commands/ResetRuntimeLogConfigurationCommand.d.ts +3 -8
  161. package/dist-types/commands/SendConnectorEventCommand.d.ts +3 -8
  162. package/dist-types/commands/SendManagedThingCommandCommand.d.ts +3 -8
  163. package/dist-types/commands/StartAccountAssociationRefreshCommand.d.ts +3 -8
  164. package/dist-types/commands/StartDeviceDiscoveryCommand.d.ts +3 -8
  165. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  166. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  167. package/dist-types/commands/UpdateAccountAssociationCommand.d.ts +3 -8
  168. package/dist-types/commands/UpdateCloudConnectorCommand.d.ts +3 -8
  169. package/dist-types/commands/UpdateConnectorDestinationCommand.d.ts +3 -8
  170. package/dist-types/commands/UpdateDestinationCommand.d.ts +3 -8
  171. package/dist-types/commands/UpdateEventLogConfigurationCommand.d.ts +3 -8
  172. package/dist-types/commands/UpdateManagedThingCommand.d.ts +3 -8
  173. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -8
  174. package/dist-types/commands/UpdateOtaTaskCommand.d.ts +3 -8
  175. package/dist-types/index.d.ts +1 -0
  176. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  177. package/dist-types/runtimeConfig.d.ts +1 -1
  178. package/dist-types/runtimeConfig.native.d.ts +1 -1
  179. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  180. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  181. package/dist-types/ts3.4/commands/CreateAccountAssociationCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/CreateCredentialLockerCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/CreateEventLogConfigurationCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/CreateManagedThingCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/CreateOtaTaskCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/CreateOtaTaskConfigurationCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/CreateProvisioningProfileCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/DeleteCredentialLockerCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/DeleteEventLogConfigurationCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/DeleteManagedThingCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/DeleteOtaTaskCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/DeleteOtaTaskConfigurationCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/DeleteProvisioningProfileCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/GetCredentialLockerCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/GetCustomEndpointCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/GetDefaultEncryptionConfigurationCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/GetDeviceDiscoveryCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/GetEventLogConfigurationCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/GetHubConfigurationCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/GetManagedThingCapabilitiesCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/GetManagedThingCertificateCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/GetManagedThingCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/GetManagedThingConnectivityDataCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/GetManagedThingMetaDataCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/GetManagedThingStateCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/GetOtaTaskCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/GetOtaTaskConfigurationCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/GetProvisioningProfileCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/GetRuntimeLogConfigurationCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/ListCredentialLockersCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/ListDestinationsCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/ListEventLogConfigurationsCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/ListManagedThingSchemasCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/ListManagedThingsCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/ListOtaTaskConfigurationsCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/ListOtaTaskExecutionsCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/commands/ListOtaTasksCommand.d.ts +7 -16
  241. package/dist-types/ts3.4/commands/ListProvisioningProfilesCommand.d.ts +7 -16
  242. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +7 -16
  243. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  244. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +7 -16
  245. package/dist-types/ts3.4/commands/PutHubConfigurationCommand.d.ts +7 -16
  246. package/dist-types/ts3.4/commands/PutRuntimeLogConfigurationCommand.d.ts +7 -16
  247. package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +7 -16
  248. package/dist-types/ts3.4/commands/RegisterCustomEndpointCommand.d.ts +7 -16
  249. package/dist-types/ts3.4/commands/ResetRuntimeLogConfigurationCommand.d.ts +7 -16
  250. package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +7 -16
  251. package/dist-types/ts3.4/commands/SendManagedThingCommandCommand.d.ts +7 -16
  252. package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +7 -16
  253. package/dist-types/ts3.4/commands/StartDeviceDiscoveryCommand.d.ts +7 -16
  254. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  255. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  256. package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +7 -16
  257. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +7 -16
  258. package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +7 -16
  259. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +7 -16
  260. package/dist-types/ts3.4/commands/UpdateEventLogConfigurationCommand.d.ts +7 -16
  261. package/dist-types/ts3.4/commands/UpdateManagedThingCommand.d.ts +7 -16
  262. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +7 -16
  263. package/dist-types/ts3.4/commands/UpdateOtaTaskCommand.d.ts +7 -16
  264. package/dist-types/ts3.4/index.d.ts +1 -0
  265. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  266. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  267. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  268. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  269. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultIoTManagedIntegrationsHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -65,7 +67,7 @@ const commonParams = {
65
67
  Region: { type: "builtInParams", name: "region" },
66
68
  };
67
69
 
68
- var version = "3.1075.0";
70
+ var version = "3.1077.0";
69
71
  var packageInfo = {
70
72
  version: version};
71
73
 
@@ -2414,6 +2416,7 @@ const getRuntimeConfig$1 = (config) => {
2414
2416
  serviceTarget: "IotManagedIntegrations",
2415
2417
  },
2416
2418
  serviceId: config?.serviceId ?? "IoT Managed Integrations",
2419
+ sha256: config?.sha256 ?? Sha256,
2417
2420
  urlParser: config?.urlParser ?? parseUrl,
2418
2421
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2419
2422
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -2447,7 +2450,6 @@ const getRuntimeConfig = (config) => {
2447
2450
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2448
2451
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2449
2452
  }, config),
2450
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
2451
2453
  streamCollector: config?.streamCollector ?? streamCollector,
2452
2454
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2453
2455
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -2535,1000 +2537,257 @@ class IoTManagedIntegrationsClient extends Client {
2535
2537
  }
2536
2538
  }
2537
2539
 
2538
- class CreateAccountAssociationCommand extends Command
2539
- .classBuilder()
2540
- .ep(commonParams)
2541
- .m(function (Command, cs, config, o) {
2542
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2543
- })
2544
- .s("IotManagedIntegrations", "CreateAccountAssociation", {})
2545
- .n("IoTManagedIntegrationsClient", "CreateAccountAssociationCommand")
2546
- .sc(CreateAccountAssociation$)
2547
- .build() {
2540
+ const command = makeBuilder(commonParams, "IotManagedIntegrations", "IoTManagedIntegrationsClient", getEndpointPlugin);
2541
+ const _ep0 = {};
2542
+ const _mw0 = (Command, cs, config, o) => [];
2543
+
2544
+ class CreateAccountAssociationCommand extends command(_ep0, _mw0, "CreateAccountAssociation", CreateAccountAssociation$) {
2548
2545
  }
2549
2546
 
2550
- class CreateCloudConnectorCommand extends Command
2551
- .classBuilder()
2552
- .ep(commonParams)
2553
- .m(function (Command, cs, config, o) {
2554
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2555
- })
2556
- .s("IotManagedIntegrations", "CreateCloudConnector", {})
2557
- .n("IoTManagedIntegrationsClient", "CreateCloudConnectorCommand")
2558
- .sc(CreateCloudConnector$)
2559
- .build() {
2547
+ class CreateCloudConnectorCommand extends command(_ep0, _mw0, "CreateCloudConnector", CreateCloudConnector$) {
2560
2548
  }
2561
2549
 
2562
- class CreateConnectorDestinationCommand extends Command
2563
- .classBuilder()
2564
- .ep(commonParams)
2565
- .m(function (Command, cs, config, o) {
2566
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2567
- })
2568
- .s("IotManagedIntegrations", "CreateConnectorDestination", {})
2569
- .n("IoTManagedIntegrationsClient", "CreateConnectorDestinationCommand")
2570
- .sc(CreateConnectorDestination$)
2571
- .build() {
2550
+ class CreateConnectorDestinationCommand extends command(_ep0, _mw0, "CreateConnectorDestination", CreateConnectorDestination$) {
2572
2551
  }
2573
2552
 
2574
- class CreateCredentialLockerCommand extends Command
2575
- .classBuilder()
2576
- .ep(commonParams)
2577
- .m(function (Command, cs, config, o) {
2578
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2579
- })
2580
- .s("IotManagedIntegrations", "CreateCredentialLocker", {})
2581
- .n("IoTManagedIntegrationsClient", "CreateCredentialLockerCommand")
2582
- .sc(CreateCredentialLocker$)
2583
- .build() {
2553
+ class CreateCredentialLockerCommand extends command(_ep0, _mw0, "CreateCredentialLocker", CreateCredentialLocker$) {
2584
2554
  }
2585
2555
 
2586
- class CreateDestinationCommand extends Command
2587
- .classBuilder()
2588
- .ep(commonParams)
2589
- .m(function (Command, cs, config, o) {
2590
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2591
- })
2592
- .s("IotManagedIntegrations", "CreateDestination", {})
2593
- .n("IoTManagedIntegrationsClient", "CreateDestinationCommand")
2594
- .sc(CreateDestination$)
2595
- .build() {
2556
+ class CreateDestinationCommand extends command(_ep0, _mw0, "CreateDestination", CreateDestination$) {
2596
2557
  }
2597
2558
 
2598
- class CreateEventLogConfigurationCommand extends Command
2599
- .classBuilder()
2600
- .ep(commonParams)
2601
- .m(function (Command, cs, config, o) {
2602
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2603
- })
2604
- .s("IotManagedIntegrations", "CreateEventLogConfiguration", {})
2605
- .n("IoTManagedIntegrationsClient", "CreateEventLogConfigurationCommand")
2606
- .sc(CreateEventLogConfiguration$)
2607
- .build() {
2559
+ class CreateEventLogConfigurationCommand extends command(_ep0, _mw0, "CreateEventLogConfiguration", CreateEventLogConfiguration$) {
2608
2560
  }
2609
2561
 
2610
- class CreateManagedThingCommand extends Command
2611
- .classBuilder()
2612
- .ep(commonParams)
2613
- .m(function (Command, cs, config, o) {
2614
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2615
- })
2616
- .s("IotManagedIntegrations", "CreateManagedThing", {})
2617
- .n("IoTManagedIntegrationsClient", "CreateManagedThingCommand")
2618
- .sc(CreateManagedThing$)
2619
- .build() {
2562
+ class CreateManagedThingCommand extends command(_ep0, _mw0, "CreateManagedThing", CreateManagedThing$) {
2620
2563
  }
2621
2564
 
2622
- class CreateNotificationConfigurationCommand extends Command
2623
- .classBuilder()
2624
- .ep(commonParams)
2625
- .m(function (Command, cs, config, o) {
2626
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2627
- })
2628
- .s("IotManagedIntegrations", "CreateNotificationConfiguration", {})
2629
- .n("IoTManagedIntegrationsClient", "CreateNotificationConfigurationCommand")
2630
- .sc(CreateNotificationConfiguration$)
2631
- .build() {
2565
+ class CreateNotificationConfigurationCommand extends command(_ep0, _mw0, "CreateNotificationConfiguration", CreateNotificationConfiguration$) {
2632
2566
  }
2633
2567
 
2634
- class CreateOtaTaskCommand extends Command
2635
- .classBuilder()
2636
- .ep(commonParams)
2637
- .m(function (Command, cs, config, o) {
2638
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2639
- })
2640
- .s("IotManagedIntegrations", "CreateOtaTask", {})
2641
- .n("IoTManagedIntegrationsClient", "CreateOtaTaskCommand")
2642
- .sc(CreateOtaTask$)
2643
- .build() {
2568
+ class CreateOtaTaskCommand extends command(_ep0, _mw0, "CreateOtaTask", CreateOtaTask$) {
2644
2569
  }
2645
2570
 
2646
- class CreateOtaTaskConfigurationCommand extends Command
2647
- .classBuilder()
2648
- .ep(commonParams)
2649
- .m(function (Command, cs, config, o) {
2650
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2651
- })
2652
- .s("IotManagedIntegrations", "CreateOtaTaskConfiguration", {})
2653
- .n("IoTManagedIntegrationsClient", "CreateOtaTaskConfigurationCommand")
2654
- .sc(CreateOtaTaskConfiguration$)
2655
- .build() {
2571
+ class CreateOtaTaskConfigurationCommand extends command(_ep0, _mw0, "CreateOtaTaskConfiguration", CreateOtaTaskConfiguration$) {
2656
2572
  }
2657
2573
 
2658
- class CreateProvisioningProfileCommand extends Command
2659
- .classBuilder()
2660
- .ep(commonParams)
2661
- .m(function (Command, cs, config, o) {
2662
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2663
- })
2664
- .s("IotManagedIntegrations", "CreateProvisioningProfile", {})
2665
- .n("IoTManagedIntegrationsClient", "CreateProvisioningProfileCommand")
2666
- .sc(CreateProvisioningProfile$)
2667
- .build() {
2574
+ class CreateProvisioningProfileCommand extends command(_ep0, _mw0, "CreateProvisioningProfile", CreateProvisioningProfile$) {
2668
2575
  }
2669
2576
 
2670
- class DeleteAccountAssociationCommand extends Command
2671
- .classBuilder()
2672
- .ep(commonParams)
2673
- .m(function (Command, cs, config, o) {
2674
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2675
- })
2676
- .s("IotManagedIntegrations", "DeleteAccountAssociation", {})
2677
- .n("IoTManagedIntegrationsClient", "DeleteAccountAssociationCommand")
2678
- .sc(DeleteAccountAssociation$)
2679
- .build() {
2577
+ class DeleteAccountAssociationCommand extends command(_ep0, _mw0, "DeleteAccountAssociation", DeleteAccountAssociation$) {
2680
2578
  }
2681
2579
 
2682
- class DeleteCloudConnectorCommand extends Command
2683
- .classBuilder()
2684
- .ep(commonParams)
2685
- .m(function (Command, cs, config, o) {
2686
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2687
- })
2688
- .s("IotManagedIntegrations", "DeleteCloudConnector", {})
2689
- .n("IoTManagedIntegrationsClient", "DeleteCloudConnectorCommand")
2690
- .sc(DeleteCloudConnector$)
2691
- .build() {
2580
+ class DeleteCloudConnectorCommand extends command(_ep0, _mw0, "DeleteCloudConnector", DeleteCloudConnector$) {
2692
2581
  }
2693
2582
 
2694
- class DeleteConnectorDestinationCommand extends Command
2695
- .classBuilder()
2696
- .ep(commonParams)
2697
- .m(function (Command, cs, config, o) {
2698
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2699
- })
2700
- .s("IotManagedIntegrations", "DeleteConnectorDestination", {})
2701
- .n("IoTManagedIntegrationsClient", "DeleteConnectorDestinationCommand")
2702
- .sc(DeleteConnectorDestination$)
2703
- .build() {
2583
+ class DeleteConnectorDestinationCommand extends command(_ep0, _mw0, "DeleteConnectorDestination", DeleteConnectorDestination$) {
2704
2584
  }
2705
2585
 
2706
- class DeleteCredentialLockerCommand extends Command
2707
- .classBuilder()
2708
- .ep(commonParams)
2709
- .m(function (Command, cs, config, o) {
2710
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2711
- })
2712
- .s("IotManagedIntegrations", "DeleteCredentialLocker", {})
2713
- .n("IoTManagedIntegrationsClient", "DeleteCredentialLockerCommand")
2714
- .sc(DeleteCredentialLocker$)
2715
- .build() {
2586
+ class DeleteCredentialLockerCommand extends command(_ep0, _mw0, "DeleteCredentialLocker", DeleteCredentialLocker$) {
2716
2587
  }
2717
2588
 
2718
- class DeleteDestinationCommand extends Command
2719
- .classBuilder()
2720
- .ep(commonParams)
2721
- .m(function (Command, cs, config, o) {
2722
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2723
- })
2724
- .s("IotManagedIntegrations", "DeleteDestination", {})
2725
- .n("IoTManagedIntegrationsClient", "DeleteDestinationCommand")
2726
- .sc(DeleteDestination$)
2727
- .build() {
2589
+ class DeleteDestinationCommand extends command(_ep0, _mw0, "DeleteDestination", DeleteDestination$) {
2728
2590
  }
2729
2591
 
2730
- class DeleteEventLogConfigurationCommand extends Command
2731
- .classBuilder()
2732
- .ep(commonParams)
2733
- .m(function (Command, cs, config, o) {
2734
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2735
- })
2736
- .s("IotManagedIntegrations", "DeleteEventLogConfiguration", {})
2737
- .n("IoTManagedIntegrationsClient", "DeleteEventLogConfigurationCommand")
2738
- .sc(DeleteEventLogConfiguration$)
2739
- .build() {
2592
+ class DeleteEventLogConfigurationCommand extends command(_ep0, _mw0, "DeleteEventLogConfiguration", DeleteEventLogConfiguration$) {
2740
2593
  }
2741
2594
 
2742
- class DeleteManagedThingCommand extends Command
2743
- .classBuilder()
2744
- .ep(commonParams)
2745
- .m(function (Command, cs, config, o) {
2746
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2747
- })
2748
- .s("IotManagedIntegrations", "DeleteManagedThing", {})
2749
- .n("IoTManagedIntegrationsClient", "DeleteManagedThingCommand")
2750
- .sc(DeleteManagedThing$)
2751
- .build() {
2595
+ class DeleteManagedThingCommand extends command(_ep0, _mw0, "DeleteManagedThing", DeleteManagedThing$) {
2752
2596
  }
2753
2597
 
2754
- class DeleteNotificationConfigurationCommand extends Command
2755
- .classBuilder()
2756
- .ep(commonParams)
2757
- .m(function (Command, cs, config, o) {
2758
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2759
- })
2760
- .s("IotManagedIntegrations", "DeleteNotificationConfiguration", {})
2761
- .n("IoTManagedIntegrationsClient", "DeleteNotificationConfigurationCommand")
2762
- .sc(DeleteNotificationConfiguration$)
2763
- .build() {
2598
+ class DeleteNotificationConfigurationCommand extends command(_ep0, _mw0, "DeleteNotificationConfiguration", DeleteNotificationConfiguration$) {
2764
2599
  }
2765
2600
 
2766
- class DeleteOtaTaskCommand extends Command
2767
- .classBuilder()
2768
- .ep(commonParams)
2769
- .m(function (Command, cs, config, o) {
2770
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2771
- })
2772
- .s("IotManagedIntegrations", "DeleteOtaTask", {})
2773
- .n("IoTManagedIntegrationsClient", "DeleteOtaTaskCommand")
2774
- .sc(DeleteOtaTask$)
2775
- .build() {
2601
+ class DeleteOtaTaskCommand extends command(_ep0, _mw0, "DeleteOtaTask", DeleteOtaTask$) {
2776
2602
  }
2777
2603
 
2778
- class DeleteOtaTaskConfigurationCommand extends Command
2779
- .classBuilder()
2780
- .ep(commonParams)
2781
- .m(function (Command, cs, config, o) {
2782
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2783
- })
2784
- .s("IotManagedIntegrations", "DeleteOtaTaskConfiguration", {})
2785
- .n("IoTManagedIntegrationsClient", "DeleteOtaTaskConfigurationCommand")
2786
- .sc(DeleteOtaTaskConfiguration$)
2787
- .build() {
2604
+ class DeleteOtaTaskConfigurationCommand extends command(_ep0, _mw0, "DeleteOtaTaskConfiguration", DeleteOtaTaskConfiguration$) {
2788
2605
  }
2789
2606
 
2790
- class DeleteProvisioningProfileCommand extends Command
2791
- .classBuilder()
2792
- .ep(commonParams)
2793
- .m(function (Command, cs, config, o) {
2794
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2795
- })
2796
- .s("IotManagedIntegrations", "DeleteProvisioningProfile", {})
2797
- .n("IoTManagedIntegrationsClient", "DeleteProvisioningProfileCommand")
2798
- .sc(DeleteProvisioningProfile$)
2799
- .build() {
2607
+ class DeleteProvisioningProfileCommand extends command(_ep0, _mw0, "DeleteProvisioningProfile", DeleteProvisioningProfile$) {
2800
2608
  }
2801
2609
 
2802
- class DeregisterAccountAssociationCommand extends Command
2803
- .classBuilder()
2804
- .ep(commonParams)
2805
- .m(function (Command, cs, config, o) {
2806
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2807
- })
2808
- .s("IotManagedIntegrations", "DeregisterAccountAssociation", {})
2809
- .n("IoTManagedIntegrationsClient", "DeregisterAccountAssociationCommand")
2810
- .sc(DeregisterAccountAssociation$)
2811
- .build() {
2610
+ class DeregisterAccountAssociationCommand extends command(_ep0, _mw0, "DeregisterAccountAssociation", DeregisterAccountAssociation$) {
2812
2611
  }
2813
2612
 
2814
- class GetAccountAssociationCommand extends Command
2815
- .classBuilder()
2816
- .ep(commonParams)
2817
- .m(function (Command, cs, config, o) {
2818
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2819
- })
2820
- .s("IotManagedIntegrations", "GetAccountAssociation", {})
2821
- .n("IoTManagedIntegrationsClient", "GetAccountAssociationCommand")
2822
- .sc(GetAccountAssociation$)
2823
- .build() {
2613
+ class GetAccountAssociationCommand extends command(_ep0, _mw0, "GetAccountAssociation", GetAccountAssociation$) {
2824
2614
  }
2825
2615
 
2826
- class GetCloudConnectorCommand extends Command
2827
- .classBuilder()
2828
- .ep(commonParams)
2829
- .m(function (Command, cs, config, o) {
2830
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2831
- })
2832
- .s("IotManagedIntegrations", "GetCloudConnector", {})
2833
- .n("IoTManagedIntegrationsClient", "GetCloudConnectorCommand")
2834
- .sc(GetCloudConnector$)
2835
- .build() {
2616
+ class GetCloudConnectorCommand extends command(_ep0, _mw0, "GetCloudConnector", GetCloudConnector$) {
2836
2617
  }
2837
2618
 
2838
- class GetConnectorDestinationCommand extends Command
2839
- .classBuilder()
2840
- .ep(commonParams)
2841
- .m(function (Command, cs, config, o) {
2842
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2843
- })
2844
- .s("IotManagedIntegrations", "GetConnectorDestination", {})
2845
- .n("IoTManagedIntegrationsClient", "GetConnectorDestinationCommand")
2846
- .sc(GetConnectorDestination$)
2847
- .build() {
2619
+ class GetConnectorDestinationCommand extends command(_ep0, _mw0, "GetConnectorDestination", GetConnectorDestination$) {
2848
2620
  }
2849
2621
 
2850
- class GetCredentialLockerCommand extends Command
2851
- .classBuilder()
2852
- .ep(commonParams)
2853
- .m(function (Command, cs, config, o) {
2854
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2855
- })
2856
- .s("IotManagedIntegrations", "GetCredentialLocker", {})
2857
- .n("IoTManagedIntegrationsClient", "GetCredentialLockerCommand")
2858
- .sc(GetCredentialLocker$)
2859
- .build() {
2622
+ class GetCredentialLockerCommand extends command(_ep0, _mw0, "GetCredentialLocker", GetCredentialLocker$) {
2860
2623
  }
2861
2624
 
2862
- class GetCustomEndpointCommand extends Command
2863
- .classBuilder()
2864
- .ep(commonParams)
2865
- .m(function (Command, cs, config, o) {
2866
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2867
- })
2868
- .s("IotManagedIntegrations", "GetCustomEndpoint", {})
2869
- .n("IoTManagedIntegrationsClient", "GetCustomEndpointCommand")
2870
- .sc(GetCustomEndpoint$)
2871
- .build() {
2625
+ class GetCustomEndpointCommand extends command(_ep0, _mw0, "GetCustomEndpoint", GetCustomEndpoint$) {
2872
2626
  }
2873
2627
 
2874
- class GetDefaultEncryptionConfigurationCommand extends Command
2875
- .classBuilder()
2876
- .ep(commonParams)
2877
- .m(function (Command, cs, config, o) {
2878
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2879
- })
2880
- .s("IotManagedIntegrations", "GetDefaultEncryptionConfiguration", {})
2881
- .n("IoTManagedIntegrationsClient", "GetDefaultEncryptionConfigurationCommand")
2882
- .sc(GetDefaultEncryptionConfiguration$)
2883
- .build() {
2628
+ class GetDefaultEncryptionConfigurationCommand extends command(_ep0, _mw0, "GetDefaultEncryptionConfiguration", GetDefaultEncryptionConfiguration$) {
2884
2629
  }
2885
2630
 
2886
- class GetDestinationCommand extends Command
2887
- .classBuilder()
2888
- .ep(commonParams)
2889
- .m(function (Command, cs, config, o) {
2890
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2891
- })
2892
- .s("IotManagedIntegrations", "GetDestination", {})
2893
- .n("IoTManagedIntegrationsClient", "GetDestinationCommand")
2894
- .sc(GetDestination$)
2895
- .build() {
2631
+ class GetDestinationCommand extends command(_ep0, _mw0, "GetDestination", GetDestination$) {
2896
2632
  }
2897
2633
 
2898
- class GetDeviceDiscoveryCommand extends Command
2899
- .classBuilder()
2900
- .ep(commonParams)
2901
- .m(function (Command, cs, config, o) {
2902
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2903
- })
2904
- .s("IotManagedIntegrations", "GetDeviceDiscovery", {})
2905
- .n("IoTManagedIntegrationsClient", "GetDeviceDiscoveryCommand")
2906
- .sc(GetDeviceDiscovery$)
2907
- .build() {
2634
+ class GetDeviceDiscoveryCommand extends command(_ep0, _mw0, "GetDeviceDiscovery", GetDeviceDiscovery$) {
2908
2635
  }
2909
2636
 
2910
- class GetEventLogConfigurationCommand extends Command
2911
- .classBuilder()
2912
- .ep(commonParams)
2913
- .m(function (Command, cs, config, o) {
2914
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2915
- })
2916
- .s("IotManagedIntegrations", "GetEventLogConfiguration", {})
2917
- .n("IoTManagedIntegrationsClient", "GetEventLogConfigurationCommand")
2918
- .sc(GetEventLogConfiguration$)
2919
- .build() {
2637
+ class GetEventLogConfigurationCommand extends command(_ep0, _mw0, "GetEventLogConfiguration", GetEventLogConfiguration$) {
2920
2638
  }
2921
2639
 
2922
- class GetHubConfigurationCommand extends Command
2923
- .classBuilder()
2924
- .ep(commonParams)
2925
- .m(function (Command, cs, config, o) {
2926
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2927
- })
2928
- .s("IotManagedIntegrations", "GetHubConfiguration", {})
2929
- .n("IoTManagedIntegrationsClient", "GetHubConfigurationCommand")
2930
- .sc(GetHubConfiguration$)
2931
- .build() {
2640
+ class GetHubConfigurationCommand extends command(_ep0, _mw0, "GetHubConfiguration", GetHubConfiguration$) {
2932
2641
  }
2933
2642
 
2934
- class GetManagedThingCapabilitiesCommand extends Command
2935
- .classBuilder()
2936
- .ep(commonParams)
2937
- .m(function (Command, cs, config, o) {
2938
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2939
- })
2940
- .s("IotManagedIntegrations", "GetManagedThingCapabilities", {})
2941
- .n("IoTManagedIntegrationsClient", "GetManagedThingCapabilitiesCommand")
2942
- .sc(GetManagedThingCapabilities$)
2943
- .build() {
2643
+ class GetManagedThingCapabilitiesCommand extends command(_ep0, _mw0, "GetManagedThingCapabilities", GetManagedThingCapabilities$) {
2944
2644
  }
2945
2645
 
2946
- class GetManagedThingCertificateCommand extends Command
2947
- .classBuilder()
2948
- .ep(commonParams)
2949
- .m(function (Command, cs, config, o) {
2950
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2951
- })
2952
- .s("IotManagedIntegrations", "GetManagedThingCertificate", {})
2953
- .n("IoTManagedIntegrationsClient", "GetManagedThingCertificateCommand")
2954
- .sc(GetManagedThingCertificate$)
2955
- .build() {
2646
+ class GetManagedThingCertificateCommand extends command(_ep0, _mw0, "GetManagedThingCertificate", GetManagedThingCertificate$) {
2956
2647
  }
2957
2648
 
2958
- class GetManagedThingCommand extends Command
2959
- .classBuilder()
2960
- .ep(commonParams)
2961
- .m(function (Command, cs, config, o) {
2962
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2963
- })
2964
- .s("IotManagedIntegrations", "GetManagedThing", {})
2965
- .n("IoTManagedIntegrationsClient", "GetManagedThingCommand")
2966
- .sc(GetManagedThing$)
2967
- .build() {
2649
+ class GetManagedThingCommand extends command(_ep0, _mw0, "GetManagedThing", GetManagedThing$) {
2968
2650
  }
2969
2651
 
2970
- class GetManagedThingConnectivityDataCommand extends Command
2971
- .classBuilder()
2972
- .ep(commonParams)
2973
- .m(function (Command, cs, config, o) {
2974
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2975
- })
2976
- .s("IotManagedIntegrations", "GetManagedThingConnectivityData", {})
2977
- .n("IoTManagedIntegrationsClient", "GetManagedThingConnectivityDataCommand")
2978
- .sc(GetManagedThingConnectivityData$)
2979
- .build() {
2652
+ class GetManagedThingConnectivityDataCommand extends command(_ep0, _mw0, "GetManagedThingConnectivityData", GetManagedThingConnectivityData$) {
2980
2653
  }
2981
2654
 
2982
- class GetManagedThingMetaDataCommand extends Command
2983
- .classBuilder()
2984
- .ep(commonParams)
2985
- .m(function (Command, cs, config, o) {
2986
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2987
- })
2988
- .s("IotManagedIntegrations", "GetManagedThingMetaData", {})
2989
- .n("IoTManagedIntegrationsClient", "GetManagedThingMetaDataCommand")
2990
- .sc(GetManagedThingMetaData$)
2991
- .build() {
2655
+ class GetManagedThingMetaDataCommand extends command(_ep0, _mw0, "GetManagedThingMetaData", GetManagedThingMetaData$) {
2992
2656
  }
2993
2657
 
2994
- class GetManagedThingStateCommand extends Command
2995
- .classBuilder()
2996
- .ep(commonParams)
2997
- .m(function (Command, cs, config, o) {
2998
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2999
- })
3000
- .s("IotManagedIntegrations", "GetManagedThingState", {})
3001
- .n("IoTManagedIntegrationsClient", "GetManagedThingStateCommand")
3002
- .sc(GetManagedThingState$)
3003
- .build() {
2658
+ class GetManagedThingStateCommand extends command(_ep0, _mw0, "GetManagedThingState", GetManagedThingState$) {
3004
2659
  }
3005
2660
 
3006
- class GetNotificationConfigurationCommand extends Command
3007
- .classBuilder()
3008
- .ep(commonParams)
3009
- .m(function (Command, cs, config, o) {
3010
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3011
- })
3012
- .s("IotManagedIntegrations", "GetNotificationConfiguration", {})
3013
- .n("IoTManagedIntegrationsClient", "GetNotificationConfigurationCommand")
3014
- .sc(GetNotificationConfiguration$)
3015
- .build() {
2661
+ class GetNotificationConfigurationCommand extends command(_ep0, _mw0, "GetNotificationConfiguration", GetNotificationConfiguration$) {
3016
2662
  }
3017
2663
 
3018
- class GetOtaTaskCommand extends Command
3019
- .classBuilder()
3020
- .ep(commonParams)
3021
- .m(function (Command, cs, config, o) {
3022
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3023
- })
3024
- .s("IotManagedIntegrations", "GetOtaTask", {})
3025
- .n("IoTManagedIntegrationsClient", "GetOtaTaskCommand")
3026
- .sc(GetOtaTask$)
3027
- .build() {
2664
+ class GetOtaTaskCommand extends command(_ep0, _mw0, "GetOtaTask", GetOtaTask$) {
3028
2665
  }
3029
2666
 
3030
- class GetOtaTaskConfigurationCommand extends Command
3031
- .classBuilder()
3032
- .ep(commonParams)
3033
- .m(function (Command, cs, config, o) {
3034
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3035
- })
3036
- .s("IotManagedIntegrations", "GetOtaTaskConfiguration", {})
3037
- .n("IoTManagedIntegrationsClient", "GetOtaTaskConfigurationCommand")
3038
- .sc(GetOtaTaskConfiguration$)
3039
- .build() {
2667
+ class GetOtaTaskConfigurationCommand extends command(_ep0, _mw0, "GetOtaTaskConfiguration", GetOtaTaskConfiguration$) {
3040
2668
  }
3041
2669
 
3042
- class GetProvisioningProfileCommand extends Command
3043
- .classBuilder()
3044
- .ep(commonParams)
3045
- .m(function (Command, cs, config, o) {
3046
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3047
- })
3048
- .s("IotManagedIntegrations", "GetProvisioningProfile", {})
3049
- .n("IoTManagedIntegrationsClient", "GetProvisioningProfileCommand")
3050
- .sc(GetProvisioningProfile$)
3051
- .build() {
2670
+ class GetProvisioningProfileCommand extends command(_ep0, _mw0, "GetProvisioningProfile", GetProvisioningProfile$) {
3052
2671
  }
3053
2672
 
3054
- class GetRuntimeLogConfigurationCommand extends Command
3055
- .classBuilder()
3056
- .ep(commonParams)
3057
- .m(function (Command, cs, config, o) {
3058
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3059
- })
3060
- .s("IotManagedIntegrations", "GetRuntimeLogConfiguration", {})
3061
- .n("IoTManagedIntegrationsClient", "GetRuntimeLogConfigurationCommand")
3062
- .sc(GetRuntimeLogConfiguration$)
3063
- .build() {
2673
+ class GetRuntimeLogConfigurationCommand extends command(_ep0, _mw0, "GetRuntimeLogConfiguration", GetRuntimeLogConfiguration$) {
3064
2674
  }
3065
2675
 
3066
- class GetSchemaVersionCommand extends Command
3067
- .classBuilder()
3068
- .ep(commonParams)
3069
- .m(function (Command, cs, config, o) {
3070
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3071
- })
3072
- .s("IotManagedIntegrations", "GetSchemaVersion", {})
3073
- .n("IoTManagedIntegrationsClient", "GetSchemaVersionCommand")
3074
- .sc(GetSchemaVersion$)
3075
- .build() {
2676
+ class GetSchemaVersionCommand extends command(_ep0, _mw0, "GetSchemaVersion", GetSchemaVersion$) {
3076
2677
  }
3077
2678
 
3078
- class ListAccountAssociationsCommand extends Command
3079
- .classBuilder()
3080
- .ep(commonParams)
3081
- .m(function (Command, cs, config, o) {
3082
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3083
- })
3084
- .s("IotManagedIntegrations", "ListAccountAssociations", {})
3085
- .n("IoTManagedIntegrationsClient", "ListAccountAssociationsCommand")
3086
- .sc(ListAccountAssociations$)
3087
- .build() {
2679
+ class ListAccountAssociationsCommand extends command(_ep0, _mw0, "ListAccountAssociations", ListAccountAssociations$) {
3088
2680
  }
3089
2681
 
3090
- class ListCloudConnectorsCommand extends Command
3091
- .classBuilder()
3092
- .ep(commonParams)
3093
- .m(function (Command, cs, config, o) {
3094
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3095
- })
3096
- .s("IotManagedIntegrations", "ListCloudConnectors", {})
3097
- .n("IoTManagedIntegrationsClient", "ListCloudConnectorsCommand")
3098
- .sc(ListCloudConnectors$)
3099
- .build() {
2682
+ class ListCloudConnectorsCommand extends command(_ep0, _mw0, "ListCloudConnectors", ListCloudConnectors$) {
3100
2683
  }
3101
2684
 
3102
- class ListConnectorDestinationsCommand extends Command
3103
- .classBuilder()
3104
- .ep(commonParams)
3105
- .m(function (Command, cs, config, o) {
3106
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3107
- })
3108
- .s("IotManagedIntegrations", "ListConnectorDestinations", {})
3109
- .n("IoTManagedIntegrationsClient", "ListConnectorDestinationsCommand")
3110
- .sc(ListConnectorDestinations$)
3111
- .build() {
2685
+ class ListConnectorDestinationsCommand extends command(_ep0, _mw0, "ListConnectorDestinations", ListConnectorDestinations$) {
3112
2686
  }
3113
2687
 
3114
- class ListCredentialLockersCommand extends Command
3115
- .classBuilder()
3116
- .ep(commonParams)
3117
- .m(function (Command, cs, config, o) {
3118
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3119
- })
3120
- .s("IotManagedIntegrations", "ListCredentialLockers", {})
3121
- .n("IoTManagedIntegrationsClient", "ListCredentialLockersCommand")
3122
- .sc(ListCredentialLockers$)
3123
- .build() {
2688
+ class ListCredentialLockersCommand extends command(_ep0, _mw0, "ListCredentialLockers", ListCredentialLockers$) {
3124
2689
  }
3125
2690
 
3126
- class ListDestinationsCommand extends Command
3127
- .classBuilder()
3128
- .ep(commonParams)
3129
- .m(function (Command, cs, config, o) {
3130
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3131
- })
3132
- .s("IotManagedIntegrations", "ListDestinations", {})
3133
- .n("IoTManagedIntegrationsClient", "ListDestinationsCommand")
3134
- .sc(ListDestinations$)
3135
- .build() {
2691
+ class ListDestinationsCommand extends command(_ep0, _mw0, "ListDestinations", ListDestinations$) {
3136
2692
  }
3137
2693
 
3138
- class ListDeviceDiscoveriesCommand extends Command
3139
- .classBuilder()
3140
- .ep(commonParams)
3141
- .m(function (Command, cs, config, o) {
3142
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3143
- })
3144
- .s("IotManagedIntegrations", "ListDeviceDiscoveries", {})
3145
- .n("IoTManagedIntegrationsClient", "ListDeviceDiscoveriesCommand")
3146
- .sc(ListDeviceDiscoveries$)
3147
- .build() {
2694
+ class ListDeviceDiscoveriesCommand extends command(_ep0, _mw0, "ListDeviceDiscoveries", ListDeviceDiscoveries$) {
3148
2695
  }
3149
2696
 
3150
- class ListDiscoveredDevicesCommand extends Command
3151
- .classBuilder()
3152
- .ep(commonParams)
3153
- .m(function (Command, cs, config, o) {
3154
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3155
- })
3156
- .s("IotManagedIntegrations", "ListDiscoveredDevices", {})
3157
- .n("IoTManagedIntegrationsClient", "ListDiscoveredDevicesCommand")
3158
- .sc(ListDiscoveredDevices$)
3159
- .build() {
2697
+ class ListDiscoveredDevicesCommand extends command(_ep0, _mw0, "ListDiscoveredDevices", ListDiscoveredDevices$) {
3160
2698
  }
3161
2699
 
3162
- class ListEventLogConfigurationsCommand extends Command
3163
- .classBuilder()
3164
- .ep(commonParams)
3165
- .m(function (Command, cs, config, o) {
3166
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3167
- })
3168
- .s("IotManagedIntegrations", "ListEventLogConfigurations", {})
3169
- .n("IoTManagedIntegrationsClient", "ListEventLogConfigurationsCommand")
3170
- .sc(ListEventLogConfigurations$)
3171
- .build() {
2700
+ class ListEventLogConfigurationsCommand extends command(_ep0, _mw0, "ListEventLogConfigurations", ListEventLogConfigurations$) {
3172
2701
  }
3173
2702
 
3174
- class ListManagedThingAccountAssociationsCommand extends Command
3175
- .classBuilder()
3176
- .ep(commonParams)
3177
- .m(function (Command, cs, config, o) {
3178
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3179
- })
3180
- .s("IotManagedIntegrations", "ListManagedThingAccountAssociations", {})
3181
- .n("IoTManagedIntegrationsClient", "ListManagedThingAccountAssociationsCommand")
3182
- .sc(ListManagedThingAccountAssociations$)
3183
- .build() {
2703
+ class ListManagedThingAccountAssociationsCommand extends command(_ep0, _mw0, "ListManagedThingAccountAssociations", ListManagedThingAccountAssociations$) {
3184
2704
  }
3185
2705
 
3186
- class ListManagedThingSchemasCommand extends Command
3187
- .classBuilder()
3188
- .ep(commonParams)
3189
- .m(function (Command, cs, config, o) {
3190
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3191
- })
3192
- .s("IotManagedIntegrations", "ListManagedThingSchemas", {})
3193
- .n("IoTManagedIntegrationsClient", "ListManagedThingSchemasCommand")
3194
- .sc(ListManagedThingSchemas$)
3195
- .build() {
2706
+ class ListManagedThingSchemasCommand extends command(_ep0, _mw0, "ListManagedThingSchemas", ListManagedThingSchemas$) {
3196
2707
  }
3197
2708
 
3198
- class ListManagedThingsCommand extends Command
3199
- .classBuilder()
3200
- .ep(commonParams)
3201
- .m(function (Command, cs, config, o) {
3202
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3203
- })
3204
- .s("IotManagedIntegrations", "ListManagedThings", {})
3205
- .n("IoTManagedIntegrationsClient", "ListManagedThingsCommand")
3206
- .sc(ListManagedThings$)
3207
- .build() {
2709
+ class ListManagedThingsCommand extends command(_ep0, _mw0, "ListManagedThings", ListManagedThings$) {
3208
2710
  }
3209
2711
 
3210
- class ListNotificationConfigurationsCommand extends Command
3211
- .classBuilder()
3212
- .ep(commonParams)
3213
- .m(function (Command, cs, config, o) {
3214
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3215
- })
3216
- .s("IotManagedIntegrations", "ListNotificationConfigurations", {})
3217
- .n("IoTManagedIntegrationsClient", "ListNotificationConfigurationsCommand")
3218
- .sc(ListNotificationConfigurations$)
3219
- .build() {
2712
+ class ListNotificationConfigurationsCommand extends command(_ep0, _mw0, "ListNotificationConfigurations", ListNotificationConfigurations$) {
3220
2713
  }
3221
2714
 
3222
- class ListOtaTaskConfigurationsCommand extends Command
3223
- .classBuilder()
3224
- .ep(commonParams)
3225
- .m(function (Command, cs, config, o) {
3226
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3227
- })
3228
- .s("IotManagedIntegrations", "ListOtaTaskConfigurations", {})
3229
- .n("IoTManagedIntegrationsClient", "ListOtaTaskConfigurationsCommand")
3230
- .sc(ListOtaTaskConfigurations$)
3231
- .build() {
2715
+ class ListOtaTaskConfigurationsCommand extends command(_ep0, _mw0, "ListOtaTaskConfigurations", ListOtaTaskConfigurations$) {
3232
2716
  }
3233
2717
 
3234
- class ListOtaTaskExecutionsCommand extends Command
3235
- .classBuilder()
3236
- .ep(commonParams)
3237
- .m(function (Command, cs, config, o) {
3238
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3239
- })
3240
- .s("IotManagedIntegrations", "ListOtaTaskExecutions", {})
3241
- .n("IoTManagedIntegrationsClient", "ListOtaTaskExecutionsCommand")
3242
- .sc(ListOtaTaskExecutions$)
3243
- .build() {
2718
+ class ListOtaTaskExecutionsCommand extends command(_ep0, _mw0, "ListOtaTaskExecutions", ListOtaTaskExecutions$) {
3244
2719
  }
3245
2720
 
3246
- class ListOtaTasksCommand extends Command
3247
- .classBuilder()
3248
- .ep(commonParams)
3249
- .m(function (Command, cs, config, o) {
3250
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3251
- })
3252
- .s("IotManagedIntegrations", "ListOtaTasks", {})
3253
- .n("IoTManagedIntegrationsClient", "ListOtaTasksCommand")
3254
- .sc(ListOtaTasks$)
3255
- .build() {
2721
+ class ListOtaTasksCommand extends command(_ep0, _mw0, "ListOtaTasks", ListOtaTasks$) {
3256
2722
  }
3257
2723
 
3258
- class ListProvisioningProfilesCommand extends Command
3259
- .classBuilder()
3260
- .ep(commonParams)
3261
- .m(function (Command, cs, config, o) {
3262
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3263
- })
3264
- .s("IotManagedIntegrations", "ListProvisioningProfiles", {})
3265
- .n("IoTManagedIntegrationsClient", "ListProvisioningProfilesCommand")
3266
- .sc(ListProvisioningProfiles$)
3267
- .build() {
2724
+ class ListProvisioningProfilesCommand extends command(_ep0, _mw0, "ListProvisioningProfiles", ListProvisioningProfiles$) {
3268
2725
  }
3269
2726
 
3270
- class ListSchemaVersionsCommand extends Command
3271
- .classBuilder()
3272
- .ep(commonParams)
3273
- .m(function (Command, cs, config, o) {
3274
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3275
- })
3276
- .s("IotManagedIntegrations", "ListSchemaVersions", {})
3277
- .n("IoTManagedIntegrationsClient", "ListSchemaVersionsCommand")
3278
- .sc(ListSchemaVersions$)
3279
- .build() {
2727
+ class ListSchemaVersionsCommand extends command(_ep0, _mw0, "ListSchemaVersions", ListSchemaVersions$) {
3280
2728
  }
3281
2729
 
3282
- class ListTagsForResourceCommand extends Command
3283
- .classBuilder()
3284
- .ep(commonParams)
3285
- .m(function (Command, cs, config, o) {
3286
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3287
- })
3288
- .s("IotManagedIntegrations", "ListTagsForResource", {})
3289
- .n("IoTManagedIntegrationsClient", "ListTagsForResourceCommand")
3290
- .sc(ListTagsForResource$)
3291
- .build() {
2730
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
3292
2731
  }
3293
2732
 
3294
- class PutDefaultEncryptionConfigurationCommand extends Command
3295
- .classBuilder()
3296
- .ep(commonParams)
3297
- .m(function (Command, cs, config, o) {
3298
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3299
- })
3300
- .s("IotManagedIntegrations", "PutDefaultEncryptionConfiguration", {})
3301
- .n("IoTManagedIntegrationsClient", "PutDefaultEncryptionConfigurationCommand")
3302
- .sc(PutDefaultEncryptionConfiguration$)
3303
- .build() {
2733
+ class PutDefaultEncryptionConfigurationCommand extends command(_ep0, _mw0, "PutDefaultEncryptionConfiguration", PutDefaultEncryptionConfiguration$) {
3304
2734
  }
3305
2735
 
3306
- class PutHubConfigurationCommand extends Command
3307
- .classBuilder()
3308
- .ep(commonParams)
3309
- .m(function (Command, cs, config, o) {
3310
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3311
- })
3312
- .s("IotManagedIntegrations", "PutHubConfiguration", {})
3313
- .n("IoTManagedIntegrationsClient", "PutHubConfigurationCommand")
3314
- .sc(PutHubConfiguration$)
3315
- .build() {
2736
+ class PutHubConfigurationCommand extends command(_ep0, _mw0, "PutHubConfiguration", PutHubConfiguration$) {
3316
2737
  }
3317
2738
 
3318
- class PutRuntimeLogConfigurationCommand extends Command
3319
- .classBuilder()
3320
- .ep(commonParams)
3321
- .m(function (Command, cs, config, o) {
3322
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3323
- })
3324
- .s("IotManagedIntegrations", "PutRuntimeLogConfiguration", {})
3325
- .n("IoTManagedIntegrationsClient", "PutRuntimeLogConfigurationCommand")
3326
- .sc(PutRuntimeLogConfiguration$)
3327
- .build() {
2739
+ class PutRuntimeLogConfigurationCommand extends command(_ep0, _mw0, "PutRuntimeLogConfiguration", PutRuntimeLogConfiguration$) {
3328
2740
  }
3329
2741
 
3330
- class RegisterAccountAssociationCommand extends Command
3331
- .classBuilder()
3332
- .ep(commonParams)
3333
- .m(function (Command, cs, config, o) {
3334
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3335
- })
3336
- .s("IotManagedIntegrations", "RegisterAccountAssociation", {})
3337
- .n("IoTManagedIntegrationsClient", "RegisterAccountAssociationCommand")
3338
- .sc(RegisterAccountAssociation$)
3339
- .build() {
2742
+ class RegisterAccountAssociationCommand extends command(_ep0, _mw0, "RegisterAccountAssociation", RegisterAccountAssociation$) {
3340
2743
  }
3341
2744
 
3342
- class RegisterCustomEndpointCommand extends Command
3343
- .classBuilder()
3344
- .ep(commonParams)
3345
- .m(function (Command, cs, config, o) {
3346
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3347
- })
3348
- .s("IotManagedIntegrations", "RegisterCustomEndpoint", {})
3349
- .n("IoTManagedIntegrationsClient", "RegisterCustomEndpointCommand")
3350
- .sc(RegisterCustomEndpoint$)
3351
- .build() {
2745
+ class RegisterCustomEndpointCommand extends command(_ep0, _mw0, "RegisterCustomEndpoint", RegisterCustomEndpoint$) {
3352
2746
  }
3353
2747
 
3354
- class ResetRuntimeLogConfigurationCommand extends Command
3355
- .classBuilder()
3356
- .ep(commonParams)
3357
- .m(function (Command, cs, config, o) {
3358
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3359
- })
3360
- .s("IotManagedIntegrations", "ResetRuntimeLogConfiguration", {})
3361
- .n("IoTManagedIntegrationsClient", "ResetRuntimeLogConfigurationCommand")
3362
- .sc(ResetRuntimeLogConfiguration$)
3363
- .build() {
2748
+ class ResetRuntimeLogConfigurationCommand extends command(_ep0, _mw0, "ResetRuntimeLogConfiguration", ResetRuntimeLogConfiguration$) {
3364
2749
  }
3365
2750
 
3366
- class SendConnectorEventCommand extends Command
3367
- .classBuilder()
3368
- .ep(commonParams)
3369
- .m(function (Command, cs, config, o) {
3370
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3371
- })
3372
- .s("IotManagedIntegrations", "SendConnectorEvent", {})
3373
- .n("IoTManagedIntegrationsClient", "SendConnectorEventCommand")
3374
- .sc(SendConnectorEvent$)
3375
- .build() {
2751
+ class SendConnectorEventCommand extends command(_ep0, _mw0, "SendConnectorEvent", SendConnectorEvent$) {
3376
2752
  }
3377
2753
 
3378
- class SendManagedThingCommandCommand extends Command
3379
- .classBuilder()
3380
- .ep(commonParams)
3381
- .m(function (Command, cs, config, o) {
3382
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3383
- })
3384
- .s("IotManagedIntegrations", "SendManagedThingCommand", {})
3385
- .n("IoTManagedIntegrationsClient", "SendManagedThingCommandCommand")
3386
- .sc(SendManagedThingCommand$)
3387
- .build() {
2754
+ class SendManagedThingCommandCommand extends command(_ep0, _mw0, "SendManagedThingCommand", SendManagedThingCommand$) {
3388
2755
  }
3389
2756
 
3390
- class StartAccountAssociationRefreshCommand extends Command
3391
- .classBuilder()
3392
- .ep(commonParams)
3393
- .m(function (Command, cs, config, o) {
3394
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3395
- })
3396
- .s("IotManagedIntegrations", "StartAccountAssociationRefresh", {})
3397
- .n("IoTManagedIntegrationsClient", "StartAccountAssociationRefreshCommand")
3398
- .sc(StartAccountAssociationRefresh$)
3399
- .build() {
2757
+ class StartAccountAssociationRefreshCommand extends command(_ep0, _mw0, "StartAccountAssociationRefresh", StartAccountAssociationRefresh$) {
3400
2758
  }
3401
2759
 
3402
- class StartDeviceDiscoveryCommand extends Command
3403
- .classBuilder()
3404
- .ep(commonParams)
3405
- .m(function (Command, cs, config, o) {
3406
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3407
- })
3408
- .s("IotManagedIntegrations", "StartDeviceDiscovery", {})
3409
- .n("IoTManagedIntegrationsClient", "StartDeviceDiscoveryCommand")
3410
- .sc(StartDeviceDiscovery$)
3411
- .build() {
2760
+ class StartDeviceDiscoveryCommand extends command(_ep0, _mw0, "StartDeviceDiscovery", StartDeviceDiscovery$) {
3412
2761
  }
3413
2762
 
3414
- class TagResourceCommand extends Command
3415
- .classBuilder()
3416
- .ep(commonParams)
3417
- .m(function (Command, cs, config, o) {
3418
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3419
- })
3420
- .s("IotManagedIntegrations", "TagResource", {})
3421
- .n("IoTManagedIntegrationsClient", "TagResourceCommand")
3422
- .sc(TagResource$)
3423
- .build() {
2763
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
3424
2764
  }
3425
2765
 
3426
- class UntagResourceCommand extends Command
3427
- .classBuilder()
3428
- .ep(commonParams)
3429
- .m(function (Command, cs, config, o) {
3430
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3431
- })
3432
- .s("IotManagedIntegrations", "UntagResource", {})
3433
- .n("IoTManagedIntegrationsClient", "UntagResourceCommand")
3434
- .sc(UntagResource$)
3435
- .build() {
2766
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
3436
2767
  }
3437
2768
 
3438
- class UpdateAccountAssociationCommand extends Command
3439
- .classBuilder()
3440
- .ep(commonParams)
3441
- .m(function (Command, cs, config, o) {
3442
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3443
- })
3444
- .s("IotManagedIntegrations", "UpdateAccountAssociation", {})
3445
- .n("IoTManagedIntegrationsClient", "UpdateAccountAssociationCommand")
3446
- .sc(UpdateAccountAssociation$)
3447
- .build() {
2769
+ class UpdateAccountAssociationCommand extends command(_ep0, _mw0, "UpdateAccountAssociation", UpdateAccountAssociation$) {
3448
2770
  }
3449
2771
 
3450
- class UpdateCloudConnectorCommand extends Command
3451
- .classBuilder()
3452
- .ep(commonParams)
3453
- .m(function (Command, cs, config, o) {
3454
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3455
- })
3456
- .s("IotManagedIntegrations", "UpdateCloudConnector", {})
3457
- .n("IoTManagedIntegrationsClient", "UpdateCloudConnectorCommand")
3458
- .sc(UpdateCloudConnector$)
3459
- .build() {
2772
+ class UpdateCloudConnectorCommand extends command(_ep0, _mw0, "UpdateCloudConnector", UpdateCloudConnector$) {
3460
2773
  }
3461
2774
 
3462
- class UpdateConnectorDestinationCommand extends Command
3463
- .classBuilder()
3464
- .ep(commonParams)
3465
- .m(function (Command, cs, config, o) {
3466
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3467
- })
3468
- .s("IotManagedIntegrations", "UpdateConnectorDestination", {})
3469
- .n("IoTManagedIntegrationsClient", "UpdateConnectorDestinationCommand")
3470
- .sc(UpdateConnectorDestination$)
3471
- .build() {
2775
+ class UpdateConnectorDestinationCommand extends command(_ep0, _mw0, "UpdateConnectorDestination", UpdateConnectorDestination$) {
3472
2776
  }
3473
2777
 
3474
- class UpdateDestinationCommand extends Command
3475
- .classBuilder()
3476
- .ep(commonParams)
3477
- .m(function (Command, cs, config, o) {
3478
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3479
- })
3480
- .s("IotManagedIntegrations", "UpdateDestination", {})
3481
- .n("IoTManagedIntegrationsClient", "UpdateDestinationCommand")
3482
- .sc(UpdateDestination$)
3483
- .build() {
2778
+ class UpdateDestinationCommand extends command(_ep0, _mw0, "UpdateDestination", UpdateDestination$) {
3484
2779
  }
3485
2780
 
3486
- class UpdateEventLogConfigurationCommand extends Command
3487
- .classBuilder()
3488
- .ep(commonParams)
3489
- .m(function (Command, cs, config, o) {
3490
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3491
- })
3492
- .s("IotManagedIntegrations", "UpdateEventLogConfiguration", {})
3493
- .n("IoTManagedIntegrationsClient", "UpdateEventLogConfigurationCommand")
3494
- .sc(UpdateEventLogConfiguration$)
3495
- .build() {
2781
+ class UpdateEventLogConfigurationCommand extends command(_ep0, _mw0, "UpdateEventLogConfiguration", UpdateEventLogConfiguration$) {
3496
2782
  }
3497
2783
 
3498
- class UpdateManagedThingCommand extends Command
3499
- .classBuilder()
3500
- .ep(commonParams)
3501
- .m(function (Command, cs, config, o) {
3502
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3503
- })
3504
- .s("IotManagedIntegrations", "UpdateManagedThing", {})
3505
- .n("IoTManagedIntegrationsClient", "UpdateManagedThingCommand")
3506
- .sc(UpdateManagedThing$)
3507
- .build() {
2784
+ class UpdateManagedThingCommand extends command(_ep0, _mw0, "UpdateManagedThing", UpdateManagedThing$) {
3508
2785
  }
3509
2786
 
3510
- class UpdateNotificationConfigurationCommand extends Command
3511
- .classBuilder()
3512
- .ep(commonParams)
3513
- .m(function (Command, cs, config, o) {
3514
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3515
- })
3516
- .s("IotManagedIntegrations", "UpdateNotificationConfiguration", {})
3517
- .n("IoTManagedIntegrationsClient", "UpdateNotificationConfigurationCommand")
3518
- .sc(UpdateNotificationConfiguration$)
3519
- .build() {
2787
+ class UpdateNotificationConfigurationCommand extends command(_ep0, _mw0, "UpdateNotificationConfiguration", UpdateNotificationConfiguration$) {
3520
2788
  }
3521
2789
 
3522
- class UpdateOtaTaskCommand extends Command
3523
- .classBuilder()
3524
- .ep(commonParams)
3525
- .m(function (Command, cs, config, o) {
3526
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3527
- })
3528
- .s("IotManagedIntegrations", "UpdateOtaTask", {})
3529
- .n("IoTManagedIntegrationsClient", "UpdateOtaTaskCommand")
3530
- .sc(UpdateOtaTask$)
3531
- .build() {
2790
+ class UpdateOtaTaskCommand extends command(_ep0, _mw0, "UpdateOtaTask", UpdateOtaTask$) {
3532
2791
  }
3533
2792
 
3534
2793
  const paginateListAccountAssociations = createPaginator(IoTManagedIntegrationsClient, ListAccountAssociationsCommand, "NextToken", "NextToken", "MaxResults");