@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,88 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTManagedIntegrationsClient";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link TagResourceCommand}.
14
+ */
15
+ export interface TagResourceCommandInput extends TagResourceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link TagResourceCommand}.
21
+ */
22
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
+ }
24
+ declare const TagResourceCommand_base: {
25
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Add tags for the specified resource.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { IoTManagedIntegrationsClient, TagResourceCommand } from "@aws-sdk/client-iot-managed-integrations"; // ES Modules import
35
+ * // const { IoTManagedIntegrationsClient, TagResourceCommand } = require("@aws-sdk/client-iot-managed-integrations"); // CommonJS import
36
+ * const client = new IoTManagedIntegrationsClient(config);
37
+ * const input = { // TagResourceRequest
38
+ * ResourceArn: "STRING_VALUE", // required
39
+ * Tags: { // TagsMap // required
40
+ * "<keys>": "STRING_VALUE",
41
+ * },
42
+ * };
43
+ * const command = new TagResourceCommand(input);
44
+ * const response = await client.send(command);
45
+ * // {};
46
+ *
47
+ * ```
48
+ *
49
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
50
+ * @returns {@link TagResourceCommandOutput}
51
+ * @see {@link TagResourceCommandInput} for command's `input` shape.
52
+ * @see {@link TagResourceCommandOutput} for command's `response` shape.
53
+ * @see {@link IoTManagedIntegrationsClientResolvedConfig | config} for IoTManagedIntegrationsClient's `config` shape.
54
+ *
55
+ * @throws {@link ConflictException} (client fault)
56
+ * <p>There is a conflict with the request.</p>
57
+ *
58
+ * @throws {@link InvalidRequestException} (client fault)
59
+ * <p>The request is not valid.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>The specified resource does not exist.</p>
63
+ *
64
+ * @throws {@link ThrottlingException} (client fault)
65
+ * <p>The rate exceeds the limit.</p>
66
+ *
67
+ * @throws {@link UnauthorizedException} (client fault)
68
+ * <p>You are not authorized to perform this operation.</p>
69
+ *
70
+ * @throws {@link IoTManagedIntegrationsServiceException}
71
+ * <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
72
+ *
73
+ *
74
+ * @public
75
+ */
76
+ export declare class TagResourceCommand extends TagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: TagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: TagResourceCommandInput;
85
+ output: TagResourceCommandOutput;
86
+ };
87
+ };
88
+ }
@@ -0,0 +1,88 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTManagedIntegrationsClient";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UntagResourceCommand}.
14
+ */
15
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UntagResourceCommand}.
21
+ */
22
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
+ }
24
+ declare const UntagResourceCommand_base: {
25
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Remove tags for the specified resource.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { IoTManagedIntegrationsClient, UntagResourceCommand } from "@aws-sdk/client-iot-managed-integrations"; // ES Modules import
35
+ * // const { IoTManagedIntegrationsClient, UntagResourceCommand } = require("@aws-sdk/client-iot-managed-integrations"); // CommonJS import
36
+ * const client = new IoTManagedIntegrationsClient(config);
37
+ * const input = { // UntagResourceRequest
38
+ * ResourceArn: "STRING_VALUE", // required
39
+ * TagKeys: [ // TagKeyList // required
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * };
43
+ * const command = new UntagResourceCommand(input);
44
+ * const response = await client.send(command);
45
+ * // {};
46
+ *
47
+ * ```
48
+ *
49
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
50
+ * @returns {@link UntagResourceCommandOutput}
51
+ * @see {@link UntagResourceCommandInput} for command's `input` shape.
52
+ * @see {@link UntagResourceCommandOutput} for command's `response` shape.
53
+ * @see {@link IoTManagedIntegrationsClientResolvedConfig | config} for IoTManagedIntegrationsClient's `config` shape.
54
+ *
55
+ * @throws {@link ConflictException} (client fault)
56
+ * <p>There is a conflict with the request.</p>
57
+ *
58
+ * @throws {@link InvalidRequestException} (client fault)
59
+ * <p>The request is not valid.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>The specified resource does not exist.</p>
63
+ *
64
+ * @throws {@link ThrottlingException} (client fault)
65
+ * <p>The rate exceeds the limit.</p>
66
+ *
67
+ * @throws {@link UnauthorizedException} (client fault)
68
+ * <p>You are not authorized to perform this operation.</p>
69
+ *
70
+ * @throws {@link IoTManagedIntegrationsServiceException}
71
+ * <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
72
+ *
73
+ *
74
+ * @public
75
+ */
76
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: UntagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: UntagResourceCommandInput;
85
+ output: UntagResourceCommandOutput;
86
+ };
87
+ };
88
+ }
@@ -0,0 +1,93 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTManagedIntegrationsClient";
4
+ import { UpdateAccountAssociationRequest } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateAccountAssociationCommand}.
14
+ */
15
+ export interface UpdateAccountAssociationCommandInput extends UpdateAccountAssociationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateAccountAssociationCommand}.
21
+ */
22
+ export interface UpdateAccountAssociationCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const UpdateAccountAssociationCommand_base: {
25
+ new (input: UpdateAccountAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccountAssociationCommandInput, UpdateAccountAssociationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateAccountAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccountAssociationCommandInput, UpdateAccountAssociationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Updates the properties of an existing account association.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { IoTManagedIntegrationsClient, UpdateAccountAssociationCommand } from "@aws-sdk/client-iot-managed-integrations"; // ES Modules import
35
+ * // const { IoTManagedIntegrationsClient, UpdateAccountAssociationCommand } = require("@aws-sdk/client-iot-managed-integrations"); // CommonJS import
36
+ * const client = new IoTManagedIntegrationsClient(config);
37
+ * const input = { // UpdateAccountAssociationRequest
38
+ * AccountAssociationId: "STRING_VALUE", // required
39
+ * Name: "STRING_VALUE",
40
+ * Description: "STRING_VALUE",
41
+ * };
42
+ * const command = new UpdateAccountAssociationCommand(input);
43
+ * const response = await client.send(command);
44
+ * // {};
45
+ *
46
+ * ```
47
+ *
48
+ * @param UpdateAccountAssociationCommandInput - {@link UpdateAccountAssociationCommandInput}
49
+ * @returns {@link UpdateAccountAssociationCommandOutput}
50
+ * @see {@link UpdateAccountAssociationCommandInput} for command's `input` shape.
51
+ * @see {@link UpdateAccountAssociationCommandOutput} for command's `response` shape.
52
+ * @see {@link IoTManagedIntegrationsClientResolvedConfig | config} for IoTManagedIntegrationsClient's `config` shape.
53
+ *
54
+ * @throws {@link AccessDeniedException} (client fault)
55
+ * <p>User is not authorized.</p>
56
+ *
57
+ * @throws {@link ConflictException} (client fault)
58
+ * <p>There is a conflict with the request.</p>
59
+ *
60
+ * @throws {@link InternalServerException} (server fault)
61
+ * <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
62
+ *
63
+ * @throws {@link ResourceNotFoundException} (client fault)
64
+ * <p>The specified resource does not exist.</p>
65
+ *
66
+ * @throws {@link ServiceUnavailableException} (server fault)
67
+ * <p>The service is temporarily unavailable.</p>
68
+ *
69
+ * @throws {@link ThrottlingException} (client fault)
70
+ * <p>The rate exceeds the limit.</p>
71
+ *
72
+ * @throws {@link ValidationException} (client fault)
73
+ * <p>A validation error occurred when performing the API request.</p>
74
+ *
75
+ * @throws {@link IoTManagedIntegrationsServiceException}
76
+ * <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
77
+ *
78
+ *
79
+ * @public
80
+ */
81
+ export declare class UpdateAccountAssociationCommand extends UpdateAccountAssociationCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateAccountAssociationRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: UpdateAccountAssociationCommandInput;
90
+ output: UpdateAccountAssociationCommandOutput;
91
+ };
92
+ };
93
+ }
@@ -0,0 +1,115 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTManagedIntegrationsClient";
4
+ import { UpdateCloudConnectorRequest } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateCloudConnectorCommand}.
14
+ */
15
+ export interface UpdateCloudConnectorCommandInput extends UpdateCloudConnectorRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateCloudConnectorCommand}.
21
+ */
22
+ export interface UpdateCloudConnectorCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const UpdateCloudConnectorCommand_base: {
25
+ new (input: UpdateCloudConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateCloudConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCloudConnectorCommandInput, UpdateCloudConnectorCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Update an existing cloud connector.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { IoTManagedIntegrationsClient, UpdateCloudConnectorCommand } from "@aws-sdk/client-iot-managed-integrations"; // ES Modules import
35
+ * // const { IoTManagedIntegrationsClient, UpdateCloudConnectorCommand } = require("@aws-sdk/client-iot-managed-integrations"); // CommonJS import
36
+ * const client = new IoTManagedIntegrationsClient(config);
37
+ * const input = { // UpdateCloudConnectorRequest
38
+ * Identifier: "STRING_VALUE", // required
39
+ * Name: "STRING_VALUE",
40
+ * Description: "STRING_VALUE",
41
+ * };
42
+ * const command = new UpdateCloudConnectorCommand(input);
43
+ * const response = await client.send(command);
44
+ * // {};
45
+ *
46
+ * ```
47
+ *
48
+ * @param UpdateCloudConnectorCommandInput - {@link UpdateCloudConnectorCommandInput}
49
+ * @returns {@link UpdateCloudConnectorCommandOutput}
50
+ * @see {@link UpdateCloudConnectorCommandInput} for command's `input` shape.
51
+ * @see {@link UpdateCloudConnectorCommandOutput} for command's `response` shape.
52
+ * @see {@link IoTManagedIntegrationsClientResolvedConfig | config} for IoTManagedIntegrationsClient's `config` shape.
53
+ *
54
+ * @throws {@link AccessDeniedException} (client fault)
55
+ * <p>User is not authorized.</p>
56
+ *
57
+ * @throws {@link InternalServerException} (server fault)
58
+ * <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
59
+ *
60
+ * @throws {@link ResourceNotFoundException} (client fault)
61
+ * <p>The specified resource does not exist.</p>
62
+ *
63
+ * @throws {@link ThrottlingException} (client fault)
64
+ * <p>The rate exceeds the limit.</p>
65
+ *
66
+ * @throws {@link ValidationException} (client fault)
67
+ * <p>A validation error occurred when performing the API request.</p>
68
+ *
69
+ * @throws {@link IoTManagedIntegrationsServiceException}
70
+ * <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
71
+ *
72
+ *
73
+ * @example UpdateCloudConnector happy path for TP Link to update display name
74
+ * ```javascript
75
+ * //
76
+ * const input = {
77
+ * Identifier: "123456789012",
78
+ * Name: "Connector for TP Link Cloud V2"
79
+ * };
80
+ * const command = new UpdateCloudConnectorCommand(input);
81
+ * const response = await client.send(command);
82
+ * /* response is
83
+ * { /* metadata only *\/ }
84
+ * *\/
85
+ * ```
86
+ *
87
+ * @example UpdateCloudConnector error Id for Ring connector which does not exist
88
+ * ```javascript
89
+ * //
90
+ * const input = {
91
+ * Identifier: "123456789012",
92
+ * Name: "Connector for Ring Cloud"
93
+ * };
94
+ * const command = new UpdateCloudConnectorCommand(input);
95
+ * const response = await client.send(command);
96
+ * /* response is
97
+ * { /* metadata only *\/ }
98
+ * *\/
99
+ * ```
100
+ *
101
+ * @public
102
+ */
103
+ export declare class UpdateCloudConnectorCommand extends UpdateCloudConnectorCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: UpdateCloudConnectorRequest;
108
+ output: {};
109
+ };
110
+ sdk: {
111
+ input: UpdateCloudConnectorCommandInput;
112
+ output: UpdateCloudConnectorCommandOutput;
113
+ };
114
+ };
115
+ }
@@ -0,0 +1,101 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTManagedIntegrationsClient";
4
+ import { UpdateConnectorDestinationRequest } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateConnectorDestinationCommand}.
14
+ */
15
+ export interface UpdateConnectorDestinationCommandInput extends UpdateConnectorDestinationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateConnectorDestinationCommand}.
21
+ */
22
+ export interface UpdateConnectorDestinationCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const UpdateConnectorDestinationCommand_base: {
25
+ new (input: UpdateConnectorDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectorDestinationCommandInput, UpdateConnectorDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateConnectorDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectorDestinationCommandInput, UpdateConnectorDestinationCommandOutput, IoTManagedIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Updates the properties of an existing connector destination.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { IoTManagedIntegrationsClient, UpdateConnectorDestinationCommand } from "@aws-sdk/client-iot-managed-integrations"; // ES Modules import
35
+ * // const { IoTManagedIntegrationsClient, UpdateConnectorDestinationCommand } = require("@aws-sdk/client-iot-managed-integrations"); // CommonJS import
36
+ * const client = new IoTManagedIntegrationsClient(config);
37
+ * const input = { // UpdateConnectorDestinationRequest
38
+ * Identifier: "STRING_VALUE", // required
39
+ * Description: "STRING_VALUE",
40
+ * Name: "STRING_VALUE",
41
+ * AuthType: "OAUTH",
42
+ * AuthConfig: { // AuthConfigUpdate
43
+ * oAuthUpdate: { // OAuthUpdate
44
+ * oAuthCompleteRedirectUrl: "STRING_VALUE",
45
+ * proactiveRefreshTokenRenewal: { // ProactiveRefreshTokenRenewal
46
+ * enabled: true || false,
47
+ * DaysBeforeRenewal: Number("int"),
48
+ * },
49
+ * },
50
+ * },
51
+ * SecretsManager: { // SecretsManager
52
+ * arn: "STRING_VALUE", // required
53
+ * versionId: "STRING_VALUE", // required
54
+ * },
55
+ * };
56
+ * const command = new UpdateConnectorDestinationCommand(input);
57
+ * const response = await client.send(command);
58
+ * // {};
59
+ *
60
+ * ```
61
+ *
62
+ * @param UpdateConnectorDestinationCommandInput - {@link UpdateConnectorDestinationCommandInput}
63
+ * @returns {@link UpdateConnectorDestinationCommandOutput}
64
+ * @see {@link UpdateConnectorDestinationCommandInput} for command's `input` shape.
65
+ * @see {@link UpdateConnectorDestinationCommandOutput} for command's `response` shape.
66
+ * @see {@link IoTManagedIntegrationsClientResolvedConfig | config} for IoTManagedIntegrationsClient's `config` shape.
67
+ *
68
+ * @throws {@link AccessDeniedException} (client fault)
69
+ * <p>User is not authorized.</p>
70
+ *
71
+ * @throws {@link InternalServerException} (server fault)
72
+ * <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
73
+ *
74
+ * @throws {@link ResourceNotFoundException} (client fault)
75
+ * <p>The specified resource does not exist.</p>
76
+ *
77
+ * @throws {@link ThrottlingException} (client fault)
78
+ * <p>The rate exceeds the limit.</p>
79
+ *
80
+ * @throws {@link ValidationException} (client fault)
81
+ * <p>A validation error occurred when performing the API request.</p>
82
+ *
83
+ * @throws {@link IoTManagedIntegrationsServiceException}
84
+ * <p>Base exception class for all service exceptions from IoTManagedIntegrations service.</p>
85
+ *
86
+ *
87
+ * @public
88
+ */
89
+ export declare class UpdateConnectorDestinationCommand extends UpdateConnectorDestinationCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: UpdateConnectorDestinationRequest;
94
+ output: {};
95
+ };
96
+ sdk: {
97
+ input: UpdateConnectorDestinationCommandInput;
98
+ output: UpdateConnectorDestinationCommandOutput;
99
+ };
100
+ };
101
+ }
@@ -57,8 +57,7 @@ declare const UpdateDestinationCommand_base: {
57
57
  * <p>User is not authorized.</p>
58
58
  *
59
59
  * @throws {@link InternalServerException} (server fault)
60
- * <p>Internal error from the service that indicates an unexpected error or that the service
61
- * is unavailable.</p>
60
+ * <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
62
61
  *
63
62
  * @throws {@link ResourceNotFoundException} (client fault)
64
63
  * <p>The specified resource does not exist.</p>
@@ -54,8 +54,7 @@ declare const UpdateEventLogConfigurationCommand_base: {
54
54
  * <p>User is not authorized.</p>
55
55
  *
56
56
  * @throws {@link InternalServerException} (server fault)
57
- * <p>Internal error from the service that indicates an unexpected error or that the service
58
- * is unavailable.</p>
57
+ * <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
59
58
  *
60
59
  * @throws {@link ResourceNotFoundException} (client fault)
61
60
  * <p>The specified resource does not exist.</p>
@@ -70,6 +70,15 @@ declare const UpdateManagedThingCommand_base: {
70
70
  * },
71
71
  * ],
72
72
  * },
73
+ * CapabilitySchemas: [ // CapabilitySchemas
74
+ * { // CapabilitySchemaItem
75
+ * Format: "AWS" || "ZCL" || "CONNECTOR", // required
76
+ * CapabilityId: "STRING_VALUE", // required
77
+ * ExtrinsicId: "STRING_VALUE", // required
78
+ * ExtrinsicVersion: Number("int"), // required
79
+ * Schema: "DOCUMENT_VALUE", // required
80
+ * },
81
+ * ],
73
82
  * Capabilities: "STRING_VALUE",
74
83
  * Classification: "STRING_VALUE",
75
84
  * HubNetworkMode: "STANDARD" || "NETWORK_WIDE_EXCLUSION",
@@ -96,8 +105,7 @@ declare const UpdateManagedThingCommand_base: {
96
105
  * <p>There is a conflict with the request.</p>
97
106
  *
98
107
  * @throws {@link InternalServerException} (server fault)
99
- * <p>Internal error from the service that indicates an unexpected error or that the service
100
- * is unavailable.</p>
108
+ * <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
101
109
  *
102
110
  * @throws {@link ResourceNotFoundException} (client fault)
103
111
  * <p>The specified resource does not exist.</p>
@@ -35,7 +35,7 @@ declare const UpdateNotificationConfigurationCommand_base: {
35
35
  * // const { IoTManagedIntegrationsClient, UpdateNotificationConfigurationCommand } = require("@aws-sdk/client-iot-managed-integrations"); // CommonJS import
36
36
  * const client = new IoTManagedIntegrationsClient(config);
37
37
  * const input = { // UpdateNotificationConfigurationRequest
38
- * EventType: "DEVICE_COMMAND" || "DEVICE_COMMAND_REQUEST" || "DEVICE_EVENT" || "DEVICE_LIFE_CYCLE" || "DEVICE_STATE" || "DEVICE_OTA" || "CONNECTOR_ASSOCIATION" || "CONNECTOR_ERROR_REPORT", // required
38
+ * EventType: "DEVICE_COMMAND" || "DEVICE_COMMAND_REQUEST" || "DEVICE_DISCOVERY_STATUS" || "DEVICE_EVENT" || "DEVICE_LIFE_CYCLE" || "DEVICE_STATE" || "DEVICE_OTA" || "CONNECTOR_ASSOCIATION" || "ACCOUNT_ASSOCIATION" || "CONNECTOR_ERROR_REPORT", // required
39
39
  * DestinationName: "STRING_VALUE", // required
40
40
  * };
41
41
  * const command = new UpdateNotificationConfigurationCommand(input);
@@ -54,8 +54,7 @@ declare const UpdateNotificationConfigurationCommand_base: {
54
54
  * <p>User is not authorized.</p>
55
55
  *
56
56
  * @throws {@link InternalServerException} (server fault)
57
- * <p>Internal error from the service that indicates an unexpected error or that the service
58
- * is unavailable.</p>
57
+ * <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
59
58
  *
60
59
  * @throws {@link ResourceNotFoundException} (client fault)
61
60
  * <p>The specified resource does not exist.</p>
@@ -55,8 +55,7 @@ declare const UpdateOtaTaskCommand_base: {
55
55
  * <p>User is not authorized.</p>
56
56
  *
57
57
  * @throws {@link InternalServerException} (server fault)
58
- * <p>Internal error from the service that indicates an unexpected error or that the service
59
- * is unavailable.</p>
58
+ * <p>Internal error from the service that indicates an unexpected error or that the service is unavailable.</p>
60
59
  *
61
60
  * @throws {@link ResourceNotFoundException} (client fault)
62
61
  * <p>The specified resource does not exist.</p>
@@ -1,3 +1,6 @@
1
+ export * from "./CreateAccountAssociationCommand";
2
+ export * from "./CreateCloudConnectorCommand";
3
+ export * from "./CreateConnectorDestinationCommand";
1
4
  export * from "./CreateCredentialLockerCommand";
2
5
  export * from "./CreateDestinationCommand";
3
6
  export * from "./CreateEventLogConfigurationCommand";
@@ -6,6 +9,9 @@ export * from "./CreateNotificationConfigurationCommand";
6
9
  export * from "./CreateOtaTaskCommand";
7
10
  export * from "./CreateOtaTaskConfigurationCommand";
8
11
  export * from "./CreateProvisioningProfileCommand";
12
+ export * from "./DeleteAccountAssociationCommand";
13
+ export * from "./DeleteCloudConnectorCommand";
14
+ export * from "./DeleteConnectorDestinationCommand";
9
15
  export * from "./DeleteCredentialLockerCommand";
10
16
  export * from "./DeleteDestinationCommand";
11
17
  export * from "./DeleteEventLogConfigurationCommand";
@@ -14,6 +20,10 @@ export * from "./DeleteNotificationConfigurationCommand";
14
20
  export * from "./DeleteOtaTaskCommand";
15
21
  export * from "./DeleteOtaTaskConfigurationCommand";
16
22
  export * from "./DeleteProvisioningProfileCommand";
23
+ export * from "./DeregisterAccountAssociationCommand";
24
+ export * from "./GetAccountAssociationCommand";
25
+ export * from "./GetCloudConnectorCommand";
26
+ export * from "./GetConnectorDestinationCommand";
17
27
  export * from "./GetCredentialLockerCommand";
18
28
  export * from "./GetCustomEndpointCommand";
19
29
  export * from "./GetDefaultEncryptionConfigurationCommand";
@@ -32,9 +42,15 @@ export * from "./GetOtaTaskConfigurationCommand";
32
42
  export * from "./GetProvisioningProfileCommand";
33
43
  export * from "./GetRuntimeLogConfigurationCommand";
34
44
  export * from "./GetSchemaVersionCommand";
45
+ export * from "./ListAccountAssociationsCommand";
46
+ export * from "./ListCloudConnectorsCommand";
47
+ export * from "./ListConnectorDestinationsCommand";
35
48
  export * from "./ListCredentialLockersCommand";
36
49
  export * from "./ListDestinationsCommand";
50
+ export * from "./ListDeviceDiscoveriesCommand";
51
+ export * from "./ListDiscoveredDevicesCommand";
37
52
  export * from "./ListEventLogConfigurationsCommand";
53
+ export * from "./ListManagedThingAccountAssociationsCommand";
38
54
  export * from "./ListManagedThingSchemasCommand";
39
55
  export * from "./ListManagedThingsCommand";
40
56
  export * from "./ListNotificationConfigurationsCommand";
@@ -43,13 +59,22 @@ export * from "./ListOtaTaskExecutionsCommand";
43
59
  export * from "./ListOtaTasksCommand";
44
60
  export * from "./ListProvisioningProfilesCommand";
45
61
  export * from "./ListSchemaVersionsCommand";
62
+ export * from "./ListTagsForResourceCommand";
46
63
  export * from "./PutDefaultEncryptionConfigurationCommand";
47
64
  export * from "./PutHubConfigurationCommand";
48
65
  export * from "./PutRuntimeLogConfigurationCommand";
66
+ export * from "./RegisterAccountAssociationCommand";
49
67
  export * from "./RegisterCustomEndpointCommand";
50
68
  export * from "./ResetRuntimeLogConfigurationCommand";
69
+ export * from "./SendConnectorEventCommand";
51
70
  export * from "./SendManagedThingCommandCommand";
71
+ export * from "./StartAccountAssociationRefreshCommand";
52
72
  export * from "./StartDeviceDiscoveryCommand";
73
+ export * from "./TagResourceCommand";
74
+ export * from "./UntagResourceCommand";
75
+ export * from "./UpdateAccountAssociationCommand";
76
+ export * from "./UpdateCloudConnectorCommand";
77
+ export * from "./UpdateConnectorDestinationCommand";
53
78
  export * from "./UpdateDestinationCommand";
54
79
  export * from "./UpdateEventLogConfigurationCommand";
55
80
  export * from "./UpdateManagedThingCommand";
@@ -7,7 +7,7 @@ export interface ClientInputEndpointParameters {
7
7
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
8
8
  region?: string | undefined | Provider<string | undefined>;
9
9
  }
10
- export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
10
+ export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
11
11
  defaultSigningName: string;
12
12
  };
13
13
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;