@aws-sdk/client-signer 3.169.0 → 3.171.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Signer.d.ts +293 -90
  3. package/dist-types/ts3.4/SignerClient.d.ts +206 -90
  4. package/dist-types/ts3.4/commands/AddProfilePermissionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CancelSigningProfileCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/DescribeSigningJobCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/GetSigningPlatformCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/GetSigningProfileCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/ListProfilePermissionsCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/ListSigningJobsCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/ListSigningPlatformsCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/ListSigningProfilesCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/PutSigningProfileCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/RemoveProfilePermissionCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/RevokeSignatureCommand.d.ts +30 -17
  17. package/dist-types/ts3.4/commands/RevokeSigningProfileCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/StartSigningJobCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/index.d.ts +17 -17
  22. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  23. package/dist-types/ts3.4/index.d.ts +7 -7
  24. package/dist-types/ts3.4/models/SignerServiceException.d.ts +7 -6
  25. package/dist-types/ts3.4/models/index.d.ts +1 -1
  26. package/dist-types/ts3.4/models/models_0.d.ts +514 -689
  27. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  28. package/dist-types/ts3.4/pagination/ListSigningJobsPaginator.d.ts +11 -4
  29. package/dist-types/ts3.4/pagination/ListSigningPlatformsPaginator.d.ts +11 -4
  30. package/dist-types/ts3.4/pagination/ListSigningProfilesPaginator.d.ts +11 -4
  31. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  32. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +209 -53
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  37. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  38. package/dist-types/ts3.4/waiters/waitForSuccessfulSigningJob.d.ts +11 -7
  39. package/package.json +35 -35
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-signer
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-signer
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-signer
@@ -1,90 +1,293 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput } from "./commands/AddProfilePermissionCommand";
3
- import { CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput } from "./commands/CancelSigningProfileCommand";
4
- import { DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput } from "./commands/DescribeSigningJobCommand";
5
- import { GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput } from "./commands/GetSigningPlatformCommand";
6
- import { GetSigningProfileCommandInput, GetSigningProfileCommandOutput } from "./commands/GetSigningProfileCommand";
7
- import { ListProfilePermissionsCommandInput, ListProfilePermissionsCommandOutput } from "./commands/ListProfilePermissionsCommand";
8
- import { ListSigningJobsCommandInput, ListSigningJobsCommandOutput } from "./commands/ListSigningJobsCommand";
9
- import { ListSigningPlatformsCommandInput, ListSigningPlatformsCommandOutput } from "./commands/ListSigningPlatformsCommand";
10
- import { ListSigningProfilesCommandInput, ListSigningProfilesCommandOutput } from "./commands/ListSigningProfilesCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
12
- import { PutSigningProfileCommandInput, PutSigningProfileCommandOutput } from "./commands/PutSigningProfileCommand";
13
- import { RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput } from "./commands/RemoveProfilePermissionCommand";
14
- import { RevokeSignatureCommandInput, RevokeSignatureCommandOutput } from "./commands/RevokeSignatureCommand";
15
- import { RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput } from "./commands/RevokeSigningProfileCommand";
16
- import { StartSigningJobCommandInput, StartSigningJobCommandOutput } from "./commands/StartSigningJobCommand";
17
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
18
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
19
- import { SignerClient } from "./SignerClient";
20
-
21
- export declare class Signer extends SignerClient {
22
-
23
- addProfilePermission(args: AddProfilePermissionCommandInput, options?: __HttpHandlerOptions): Promise<AddProfilePermissionCommandOutput>;
24
- addProfilePermission(args: AddProfilePermissionCommandInput, cb: (err: any, data?: AddProfilePermissionCommandOutput) => void): void;
25
- addProfilePermission(args: AddProfilePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddProfilePermissionCommandOutput) => void): void;
26
-
27
- cancelSigningProfile(args: CancelSigningProfileCommandInput, options?: __HttpHandlerOptions): Promise<CancelSigningProfileCommandOutput>;
28
- cancelSigningProfile(args: CancelSigningProfileCommandInput, cb: (err: any, data?: CancelSigningProfileCommandOutput) => void): void;
29
- cancelSigningProfile(args: CancelSigningProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelSigningProfileCommandOutput) => void): void;
30
-
31
- describeSigningJob(args: DescribeSigningJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSigningJobCommandOutput>;
32
- describeSigningJob(args: DescribeSigningJobCommandInput, cb: (err: any, data?: DescribeSigningJobCommandOutput) => void): void;
33
- describeSigningJob(args: DescribeSigningJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSigningJobCommandOutput) => void): void;
34
-
35
- getSigningPlatform(args: GetSigningPlatformCommandInput, options?: __HttpHandlerOptions): Promise<GetSigningPlatformCommandOutput>;
36
- getSigningPlatform(args: GetSigningPlatformCommandInput, cb: (err: any, data?: GetSigningPlatformCommandOutput) => void): void;
37
- getSigningPlatform(args: GetSigningPlatformCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSigningPlatformCommandOutput) => void): void;
38
-
39
- getSigningProfile(args: GetSigningProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetSigningProfileCommandOutput>;
40
- getSigningProfile(args: GetSigningProfileCommandInput, cb: (err: any, data?: GetSigningProfileCommandOutput) => void): void;
41
- getSigningProfile(args: GetSigningProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSigningProfileCommandOutput) => void): void;
42
-
43
- listProfilePermissions(args: ListProfilePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ListProfilePermissionsCommandOutput>;
44
- listProfilePermissions(args: ListProfilePermissionsCommandInput, cb: (err: any, data?: ListProfilePermissionsCommandOutput) => void): void;
45
- listProfilePermissions(args: ListProfilePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilePermissionsCommandOutput) => void): void;
46
-
47
- listSigningJobs(args: ListSigningJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListSigningJobsCommandOutput>;
48
- listSigningJobs(args: ListSigningJobsCommandInput, cb: (err: any, data?: ListSigningJobsCommandOutput) => void): void;
49
- listSigningJobs(args: ListSigningJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSigningJobsCommandOutput) => void): void;
50
-
51
- listSigningPlatforms(args: ListSigningPlatformsCommandInput, options?: __HttpHandlerOptions): Promise<ListSigningPlatformsCommandOutput>;
52
- listSigningPlatforms(args: ListSigningPlatformsCommandInput, cb: (err: any, data?: ListSigningPlatformsCommandOutput) => void): void;
53
- listSigningPlatforms(args: ListSigningPlatformsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSigningPlatformsCommandOutput) => void): void;
54
-
55
- listSigningProfiles(args: ListSigningProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListSigningProfilesCommandOutput>;
56
- listSigningProfiles(args: ListSigningProfilesCommandInput, cb: (err: any, data?: ListSigningProfilesCommandOutput) => void): void;
57
- listSigningProfiles(args: ListSigningProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSigningProfilesCommandOutput) => void): void;
58
-
59
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
60
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
61
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
62
-
63
- putSigningProfile(args: PutSigningProfileCommandInput, options?: __HttpHandlerOptions): Promise<PutSigningProfileCommandOutput>;
64
- putSigningProfile(args: PutSigningProfileCommandInput, cb: (err: any, data?: PutSigningProfileCommandOutput) => void): void;
65
- putSigningProfile(args: PutSigningProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSigningProfileCommandOutput) => void): void;
66
-
67
- removeProfilePermission(args: RemoveProfilePermissionCommandInput, options?: __HttpHandlerOptions): Promise<RemoveProfilePermissionCommandOutput>;
68
- removeProfilePermission(args: RemoveProfilePermissionCommandInput, cb: (err: any, data?: RemoveProfilePermissionCommandOutput) => void): void;
69
- removeProfilePermission(args: RemoveProfilePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveProfilePermissionCommandOutput) => void): void;
70
-
71
- revokeSignature(args: RevokeSignatureCommandInput, options?: __HttpHandlerOptions): Promise<RevokeSignatureCommandOutput>;
72
- revokeSignature(args: RevokeSignatureCommandInput, cb: (err: any, data?: RevokeSignatureCommandOutput) => void): void;
73
- revokeSignature(args: RevokeSignatureCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeSignatureCommandOutput) => void): void;
74
-
75
- revokeSigningProfile(args: RevokeSigningProfileCommandInput, options?: __HttpHandlerOptions): Promise<RevokeSigningProfileCommandOutput>;
76
- revokeSigningProfile(args: RevokeSigningProfileCommandInput, cb: (err: any, data?: RevokeSigningProfileCommandOutput) => void): void;
77
- revokeSigningProfile(args: RevokeSigningProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeSigningProfileCommandOutput) => void): void;
78
-
79
- startSigningJob(args: StartSigningJobCommandInput, options?: __HttpHandlerOptions): Promise<StartSigningJobCommandOutput>;
80
- startSigningJob(args: StartSigningJobCommandInput, cb: (err: any, data?: StartSigningJobCommandOutput) => void): void;
81
- startSigningJob(args: StartSigningJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSigningJobCommandOutput) => void): void;
82
-
83
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
84
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
85
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
86
-
87
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
88
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
89
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
90
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AddProfilePermissionCommandInput,
4
+ AddProfilePermissionCommandOutput,
5
+ } from "./commands/AddProfilePermissionCommand";
6
+ import {
7
+ CancelSigningProfileCommandInput,
8
+ CancelSigningProfileCommandOutput,
9
+ } from "./commands/CancelSigningProfileCommand";
10
+ import {
11
+ DescribeSigningJobCommandInput,
12
+ DescribeSigningJobCommandOutput,
13
+ } from "./commands/DescribeSigningJobCommand";
14
+ import {
15
+ GetSigningPlatformCommandInput,
16
+ GetSigningPlatformCommandOutput,
17
+ } from "./commands/GetSigningPlatformCommand";
18
+ import {
19
+ GetSigningProfileCommandInput,
20
+ GetSigningProfileCommandOutput,
21
+ } from "./commands/GetSigningProfileCommand";
22
+ import {
23
+ ListProfilePermissionsCommandInput,
24
+ ListProfilePermissionsCommandOutput,
25
+ } from "./commands/ListProfilePermissionsCommand";
26
+ import {
27
+ ListSigningJobsCommandInput,
28
+ ListSigningJobsCommandOutput,
29
+ } from "./commands/ListSigningJobsCommand";
30
+ import {
31
+ ListSigningPlatformsCommandInput,
32
+ ListSigningPlatformsCommandOutput,
33
+ } from "./commands/ListSigningPlatformsCommand";
34
+ import {
35
+ ListSigningProfilesCommandInput,
36
+ ListSigningProfilesCommandOutput,
37
+ } from "./commands/ListSigningProfilesCommand";
38
+ import {
39
+ ListTagsForResourceCommandInput,
40
+ ListTagsForResourceCommandOutput,
41
+ } from "./commands/ListTagsForResourceCommand";
42
+ import {
43
+ PutSigningProfileCommandInput,
44
+ PutSigningProfileCommandOutput,
45
+ } from "./commands/PutSigningProfileCommand";
46
+ import {
47
+ RemoveProfilePermissionCommandInput,
48
+ RemoveProfilePermissionCommandOutput,
49
+ } from "./commands/RemoveProfilePermissionCommand";
50
+ import {
51
+ RevokeSignatureCommandInput,
52
+ RevokeSignatureCommandOutput,
53
+ } from "./commands/RevokeSignatureCommand";
54
+ import {
55
+ RevokeSigningProfileCommandInput,
56
+ RevokeSigningProfileCommandOutput,
57
+ } from "./commands/RevokeSigningProfileCommand";
58
+ import {
59
+ StartSigningJobCommandInput,
60
+ StartSigningJobCommandOutput,
61
+ } from "./commands/StartSigningJobCommand";
62
+ import {
63
+ TagResourceCommandInput,
64
+ TagResourceCommandOutput,
65
+ } from "./commands/TagResourceCommand";
66
+ import {
67
+ UntagResourceCommandInput,
68
+ UntagResourceCommandOutput,
69
+ } from "./commands/UntagResourceCommand";
70
+ import { SignerClient } from "./SignerClient";
71
+ export declare class Signer extends SignerClient {
72
+ addProfilePermission(
73
+ args: AddProfilePermissionCommandInput,
74
+ options?: __HttpHandlerOptions
75
+ ): Promise<AddProfilePermissionCommandOutput>;
76
+ addProfilePermission(
77
+ args: AddProfilePermissionCommandInput,
78
+ cb: (err: any, data?: AddProfilePermissionCommandOutput) => void
79
+ ): void;
80
+ addProfilePermission(
81
+ args: AddProfilePermissionCommandInput,
82
+ options: __HttpHandlerOptions,
83
+ cb: (err: any, data?: AddProfilePermissionCommandOutput) => void
84
+ ): void;
85
+ cancelSigningProfile(
86
+ args: CancelSigningProfileCommandInput,
87
+ options?: __HttpHandlerOptions
88
+ ): Promise<CancelSigningProfileCommandOutput>;
89
+ cancelSigningProfile(
90
+ args: CancelSigningProfileCommandInput,
91
+ cb: (err: any, data?: CancelSigningProfileCommandOutput) => void
92
+ ): void;
93
+ cancelSigningProfile(
94
+ args: CancelSigningProfileCommandInput,
95
+ options: __HttpHandlerOptions,
96
+ cb: (err: any, data?: CancelSigningProfileCommandOutput) => void
97
+ ): void;
98
+ describeSigningJob(
99
+ args: DescribeSigningJobCommandInput,
100
+ options?: __HttpHandlerOptions
101
+ ): Promise<DescribeSigningJobCommandOutput>;
102
+ describeSigningJob(
103
+ args: DescribeSigningJobCommandInput,
104
+ cb: (err: any, data?: DescribeSigningJobCommandOutput) => void
105
+ ): void;
106
+ describeSigningJob(
107
+ args: DescribeSigningJobCommandInput,
108
+ options: __HttpHandlerOptions,
109
+ cb: (err: any, data?: DescribeSigningJobCommandOutput) => void
110
+ ): void;
111
+ getSigningPlatform(
112
+ args: GetSigningPlatformCommandInput,
113
+ options?: __HttpHandlerOptions
114
+ ): Promise<GetSigningPlatformCommandOutput>;
115
+ getSigningPlatform(
116
+ args: GetSigningPlatformCommandInput,
117
+ cb: (err: any, data?: GetSigningPlatformCommandOutput) => void
118
+ ): void;
119
+ getSigningPlatform(
120
+ args: GetSigningPlatformCommandInput,
121
+ options: __HttpHandlerOptions,
122
+ cb: (err: any, data?: GetSigningPlatformCommandOutput) => void
123
+ ): void;
124
+ getSigningProfile(
125
+ args: GetSigningProfileCommandInput,
126
+ options?: __HttpHandlerOptions
127
+ ): Promise<GetSigningProfileCommandOutput>;
128
+ getSigningProfile(
129
+ args: GetSigningProfileCommandInput,
130
+ cb: (err: any, data?: GetSigningProfileCommandOutput) => void
131
+ ): void;
132
+ getSigningProfile(
133
+ args: GetSigningProfileCommandInput,
134
+ options: __HttpHandlerOptions,
135
+ cb: (err: any, data?: GetSigningProfileCommandOutput) => void
136
+ ): void;
137
+ listProfilePermissions(
138
+ args: ListProfilePermissionsCommandInput,
139
+ options?: __HttpHandlerOptions
140
+ ): Promise<ListProfilePermissionsCommandOutput>;
141
+ listProfilePermissions(
142
+ args: ListProfilePermissionsCommandInput,
143
+ cb: (err: any, data?: ListProfilePermissionsCommandOutput) => void
144
+ ): void;
145
+ listProfilePermissions(
146
+ args: ListProfilePermissionsCommandInput,
147
+ options: __HttpHandlerOptions,
148
+ cb: (err: any, data?: ListProfilePermissionsCommandOutput) => void
149
+ ): void;
150
+ listSigningJobs(
151
+ args: ListSigningJobsCommandInput,
152
+ options?: __HttpHandlerOptions
153
+ ): Promise<ListSigningJobsCommandOutput>;
154
+ listSigningJobs(
155
+ args: ListSigningJobsCommandInput,
156
+ cb: (err: any, data?: ListSigningJobsCommandOutput) => void
157
+ ): void;
158
+ listSigningJobs(
159
+ args: ListSigningJobsCommandInput,
160
+ options: __HttpHandlerOptions,
161
+ cb: (err: any, data?: ListSigningJobsCommandOutput) => void
162
+ ): void;
163
+ listSigningPlatforms(
164
+ args: ListSigningPlatformsCommandInput,
165
+ options?: __HttpHandlerOptions
166
+ ): Promise<ListSigningPlatformsCommandOutput>;
167
+ listSigningPlatforms(
168
+ args: ListSigningPlatformsCommandInput,
169
+ cb: (err: any, data?: ListSigningPlatformsCommandOutput) => void
170
+ ): void;
171
+ listSigningPlatforms(
172
+ args: ListSigningPlatformsCommandInput,
173
+ options: __HttpHandlerOptions,
174
+ cb: (err: any, data?: ListSigningPlatformsCommandOutput) => void
175
+ ): void;
176
+ listSigningProfiles(
177
+ args: ListSigningProfilesCommandInput,
178
+ options?: __HttpHandlerOptions
179
+ ): Promise<ListSigningProfilesCommandOutput>;
180
+ listSigningProfiles(
181
+ args: ListSigningProfilesCommandInput,
182
+ cb: (err: any, data?: ListSigningProfilesCommandOutput) => void
183
+ ): void;
184
+ listSigningProfiles(
185
+ args: ListSigningProfilesCommandInput,
186
+ options: __HttpHandlerOptions,
187
+ cb: (err: any, data?: ListSigningProfilesCommandOutput) => void
188
+ ): void;
189
+ listTagsForResource(
190
+ args: ListTagsForResourceCommandInput,
191
+ options?: __HttpHandlerOptions
192
+ ): Promise<ListTagsForResourceCommandOutput>;
193
+ listTagsForResource(
194
+ args: ListTagsForResourceCommandInput,
195
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
196
+ ): void;
197
+ listTagsForResource(
198
+ args: ListTagsForResourceCommandInput,
199
+ options: __HttpHandlerOptions,
200
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
201
+ ): void;
202
+ putSigningProfile(
203
+ args: PutSigningProfileCommandInput,
204
+ options?: __HttpHandlerOptions
205
+ ): Promise<PutSigningProfileCommandOutput>;
206
+ putSigningProfile(
207
+ args: PutSigningProfileCommandInput,
208
+ cb: (err: any, data?: PutSigningProfileCommandOutput) => void
209
+ ): void;
210
+ putSigningProfile(
211
+ args: PutSigningProfileCommandInput,
212
+ options: __HttpHandlerOptions,
213
+ cb: (err: any, data?: PutSigningProfileCommandOutput) => void
214
+ ): void;
215
+ removeProfilePermission(
216
+ args: RemoveProfilePermissionCommandInput,
217
+ options?: __HttpHandlerOptions
218
+ ): Promise<RemoveProfilePermissionCommandOutput>;
219
+ removeProfilePermission(
220
+ args: RemoveProfilePermissionCommandInput,
221
+ cb: (err: any, data?: RemoveProfilePermissionCommandOutput) => void
222
+ ): void;
223
+ removeProfilePermission(
224
+ args: RemoveProfilePermissionCommandInput,
225
+ options: __HttpHandlerOptions,
226
+ cb: (err: any, data?: RemoveProfilePermissionCommandOutput) => void
227
+ ): void;
228
+ revokeSignature(
229
+ args: RevokeSignatureCommandInput,
230
+ options?: __HttpHandlerOptions
231
+ ): Promise<RevokeSignatureCommandOutput>;
232
+ revokeSignature(
233
+ args: RevokeSignatureCommandInput,
234
+ cb: (err: any, data?: RevokeSignatureCommandOutput) => void
235
+ ): void;
236
+ revokeSignature(
237
+ args: RevokeSignatureCommandInput,
238
+ options: __HttpHandlerOptions,
239
+ cb: (err: any, data?: RevokeSignatureCommandOutput) => void
240
+ ): void;
241
+ revokeSigningProfile(
242
+ args: RevokeSigningProfileCommandInput,
243
+ options?: __HttpHandlerOptions
244
+ ): Promise<RevokeSigningProfileCommandOutput>;
245
+ revokeSigningProfile(
246
+ args: RevokeSigningProfileCommandInput,
247
+ cb: (err: any, data?: RevokeSigningProfileCommandOutput) => void
248
+ ): void;
249
+ revokeSigningProfile(
250
+ args: RevokeSigningProfileCommandInput,
251
+ options: __HttpHandlerOptions,
252
+ cb: (err: any, data?: RevokeSigningProfileCommandOutput) => void
253
+ ): void;
254
+ startSigningJob(
255
+ args: StartSigningJobCommandInput,
256
+ options?: __HttpHandlerOptions
257
+ ): Promise<StartSigningJobCommandOutput>;
258
+ startSigningJob(
259
+ args: StartSigningJobCommandInput,
260
+ cb: (err: any, data?: StartSigningJobCommandOutput) => void
261
+ ): void;
262
+ startSigningJob(
263
+ args: StartSigningJobCommandInput,
264
+ options: __HttpHandlerOptions,
265
+ cb: (err: any, data?: StartSigningJobCommandOutput) => void
266
+ ): void;
267
+ tagResource(
268
+ args: TagResourceCommandInput,
269
+ options?: __HttpHandlerOptions
270
+ ): Promise<TagResourceCommandOutput>;
271
+ tagResource(
272
+ args: TagResourceCommandInput,
273
+ cb: (err: any, data?: TagResourceCommandOutput) => void
274
+ ): void;
275
+ tagResource(
276
+ args: TagResourceCommandInput,
277
+ options: __HttpHandlerOptions,
278
+ cb: (err: any, data?: TagResourceCommandOutput) => void
279
+ ): void;
280
+ untagResource(
281
+ args: UntagResourceCommandInput,
282
+ options?: __HttpHandlerOptions
283
+ ): Promise<UntagResourceCommandOutput>;
284
+ untagResource(
285
+ args: UntagResourceCommandInput,
286
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
287
+ ): void;
288
+ untagResource(
289
+ args: UntagResourceCommandInput,
290
+ options: __HttpHandlerOptions,
291
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
292
+ ): void;
293
+ }