@aws-sdk/client-kafkaconnect 3.279.0 → 3.281.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.
package/README.md CHANGED
@@ -203,3 +203,102 @@ To contribute to client you can check our [generate clients scripts](https://git
203
203
  This SDK is distributed under the
204
204
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
205
205
  see LICENSE for more information.
206
+
207
+ ## Client Commands (Operations List)
208
+
209
+ <details>
210
+ <summary>
211
+ CreateConnector
212
+ </summary>
213
+
214
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/createconnectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/createconnectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/createconnectorcommandoutput.html)
215
+
216
+ </details>
217
+ <details>
218
+ <summary>
219
+ CreateCustomPlugin
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/createcustomplugincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/createcustomplugincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/createcustomplugincommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ CreateWorkerConfiguration
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/createworkerconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/createworkerconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/createworkerconfigurationcommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ DeleteConnector
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/deleteconnectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/deleteconnectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/deleteconnectorcommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ DeleteCustomPlugin
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/deletecustomplugincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/deletecustomplugincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/deletecustomplugincommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ DescribeConnector
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/describeconnectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/describeconnectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/describeconnectorcommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ DescribeCustomPlugin
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/describecustomplugincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/describecustomplugincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/describecustomplugincommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ DescribeWorkerConfiguration
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/describeworkerconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/describeworkerconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/describeworkerconfigurationcommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ ListConnectors
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/listconnectorscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/listconnectorscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/listconnectorscommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ ListCustomPlugins
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/listcustompluginscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/listcustompluginscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/listcustompluginscommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ ListWorkerConfigurations
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/listworkerconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/listworkerconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/listworkerconfigurationscommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ UpdateConnector
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/classes/updateconnectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/updateconnectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-kafkaconnect/interfaces/updateconnectorcommandoutput.html)
303
+
304
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { CreateConnectorRequest, CreateConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateConnectorCommand}.
8
+ */
6
9
  export interface CreateConnectorCommandInput extends CreateConnectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConnectorCommand}.
13
+ */
8
14
  export interface CreateConnectorCommandOutput extends CreateConnectorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { CreateCustomPluginRequest, CreateCustomPluginResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateCustomPluginCommand}.
8
+ */
6
9
  export interface CreateCustomPluginCommandInput extends CreateCustomPluginRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateCustomPluginCommand}.
13
+ */
8
14
  export interface CreateCustomPluginCommandOutput extends CreateCustomPluginResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { CreateWorkerConfigurationRequest, CreateWorkerConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateWorkerConfigurationCommand}.
8
+ */
6
9
  export interface CreateWorkerConfigurationCommandInput extends CreateWorkerConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkerConfigurationCommand}.
13
+ */
8
14
  export interface CreateWorkerConfigurationCommandOutput extends CreateWorkerConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { DeleteConnectorRequest, DeleteConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteConnectorCommand}.
8
+ */
6
9
  export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConnectorCommand}.
13
+ */
8
14
  export interface DeleteConnectorCommandOutput extends DeleteConnectorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { DeleteCustomPluginRequest, DeleteCustomPluginResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteCustomPluginCommand}.
8
+ */
6
9
  export interface DeleteCustomPluginCommandInput extends DeleteCustomPluginRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteCustomPluginCommand}.
13
+ */
8
14
  export interface DeleteCustomPluginCommandOutput extends DeleteCustomPluginResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeConnectorCommand}.
8
+ */
6
9
  export interface DescribeConnectorCommandInput extends DescribeConnectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeConnectorCommand}.
13
+ */
8
14
  export interface DescribeConnectorCommandOutput extends DescribeConnectorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { DescribeCustomPluginRequest, DescribeCustomPluginResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeCustomPluginCommand}.
8
+ */
6
9
  export interface DescribeCustomPluginCommandInput extends DescribeCustomPluginRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeCustomPluginCommand}.
13
+ */
8
14
  export interface DescribeCustomPluginCommandOutput extends DescribeCustomPluginResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { DescribeWorkerConfigurationRequest, DescribeWorkerConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeWorkerConfigurationCommand}.
8
+ */
6
9
  export interface DescribeWorkerConfigurationCommandInput extends DescribeWorkerConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeWorkerConfigurationCommand}.
13
+ */
8
14
  export interface DescribeWorkerConfigurationCommandOutput extends DescribeWorkerConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListConnectorsCommand}.
8
+ */
6
9
  export interface ListConnectorsCommandInput extends ListConnectorsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListConnectorsCommand}.
13
+ */
8
14
  export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { ListCustomPluginsRequest, ListCustomPluginsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCustomPluginsCommand}.
8
+ */
6
9
  export interface ListCustomPluginsCommandInput extends ListCustomPluginsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCustomPluginsCommand}.
13
+ */
8
14
  export interface ListCustomPluginsCommandOutput extends ListCustomPluginsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { ListWorkerConfigurationsRequest, ListWorkerConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListWorkerConfigurationsCommand}.
8
+ */
6
9
  export interface ListWorkerConfigurationsCommandInput extends ListWorkerConfigurationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListWorkerConfigurationsCommand}.
13
+ */
8
14
  export interface ListWorkerConfigurationsCommandOutput extends ListWorkerConfigurationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaConnectClient";
5
5
  import { UpdateConnectorRequest, UpdateConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateConnectorCommand}.
8
+ */
6
9
  export interface UpdateConnectorCommandInput extends UpdateConnectorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConnectorCommand}.
13
+ */
8
14
  export interface UpdateConnectorCommandOutput extends UpdateConnectorResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kafkaconnect",
3
3
  "description": "AWS SDK for JavaScript Kafkaconnect Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",