@aws-sdk/client-emr-containers 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 (43) hide show
  1. package/dist-cjs/commands/CancelJobRunCommand.js +2 -2
  2. package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -2
  3. package/dist-cjs/commands/CreateManagedEndpointCommand.js +2 -2
  4. package/dist-cjs/commands/CreateVirtualClusterCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteManagedEndpointCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteVirtualClusterCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeJobRunCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeJobTemplateCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeManagedEndpointCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeVirtualClusterCommand.js +2 -2
  12. package/dist-cjs/commands/ListJobRunsCommand.js +2 -2
  13. package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -2
  14. package/dist-cjs/commands/ListManagedEndpointsCommand.js +2 -2
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-cjs/commands/ListVirtualClustersCommand.js +2 -2
  17. package/dist-cjs/commands/StartJobRunCommand.js +2 -2
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  20. package/dist-cjs/protocols/Aws_restJson1.js +305 -329
  21. package/dist-es/commands/CancelJobRunCommand.js +3 -3
  22. package/dist-es/commands/CreateJobTemplateCommand.js +3 -3
  23. package/dist-es/commands/CreateManagedEndpointCommand.js +3 -3
  24. package/dist-es/commands/CreateVirtualClusterCommand.js +3 -3
  25. package/dist-es/commands/DeleteJobTemplateCommand.js +3 -3
  26. package/dist-es/commands/DeleteManagedEndpointCommand.js +3 -3
  27. package/dist-es/commands/DeleteVirtualClusterCommand.js +3 -3
  28. package/dist-es/commands/DescribeJobRunCommand.js +3 -3
  29. package/dist-es/commands/DescribeJobTemplateCommand.js +3 -3
  30. package/dist-es/commands/DescribeManagedEndpointCommand.js +3 -3
  31. package/dist-es/commands/DescribeVirtualClusterCommand.js +3 -3
  32. package/dist-es/commands/ListJobRunsCommand.js +3 -3
  33. package/dist-es/commands/ListJobTemplatesCommand.js +3 -3
  34. package/dist-es/commands/ListManagedEndpointsCommand.js +3 -3
  35. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  36. package/dist-es/commands/ListVirtualClustersCommand.js +3 -3
  37. package/dist-es/commands/StartJobRunCommand.js +3 -3
  38. package/dist-es/commands/TagResourceCommand.js +3 -3
  39. package/dist-es/commands/UntagResourceCommand.js +3 -3
  40. package/dist-es/protocols/Aws_restJson1.js +266 -290
  41. package/dist-types/protocols/Aws_restJson1.d.ts +152 -38
  42. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +38 -38
  43. package/package.json +29 -29
@@ -36,10 +36,10 @@ class CancelJobRunCommand 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_restJson1CancelJobRunCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CancelJobRunCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CancelJobRunCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CancelJobRunCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelJobRunCommand = CancelJobRunCommand;
@@ -37,10 +37,10 @@ class CreateJobTemplateCommand 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_restJson1CreateJobTemplateCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateJobTemplateCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateJobTemplateCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateJobTemplateCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateJobTemplateCommand = CreateJobTemplateCommand;
@@ -37,10 +37,10 @@ class CreateManagedEndpointCommand 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_restJson1CreateManagedEndpointCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateManagedEndpointCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateManagedEndpointCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateManagedEndpointCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateManagedEndpointCommand = CreateManagedEndpointCommand;
@@ -36,10 +36,10 @@ class CreateVirtualClusterCommand 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_restJson1CreateVirtualClusterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateVirtualClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateVirtualClusterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateVirtualClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateVirtualClusterCommand = CreateVirtualClusterCommand;
@@ -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 DeleteManagedEndpointCommand 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_restJson1DeleteManagedEndpointCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteManagedEndpointCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteManagedEndpointCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteManagedEndpointCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteManagedEndpointCommand = DeleteManagedEndpointCommand;
@@ -36,10 +36,10 @@ class DeleteVirtualClusterCommand 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_restJson1DeleteVirtualClusterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteVirtualClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteVirtualClusterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteVirtualClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteVirtualClusterCommand = DeleteVirtualClusterCommand;
@@ -37,10 +37,10 @@ class DescribeJobRunCommand 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_restJson1DescribeJobRunCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DescribeJobRunCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeJobRunCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DescribeJobRunCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeJobRunCommand = DescribeJobRunCommand;
@@ -37,10 +37,10 @@ class DescribeJobTemplateCommand 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_restJson1DescribeJobTemplateCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DescribeJobTemplateCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeJobTemplateCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DescribeJobTemplateCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeJobTemplateCommand = DescribeJobTemplateCommand;
@@ -37,10 +37,10 @@ class DescribeManagedEndpointCommand 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_restJson1DescribeManagedEndpointCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_DescribeManagedEndpointCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeManagedEndpointCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_DescribeManagedEndpointCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.DescribeManagedEndpointCommand = DescribeManagedEndpointCommand;
@@ -36,10 +36,10 @@ class DescribeVirtualClusterCommand 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_restJson1DescribeVirtualClusterCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeVirtualClusterCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeVirtualClusterCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeVirtualClusterCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeVirtualClusterCommand = DescribeVirtualClusterCommand;
@@ -37,10 +37,10 @@ class ListJobRunsCommand 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_restJson1ListJobRunsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListJobRunsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListJobRunsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListJobRunsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListJobRunsCommand = ListJobRunsCommand;
@@ -37,10 +37,10 @@ class ListJobTemplatesCommand 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_restJson1ListJobTemplatesCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListJobTemplatesCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListJobTemplatesCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListJobTemplatesCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListJobTemplatesCommand = ListJobTemplatesCommand;
@@ -37,10 +37,10 @@ class ListManagedEndpointsCommand 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_restJson1ListManagedEndpointsCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListManagedEndpointsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListManagedEndpointsCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListManagedEndpointsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListManagedEndpointsCommand = ListManagedEndpointsCommand;
@@ -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 ListVirtualClustersCommand 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_restJson1ListVirtualClustersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListVirtualClustersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListVirtualClustersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListVirtualClustersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListVirtualClustersCommand = ListVirtualClustersCommand;
@@ -37,10 +37,10 @@ class StartJobRunCommand 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_restJson1StartJobRunCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_StartJobRunCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartJobRunCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_StartJobRunCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.StartJobRunCommand = StartJobRunCommand;
@@ -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;