@aws-sdk/client-emr-serverless 3.306.0 → 3.310.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 (35) hide show
  1. package/dist-cjs/commands/CancelJobRunCommand.js +2 -2
  2. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  4. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  5. package/dist-cjs/commands/GetDashboardForJobRunCommand.js +2 -2
  6. package/dist-cjs/commands/GetJobRunCommand.js +2 -2
  7. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  8. package/dist-cjs/commands/ListJobRunsCommand.js +2 -2
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  10. package/dist-cjs/commands/StartApplicationCommand.js +2 -2
  11. package/dist-cjs/commands/StartJobRunCommand.js +2 -2
  12. package/dist-cjs/commands/StopApplicationCommand.js +2 -2
  13. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  14. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  15. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  16. package/dist-cjs/protocols/Aws_restJson1.js +269 -303
  17. package/dist-es/commands/CancelJobRunCommand.js +3 -3
  18. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  19. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  20. package/dist-es/commands/GetApplicationCommand.js +3 -3
  21. package/dist-es/commands/GetDashboardForJobRunCommand.js +3 -3
  22. package/dist-es/commands/GetJobRunCommand.js +3 -3
  23. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  24. package/dist-es/commands/ListJobRunsCommand.js +3 -3
  25. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  26. package/dist-es/commands/StartApplicationCommand.js +3 -3
  27. package/dist-es/commands/StartJobRunCommand.js +3 -3
  28. package/dist-es/commands/StopApplicationCommand.js +3 -3
  29. package/dist-es/commands/TagResourceCommand.js +3 -3
  30. package/dist-es/commands/UntagResourceCommand.js +3 -3
  31. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  32. package/dist-es/protocols/Aws_restJson1.js +238 -272
  33. package/dist-types/protocols/Aws_restJson1.d.ts +120 -30
  34. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +30 -30
  35. package/package.json +35 -35
@@ -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;
@@ -36,10 +36,10 @@ class CreateApplicationCommand 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_restJson1CreateApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateApplicationCommand = CreateApplicationCommand;
@@ -36,10 +36,10 @@ class DeleteApplicationCommand 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_restJson1DeleteApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
@@ -36,10 +36,10 @@ class GetApplicationCommand 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_restJson1GetApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetApplicationCommand = GetApplicationCommand;
@@ -36,10 +36,10 @@ class GetDashboardForJobRunCommand 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_restJson1GetDashboardForJobRunCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetDashboardForJobRunCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetDashboardForJobRunCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetDashboardForJobRunCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDashboardForJobRunCommand = GetDashboardForJobRunCommand;
@@ -37,10 +37,10 @@ class GetJobRunCommand 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_restJson1GetJobRunCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetJobRunCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetJobRunCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetJobRunCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetJobRunCommand = GetJobRunCommand;
@@ -36,10 +36,10 @@ class ListApplicationsCommand 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_restJson1ListApplicationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListApplicationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListApplicationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListApplicationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListApplicationsCommand = ListApplicationsCommand;
@@ -36,10 +36,10 @@ class ListJobRunsCommand 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_restJson1ListJobRunsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListJobRunsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListJobRunsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListJobRunsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListJobRunsCommand = ListJobRunsCommand;
@@ -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 StartApplicationCommand 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_restJson1StartApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartApplicationCommand = StartApplicationCommand;
@@ -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 StopApplicationCommand 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_restJson1StopApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopApplicationCommand = StopApplicationCommand;
@@ -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 UpdateApplicationCommand 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_restJson1UpdateApplicationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateApplicationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateApplicationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateApplicationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateApplicationCommand = UpdateApplicationCommand;