@aws-sdk/client-kafkaconnect 3.33.0 → 3.36.1

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 (194) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/KafkaConnect.js +1 -5
  3. package/{dist/cjs → dist-cjs}/KafkaConnectClient.js +8 -17
  4. package/{dist/cjs → dist-cjs}/commands/CreateConnectorCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/CreateCustomPluginCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/CreateWorkerConfigurationCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/DeleteConnectorCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/DescribeCustomPluginCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DescribeWorkerConfigurationCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/ListConnectorsCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/ListCustomPluginsCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/ListWorkerConfigurationsCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/UpdateConnectorCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  16. package/{dist/cjs → dist-cjs}/index.js +0 -1
  17. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  18. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -247
  19. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  20. package/{dist/cjs → dist-cjs}/pagination/ListConnectorsPaginator.js +1 -12
  21. package/{dist/cjs → dist-cjs}/pagination/ListCustomPluginsPaginator.js +1 -12
  22. package/{dist/cjs → dist-cjs}/pagination/ListWorkerConfigurationsPaginator.js +1 -12
  23. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +6 -12
  24. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  25. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  26. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  27. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  28. package/{dist/es → dist-es}/KafkaConnect.js +2 -6
  29. package/{dist/es → dist-es}/KafkaConnectClient.js +2 -11
  30. package/{dist/es → dist-es}/commands/CreateConnectorCommand.js +4 -30
  31. package/{dist/es → dist-es}/commands/CreateCustomPluginCommand.js +4 -30
  32. package/{dist/es → dist-es}/commands/CreateWorkerConfigurationCommand.js +4 -30
  33. package/{dist/es → dist-es}/commands/DeleteConnectorCommand.js +4 -30
  34. package/{dist/es → dist-es}/commands/DescribeConnectorCommand.js +4 -30
  35. package/{dist/es → dist-es}/commands/DescribeCustomPluginCommand.js +4 -30
  36. package/{dist/es → dist-es}/commands/DescribeWorkerConfigurationCommand.js +4 -30
  37. package/{dist/es → dist-es}/commands/ListConnectorsCommand.js +4 -30
  38. package/{dist/es → dist-es}/commands/ListCustomPluginsCommand.js +4 -30
  39. package/{dist/es → dist-es}/commands/ListWorkerConfigurationsCommand.js +4 -30
  40. package/{dist/es → dist-es}/commands/UpdateConnectorCommand.js +4 -30
  41. package/{dist/es → dist-es}/endpoints.js +1 -2
  42. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  43. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  44. package/{dist/es → dist-es}/models/models_0.js +0 -247
  45. package/dist-es/pagination/Interfaces.js +1 -0
  46. package/{dist/es → dist-es}/pagination/ListConnectorsPaginator.js +17 -30
  47. package/{dist/es → dist-es}/pagination/ListCustomPluginsPaginator.js +17 -30
  48. package/{dist/es → dist-es}/pagination/ListWorkerConfigurationsPaginator.js +17 -30
  49. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +427 -433
  50. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  51. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  52. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  53. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  54. package/{dist/types → dist-types}/KafkaConnect.d.ts +2 -2
  55. package/{dist/types → dist-types}/KafkaConnectClient.d.ts +8 -8
  56. package/{dist/types → dist-types}/commands/CreateConnectorCommand.d.ts +2 -2
  57. package/{dist/types → dist-types}/commands/CreateCustomPluginCommand.d.ts +2 -2
  58. package/{dist/types → dist-types}/commands/CreateWorkerConfigurationCommand.d.ts +2 -2
  59. package/{dist/types → dist-types}/commands/DeleteConnectorCommand.d.ts +2 -2
  60. package/{dist/types → dist-types}/commands/DescribeConnectorCommand.d.ts +2 -2
  61. package/{dist/types → dist-types}/commands/DescribeCustomPluginCommand.d.ts +2 -2
  62. package/{dist/types → dist-types}/commands/DescribeWorkerConfigurationCommand.d.ts +2 -2
  63. package/{dist/types → dist-types}/commands/ListConnectorsCommand.d.ts +2 -2
  64. package/{dist/types → dist-types}/commands/ListCustomPluginsCommand.d.ts +2 -2
  65. package/{dist/types → dist-types}/commands/ListWorkerConfigurationsCommand.d.ts +2 -2
  66. package/{dist/types → dist-types}/commands/UpdateConnectorCommand.d.ts +2 -2
  67. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  68. package/{index.ts → dist-types/index.d.ts} +0 -0
  69. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  70. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  71. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  72. package/{dist/types → dist-types}/pagination/ListConnectorsPaginator.d.ts +1 -1
  73. package/{dist/types → dist-types}/pagination/ListCustomPluginsPaginator.d.ts +1 -1
  74. package/{dist/types → dist-types}/pagination/ListWorkerConfigurationsPaginator.d.ts +1 -1
  75. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  76. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  77. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  78. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  79. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  80. package/{dist/types → dist-types}/ts3.4/KafkaConnect.d.ts +14 -38
  81. package/{dist/types → dist-types}/ts3.4/KafkaConnectClient.d.ts +32 -97
  82. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +17 -0
  83. package/{dist/types → dist-types}/ts3.4/commands/CreateCustomPluginCommand.d.ts +4 -22
  84. package/{dist/types → dist-types}/ts3.4/commands/CreateWorkerConfigurationCommand.d.ts +4 -22
  85. package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectorCommand.d.ts +4 -22
  86. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectorCommand.d.ts +4 -22
  87. package/{dist/types → dist-types}/ts3.4/commands/DescribeCustomPluginCommand.d.ts +4 -22
  88. package/{dist/types → dist-types}/ts3.4/commands/DescribeWorkerConfigurationCommand.d.ts +4 -22
  89. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/ListCustomPluginsCommand.d.ts +17 -0
  91. package/{dist/types → dist-types}/ts3.4/commands/ListWorkerConfigurationsCommand.d.ts +4 -22
  92. package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectorCommand.d.ts +4 -22
  93. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  94. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  95. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  96. package/dist-types/ts3.4/models/models_0.d.ts +1028 -0
  97. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  98. package/{dist/types → dist-types}/ts3.4/pagination/ListConnectorsPaginator.d.ts +1 -1
  99. package/{dist/types → dist-types}/ts3.4/pagination/ListCustomPluginsPaginator.d.ts +1 -1
  100. package/{dist/types → dist-types}/ts3.4/pagination/ListWorkerConfigurationsPaginator.d.ts +1 -1
  101. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  102. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  103. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  104. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  105. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  106. package/package.json +52 -49
  107. package/KafkaConnect.ts +0 -414
  108. package/KafkaConnectClient.ts +0 -280
  109. package/commands/CreateConnectorCommand.ts +0 -94
  110. package/commands/CreateCustomPluginCommand.ts +0 -94
  111. package/commands/CreateWorkerConfigurationCommand.ts +0 -97
  112. package/commands/DeleteConnectorCommand.ts +0 -94
  113. package/commands/DescribeConnectorCommand.ts +0 -94
  114. package/commands/DescribeCustomPluginCommand.ts +0 -94
  115. package/commands/DescribeWorkerConfigurationCommand.ts +0 -99
  116. package/commands/ListConnectorsCommand.ts +0 -94
  117. package/commands/ListCustomPluginsCommand.ts +0 -94
  118. package/commands/ListWorkerConfigurationsCommand.ts +0 -94
  119. package/commands/UpdateConnectorCommand.ts +0 -94
  120. package/dist/cjs/KafkaConnect.js.map +0 -1
  121. package/dist/cjs/KafkaConnectClient.js.map +0 -1
  122. package/dist/cjs/commands/CreateConnectorCommand.js.map +0 -1
  123. package/dist/cjs/commands/CreateCustomPluginCommand.js.map +0 -1
  124. package/dist/cjs/commands/CreateWorkerConfigurationCommand.js.map +0 -1
  125. package/dist/cjs/commands/DeleteConnectorCommand.js.map +0 -1
  126. package/dist/cjs/commands/DescribeConnectorCommand.js.map +0 -1
  127. package/dist/cjs/commands/DescribeCustomPluginCommand.js.map +0 -1
  128. package/dist/cjs/commands/DescribeWorkerConfigurationCommand.js.map +0 -1
  129. package/dist/cjs/commands/ListConnectorsCommand.js.map +0 -1
  130. package/dist/cjs/commands/ListCustomPluginsCommand.js.map +0 -1
  131. package/dist/cjs/commands/ListWorkerConfigurationsCommand.js.map +0 -1
  132. package/dist/cjs/commands/UpdateConnectorCommand.js.map +0 -1
  133. package/dist/cjs/endpoints.js.map +0 -1
  134. package/dist/cjs/index.js.map +0 -1
  135. package/dist/cjs/models/index.js.map +0 -1
  136. package/dist/cjs/models/models_0.js.map +0 -1
  137. package/dist/cjs/package.json +0 -91
  138. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  139. package/dist/cjs/pagination/ListConnectorsPaginator.js.map +0 -1
  140. package/dist/cjs/pagination/ListCustomPluginsPaginator.js.map +0 -1
  141. package/dist/cjs/pagination/ListWorkerConfigurationsPaginator.js.map +0 -1
  142. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  143. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  144. package/dist/cjs/runtimeConfig.js.map +0 -1
  145. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  146. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  147. package/dist/es/KafkaConnect.js.map +0 -1
  148. package/dist/es/KafkaConnectClient.js.map +0 -1
  149. package/dist/es/commands/CreateConnectorCommand.js.map +0 -1
  150. package/dist/es/commands/CreateCustomPluginCommand.js.map +0 -1
  151. package/dist/es/commands/CreateWorkerConfigurationCommand.js.map +0 -1
  152. package/dist/es/commands/DeleteConnectorCommand.js.map +0 -1
  153. package/dist/es/commands/DescribeConnectorCommand.js.map +0 -1
  154. package/dist/es/commands/DescribeCustomPluginCommand.js.map +0 -1
  155. package/dist/es/commands/DescribeWorkerConfigurationCommand.js.map +0 -1
  156. package/dist/es/commands/ListConnectorsCommand.js.map +0 -1
  157. package/dist/es/commands/ListCustomPluginsCommand.js.map +0 -1
  158. package/dist/es/commands/ListWorkerConfigurationsCommand.js.map +0 -1
  159. package/dist/es/commands/UpdateConnectorCommand.js.map +0 -1
  160. package/dist/es/endpoints.js.map +0 -1
  161. package/dist/es/index.js +0 -19
  162. package/dist/es/index.js.map +0 -1
  163. package/dist/es/models/index.js +0 -2
  164. package/dist/es/models/index.js.map +0 -1
  165. package/dist/es/models/models_0.js.map +0 -1
  166. package/dist/es/package.json +0 -91
  167. package/dist/es/pagination/Interfaces.js +0 -2
  168. package/dist/es/pagination/Interfaces.js.map +0 -1
  169. package/dist/es/pagination/ListConnectorsPaginator.js.map +0 -1
  170. package/dist/es/pagination/ListCustomPluginsPaginator.js.map +0 -1
  171. package/dist/es/pagination/ListWorkerConfigurationsPaginator.js.map +0 -1
  172. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  173. package/dist/es/runtimeConfig.browser.js.map +0 -1
  174. package/dist/es/runtimeConfig.js.map +0 -1
  175. package/dist/es/runtimeConfig.native.js.map +0 -1
  176. package/dist/es/runtimeConfig.shared.js.map +0 -1
  177. package/dist/types/ts3.4/commands/CreateConnectorCommand.d.ts +0 -35
  178. package/dist/types/ts3.4/commands/ListConnectorsCommand.d.ts +0 -35
  179. package/dist/types/ts3.4/commands/ListCustomPluginsCommand.d.ts +0 -35
  180. package/dist/types/ts3.4/models/models_0.d.ts +0 -1732
  181. package/endpoints.ts +0 -57
  182. package/jest.config.js +0 -4
  183. package/models/models_0.ts +0 -2197
  184. package/pagination/Interfaces.ts +0 -7
  185. package/pagination/ListConnectorsPaginator.ts +0 -58
  186. package/pagination/ListCustomPluginsPaginator.ts +0 -58
  187. package/pagination/ListWorkerConfigurationsPaginator.ts +0 -58
  188. package/protocols/Aws_restJson1.ts +0 -2700
  189. package/runtimeConfig.browser.ts +0 -40
  190. package/runtimeConfig.native.ts +0 -16
  191. package/runtimeConfig.shared.ts +0 -16
  192. package/runtimeConfig.ts +0 -45
  193. package/tsconfig.es.json +0 -12
  194. package/tsconfig.json +0 -32
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
18
+
19
+
20
+ ### Features
21
+
22
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
23
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
24
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
25
+
26
+
27
+
28
+
29
+
30
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
31
+
32
+
33
+ ### Features
34
+
35
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
36
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
37
+
38
+
39
+
40
+
41
+
42
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
43
+
44
+
45
+ ### Features
46
+
47
+ * **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
7
54
 
