@aws-sdk/client-databrew 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 (93) hide show
  1. package/dist-cjs/commands/BatchDeleteRecipeVersionCommand.js +2 -2
  2. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  3. package/dist-cjs/commands/CreateProfileJobCommand.js +2 -2
  4. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  5. package/dist-cjs/commands/CreateRecipeCommand.js +2 -2
  6. package/dist-cjs/commands/CreateRecipeJobCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRulesetCommand.js +2 -2
  8. package/dist-cjs/commands/CreateScheduleCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteJobCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteRecipeVersionCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteRulesetCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeJobRunCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeProjectCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeRecipeCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeRulesetCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
  22. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  23. package/dist-cjs/commands/ListJobRunsCommand.js +2 -2
  24. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  25. package/dist-cjs/commands/ListProjectsCommand.js +2 -2
  26. package/dist-cjs/commands/ListRecipeVersionsCommand.js +2 -2
  27. package/dist-cjs/commands/ListRecipesCommand.js +2 -2
  28. package/dist-cjs/commands/ListRulesetsCommand.js +2 -2
  29. package/dist-cjs/commands/ListSchedulesCommand.js +2 -2
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/PublishRecipeCommand.js +2 -2
  32. package/dist-cjs/commands/SendProjectSessionActionCommand.js +2 -2
  33. package/dist-cjs/commands/StartJobRunCommand.js +2 -2
  34. package/dist-cjs/commands/StartProjectSessionCommand.js +2 -2
  35. package/dist-cjs/commands/StopJobRunCommand.js +2 -2
  36. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  37. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateDatasetCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateProfileJobCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateRecipeCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateRecipeJobCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateRulesetCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateScheduleCommand.js +2 -2
  45. package/dist-cjs/protocols/Aws_restJson1.js +743 -825
  46. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +3 -3
  47. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  48. package/dist-es/commands/CreateProfileJobCommand.js +3 -3
  49. package/dist-es/commands/CreateProjectCommand.js +3 -3
  50. package/dist-es/commands/CreateRecipeCommand.js +3 -3
  51. package/dist-es/commands/CreateRecipeJobCommand.js +3 -3
  52. package/dist-es/commands/CreateRulesetCommand.js +3 -3
  53. package/dist-es/commands/CreateScheduleCommand.js +3 -3
  54. package/dist-es/commands/DeleteDatasetCommand.js +3 -3
  55. package/dist-es/commands/DeleteJobCommand.js +3 -3
  56. package/dist-es/commands/DeleteProjectCommand.js +3 -3
  57. package/dist-es/commands/DeleteRecipeVersionCommand.js +3 -3
  58. package/dist-es/commands/DeleteRulesetCommand.js +3 -3
  59. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  60. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  61. package/dist-es/commands/DescribeJobCommand.js +3 -3
  62. package/dist-es/commands/DescribeJobRunCommand.js +3 -3
  63. package/dist-es/commands/DescribeProjectCommand.js +3 -3
  64. package/dist-es/commands/DescribeRecipeCommand.js +3 -3
  65. package/dist-es/commands/DescribeRulesetCommand.js +3 -3
  66. package/dist-es/commands/DescribeScheduleCommand.js +3 -3
  67. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  68. package/dist-es/commands/ListJobRunsCommand.js +3 -3
  69. package/dist-es/commands/ListJobsCommand.js +3 -3
  70. package/dist-es/commands/ListProjectsCommand.js +3 -3
  71. package/dist-es/commands/ListRecipeVersionsCommand.js +3 -3
  72. package/dist-es/commands/ListRecipesCommand.js +3 -3
  73. package/dist-es/commands/ListRulesetsCommand.js +3 -3
  74. package/dist-es/commands/ListSchedulesCommand.js +3 -3
  75. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  76. package/dist-es/commands/PublishRecipeCommand.js +3 -3
  77. package/dist-es/commands/SendProjectSessionActionCommand.js +3 -3
  78. package/dist-es/commands/StartJobRunCommand.js +3 -3
  79. package/dist-es/commands/StartProjectSessionCommand.js +3 -3
  80. package/dist-es/commands/StopJobRunCommand.js +3 -3
  81. package/dist-es/commands/TagResourceCommand.js +3 -3
  82. package/dist-es/commands/UntagResourceCommand.js +3 -3
  83. package/dist-es/commands/UpdateDatasetCommand.js +3 -3
  84. package/dist-es/commands/UpdateProfileJobCommand.js +3 -3
  85. package/dist-es/commands/UpdateProjectCommand.js +3 -3
  86. package/dist-es/commands/UpdateRecipeCommand.js +3 -3
  87. package/dist-es/commands/UpdateRecipeJobCommand.js +3 -3
  88. package/dist-es/commands/UpdateRulesetCommand.js +3 -3
  89. package/dist-es/commands/UpdateScheduleCommand.js +3 -3
  90. package/dist-es/protocols/Aws_restJson1.js +653 -735
  91. package/dist-types/protocols/Aws_restJson1.d.ts +352 -88
  92. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +88 -88
  93. package/package.json +29 -29
