@aws-sdk/client-signer 3.478.0 → 3.484.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-cjs/commands/AddProfilePermissionCommand.js +18 -41
- package/dist-cjs/commands/CancelSigningProfileCommand.js +18 -41
- package/dist-cjs/commands/DescribeSigningJobCommand.js +18 -41
- package/dist-cjs/commands/GetRevocationStatusCommand.js +18 -41
- package/dist-cjs/commands/GetSigningPlatformCommand.js +18 -41
- package/dist-cjs/commands/GetSigningProfileCommand.js +18 -41
- package/dist-cjs/commands/ListProfilePermissionsCommand.js +18 -41
- package/dist-cjs/commands/ListSigningJobsCommand.js +18 -41
- package/dist-cjs/commands/ListSigningPlatformsCommand.js +18 -41
- package/dist-cjs/commands/ListSigningProfilesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutSigningProfileCommand.js +18 -41
- package/dist-cjs/commands/RemoveProfilePermissionCommand.js +18 -41
- package/dist-cjs/commands/RevokeSignatureCommand.js +18 -41
- package/dist-cjs/commands/RevokeSigningProfileCommand.js +18 -41
- package/dist-cjs/commands/SignPayloadCommand.js +18 -41
- package/dist-cjs/commands/StartSigningJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AddProfilePermissionCommand.js +18 -41
- package/dist-es/commands/CancelSigningProfileCommand.js +18 -41
- package/dist-es/commands/DescribeSigningJobCommand.js +18 -41
- package/dist-es/commands/GetRevocationStatusCommand.js +18 -41
- package/dist-es/commands/GetSigningPlatformCommand.js +18 -41
- package/dist-es/commands/GetSigningProfileCommand.js +18 -41
- package/dist-es/commands/ListProfilePermissionsCommand.js +18 -41
- package/dist-es/commands/ListSigningJobsCommand.js +18 -41
- package/dist-es/commands/ListSigningPlatformsCommand.js +18 -41
- package/dist-es/commands/ListSigningProfilesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutSigningProfileCommand.js +18 -41
- package/dist-es/commands/RemoveProfilePermissionCommand.js +18 -41
- package/dist-es/commands/RevokeSignatureCommand.js +18 -41
- package/dist-es/commands/RevokeSigningProfileCommand.js +18 -41
- package/dist-es/commands/SignPayloadCommand.js +18 -41
- package/dist-es/commands/StartSigningJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AddProfilePermissionCommand.d.ts +6 -21
- package/dist-types/commands/CancelSigningProfileCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSigningJobCommand.d.ts +6 -21
- package/dist-types/commands/GetRevocationStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetSigningPlatformCommand.d.ts +6 -21
- package/dist-types/commands/GetSigningProfileCommand.d.ts +6 -21
- package/dist-types/commands/ListProfilePermissionsCommand.d.ts +6 -21
- package/dist-types/commands/ListSigningJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListSigningPlatformsCommand.d.ts +6 -21
- package/dist-types/commands/ListSigningProfilesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutSigningProfileCommand.d.ts +6 -21
- package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +6 -21
- package/dist-types/commands/RevokeSignatureCommand.d.ts +6 -21
- package/dist-types/commands/RevokeSigningProfileCommand.d.ts +6 -21
- package/dist-types/commands/SignPayloadCommand.d.ts +6 -21
- package/dist-types/commands/StartSigningJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AddProfilePermissionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CancelSigningProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSigningJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRevocationStatusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSigningPlatformCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSigningProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProfilePermissionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSigningJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSigningPlatformsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSigningProfilesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutSigningProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveProfilePermissionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RevokeSignatureCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RevokeSigningProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SignPayloadCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartSigningJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class TagResourceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SignerClient";
|
|
26
|
-
const commandName = "TagResourceCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WallabyService",
|
|
35
|
-
operation: "TagResource",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_TagResourceCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_TagResourceCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class TagResourceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WallabyService", "TagResource", {})
|
|
19
|
+
.n("SignerClient", "TagResourceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_TagResourceCommand)
|
|
22
|
+
.de(de_TagResourceCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class UntagResourceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "SignerClient";
|
|
26
|
-
const commandName = "UntagResourceCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "WallabyService",
|
|
35
|
-
operation: "UntagResource",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_UntagResourceCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_UntagResourceCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class UntagResourceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("WallabyService", "UntagResource", {})
|
|
19
|
+
.n("SignerClient", "UntagResourceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UntagResourceCommand)
|
|
22
|
+
.de(de_UntagResourceCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
defaultSigningName: "signer",
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
+
export const commonParams = {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AddProfilePermissionRequest, AddProfilePermissionResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AddProfilePermissionCommandInput extends AddProfilePermissionRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AddProfilePermissionCommandOutput extends AddProfilePermissionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AddProfilePermissionCommand_base: {
|
|
24
|
+
new (input: AddProfilePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds cross-account permissions to a signing profile.</p>
|
|
@@ -78,23 +81,5 @@ export interface AddProfilePermissionCommandOutput extends AddProfilePermissionR
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class AddProfilePermissionCommand extends
|
|
82
|
-
readonly input: AddProfilePermissionCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: AddProfilePermissionCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class AddProfilePermissionCommand extends AddProfilePermissionCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CancelSigningProfileRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CancelSigningProfileCommandInput extends CancelSigningProfileRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CancelSigningProfileCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CancelSigningProfileCommand_base: {
|
|
24
|
+
new (input: CancelSigningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Changes the state of an <code>ACTIVE</code> signing profile to <code>CANCELED</code>.
|
|
@@ -65,23 +68,5 @@ export interface CancelSigningProfileCommandOutput extends __MetadataBearer {
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class CancelSigningProfileCommand extends
|
|
69
|
-
readonly input: CancelSigningProfileCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: CancelSigningProfileCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class CancelSigningProfileCommand extends CancelSigningProfileCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeSigningJobRequest, DescribeSigningJobResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeSigningJobCommandInput extends DescribeSigningJobReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeSigningJobCommandOutput extends DescribeSigningJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeSigningJobCommand_base: {
|
|
24
|
+
new (input: DescribeSigningJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about a specific code signing job. You specify the job by using the
|
|
@@ -109,23 +112,5 @@ export interface DescribeSigningJobCommandOutput extends DescribeSigningJobRespo
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class DescribeSigningJobCommand extends
|
|
113
|
-
readonly input: DescribeSigningJobCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: DescribeSigningJobCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class DescribeSigningJobCommand extends DescribeSigningJobCommand_base {
|
|
131
116
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetRevocationStatusRequest, GetRevocationStatusResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRevocationStatusCommandInput extends GetRevocationStatusRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRevocationStatusCommandOutput extends GetRevocationStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRevocationStatusCommand_base: {
|
|
24
|
+
new (input: GetRevocationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetRevocationStatusCommandInput, GetRevocationStatusCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the revocation status of one or more of the signing profile, signing job,
|
|
@@ -73,23 +76,5 @@ export interface GetRevocationStatusCommandOutput extends GetRevocationStatusRes
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class GetRevocationStatusCommand extends
|
|
77
|
-
readonly input: GetRevocationStatusCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: GetRevocationStatusCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRevocationStatusCommandInput, GetRevocationStatusCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class GetRevocationStatusCommand extends GetRevocationStatusCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSigningPlatformRequest, GetSigningPlatformResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSigningPlatformCommandInput extends GetSigningPlatformReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSigningPlatformCommandOutput extends GetSigningPlatformResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSigningPlatformCommand_base: {
|
|
24
|
+
new (input: GetSigningPlatformCommandInput): import("@smithy/smithy-client").CommandImpl<GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information on a specific signing platform.</p>
|
|
@@ -90,23 +93,5 @@ export interface GetSigningPlatformCommandOutput extends GetSigningPlatformRespo
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class GetSigningPlatformCommand extends
|
|
94
|
-
readonly input: GetSigningPlatformCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: GetSigningPlatformCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class GetSigningPlatformCommand extends GetSigningPlatformCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetSigningProfileRequest, GetSigningProfileResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSigningProfileCommandInput extends GetSigningProfileRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSigningProfileCommandOutput extends GetSigningProfileResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSigningProfileCommand_base: {
|
|
24
|
+
new (input: GetSigningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetSigningProfileCommandInput, GetSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information on a specific signing profile.</p>
|
|
@@ -97,23 +100,5 @@ export interface GetSigningProfileCommandOutput extends GetSigningProfileRespons
|
|
|
97
100
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
98
101
|
*
|
|
99
102
|
*/
|
|
100
|
-
export declare class GetSigningProfileCommand extends
|
|
101
|
-
readonly input: GetSigningProfileCommandInput;
|
|
102
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
103
|
-
/**
|
|
104
|
-
* @public
|
|
105
|
-
*/
|
|
106
|
-
constructor(input: GetSigningProfileCommandInput);
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSigningProfileCommandInput, GetSigningProfileCommandOutput>;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private serialize;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private deserialize;
|
|
103
|
+
export declare class GetSigningProfileCommand extends GetSigningProfileCommand_base {
|
|
119
104
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListProfilePermissionsRequest, ListProfilePermissionsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListProfilePermissionsCommandInput extends ListProfilePermissio
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListProfilePermissionsCommandOutput extends ListProfilePermissionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListProfilePermissionsCommand_base: {
|
|
24
|
+
new (input: ListProfilePermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilePermissionsCommandInput, ListProfilePermissionsCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the cross-account permissions associated with a signing profile.</p>
|
|
@@ -78,23 +81,5 @@ export interface ListProfilePermissionsCommandOutput extends ListProfilePermissi
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class ListProfilePermissionsCommand extends
|
|
82
|
-
readonly input: ListProfilePermissionsCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: ListProfilePermissionsCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilePermissionsCommandInput, ListProfilePermissionsCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class ListProfilePermissionsCommand extends ListProfilePermissionsCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSigningJobsRequest, ListSigningJobsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSigningJobsCommandInput extends ListSigningJobsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSigningJobsCommandOutput extends ListSigningJobsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSigningJobsCommand_base: {
|
|
24
|
+
new (input: ListSigningJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSigningJobsCommandInput, ListSigningJobsCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all your signing jobs. You can use the <code>maxResults</code> parameter to limit the
|
|
@@ -109,23 +112,5 @@ export interface ListSigningJobsCommandOutput extends ListSigningJobsResponse, _
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class ListSigningJobsCommand extends
|
|
113
|
-
readonly input: ListSigningJobsCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: ListSigningJobsCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSigningJobsCommandInput, ListSigningJobsCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class ListSigningJobsCommand extends ListSigningJobsCommand_base {
|
|
131
116
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSigningPlatformsRequest, ListSigningPlatformsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSigningPlatformsCommandInput extends ListSigningPlatformsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSigningPlatformsCommandOutput extends ListSigningPlatformsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSigningPlatformsCommand_base: {
|
|
24
|
+
new (input: ListSigningPlatformsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSigningPlatformsCommandInput, ListSigningPlatformsCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all signing platforms available in AWS Signer that match the request parameters. If
|
|
@@ -105,23 +108,5 @@ export interface ListSigningPlatformsCommandOutput extends ListSigningPlatformsR
|
|
|
105
108
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class ListSigningPlatformsCommand extends
|
|
109
|
-
readonly input: ListSigningPlatformsCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: ListSigningPlatformsCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSigningPlatformsCommandInput, ListSigningPlatformsCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class ListSigningPlatformsCommand extends ListSigningPlatformsCommand_base {
|
|
127
112
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListSigningProfilesRequest, ListSigningProfilesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSigningProfilesCommandInput extends ListSigningProfilesRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSigningProfilesCommandOutput extends ListSigningProfilesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSigningProfilesCommand_base: {
|
|
24
|
+
new (input: ListSigningProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSigningProfilesCommandInput, ListSigningProfilesCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all available signing profiles in your AWS account. Returns only profiles with an
|
|
@@ -98,23 +101,5 @@ export interface ListSigningProfilesCommandOutput extends ListSigningProfilesRes
|
|
|
98
101
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class ListSigningProfilesCommand extends
|
|
102
|
-
readonly input: ListSigningProfilesCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: ListSigningProfilesCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSigningProfilesCommandInput, ListSigningProfilesCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class ListSigningProfilesCommand extends ListSigningProfilesCommand_base {
|
|
120
105
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of the tags associated with a signing profile resource.</p>
|
|
@@ -67,23 +70,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class ListTagsForResourceCommand extends
|
|
71
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
89
74
|
}
|