@aws-sdk/client-iot-managed-integrations 3.835.0 → 3.839.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/README.md +200 -0
  2. package/dist-cjs/IoTManagedIntegrations.js +50 -0
  3. package/dist-cjs/commands/CreateAccountAssociationCommand.js +27 -0
  4. package/dist-cjs/commands/CreateCloudConnectorCommand.js +26 -0
  5. package/dist-cjs/commands/CreateConnectorDestinationCommand.js +26 -0
  6. package/dist-cjs/commands/DeleteAccountAssociationCommand.js +26 -0
  7. package/dist-cjs/commands/DeleteCloudConnectorCommand.js +26 -0
  8. package/dist-cjs/commands/DeleteConnectorDestinationCommand.js +26 -0
  9. package/dist-cjs/commands/DeregisterAccountAssociationCommand.js +26 -0
  10. package/dist-cjs/commands/GetAccountAssociationCommand.js +27 -0
  11. package/dist-cjs/commands/GetCloudConnectorCommand.js +26 -0
  12. package/dist-cjs/commands/GetConnectorDestinationCommand.js +26 -0
  13. package/dist-cjs/commands/GetOtaTaskCommand.js +2 -1
  14. package/dist-cjs/commands/ListAccountAssociationsCommand.js +26 -0
  15. package/dist-cjs/commands/ListCloudConnectorsCommand.js +26 -0
  16. package/dist-cjs/commands/ListConnectorDestinationsCommand.js +26 -0
  17. package/dist-cjs/commands/ListDeviceDiscoveriesCommand.js +26 -0
  18. package/dist-cjs/commands/ListDiscoveredDevicesCommand.js +27 -0
  19. package/dist-cjs/commands/ListManagedThingAccountAssociationsCommand.js +26 -0
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +27 -0
  21. package/dist-cjs/commands/RegisterAccountAssociationCommand.js +26 -0
  22. package/dist-cjs/commands/SendConnectorEventCommand.js +27 -0
  23. package/dist-cjs/commands/StartAccountAssociationRefreshCommand.js +27 -0
  24. package/dist-cjs/commands/TagResourceCommand.js +27 -0
  25. package/dist-cjs/commands/UntagResourceCommand.js +26 -0
  26. package/dist-cjs/commands/UpdateAccountAssociationCommand.js +26 -0
  27. package/dist-cjs/commands/UpdateCloudConnectorCommand.js +26 -0
  28. package/dist-cjs/commands/UpdateConnectorDestinationCommand.js +26 -0
  29. package/dist-cjs/commands/index.js +25 -0
  30. package/dist-cjs/models/models_0.js +187 -36
  31. package/dist-cjs/pagination/ListAccountAssociationsPaginator.js +7 -0
  32. package/dist-cjs/pagination/ListCloudConnectorsPaginator.js +7 -0
  33. package/dist-cjs/pagination/ListConnectorDestinationsPaginator.js +7 -0
  34. package/dist-cjs/pagination/ListDeviceDiscoveriesPaginator.js +7 -0
  35. package/dist-cjs/pagination/ListDiscoveredDevicesPaginator.js +7 -0
  36. package/dist-cjs/pagination/ListManagedThingAccountAssociationsPaginator.js +7 -0
  37. package/dist-cjs/pagination/index.js +6 -0
  38. package/dist-cjs/protocols/Aws_restJson1.js +974 -22
  39. package/dist-es/IoTManagedIntegrations.js +50 -0
  40. package/dist-es/commands/CreateAccountAssociationCommand.js +23 -0
  41. package/dist-es/commands/CreateCloudConnectorCommand.js +22 -0
  42. package/dist-es/commands/CreateConnectorDestinationCommand.js +22 -0
  43. package/dist-es/commands/DeleteAccountAssociationCommand.js +22 -0
  44. package/dist-es/commands/DeleteCloudConnectorCommand.js +22 -0
  45. package/dist-es/commands/DeleteConnectorDestinationCommand.js +22 -0
  46. package/dist-es/commands/DeregisterAccountAssociationCommand.js +22 -0
  47. package/dist-es/commands/GetAccountAssociationCommand.js +23 -0
  48. package/dist-es/commands/GetCloudConnectorCommand.js +22 -0
  49. package/dist-es/commands/GetConnectorDestinationCommand.js +22 -0
  50. package/dist-es/commands/GetOtaTaskCommand.js +2 -1
  51. package/dist-es/commands/ListAccountAssociationsCommand.js +22 -0
  52. package/dist-es/commands/ListCloudConnectorsCommand.js +22 -0
  53. package/dist-es/commands/ListConnectorDestinationsCommand.js +22 -0
  54. package/dist-es/commands/ListDeviceDiscoveriesCommand.js +22 -0
  55. package/dist-es/commands/ListDiscoveredDevicesCommand.js +23 -0
  56. package/dist-es/commands/ListManagedThingAccountAssociationsCommand.js +22 -0
  57. package/dist-es/commands/ListTagsForResourceCommand.js +23 -0
  58. package/dist-es/commands/RegisterAccountAssociationCommand.js +22 -0
  59. package/dist-es/commands/SendConnectorEventCommand.js +23 -0
  60. package/dist-es/commands/StartAccountAssociationRefreshCommand.js +23 -0
  61. package/dist-es/commands/TagResourceCommand.js +23 -0
  62. package/dist-es/commands/UntagResourceCommand.js +22 -0
  63. package/dist-es/commands/UpdateAccountAssociationCommand.js +22 -0
  64. package/dist-es/commands/UpdateCloudConnectorCommand.js +22 -0
  65. package/dist-es/commands/UpdateConnectorDestinationCommand.js +22 -0
  66. package/dist-es/commands/index.js +25 -0
  67. package/dist-es/models/models_0.js +168 -32
  68. package/dist-es/pagination/ListAccountAssociationsPaginator.js +4 -0
  69. package/dist-es/pagination/ListCloudConnectorsPaginator.js +4 -0
  70. package/dist-es/pagination/ListConnectorDestinationsPaginator.js +4 -0
  71. package/dist-es/pagination/ListDeviceDiscoveriesPaginator.js +4 -0
  72. package/dist-es/pagination/ListDiscoveredDevicesPaginator.js +4 -0
  73. package/dist-es/pagination/ListManagedThingAccountAssociationsPaginator.js +4 -0
  74. package/dist-es/pagination/index.js +6 -0
  75. package/dist-es/protocols/Aws_restJson1.js +918 -17
  76. package/dist-types/IoTManagedIntegrations.d.ts +180 -0
  77. package/dist-types/IoTManagedIntegrationsClient.d.ts +27 -2
  78. package/dist-types/commands/CreateAccountAssociationCommand.d.ts +102 -0
  79. package/dist-types/commands/CreateCloudConnectorCommand.d.ts +159 -0
  80. package/dist-types/commands/CreateConnectorDestinationCommand.d.ts +108 -0
  81. package/dist-types/commands/CreateCredentialLockerCommand.d.ts +2 -4
  82. package/dist-types/commands/CreateDestinationCommand.d.ts +2 -4
  83. package/dist-types/commands/CreateEventLogConfigurationCommand.d.ts +2 -4
  84. package/dist-types/commands/CreateManagedThingCommand.d.ts +12 -5
  85. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +4 -6
  86. package/dist-types/commands/CreateOtaTaskCommand.d.ts +7 -2
  87. package/dist-types/commands/CreateOtaTaskConfigurationCommand.d.ts +1 -2
  88. package/dist-types/commands/CreateProvisioningProfileCommand.d.ts +5 -5
  89. package/dist-types/commands/DeleteAccountAssociationCommand.d.ts +88 -0
  90. package/dist-types/commands/DeleteCloudConnectorCommand.d.ts +85 -0
  91. package/dist-types/commands/DeleteConnectorDestinationCommand.d.ts +85 -0
  92. package/dist-types/commands/DeleteCredentialLockerCommand.d.ts +2 -7
  93. package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -2
  94. package/dist-types/commands/DeleteEventLogConfigurationCommand.d.ts +1 -2
  95. package/dist-types/commands/DeleteManagedThingCommand.d.ts +2 -5
  96. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +2 -3
  97. package/dist-types/commands/DeleteOtaTaskCommand.d.ts +4 -2
  98. package/dist-types/commands/DeleteOtaTaskConfigurationCommand.d.ts +1 -2
  99. package/dist-types/commands/DeleteProvisioningProfileCommand.d.ts +1 -2
  100. package/dist-types/commands/DeregisterAccountAssociationCommand.d.ts +86 -0
  101. package/dist-types/commands/GetAccountAssociationCommand.d.ts +100 -0
  102. package/dist-types/commands/GetCloudConnectorCommand.d.ts +151 -0
  103. package/dist-types/commands/GetConnectorDestinationCommand.d.ts +109 -0
  104. package/dist-types/commands/GetCredentialLockerCommand.d.ts +1 -2
  105. package/dist-types/commands/GetCustomEndpointCommand.d.ts +1 -2
  106. package/dist-types/commands/GetDefaultEncryptionConfigurationCommand.d.ts +1 -3
  107. package/dist-types/commands/GetDestinationCommand.d.ts +1 -2
  108. package/dist-types/commands/GetDeviceDiscoveryCommand.d.ts +3 -3
  109. package/dist-types/commands/GetEventLogConfigurationCommand.d.ts +1 -2
  110. package/dist-types/commands/GetHubConfigurationCommand.d.ts +1 -2
  111. package/dist-types/commands/GetManagedThingCapabilitiesCommand.d.ts +1 -2
  112. package/dist-types/commands/GetManagedThingCommand.d.ts +2 -2
  113. package/dist-types/commands/GetManagedThingConnectivityDataCommand.d.ts +1 -2
  114. package/dist-types/commands/GetManagedThingMetaDataCommand.d.ts +2 -3
  115. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -4
  116. package/dist-types/commands/GetOtaTaskCommand.d.ts +4 -2
  117. package/dist-types/commands/GetOtaTaskConfigurationCommand.d.ts +1 -2
  118. package/dist-types/commands/GetProvisioningProfileCommand.d.ts +1 -2
  119. package/dist-types/commands/GetRuntimeLogConfigurationCommand.d.ts +2 -4
  120. package/dist-types/commands/GetSchemaVersionCommand.d.ts +7 -14
  121. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +100 -0
  122. package/dist-types/commands/ListCloudConnectorsCommand.d.ts +150 -0
  123. package/dist-types/commands/ListConnectorDestinationsCommand.d.ts +94 -0
  124. package/dist-types/commands/ListCredentialLockersCommand.d.ts +1 -2
  125. package/dist-types/commands/ListDestinationsCommand.d.ts +1 -2
  126. package/dist-types/commands/ListDeviceDiscoveriesCommand.d.ts +100 -0
  127. package/dist-types/commands/ListDiscoveredDevicesCommand.d.ts +110 -0
  128. package/dist-types/commands/ListEventLogConfigurationsCommand.d.ts +1 -2
  129. package/dist-types/commands/ListManagedThingAccountAssociationsCommand.d.ts +93 -0
  130. package/dist-types/commands/ListManagedThingSchemasCommand.d.ts +1 -2
  131. package/dist-types/commands/ListManagedThingsCommand.d.ts +5 -3
  132. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +2 -3
  133. package/dist-types/commands/ListOtaTaskConfigurationsCommand.d.ts +1 -2
  134. package/dist-types/commands/ListOtaTaskExecutionsCommand.d.ts +4 -2
  135. package/dist-types/commands/ListOtaTasksCommand.d.ts +4 -2
  136. package/dist-types/commands/ListProvisioningProfilesCommand.d.ts +1 -2
  137. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +7 -8
  138. package/dist-types/commands/ListTagsForResourceCommand.d.ts +86 -0
  139. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -3
  140. package/dist-types/commands/PutHubConfigurationCommand.d.ts +1 -2
  141. package/dist-types/commands/PutRuntimeLogConfigurationCommand.d.ts +2 -4
  142. package/dist-types/commands/RegisterAccountAssociationCommand.d.ts +94 -0
  143. package/dist-types/commands/RegisterCustomEndpointCommand.d.ts +2 -4
  144. package/dist-types/commands/ResetRuntimeLogConfigurationCommand.d.ts +2 -4
  145. package/dist-types/commands/SendConnectorEventCommand.d.ts +309 -0
  146. package/dist-types/commands/SendManagedThingCommandCommand.d.ts +5 -2
  147. package/dist-types/commands/StartAccountAssociationRefreshCommand.d.ts +90 -0
  148. package/dist-types/commands/StartDeviceDiscoveryCommand.d.ts +7 -6
  149. package/dist-types/commands/TagResourceCommand.d.ts +88 -0
  150. package/dist-types/commands/UntagResourceCommand.d.ts +88 -0
  151. package/dist-types/commands/UpdateAccountAssociationCommand.d.ts +93 -0
  152. package/dist-types/commands/UpdateCloudConnectorCommand.d.ts +115 -0
  153. package/dist-types/commands/UpdateConnectorDestinationCommand.d.ts +101 -0
  154. package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -2
  155. package/dist-types/commands/UpdateEventLogConfigurationCommand.d.ts +1 -2
  156. package/dist-types/commands/UpdateManagedThingCommand.d.ts +10 -2
  157. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +2 -3
  158. package/dist-types/commands/UpdateOtaTaskCommand.d.ts +1 -2
  159. package/dist-types/commands/index.d.ts +25 -0
  160. package/dist-types/models/models_0.d.ts +1953 -394
  161. package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +7 -0
  162. package/dist-types/pagination/ListCloudConnectorsPaginator.d.ts +7 -0
  163. package/dist-types/pagination/ListConnectorDestinationsPaginator.d.ts +7 -0
  164. package/dist-types/pagination/ListDeviceDiscoveriesPaginator.d.ts +7 -0
  165. package/dist-types/pagination/ListDiscoveredDevicesPaginator.d.ts +7 -0
  166. package/dist-types/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +7 -0
  167. package/dist-types/pagination/index.d.ts +6 -0
  168. package/dist-types/protocols/Aws_restJson1.d.ts +225 -0
  169. package/dist-types/ts3.4/IoTManagedIntegrations.d.ts +436 -0
  170. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +150 -0
  171. package/dist-types/ts3.4/commands/CreateAccountAssociationCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +51 -0
  174. package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +47 -0
  175. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +46 -0
  176. package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +47 -0
  177. package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +47 -0
  178. package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +51 -0
  179. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  188. package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +51 -0
  189. package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +51 -0
  190. package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +51 -0
  191. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
  192. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
  193. package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +47 -0
  194. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +46 -0
  195. package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +47 -0
  196. package/dist-types/ts3.4/commands/index.d.ts +25 -0
  197. package/dist-types/ts3.4/models/models_0.d.ts +510 -54
  198. package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -0
  199. package/dist-types/ts3.4/pagination/ListCloudConnectorsPaginator.d.ts +11 -0
  200. package/dist-types/ts3.4/pagination/ListConnectorDestinationsPaginator.d.ts +11 -0
  201. package/dist-types/ts3.4/pagination/ListDeviceDiscoveriesPaginator.d.ts +11 -0
  202. package/dist-types/ts3.4/pagination/ListDiscoveredDevicesPaginator.d.ts +11 -0
  203. package/dist-types/ts3.4/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +11 -0
  204. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  205. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +300 -0
  206. package/package.json +11 -11
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "../commands/ListAccountAssociationsCommand";
3
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAccountAssociations: (config: IoTManagedIntegrationsPaginationConfiguration, input: ListAccountAssociationsCommandInput, ...rest: any[]) => Paginator<ListAccountAssociationsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput } from "../commands/ListCloudConnectorsCommand";
3
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCloudConnectors: (config: IoTManagedIntegrationsPaginationConfiguration, input: ListCloudConnectorsCommandInput, ...rest: any[]) => Paginator<ListCloudConnectorsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListConnectorDestinationsCommandInput, ListConnectorDestinationsCommandOutput } from "../commands/ListConnectorDestinationsCommand";
3
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListConnectorDestinations: (config: IoTManagedIntegrationsPaginationConfiguration, input: ListConnectorDestinationsCommandInput, ...rest: any[]) => Paginator<ListConnectorDestinationsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListDeviceDiscoveriesCommandInput, ListDeviceDiscoveriesCommandOutput } from "../commands/ListDeviceDiscoveriesCommand";
3
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListDeviceDiscoveries: (config: IoTManagedIntegrationsPaginationConfiguration, input: ListDeviceDiscoveriesCommandInput, ...rest: any[]) => Paginator<ListDeviceDiscoveriesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListDiscoveredDevicesCommandInput, ListDiscoveredDevicesCommandOutput } from "../commands/ListDiscoveredDevicesCommand";
3
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListDiscoveredDevices: (config: IoTManagedIntegrationsPaginationConfiguration, input: ListDiscoveredDevicesCommandInput, ...rest: any[]) => Paginator<ListDiscoveredDevicesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListManagedThingAccountAssociationsCommandInput, ListManagedThingAccountAssociationsCommandOutput } from "../commands/ListManagedThingAccountAssociationsCommand";
3
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListManagedThingAccountAssociations: (config: IoTManagedIntegrationsPaginationConfiguration, input: ListManagedThingAccountAssociationsCommandInput, ...rest: any[]) => Paginator<ListManagedThingAccountAssociationsCommandOutput>;
@@ -1,7 +1,13 @@
1
1
  export * from "./Interfaces";
