@aws-sdk/client-signer 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 (39) hide show
  1. package/dist-cjs/commands/AddProfilePermissionCommand.js +2 -2
  2. package/dist-cjs/commands/CancelSigningProfileCommand.js +2 -2
  3. package/dist-cjs/commands/DescribeSigningJobCommand.js +2 -2
  4. package/dist-cjs/commands/GetSigningPlatformCommand.js +2 -2
  5. package/dist-cjs/commands/GetSigningProfileCommand.js +2 -2
  6. package/dist-cjs/commands/ListProfilePermissionsCommand.js +2 -2
  7. package/dist-cjs/commands/ListSigningJobsCommand.js +2 -2
  8. package/dist-cjs/commands/ListSigningPlatformsCommand.js +2 -2
  9. package/dist-cjs/commands/ListSigningProfilesCommand.js +2 -2
  10. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  11. package/dist-cjs/commands/PutSigningProfileCommand.js +2 -2
  12. package/dist-cjs/commands/RemoveProfilePermissionCommand.js +2 -2
  13. package/dist-cjs/commands/RevokeSignatureCommand.js +2 -2
  14. package/dist-cjs/commands/RevokeSigningProfileCommand.js +2 -2
  15. package/dist-cjs/commands/StartSigningJobCommand.js +2 -2
  16. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  17. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  18. package/dist-cjs/protocols/Aws_restJson1.js +279 -299
  19. package/dist-es/commands/AddProfilePermissionCommand.js +3 -3
  20. package/dist-es/commands/CancelSigningProfileCommand.js +3 -3
  21. package/dist-es/commands/DescribeSigningJobCommand.js +3 -3
  22. package/dist-es/commands/GetSigningPlatformCommand.js +3 -3
  23. package/dist-es/commands/GetSigningProfileCommand.js +3 -3
  24. package/dist-es/commands/ListProfilePermissionsCommand.js +3 -3
  25. package/dist-es/commands/ListSigningJobsCommand.js +3 -3
  26. package/dist-es/commands/ListSigningPlatformsCommand.js +3 -3
  27. package/dist-es/commands/ListSigningProfilesCommand.js +3 -3
  28. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  29. package/dist-es/commands/PutSigningProfileCommand.js +3 -3
  30. package/dist-es/commands/RemoveProfilePermissionCommand.js +3 -3
  31. package/dist-es/commands/RevokeSignatureCommand.js +3 -3
  32. package/dist-es/commands/RevokeSigningProfileCommand.js +3 -3
  33. package/dist-es/commands/StartSigningJobCommand.js +3 -3
  34. package/dist-es/commands/TagResourceCommand.js +3 -3
  35. package/dist-es/commands/UntagResourceCommand.js +3 -3
  36. package/dist-es/protocols/Aws_restJson1.js +244 -264
  37. package/dist-types/protocols/Aws_restJson1.d.ts +136 -34
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +34 -34
  39. package/package.json +6 -6
@@ -36,10 +36,10 @@ class AddProfilePermissionCommand 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_restJson1AddProfilePermissionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AddProfilePermissionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AddProfilePermissionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AddProfilePermissionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AddProfilePermissionCommand = AddProfilePermissionCommand;
@@ -36,10 +36,10 @@ class CancelSigningProfileCommand 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_restJson1CancelSigningProfileCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CancelSigningProfileCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CancelSigningProfileCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CancelSigningProfileCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CancelSigningProfileCommand = CancelSigningProfileCommand;
@@ -36,10 +36,10 @@ class DescribeSigningJobCommand 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_restJson1DescribeSigningJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeSigningJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeSigningJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeSigningJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeSigningJobCommand = DescribeSigningJobCommand;
@@ -36,10 +36,10 @@ class GetSigningPlatformCommand 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_restJson1GetSigningPlatformCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSigningPlatformCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSigningPlatformCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSigningPlatformCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSigningPlatformCommand = GetSigningPlatformCommand;
@@ -36,10 +36,10 @@ class GetSigningProfileCommand 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_restJson1GetSigningProfileCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSigningProfileCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSigningProfileCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSigningProfileCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSigningProfileCommand = GetSigningProfileCommand;
@@ -36,10 +36,10 @@ class ListProfilePermissionsCommand 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_restJson1ListProfilePermissionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListProfilePermissionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListProfilePermissionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListProfilePermissionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListProfilePermissionsCommand = ListProfilePermissionsCommand;
@@ -36,10 +36,10 @@ class ListSigningJobsCommand 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_restJson1ListSigningJobsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSigningJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSigningJobsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSigningJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSigningJobsCommand = ListSigningJobsCommand;
@@ -36,10 +36,10 @@ class ListSigningPlatformsCommand 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_restJson1ListSigningPlatformsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSigningPlatformsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSigningPlatformsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSigningPlatformsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSigningPlatformsCommand = ListSigningPlatformsCommand;
@@ -36,10 +36,10 @@ class ListSigningProfilesCommand 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_restJson1ListSigningProfilesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSigningProfilesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSigningProfilesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSigningProfilesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSigningProfilesCommand = ListSigningProfilesCommand;
@@ -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 PutSigningProfileCommand 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_restJson1PutSigningProfileCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutSigningProfileCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutSigningProfileCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutSigningProfileCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutSigningProfileCommand = PutSigningProfileCommand;
@@ -36,10 +36,10 @@ class RemoveProfilePermissionCommand 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_restJson1RemoveProfilePermissionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RemoveProfilePermissionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveProfilePermissionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RemoveProfilePermissionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RemoveProfilePermissionCommand = RemoveProfilePermissionCommand;
@@ -36,10 +36,10 @@ class RevokeSignatureCommand 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_restJson1RevokeSignatureCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RevokeSignatureCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RevokeSignatureCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RevokeSignatureCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RevokeSignatureCommand = RevokeSignatureCommand;
@@ -36,10 +36,10 @@ class RevokeSigningProfileCommand 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_restJson1RevokeSigningProfileCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RevokeSigningProfileCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RevokeSigningProfileCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RevokeSigningProfileCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RevokeSigningProfileCommand = RevokeSigningProfileCommand;
@@ -36,10 +36,10 @@ class StartSigningJobCommand 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_restJson1StartSigningJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartSigningJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartSigningJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartSigningJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartSigningJobCommand = StartSigningJobCommand;
@@ -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;