@aws-sdk/client-signer 3.928.0 → 3.930.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 (40) hide show
  1. package/dist-cjs/index.js +988 -980
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SignerClient.js +2 -0
  4. package/dist-es/commands/AddProfilePermissionCommand.js +3 -9
  5. package/dist-es/commands/CancelSigningProfileCommand.js +3 -9
  6. package/dist-es/commands/DescribeSigningJobCommand.js +3 -9
  7. package/dist-es/commands/GetRevocationStatusCommand.js +3 -9
  8. package/dist-es/commands/GetSigningPlatformCommand.js +3 -9
  9. package/dist-es/commands/GetSigningProfileCommand.js +3 -9
  10. package/dist-es/commands/ListProfilePermissionsCommand.js +3 -9
  11. package/dist-es/commands/ListSigningJobsCommand.js +3 -9
  12. package/dist-es/commands/ListSigningPlatformsCommand.js +3 -9
  13. package/dist-es/commands/ListSigningProfilesCommand.js +3 -9
  14. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  15. package/dist-es/commands/PutSigningProfileCommand.js +3 -9
  16. package/dist-es/commands/RemoveProfilePermissionCommand.js +3 -9
  17. package/dist-es/commands/RevokeSignatureCommand.js +3 -9
  18. package/dist-es/commands/RevokeSigningProfileCommand.js +3 -9
  19. package/dist-es/commands/SignPayloadCommand.js +3 -9
  20. package/dist-es/commands/StartSigningJobCommand.js +3 -9
  21. package/dist-es/commands/TagResourceCommand.js +3 -9
  22. package/dist-es/commands/UntagResourceCommand.js +3 -9
  23. package/dist-es/runtimeConfig.shared.js +2 -0
  24. package/dist-es/schemas/schemas_0.js +943 -0
  25. package/dist-types/SignerClient.d.ts +10 -1
  26. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  27. package/dist-types/runtimeConfig.d.ts +1 -0
  28. package/dist-types/runtimeConfig.native.d.ts +1 -0
  29. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  30. package/dist-types/schemas/schemas_0.d.ts +101 -0
  31. package/dist-types/ts3.4/SignerClient.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +106 -0
  37. package/package.json +34 -35
  38. package/dist-es/protocols/Aws_restJson1.js +0 -834
  39. package/dist-types/protocols/Aws_restJson1.d.ts +0 -173
  40. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -233
