@aws-sdk/client-signer 3.35.0 → 3.38.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.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/Signer.js +0 -20
- package/dist-cjs/SignerClient.js +0 -25
- package/dist-cjs/commands/AddProfilePermissionCommand.js +0 -25
- package/dist-cjs/commands/CancelSigningProfileCommand.js +0 -28
- package/dist-cjs/commands/DescribeSigningJobCommand.js +0 -27
- package/dist-cjs/commands/GetSigningPlatformCommand.js +0 -25
- package/dist-cjs/commands/GetSigningProfileCommand.js +0 -25
- package/dist-cjs/commands/ListProfilePermissionsCommand.js +0 -25
- package/dist-cjs/commands/ListSigningJobsCommand.js +0 -31
- package/dist-cjs/commands/ListSigningPlatformsCommand.js +0 -31
- package/dist-cjs/commands/ListSigningProfilesCommand.js +0 -32
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutSigningProfileCommand.js +0 -27
- package/dist-cjs/commands/RemoveProfilePermissionCommand.js +0 -25
- package/dist-cjs/commands/RevokeSignatureCommand.js +0 -26
- package/dist-cjs/commands/RevokeSigningProfileCommand.js +0 -27
- package/dist-cjs/commands/StartSigningJobCommand.js +0 -52
- package/dist-cjs/commands/TagResourceCommand.js +0 -28
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/index.js +20 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +5 -25
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -184
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListSigningJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListSigningPlatformsPaginator.js +0 -11
- package/dist-cjs/pagination/ListSigningProfilesPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForSuccessfulSigningJob.js +0 -10
- package/dist-es/Signer.js +0 -1
- package/dist-es/SignerClient.js +0 -1
- package/dist-es/commands/AddProfilePermissionCommand.js +0 -1
- package/dist-es/commands/CancelSigningProfileCommand.js +0 -1
- package/dist-es/commands/DescribeSigningJobCommand.js +0 -1
- package/dist-es/commands/GetSigningPlatformCommand.js +0 -1
- package/dist-es/commands/GetSigningProfileCommand.js +0 -1
- package/dist-es/commands/ListProfilePermissionsCommand.js +0 -1
- package/dist-es/commands/ListSigningJobsCommand.js +0 -1
- package/dist-es/commands/ListSigningPlatformsCommand.js +0 -1
- package/dist-es/commands/ListSigningProfilesCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/PutSigningProfileCommand.js +0 -1
- package/dist-es/commands/RemoveProfilePermissionCommand.js +0 -1
- package/dist-es/commands/RevokeSignatureCommand.js +0 -1
- package/dist-es/commands/RevokeSigningProfileCommand.js +0 -1
- package/dist-es/commands/StartSigningJobCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/index.js +17 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +5 -25
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListSigningJobsPaginator.js +0 -1
- package/dist-es/pagination/ListSigningPlatformsPaginator.js +0 -1
- package/dist-es/pagination/ListSigningProfilesPaginator.js +0 -1
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForSuccessfulSigningJob.js +0 -1
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/index.d.ts +5 -24
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/Signer.d.ts +18 -130
- package/dist-types/ts3.4/SignerClient.d.ts +24 -105
- package/dist-types/ts3.4/commands/AddProfilePermissionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CancelSigningProfileCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeSigningJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetSigningPlatformCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSigningProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProfilePermissionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListSigningJobsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListSigningPlatformsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListSigningProfilesCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutSigningProfileCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/RemoveProfilePermissionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RevokeSignatureCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RevokeSigningProfileCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartSigningJobCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/index.d.ts +5 -24
- package/dist-types/ts3.4/models/models_0.d.ts +279 -902
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForSuccessfulSigningJob.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +34 -31
- package/dist-cjs/Signer.js.map +0 -1
- package/dist-cjs/SignerClient.js.map +0 -1
- package/dist-cjs/commands/AddProfilePermissionCommand.js.map +0 -1
- package/dist-cjs/commands/CancelSigningProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSigningJobCommand.js.map +0 -1
- package/dist-cjs/commands/GetSigningPlatformCommand.js.map +0 -1
- package/dist-cjs/commands/GetSigningProfileCommand.js.map +0 -1
- package/dist-cjs/commands/ListProfilePermissionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListSigningJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListSigningPlatformsCommand.js.map +0 -1
- package/dist-cjs/commands/ListSigningProfilesCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/PutSigningProfileCommand.js.map +0 -1
- package/dist-cjs/commands/RemoveProfilePermissionCommand.js.map +0 -1
- package/dist-cjs/commands/RevokeSignatureCommand.js.map +0 -1
- package/dist-cjs/commands/RevokeSigningProfileCommand.js.map +0 -1
- package/dist-cjs/commands/StartSigningJobCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListSigningJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSigningPlatformsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSigningProfilesPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-cjs/waiters/waitForSuccessfulSigningJob.js.map +0 -1
- package/dist-es/Signer.js.map +0 -1
- package/dist-es/SignerClient.js.map +0 -1
- package/dist-es/commands/AddProfilePermissionCommand.js.map +0 -1
- package/dist-es/commands/CancelSigningProfileCommand.js.map +0 -1
- package/dist-es/commands/DescribeSigningJobCommand.js.map +0 -1
- package/dist-es/commands/GetSigningPlatformCommand.js.map +0 -1
- package/dist-es/commands/GetSigningProfileCommand.js.map +0 -1
- package/dist-es/commands/ListProfilePermissionsCommand.js.map +0 -1
- package/dist-es/commands/ListSigningJobsCommand.js.map +0 -1
- package/dist-es/commands/ListSigningPlatformsCommand.js.map +0 -1
- package/dist-es/commands/ListSigningProfilesCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/PutSigningProfileCommand.js.map +0 -1
- package/dist-es/commands/RemoveProfilePermissionCommand.js.map +0 -1
- package/dist-es/commands/RevokeSignatureCommand.js.map +0 -1
- package/dist-es/commands/RevokeSigningProfileCommand.js.map +0 -1
- package/dist-es/commands/StartSigningJobCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListSigningJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListSigningPlatformsPaginator.js.map +0 -1
- package/dist-es/pagination/ListSigningProfilesPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/dist-es/waiters/waitForSuccessfulSigningJob.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Signer.ts +0 -703
- package/src/SignerClient.ts +0 -327
- package/src/commands/AddProfilePermissionCommand.ts +0 -95
- package/src/commands/CancelSigningProfileCommand.ts +0 -98
- package/src/commands/DescribeSigningJobCommand.ts +0 -97
- package/src/commands/GetSigningPlatformCommand.ts +0 -95
- package/src/commands/GetSigningProfileCommand.ts +0 -95
- package/src/commands/ListProfilePermissionsCommand.ts +0 -95
- package/src/commands/ListSigningJobsCommand.ts +0 -101
- package/src/commands/ListSigningPlatformsCommand.ts +0 -101
- package/src/commands/ListSigningProfilesCommand.ts +0 -102
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/PutSigningProfileCommand.ts +0 -97
- package/src/commands/RemoveProfilePermissionCommand.ts +0 -95
- package/src/commands/RevokeSignatureCommand.ts +0 -96
- package/src/commands/RevokeSigningProfileCommand.ts +0 -97
- package/src/commands/StartSigningJobCommand.ts +0 -122
- package/src/commands/TagResourceCommand.ts +0 -98
- package/src/commands/UntagResourceCommand.ts +0 -96
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -25
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1831
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListSigningJobsPaginator.ts +0 -59
- package/src/pagination/ListSigningPlatformsPaginator.ts +0 -59
- package/src/pagination/ListSigningProfilesPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -2978
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/src/waiters/waitForSuccessfulSigningJob.ts +0 -58
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
46
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
47
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
7
54
|
|
|
8
55
|
|
package/dist-cjs/Signer.js
CHANGED
|
@@ -19,25 +19,6 @@ const StartSigningJobCommand_1 = require("./commands/StartSigningJobCommand");
|
|
|
19
19
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
20
20
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
21
21
|
const SignerClient_1 = require("./SignerClient");
|
|
22
|
-
/**
|
|
23
|
-
* <p>AWS Signer is a fully managed code signing service to help you ensure the trust and
|
|
24
|
-
* integrity of your code. </p>
|
|
25
|
-
* <p>AWS Signer supports the following applications:</p>
|
|
26
|
-
*
|
|
27
|
-
* <p>With <i>code signing for AWS Lambda</i>, you can sign AWS Lambda
|
|
28
|
-
* deployment packages. Integrated support is provided for Amazon S3, Amazon CloudWatch,
|
|
29
|
-
* and AWS CloudTrail. In order to sign code, you create a signing profile and then use
|
|
30
|
-
* Signer to sign Lambda zip files in S3. </p>
|
|
31
|
-
*
|
|
32
|
-
* <p>With <i>code signing for IoT</i>, you can sign code for any IoT device that is
|
|
33
|
-
* supported by AWS. IoT code signing is available for <a href="http://docs.aws.amazon.com/freertos/latest/userguide/">Amazon FreeRTOS</a> and <a href="http://docs.aws.amazon.com/iot/latest/developerguide/">AWS IoT Device Management</a>, and is
|
|
34
|
-
* integrated with <a href="http://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager (ACM)</a>. In order to sign
|
|
35
|
-
* code, you import a third-party code signing certificate using ACM, and use that to
|
|
36
|
-
* sign updates in Amazon FreeRTOS and AWS IoT Device Management. </p>
|
|
37
|
-
* <p>For more information about AWS Signer, see the <a href="http://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html">AWS Signer Developer Guide</a>.</p>
|
|
38
|
-
*
|
|
39
|
-
* <p></p>
|
|
40
|
-
*/
|
|
41
22
|
class Signer extends SignerClient_1.SignerClient {
|
|
42
23
|
addProfilePermission(args, optionsOrCb, cb) {
|
|
43
24
|
const command = new AddProfilePermissionCommand_1.AddProfilePermissionCommand(args);
|
|
@@ -279,4 +260,3 @@ class Signer extends SignerClient_1.SignerClient {
|
|
|
279
260
|
}
|
|
280
261
|
}
|
|
281
262
|
exports.Signer = Signer;
|
|
282
|
-
//# sourceMappingURL=Signer.js.map
|
package/dist-cjs/SignerClient.js
CHANGED
|
@@ -10,25 +10,6 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
|
10
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
11
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
12
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
|
-
/**
|
|
14
|
-
* <p>AWS Signer is a fully managed code signing service to help you ensure the trust and
|
|
15
|
-
* integrity of your code. </p>
|
|
16
|
-
* <p>AWS Signer supports the following applications:</p>
|
|
17
|
-
*
|
|
18
|
-
* <p>With <i>code signing for AWS Lambda</i>, you can sign AWS Lambda
|
|
19
|
-
* deployment packages. Integrated support is provided for Amazon S3, Amazon CloudWatch,
|
|
20
|
-
* and AWS CloudTrail. In order to sign code, you create a signing profile and then use
|
|
21
|
-
* Signer to sign Lambda zip files in S3. </p>
|
|
22
|
-
*
|
|
23
|
-
* <p>With <i>code signing for IoT</i>, you can sign code for any IoT device that is
|
|
24
|
-
* supported by AWS. IoT code signing is available for <a href="http://docs.aws.amazon.com/freertos/latest/userguide/">Amazon FreeRTOS</a> and <a href="http://docs.aws.amazon.com/iot/latest/developerguide/">AWS IoT Device Management</a>, and is
|
|
25
|
-
* integrated with <a href="http://docs.aws.amazon.com/acm/latest/userguide/">AWS Certificate Manager (ACM)</a>. In order to sign
|
|
26
|
-
* code, you import a third-party code signing certificate using ACM, and use that to
|
|
27
|
-
* sign updates in Amazon FreeRTOS and AWS IoT Device Management. </p>
|
|
28
|
-
* <p>For more information about AWS Signer, see the <a href="http://docs.aws.amazon.com/signer/latest/developerguide/Welcome.html">AWS Signer Developer Guide</a>.</p>
|
|
29
|
-
*
|
|
30
|
-
* <p></p>
|
|
31
|
-
*/
|
|
32
13
|
class SignerClient extends smithy_client_1.Client {
|
|
33
14
|
constructor(configuration) {
|
|
34
15
|
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
@@ -47,14 +28,8 @@ class SignerClient extends smithy_client_1.Client {
|
|
|
47
28
|
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
48
29
|
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
49
30
|
}
|
|
50
|
-
/**
|
|
51
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
52
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
53
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
54
|
-
*/
|
|
55
31
|
destroy() {
|
|
56
32
|
super.destroy();
|
|
57
33
|
}
|
|
58
34
|
}
|
|
59
35
|
exports.SignerClient = SignerClient;
|
|
60
|
-
//# sourceMappingURL=SignerClient.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Adds cross-account permissions to a signing profile.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SignerClient, AddProfilePermissionCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
14
|
-
* // const { SignerClient, AddProfilePermissionCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
15
|
-
* const client = new SignerClient(config);
|
|
16
|
-
* const command = new AddProfilePermissionCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link AddProfilePermissionCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link AddProfilePermissionCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class AddProfilePermissionCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class AddProfilePermissionCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.AddProfilePermissionCommand = AddProfilePermissionCommand;
|
|
61
|
-
//# sourceMappingURL=AddProfilePermissionCommand.js.map
|
|
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Changes the state of an <code>ACTIVE</code> signing profile to <code>CANCELED</code>.
|
|
10
|
-
* A canceled profile is still viewable with the <code>ListSigningProfiles</code>
|
|
11
|
-
* operation, but it cannot perform new signing jobs, and is deleted two years after
|
|
12
|
-
* cancelation.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { SignerClient, CancelSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
17
|
-
* // const { SignerClient, CancelSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
18
|
-
* const client = new SignerClient(config);
|
|
19
|
-
* const command = new CancelSigningProfileCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CancelSigningProfileCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CancelSigningProfileCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
8
|
class CancelSigningProfileCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class CancelSigningProfileCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.CancelSigningProfileCommand = CancelSigningProfileCommand;
|
|
64
|
-
//# sourceMappingURL=CancelSigningProfileCommand.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns information about a specific code signing job. You specify the job by using
|
|
10
|
-
* the <code>jobId</code> value that is returned by the <a>StartSigningJob</a>
|
|
11
|
-
* operation. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { SignerClient, DescribeSigningJobCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
16
|
-
* // const { SignerClient, DescribeSigningJobCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
17
|
-
* const client = new SignerClient(config);
|
|
18
|
-
* const command = new DescribeSigningJobCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeSigningJobCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeSigningJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class DescribeSigningJobCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class DescribeSigningJobCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.DescribeSigningJobCommand = DescribeSigningJobCommand;
|
|
63
|
-
//# sourceMappingURL=DescribeSigningJobCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns information on a specific signing platform.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SignerClient, GetSigningPlatformCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
14
|
-
* // const { SignerClient, GetSigningPlatformCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
15
|
-
* const client = new SignerClient(config);
|
|
16
|
-
* const command = new GetSigningPlatformCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link GetSigningPlatformCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link GetSigningPlatformCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class GetSigningPlatformCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class GetSigningPlatformCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.GetSigningPlatformCommand = GetSigningPlatformCommand;
|
|
61
|
-
//# sourceMappingURL=GetSigningPlatformCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns information on a specific signing profile.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SignerClient, GetSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
14
|
-
* // const { SignerClient, GetSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
15
|
-
* const client = new SignerClient(config);
|
|
16
|
-
* const command = new GetSigningProfileCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link GetSigningProfileCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link GetSigningProfileCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class GetSigningProfileCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class GetSigningProfileCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.GetSigningProfileCommand = GetSigningProfileCommand;
|
|
61
|
-
//# sourceMappingURL=GetSigningProfileCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists the cross-account permissions associated with a signing profile.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SignerClient, ListProfilePermissionsCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
14
|
-
* // const { SignerClient, ListProfilePermissionsCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
15
|
-
* const client = new SignerClient(config);
|
|
16
|
-
* const command = new ListProfilePermissionsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListProfilePermissionsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListProfilePermissionsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class ListProfilePermissionsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListProfilePermissionsCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListProfilePermissionsCommand = ListProfilePermissionsCommand;
|
|
61
|
-
//# sourceMappingURL=ListProfilePermissionsCommand.js.map
|
|
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists all your signing jobs. You can use the <code>maxResults</code> parameter to
|
|
10
|
-
* limit the number of signing jobs that are returned in the response. If additional jobs
|
|
11
|
-
* remain to be listed, code signing returns a <code>nextToken</code> value. Use this value in
|
|
12
|
-
* subsequent calls to <code>ListSigningJobs</code> to fetch the remaining values. You can
|
|
13
|
-
* continue calling <code>ListSigningJobs</code> with your <code>maxResults</code>
|
|
14
|
-
* parameter and with new values that code signing returns in the <code>nextToken</code>
|
|
15
|
-
* parameter until all of your signing jobs have been returned. </p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { SignerClient, ListSigningJobsCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
20
|
-
* // const { SignerClient, ListSigningJobsCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
21
|
-
* const client = new SignerClient(config);
|
|
22
|
-
* const command = new ListSigningJobsCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link ListSigningJobsCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link ListSigningJobsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
8
|
class ListSigningJobsCommand extends smithy_client_1.Command {
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
9
|
constructor(input) {
|
|
35
|
-
// Start section: command_constructor
|
|
36
10
|
super();
|
|
37
11
|
this.input = input;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +34,3 @@ class ListSigningJobsCommand extends smithy_client_1.Command {
|
|
|
64
34
|
}
|
|
65
35
|
}
|
|
66
36
|
exports.ListSigningJobsCommand = ListSigningJobsCommand;
|
|
67
|
-
//# sourceMappingURL=ListSigningJobsCommand.js.map
|
|
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists all signing platforms available in code signing that match the request parameters. If
|
|
10
|
-
* additional jobs remain to be listed, code signing returns a <code>nextToken</code> value. Use
|
|
11
|
-
* this value in subsequent calls to <code>ListSigningJobs</code> to fetch the remaining
|
|
12
|
-
* values. You can continue calling <code>ListSigningJobs</code> with your
|
|
13
|
-
* <code>maxResults</code> parameter and with new values that code signing returns in the
|
|
14
|
-
* <code>nextToken</code> parameter until all of your signing jobs have been
|
|
15
|
-
* returned.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { SignerClient, ListSigningPlatformsCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
20
|
-
* // const { SignerClient, ListSigningPlatformsCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
21
|
-
* const client = new SignerClient(config);
|
|
22
|
-
* const command = new ListSigningPlatformsCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link ListSigningPlatformsCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link ListSigningPlatformsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
8
|
class ListSigningPlatformsCommand extends smithy_client_1.Command {
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
9
|
constructor(input) {
|
|
35
|
-
// Start section: command_constructor
|
|
36
10
|
super();
|
|
37
11
|
this.input = input;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +34,3 @@ class ListSigningPlatformsCommand extends smithy_client_1.Command {
|
|
|
64
34
|
}
|
|
65
35
|
}
|
|
66
36
|
exports.ListSigningPlatformsCommand = ListSigningPlatformsCommand;
|
|
67
|
-
//# sourceMappingURL=ListSigningPlatformsCommand.js.map
|
|
@@ -5,42 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Lists all available signing profiles in your AWS account. Returns only profiles with
|
|
10
|
-
* an <code>ACTIVE</code> status unless the <code>includeCanceled</code> request field is
|
|
11
|
-
* set to <code>true</code>. If additional jobs remain to be listed, code signing returns a
|
|
12
|
-
* <code>nextToken</code> value. Use this value in subsequent calls to
|
|
13
|
-
* <code>ListSigningJobs</code> to fetch the remaining values. You can continue calling
|
|
14
|
-
* <code>ListSigningJobs</code> with your <code>maxResults</code> parameter and with
|
|
15
|
-
* new values that code signing returns in the <code>nextToken</code> parameter until all of your
|
|
16
|
-
* signing jobs have been returned.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { SignerClient, ListSigningProfilesCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
21
|
-
* // const { SignerClient, ListSigningProfilesCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
22
|
-
* const client = new SignerClient(config);
|
|
23
|
-
* const command = new ListSigningProfilesCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link ListSigningProfilesCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link ListSigningProfilesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
8
|
class ListSigningProfilesCommand extends smithy_client_1.Command {
|
|
33
|
-
// Start section: command_properties
|
|
34
|
-
// End section: command_properties
|
|
35
9
|
constructor(input) {
|
|
36
|
-
// Start section: command_constructor
|
|
37
10
|
super();
|
|
38
11
|
this.input = input;
|
|
39
|
-
// End section: command_constructor
|
|
40
12
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
45
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +34,3 @@ class ListSigningProfilesCommand extends smithy_client_1.Command {
|
|
|
65
34
|
}
|
|
66
35
|
}
|
|
67
36
|
exports.ListSigningProfilesCommand = ListSigningProfilesCommand;
|
|
68
|
-
//# sourceMappingURL=ListSigningProfilesCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns a list of the tags associated with a signing profile resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SignerClient, ListTagsForResourceCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
14
|
-
* // const { SignerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
15
|
-
* const client = new SignerClient(config);
|
|
16
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
61
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Creates a signing profile. A signing profile is a code signing template that can be used to
|
|
10
|
-
* carry out a pre-defined signing job. For more information, see <a href="http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html">http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html</a>
|
|
11
|
-
* </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { SignerClient, PutSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
16
|
-
* // const { SignerClient, PutSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
17
|
-
* const client = new SignerClient(config);
|
|
18
|
-
* const command = new PutSigningProfileCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link PutSigningProfileCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link PutSigningProfileCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class PutSigningProfileCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class PutSigningProfileCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.PutSigningProfileCommand = PutSigningProfileCommand;
|
|
63
|
-
//# sourceMappingURL=PutSigningProfileCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Removes cross-account permissions from a signing profile.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SignerClient, RemoveProfilePermissionCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
14
|
-
* // const { SignerClient, RemoveProfilePermissionCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
15
|
-
* const client = new SignerClient(config);
|
|
16
|
-
* const command = new RemoveProfilePermissionCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link RemoveProfilePermissionCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link RemoveProfilePermissionCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SignerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class RemoveProfilePermissionCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class RemoveProfilePermissionCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.RemoveProfilePermissionCommand = RemoveProfilePermissionCommand;
|
|
61
|
-
//# sourceMappingURL=RemoveProfilePermissionCommand.js.map
|