@aws-sdk/client-signer 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Signer.d.ts +0 -17
- package/dist-types/ts3.4/SignerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddProfilePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelSigningProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSigningJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSigningPlatformCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSigningProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProfilePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSigningJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSigningPlatformsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSigningProfilesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutSigningProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveProfilePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeSignatureCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeSigningProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartSigningJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SignerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -230
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForSuccessfulSigningJob.d.ts +0 -2
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-signer
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-signer
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-signer
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -68,7 +68,6 @@ import {
|
|
|
68
68
|
UntagResourceCommandOutput,
|
|
69
69
|
} from "./commands/UntagResourceCommand";
|
|
70
70
|
import { SignerClient } from "./SignerClient";
|
|
71
|
-
|
|
72
71
|
export declare class Signer extends SignerClient {
|
|
73
72
|
addProfilePermission(
|
|
74
73
|
args: AddProfilePermissionCommandInput,
|
|
@@ -83,7 +82,6 @@ export declare class Signer extends SignerClient {
|
|
|
83
82
|
options: __HttpHandlerOptions,
|
|
84
83
|
cb: (err: any, data?: AddProfilePermissionCommandOutput) => void
|
|
85
84
|
): void;
|
|
86
|
-
|
|
87
85
|
cancelSigningProfile(
|
|
88
86
|
args: CancelSigningProfileCommandInput,
|
|
89
87
|
options?: __HttpHandlerOptions
|
|
@@ -97,7 +95,6 @@ export declare class Signer extends SignerClient {
|
|
|
97
95
|
options: __HttpHandlerOptions,
|
|
98
96
|
cb: (err: any, data?: CancelSigningProfileCommandOutput) => void
|
|
99
97
|
): void;
|
|
100
|
-
|
|
101
98
|
describeSigningJob(
|
|
102
99
|
args: DescribeSigningJobCommandInput,
|
|
103
100
|
options?: __HttpHandlerOptions
|
|
@@ -111,7 +108,6 @@ export declare class Signer extends SignerClient {
|
|
|
111
108
|
options: __HttpHandlerOptions,
|
|
112
109
|
cb: (err: any, data?: DescribeSigningJobCommandOutput) => void
|
|
113
110
|
): void;
|
|
114
|
-
|
|
115
111
|
getSigningPlatform(
|
|
116
112
|
args: GetSigningPlatformCommandInput,
|
|
117
113
|
options?: __HttpHandlerOptions
|
|
@@ -125,7 +121,6 @@ export declare class Signer extends SignerClient {
|
|
|
125
121
|
options: __HttpHandlerOptions,
|
|
126
122
|
cb: (err: any, data?: GetSigningPlatformCommandOutput) => void
|
|
127
123
|
): void;
|
|
128
|
-
|
|
129
124
|
getSigningProfile(
|
|
130
125
|
args: GetSigningProfileCommandInput,
|
|
131
126
|
options?: __HttpHandlerOptions
|
|
@@ -139,7 +134,6 @@ export declare class Signer extends SignerClient {
|
|
|
139
134
|
options: __HttpHandlerOptions,
|
|
140
135
|
cb: (err: any, data?: GetSigningProfileCommandOutput) => void
|
|
141
136
|
): void;
|
|
142
|
-
|
|
143
137
|
listProfilePermissions(
|
|
144
138
|
args: ListProfilePermissionsCommandInput,
|
|
145
139
|
options?: __HttpHandlerOptions
|
|
@@ -153,7 +147,6 @@ export declare class Signer extends SignerClient {
|
|
|
153
147
|
options: __HttpHandlerOptions,
|
|
154
148
|
cb: (err: any, data?: ListProfilePermissionsCommandOutput) => void
|
|
155
149
|
): void;
|
|
156
|
-
|
|
157
150
|
listSigningJobs(
|
|
158
151
|
args: ListSigningJobsCommandInput,
|
|
159
152
|
options?: __HttpHandlerOptions
|
|
@@ -167,7 +160,6 @@ export declare class Signer extends SignerClient {
|
|
|
167
160
|
options: __HttpHandlerOptions,
|
|
168
161
|
cb: (err: any, data?: ListSigningJobsCommandOutput) => void
|
|
169
162
|
): void;
|
|
170
|
-
|
|
171
163
|
listSigningPlatforms(
|
|
172
164
|
args: ListSigningPlatformsCommandInput,
|
|
173
165
|
options?: __HttpHandlerOptions
|
|
@@ -181,7 +173,6 @@ export declare class Signer extends SignerClient {
|
|
|
181
173
|
options: __HttpHandlerOptions,
|
|
182
174
|
cb: (err: any, data?: ListSigningPlatformsCommandOutput) => void
|
|
183
175
|
): void;
|
|
184
|
-
|
|
185
176
|
listSigningProfiles(
|
|
186
177
|
args: ListSigningProfilesCommandInput,
|
|
187
178
|
options?: __HttpHandlerOptions
|
|
@@ -195,7 +186,6 @@ export declare class Signer extends SignerClient {
|
|
|
195
186
|
options: __HttpHandlerOptions,
|
|
196
187
|
cb: (err: any, data?: ListSigningProfilesCommandOutput) => void
|
|
197
188
|
): void;
|
|
198
|
-
|
|
199
189
|
listTagsForResource(
|
|
200
190
|
args: ListTagsForResourceCommandInput,
|
|
201
191
|
options?: __HttpHandlerOptions
|
|
@@ -209,7 +199,6 @@ export declare class Signer extends SignerClient {
|
|
|
209
199
|
options: __HttpHandlerOptions,
|
|
210
200
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
211
201
|
): void;
|
|
212
|
-
|
|
213
202
|
putSigningProfile(
|
|
214
203
|
args: PutSigningProfileCommandInput,
|
|
215
204
|
options?: __HttpHandlerOptions
|
|
@@ -223,7 +212,6 @@ export declare class Signer extends SignerClient {
|
|
|
223
212
|
options: __HttpHandlerOptions,
|
|
224
213
|
cb: (err: any, data?: PutSigningProfileCommandOutput) => void
|
|
225
214
|
): void;
|
|
226
|
-
|
|
227
215
|
removeProfilePermission(
|
|
228
216
|
args: RemoveProfilePermissionCommandInput,
|
|
229
217
|
options?: __HttpHandlerOptions
|
|
@@ -237,7 +225,6 @@ export declare class Signer extends SignerClient {
|
|
|
237
225
|
options: __HttpHandlerOptions,
|
|
238
226
|
cb: (err: any, data?: RemoveProfilePermissionCommandOutput) => void
|
|
239
227
|
): void;
|
|
240
|
-
|
|
241
228
|
revokeSignature(
|
|
242
229
|
args: RevokeSignatureCommandInput,
|
|
243
230
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +238,6 @@ export declare class Signer extends SignerClient {
|
|
|
251
238
|
options: __HttpHandlerOptions,
|
|
252
239
|
cb: (err: any, data?: RevokeSignatureCommandOutput) => void
|
|
253
240
|
): void;
|
|
254
|
-
|
|
255
241
|
revokeSigningProfile(
|
|
256
242
|
args: RevokeSigningProfileCommandInput,
|
|
257
243
|
options?: __HttpHandlerOptions
|
|
@@ -265,7 +251,6 @@ export declare class Signer extends SignerClient {
|
|
|
265
251
|
options: __HttpHandlerOptions,
|
|
266
252
|
cb: (err: any, data?: RevokeSigningProfileCommandOutput) => void
|
|
267
253
|
): void;
|
|
268
|
-
|
|
269
254
|
startSigningJob(
|
|
270
255
|
args: StartSigningJobCommandInput,
|
|
271
256
|
options?: __HttpHandlerOptions
|
|
@@ -279,7 +264,6 @@ export declare class Signer extends SignerClient {
|
|
|
279
264
|
options: __HttpHandlerOptions,
|
|
280
265
|
cb: (err: any, data?: StartSigningJobCommandOutput) => void
|
|
281
266
|
): void;
|
|
282
|
-
|
|
283
267
|
tagResource(
|
|
284
268
|
args: TagResourceCommandInput,
|
|
285
269
|
options?: __HttpHandlerOptions
|
|
@@ -293,7 +277,6 @@ export declare class Signer extends SignerClient {
|
|
|
293
277
|
options: __HttpHandlerOptions,
|
|
294
278
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
295
279
|
): void;
|
|
296
|
-
|
|
297
280
|
untagResource(
|
|
298
281
|
args: UntagResourceCommandInput,
|
|
299
282
|
options?: __HttpHandlerOptions
|
|
@@ -149,47 +149,26 @@ export declare type ServiceOutputTypes =
|
|
|
149
149
|
export interface ClientDefaults
|
|
150
150
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
151
151
|
requestHandler?: __HttpHandler;
|
|
152
|
-
|
|
153
152
|
sha256?: __HashConstructor;
|
|
154
|
-
|
|
155
153
|
urlParser?: __UrlParser;
|
|
156
|
-
|
|
157
154
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
158
|
-
|
|
159
155
|
streamCollector?: __StreamCollector;
|
|
160
|
-
|
|
161
156
|
base64Decoder?: __Decoder;
|
|
162
|
-
|
|
163
157
|
base64Encoder?: __Encoder;
|
|
164
|
-
|
|
165
158
|
utf8Decoder?: __Decoder;
|
|
166
|
-
|
|
167
159
|
utf8Encoder?: __Encoder;
|
|
168
|
-
|
|
169
160
|
runtime?: string;
|
|
170
|
-
|
|
171
161
|
disableHostPrefix?: boolean;
|
|
172
|
-
|
|
173
162
|
maxAttempts?: number | __Provider<number>;
|
|
174
|
-
|
|
175
163
|
retryMode?: string | __Provider<string>;
|
|
176
|
-
|
|
177
164
|
logger?: __Logger;
|
|
178
|
-
|
|
179
165
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
180
|
-
|
|
181
166
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
182
|
-
|
|
183
167
|
serviceId?: string;
|
|
184
|
-
|
|
185
168
|
region?: string | __Provider<string>;
|
|
186
|
-
|
|
187
169
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
188
|
-
|
|
189
170
|
regionInfoProvider?: RegionInfoProvider;
|
|
190
|
-
|
|
191
171
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
192
|
-
|
|
193
172
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
194
173
|
}
|
|
195
174
|
declare type SignerClientConfigType = Partial<
|
|
@@ -202,7 +181,6 @@ declare type SignerClientConfigType = Partial<
|
|
|
202
181
|
HostHeaderInputConfig &
|
|
203
182
|
AwsAuthInputConfig &
|
|
204
183
|
UserAgentInputConfig;
|
|
205
|
-
|
|
206
184
|
export interface SignerClientConfig extends SignerClientConfigType {}
|
|
207
185
|
declare type SignerClientResolvedConfigType =
|
|
208
186
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -213,10 +191,8 @@ declare type SignerClientResolvedConfigType =
|
|
|
213
191
|
HostHeaderResolvedConfig &
|
|
214
192
|
AwsAuthResolvedConfig &
|
|
215
193
|
UserAgentResolvedConfig;
|
|
216
|
-
|
|
217
194
|
export interface SignerClientResolvedConfig
|
|
218
195
|
extends SignerClientResolvedConfigType {}
|
|
219
|
-
|
|
220
196
|
export declare class SignerClient extends __Client<
|
|
221
197
|
__HttpHandlerOptions,
|
|
222
198
|
ServiceInputTypes,
|
|
@@ -225,7 +201,6 @@ export declare class SignerClient extends __Client<
|
|
|
225
201
|
> {
|
|
226
202
|
readonly config: SignerClientResolvedConfig;
|
|
227
203
|
constructor(configuration: SignerClientConfig);
|
|
228
|
-
|
|
229
204
|
destroy(): void;
|
|
230
205
|
}
|
|
231
206
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AddProfilePermissionCommandInput
|
|
|
19
19
|
export interface AddProfilePermissionCommandOutput
|
|
20
20
|
extends AddProfilePermissionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AddProfilePermissionCommand extends $Command<
|
|
24
23
|
AddProfilePermissionCommandInput,
|
|
25
24
|
AddProfilePermissionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AddProfilePermissionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AddProfilePermissionCommandInput;
|
|
29
28
|
constructor(input: AddProfilePermissionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SignerClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface CancelSigningProfileCommandInput
|
|
15
15
|
extends CancelSigningProfileRequest {}
|
|
16
16
|
export interface CancelSigningProfileCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class CancelSigningProfileCommand extends $Command<
|
|
19
18
|
CancelSigningProfileCommandInput,
|
|
20
19
|
CancelSigningProfileCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class CancelSigningProfileCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: CancelSigningProfileCommandInput;
|
|
24
23
|
constructor(input: CancelSigningProfileCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: SignerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeSigningJobCommandInput
|
|
|
19
19
|
export interface DescribeSigningJobCommandOutput
|
|
20
20
|
extends DescribeSigningJobResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeSigningJobCommand extends $Command<
|
|
24
23
|
DescribeSigningJobCommandInput,
|
|
25
24
|
DescribeSigningJobCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeSigningJobCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeSigningJobCommandInput;
|
|
29
28
|
constructor(input: DescribeSigningJobCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SignerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSigningPlatformCommandInput
|
|
|
19
19
|
export interface GetSigningPlatformCommandOutput
|
|
20
20
|
extends GetSigningPlatformResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSigningPlatformCommand extends $Command<
|
|
24
23
|
GetSigningPlatformCommandInput,
|
|
25
24
|
GetSigningPlatformCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSigningPlatformCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSigningPlatformCommandInput;
|
|
29
28
|
constructor(input: GetSigningPlatformCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SignerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSigningProfileCommandInput
|
|
|
19
19
|
export interface GetSigningProfileCommandOutput
|
|
20
20
|
extends GetSigningProfileResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSigningProfileCommand extends $Command<
|
|
24
23
|
GetSigningProfileCommandInput,
|
|
25
24
|
GetSigningProfileCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSigningProfileCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSigningProfileCommandInput;
|
|
29
28
|
constructor(input: GetSigningProfileCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SignerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListProfilePermissionsCommandInput
|
|
|
19
19
|
export interface ListProfilePermissionsCommandOutput
|
|
20
20
|
extends ListProfilePermissionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListProfilePermissionsCommand extends $Command<
|
|
24
23
|
ListProfilePermissionsCommandInput,
|
|
25
24
|
ListProfilePermissionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListProfilePermissionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListProfilePermissionsCommandInput;
|
|
29
28
|
constructor(input: ListProfilePermissionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SignerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListSigningJobsCommandInput extends ListSigningJobsRequest {}
|
|
|
18
18
|
export interface ListSigningJobsCommandOutput
|
|
19
19
|
extends ListSigningJobsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListSigningJobsCommand extends $Command<
|
|
23
22
|
ListSigningJobsCommandInput,
|
|
24
23
|
ListSigningJobsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListSigningJobsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListSigningJobsCommandInput;
|
|
28
27
|
constructor(input: ListSigningJobsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SignerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSigningPlatformsCommandInput
|
|
|
19
19
|
export interface ListSigningPlatformsCommandOutput
|
|
20
20
|
extends ListSigningPlatformsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSigningPlatformsCommand extends $Command<
|
|
24
23
|
ListSigningPlatformsCommandInput,
|
|
25
24
|
ListSigningPlatformsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSigningPlatformsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSigningPlatformsCommandInput;
|
|
29
28
|
constructor(input: ListSigningPlatformsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SignerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSigningProfilesCommandInput
|
|
|
19
19
|
export interface ListSigningProfilesCommandOutput
|
|
20
20
|
extends ListSigningProfilesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSigningProfilesCommand extends $Command<
|
|
24
23
|
ListSigningProfilesCommandInput,
|
|
25
24
|
ListSigningProfilesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSigningProfilesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSigningProfilesCommandInput;
|
|
29
28
|
constructor(input: ListSigningProfilesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SignerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SignerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutSigningProfileCommandInput
|
|
|
19
19
|
export interface PutSigningProfileCommandOutput
|
|
20
20
|
extends PutSigningProfileResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutSigningProfileCommand extends $Command<
|
|
24
23
|
PutSigningProfileCommandInput,
|
|
25
24
|
PutSigningProfileCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutSigningProfileCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutSigningProfileCommandInput;
|
|
29
28
|
constructor(input: PutSigningProfileCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SignerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RemoveProfilePermissionCommandInput
|
|
|
19
19
|
export interface RemoveProfilePermissionCommandOutput
|
|
20
20
|
extends RemoveProfilePermissionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RemoveProfilePermissionCommand extends $Command<
|
|
24
23
|
RemoveProfilePermissionCommandInput,
|
|
25
24
|
RemoveProfilePermissionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RemoveProfilePermissionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RemoveProfilePermissionCommandInput;
|
|
29
28
|
constructor(input: RemoveProfilePermissionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SignerClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SignerClient";
|
|
14
14
|
export interface RevokeSignatureCommandInput extends RevokeSignatureRequest {}
|
|
15
15
|
export interface RevokeSignatureCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class RevokeSignatureCommand extends $Command<
|
|
18
17
|
RevokeSignatureCommandInput,
|
|
19
18
|
RevokeSignatureCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class RevokeSignatureCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: RevokeSignatureCommandInput;
|
|
23
22
|
constructor(input: RevokeSignatureCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SignerClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
export interface RevokeSigningProfileCommandInput
|
|
15
15
|
extends RevokeSigningProfileRequest {}
|
|
16
16
|
export interface RevokeSigningProfileCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class RevokeSigningProfileCommand extends $Command<
|
|
19
18
|
RevokeSigningProfileCommandInput,
|
|
20
19
|
RevokeSigningProfileCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class RevokeSigningProfileCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: RevokeSigningProfileCommandInput;
|
|
24
23
|
constructor(input: RevokeSigningProfileCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: SignerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartSigningJobCommandInput extends StartSigningJobRequest {}
|
|
|
18
18
|
export interface StartSigningJobCommandOutput
|
|
19
19
|
extends StartSigningJobResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartSigningJobCommand extends $Command<
|
|
23
22
|
StartSigningJobCommandInput,
|
|
24
23
|
StartSigningJobCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartSigningJobCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartSigningJobCommandInput;
|
|
28
27
|
constructor(input: StartSigningJobCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SignerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SignerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SignerClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class SignerServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|