@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
@@ -37,10 +37,10 @@ class CreateConnectorCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateConnectorCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateConnectorCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateConnectorCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateConnectorCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateConnectorCommand = CreateConnectorCommand;
@@ -36,10 +36,10 @@ class CreateCustomPluginCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateCustomPluginCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateCustomPluginCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateCustomPluginCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateCustomPluginCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateCustomPluginCommand = CreateCustomPluginCommand;
@@ -37,10 +37,10 @@ class CreateWorkerConfigurationCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateWorkerConfigurationCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateWorkerConfigurationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateWorkerConfigurationCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateWorkerConfigurationCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateWorkerConfigurationCommand = CreateWorkerConfigurationCommand;
@@ -36,10 +36,10 @@ class DeleteConnectorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteConnectorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteConnectorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteConnectorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteConnectorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteConnectorCommand = DeleteConnectorCommand;
@@ -36,10 +36,10 @@ class DeleteCustomPluginCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteCustomPluginCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteCustomPluginCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteCustomPluginCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteCustomPluginCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteCustomPluginCommand = DeleteCustomPluginCommand;
@@ -37,10 +37,10 @@ class DescribeConnectorCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeConnectorCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DescribeConnectorCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeConnectorCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DescribeConnectorCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeConnectorCommand = DescribeConnectorCommand;
@@ -36,10 +36,10 @@ class DescribeCustomPluginCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeCustomPluginCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeCustomPluginCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeCustomPluginCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeCustomPluginCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeCustomPluginCommand = DescribeCustomPluginCommand;
@@ -37,10 +37,10 @@ class DescribeWorkerConfigurationCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeWorkerConfigurationCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DescribeWorkerConfigurationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeWorkerConfigurationCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DescribeWorkerConfigurationCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeWorkerConfigurationCommand = DescribeWorkerConfigurationCommand;
@@ -36,10 +36,10 @@ class ListConnectorsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListConnectorsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListConnectorsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListConnectorsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListConnectorsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListConnectorsCommand = ListConnectorsCommand;
@@ -36,10 +36,10 @@ class ListCustomPluginsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListCustomPluginsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCustomPluginsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCustomPluginsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCustomPluginsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCustomPluginsCommand = ListCustomPluginsCommand;
@@ -36,10 +36,10 @@ class ListWorkerConfigurationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListWorkerConfigurationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListWorkerConfigurationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListWorkerConfigurationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListWorkerConfigurationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWorkerConfigurationsCommand = ListWorkerConfigurationsCommand;
@@ -36,10 +36,10 @@ class UpdateConnectorCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateConnectorCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateConnectorCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConnectorCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateConnectorCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConnectorCommand = UpdateConnectorCommand;