@aws-sdk/client-signer 3.300.0 → 3.303.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/dist-types/commands/AddProfilePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CancelSigningProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSigningJobCommand.d.ts +1 -1
- package/dist-types/commands/GetSigningPlatformCommand.d.ts +1 -1
- package/dist-types/commands/GetSigningProfileCommand.d.ts +1 -1
- package/dist-types/commands/ListProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSigningJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListSigningPlatformsCommand.d.ts +1 -1
- package/dist-types/commands/ListSigningProfilesCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutSigningProfileCommand.d.ts +7 -7
- package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSignatureCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSigningProfileCommand.d.ts +1 -1
- package/dist-types/commands/StartSigningJobCommand.d.ts +5 -5
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/package.json +35 -35
|
@@ -26,7 +26,7 @@ export interface AddProfilePermissionCommandOutput extends AddProfilePermissionR
|
|
|
26
26
|
* import { SignerClient, AddProfilePermissionCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
27
27
|
* // const { SignerClient, AddProfilePermissionCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
28
28
|
* const client = new SignerClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AddProfilePermissionRequest
|
|
30
30
|
* profileName: "STRING_VALUE", // required
|
|
31
31
|
* profileVersion: "STRING_VALUE",
|
|
32
32
|
* action: "STRING_VALUE", // required
|
|
@@ -29,7 +29,7 @@ export interface CancelSigningProfileCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* import { SignerClient, CancelSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
30
30
|
* // const { SignerClient, CancelSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
31
31
|
* const client = new SignerClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CancelSigningProfileRequest
|
|
33
33
|
* profileName: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CancelSigningProfileCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DescribeSigningJobCommandOutput extends DescribeSigningJobRespo
|
|
|
28
28
|
* import { SignerClient, DescribeSigningJobCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
29
29
|
* // const { SignerClient, DescribeSigningJobCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
30
30
|
* const client = new SignerClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeSigningJobRequest
|
|
32
32
|
* jobId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeSigningJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetSigningPlatformCommandOutput extends GetSigningPlatformRespo
|
|
|
26
26
|
* import { SignerClient, GetSigningPlatformCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
27
27
|
* // const { SignerClient, GetSigningPlatformCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
28
28
|
* const client = new SignerClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetSigningPlatformRequest
|
|
30
30
|
* platformId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetSigningPlatformCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetSigningProfileCommandOutput extends GetSigningProfileRespons
|
|
|
26
26
|
* import { SignerClient, GetSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
27
27
|
* // const { SignerClient, GetSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
28
28
|
* const client = new SignerClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetSigningProfileRequest
|
|
30
30
|
* profileName: "STRING_VALUE", // required
|
|
31
31
|
* profileOwner: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListProfilePermissionsCommandOutput extends ListProfilePermissi
|
|
|
26
26
|
* import { SignerClient, ListProfilePermissionsCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
27
27
|
* // const { SignerClient, ListProfilePermissionsCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
28
28
|
* const client = new SignerClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListProfilePermissionsRequest
|
|
30
30
|
* profileName: "STRING_VALUE", // required
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -32,7 +32,7 @@ export interface ListSigningJobsCommandOutput extends ListSigningJobsResponse, _
|
|
|
32
32
|
* import { SignerClient, ListSigningJobsCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
33
33
|
* // const { SignerClient, ListSigningJobsCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
34
34
|
* const client = new SignerClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // ListSigningJobsRequest
|
|
36
36
|
* status: "STRING_VALUE",
|
|
37
37
|
* platformId: "STRING_VALUE",
|
|
38
38
|
* requestedBy: "STRING_VALUE",
|
|
@@ -32,7 +32,7 @@ export interface ListSigningPlatformsCommandOutput extends ListSigningPlatformsR
|
|
|
32
32
|
* import { SignerClient, ListSigningPlatformsCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
33
33
|
* // const { SignerClient, ListSigningPlatformsCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
34
34
|
* const client = new SignerClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // ListSigningPlatformsRequest
|
|
36
36
|
* category: "STRING_VALUE",
|
|
37
37
|
* partner: "STRING_VALUE",
|
|
38
38
|
* target: "STRING_VALUE",
|
|
@@ -33,12 +33,12 @@ export interface ListSigningProfilesCommandOutput extends ListSigningProfilesRes
|
|
|
33
33
|
* import { SignerClient, ListSigningProfilesCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
34
34
|
* // const { SignerClient, ListSigningProfilesCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
35
35
|
* const client = new SignerClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // ListSigningProfilesRequest
|
|
37
37
|
* includeCanceled: true || false,
|
|
38
38
|
* maxResults: Number("int"),
|
|
39
39
|
* nextToken: "STRING_VALUE",
|
|
40
40
|
* platformId: "STRING_VALUE",
|
|
41
|
-
* statuses: [
|
|
41
|
+
* statuses: [ // Statuses
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { SignerClient, ListTagsForResourceCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
27
27
|
* // const { SignerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
28
28
|
* const client = new SignerClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -28,27 +28,27 @@ export interface PutSigningProfileCommandOutput extends PutSigningProfileRespons
|
|
|
28
28
|
* import { SignerClient, PutSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
29
29
|
* // const { SignerClient, PutSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
30
30
|
* const client = new SignerClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // PutSigningProfileRequest
|
|
32
32
|
* profileName: "STRING_VALUE", // required
|
|
33
|
-
* signingMaterial: {
|
|
33
|
+
* signingMaterial: { // SigningMaterial
|
|
34
34
|
* certificateArn: "STRING_VALUE", // required
|
|
35
35
|
* },
|
|
36
|
-
* signatureValidityPeriod: {
|
|
36
|
+
* signatureValidityPeriod: { // SignatureValidityPeriod
|
|
37
37
|
* value: Number("int"),
|
|
38
38
|
* type: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* platformId: "STRING_VALUE", // required
|
|
41
|
-
* overrides: {
|
|
42
|
-
* signingConfiguration: {
|
|
41
|
+
* overrides: { // SigningPlatformOverrides
|
|
42
|
+
* signingConfiguration: { // SigningConfigurationOverrides
|
|
43
43
|
* encryptionAlgorithm: "STRING_VALUE",
|
|
44
44
|
* hashAlgorithm: "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* signingImageFormat: "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
|
-
* signingParameters: {
|
|
48
|
+
* signingParameters: { // SigningParameters
|
|
49
49
|
* "<keys>": "STRING_VALUE",
|
|
50
50
|
* },
|
|
51
|
-
* tags: {
|
|
51
|
+
* tags: { // TagMap
|
|
52
52
|
* "<keys>": "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* };
|
|
@@ -26,7 +26,7 @@ export interface RemoveProfilePermissionCommandOutput extends RemoveProfilePermi
|
|
|
26
26
|
* import { SignerClient, RemoveProfilePermissionCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
27
27
|
* // const { SignerClient, RemoveProfilePermissionCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
28
28
|
* const client = new SignerClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // RemoveProfilePermissionRequest
|
|
30
30
|
* profileName: "STRING_VALUE", // required
|
|
31
31
|
* revisionId: "STRING_VALUE", // required
|
|
32
32
|
* statementId: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ export interface RevokeSignatureCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { SignerClient, RevokeSignatureCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
28
28
|
* // const { SignerClient, RevokeSignatureCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
29
29
|
* const client = new SignerClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // RevokeSignatureRequest
|
|
31
31
|
* jobId: "STRING_VALUE", // required
|
|
32
32
|
* jobOwner: "STRING_VALUE",
|
|
33
33
|
* reason: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { SignerClient, RevokeSigningProfileCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
29
29
|
* // const { SignerClient, RevokeSigningProfileCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
30
30
|
* const client = new SignerClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // RevokeSigningProfileRequest
|
|
32
32
|
* profileName: "STRING_VALUE", // required
|
|
33
33
|
* profileVersion: "STRING_VALUE", // required
|
|
34
34
|
* reason: "STRING_VALUE", // required
|
|
@@ -53,16 +53,16 @@ export interface StartSigningJobCommandOutput extends StartSigningJobResponse, _
|
|
|
53
53
|
* import { SignerClient, StartSigningJobCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
54
54
|
* // const { SignerClient, StartSigningJobCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
55
55
|
* const client = new SignerClient(config);
|
|
56
|
-
* const input = {
|
|
57
|
-
* source: {
|
|
58
|
-
* s3: {
|
|
56
|
+
* const input = { // StartSigningJobRequest
|
|
57
|
+
* source: { // Source
|
|
58
|
+
* s3: { // S3Source
|
|
59
59
|
* bucketName: "STRING_VALUE", // required
|
|
60
60
|
* key: "STRING_VALUE", // required
|
|
61
61
|
* version: "STRING_VALUE", // required
|
|
62
62
|
* },
|
|
63
63
|
* },
|
|
64
|
-
* destination: {
|
|
65
|
-
* s3: {
|
|
64
|
+
* destination: { // Destination
|
|
65
|
+
* s3: { // S3Destination
|
|
66
66
|
* bucketName: "STRING_VALUE",
|
|
67
67
|
* prefix: "STRING_VALUE",
|
|
68
68
|
* },
|
|
@@ -29,9 +29,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* import { SignerClient, TagResourceCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
30
30
|
* // const { SignerClient, TagResourceCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
31
31
|
* const client = new SignerClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // TagResourceRequest
|
|
33
33
|
* resourceArn: "STRING_VALUE", // required
|
|
34
|
-
* tags: { // required
|
|
34
|
+
* tags: { // TagMap // required
|
|
35
35
|
* "<keys>": "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* };
|
|
@@ -27,9 +27,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
27
27
|
* import { SignerClient, UntagResourceCommand } from "@aws-sdk/client-signer"; // ES Modules import
|
|
28
28
|
* // const { SignerClient, UntagResourceCommand } = require("@aws-sdk/client-signer"); // CommonJS import
|
|
29
29
|
* const client = new SignerClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UntagResourceRequest
|
|
31
31
|
* resourceArn: "STRING_VALUE", // required
|
|
32
|
-
* tagKeys: [ // required
|
|
32
|
+
* tagKeys: [ // TagKeyList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-signer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Signer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
56
|
-
"@aws-sdk/util-waiter": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
|
+
"@aws-sdk/util-waiter": "3.303.0",
|
|
57
57
|
"tslib": "^2.5.0",
|
|
58
58
|
"uuid": "^8.3.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
62
62
|
"@tsconfig/node14": "1.0.3",
|
|
63
63
|
"@types/node": "^14.14.31",
|
|
64
64
|
"@types/uuid": "^8.3.0",
|