@aws-sdk/client-kafkaconnect 3.303.0 → 3.309.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 (29) hide show
  1. package/dist-cjs/commands/CreateConnectorCommand.js +2 -2
  2. package/dist-cjs/commands/CreateCustomPluginCommand.js +2 -2
  3. package/dist-cjs/commands/CreateWorkerConfigurationCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteConnectorCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteCustomPluginCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeConnectorCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeCustomPluginCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeWorkerConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/ListConnectorsCommand.js +2 -2
  10. package/dist-cjs/commands/ListCustomPluginsCommand.js +2 -2
  11. package/dist-cjs/commands/ListWorkerConfigurationsCommand.js +2 -2
  12. package/dist-cjs/commands/UpdateConnectorCommand.js +2 -2
  13. package/dist-cjs/protocols/Aws_restJson1.js +304 -346
  14. package/dist-es/commands/CreateConnectorCommand.js +3 -3
  15. package/dist-es/commands/CreateCustomPluginCommand.js +3 -3
  16. package/dist-es/commands/CreateWorkerConfigurationCommand.js +3 -3
  17. package/dist-es/commands/DeleteConnectorCommand.js +3 -3
  18. package/dist-es/commands/DeleteCustomPluginCommand.js +3 -3
  19. package/dist-es/commands/DescribeConnectorCommand.js +3 -3
  20. package/dist-es/commands/DescribeCustomPluginCommand.js +3 -3
  21. package/dist-es/commands/DescribeWorkerConfigurationCommand.js +3 -3
  22. package/dist-es/commands/ListConnectorsCommand.js +3 -3
  23. package/dist-es/commands/ListCustomPluginsCommand.js +3 -3
  24. package/dist-es/commands/ListWorkerConfigurationsCommand.js +3 -3
  25. package/dist-es/commands/UpdateConnectorCommand.js +3 -3
  26. package/dist-es/protocols/Aws_restJson1.js +279 -321
  27. package/dist-types/protocols/Aws_restJson1.d.ts +96 -24
  28. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -24
  29. package/package.json +29 -29
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateConnectorRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateConnectorCommand, serializeAws_restJson1CreateConnectorCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateConnectorCommand, se_CreateConnectorCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateConnectorCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateConnectorCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateConnectorCommand(input, context);
37
+ return se_CreateConnectorCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateConnectorCommand(output, context);
40
+ return de_CreateConnectorCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1CreateCustomPluginCommand, serializeAws_restJson1CreateCustomPluginCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateCustomPluginCommand, se_CreateCustomPluginCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateCustomPluginCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateCustomPluginCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateCustomPluginCommand(input, context);
36
+ return se_CreateCustomPluginCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateCustomPluginCommand(output, context);
39
+ return de_CreateCustomPluginCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateWorkerConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1CreateWorkerConfigurationCommand, serializeAws_restJson1CreateWorkerConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_CreateWorkerConfigurationCommand, se_CreateWorkerConfigurationCommand } from "../protocols/Aws_restJson1";
6
6
  export class CreateWorkerConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateWorkerConfigurationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1CreateWorkerConfigurationCommand(input, context);
37
+ return se_CreateWorkerConfigurationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1CreateWorkerConfigurationCommand(output, context);
40
+ return de_CreateWorkerConfigurationCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteConnectorCommand, serializeAws_restJson1DeleteConnectorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteConnectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteConnectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteConnectorCommand(input, context);
36
+ return se_DeleteConnectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteConnectorCommand(output, context);
39
+ return de_DeleteConnectorCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DeleteCustomPluginCommand, serializeAws_restJson1DeleteCustomPluginCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteCustomPluginCommand, se_DeleteCustomPluginCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteCustomPluginCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteCustomPluginCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteCustomPluginCommand(input, context);
36
+ return se_DeleteCustomPluginCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteCustomPluginCommand(output, context);
39
+ return de_DeleteCustomPluginCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeConnectorResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeConnectorCommand, serializeAws_restJson1DescribeConnectorCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeConnectorCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeConnectorCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeConnectorCommand(input, context);
37
+ return se_DescribeConnectorCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeConnectorCommand(output, context);
40
+ return de_DescribeConnectorCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeCustomPluginCommand, serializeAws_restJson1DescribeCustomPluginCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeCustomPluginCommand, se_DescribeCustomPluginCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeCustomPluginCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeCustomPluginCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeCustomPluginCommand(input, context);
36
+ return se_DescribeCustomPluginCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeCustomPluginCommand(output, context);
39
+ return de_DescribeCustomPluginCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeWorkerConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeWorkerConfigurationCommand, serializeAws_restJson1DescribeWorkerConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeWorkerConfigurationCommand, se_DescribeWorkerConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DescribeWorkerConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeWorkerConfigurationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeWorkerConfigurationCommand(input, context);
37
+ return se_DescribeWorkerConfigurationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeWorkerConfigurationCommand(output, context);
40
+ return de_DescribeWorkerConfigurationCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListConnectorsCommand, serializeAws_restJson1ListConnectorsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListConnectorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListConnectorsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListConnectorsCommand(input, context);
36
+ return se_ListConnectorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListConnectorsCommand(output, context);
39
+ return de_ListConnectorsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListCustomPluginsCommand, serializeAws_restJson1ListCustomPluginsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListCustomPluginsCommand, se_ListCustomPluginsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListCustomPluginsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCustomPluginsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListCustomPluginsCommand(input, context);
36
+ return se_ListCustomPluginsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListCustomPluginsCommand(output, context);
39
+ return de_ListCustomPluginsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListWorkerConfigurationsCommand, serializeAws_restJson1ListWorkerConfigurationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListWorkerConfigurationsCommand, se_ListWorkerConfigurationsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListWorkerConfigurationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListWorkerConfigurationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListWorkerConfigurationsCommand(input, context);
36
+ return se_ListWorkerConfigurationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListWorkerConfigurationsCommand(output, context);
39
+ return de_ListWorkerConfigurationsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1UpdateConnectorCommand, serializeAws_restJson1UpdateConnectorCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_UpdateConnectorCommand, se_UpdateConnectorCommand } from "../protocols/Aws_restJson1";
5
5
  export class UpdateConnectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UpdateConnectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1UpdateConnectorCommand(input, context);
36
+ return se_UpdateConnectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1UpdateConnectorCommand(output, context);
39
+ return de_UpdateConnectorCommand(output, context);
40
40
  }
41
41
  }