8
55
  **Note:** Version bump only for package @aws-sdk/client-kafkaconnect
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.KafkaConnect = void 0;
4
- const KafkaConnectClient_1 = require("./KafkaConnectClient");
5
4
  const CreateConnectorCommand_1 = require("./commands/CreateConnectorCommand");
6
5
  const CreateCustomPluginCommand_1 = require("./commands/CreateCustomPluginCommand");
7
6
  const CreateWorkerConfigurationCommand_1 = require("./commands/CreateWorkerConfigurationCommand");
@@ -13,9 +12,7 @@ const ListConnectorsCommand_1 = require("./commands/ListConnectorsCommand");
13
12
  const ListCustomPluginsCommand_1 = require("./commands/ListCustomPluginsCommand");
14
13
  const ListWorkerConfigurationsCommand_1 = require("./commands/ListWorkerConfigurationsCommand");
15
14
  const UpdateConnectorCommand_1 = require("./commands/UpdateConnectorCommand");
16
- /**
17
- * <p/>
18
- */
15
+ const KafkaConnectClient_1 = require("./KafkaConnectClient");
19
16
  class KafkaConnect extends KafkaConnectClient_1.KafkaConnectClient {
20
17
  createConnector(args, optionsOrCb, cb) {
21
18
  const command = new CreateConnectorCommand_1.CreateConnectorCommand(args);
@@ -173,4 +170,3 @@ class KafkaConnect extends KafkaConnectClient_1.KafkaConnectClient {
173
170
  }
174
171
  }
175
172
  exports.KafkaConnect = KafkaConnect;
176
- //# sourceMappingURL=KafkaConnect.js.map
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.KafkaConnectClient = void 0;
4
- const runtimeConfig_1 = require("./runtimeConfig");
5
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
6
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
7
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
@@ -10,18 +9,16 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
9
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
13
- /**
14
- * <p/>
15
- */
12
+ const runtimeConfig_1 = require("./runtimeConfig");
16
13
  class KafkaConnectClient extends smithy_client_1.Client {
17
14
  constructor(configuration) {
18
- let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
19
- let _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
20
- let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
21
- let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
22
- let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
23
- let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
24
- let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
25
22
  super(_config_6);
26
23
  this.config = _config_6;
27
24
  this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
@@ -31,14 +28,8 @@ class KafkaConnectClient extends smithy_client_1.Client {
31
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
32
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
33
30
  }
34
- /**
35
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
36
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
37
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
38
- */
39
31
  destroy() {
40
32
  super.destroy();
41
33
  }
42
34
  }
43
35
  exports.KafkaConnectClient = KafkaConnectClient;
44
- //# sourceMappingURL=KafkaConnectClient.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateConnectorCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Creates a connector using the specified properties.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, CreateConnectorCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, CreateConnectorCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new CreateConnectorCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CreateConnectorCommandInput} for command's `input` shape.
21
- * @see {@link CreateConnectorCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class CreateConnectorCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CreateConnectorCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CreateConnectorCommand = CreateConnectorCommand;
61
- //# sourceMappingURL=CreateConnectorCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateCustomPluginCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Creates a custom plugin using the specified properties.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, CreateCustomPluginCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, CreateCustomPluginCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new CreateCustomPluginCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CreateCustomPluginCommandInput} for command's `input` shape.
21
- * @see {@link CreateCustomPluginCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class CreateCustomPluginCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CreateCustomPluginCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CreateCustomPluginCommand = CreateCustomPluginCommand;
61
- //# sourceMappingURL=CreateCustomPluginCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateWorkerConfigurationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Creates a worker configuration using the specified properties.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, CreateWorkerConfigurationCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, CreateWorkerConfigurationCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new CreateWorkerConfigurationCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CreateWorkerConfigurationCommandInput} for command's `input` shape.
21
- * @see {@link CreateWorkerConfigurationCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class CreateWorkerConfigurationCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CreateWorkerConfigurationCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CreateWorkerConfigurationCommand = CreateWorkerConfigurationCommand;
61
- //# sourceMappingURL=CreateWorkerConfigurationCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteConnectorCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Deletes the specified connector.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, DeleteConnectorCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, DeleteConnectorCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new DeleteConnectorCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteConnectorCommandInput} for command's `input` shape.
21
- * @see {@link DeleteConnectorCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DeleteConnectorCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DeleteConnectorCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DeleteConnectorCommand = DeleteConnectorCommand;
61
- //# sourceMappingURL=DeleteConnectorCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeConnectorCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Returns summary information about the connector.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, DescribeConnectorCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, DescribeConnectorCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new DescribeConnectorCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeConnectorCommandInput} for command's `input` shape.
21
- * @see {@link DescribeConnectorCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DescribeConnectorCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeConnectorCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeConnectorCommand = DescribeConnectorCommand;
61
- //# sourceMappingURL=DescribeConnectorCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeCustomPluginCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>A summary description of the custom plugin.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, DescribeCustomPluginCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, DescribeCustomPluginCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new DescribeCustomPluginCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeCustomPluginCommandInput} for command's `input` shape.
21
- * @see {@link DescribeCustomPluginCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DescribeCustomPluginCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeCustomPluginCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeCustomPluginCommand = DescribeCustomPluginCommand;
61
- //# sourceMappingURL=DescribeCustomPluginCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeWorkerConfigurationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Returns information about a worker configuration.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, DescribeWorkerConfigurationCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, DescribeWorkerConfigurationCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new DescribeWorkerConfigurationCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeWorkerConfigurationCommandInput} for command's `input` shape.
21
- * @see {@link DescribeWorkerConfigurationCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DescribeWorkerConfigurationCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeWorkerConfigurationCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeWorkerConfigurationCommand = DescribeWorkerConfigurationCommand;
61
- //# sourceMappingURL=DescribeWorkerConfigurationCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListConnectorsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Returns a list of all the connectors in this account and Region. The list is limited to connectors whose name starts with the specified prefix. The response also includes a description of each of the listed connectors.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, ListConnectorsCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, ListConnectorsCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new ListConnectorsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListConnectorsCommandInput} for command's `input` shape.
21
- * @see {@link ListConnectorsCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class ListConnectorsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListConnectorsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListConnectorsCommand = ListConnectorsCommand;
61
- //# sourceMappingURL=ListConnectorsCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListCustomPluginsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Returns a list of all of the custom plugins in this account and Region.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, ListCustomPluginsCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, ListCustomPluginsCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new ListCustomPluginsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListCustomPluginsCommandInput} for command's `input` shape.
21
- * @see {@link ListCustomPluginsCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class ListCustomPluginsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListCustomPluginsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListCustomPluginsCommand = ListCustomPluginsCommand;
61
- //# sourceMappingURL=ListCustomPluginsCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListWorkerConfigurationsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Returns a list of all of the worker configurations in this account and Region.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, ListWorkerConfigurationsCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, ListWorkerConfigurationsCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new ListWorkerConfigurationsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListWorkerConfigurationsCommandInput} for command's `input` shape.
21
- * @see {@link ListWorkerConfigurationsCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class ListWorkerConfigurationsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListWorkerConfigurationsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListWorkerConfigurationsCommand = ListWorkerConfigurationsCommand;
61
- //# sourceMappingURL=ListWorkerConfigurationsCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateConnectorCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Updates the specified connector.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { KafkaConnectClient, UpdateConnectorCommand } from "@aws-sdk/client-kafkaconnect"; // ES Modules import
14
- * // const { KafkaConnectClient, UpdateConnectorCommand } = require("@aws-sdk/client-kafkaconnect"); // CommonJS import
15
- * const client = new KafkaConnectClient(config);
16
- * const command = new UpdateConnectorCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link UpdateConnectorCommandInput} for command's `input` shape.
21
- * @see {@link UpdateConnectorCommandOutput} for command's `response` shape.
22
- * @see {@link KafkaConnectClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class UpdateConnectorCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class UpdateConnectorCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.UpdateConnectorCommand = UpdateConnectorCommand;
61
- //# sourceMappingURL=UpdateConnectorCommand.js.map
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
54
54
  partitionHash,
55
55
  });
56
56
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
57
- //# sourceMappingURL=endpoints.js.map