@aws-sdk/client-mediaconvert 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 (61) hide show
  1. package/dist-cjs/commands/AssociateCertificateCommand.js +2 -2
  2. package/dist-cjs/commands/CancelJobCommand.js +2 -2
  3. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  4. package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -2
  5. package/dist-cjs/commands/CreatePresetCommand.js +2 -2
  6. package/dist-cjs/commands/CreateQueueCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -2
  8. package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeletePresetCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteQueueCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
  12. package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -2
  13. package/dist-cjs/commands/GetJobCommand.js +2 -2
  14. package/dist-cjs/commands/GetJobTemplateCommand.js +2 -2
  15. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  16. package/dist-cjs/commands/GetPresetCommand.js +2 -2
  17. package/dist-cjs/commands/GetQueueCommand.js +2 -2
  18. package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -2
  19. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  20. package/dist-cjs/commands/ListPresetsCommand.js +2 -2
  21. package/dist-cjs/commands/ListQueuesCommand.js +2 -2
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-cjs/commands/PutPolicyCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -2
  27. package/dist-cjs/commands/UpdatePresetCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateQueueCommand.js +2 -2
  29. package/dist-cjs/protocols/Aws_restJson1.js +1278 -1624
  30. package/dist-es/commands/AssociateCertificateCommand.js +3 -3
  31. package/dist-es/commands/CancelJobCommand.js +3 -3
  32. package/dist-es/commands/CreateJobCommand.js +3 -3
  33. package/dist-es/commands/CreateJobTemplateCommand.js +3 -3
  34. package/dist-es/commands/CreatePresetCommand.js +3 -3
  35. package/dist-es/commands/CreateQueueCommand.js +3 -3
  36. package/dist-es/commands/DeleteJobTemplateCommand.js +3 -3
  37. package/dist-es/commands/DeletePolicyCommand.js +3 -3
  38. package/dist-es/commands/DeletePresetCommand.js +3 -3
  39. package/dist-es/commands/DeleteQueueCommand.js +3 -3
  40. package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
  41. package/dist-es/commands/DisassociateCertificateCommand.js +3 -3
  42. package/dist-es/commands/GetJobCommand.js +3 -3
  43. package/dist-es/commands/GetJobTemplateCommand.js +3 -3
  44. package/dist-es/commands/GetPolicyCommand.js +3 -3
  45. package/dist-es/commands/GetPresetCommand.js +3 -3
  46. package/dist-es/commands/GetQueueCommand.js +3 -3
  47. package/dist-es/commands/ListJobTemplatesCommand.js +3 -3
  48. package/dist-es/commands/ListJobsCommand.js +3 -3
  49. package/dist-es/commands/ListPresetsCommand.js +3 -3
  50. package/dist-es/commands/ListQueuesCommand.js +3 -3
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-es/commands/PutPolicyCommand.js +3 -3
  53. package/dist-es/commands/TagResourceCommand.js +3 -3
  54. package/dist-es/commands/UntagResourceCommand.js +3 -3
  55. package/dist-es/commands/UpdateJobTemplateCommand.js +3 -3
  56. package/dist-es/commands/UpdatePresetCommand.js +3 -3
  57. package/dist-es/commands/UpdateQueueCommand.js +3 -3
  58. package/dist-es/protocols/Aws_restJson1.js +1220 -1566
  59. package/dist-types/protocols/Aws_restJson1.d.ts +224 -56
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +56 -56
  61. package/package.json +29 -29
