@aws-sdk/client-batch 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 (53) hide show
  1. package/dist-cjs/commands/CancelJobCommand.js +2 -2
  2. package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +2 -2
  3. package/dist-cjs/commands/CreateJobQueueCommand.js +2 -2
  4. package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteJobQueueCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +2 -2
  8. package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeJobQueuesCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeJobsCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +2 -2
  14. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  15. package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +2 -2
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  17. package/dist-cjs/commands/RegisterJobDefinitionCommand.js +2 -2
  18. package/dist-cjs/commands/SubmitJobCommand.js +2 -2
  19. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  20. package/dist-cjs/commands/TerminateJobCommand.js +2 -2
  21. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateJobQueueCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +2 -2
  25. package/dist-cjs/protocols/Aws_restJson1.js +649 -797
  26. package/dist-es/commands/CancelJobCommand.js +3 -3
  27. package/dist-es/commands/CreateComputeEnvironmentCommand.js +3 -3
  28. package/dist-es/commands/CreateJobQueueCommand.js +3 -3
  29. package/dist-es/commands/CreateSchedulingPolicyCommand.js +3 -3
  30. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +3 -3
  31. package/dist-es/commands/DeleteJobQueueCommand.js +3 -3
  32. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +3 -3
  33. package/dist-es/commands/DeregisterJobDefinitionCommand.js +3 -3
  34. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +3 -3
  35. package/dist-es/commands/DescribeJobDefinitionsCommand.js +3 -3
  36. package/dist-es/commands/DescribeJobQueuesCommand.js +3 -3
  37. package/dist-es/commands/DescribeJobsCommand.js +3 -3
  38. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +3 -3
  39. package/dist-es/commands/ListJobsCommand.js +3 -3
  40. package/dist-es/commands/ListSchedulingPoliciesCommand.js +3 -3
  41. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  42. package/dist-es/commands/RegisterJobDefinitionCommand.js +3 -3
  43. package/dist-es/commands/SubmitJobCommand.js +3 -3
  44. package/dist-es/commands/TagResourceCommand.js +3 -3
  45. package/dist-es/commands/TerminateJobCommand.js +3 -3
  46. package/dist-es/commands/UntagResourceCommand.js +3 -3
  47. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +3 -3
  48. package/dist-es/commands/UpdateJobQueueCommand.js +3 -3
  49. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +3 -3
  50. package/dist-es/protocols/Aws_restJson1.js +600 -748
  51. package/dist-types/protocols/Aws_restJson1.d.ts +192 -48
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -48
  53. package/package.json +29 -29
@@ -36,10 +36,10 @@ class CancelJobCommand 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_restJson1CancelJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CancelJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CancelJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CancelJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelJobCommand = CancelJobCommand;
@@ -36,10 +36,10 @@ class CreateComputeEnvironmentCommand 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_restJson1CreateComputeEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateComputeEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateComputeEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateComputeEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateComputeEnvironmentCommand = CreateComputeEnvironmentCommand;
@@ -36,10 +36,10 @@ class CreateJobQueueCommand 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_restJson1CreateJobQueueCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateJobQueueCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateJobQueueCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateJobQueueCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateJobQueueCommand = CreateJobQueueCommand;
@@ -36,10 +36,10 @@ class CreateSchedulingPolicyCommand 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_restJson1CreateSchedulingPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateSchedulingPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSchedulingPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateSchedulingPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateSchedulingPolicyCommand = CreateSchedulingPolicyCommand;
@@ -36,10 +36,10 @@ class DeleteComputeEnvironmentCommand 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_restJson1DeleteComputeEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteComputeEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteComputeEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteComputeEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteComputeEnvironmentCommand = DeleteComputeEnvironmentCommand;
@@ -36,10 +36,10 @@ class DeleteJobQueueCommand 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_restJson1DeleteJobQueueCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteJobQueueCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteJobQueueCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteJobQueueCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteJobQueueCommand = DeleteJobQueueCommand;
@@ -36,10 +36,10 @@ class DeleteSchedulingPolicyCommand 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_restJson1DeleteSchedulingPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteSchedulingPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSchedulingPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteSchedulingPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteSchedulingPolicyCommand = DeleteSchedulingPolicyCommand;
@@ -36,10 +36,10 @@ class DeregisterJobDefinitionCommand 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_restJson1DeregisterJobDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeregisterJobDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeregisterJobDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeregisterJobDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeregisterJobDefinitionCommand = DeregisterJobDefinitionCommand;
@@ -36,10 +36,10 @@ class DescribeComputeEnvironmentsCommand 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_restJson1DescribeComputeEnvironmentsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeComputeEnvironmentsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeComputeEnvironmentsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeComputeEnvironmentsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeComputeEnvironmentsCommand = DescribeComputeEnvironmentsCommand;
@@ -36,10 +36,10 @@ class DescribeJobDefinitionsCommand 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_restJson1DescribeJobDefinitionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeJobDefinitionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeJobDefinitionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeJobDefinitionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeJobDefinitionsCommand = DescribeJobDefinitionsCommand;
@@ -36,10 +36,10 @@ class DescribeJobQueuesCommand 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_restJson1DescribeJobQueuesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeJobQueuesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeJobQueuesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeJobQueuesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeJobQueuesCommand = DescribeJobQueuesCommand;
@@ -36,10 +36,10 @@ class DescribeJobsCommand 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_restJson1DescribeJobsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeJobsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeJobsCommand = DescribeJobsCommand;
@@ -36,10 +36,10 @@ class DescribeSchedulingPoliciesCommand 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_restJson1DescribeSchedulingPoliciesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeSchedulingPoliciesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeSchedulingPoliciesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeSchedulingPoliciesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeSchedulingPoliciesCommand = DescribeSchedulingPoliciesCommand;
@@ -36,10 +36,10 @@ class ListJobsCommand 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_restJson1ListJobsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListJobsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListJobsCommand = ListJobsCommand;
@@ -36,10 +36,10 @@ class ListSchedulingPoliciesCommand 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_restJson1ListSchedulingPoliciesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSchedulingPoliciesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSchedulingPoliciesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSchedulingPoliciesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSchedulingPoliciesCommand = ListSchedulingPoliciesCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand 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_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class RegisterJobDefinitionCommand 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_restJson1RegisterJobDefinitionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RegisterJobDefinitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RegisterJobDefinitionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RegisterJobDefinitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RegisterJobDefinitionCommand = RegisterJobDefinitionCommand;
@@ -36,10 +36,10 @@ class SubmitJobCommand 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_restJson1SubmitJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SubmitJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SubmitJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SubmitJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SubmitJobCommand = SubmitJobCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand 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_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class TerminateJobCommand 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_restJson1TerminateJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TerminateJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TerminateJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TerminateJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TerminateJobCommand = TerminateJobCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand 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_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateComputeEnvironmentCommand 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_restJson1UpdateComputeEnvironmentCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateComputeEnvironmentCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateComputeEnvironmentCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateComputeEnvironmentCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateComputeEnvironmentCommand = UpdateComputeEnvironmentCommand;
@@ -36,10 +36,10 @@ class UpdateJobQueueCommand 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_restJson1UpdateJobQueueCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateJobQueueCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateJobQueueCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateJobQueueCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateJobQueueCommand = UpdateJobQueueCommand;
@@ -36,10 +36,10 @@ class UpdateSchedulingPolicyCommand 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_restJson1UpdateSchedulingPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateSchedulingPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSchedulingPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateSchedulingPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateSchedulingPolicyCommand = UpdateSchedulingPolicyCommand;