@@ -1,173 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput } from "../commands/AddProfilePermissionCommand";
4
- import { CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput } from "../commands/CancelSigningProfileCommand";
5
- import { DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput } from "../commands/DescribeSigningJobCommand";
6
- import { GetRevocationStatusCommandInput, GetRevocationStatusCommandOutput } from "../commands/GetRevocationStatusCommand";
7
- import { GetSigningPlatformCommandInput, GetSigningPlatformCommandOutput } from "../commands/GetSigningPlatformCommand";
8
- import { GetSigningProfileCommandInput, GetSigningProfileCommandOutput } from "../commands/GetSigningProfileCommand";
9
- import { ListProfilePermissionsCommandInput, ListProfilePermissionsCommandOutput } from "../commands/ListProfilePermissionsCommand";
10
- import { ListSigningJobsCommandInput, ListSigningJobsCommandOutput } from "../commands/ListSigningJobsCommand";
11
- import { ListSigningPlatformsCommandInput, ListSigningPlatformsCommandOutput } from "../commands/ListSigningPlatformsCommand";
12
- import { ListSigningProfilesCommandInput, ListSigningProfilesCommandOutput } from "../commands/ListSigningProfilesCommand";
13
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
14
- import { PutSigningProfileCommandInput, PutSigningProfileCommandOutput } from "../commands/PutSigningProfileCommand";
15
- import { RemoveProfilePermissionCommandInput, RemoveProfilePermissionCommandOutput } from "../commands/RemoveProfilePermissionCommand";
16
- import { RevokeSignatureCommandInput, RevokeSignatureCommandOutput } from "../commands/RevokeSignatureCommand";
17
- import { RevokeSigningProfileCommandInput, RevokeSigningProfileCommandOutput } from "../commands/RevokeSigningProfileCommand";
18
- import { SignPayloadCommandInput, SignPayloadCommandOutput } from "../commands/SignPayloadCommand";
19
- import { StartSigningJobCommandInput, StartSigningJobCommandOutput } from "../commands/StartSigningJobCommand";
20
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
21
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
22
- /**
23
- * serializeAws_restJson1AddProfilePermissionCommand
24
- */
25
- export declare const se_AddProfilePermissionCommand: (input: AddProfilePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- /**
27
- * serializeAws_restJson1CancelSigningProfileCommand
28
- */
29
- export declare const se_CancelSigningProfileCommand: (input: CancelSigningProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_restJson1DescribeSigningJobCommand
32
- */
33
- export declare const se_DescribeSigningJobCommand: (input: DescribeSigningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1GetRevocationStatusCommand
36
- */
37
- export declare const se_GetRevocationStatusCommand: (input: GetRevocationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1GetSigningPlatformCommand
40
- */
41
- export declare const se_GetSigningPlatformCommand: (input: GetSigningPlatformCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1GetSigningProfileCommand
44
- */
45
- export declare const se_GetSigningProfileCommand: (input: GetSigningProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1ListProfilePermissionsCommand
48
- */
49
- export declare const se_ListProfilePermissionsCommand: (input: ListProfilePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1ListSigningJobsCommand
52
- */
53
- export declare const se_ListSigningJobsCommand: (input: ListSigningJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1ListSigningPlatformsCommand
56
- */
57
- export declare const se_ListSigningPlatformsCommand: (input: ListSigningPlatformsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1ListSigningProfilesCommand
60
- */
61
- export declare const se_ListSigningProfilesCommand: (input: ListSigningProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1ListTagsForResourceCommand
64
- */
65
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1PutSigningProfileCommand
68
- */
69
- export declare const se_PutSigningProfileCommand: (input: PutSigningProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1RemoveProfilePermissionCommand
72
- */
73
- export declare const se_RemoveProfilePermissionCommand: (input: RemoveProfilePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1RevokeSignatureCommand
76
- */
77
- export declare const se_RevokeSignatureCommand: (input: RevokeSignatureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1RevokeSigningProfileCommand
80
- */
81
- export declare const se_RevokeSigningProfileCommand: (input: RevokeSigningProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1SignPayloadCommand
84
- */
85
- export declare const se_SignPayloadCommand: (input: SignPayloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1StartSigningJobCommand
88
- */
89
- export declare const se_StartSigningJobCommand: (input: StartSigningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1TagResourceCommand
92
- */
93
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1UntagResourceCommand
96
- */
97
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * deserializeAws_restJson1AddProfilePermissionCommand
100
- */
101
- export declare const de_AddProfilePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddProfilePermissionCommandOutput>;
102
- /**
103
- * deserializeAws_restJson1CancelSigningProfileCommand
104
- */
105
- export declare const de_CancelSigningProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelSigningProfileCommandOutput>;
106
- /**
107
- * deserializeAws_restJson1DescribeSigningJobCommand
108
- */
109
- export declare const de_DescribeSigningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSigningJobCommandOutput>;
110
- /**
111
- * deserializeAws_restJson1GetRevocationStatusCommand
112
- */
113
- export declare const de_GetRevocationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRevocationStatusCommandOutput>;
114
- /**
115
- * deserializeAws_restJson1GetSigningPlatformCommand
116
- */
117
- export declare const de_GetSigningPlatformCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSigningPlatformCommandOutput>;
118
- /**
119
- * deserializeAws_restJson1GetSigningProfileCommand
120
- */
121
- export declare const de_GetSigningProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSigningProfileCommandOutput>;
122
- /**
123
- * deserializeAws_restJson1ListProfilePermissionsCommand
124
- */
125
- export declare const de_ListProfilePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilePermissionsCommandOutput>;
126
- /**
127
- * deserializeAws_restJson1ListSigningJobsCommand
128
- */
129
- export declare const de_ListSigningJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSigningJobsCommandOutput>;
130
- /**
131
- * deserializeAws_restJson1ListSigningPlatformsCommand
132
- */
133
- export declare const de_ListSigningPlatformsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSigningPlatformsCommandOutput>;
134
- /**
135
- * deserializeAws_restJson1ListSigningProfilesCommand
136
- */
137
- export declare const de_ListSigningProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSigningProfilesCommandOutput>;
138
- /**
139
- * deserializeAws_restJson1ListTagsForResourceCommand
140
- */
141
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
142
- /**
143
- * deserializeAws_restJson1PutSigningProfileCommand
144
- */
145
- export declare const de_PutSigningProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSigningProfileCommandOutput>;
146
- /**
147
- * deserializeAws_restJson1RemoveProfilePermissionCommand
148
- */
149
- export declare const de_RemoveProfilePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveProfilePermissionCommandOutput>;
150
- /**
151
- * deserializeAws_restJson1RevokeSignatureCommand
152
- */
153
- export declare const de_RevokeSignatureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeSignatureCommandOutput>;
154
- /**
155
- * deserializeAws_restJson1RevokeSigningProfileCommand
156
- */
157
- export declare const de_RevokeSigningProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeSigningProfileCommandOutput>;
158
- /**
159
- * deserializeAws_restJson1SignPayloadCommand
160
- */
161
- export declare const de_SignPayloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SignPayloadCommandOutput>;
162
- /**
163
- * deserializeAws_restJson1StartSigningJobCommand
164
- */
165
- export declare const de_StartSigningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSigningJobCommandOutput>;
166
- /**
167
- * deserializeAws_restJson1TagResourceCommand
168
- */
169
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
170
- /**
171
- * deserializeAws_restJson1UntagResourceCommand
172
- */
173
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
@@ -1,233 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddProfilePermissionCommandInput,
8
- AddProfilePermissionCommandOutput,
9
- } from "../commands/AddProfilePermissionCommand";
10
- import {
11
- CancelSigningProfileCommandInput,
12
- CancelSigningProfileCommandOutput,
13
- } from "../commands/CancelSigningProfileCommand";
14
- import {
15
- DescribeSigningJobCommandInput,
16
- DescribeSigningJobCommandOutput,
17
- } from "../commands/DescribeSigningJobCommand";
18
- import {
19
- GetRevocationStatusCommandInput,
20
- GetRevocationStatusCommandOutput,
21
- } from "../commands/GetRevocationStatusCommand";
22
- import {
23
- GetSigningPlatformCommandInput,
24
- GetSigningPlatformCommandOutput,
25
- } from "../commands/GetSigningPlatformCommand";
26
- import {
27
- GetSigningProfileCommandInput,
28
- GetSigningProfileCommandOutput,
29
- } from "../commands/GetSigningProfileCommand";
30
- import {
31
- ListProfilePermissionsCommandInput,
32
- ListProfilePermissionsCommandOutput,
33
- } from "../commands/ListProfilePermissionsCommand";
34
- import {
35
- ListSigningJobsCommandInput,
36
- ListSigningJobsCommandOutput,
37
- } from "../commands/ListSigningJobsCommand";
38
- import {
39
- ListSigningPlatformsCommandInput,
40
- ListSigningPlatformsCommandOutput,
41
- } from "../commands/ListSigningPlatformsCommand";
42
- import {
43
- ListSigningProfilesCommandInput,
44
- ListSigningProfilesCommandOutput,
45
- } from "../commands/ListSigningProfilesCommand";
46
- import {
47
- ListTagsForResourceCommandInput,
48
- ListTagsForResourceCommandOutput,
49
- } from "../commands/ListTagsForResourceCommand";
50
- import {
51
- PutSigningProfileCommandInput,
52
- PutSigningProfileCommandOutput,
53
- } from "../commands/PutSigningProfileCommand";
54
- import {
55
- RemoveProfilePermissionCommandInput,
56
- RemoveProfilePermissionCommandOutput,
57
- } from "../commands/RemoveProfilePermissionCommand";
58
- import {
59
- RevokeSignatureCommandInput,
60
- RevokeSignatureCommandOutput,
61
- } from "../commands/RevokeSignatureCommand";
62
- import {
63
- RevokeSigningProfileCommandInput,
64
- RevokeSigningProfileCommandOutput,
65
- } from "../commands/RevokeSigningProfileCommand";
66
- import {
67
- SignPayloadCommandInput,
68
- SignPayloadCommandOutput,
69
- } from "../commands/SignPayloadCommand";
70
- import {
71
- StartSigningJobCommandInput,
72
- StartSigningJobCommandOutput,
73
- } from "../commands/StartSigningJobCommand";
74
- import {
75
- TagResourceCommandInput,
76
- TagResourceCommandOutput,
77
- } from "../commands/TagResourceCommand";
78
- import {
79
- UntagResourceCommandInput,
80
- UntagResourceCommandOutput,
81
- } from "../commands/UntagResourceCommand";
82
- export declare const se_AddProfilePermissionCommand: (
83
- input: AddProfilePermissionCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_CancelSigningProfileCommand: (
87
- input: CancelSigningProfileCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_DescribeSigningJobCommand: (
91
- input: DescribeSigningJobCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_GetRevocationStatusCommand: (
95
- input: GetRevocationStatusCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_GetSigningPlatformCommand: (
99
- input: GetSigningPlatformCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_GetSigningProfileCommand: (
103
- input: GetSigningProfileCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_ListProfilePermissionsCommand: (
107
- input: ListProfilePermissionsCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_ListSigningJobsCommand: (
111
- input: ListSigningJobsCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_ListSigningPlatformsCommand: (
115
- input: ListSigningPlatformsCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_ListSigningProfilesCommand: (
119
- input: ListSigningProfilesCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_ListTagsForResourceCommand: (
123
- input: ListTagsForResourceCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_PutSigningProfileCommand: (
127
- input: PutSigningProfileCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_RemoveProfilePermissionCommand: (
131
- input: RemoveProfilePermissionCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_RevokeSignatureCommand: (
135
- input: RevokeSignatureCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_RevokeSigningProfileCommand: (
139
- input: RevokeSigningProfileCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_SignPayloadCommand: (
143
- input: SignPayloadCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_StartSigningJobCommand: (
147
- input: StartSigningJobCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_TagResourceCommand: (
151
- input: TagResourceCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_UntagResourceCommand: (
155
- input: UntagResourceCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const de_AddProfilePermissionCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<AddProfilePermissionCommandOutput>;
162
- export declare const de_CancelSigningProfileCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<CancelSigningProfileCommandOutput>;
166
- export declare const de_DescribeSigningJobCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<DescribeSigningJobCommandOutput>;
170
- export declare const de_GetRevocationStatusCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<GetRevocationStatusCommandOutput>;
174
- export declare const de_GetSigningPlatformCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<GetSigningPlatformCommandOutput>;
178
- export declare const de_GetSigningProfileCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<GetSigningProfileCommandOutput>;
182
- export declare const de_ListProfilePermissionsCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<ListProfilePermissionsCommandOutput>;
186
- export declare const de_ListSigningJobsCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<ListSigningJobsCommandOutput>;
190
- export declare const de_ListSigningPlatformsCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<ListSigningPlatformsCommandOutput>;
194
- export declare const de_ListSigningProfilesCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<ListSigningProfilesCommandOutput>;
198
- export declare const de_ListTagsForResourceCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<ListTagsForResourceCommandOutput>;
202
- export declare const de_PutSigningProfileCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<PutSigningProfileCommandOutput>;
206
- export declare const de_RemoveProfilePermissionCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<RemoveProfilePermissionCommandOutput>;
210
- export declare const de_RevokeSignatureCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<RevokeSignatureCommandOutput>;
214
- export declare const de_RevokeSigningProfileCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<RevokeSigningProfileCommandOutput>;
218
- export declare const de_SignPayloadCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<SignPayloadCommandOutput>;
222
- export declare const de_StartSigningJobCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<StartSigningJobCommandOutput>;
226
- export declare const de_TagResourceCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<TagResourceCommandOutput>;
230
- export declare const de_UntagResourceCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<UntagResourceCommandOutput>;