@aws-sdk/client-signer 3.477.0 → 3.481.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-cjs/pagination/ListSigningJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSigningPlatformsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSigningProfilesPaginator.js +2 -24
- 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-es/pagination/ListSigningJobsPaginator.js +2 -23
- package/dist-es/pagination/ListSigningPlatformsPaginator.js +2 -23
- package/dist-es/pagination/ListSigningProfilesPaginator.js +2 -23
- 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/pagination/ListSigningJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSigningPlatformsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSigningProfilesPaginator.d.ts +1 -1
- 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/dist-types/ts3.4/pagination/ListSigningJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSigningPlatformsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSigningProfilesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -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
|
}
|
|
@@ -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 { PutSigningProfileRequest, PutSigningProfileResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutSigningProfileCommandInput extends PutSigningProfileRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutSigningProfileCommandOutput extends PutSigningProfileResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutSigningProfileCommand_base: {
|
|
24
|
+
new (input: PutSigningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<PutSigningProfileCommandInput, PutSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a signing profile. A signing profile is a code-signing template that can be used to
|
|
@@ -92,23 +95,5 @@ export interface PutSigningProfileCommandOutput extends PutSigningProfileRespons
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class PutSigningProfileCommand extends
|
|
96
|
-
readonly input: PutSigningProfileCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: PutSigningProfileCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSigningProfileCommandInput, PutSigningProfileCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class PutSigningProfileCommand extends PutSigningProfileCommand_base {
|
|
114
99
|
}
|
|
@@ -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 { RemoveProfilePermissionRequest, RemoveProfilePermissionResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveProfilePermissionCommandInput extends RemoveProfilePermis
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveProfilePermissionCommandOutput extends RemoveProfilePermissionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveProfilePermissionCommand_base: {
|
|
24
|
+
new (input: RemoveProfilePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes cross-account permissions from a signing profile.</p>
|
|
@@ -72,23 +75,5 @@ export interface RemoveProfilePermissionCommandOutput extends RemoveProfilePermi
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class RemoveProfilePermissionCommand extends
|
|
76
|
-
readonly input: RemoveProfilePermissionCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: RemoveProfilePermissionCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class RemoveProfilePermissionCommand extends RemoveProfilePermissionCommand_base {
|
|
94
79
|
}
|
|
@@ -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 { RevokeSignatureRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RevokeSignatureCommandInput extends RevokeSignatureRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RevokeSignatureCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RevokeSignatureCommand_base: {
|
|
24
|
+
new (input: RevokeSignatureCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeSignatureCommandInput, RevokeSignatureCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Changes the state of a signing job to REVOKED. This indicates that the signature is no
|
|
@@ -68,23 +71,5 @@ export interface RevokeSignatureCommandOutput extends __MetadataBearer {
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class RevokeSignatureCommand extends
|
|
72
|
-
readonly input: RevokeSignatureCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: RevokeSignatureCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeSignatureCommandInput, RevokeSignatureCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class RevokeSignatureCommand extends RevokeSignatureCommand_base {
|
|
90
75
|
}
|
|
@@ -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 { RevokeSigningProfileRequest } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RevokeSigningProfileCommandInput extends RevokeSigningProfileRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RevokeSigningProfileCommand_base: {
|
|
24
|
+
new (input: RevokeSigningProfileCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Changes the state of a signing profile to REVOKED. This indicates that signatures
|
|
@@ -70,23 +73,5 @@ export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class RevokeSigningProfileCommand extends
|
|
74
|
-
readonly input: RevokeSigningProfileCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: RevokeSigningProfileCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class RevokeSigningProfileCommand extends RevokeSigningProfileCommand_base {
|
|
92
77
|
}
|
|
@@ -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 { SignPayloadRequest, SignPayloadResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SignPayloadCommandInput extends SignPayloadRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SignPayloadCommandOutput extends SignPayloadResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SignPayloadCommand_base: {
|
|
24
|
+
new (input: SignPayloadCommandInput): import("@smithy/smithy-client").CommandImpl<SignPayloadCommandInput, SignPayloadCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Signs a binary payload and returns a signature envelope.</p>
|
|
@@ -75,23 +78,5 @@ export interface SignPayloadCommandOutput extends SignPayloadResponse, __Metadat
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class SignPayloadCommand extends
|
|
79
|
-
readonly input: SignPayloadCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: SignPayloadCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SignPayloadCommandInput, SignPayloadCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class SignPayloadCommand extends SignPayloadCommand_base {
|
|
97
82
|
}
|
|
@@ -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 { StartSigningJobRequest, StartSigningJobResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartSigningJobCommandInput extends StartSigningJobRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartSigningJobCommandOutput extends StartSigningJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartSigningJobCommand_base: {
|
|
24
|
+
new (input: StartSigningJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSigningJobCommandInput, StartSigningJobCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Initiates a signing job to be performed on the code provided. Signing jobs are
|
|
@@ -112,23 +115,5 @@ export interface StartSigningJobCommandOutput extends StartSigningJobResponse, _
|
|
|
112
115
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
113
116
|
*
|
|
114
117
|
*/
|
|
115
|
-
export declare class StartSigningJobCommand extends
|
|
116
|
-
readonly input: StartSigningJobCommandInput;
|
|
117
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
118
|
-
/**
|
|
119
|
-
* @public
|
|
120
|
-
*/
|
|
121
|
-
constructor(input: StartSigningJobCommandInput);
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSigningJobCommandInput, StartSigningJobCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private serialize;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private deserialize;
|
|
118
|
+
export declare class StartSigningJobCommand extends StartSigningJobCommand_base {
|
|
134
119
|
}
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds one or more tags to a signing profile. Tags are labels that you can use to
|
|
@@ -69,23 +72,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class TagResourceCommand extends
|
|
73
|
-
readonly input: TagResourceCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: TagResourceCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
91
76
|
}
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SignerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes one or more tags from a signing profile. To remove the tags, specify a list of
|
|
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from Signer service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class UntagResourceCommand extends
|
|
71
|
-
readonly input: UntagResourceCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: UntagResourceCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SignerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
89
74
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { SignerPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSigningJobs: (config: SignerPaginationConfiguration, input: ListSigningJobsCommandInput, ...rest: any[]) => Paginator<ListSigningJobsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { SignerPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSigningPlatforms: (config: SignerPaginationConfiguration, input: ListSigningPlatformsCommandInput, ...rest: any[]) => Paginator<ListSigningPlatformsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { SignerPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSigningProfiles: (config: SignerPaginationConfiguration, input: ListSigningProfilesCommandInput, ...rest: any[]) => Paginator<ListSigningProfilesCommandOutput>;
|