@@ -36,10 +36,10 @@ class AssociateCertificateCommand 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_restJson1AssociateCertificateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateCertificateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateCertificateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateCertificateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateCertificateCommand = AssociateCertificateCommand;
@@ -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 CreateJobCommand 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_restJson1CreateJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateJobCommand = CreateJobCommand;
@@ -36,10 +36,10 @@ class CreateJobTemplateCommand 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_restJson1CreateJobTemplateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateJobTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateJobTemplateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateJobTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateJobTemplateCommand = CreateJobTemplateCommand;
@@ -36,10 +36,10 @@ class CreatePresetCommand 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_restJson1CreatePresetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreatePresetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePresetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreatePresetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreatePresetCommand = CreatePresetCommand;
@@ -36,10 +36,10 @@ class CreateQueueCommand 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_restJson1CreateQueueCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateQueueCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateQueueCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateQueueCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateQueueCommand = CreateQueueCommand;
@@ -36,10 +36,10 @@ class DeleteJobTemplateCommand 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_restJson1DeleteJobTemplateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteJobTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteJobTemplateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteJobTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteJobTemplateCommand = DeleteJobTemplateCommand;
@@ -36,10 +36,10 @@ class DeletePolicyCommand 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_restJson1DeletePolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePolicyCommand = DeletePolicyCommand;
@@ -36,10 +36,10 @@ class DeletePresetCommand 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_restJson1DeletePresetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePresetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePresetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePresetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePresetCommand = DeletePresetCommand;
@@ -36,10 +36,10 @@ class DeleteQueueCommand 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_restJson1DeleteQueueCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteQueueCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteQueueCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteQueueCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteQueueCommand = DeleteQueueCommand;
@@ -36,10 +36,10 @@ class DescribeEndpointsCommand 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_restJson1DescribeEndpointsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeEndpointsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeEndpointsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeEndpointsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeEndpointsCommand = DescribeEndpointsCommand;
@@ -36,10 +36,10 @@ class DisassociateCertificateCommand 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_restJson1DisassociateCertificateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateCertificateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateCertificateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateCertificateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateCertificateCommand = DisassociateCertificateCommand;
@@ -36,10 +36,10 @@ class GetJobCommand 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_restJson1GetJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetJobCommand = GetJobCommand;
@@ -36,10 +36,10 @@ class GetJobTemplateCommand 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_restJson1GetJobTemplateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetJobTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetJobTemplateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetJobTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetJobTemplateCommand = GetJobTemplateCommand;
@@ -36,10 +36,10 @@ class GetPolicyCommand 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_restJson1GetPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPolicyCommand = GetPolicyCommand;
@@ -36,10 +36,10 @@ class GetPresetCommand 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_restJson1GetPresetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetPresetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetPresetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetPresetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPresetCommand = GetPresetCommand;
@@ -36,10 +36,10 @@ class GetQueueCommand 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_restJson1GetQueueCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetQueueCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetQueueCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetQueueCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetQueueCommand = GetQueueCommand;
@@ -36,10 +36,10 @@ class ListJobTemplatesCommand 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_restJson1ListJobTemplatesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListJobTemplatesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListJobTemplatesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListJobTemplatesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListJobTemplatesCommand = ListJobTemplatesCommand;
@@ -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 ListPresetsCommand 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_restJson1ListPresetsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPresetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPresetsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPresetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPresetsCommand = ListPresetsCommand;
@@ -36,10 +36,10 @@ class ListQueuesCommand 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_restJson1ListQueuesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListQueuesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListQueuesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListQueuesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListQueuesCommand = ListQueuesCommand;
@@ -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 PutPolicyCommand 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_restJson1PutPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutPolicyCommand = PutPolicyCommand;
@@ -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 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 UpdateJobTemplateCommand 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_restJson1UpdateJobTemplateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateJobTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateJobTemplateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateJobTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateJobTemplateCommand = UpdateJobTemplateCommand;
@@ -36,10 +36,10 @@ class UpdatePresetCommand 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_restJson1UpdatePresetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdatePresetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePresetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdatePresetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdatePresetCommand = UpdatePresetCommand;
@@ -36,10 +36,10 @@ class UpdateQueueCommand 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_restJson1UpdateQueueCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateQueueCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateQueueCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateQueueCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateQueueCommand = UpdateQueueCommand;