@@ -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_restJson1BatchDeleteRecipeVersionCommand, serializeAws_restJson1BatchDeleteRecipeVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchDeleteRecipeVersionCommand, se_BatchDeleteRecipeVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchDeleteRecipeVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchDeleteRecipeVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchDeleteRecipeVersionCommand(input, context);
36
+ return se_BatchDeleteRecipeVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchDeleteRecipeVersionCommand(output, context);
39
+ return de_BatchDeleteRecipeVersionCommand(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_restJson1CreateDatasetCommand, serializeAws_restJson1CreateDatasetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateDatasetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDatasetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateDatasetCommand(input, context);
36
+ return se_CreateDatasetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateDatasetCommand(output, context);
39
+ return de_CreateDatasetCommand(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_restJson1CreateProfileJobCommand, serializeAws_restJson1CreateProfileJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateProfileJobCommand, se_CreateProfileJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateProfileJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateProfileJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateProfileJobCommand(input, context);
36
+ return se_CreateProfileJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateProfileJobCommand(output, context);
39
+ return de_CreateProfileJobCommand(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_restJson1CreateProjectCommand, serializeAws_restJson1CreateProjectCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateProjectCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateProjectCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateProjectCommand(input, context);
36
+ return se_CreateProjectCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateProjectCommand(output, context);
39
+ return de_CreateProjectCommand(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_restJson1CreateRecipeCommand, serializeAws_restJson1CreateRecipeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateRecipeCommand, se_CreateRecipeCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateRecipeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateRecipeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateRecipeCommand(input, context);
36
+ return se_CreateRecipeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateRecipeCommand(output, context);
39
+ return de_CreateRecipeCommand(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_restJson1CreateRecipeJobCommand, serializeAws_restJson1CreateRecipeJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateRecipeJobCommand, se_CreateRecipeJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateRecipeJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateRecipeJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateRecipeJobCommand(input, context);
36
+ return se_CreateRecipeJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateRecipeJobCommand(output, context);
39
+ return de_CreateRecipeJobCommand(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_restJson1CreateRulesetCommand, serializeAws_restJson1CreateRulesetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateRulesetCommand, se_CreateRulesetCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateRulesetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateRulesetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateRulesetCommand(input, context);
36
+ return se_CreateRulesetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateRulesetCommand(output, context);
39
+ return de_CreateRulesetCommand(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_restJson1CreateScheduleCommand, serializeAws_restJson1CreateScheduleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateScheduleCommand, se_CreateScheduleCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateScheduleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateScheduleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateScheduleCommand(input, context);
36
+ return se_CreateScheduleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateScheduleCommand(output, context);
39
+ return de_CreateScheduleCommand(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_restJson1DeleteDatasetCommand, serializeAws_restJson1DeleteDatasetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteDatasetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDatasetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteDatasetCommand(input, context);
36
+ return se_DeleteDatasetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteDatasetCommand(output, context);
39
+ return de_DeleteDatasetCommand(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_restJson1DeleteJobCommand, serializeAws_restJson1DeleteJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteJobCommand(input, context);
36
+ return se_DeleteJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteJobCommand(output, context);
39
+ return de_DeleteJobCommand(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_restJson1DeleteProjectCommand, serializeAws_restJson1DeleteProjectCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteProjectCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteProjectCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteProjectCommand(input, context);
36
+ return se_DeleteProjectCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteProjectCommand(output, context);
39
+ return de_DeleteProjectCommand(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_restJson1DeleteRecipeVersionCommand, serializeAws_restJson1DeleteRecipeVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteRecipeVersionCommand, se_DeleteRecipeVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteRecipeVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteRecipeVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteRecipeVersionCommand(input, context);
36
+ return se_DeleteRecipeVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteRecipeVersionCommand(output, context);
39
+ return de_DeleteRecipeVersionCommand(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_restJson1DeleteRulesetCommand, serializeAws_restJson1DeleteRulesetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteRulesetCommand, se_DeleteRulesetCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteRulesetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteRulesetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteRulesetCommand(input, context);
36
+ return se_DeleteRulesetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteRulesetCommand(output, context);
39
+ return de_DeleteRulesetCommand(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_restJson1DeleteScheduleCommand, serializeAws_restJson1DeleteScheduleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteScheduleCommand, se_DeleteScheduleCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteScheduleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteScheduleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteScheduleCommand(input, context);
36
+ return se_DeleteScheduleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteScheduleCommand(output, context);
39
+ return de_DeleteScheduleCommand(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_restJson1DescribeDatasetCommand, serializeAws_restJson1DescribeDatasetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeDatasetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeDatasetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeDatasetCommand(input, context);
36
+ return se_DescribeDatasetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeDatasetCommand(output, context);
39
+ return de_DescribeDatasetCommand(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_restJson1DescribeJobCommand, serializeAws_restJson1DescribeJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeJobCommand(input, context);
36
+ return se_DescribeJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeJobCommand(output, context);
39
+ return de_DescribeJobCommand(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_restJson1DescribeJobRunCommand, serializeAws_restJson1DescribeJobRunCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeJobRunCommand, se_DescribeJobRunCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeJobRunCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeJobRunCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeJobRunCommand(input, context);
36
+ return se_DescribeJobRunCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeJobRunCommand(output, context);
39
+ return de_DescribeJobRunCommand(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_restJson1DescribeProjectCommand, serializeAws_restJson1DescribeProjectCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeProjectCommand, se_DescribeProjectCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeProjectCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeProjectCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeProjectCommand(input, context);
36
+ return se_DescribeProjectCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeProjectCommand(output, context);
39
+ return de_DescribeProjectCommand(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_restJson1DescribeRecipeCommand, serializeAws_restJson1DescribeRecipeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeRecipeCommand, se_DescribeRecipeCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeRecipeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeRecipeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeRecipeCommand(input, context);
36
+ return se_DescribeRecipeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeRecipeCommand(output, context);
39
+ return de_DescribeRecipeCommand(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_restJson1DescribeRulesetCommand, serializeAws_restJson1DescribeRulesetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeRulesetCommand, se_DescribeRulesetCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeRulesetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeRulesetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeRulesetCommand(input, context);
36
+ return se_DescribeRulesetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeRulesetCommand(output, context);
39
+ return de_DescribeRulesetCommand(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_restJson1DescribeScheduleCommand, serializeAws_restJson1DescribeScheduleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeScheduleCommand, se_DescribeScheduleCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeScheduleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeScheduleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeScheduleCommand(input, context);
36
+ return se_DescribeScheduleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeScheduleCommand(output, context);
39
+ return de_DescribeScheduleCommand(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_restJson1ListDatasetsCommand, serializeAws_restJson1ListDatasetsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDatasetsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDatasetsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDatasetsCommand(input, context);
36
+ return se_ListDatasetsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDatasetsCommand(output, context);
39
+ return de_ListDatasetsCommand(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_restJson1ListJobRunsCommand, serializeAws_restJson1ListJobRunsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListJobRunsCommand, se_ListJobRunsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListJobRunsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListJobRunsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListJobRunsCommand(input, context);
36
+ return se_ListJobRunsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListJobRunsCommand(output, context);
39
+ return de_ListJobRunsCommand(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_restJson1ListJobsCommand, serializeAws_restJson1ListJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListJobsCommand(input, context);
36
+ return se_ListJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListJobsCommand(output, context);
39
+ return de_ListJobsCommand(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_restJson1ListProjectsCommand, serializeAws_restJson1ListProjectsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListProjectsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListProjectsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListProjectsCommand(input, context);
36
+ return se_ListProjectsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListProjectsCommand(output, context);
39
+ return de_ListProjectsCommand(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_restJson1ListRecipeVersionsCommand, serializeAws_restJson1ListRecipeVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListRecipeVersionsCommand, se_ListRecipeVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListRecipeVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRecipeVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListRecipeVersionsCommand(input, context);
36
+ return se_ListRecipeVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListRecipeVersionsCommand(output, context);
39
+ return de_ListRecipeVersionsCommand(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_restJson1ListRecipesCommand, serializeAws_restJson1ListRecipesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListRecipesCommand, se_ListRecipesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListRecipesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRecipesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListRecipesCommand(input, context);
36
+ return se_ListRecipesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListRecipesCommand(output, context);
39
+ return de_ListRecipesCommand(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_restJson1ListRulesetsCommand, serializeAws_restJson1ListRulesetsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListRulesetsCommand, se_ListRulesetsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListRulesetsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRulesetsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListRulesetsCommand(input, context);
36
+ return se_ListRulesetsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListRulesetsCommand(output, context);
39
+ return de_ListRulesetsCommand(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_restJson1ListSchedulesCommand, serializeAws_restJson1ListSchedulesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListSchedulesCommand, se_ListSchedulesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListSchedulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListSchedulesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListSchedulesCommand(input, context);
36
+ return se_ListSchedulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListSchedulesCommand(output, context);
39
+ return de_ListSchedulesCommand(output, context);
40
40
  }
41
41
  }