@aws-sdk/client-iot-managed-integrations 3.830.0 → 3.838.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/README.md +200 -0
  2. package/dist-cjs/IoTManagedIntegrations.js +50 -0
  3. package/dist-cjs/commands/CreateAccountAssociationCommand.js +27 -0
  4. package/dist-cjs/commands/CreateCloudConnectorCommand.js +26 -0
  5. package/dist-cjs/commands/CreateConnectorDestinationCommand.js +26 -0
  6. package/dist-cjs/commands/DeleteAccountAssociationCommand.js +26 -0
  7. package/dist-cjs/commands/DeleteCloudConnectorCommand.js +26 -0
  8. package/dist-cjs/commands/DeleteConnectorDestinationCommand.js +26 -0
  9. package/dist-cjs/commands/DeregisterAccountAssociationCommand.js +26 -0
  10. package/dist-cjs/commands/GetAccountAssociationCommand.js +27 -0
  11. package/dist-cjs/commands/GetCloudConnectorCommand.js +26 -0
  12. package/dist-cjs/commands/GetConnectorDestinationCommand.js +26 -0
  13. package/dist-cjs/commands/GetOtaTaskCommand.js +2 -1
  14. package/dist-cjs/commands/ListAccountAssociationsCommand.js +26 -0
  15. package/dist-cjs/commands/ListCloudConnectorsCommand.js +26 -0
  16. package/dist-cjs/commands/ListConnectorDestinationsCommand.js +26 -0
  17. package/dist-cjs/commands/ListDeviceDiscoveriesCommand.js +26 -0
  18. package/dist-cjs/commands/ListDiscoveredDevicesCommand.js +27 -0
  19. package/dist-cjs/commands/ListManagedThingAccountAssociationsCommand.js +26 -0
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +27 -0
  21. package/dist-cjs/commands/RegisterAccountAssociationCommand.js +26 -0
  22. package/dist-cjs/commands/SendConnectorEventCommand.js +27 -0
  23. package/dist-cjs/commands/StartAccountAssociationRefreshCommand.js +27 -0
  24. package/dist-cjs/commands/TagResourceCommand.js +27 -0
  25. package/dist-cjs/commands/UntagResourceCommand.js +26 -0
  26. package/dist-cjs/commands/UpdateAccountAssociationCommand.js +26 -0
  27. package/dist-cjs/commands/UpdateCloudConnectorCommand.js +26 -0
  28. package/dist-cjs/commands/UpdateConnectorDestinationCommand.js +26 -0
  29. package/dist-cjs/commands/index.js +25 -0
  30. package/dist-cjs/models/models_0.js +187 -36
  31. package/dist-cjs/pagination/ListAccountAssociationsPaginator.js +7 -0
  32. package/dist-cjs/pagination/ListCloudConnectorsPaginator.js +7 -0
  33. package/dist-cjs/pagination/ListConnectorDestinationsPaginator.js +7 -0
  34. package/dist-cjs/pagination/ListDeviceDiscoveriesPaginator.js +7 -0
  35. package/dist-cjs/pagination/ListDiscoveredDevicesPaginator.js +7 -0
  36. package/dist-cjs/pagination/ListManagedThingAccountAssociationsPaginator.js +7 -0
  37. package/dist-cjs/pagination/index.js +6 -0
  38. package/dist-cjs/protocols/Aws_restJson1.js +974 -22
  39. package/dist-es/IoTManagedIntegrations.js +50 -0
  40. package/dist-es/commands/CreateAccountAssociationCommand.js +23 -0
  41. package/dist-es/commands/CreateCloudConnectorCommand.js +22 -0
  42. package/dist-es/commands/CreateConnectorDestinationCommand.js +22 -0
  43. package/dist-es/commands/DeleteAccountAssociationCommand.js +22 -0
  44. package/dist-es/commands/DeleteCloudConnectorCommand.js +22 -0
  45. package/dist-es/commands/DeleteConnectorDestinationCommand.js +22 -0
  46. package/dist-es/commands/DeregisterAccountAssociationCommand.js +22 -0
  47. package/dist-es/commands/GetAccountAssociationCommand.js +23 -0
  48. package/dist-es/commands/GetCloudConnectorCommand.js +22 -0
  49. package/dist-es/commands/GetConnectorDestinationCommand.js +22 -0
  50. package/dist-es/commands/GetOtaTaskCommand.js +2 -1
  51. package/dist-es/commands/ListAccountAssociationsCommand.js +22 -0
  52. package/dist-es/commands/ListCloudConnectorsCommand.js +22 -0
  53. package/dist-es/commands/ListConnectorDestinationsCommand.js +22 -0
  54. package/dist-es/commands/ListDeviceDiscoveriesCommand.js +22 -0
  55. package/dist-es/commands/ListDiscoveredDevicesCommand.js +23 -0
  56. package/dist-es/commands/ListManagedThingAccountAssociationsCommand.js +22 -0
  57. package/dist-es/commands/ListTagsForResourceCommand.js +23 -0
  58. package/dist-es/commands/RegisterAccountAssociationCommand.js +22 -0
  59. package/dist-es/commands/SendConnectorEventCommand.js +23 -0
  60. package/dist-es/commands/StartAccountAssociationRefreshCommand.js +23 -0
  61. package/dist-es/commands/TagResourceCommand.js +23 -0
  62. package/dist-es/commands/UntagResourceCommand.js +22 -0
  63. package/dist-es/commands/UpdateAccountAssociationCommand.js +22 -0
  64. package/dist-es/commands/UpdateCloudConnectorCommand.js +22 -0
  65. package/dist-es/commands/UpdateConnectorDestinationCommand.js +22 -0
  66. package/dist-es/commands/index.js +25 -0
  67. package/dist-es/models/models_0.js +168 -32
  68. package/dist-es/pagination/ListAccountAssociationsPaginator.js +4 -0
  69. package/dist-es/pagination/ListCloudConnectorsPaginator.js +4 -0
  70. package/dist-es/pagination/ListConnectorDestinationsPaginator.js +4 -0
  71. package/dist-es/pagination/ListDeviceDiscoveriesPaginator.js +4 -0
  72. package/dist-es/pagination/ListDiscoveredDevicesPaginator.js +4 -0
  73. package/dist-es/pagination/ListManagedThingAccountAssociationsPaginator.js +4 -0
  74. package/dist-es/pagination/index.js +6 -0
  75. package/dist-es/protocols/Aws_restJson1.js +918 -17
  76. package/dist-types/IoTManagedIntegrations.d.ts +180 -0
  77. package/dist-types/IoTManagedIntegrationsClient.d.ts +27 -2
  78. package/dist-types/commands/CreateAccountAssociationCommand.d.ts +102 -0
  79. package/dist-types/commands/CreateCloudConnectorCommand.d.ts +159 -0
  80. package/dist-types/commands/CreateConnectorDestinationCommand.d.ts +108 -0
  81. package/dist-types/commands/CreateCredentialLockerCommand.d.ts +2 -4
  82. package/dist-types/commands/CreateDestinationCommand.d.ts +2 -4
  83. package/dist-types/commands/CreateEventLogConfigurationCommand.d.ts +2 -4
  84. package/dist-types/commands/CreateManagedThingCommand.d.ts +12 -5
  85. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +4 -6
  86. package/dist-types/commands/CreateOtaTaskCommand.d.ts +7 -2
  87. package/dist-types/commands/CreateOtaTaskConfigurationCommand.d.ts +1 -2
  88. package/dist-types/commands/CreateProvisioningProfileCommand.d.ts +5 -5
  89. package/dist-types/commands/DeleteAccountAssociationCommand.d.ts +88 -0
  90. package/dist-types/commands/DeleteCloudConnectorCommand.d.ts +85 -0
  91. package/dist-types/commands/DeleteConnectorDestinationCommand.d.ts +85 -0
  92. package/dist-types/commands/DeleteCredentialLockerCommand.d.ts +2 -7
  93. package/dist-types/commands/DeleteDestinationCommand.d.ts +1 -2
  94. package/dist-types/commands/DeleteEventLogConfigurationCommand.d.ts +1 -2
  95. package/dist-types/commands/DeleteManagedThingCommand.d.ts +2 -5
  96. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +2 -3
  97. package/dist-types/commands/DeleteOtaTaskCommand.d.ts +4 -2
  98. package/dist-types/commands/DeleteOtaTaskConfigurationCommand.d.ts +1 -2
  99. package/dist-types/commands/DeleteProvisioningProfileCommand.d.ts +1 -2
  100. package/dist-types/commands/DeregisterAccountAssociationCommand.d.ts +86 -0
  101. package/dist-types/commands/GetAccountAssociationCommand.d.ts +100 -0
  102. package/dist-types/commands/GetCloudConnectorCommand.d.ts +151 -0
  103. package/dist-types/commands/GetConnectorDestinationCommand.d.ts +109 -0
  104. package/dist-types/commands/GetCredentialLockerCommand.d.ts +1 -2
  105. package/dist-types/commands/GetCustomEndpointCommand.d.ts +1 -2
  106. package/dist-types/commands/GetDefaultEncryptionConfigurationCommand.d.ts +1 -3
  107. package/dist-types/commands/GetDestinationCommand.d.ts +1 -2
  108. package/dist-types/commands/GetDeviceDiscoveryCommand.d.ts +3 -3
  109. package/dist-types/commands/GetEventLogConfigurationCommand.d.ts +1 -2
  110. package/dist-types/commands/GetHubConfigurationCommand.d.ts +1 -2
  111. package/dist-types/commands/GetManagedThingCapabilitiesCommand.d.ts +1 -2
  112. package/dist-types/commands/GetManagedThingCommand.d.ts +2 -2
  113. package/dist-types/commands/GetManagedThingConnectivityDataCommand.d.ts +1 -2
  114. package/dist-types/commands/GetManagedThingMetaDataCommand.d.ts +2 -3
  115. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -4
  116. package/dist-types/commands/GetOtaTaskCommand.d.ts +4 -2
  117. package/dist-types/commands/GetOtaTaskConfigurationCommand.d.ts +1 -2
  118. package/dist-types/commands/GetProvisioningProfileCommand.d.ts +1 -2
  119. package/dist-types/commands/GetRuntimeLogConfigurationCommand.d.ts +2 -4
  120. package/dist-types/commands/GetSchemaVersionCommand.d.ts +7 -14
  121. package/dist-types/commands/ListAccountAssociationsCommand.d.ts +100 -0
  122. package/dist-types/commands/ListCloudConnectorsCommand.d.ts +150 -0
  123. package/dist-types/commands/ListConnectorDestinationsCommand.d.ts +94 -0
  124. package/dist-types/commands/ListCredentialLockersCommand.d.ts +1 -2
  125. package/dist-types/commands/ListDestinationsCommand.d.ts +1 -2
  126. package/dist-types/commands/ListDeviceDiscoveriesCommand.d.ts +100 -0
  127. package/dist-types/commands/ListDiscoveredDevicesCommand.d.ts +110 -0
  128. package/dist-types/commands/ListEventLogConfigurationsCommand.d.ts +1 -2
  129. package/dist-types/commands/ListManagedThingAccountAssociationsCommand.d.ts +93 -0
  130. package/dist-types/commands/ListManagedThingSchemasCommand.d.ts +1 -2
  131. package/dist-types/commands/ListManagedThingsCommand.d.ts +5 -3
  132. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +2 -3
  133. package/dist-types/commands/ListOtaTaskConfigurationsCommand.d.ts +1 -2
  134. package/dist-types/commands/ListOtaTaskExecutionsCommand.d.ts +4 -2
  135. package/dist-types/commands/ListOtaTasksCommand.d.ts +4 -2
  136. package/dist-types/commands/ListProvisioningProfilesCommand.d.ts +1 -2
  137. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +7 -8
  138. package/dist-types/commands/ListTagsForResourceCommand.d.ts +86 -0
  139. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -3
  140. package/dist-types/commands/PutHubConfigurationCommand.d.ts +1 -2
  141. package/dist-types/commands/PutRuntimeLogConfigurationCommand.d.ts +2 -4
  142. package/dist-types/commands/RegisterAccountAssociationCommand.d.ts +94 -0
  143. package/dist-types/commands/RegisterCustomEndpointCommand.d.ts +2 -4
  144. package/dist-types/commands/ResetRuntimeLogConfigurationCommand.d.ts +2 -4
  145. package/dist-types/commands/SendConnectorEventCommand.d.ts +309 -0
  146. package/dist-types/commands/SendManagedThingCommandCommand.d.ts +5 -2
  147. package/dist-types/commands/StartAccountAssociationRefreshCommand.d.ts +90 -0
  148. package/dist-types/commands/StartDeviceDiscoveryCommand.d.ts +7 -6
  149. package/dist-types/commands/TagResourceCommand.d.ts +88 -0
  150. package/dist-types/commands/UntagResourceCommand.d.ts +88 -0
  151. package/dist-types/commands/UpdateAccountAssociationCommand.d.ts +93 -0
  152. package/dist-types/commands/UpdateCloudConnectorCommand.d.ts +115 -0
  153. package/dist-types/commands/UpdateConnectorDestinationCommand.d.ts +101 -0
  154. package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -2
  155. package/dist-types/commands/UpdateEventLogConfigurationCommand.d.ts +1 -2
  156. package/dist-types/commands/UpdateManagedThingCommand.d.ts +10 -2
  157. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +2 -3
  158. package/dist-types/commands/UpdateOtaTaskCommand.d.ts +1 -2
  159. package/dist-types/commands/index.d.ts +25 -0
  160. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  161. package/dist-types/models/models_0.d.ts +1953 -394
  162. package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +7 -0
  163. package/dist-types/pagination/ListCloudConnectorsPaginator.d.ts +7 -0
  164. package/dist-types/pagination/ListConnectorDestinationsPaginator.d.ts +7 -0
  165. package/dist-types/pagination/ListDeviceDiscoveriesPaginator.d.ts +7 -0
  166. package/dist-types/pagination/ListDiscoveredDevicesPaginator.d.ts +7 -0
  167. package/dist-types/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +7 -0
  168. package/dist-types/pagination/index.d.ts +6 -0
  169. package/dist-types/protocols/Aws_restJson1.d.ts +225 -0
  170. package/dist-types/ts3.4/IoTManagedIntegrations.d.ts +436 -0
  171. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +150 -0
  172. package/dist-types/ts3.4/commands/CreateAccountAssociationCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +51 -0
  174. package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +51 -0
  175. package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +47 -0
  176. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +46 -0
  177. package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +47 -0
  178. package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +47 -0
  179. package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +51 -0
  188. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  189. package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +51 -0
  190. package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +51 -0
  191. package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +51 -0
  192. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
  193. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
  194. package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +47 -0
  195. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +46 -0
  196. package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +47 -0
  197. package/dist-types/ts3.4/commands/index.d.ts +25 -0
  198. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  199. package/dist-types/ts3.4/models/models_0.d.ts +510 -54
  200. package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -0
  201. package/dist-types/ts3.4/pagination/ListCloudConnectorsPaginator.d.ts +11 -0
  202. package/dist-types/ts3.4/pagination/ListConnectorDestinationsPaginator.d.ts +11 -0
  203. package/dist-types/ts3.4/pagination/ListDeviceDiscoveriesPaginator.d.ts +11 -0
  204. package/dist-types/ts3.4/pagination/ListDiscoveredDevicesPaginator.d.ts +11 -0
  205. package/dist-types/ts3.4/pagination/ListManagedThingAccountAssociationsPaginator.d.ts +11 -0
  206. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  207. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +300 -0
  208. package/package.json +11 -11
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAccountAssociationsCommandInput,
4
+ ListAccountAssociationsCommandOutput,
5
+ } from "../commands/ListAccountAssociationsCommand";
6
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAccountAssociations: (
8
+ config: IoTManagedIntegrationsPaginationConfiguration,
9
+ input: ListAccountAssociationsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListAccountAssociationsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListCloudConnectorsCommandInput,
4
+ ListCloudConnectorsCommandOutput,
5
+ } from "../commands/ListCloudConnectorsCommand";
6
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListCloudConnectors: (
8
+ config: IoTManagedIntegrationsPaginationConfiguration,
9
+ input: ListCloudConnectorsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListCloudConnectorsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListConnectorDestinationsCommandInput,
4
+ ListConnectorDestinationsCommandOutput,
5
+ } from "../commands/ListConnectorDestinationsCommand";
6
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListConnectorDestinations: (
8
+ config: IoTManagedIntegrationsPaginationConfiguration,
9
+ input: ListConnectorDestinationsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListConnectorDestinationsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListDeviceDiscoveriesCommandInput,
4
+ ListDeviceDiscoveriesCommandOutput,
5
+ } from "../commands/ListDeviceDiscoveriesCommand";
6
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListDeviceDiscoveries: (
8
+ config: IoTManagedIntegrationsPaginationConfiguration,
9
+ input: ListDeviceDiscoveriesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListDeviceDiscoveriesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListDiscoveredDevicesCommandInput,
4
+ ListDiscoveredDevicesCommandOutput,
5
+ } from "../commands/ListDiscoveredDevicesCommand";
6
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListDiscoveredDevices: (
8
+ config: IoTManagedIntegrationsPaginationConfiguration,
9
+ input: ListDiscoveredDevicesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListDiscoveredDevicesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListManagedThingAccountAssociationsCommandInput,
4
+ ListManagedThingAccountAssociationsCommandOutput,
5
+ } from "../commands/ListManagedThingAccountAssociationsCommand";
6
+ import { IoTManagedIntegrationsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListManagedThingAccountAssociations: (
8
+ config: IoTManagedIntegrationsPaginationConfiguration,
9
+ input: ListManagedThingAccountAssociationsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";
@@ -3,6 +3,18 @@ import {
3
3
  HttpResponse as __HttpResponse,
4
4
  } from "@smithy/protocol-http";
5
5
  import { SerdeContext as __SerdeContext } from "@smithy/types";
6
+ import {
7
+ CreateAccountAssociationCommandInput,
8
+ CreateAccountAssociationCommandOutput,
9
+ } from "../commands/CreateAccountAssociationCommand";
10
+ import {
11
+ CreateCloudConnectorCommandInput,
12
+ CreateCloudConnectorCommandOutput,
13
+ } from "../commands/CreateCloudConnectorCommand";
14
+ import {
15
+ CreateConnectorDestinationCommandInput,
16
+ CreateConnectorDestinationCommandOutput,
17
+ } from "../commands/CreateConnectorDestinationCommand";
6
18
  import {
7
19
  CreateCredentialLockerCommandInput,
8
20
  CreateCredentialLockerCommandOutput,
@@ -35,6 +47,18 @@ import {
35
47
  CreateProvisioningProfileCommandInput,
36
48
  CreateProvisioningProfileCommandOutput,
37
49
  } from "../commands/CreateProvisioningProfileCommand";
50
+ import {
51
+ DeleteAccountAssociationCommandInput,
52
+ DeleteAccountAssociationCommandOutput,
53
+ } from "../commands/DeleteAccountAssociationCommand";
54
+ import {
55
+ DeleteCloudConnectorCommandInput,
56
+ DeleteCloudConnectorCommandOutput,
57
+ } from "../commands/DeleteCloudConnectorCommand";
58
+ import {
59
+ DeleteConnectorDestinationCommandInput,
60
+ DeleteConnectorDestinationCommandOutput,
61
+ } from "../commands/DeleteConnectorDestinationCommand";
38
62
  import {
39
63
  DeleteCredentialLockerCommandInput,
40
64
  DeleteCredentialLockerCommandOutput,
@@ -67,6 +91,22 @@ import {
67
91
  DeleteProvisioningProfileCommandInput,
68
92
  DeleteProvisioningProfileCommandOutput,
69
93
  } from "../commands/DeleteProvisioningProfileCommand";
94
+ import {
95
+ DeregisterAccountAssociationCommandInput,
96
+ DeregisterAccountAssociationCommandOutput,
97
+ } from "../commands/DeregisterAccountAssociationCommand";
98
+ import {
99
+ GetAccountAssociationCommandInput,
100
+ GetAccountAssociationCommandOutput,
101
+ } from "../commands/GetAccountAssociationCommand";
102
+ import {
103
+ GetCloudConnectorCommandInput,
104
+ GetCloudConnectorCommandOutput,
105
+ } from "../commands/GetCloudConnectorCommand";
106
+ import {
107
+ GetConnectorDestinationCommandInput,
108
+ GetConnectorDestinationCommandOutput,
109
+ } from "../commands/GetConnectorDestinationCommand";
70
110
  import {
71
111
  GetCredentialLockerCommandInput,
72
112
  GetCredentialLockerCommandOutput,
@@ -139,6 +179,18 @@ import {
139
179
  GetSchemaVersionCommandInput,
140
180
  GetSchemaVersionCommandOutput,
141
181
  } from "../commands/GetSchemaVersionCommand";
182
+ import {
183
+ ListAccountAssociationsCommandInput,
184
+ ListAccountAssociationsCommandOutput,
185
+ } from "../commands/ListAccountAssociationsCommand";
186
+ import {
187
+ ListCloudConnectorsCommandInput,
188
+ ListCloudConnectorsCommandOutput,
189
+ } from "../commands/ListCloudConnectorsCommand";
190
+ import {
191
+ ListConnectorDestinationsCommandInput,
192
+ ListConnectorDestinationsCommandOutput,
193
+ } from "../commands/ListConnectorDestinationsCommand";
142
194
  import {
143
195
  ListCredentialLockersCommandInput,
144
196
  ListCredentialLockersCommandOutput,
@@ -147,10 +199,22 @@ import {
147
199
  ListDestinationsCommandInput,
148
200
  ListDestinationsCommandOutput,
149
201
  } from "../commands/ListDestinationsCommand";
202
+ import {
203
+ ListDeviceDiscoveriesCommandInput,
204
+ ListDeviceDiscoveriesCommandOutput,
205
+ } from "../commands/ListDeviceDiscoveriesCommand";
206
+ import {
207
+ ListDiscoveredDevicesCommandInput,
208
+ ListDiscoveredDevicesCommandOutput,
209
+ } from "../commands/ListDiscoveredDevicesCommand";
150
210
  import {
151
211
  ListEventLogConfigurationsCommandInput,
152
212
  ListEventLogConfigurationsCommandOutput,
153
213
  } from "../commands/ListEventLogConfigurationsCommand";
214
+ import {
215
+ ListManagedThingAccountAssociationsCommandInput,
216
+ ListManagedThingAccountAssociationsCommandOutput,
217
+ } from "../commands/ListManagedThingAccountAssociationsCommand";
154
218
  import {
155
219
  ListManagedThingSchemasCommandInput,
156
220
  ListManagedThingSchemasCommandOutput,
@@ -183,6 +247,10 @@ import {
183
247
  ListSchemaVersionsCommandInput,
184
248
  ListSchemaVersionsCommandOutput,
185
249
  } from "../commands/ListSchemaVersionsCommand";
250
+ import {
251
+ ListTagsForResourceCommandInput,
252
+ ListTagsForResourceCommandOutput,
253
+ } from "../commands/ListTagsForResourceCommand";
186
254
  import {
187
255
  PutDefaultEncryptionConfigurationCommandInput,
188
256
  PutDefaultEncryptionConfigurationCommandOutput,
@@ -195,6 +263,10 @@ import {
195
263
  PutRuntimeLogConfigurationCommandInput,
196
264
  PutRuntimeLogConfigurationCommandOutput,
197
265
  } from "../commands/PutRuntimeLogConfigurationCommand";
266
+ import {
267
+ RegisterAccountAssociationCommandInput,
268
+ RegisterAccountAssociationCommandOutput,
269
+ } from "../commands/RegisterAccountAssociationCommand";
198
270
  import {
199
271
  RegisterCustomEndpointCommandInput,
200
272
  RegisterCustomEndpointCommandOutput,
@@ -203,14 +275,42 @@ import {
203
275
  ResetRuntimeLogConfigurationCommandInput,
204
276
  ResetRuntimeLogConfigurationCommandOutput,
205
277
  } from "../commands/ResetRuntimeLogConfigurationCommand";
278
+ import {
279
+ SendConnectorEventCommandInput,
280
+ SendConnectorEventCommandOutput,
281
+ } from "../commands/SendConnectorEventCommand";
206
282
  import {
207
283
  SendManagedThingCommandCommandInput,
208
284
  SendManagedThingCommandCommandOutput,
209
285
  } from "../commands/SendManagedThingCommandCommand";
286
+ import {
287
+ StartAccountAssociationRefreshCommandInput,
288
+ StartAccountAssociationRefreshCommandOutput,
289
+ } from "../commands/StartAccountAssociationRefreshCommand";
210
290
  import {
211
291
  StartDeviceDiscoveryCommandInput,
212
292
  StartDeviceDiscoveryCommandOutput,
213
293
  } from "../commands/StartDeviceDiscoveryCommand";
294
+ import {
295
+ TagResourceCommandInput,
296
+ TagResourceCommandOutput,
297
+ } from "../commands/TagResourceCommand";
298
+ import {
299
+ UntagResourceCommandInput,
300
+ UntagResourceCommandOutput,
301
+ } from "../commands/UntagResourceCommand";
302
+ import {
303
+ UpdateAccountAssociationCommandInput,
304
+ UpdateAccountAssociationCommandOutput,
305
+ } from "../commands/UpdateAccountAssociationCommand";
306
+ import {
307
+ UpdateCloudConnectorCommandInput,
308
+ UpdateCloudConnectorCommandOutput,
309
+ } from "../commands/UpdateCloudConnectorCommand";
310
+ import {
311
+ UpdateConnectorDestinationCommandInput,
312
+ UpdateConnectorDestinationCommandOutput,
313
+ } from "../commands/UpdateConnectorDestinationCommand";
214
314
  import {
215
315
  UpdateDestinationCommandInput,
216
316
  UpdateDestinationCommandOutput,
@@ -231,6 +331,18 @@ import {
231
331
  UpdateOtaTaskCommandInput,
232
332
  UpdateOtaTaskCommandOutput,
233
333
  } from "../commands/UpdateOtaTaskCommand";
334
+ export declare const se_CreateAccountAssociationCommand: (
335
+ input: CreateAccountAssociationCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const se_CreateCloudConnectorCommand: (
339
+ input: CreateCloudConnectorCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const se_CreateConnectorDestinationCommand: (
343
+ input: CreateConnectorDestinationCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
234
346
  export declare const se_CreateCredentialLockerCommand: (
235
347
  input: CreateCredentialLockerCommandInput,
236
348
  context: __SerdeContext
@@ -263,6 +375,18 @@ export declare const se_CreateProvisioningProfileCommand: (
263
375
  input: CreateProvisioningProfileCommandInput,
264
376
  context: __SerdeContext
265
377
  ) => Promise<__HttpRequest>;
378
+ export declare const se_DeleteAccountAssociationCommand: (
379
+ input: DeleteAccountAssociationCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const se_DeleteCloudConnectorCommand: (
383
+ input: DeleteCloudConnectorCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const se_DeleteConnectorDestinationCommand: (
387
+ input: DeleteConnectorDestinationCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
266
390
  export declare const se_DeleteCredentialLockerCommand: (
267
391
  input: DeleteCredentialLockerCommandInput,
268
392
  context: __SerdeContext
@@ -295,6 +419,22 @@ export declare const se_DeleteProvisioningProfileCommand: (
295
419
  input: DeleteProvisioningProfileCommandInput,
296
420
  context: __SerdeContext
297
421
  ) => Promise<__HttpRequest>;
422
+ export declare const se_DeregisterAccountAssociationCommand: (
423
+ input: DeregisterAccountAssociationCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const se_GetAccountAssociationCommand: (
427
+ input: GetAccountAssociationCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const se_GetCloudConnectorCommand: (
431
+ input: GetCloudConnectorCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const se_GetConnectorDestinationCommand: (
435
+ input: GetConnectorDestinationCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
298
438
  export declare const se_GetCredentialLockerCommand: (
299
439
  input: GetCredentialLockerCommandInput,
300
440
  context: __SerdeContext
@@ -367,6 +507,18 @@ export declare const se_GetSchemaVersionCommand: (
367
507
  input: GetSchemaVersionCommandInput,
368
508
  context: __SerdeContext
369
509
  ) => Promise<__HttpRequest>;
510
+ export declare const se_ListAccountAssociationsCommand: (
511
+ input: ListAccountAssociationsCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const se_ListCloudConnectorsCommand: (
515
+ input: ListCloudConnectorsCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const se_ListConnectorDestinationsCommand: (
519
+ input: ListConnectorDestinationsCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
370
522
  export declare const se_ListCredentialLockersCommand: (
371
523
  input: ListCredentialLockersCommandInput,
372
524
  context: __SerdeContext
@@ -375,10 +527,22 @@ export declare const se_ListDestinationsCommand: (
375
527
  input: ListDestinationsCommandInput,
376
528
  context: __SerdeContext
377
529
  ) => Promise<__HttpRequest>;
530
+ export declare const se_ListDeviceDiscoveriesCommand: (
531
+ input: ListDeviceDiscoveriesCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const se_ListDiscoveredDevicesCommand: (
535
+ input: ListDiscoveredDevicesCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
378
538
  export declare const se_ListEventLogConfigurationsCommand: (
379
539
  input: ListEventLogConfigurationsCommandInput,
380
540
  context: __SerdeContext
381
541
  ) => Promise<__HttpRequest>;
542
+ export declare const se_ListManagedThingAccountAssociationsCommand: (
543
+ input: ListManagedThingAccountAssociationsCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
382
546
  export declare const se_ListManagedThingsCommand: (
383
547
  input: ListManagedThingsCommandInput,
384
548
  context: __SerdeContext
@@ -411,6 +575,10 @@ export declare const se_ListSchemaVersionsCommand: (
411
575
  input: ListSchemaVersionsCommandInput,
412
576
  context: __SerdeContext
413
577
  ) => Promise<__HttpRequest>;
578
+ export declare const se_ListTagsForResourceCommand: (
579
+ input: ListTagsForResourceCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
414
582
  export declare const se_PutDefaultEncryptionConfigurationCommand: (
415
583
  input: PutDefaultEncryptionConfigurationCommandInput,
416
584
  context: __SerdeContext
@@ -423,6 +591,10 @@ export declare const se_PutRuntimeLogConfigurationCommand: (
423
591
  input: PutRuntimeLogConfigurationCommandInput,
424
592
  context: __SerdeContext
425
593
  ) => Promise<__HttpRequest>;
594
+ export declare const se_RegisterAccountAssociationCommand: (
595
+ input: RegisterAccountAssociationCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
426
598
  export declare const se_RegisterCustomEndpointCommand: (
427
599
  input: RegisterCustomEndpointCommandInput,
428
600
  context: __SerdeContext
@@ -431,14 +603,42 @@ export declare const se_ResetRuntimeLogConfigurationCommand: (
431
603
  input: ResetRuntimeLogConfigurationCommandInput,
432
604
  context: __SerdeContext
433
605
  ) => Promise<__HttpRequest>;
606
+ export declare const se_SendConnectorEventCommand: (
607
+ input: SendConnectorEventCommandInput,
608
+ context: __SerdeContext
609
+ ) => Promise<__HttpRequest>;
434
610
  export declare const se_SendManagedThingCommandCommand: (
435
611
  input: SendManagedThingCommandCommandInput,
436
612
  context: __SerdeContext
437
613
  ) => Promise<__HttpRequest>;
614
+ export declare const se_StartAccountAssociationRefreshCommand: (
615
+ input: StartAccountAssociationRefreshCommandInput,
616
+ context: __SerdeContext
617
+ ) => Promise<__HttpRequest>;
438
618
  export declare const se_StartDeviceDiscoveryCommand: (
439
619
  input: StartDeviceDiscoveryCommandInput,
440
620
  context: __SerdeContext
441
621
  ) => Promise<__HttpRequest>;
622
+ export declare const se_TagResourceCommand: (
623
+ input: TagResourceCommandInput,
624
+ context: __SerdeContext
625
+ ) => Promise<__HttpRequest>;
626
+ export declare const se_UntagResourceCommand: (
627
+ input: UntagResourceCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
630
+ export declare const se_UpdateAccountAssociationCommand: (
631
+ input: UpdateAccountAssociationCommandInput,
632
+ context: __SerdeContext
633
+ ) => Promise<__HttpRequest>;
634
+ export declare const se_UpdateCloudConnectorCommand: (
635
+ input: UpdateCloudConnectorCommandInput,
636
+ context: __SerdeContext
637
+ ) => Promise<__HttpRequest>;
638
+ export declare const se_UpdateConnectorDestinationCommand: (
639
+ input: UpdateConnectorDestinationCommandInput,
640
+ context: __SerdeContext
641
+ ) => Promise<__HttpRequest>;
442
642
  export declare const se_UpdateDestinationCommand: (
443
643
  input: UpdateDestinationCommandInput,
444
644
  context: __SerdeContext
@@ -459,6 +659,18 @@ export declare const se_UpdateOtaTaskCommand: (
459
659
  input: UpdateOtaTaskCommandInput,
460
660
  context: __SerdeContext
461
661
  ) => Promise<__HttpRequest>;
662
+ export declare const de_CreateAccountAssociationCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<CreateAccountAssociationCommandOutput>;
666
+ export declare const de_CreateCloudConnectorCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<CreateCloudConnectorCommandOutput>;
670
+ export declare const de_CreateConnectorDestinationCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<CreateConnectorDestinationCommandOutput>;
462
674
  export declare const de_CreateCredentialLockerCommand: (
463
675
  output: __HttpResponse,
464
676
  context: __SerdeContext
@@ -491,6 +703,18 @@ export declare const de_CreateProvisioningProfileCommand: (
491
703
  output: __HttpResponse,
492
704
  context: __SerdeContext
493
705
  ) => Promise<CreateProvisioningProfileCommandOutput>;
706
+ export declare const de_DeleteAccountAssociationCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<DeleteAccountAssociationCommandOutput>;
710
+ export declare const de_DeleteCloudConnectorCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<DeleteCloudConnectorCommandOutput>;
714
+ export declare const de_DeleteConnectorDestinationCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<DeleteConnectorDestinationCommandOutput>;
494
718
  export declare const de_DeleteCredentialLockerCommand: (
495
719
  output: __HttpResponse,
496
720
  context: __SerdeContext
@@ -523,6 +747,22 @@ export declare const de_DeleteProvisioningProfileCommand: (
523
747
  output: __HttpResponse,
524
748
  context: __SerdeContext
525
749
  ) => Promise<DeleteProvisioningProfileCommandOutput>;
750
+ export declare const de_DeregisterAccountAssociationCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<DeregisterAccountAssociationCommandOutput>;
754
+ export declare const de_GetAccountAssociationCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<GetAccountAssociationCommandOutput>;
758
+ export declare const de_GetCloudConnectorCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<GetCloudConnectorCommandOutput>;
762
+ export declare const de_GetConnectorDestinationCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<GetConnectorDestinationCommandOutput>;
526
766
  export declare const de_GetCredentialLockerCommand: (
527
767
  output: __HttpResponse,
528
768
  context: __SerdeContext
@@ -595,6 +835,18 @@ export declare const de_GetSchemaVersionCommand: (
595
835
  output: __HttpResponse,
596
836
  context: __SerdeContext
597
837
  ) => Promise<GetSchemaVersionCommandOutput>;
838
+ export declare const de_ListAccountAssociationsCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<ListAccountAssociationsCommandOutput>;
842
+ export declare const de_ListCloudConnectorsCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<ListCloudConnectorsCommandOutput>;
846
+ export declare const de_ListConnectorDestinationsCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<ListConnectorDestinationsCommandOutput>;
598
850
  export declare const de_ListCredentialLockersCommand: (
599
851
  output: __HttpResponse,
600
852
  context: __SerdeContext
@@ -603,10 +855,22 @@ export declare const de_ListDestinationsCommand: (
603
855
  output: __HttpResponse,
604
856
  context: __SerdeContext
605
857
  ) => Promise<ListDestinationsCommandOutput>;
858
+ export declare const de_ListDeviceDiscoveriesCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<ListDeviceDiscoveriesCommandOutput>;
862
+ export declare const de_ListDiscoveredDevicesCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<ListDiscoveredDevicesCommandOutput>;
606
866
  export declare const de_ListEventLogConfigurationsCommand: (
607
867
  output: __HttpResponse,
608
868
  context: __SerdeContext
609
869
  ) => Promise<ListEventLogConfigurationsCommandOutput>;
870
+ export declare const de_ListManagedThingAccountAssociationsCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<ListManagedThingAccountAssociationsCommandOutput>;
610
874
  export declare const de_ListManagedThingsCommand: (
611
875
  output: __HttpResponse,
612
876
  context: __SerdeContext
@@ -639,6 +903,10 @@ export declare const de_ListSchemaVersionsCommand: (
639
903
  output: __HttpResponse,
640
904
  context: __SerdeContext
641
905
  ) => Promise<ListSchemaVersionsCommandOutput>;
906
+ export declare const de_ListTagsForResourceCommand: (
907
+ output: __HttpResponse,
908
+ context: __SerdeContext
909
+ ) => Promise<ListTagsForResourceCommandOutput>;
642
910
  export declare const de_PutDefaultEncryptionConfigurationCommand: (
643
911
  output: __HttpResponse,
644
912
  context: __SerdeContext
@@ -651,6 +919,10 @@ export declare const de_PutRuntimeLogConfigurationCommand: (
651
919
  output: __HttpResponse,
652
920
  context: __SerdeContext
653
921
  ) => Promise<PutRuntimeLogConfigurationCommandOutput>;
922
+ export declare const de_RegisterAccountAssociationCommand: (
923
+ output: __HttpResponse,
924
+ context: __SerdeContext
925
+ ) => Promise<RegisterAccountAssociationCommandOutput>;
654
926
  export declare const de_RegisterCustomEndpointCommand: (
655
927
  output: __HttpResponse,
656
928
  context: __SerdeContext
@@ -659,14 +931,42 @@ export declare const de_ResetRuntimeLogConfigurationCommand: (
659
931
  output: __HttpResponse,
660
932
  context: __SerdeContext
661
933
  ) => Promise<ResetRuntimeLogConfigurationCommandOutput>;
934
+ export declare const de_SendConnectorEventCommand: (
935
+ output: __HttpResponse,
936
+ context: __SerdeContext
937
+ ) => Promise<SendConnectorEventCommandOutput>;
662
938
  export declare const de_SendManagedThingCommandCommand: (
663
939
  output: __HttpResponse,
664
940
  context: __SerdeContext
665
941
  ) => Promise<SendManagedThingCommandCommandOutput>;
942
+ export declare const de_StartAccountAssociationRefreshCommand: (
943
+ output: __HttpResponse,
944
+ context: __SerdeContext
945
+ ) => Promise<StartAccountAssociationRefreshCommandOutput>;
666
946
  export declare const de_StartDeviceDiscoveryCommand: (
667
947
  output: __HttpResponse,
668
948
  context: __SerdeContext
669
949
  ) => Promise<StartDeviceDiscoveryCommandOutput>;
950
+ export declare const de_TagResourceCommand: (
951
+ output: __HttpResponse,
952
+ context: __SerdeContext
953
+ ) => Promise<TagResourceCommandOutput>;
954
+ export declare const de_UntagResourceCommand: (
955
+ output: __HttpResponse,
956
+ context: __SerdeContext
957
+ ) => Promise<UntagResourceCommandOutput>;
958
+ export declare const de_UpdateAccountAssociationCommand: (
959
+ output: __HttpResponse,
960
+ context: __SerdeContext
961
+ ) => Promise<UpdateAccountAssociationCommandOutput>;
962
+ export declare const de_UpdateCloudConnectorCommand: (
963
+ output: __HttpResponse,
964
+ context: __SerdeContext
965
+ ) => Promise<UpdateCloudConnectorCommandOutput>;
966
+ export declare const de_UpdateConnectorDestinationCommand: (
967
+ output: __HttpResponse,
968
+ context: __SerdeContext
969
+ ) => Promise<UpdateConnectorDestinationCommandOutput>;
670
970
  export declare const de_UpdateDestinationCommand: (
671
971
  output: __HttpResponse,
672
972
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-managed-integrations",
3
3
  "description": "AWS SDK for JavaScript Iot Managed Integrations Client for Node.js, Browser and React Native",
4
- "version": "3.830.0",
4
+ "version": "3.838.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.826.0",
24
- "@aws-sdk/credential-provider-node": "3.830.0",
23
+ "@aws-sdk/core": "3.835.0",
24
+ "@aws-sdk/credential-provider-node": "3.835.0",
25
25
  "@aws-sdk/middleware-host-header": "3.821.0",
26
26
  "@aws-sdk/middleware-logger": "3.821.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.828.0",
28
+ "@aws-sdk/middleware-user-agent": "3.835.0",
29
29
  "@aws-sdk/region-config-resolver": "3.821.0",
30
30
  "@aws-sdk/types": "3.821.0",
31
31
  "@aws-sdk/util-endpoints": "3.828.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.828.0",
33
+ "@aws-sdk/util-user-agent-node": "3.835.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.5.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.4",
37
37
  "@smithy/hash-node": "^4.0.4",
38
38
  "@smithy/invalid-dependency": "^4.0.4",
39
39
  "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.11",
41
- "@smithy/middleware-retry": "^4.1.12",
40
+ "@smithy/middleware-endpoint": "^4.1.12",
41
+ "@smithy/middleware-retry": "^4.1.13",
42
42
  "@smithy/middleware-serde": "^4.0.8",
43
43
  "@smithy/middleware-stack": "^4.0.4",
44
44
  "@smithy/node-config-provider": "^4.1.3",
45
45
  "@smithy/node-http-handler": "^4.0.6",
46
46
  "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.3",
47
+ "@smithy/smithy-client": "^4.4.4",
48
48
  "@smithy/types": "^4.3.1",
49
49
  "@smithy/url-parser": "^4.0.4",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.19",
54
- "@smithy/util-defaults-mode-node": "^4.0.19",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.20",
54
+ "@smithy/util-defaults-mode-node": "^4.0.20",
55
55
  "@smithy/util-endpoints": "^3.0.6",
56
56
  "@smithy/util-middleware": "^4.0.4",
57
- "@smithy/util-retry": "^4.0.5",
57
+ "@smithy/util-retry": "^4.0.6",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
59
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",