@aws-sdk/client-signer 3.490.0 → 3.495.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 (38) hide show
  1. package/dist-cjs/Signer.js +1 -49
  2. package/dist-cjs/SignerClient.js +1 -43
  3. package/dist-cjs/commands/AddProfilePermissionCommand.js +1 -28
  4. package/dist-cjs/commands/CancelSigningProfileCommand.js +1 -28
  5. package/dist-cjs/commands/DescribeSigningJobCommand.js +1 -28
  6. package/dist-cjs/commands/GetRevocationStatusCommand.js +1 -28
  7. package/dist-cjs/commands/GetSigningPlatformCommand.js +1 -28
  8. package/dist-cjs/commands/GetSigningProfileCommand.js +1 -28
  9. package/dist-cjs/commands/ListProfilePermissionsCommand.js +1 -28
  10. package/dist-cjs/commands/ListSigningJobsCommand.js +1 -28
  11. package/dist-cjs/commands/ListSigningPlatformsCommand.js +1 -28
  12. package/dist-cjs/commands/ListSigningProfilesCommand.js +1 -28
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  14. package/dist-cjs/commands/PutSigningProfileCommand.js +1 -28
  15. package/dist-cjs/commands/RemoveProfilePermissionCommand.js +1 -28
  16. package/dist-cjs/commands/RevokeSignatureCommand.js +1 -28
  17. package/dist-cjs/commands/RevokeSigningProfileCommand.js +1 -28
  18. package/dist-cjs/commands/SignPayloadCommand.js +1 -28
  19. package/dist-cjs/commands/StartSigningJobCommand.js +1 -28
  20. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  21. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  22. package/dist-cjs/commands/index.js +1 -22
  23. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  24. package/dist-cjs/extensionConfiguration.js +1 -2
  25. package/dist-cjs/index.js +2261 -12
  26. package/dist-cjs/models/SignerServiceException.js +1 -12
  27. package/dist-cjs/models/index.js +1 -4
  28. package/dist-cjs/models/models_0.js +1 -175
  29. package/dist-cjs/pagination/Interfaces.js +1 -2
  30. package/dist-cjs/pagination/ListSigningJobsPaginator.js +1 -7
  31. package/dist-cjs/pagination/ListSigningPlatformsPaginator.js +1 -7
  32. package/dist-cjs/pagination/ListSigningProfilesPaginator.js +1 -7
  33. package/dist-cjs/pagination/index.js +1 -7
  34. package/dist-cjs/protocols/Aws_restJson1.js +1 -1450
  35. package/dist-cjs/runtimeExtensions.js +1 -22
  36. package/dist-cjs/waiters/index.js +1 -4
  37. package/dist-cjs/waiters/waitForSuccessfulSigningJob.js +1 -48
  38. package/package.json +41 -41