2
+ export * from "./ListAccountAssociationsPaginator";
3
+ export * from "./ListCloudConnectorsPaginator";
4
+ export * from "./ListConnectorDestinationsPaginator";
2
5
  export * from "./ListCredentialLockersPaginator";
3
6
  export * from "./ListDestinationsPaginator";
7
+ export * from "./ListDeviceDiscoveriesPaginator";
8
+ export * from "./ListDiscoveredDevicesPaginator";
4
9
  export * from "./ListEventLogConfigurationsPaginator";
10
+ export * from "./ListManagedThingAccountAssociationsPaginator";
5
11
  export * from "./ListManagedThingSchemasPaginator";
6
12
  export * from "./ListManagedThingsPaginator";
7
13
  export * from "./ListNotificationConfigurationsPaginator";
@@ -1,5 +1,8 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
+ import { CreateAccountAssociationCommandInput, CreateAccountAssociationCommandOutput } from "../commands/CreateAccountAssociationCommand";
4
+ import { CreateCloudConnectorCommandInput, CreateCloudConnectorCommandOutput } from "../commands/CreateCloudConnectorCommand";
5
+ import { CreateConnectorDestinationCommandInput, CreateConnectorDestinationCommandOutput } from "../commands/CreateConnectorDestinationCommand";
3
6
  import { CreateCredentialLockerCommandInput, CreateCredentialLockerCommandOutput } from "../commands/CreateCredentialLockerCommand";
