@aws-sdk/client-scheduler 3.306.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 (29) hide show
  1. package/dist-cjs/commands/CreateScheduleCommand.js +2 -2
  2. package/dist-cjs/commands/CreateScheduleGroupCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteScheduleGroupCommand.js +2 -2
  5. package/dist-cjs/commands/GetScheduleCommand.js +2 -2
  6. package/dist-cjs/commands/GetScheduleGroupCommand.js +2 -2
  7. package/dist-cjs/commands/ListScheduleGroupsCommand.js +2 -2
  8. package/dist-cjs/commands/ListSchedulesCommand.js +2 -2
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  10. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  11. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  12. package/dist-cjs/commands/UpdateScheduleCommand.js +2 -2
  13. package/dist-cjs/protocols/Aws_restJson1.js +247 -269
  14. package/dist-es/commands/CreateScheduleCommand.js +3 -3
  15. package/dist-es/commands/CreateScheduleGroupCommand.js +3 -3
  16. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  17. package/dist-es/commands/DeleteScheduleGroupCommand.js +3 -3
  18. package/dist-es/commands/GetScheduleCommand.js +3 -3
  19. package/dist-es/commands/GetScheduleGroupCommand.js +3 -3
  20. package/dist-es/commands/ListScheduleGroupsCommand.js +3 -3
  21. package/dist-es/commands/ListSchedulesCommand.js +3 -3
  22. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  23. package/dist-es/commands/TagResourceCommand.js +3 -3
  24. package/dist-es/commands/UntagResourceCommand.js +3 -3
  25. package/dist-es/commands/UpdateScheduleCommand.js +3 -3
  26. package/dist-es/protocols/Aws_restJson1.js +222 -244
  27. package/dist-types/protocols/Aws_restJson1.d.ts +96 -24
  28. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -24
  29. package/package.json +6 -6
@@ -36,10 +36,10 @@ class CreateScheduleCommand 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_restJson1CreateScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateScheduleCommand = CreateScheduleCommand;
@@ -36,10 +36,10 @@ class CreateScheduleGroupCommand 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_restJson1CreateScheduleGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateScheduleGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateScheduleGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateScheduleGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateScheduleGroupCommand = CreateScheduleGroupCommand;
@@ -36,10 +36,10 @@ class DeleteScheduleCommand 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_restJson1DeleteScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteScheduleCommand = DeleteScheduleCommand;
@@ -36,10 +36,10 @@ class DeleteScheduleGroupCommand 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_restJson1DeleteScheduleGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteScheduleGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteScheduleGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteScheduleGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteScheduleGroupCommand = DeleteScheduleGroupCommand;
@@ -36,10 +36,10 @@ class GetScheduleCommand 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_restJson1GetScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetScheduleCommand = GetScheduleCommand;
@@ -36,10 +36,10 @@ class GetScheduleGroupCommand 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_restJson1GetScheduleGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetScheduleGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetScheduleGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetScheduleGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetScheduleGroupCommand = GetScheduleGroupCommand;
@@ -36,10 +36,10 @@ class ListScheduleGroupsCommand 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_restJson1ListScheduleGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListScheduleGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListScheduleGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListScheduleGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListScheduleGroupsCommand = ListScheduleGroupsCommand;
@@ -36,10 +36,10 @@ class ListSchedulesCommand 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_restJson1ListSchedulesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSchedulesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSchedulesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSchedulesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSchedulesCommand = ListSchedulesCommand;
@@ -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 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 UpdateScheduleCommand 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_restJson1UpdateScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateScheduleCommand = UpdateScheduleCommand;