@aws-sdk/client-synthetics 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 (47) hide show
  1. package/dist-cjs/commands/AssociateResourceCommand.js +2 -2
  2. package/dist-cjs/commands/CreateCanaryCommand.js +2 -2
  3. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteCanaryCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeCanariesCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeCanariesLastRunCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeRuntimeVersionsCommand.js +2 -2
  9. package/dist-cjs/commands/DisassociateResourceCommand.js +2 -2
  10. package/dist-cjs/commands/GetCanaryCommand.js +2 -2
  11. package/dist-cjs/commands/GetCanaryRunsCommand.js +2 -2
  12. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  13. package/dist-cjs/commands/ListAssociatedGroupsCommand.js +2 -2
  14. package/dist-cjs/commands/ListGroupResourcesCommand.js +2 -2
  15. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  17. package/dist-cjs/commands/StartCanaryCommand.js +2 -2
  18. package/dist-cjs/commands/StopCanaryCommand.js +2 -2
  19. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  20. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  21. package/dist-cjs/commands/UpdateCanaryCommand.js +2 -2
  22. package/dist-cjs/protocols/Aws_restJson1.js +317 -341
  23. package/dist-es/commands/AssociateResourceCommand.js +3 -3
  24. package/dist-es/commands/CreateCanaryCommand.js +3 -3
  25. package/dist-es/commands/CreateGroupCommand.js +3 -3
  26. package/dist-es/commands/DeleteCanaryCommand.js +3 -3
  27. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  28. package/dist-es/commands/DescribeCanariesCommand.js +3 -3
  29. package/dist-es/commands/DescribeCanariesLastRunCommand.js +3 -3
  30. package/dist-es/commands/DescribeRuntimeVersionsCommand.js +3 -3
  31. package/dist-es/commands/DisassociateResourceCommand.js +3 -3
  32. package/dist-es/commands/GetCanaryCommand.js +3 -3
  33. package/dist-es/commands/GetCanaryRunsCommand.js +3 -3
  34. package/dist-es/commands/GetGroupCommand.js +3 -3
  35. package/dist-es/commands/ListAssociatedGroupsCommand.js +3 -3
  36. package/dist-es/commands/ListGroupResourcesCommand.js +3 -3
  37. package/dist-es/commands/ListGroupsCommand.js +3 -3
  38. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  39. package/dist-es/commands/StartCanaryCommand.js +3 -3
  40. package/dist-es/commands/StopCanaryCommand.js +3 -3
  41. package/dist-es/commands/TagResourceCommand.js +3 -3
  42. package/dist-es/commands/UntagResourceCommand.js +3 -3
  43. package/dist-es/commands/UpdateCanaryCommand.js +3 -3
  44. package/dist-es/protocols/Aws_restJson1.js +274 -298
  45. package/dist-types/protocols/Aws_restJson1.d.ts +168 -42
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +42 -42
  47. package/package.json +6 -6
@@ -36,10 +36,10 @@ class AssociateResourceCommand 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_restJson1AssociateResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateResourceCommand = AssociateResourceCommand;
@@ -36,10 +36,10 @@ class CreateCanaryCommand 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_restJson1CreateCanaryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateCanaryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateCanaryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateCanaryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateCanaryCommand = CreateCanaryCommand;
@@ -36,10 +36,10 @@ class CreateGroupCommand 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_restJson1CreateGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateGroupCommand = CreateGroupCommand;
@@ -36,10 +36,10 @@ class DeleteCanaryCommand 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_restJson1DeleteCanaryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteCanaryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteCanaryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteCanaryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteCanaryCommand = DeleteCanaryCommand;
@@ -36,10 +36,10 @@ class DeleteGroupCommand 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_restJson1DeleteGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteGroupCommand = DeleteGroupCommand;
@@ -36,10 +36,10 @@ class DescribeCanariesCommand 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_restJson1DescribeCanariesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeCanariesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeCanariesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeCanariesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeCanariesCommand = DescribeCanariesCommand;
@@ -36,10 +36,10 @@ class DescribeCanariesLastRunCommand 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_restJson1DescribeCanariesLastRunCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeCanariesLastRunCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeCanariesLastRunCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeCanariesLastRunCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeCanariesLastRunCommand = DescribeCanariesLastRunCommand;
@@ -36,10 +36,10 @@ class DescribeRuntimeVersionsCommand 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_restJson1DescribeRuntimeVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeRuntimeVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeRuntimeVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeRuntimeVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeRuntimeVersionsCommand = DescribeRuntimeVersionsCommand;
@@ -36,10 +36,10 @@ class DisassociateResourceCommand 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_restJson1DisassociateResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateResourceCommand = DisassociateResourceCommand;
@@ -36,10 +36,10 @@ class GetCanaryCommand 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_restJson1GetCanaryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCanaryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCanaryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCanaryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCanaryCommand = GetCanaryCommand;
@@ -36,10 +36,10 @@ class GetCanaryRunsCommand 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_restJson1GetCanaryRunsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCanaryRunsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCanaryRunsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCanaryRunsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCanaryRunsCommand = GetCanaryRunsCommand;
@@ -36,10 +36,10 @@ class GetGroupCommand 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_restJson1GetGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetGroupCommand = GetGroupCommand;
@@ -36,10 +36,10 @@ class ListAssociatedGroupsCommand 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_restJson1ListAssociatedGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAssociatedGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAssociatedGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAssociatedGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAssociatedGroupsCommand = ListAssociatedGroupsCommand;
@@ -36,10 +36,10 @@ class ListGroupResourcesCommand 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_restJson1ListGroupResourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListGroupResourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListGroupResourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListGroupResourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListGroupResourcesCommand = ListGroupResourcesCommand;
@@ -36,10 +36,10 @@ class ListGroupsCommand 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_restJson1ListGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListGroupsCommand = ListGroupsCommand;
@@ -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 StartCanaryCommand 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_restJson1StartCanaryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartCanaryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartCanaryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartCanaryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartCanaryCommand = StartCanaryCommand;
@@ -36,10 +36,10 @@ class StopCanaryCommand 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_restJson1StopCanaryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopCanaryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopCanaryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopCanaryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopCanaryCommand = StopCanaryCommand;
@@ -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 UpdateCanaryCommand 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_restJson1UpdateCanaryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateCanaryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateCanaryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateCanaryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateCanaryCommand = UpdateCanaryCommand;