4
7
  import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "../commands/CreateDestinationCommand";
5
8
  import { CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput } from "../commands/CreateEventLogConfigurationCommand";
@@ -8,6 +11,9 @@ import { CreateNotificationConfigurationCommandInput, CreateNotificationConfigur
8
11
  import { CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput } from "../commands/CreateOtaTaskCommand";
9
12
  import { CreateOtaTaskConfigurationCommandInput, CreateOtaTaskConfigurationCommandOutput } from "../commands/CreateOtaTaskConfigurationCommand";
10
13
  import { CreateProvisioningProfileCommandInput, CreateProvisioningProfileCommandOutput } from "../commands/CreateProvisioningProfileCommand";
14
+ import { DeleteAccountAssociationCommandInput, DeleteAccountAssociationCommandOutput } from "../commands/DeleteAccountAssociationCommand";
15
+ import { DeleteCloudConnectorCommandInput, DeleteCloudConnectorCommandOutput } from "../commands/DeleteCloudConnectorCommand";
16
+ import { DeleteConnectorDestinationCommandInput, DeleteConnectorDestinationCommandOutput } from "../commands/DeleteConnectorDestinationCommand";
11
17
  import { DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput } from "../commands/DeleteCredentialLockerCommand";
12
18
  import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "../commands/DeleteDestinationCommand";
13
19
  import { DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput } from "../commands/DeleteEventLogConfigurationCommand";
@@ -16,6 +22,10 @@ import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigur
16
22
  import { DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput } from "../commands/DeleteOtaTaskCommand";
17
23
  import { DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput } from "../commands/DeleteOtaTaskConfigurationCommand";
18
24
  import { DeleteProvisioningProfileCommandInput, DeleteProvisioningProfileCommandOutput } from "../commands/DeleteProvisioningProfileCommand";
25
+ import { DeregisterAccountAssociationCommandInput, DeregisterAccountAssociationCommandOutput } from "../commands/DeregisterAccountAssociationCommand";
26
+ import { GetAccountAssociationCommandInput, GetAccountAssociationCommandOutput } from "../commands/GetAccountAssociationCommand";
27
+ import { GetCloudConnectorCommandInput, GetCloudConnectorCommandOutput } from "../commands/GetCloudConnectorCommand";
28
+ import { GetConnectorDestinationCommandInput, GetConnectorDestinationCommandOutput } from "../commands/GetConnectorDestinationCommand";
19
29
  import { GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput } from "../commands/GetCredentialLockerCommand";
20
30
  import { GetCustomEndpointCommandInput, GetCustomEndpointCommandOutput } from "../commands/GetCustomEndpointCommand";
21
31
  import { GetDefaultEncryptionConfigurationCommandInput, GetDefaultEncryptionConfigurationCommandOutput } from "../commands/GetDefaultEncryptionConfigurationCommand";
@@ -34,9 +44,15 @@ import { GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutp
34
44
  import { GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput } from "../commands/GetProvisioningProfileCommand";
35
45
  import { GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput } from "../commands/GetRuntimeLogConfigurationCommand";
36
46
  import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "../commands/GetSchemaVersionCommand";
47
+ import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "../commands/ListAccountAssociationsCommand";
48
+ import { ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput } from "../commands/ListCloudConnectorsCommand";
49
+ import { ListConnectorDestinationsCommandInput, ListConnectorDestinationsCommandOutput } from "../commands/ListConnectorDestinationsCommand";
37
50
  import { ListCredentialLockersCommandInput, ListCredentialLockersCommandOutput } from "../commands/ListCredentialLockersCommand";
38
51
  import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "../commands/ListDestinationsCommand";
52
+ import { ListDeviceDiscoveriesCommandInput, ListDeviceDiscoveriesCommandOutput } from "../commands/ListDeviceDiscoveriesCommand";
53
+ import { ListDiscoveredDevicesCommandInput, ListDiscoveredDevicesCommandOutput } from "../commands/ListDiscoveredDevicesCommand";
39
54
  import { ListEventLogConfigurationsCommandInput, ListEventLogConfigurationsCommandOutput } from "../commands/ListEventLogConfigurationsCommand";
55
+ import { ListManagedThingAccountAssociationsCommandInput, ListManagedThingAccountAssociationsCommandOutput } from "../commands/ListManagedThingAccountAssociationsCommand";
40
56
  import { ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput } from "../commands/ListManagedThingSchemasCommand";
41
57
  import { ListManagedThingsCommandInput, ListManagedThingsCommandOutput } from "../commands/ListManagedThingsCommand";
42
58
  import { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "../commands/ListNotificationConfigurationsCommand";
@@ -45,18 +61,39 @@ import { ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput }
45
61
  import { ListOtaTasksCommandInput, ListOtaTasksCommandOutput } from "../commands/ListOtaTasksCommand";
46
62
  import { ListProvisioningProfilesCommandInput, ListProvisioningProfilesCommandOutput } from "../commands/ListProvisioningProfilesCommand";
47
63
  import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "../commands/ListSchemaVersionsCommand";
64
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
48
65
  import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "../commands/PutDefaultEncryptionConfigurationCommand";
49
66
  import { PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput } from "../commands/PutHubConfigurationCommand";
50
67
  import { PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput } from "../commands/PutRuntimeLogConfigurationCommand";
68
+ import { RegisterAccountAssociationCommandInput, RegisterAccountAssociationCommandOutput } from "../commands/RegisterAccountAssociationCommand";
51
69
  import { RegisterCustomEndpointCommandInput, RegisterCustomEndpointCommandOutput } from "../commands/RegisterCustomEndpointCommand";
52
70
  import { ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput } from "../commands/ResetRuntimeLogConfigurationCommand";
71
+ import { SendConnectorEventCommandInput, SendConnectorEventCommandOutput } from "../commands/SendConnectorEventCommand";
53
72
  import { SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput } from "../commands/SendManagedThingCommandCommand";
73
+ import { StartAccountAssociationRefreshCommandInput, StartAccountAssociationRefreshCommandOutput } from "../commands/StartAccountAssociationRefreshCommand";
54
74
  import { StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput } from "../commands/StartDeviceDiscoveryCommand";
75
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
76
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
77
+ import { UpdateAccountAssociationCommandInput, UpdateAccountAssociationCommandOutput } from "../commands/UpdateAccountAssociationCommand";
78
+ import { UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput } from "../commands/UpdateCloudConnectorCommand";
79
+ import { UpdateConnectorDestinationCommandInput, UpdateConnectorDestinationCommandOutput } from "../commands/UpdateConnectorDestinationCommand";
55
80
  import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "../commands/UpdateDestinationCommand";
56
81
  import { UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput } from "../commands/UpdateEventLogConfigurationCommand";
57
82
  import { UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput } from "../commands/UpdateManagedThingCommand";
58
83
  import { UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput } from "../commands/UpdateNotificationConfigurationCommand";
59
84
  import { UpdateOtaTaskCommandInput, UpdateOtaTaskCommandOutput } from "../commands/UpdateOtaTaskCommand";
85
+ /**
86
+ * serializeAws_restJson1CreateAccountAssociationCommand
87
+ */
88
+ export declare const se_CreateAccountAssociationCommand: (input: CreateAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1CreateCloudConnectorCommand
91
+ */
92
+ export declare const se_CreateCloudConnectorCommand: (input: CreateCloudConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1CreateConnectorDestinationCommand
95
+ */
96
+ export declare const se_CreateConnectorDestinationCommand: (input: CreateConnectorDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
97
  /**
61
98
  * serializeAws_restJson1CreateCredentialLockerCommand
62
99
  */
@@ -89,6 +126,18 @@ export declare const se_CreateOtaTaskConfigurationCommand: (input: CreateOtaTask
89
126
  * serializeAws_restJson1CreateProvisioningProfileCommand
90
127
  */
91
128
  export declare const se_CreateProvisioningProfileCommand: (input: CreateProvisioningProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1DeleteAccountAssociationCommand
131
+ */
132
+ export declare const se_DeleteAccountAssociationCommand: (input: DeleteAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_restJson1DeleteCloudConnectorCommand
135
+ */
136
+ export declare const se_DeleteCloudConnectorCommand: (input: DeleteCloudConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_restJson1DeleteConnectorDestinationCommand
139
+ */
140
+ export declare const se_DeleteConnectorDestinationCommand: (input: DeleteConnectorDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
141
  /**
93
142
  * serializeAws_restJson1DeleteCredentialLockerCommand
94
143
  */
@@ -121,6 +170,22 @@ export declare const se_DeleteOtaTaskConfigurationCommand: (input: DeleteOtaTask
121
170
  * serializeAws_restJson1DeleteProvisioningProfileCommand
122
171
  */
123
172
  export declare const se_DeleteProvisioningProfileCommand: (input: DeleteProvisioningProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_restJson1DeregisterAccountAssociationCommand
175
+ */
176
+ export declare const se_DeregisterAccountAssociationCommand: (input: DeregisterAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ /**
178
+ * serializeAws_restJson1GetAccountAssociationCommand
179
+ */
180
+ export declare const se_GetAccountAssociationCommand: (input: GetAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ /**
182
+ * serializeAws_restJson1GetCloudConnectorCommand
183
+ */
184
+ export declare const se_GetCloudConnectorCommand: (input: GetCloudConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
+ /**
186
+ * serializeAws_restJson1GetConnectorDestinationCommand
187
+ */
188
+ export declare const se_GetConnectorDestinationCommand: (input: GetConnectorDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
189
  /**
125
190
  * serializeAws_restJson1GetCredentialLockerCommand
126
191
  */
@@ -193,6 +258,18 @@ export declare const se_GetRuntimeLogConfigurationCommand: (input: GetRuntimeLog
193
258
  * serializeAws_restJson1GetSchemaVersionCommand
194
259
  */
195
260
  export declare const se_GetSchemaVersionCommand: (input: GetSchemaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
+ /**
262
+ * serializeAws_restJson1ListAccountAssociationsCommand
263
+ */
264
+ export declare const se_ListAccountAssociationsCommand: (input: ListAccountAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
+ /**
266
+ * serializeAws_restJson1ListCloudConnectorsCommand
267
+ */
268
+ export declare const se_ListCloudConnectorsCommand: (input: ListCloudConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
+ /**
270
+ * serializeAws_restJson1ListConnectorDestinationsCommand
271
+ */
272
+ export declare const se_ListConnectorDestinationsCommand: (input: ListConnectorDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
273
  /**
197
274
  * serializeAws_restJson1ListCredentialLockersCommand
198
275
  */
@@ -201,10 +278,22 @@ export declare const se_ListCredentialLockersCommand: (input: ListCredentialLock
201
278
  * serializeAws_restJson1ListDestinationsCommand
202
279
  */
203
280
  export declare const se_ListDestinationsCommand: (input: ListDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
+ /**
282
+ * serializeAws_restJson1ListDeviceDiscoveriesCommand
283
+ */
284
+ export declare const se_ListDeviceDiscoveriesCommand: (input: ListDeviceDiscoveriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
+ /**
286
+ * serializeAws_restJson1ListDiscoveredDevicesCommand
287
+ */
288
+ export declare const se_ListDiscoveredDevicesCommand: (input: ListDiscoveredDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
289
  /**
205
290
  * serializeAws_restJson1ListEventLogConfigurationsCommand
206
291
  */
207
292
  export declare const se_ListEventLogConfigurationsCommand: (input: ListEventLogConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
+ /**
294
+ * serializeAws_restJson1ListManagedThingAccountAssociationsCommand
295
+ */
296
+ export declare const se_ListManagedThingAccountAssociationsCommand: (input: ListManagedThingAccountAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
297
  /**
209
298
  * serializeAws_restJson1ListManagedThingsCommand
210
299
  */
@@ -237,6 +326,10 @@ export declare const se_ListProvisioningProfilesCommand: (input: ListProvisionin
237
326
  * serializeAws_restJson1ListSchemaVersionsCommand
238
327
  */
239
328
  export declare const se_ListSchemaVersionsCommand: (input: ListSchemaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
329
+ /**
330
+ * serializeAws_restJson1ListTagsForResourceCommand
331
+ */
332
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
333
  /**
241
334
  * serializeAws_restJson1PutDefaultEncryptionConfigurationCommand
242
335
  */
@@ -249,6 +342,10 @@ export declare const se_PutHubConfigurationCommand: (input: PutHubConfigurationC
249
342
  * serializeAws_restJson1PutRuntimeLogConfigurationCommand
250
343
  */
251
344
  export declare const se_PutRuntimeLogConfigurationCommand: (input: PutRuntimeLogConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
345
+ /**
346
+ * serializeAws_restJson1RegisterAccountAssociationCommand
347
+ */
348
+ export declare const se_RegisterAccountAssociationCommand: (input: RegisterAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
349
  /**
253
350
  * serializeAws_restJson1RegisterCustomEndpointCommand
254
351
  */
@@ -257,14 +354,42 @@ export declare const se_RegisterCustomEndpointCommand: (input: RegisterCustomEnd
257
354
  * serializeAws_restJson1ResetRuntimeLogConfigurationCommand
258
355
  */
259
356
  export declare const se_ResetRuntimeLogConfigurationCommand: (input: ResetRuntimeLogConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
357
+ /**
358
+ * serializeAws_restJson1SendConnectorEventCommand
359
+ */
360
+ export declare const se_SendConnectorEventCommand: (input: SendConnectorEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
361
  /**
261
362
  * serializeAws_restJson1SendManagedThingCommandCommand
262
363
  */
263
364
  export declare const se_SendManagedThingCommandCommand: (input: SendManagedThingCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
365
+ /**
366
+ * serializeAws_restJson1StartAccountAssociationRefreshCommand
367
+ */
368
+ export declare const se_StartAccountAssociationRefreshCommand: (input: StartAccountAssociationRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
369
  /**
265
370
  * serializeAws_restJson1StartDeviceDiscoveryCommand
266
371
  */
267
372
  export declare const se_StartDeviceDiscoveryCommand: (input: StartDeviceDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
373
+ /**
374
+ * serializeAws_restJson1TagResourceCommand
375
+ */
376
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
377
+ /**
378
+ * serializeAws_restJson1UntagResourceCommand
379
+ */
380
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
381
+ /**
382
+ * serializeAws_restJson1UpdateAccountAssociationCommand
383
+ */
384
+ export declare const se_UpdateAccountAssociationCommand: (input: UpdateAccountAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
385
+ /**
386
+ * serializeAws_restJson1UpdateCloudConnectorCommand
387
+ */
388
+ export declare const se_UpdateCloudConnectorCommand: (input: UpdateCloudConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
389
+ /**
390
+ * serializeAws_restJson1UpdateConnectorDestinationCommand
391
+ */
392
+ export declare const se_UpdateConnectorDestinationCommand: (input: UpdateConnectorDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
393
  /**
269
394
  * serializeAws_restJson1UpdateDestinationCommand
270
395
  */
@@ -285,6 +410,18 @@ export declare const se_UpdateNotificationConfigurationCommand: (input: UpdateNo
285
410
  * serializeAws_restJson1UpdateOtaTaskCommand
286
411
  */
287
412
  export declare const se_UpdateOtaTaskCommand: (input: UpdateOtaTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
413
+ /**
414
+ * deserializeAws_restJson1CreateAccountAssociationCommand
415
+ */
416
+ export declare const de_CreateAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountAssociationCommandOutput>;
417
+ /**
418
+ * deserializeAws_restJson1CreateCloudConnectorCommand
419
+ */
420
+ export declare const de_CreateCloudConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudConnectorCommandOutput>;
421
+ /**
422
+ * deserializeAws_restJson1CreateConnectorDestinationCommand
423
+ */
424
+ export declare const de_CreateConnectorDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorDestinationCommandOutput>;
288
425
  /**
289
426
  * deserializeAws_restJson1CreateCredentialLockerCommand
290
427
  */
@@ -317,6 +454,18 @@ export declare const de_CreateOtaTaskConfigurationCommand: (output: __HttpRespon
317
454
  * deserializeAws_restJson1CreateProvisioningProfileCommand
318
455
  */
319
456
  export declare const de_CreateProvisioningProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProvisioningProfileCommandOutput>;
457
+ /**
458
+ * deserializeAws_restJson1DeleteAccountAssociationCommand
459
+ */
460
+ export declare const de_DeleteAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountAssociationCommandOutput>;
461
+ /**
462
+ * deserializeAws_restJson1DeleteCloudConnectorCommand
463
+ */
464
+ export declare const de_DeleteCloudConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudConnectorCommandOutput>;
465
+ /**
466
+ * deserializeAws_restJson1DeleteConnectorDestinationCommand
467
+ */
468
+ export declare const de_DeleteConnectorDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorDestinationCommandOutput>;
320
469
  /**
321
470
  * deserializeAws_restJson1DeleteCredentialLockerCommand
322
471
  */
@@ -349,6 +498,22 @@ export declare const de_DeleteOtaTaskConfigurationCommand: (output: __HttpRespon
349
498
  * deserializeAws_restJson1DeleteProvisioningProfileCommand
350
499
  */
351
500
  export declare const de_DeleteProvisioningProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProvisioningProfileCommandOutput>;
501
+ /**
502
+ * deserializeAws_restJson1DeregisterAccountAssociationCommand
503
+ */
504
+ export declare const de_DeregisterAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterAccountAssociationCommandOutput>;
505
+ /**
506
+ * deserializeAws_restJson1GetAccountAssociationCommand
507
+ */
508
+ export declare const de_GetAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountAssociationCommandOutput>;
509
+ /**
510
+ * deserializeAws_restJson1GetCloudConnectorCommand
511
+ */
512
+ export declare const de_GetCloudConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudConnectorCommandOutput>;
513
+ /**
514
+ * deserializeAws_restJson1GetConnectorDestinationCommand
515
+ */
516
+ export declare const de_GetConnectorDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorDestinationCommandOutput>;
352
517
  /**
353
518
  * deserializeAws_restJson1GetCredentialLockerCommand
354
519
  */
@@ -421,6 +586,18 @@ export declare const de_GetRuntimeLogConfigurationCommand: (output: __HttpRespon
421
586
  * deserializeAws_restJson1GetSchemaVersionCommand
422
587
  */
423
588
  export declare const de_GetSchemaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaVersionCommandOutput>;
589
+ /**
590
+ * deserializeAws_restJson1ListAccountAssociationsCommand
591
+ */
592
+ export declare const de_ListAccountAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountAssociationsCommandOutput>;
593
+ /**
594
+ * deserializeAws_restJson1ListCloudConnectorsCommand
595
+ */
596
+ export declare const de_ListCloudConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudConnectorsCommandOutput>;
597
+ /**
598
+ * deserializeAws_restJson1ListConnectorDestinationsCommand
599
+ */
600
+ export declare const de_ListConnectorDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorDestinationsCommandOutput>;
424
601
  /**
425
602
  * deserializeAws_restJson1ListCredentialLockersCommand
426
603
  */
@@ -429,10 +606,22 @@ export declare const de_ListCredentialLockersCommand: (output: __HttpResponse, c
429
606
  * deserializeAws_restJson1ListDestinationsCommand
430
607
  */
431
608
  export declare const de_ListDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDestinationsCommandOutput>;
609
+ /**
610
+ * deserializeAws_restJson1ListDeviceDiscoveriesCommand
611
+ */
612
+ export declare const de_ListDeviceDiscoveriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceDiscoveriesCommandOutput>;
613
+ /**
614
+ * deserializeAws_restJson1ListDiscoveredDevicesCommand
615
+ */
616
+ export declare const de_ListDiscoveredDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDiscoveredDevicesCommandOutput>;
432
617
  /**
433
618
  * deserializeAws_restJson1ListEventLogConfigurationsCommand
434
619
  */
435
620
  export declare const de_ListEventLogConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventLogConfigurationsCommandOutput>;
621
+ /**
622
+ * deserializeAws_restJson1ListManagedThingAccountAssociationsCommand
623
+ */
624
+ export declare const de_ListManagedThingAccountAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedThingAccountAssociationsCommandOutput>;
436
625
  /**
437
626
  * deserializeAws_restJson1ListManagedThingsCommand
438
627
  */
@@ -465,6 +654,10 @@ export declare const de_ListProvisioningProfilesCommand: (output: __HttpResponse
465
654
  * deserializeAws_restJson1ListSchemaVersionsCommand
466
655
  */
467
656
  export declare const de_ListSchemaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemaVersionsCommandOutput>;
657
+ /**
658
+ * deserializeAws_restJson1ListTagsForResourceCommand
659
+ */
660
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
468
661
  /**
469
662
  * deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand
470
663
  */
@@ -477,6 +670,10 @@ export declare const de_PutHubConfigurationCommand: (output: __HttpResponse, con
477
670
  * deserializeAws_restJson1PutRuntimeLogConfigurationCommand
478
671
  */
479
672
  export declare const de_PutRuntimeLogConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRuntimeLogConfigurationCommandOutput>;
673
+ /**
674
+ * deserializeAws_restJson1RegisterAccountAssociationCommand
675
+ */
676
+ export declare const de_RegisterAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAccountAssociationCommandOutput>;
480
677
  /**
481
678
  * deserializeAws_restJson1RegisterCustomEndpointCommand
482
679
  */
@@ -485,14 +682,42 @@ export declare const de_RegisterCustomEndpointCommand: (output: __HttpResponse,
485
682
  * deserializeAws_restJson1ResetRuntimeLogConfigurationCommand
486
683
  */
487
684
  export declare const de_ResetRuntimeLogConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetRuntimeLogConfigurationCommandOutput>;
685
+ /**
686
+ * deserializeAws_restJson1SendConnectorEventCommand
687
+ */
688
+ export declare const de_SendConnectorEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendConnectorEventCommandOutput>;
488
689
  /**
489
690
  * deserializeAws_restJson1SendManagedThingCommandCommand
490
691
  */
491
692
  export declare const de_SendManagedThingCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendManagedThingCommandCommandOutput>;
693
+ /**
694
+ * deserializeAws_restJson1StartAccountAssociationRefreshCommand
695
+ */
696
+ export declare const de_StartAccountAssociationRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAccountAssociationRefreshCommandOutput>;
492
697
  /**
493
698
  * deserializeAws_restJson1StartDeviceDiscoveryCommand
494
699
  */
495
700
  export declare const de_StartDeviceDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeviceDiscoveryCommandOutput>;
701
+ /**
702
+ * deserializeAws_restJson1TagResourceCommand
703
+ */
704
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
705
+ /**
706
+ * deserializeAws_restJson1UntagResourceCommand
707
+ */
708
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
709
+ /**
710
+ * deserializeAws_restJson1UpdateAccountAssociationCommand
711
+ */
712
+ export declare const de_UpdateAccountAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountAssociationCommandOutput>;
713
+ /**
714
+ * deserializeAws_restJson1UpdateCloudConnectorCommand
715
+ */
716
+ export declare const de_UpdateCloudConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCloudConnectorCommandOutput>;
717
+ /**
718
+ * deserializeAws_restJson1UpdateConnectorDestinationCommand
719
+ */
720
+ export declare const de_UpdateConnectorDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorDestinationCommandOutput>;
496
721
  /**
497
722
  * deserializeAws_restJson1UpdateDestinationCommand
498
723
  */