@@ -1,49 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Signer = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AddProfilePermissionCommand_1 = require("./commands/AddProfilePermissionCommand");
6
- const CancelSigningProfileCommand_1 = require("./commands/CancelSigningProfileCommand");
7
- const DescribeSigningJobCommand_1 = require("./commands/DescribeSigningJobCommand");
8
- const GetRevocationStatusCommand_1 = require("./commands/GetRevocationStatusCommand");
9
- const GetSigningPlatformCommand_1 = require("./commands/GetSigningPlatformCommand");
10
- const GetSigningProfileCommand_1 = require("./commands/GetSigningProfileCommand");
11
- const ListProfilePermissionsCommand_1 = require("./commands/ListProfilePermissionsCommand");
12
- const ListSigningJobsCommand_1 = require("./commands/ListSigningJobsCommand");
13
- const ListSigningPlatformsCommand_1 = require("./commands/ListSigningPlatformsCommand");
14
- const ListSigningProfilesCommand_1 = require("./commands/ListSigningProfilesCommand");
15
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
16
- const PutSigningProfileCommand_1 = require("./commands/PutSigningProfileCommand");
17
- const RemoveProfilePermissionCommand_1 = require("./commands/RemoveProfilePermissionCommand");
18
- const RevokeSignatureCommand_1 = require("./commands/RevokeSignatureCommand");
19
- const RevokeSigningProfileCommand_1 = require("./commands/RevokeSigningProfileCommand");
20
- const SignPayloadCommand_1 = require("./commands/SignPayloadCommand");
21
- const StartSigningJobCommand_1 = require("./commands/StartSigningJobCommand");
22
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
23
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
24
- const SignerClient_1 = require("./SignerClient");
25
- const commands = {
26
- AddProfilePermissionCommand: AddProfilePermissionCommand_1.AddProfilePermissionCommand,
27
- CancelSigningProfileCommand: CancelSigningProfileCommand_1.CancelSigningProfileCommand,
28
- DescribeSigningJobCommand: DescribeSigningJobCommand_1.DescribeSigningJobCommand,
29
- GetRevocationStatusCommand: GetRevocationStatusCommand_1.GetRevocationStatusCommand,
30
- GetSigningPlatformCommand: GetSigningPlatformCommand_1.GetSigningPlatformCommand,
31
- GetSigningProfileCommand: GetSigningProfileCommand_1.GetSigningProfileCommand,
32
- ListProfilePermissionsCommand: ListProfilePermissionsCommand_1.ListProfilePermissionsCommand,
33
- ListSigningJobsCommand: ListSigningJobsCommand_1.ListSigningJobsCommand,
34
- ListSigningPlatformsCommand: ListSigningPlatformsCommand_1.ListSigningPlatformsCommand,
35
- ListSigningProfilesCommand: ListSigningProfilesCommand_1.ListSigningProfilesCommand,
36
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
37
- PutSigningProfileCommand: PutSigningProfileCommand_1.PutSigningProfileCommand,
38
- RemoveProfilePermissionCommand: RemoveProfilePermissionCommand_1.RemoveProfilePermissionCommand,
39
- RevokeSignatureCommand: RevokeSignatureCommand_1.RevokeSignatureCommand,
40
- RevokeSigningProfileCommand: RevokeSigningProfileCommand_1.RevokeSigningProfileCommand,
41
- SignPayloadCommand: SignPayloadCommand_1.SignPayloadCommand,
42
- StartSigningJobCommand: StartSigningJobCommand_1.StartSigningJobCommand,
43
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
44
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
45
- };
46
- class Signer extends SignerClient_1.SignerClient {
47
- }
48
- exports.Signer = Signer;
49
- (0, smithy_client_1.createAggregatedClient)(commands, Signer);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SignerClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class SignerClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.SignerClient = SignerClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddProfilePermissionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class AddProfilePermissionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "AddProfilePermission", {})
22
- .n("SignerClient", "AddProfilePermissionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddProfilePermissionCommand)
25
- .de(Aws_restJson1_1.de_AddProfilePermissionCommand)
26
- .build() {
27
- }
28
- exports.AddProfilePermissionCommand = AddProfilePermissionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelSigningProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelSigningProfileCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "CancelSigningProfile", {})
22
- .n("SignerClient", "CancelSigningProfileCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelSigningProfileCommand)
25
- .de(Aws_restJson1_1.de_CancelSigningProfileCommand)
26
- .build() {
27
- }
28
- exports.CancelSigningProfileCommand = CancelSigningProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSigningJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeSigningJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "DescribeSigningJob", {})
22
- .n("SignerClient", "DescribeSigningJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeSigningJobCommand)
25
- .de(Aws_restJson1_1.de_DescribeSigningJobCommand)
26
- .build() {
27
- }
28
- exports.DescribeSigningJobCommand = DescribeSigningJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRevocationStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetRevocationStatusCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "GetRevocationStatus", {})
22
- .n("SignerClient", "GetRevocationStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetRevocationStatusCommand)
25
- .de(Aws_restJson1_1.de_GetRevocationStatusCommand)
26
- .build() {
27
- }
28
- exports.GetRevocationStatusCommand = GetRevocationStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSigningPlatformCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSigningPlatformCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "GetSigningPlatform", {})
22
- .n("SignerClient", "GetSigningPlatformCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSigningPlatformCommand)
25
- .de(Aws_restJson1_1.de_GetSigningPlatformCommand)
26
- .build() {
27
- }
28
- exports.GetSigningPlatformCommand = GetSigningPlatformCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSigningProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSigningProfileCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "GetSigningProfile", {})
22
- .n("SignerClient", "GetSigningProfileCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSigningProfileCommand)
25
- .de(Aws_restJson1_1.de_GetSigningProfileCommand)
26
- .build() {
27
- }
28
- exports.GetSigningProfileCommand = GetSigningProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProfilePermissionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListProfilePermissionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "ListProfilePermissions", {})
22
- .n("SignerClient", "ListProfilePermissionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListProfilePermissionsCommand)
25
- .de(Aws_restJson1_1.de_ListProfilePermissionsCommand)
26
- .build() {
27
- }
28
- exports.ListProfilePermissionsCommand = ListProfilePermissionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSigningJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListSigningJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "ListSigningJobs", {})
22
- .n("SignerClient", "ListSigningJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSigningJobsCommand)
25
- .de(Aws_restJson1_1.de_ListSigningJobsCommand)
26
- .build() {
27
- }
28
- exports.ListSigningJobsCommand = ListSigningJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSigningPlatformsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListSigningPlatformsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "ListSigningPlatforms", {})
22
- .n("SignerClient", "ListSigningPlatformsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSigningPlatformsCommand)
25
- .de(Aws_restJson1_1.de_ListSigningPlatformsCommand)
26
- .build() {
27
- }
28
- exports.ListSigningPlatformsCommand = ListSigningPlatformsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSigningProfilesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListSigningProfilesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "ListSigningProfiles", {})
22
- .n("SignerClient", "ListSigningProfilesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSigningProfilesCommand)
25
- .de(Aws_restJson1_1.de_ListSigningProfilesCommand)
26
- .build() {
27
- }
28
- exports.ListSigningProfilesCommand = ListSigningProfilesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "ListTagsForResource", {})
22
- .n("SignerClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutSigningProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutSigningProfileCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "PutSigningProfile", {})
22
- .n("SignerClient", "PutSigningProfileCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutSigningProfileCommand)
25
- .de(Aws_restJson1_1.de_PutSigningProfileCommand)
26
- .build() {
27
- }
28
- exports.PutSigningProfileCommand = PutSigningProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveProfilePermissionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RemoveProfilePermissionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "RemoveProfilePermission", {})
22
- .n("SignerClient", "RemoveProfilePermissionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RemoveProfilePermissionCommand)
25
- .de(Aws_restJson1_1.de_RemoveProfilePermissionCommand)
26
- .build() {
27
- }
28
- exports.RemoveProfilePermissionCommand = RemoveProfilePermissionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RevokeSignatureCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RevokeSignatureCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "RevokeSignature", {})
22
- .n("SignerClient", "RevokeSignatureCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RevokeSignatureCommand)
25
- .de(Aws_restJson1_1.de_RevokeSignatureCommand)
26
- .build() {
27
- }
28
- exports.RevokeSignatureCommand = RevokeSignatureCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RevokeSigningProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RevokeSigningProfileCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "RevokeSigningProfile", {})
22
- .n("SignerClient", "RevokeSigningProfileCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RevokeSigningProfileCommand)
25
- .de(Aws_restJson1_1.de_RevokeSigningProfileCommand)
26
- .build() {
27
- }
28
- exports.RevokeSigningProfileCommand = RevokeSigningProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SignPayloadCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SignPayloadCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "SignPayload", {})
22
- .n("SignerClient", "SignPayloadCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SignPayloadCommand)
25
- .de(Aws_restJson1_1.de_SignPayloadCommand)
26
- .build() {
27
- }
28
- exports.SignPayloadCommand = SignPayloadCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartSigningJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StartSigningJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "StartSigningJob", {})
22
- .n("SignerClient", "StartSigningJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartSigningJobCommand)
25
- .de(Aws_restJson1_1.de_StartSigningJobCommand)
26
- .build() {
27
- }
28
- exports.StartSigningJobCommand = StartSigningJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("WallabyService", "TagResource", {})
22
- .n("SignerClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");