@aws-sdk/client-signer 3.928.0 → 3.929.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/index.js +988 -980
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/SignerClient.js +2 -0
- package/dist-es/commands/AddProfilePermissionCommand.js +3 -9
- package/dist-es/commands/CancelSigningProfileCommand.js +3 -9
- package/dist-es/commands/DescribeSigningJobCommand.js +3 -9
- package/dist-es/commands/GetRevocationStatusCommand.js +3 -9
- package/dist-es/commands/GetSigningPlatformCommand.js +3 -9
- package/dist-es/commands/GetSigningProfileCommand.js +3 -9
- package/dist-es/commands/ListProfilePermissionsCommand.js +3 -9
- package/dist-es/commands/ListSigningJobsCommand.js +3 -9
- package/dist-es/commands/ListSigningPlatformsCommand.js +3 -9
- package/dist-es/commands/ListSigningProfilesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutSigningProfileCommand.js +3 -9
- package/dist-es/commands/RemoveProfilePermissionCommand.js +3 -9
- package/dist-es/commands/RevokeSignatureCommand.js +3 -9
- package/dist-es/commands/RevokeSigningProfileCommand.js +3 -9
- package/dist-es/commands/SignPayloadCommand.js +3 -9
- package/dist-es/commands/StartSigningJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +943 -0
- package/dist-types/SignerClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +101 -0
- package/dist-types/ts3.4/SignerClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +106 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -834
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -173
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -233
|
@@ -1,834 +0,0 @@
|
|
|
1
|
-
import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
2
|
-
import { requestBuilder as rb } from "@smithy/core";
|
|
3
|
-
import { isValidHostname as __isValidHostname, } from "@smithy/protocol-http";
|
|
4
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, serializeDateTime as __serializeDateTime, take, withBaseException, } from "@smithy/smithy-client";
|
|
5
|
-
import { v4 as generateIdempotencyToken } from "@smithy/uuid";
|
|
6
|
-
import { AccessDeniedException, BadRequestException, ConflictException, InternalServiceErrorException, NotFoundException, ResourceNotFoundException, ServiceLimitExceededException, ThrottlingException, TooManyRequestsException, ValidationException, } from "../models/models_0";
|
|
7
|
-
import { SignerServiceException as __BaseException } from "../models/SignerServiceException";
|
|
8
|
-
export const se_AddProfilePermissionCommand = async (input, context) => {
|
|
9
|
-
const b = rb(input, context);
|
|
10
|
-
const headers = {
|
|
11
|
-
"content-type": "application/json",
|
|
12
|
-
};
|
|
13
|
-
b.bp("/signing-profiles/{profileName}/permissions");
|
|
14
|
-
b.p("profileName", () => input.profileName, "{profileName}", false);
|
|
15
|
-
let body;
|
|
16
|
-
body = JSON.stringify(take(input, {
|
|
17
|
-
action: [],
|
|
18
|
-
principal: [],
|
|
19
|
-
profileVersion: [],
|
|
20
|
-
revisionId: [],
|
|
21
|
-
statementId: [],
|
|
22
|
-
}));
|
|
23
|
-
b.m("POST").h(headers).b(body);
|
|
24
|
-
return b.build();
|
|
25
|
-
};
|
|
26
|
-
export const se_CancelSigningProfileCommand = async (input, context) => {
|
|
27
|
-
const b = rb(input, context);
|
|
28
|
-
const headers = {};
|
|
29
|
-
b.bp("/signing-profiles/{profileName}");
|
|
30
|
-
b.p("profileName", () => input.profileName, "{profileName}", false);
|
|
31
|
-
let body;
|
|
32
|
-
b.m("DELETE").h(headers).b(body);
|
|
33
|
-
return b.build();
|
|
34
|
-
};
|
|
35
|
-
export const se_DescribeSigningJobCommand = async (input, context) => {
|
|
36
|
-
const b = rb(input, context);
|
|
37
|
-
const headers = {};
|
|
38
|
-
b.bp("/signing-jobs/{jobId}");
|
|
39
|
-
b.p("jobId", () => input.jobId, "{jobId}", false);
|
|
40
|
-
let body;
|
|
41
|
-
b.m("GET").h(headers).b(body);
|
|
42
|
-
return b.build();
|
|
43
|
-
};
|
|
44
|
-
export const se_GetRevocationStatusCommand = async (input, context) => {
|
|
45
|
-
const b = rb(input, context);
|
|
46
|
-
const headers = {};
|
|
47
|
-
b.bp("/revocations");
|
|
48
|
-
const query = map({
|
|
49
|
-
[_sT]: [
|
|
50
|
-
__expectNonNull(input.signatureTimestamp, `signatureTimestamp`) != null,
|
|
51
|
-
() => __serializeDateTime(input[_sT]).toString(),
|
|
52
|
-
],
|
|
53
|
-
[_pI]: [, __expectNonNull(input[_pI], `platformId`)],
|
|
54
|
-
[_pVA]: [, __expectNonNull(input[_pVA], `profileVersionArn`)],
|
|
55
|
-
[_jA]: [, __expectNonNull(input[_jA], `jobArn`)],
|
|
56
|
-
[_cH]: [__expectNonNull(input.certificateHashes, `certificateHashes`) != null, () => input[_cH] || []],
|
|
57
|
-
});
|
|
58
|
-
let body;
|
|
59
|
-
let { hostname: resolvedHostname } = await context.endpoint();
|
|
60
|
-
if (context.disableHostPrefix !== true) {
|
|
61
|
-
resolvedHostname = "verification." + resolvedHostname;
|
|
62
|
-
if (!__isValidHostname(resolvedHostname)) {
|
|
63
|
-
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
b.hn(resolvedHostname);
|
|
67
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
68
|
-
return b.build();
|
|
69
|
-
};
|
|
70
|
-
export const se_GetSigningPlatformCommand = async (input, context) => {
|
|
71
|
-
const b = rb(input, context);
|
|
72
|
-
const headers = {};
|
|
73
|
-
b.bp("/signing-platforms/{platformId}");
|
|
74
|
-
b.p("platformId", () => input.platformId, "{platformId}", false);
|
|
75
|
-
let body;
|
|
76
|
-
b.m("GET").h(headers).b(body);
|
|
77
|
-
return b.build();
|
|
78
|
-
};
|
|
79
|
-
export const se_GetSigningProfileCommand = async (input, context) => {
|
|
80
|
-
const b = rb(input, context);
|
|
81
|
-
const headers = {};
|
|
82
|
-
b.bp("/signing-profiles/{profileName}");
|
|
83
|
-
b.p("profileName", () => input.profileName, "{profileName}", false);
|
|
84
|
-
const query = map({
|
|
85
|
-
[_pO]: [, input[_pO]],
|
|
86
|
-
});
|
|
87
|
-
let body;
|
|
88
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
89
|
-
return b.build();
|
|
90
|
-
};
|
|
91
|
-
export const se_ListProfilePermissionsCommand = async (input, context) => {
|
|
92
|
-
const b = rb(input, context);
|
|
93
|
-
const headers = {};
|
|
94
|
-
b.bp("/signing-profiles/{profileName}/permissions");
|
|
95
|
-
b.p("profileName", () => input.profileName, "{profileName}", false);
|
|
96
|
-
const query = map({
|
|
97
|
-
[_nT]: [, input[_nT]],
|
|
98
|
-
});
|
|
99
|
-
let body;
|
|
100
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
101
|
-
return b.build();
|
|
102
|
-
};
|
|
103
|
-
export const se_ListSigningJobsCommand = async (input, context) => {
|
|
104
|
-
const b = rb(input, context);
|
|
105
|
-
const headers = {};
|
|
106
|
-
b.bp("/signing-jobs");
|
|
107
|
-
const query = map({
|
|
108
|
-
[_s]: [, input[_s]],
|
|
109
|
-
[_pI]: [, input[_pI]],
|
|
110
|
-
[_rB]: [, input[_rB]],
|
|
111
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
112
|
-
[_nT]: [, input[_nT]],
|
|
113
|
-
[_iR]: [() => input.isRevoked !== void 0, () => input[_iR].toString()],
|
|
114
|
-
[_sEB]: [() => input.signatureExpiresBefore !== void 0, () => __serializeDateTime(input[_sEB]).toString()],
|
|
115
|
-
[_sEA]: [() => input.signatureExpiresAfter !== void 0, () => __serializeDateTime(input[_sEA]).toString()],
|
|
116
|
-
[_jI]: [, input[_jI]],
|
|
117
|
-
});
|
|
118
|
-
let body;
|
|
119
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
120
|
-
return b.build();
|
|
121
|
-
};
|
|
122
|
-
export const se_ListSigningPlatformsCommand = async (input, context) => {
|
|
123
|
-
const b = rb(input, context);
|
|
124
|
-
const headers = {};
|
|
125
|
-
b.bp("/signing-platforms");
|
|
126
|
-
const query = map({
|
|
127
|
-
[_c]: [, input[_c]],
|
|
128
|
-
[_p]: [, input[_p]],
|
|
129
|
-
[_t]: [, input[_t]],
|
|
130
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
131
|
-
[_nT]: [, input[_nT]],
|
|
132
|
-
});
|
|
133
|
-
let body;
|
|
134
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
135
|
-
return b.build();
|
|
136
|
-
};
|
|
137
|
-
export const se_ListSigningProfilesCommand = async (input, context) => {
|
|
138
|
-
const b = rb(input, context);
|
|
139
|
-
const headers = {};
|
|
140
|
-
b.bp("/signing-profiles");
|
|
141
|
-
const query = map({
|
|
142
|
-
[_iC]: [() => input.includeCanceled !== void 0, () => input[_iC].toString()],
|
|
143
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
144
|
-
[_nT]: [, input[_nT]],
|
|
145
|
-
[_pI]: [, input[_pI]],
|
|
146
|
-
[_st]: [() => input.statuses !== void 0, () => input[_st] || []],
|
|
147
|
-
});
|
|
148
|
-
let body;
|
|
149
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
150
|
-
return b.build();
|
|
151
|
-
};
|
|
152
|
-
export const se_ListTagsForResourceCommand = async (input, context) => {
|
|
153
|
-
const b = rb(input, context);
|
|
154
|
-
const headers = {};
|
|
155
|
-
b.bp("/tags/{resourceArn}");
|
|
156
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
157
|
-
let body;
|
|
158
|
-
b.m("GET").h(headers).b(body);
|
|
159
|
-
return b.build();
|
|
160
|
-
};
|
|
161
|
-
export const se_PutSigningProfileCommand = async (input, context) => {
|
|
162
|
-
const b = rb(input, context);
|
|
163
|
-
const headers = {
|
|
164
|
-
"content-type": "application/json",
|
|
165
|
-
};
|
|
166
|
-
b.bp("/signing-profiles/{profileName}");
|
|
167
|
-
b.p("profileName", () => input.profileName, "{profileName}", false);
|
|
168
|
-
let body;
|
|
169
|
-
body = JSON.stringify(take(input, {
|
|
170
|
-
overrides: (_) => _json(_),
|
|
171
|
-
platformId: [],
|
|
172
|
-
signatureValidityPeriod: (_) => _json(_),
|
|
173
|
-
signingMaterial: (_) => _json(_),
|
|
174
|
-
signingParameters: (_) => _json(_),
|
|
175
|
-
tags: (_) => _json(_),
|
|
176
|
-
}));
|
|
177
|
-
b.m("PUT").h(headers).b(body);
|
|
178
|
-
return b.build();
|
|
179
|
-
};
|
|
180
|
-
export const se_RemoveProfilePermissionCommand = async (input, context) => {
|
|
181
|
-
const b = rb(input, context);
|
|
182
|
-
const headers = {};
|
|
183
|
-
b.bp("/signing-profiles/{profileName}/permissions/{statementId}");
|
|
184
|
-
b.p("profileName", () => input.profileName, "{profileName}", false);
|
|
185
|
-
b.p("statementId", () => input.statementId, "{statementId}", false);
|
|
186
|
-
const query = map({
|
|
187
|
-
[_rI]: [, __expectNonNull(input[_rI], `revisionId`)],
|
|
188
|
-
});
|
|
189
|
-
let body;
|
|
190
|
-
b.m("DELETE").h(headers).q(query).b(body);
|
|
191
|
-
return b.build();
|
|
192
|
-
};
|
|
193
|
-
export const se_RevokeSignatureCommand = async (input, context) => {
|
|
194
|
-
const b = rb(input, context);
|
|
195
|
-
const headers = {
|
|
196
|
-
"content-type": "application/json",
|
|
197
|
-
};
|
|
198
|
-
b.bp("/signing-jobs/{jobId}/revoke");
|
|
199
|
-
b.p("jobId", () => input.jobId, "{jobId}", false);
|
|
200
|
-
let body;
|
|
201
|
-
body = JSON.stringify(take(input, {
|
|
202
|
-
jobOwner: [],
|
|
203
|
-
reason: [],
|
|
204
|
-
}));
|
|
205
|
-
b.m("PUT").h(headers).b(body);
|
|
206
|
-
return b.build();
|
|
207
|
-
};
|
|
208
|
-
export const se_RevokeSigningProfileCommand = async (input, context) => {
|
|
209
|
-
const b = rb(input, context);
|
|
210
|
-
const headers = {
|
|
211
|
-
"content-type": "application/json",
|
|
212
|
-
};
|
|
213
|
-
b.bp("/signing-profiles/{profileName}/revoke");
|
|
214
|
-
b.p("profileName", () => input.profileName, "{profileName}", false);
|
|
215
|
-
let body;
|
|
216
|
-
body = JSON.stringify(take(input, {
|
|
217
|
-
effectiveTime: (_) => _.getTime() / 1_000,
|
|
218
|
-
profileVersion: [],
|
|
219
|
-
reason: [],
|
|
220
|
-
}));
|
|
221
|
-
b.m("PUT").h(headers).b(body);
|
|
222
|
-
return b.build();
|
|
223
|
-
};
|
|
224
|
-
export const se_SignPayloadCommand = async (input, context) => {
|
|
225
|
-
const b = rb(input, context);
|
|
226
|
-
const headers = {
|
|
227
|
-
"content-type": "application/json",
|
|
228
|
-
};
|
|
229
|
-
b.bp("/signing-jobs/with-payload");
|
|
230
|
-
let body;
|
|
231
|
-
body = JSON.stringify(take(input, {
|
|
232
|
-
payload: (_) => context.base64Encoder(_),
|
|
233
|
-
payloadFormat: [],
|
|
234
|
-
profileName: [],
|
|
235
|
-
profileOwner: [],
|
|
236
|
-
}));
|
|
237
|
-
b.m("POST").h(headers).b(body);
|
|
238
|
-
return b.build();
|
|
239
|
-
};
|
|
240
|
-
export const se_StartSigningJobCommand = async (input, context) => {
|
|
241
|
-
const b = rb(input, context);
|
|
242
|
-
const headers = {
|
|
243
|
-
"content-type": "application/json",
|
|
244
|
-
};
|
|
245
|
-
b.bp("/signing-jobs");
|
|
246
|
-
let body;
|
|
247
|
-
body = JSON.stringify(take(input, {
|
|
248
|
-
clientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
249
|
-
destination: (_) => _json(_),
|
|
250
|
-
profileName: [],
|
|
251
|
-
profileOwner: [],
|
|
252
|
-
source: (_) => _json(_),
|
|
253
|
-
}));
|
|
254
|
-
b.m("POST").h(headers).b(body);
|
|
255
|
-
return b.build();
|
|
256
|
-
};
|
|
257
|
-
export const se_TagResourceCommand = async (input, context) => {
|
|
258
|
-
const b = rb(input, context);
|
|
259
|
-
const headers = {
|
|
260
|
-
"content-type": "application/json",
|
|
261
|
-
};
|
|
262
|
-
b.bp("/tags/{resourceArn}");
|
|
263
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
264
|
-
let body;
|
|
265
|
-
body = JSON.stringify(take(input, {
|
|
266
|
-
tags: (_) => _json(_),
|
|
267
|
-
}));
|
|
268
|
-
b.m("POST").h(headers).b(body);
|
|
269
|
-
return b.build();
|
|
270
|
-
};
|
|
271
|
-
export const se_UntagResourceCommand = async (input, context) => {
|
|
272
|
-
const b = rb(input, context);
|
|
273
|
-
const headers = {};
|
|
274
|
-
b.bp("/tags/{resourceArn}");
|
|
275
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
276
|
-
const query = map({
|
|
277
|
-
[_tK]: [__expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
|
|
278
|
-
});
|
|
279
|
-
let body;
|
|
280
|
-
b.m("DELETE").h(headers).q(query).b(body);
|
|
281
|
-
return b.build();
|
|
282
|
-
};
|
|
283
|
-
export const de_AddProfilePermissionCommand = async (output, context) => {
|
|
284
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
285
|
-
return de_CommandError(output, context);
|
|
286
|
-
}
|
|
287
|
-
const contents = map({
|
|
288
|
-
$metadata: deserializeMetadata(output),
|
|
289
|
-
});
|
|
290
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
291
|
-
const doc = take(data, {
|
|
292
|
-
revisionId: __expectString,
|
|
293
|
-
});
|
|
294
|
-
Object.assign(contents, doc);
|
|
295
|
-
return contents;
|
|
296
|
-
};
|
|
297
|
-
export const de_CancelSigningProfileCommand = async (output, context) => {
|
|
298
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
299
|
-
return de_CommandError(output, context);
|
|
300
|
-
}
|
|
301
|
-
const contents = map({
|
|
302
|
-
$metadata: deserializeMetadata(output),
|
|
303
|
-
});
|
|
304
|
-
await collectBody(output.body, context);
|
|
305
|
-
return contents;
|
|
306
|
-
};
|
|
307
|
-
export const de_DescribeSigningJobCommand = async (output, context) => {
|
|
308
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
309
|
-
return de_CommandError(output, context);
|
|
310
|
-
}
|
|
311
|
-
const contents = map({
|
|
312
|
-
$metadata: deserializeMetadata(output),
|
|
313
|
-
});
|
|
314
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
315
|
-
const doc = take(data, {
|
|
316
|
-
completedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
317
|
-
createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
318
|
-
jobId: __expectString,
|
|
319
|
-
jobInvoker: __expectString,
|
|
320
|
-
jobOwner: __expectString,
|
|
321
|
-
overrides: _json,
|
|
322
|
-
platformDisplayName: __expectString,
|
|
323
|
-
platformId: __expectString,
|
|
324
|
-
profileName: __expectString,
|
|
325
|
-
profileVersion: __expectString,
|
|
326
|
-
requestedBy: __expectString,
|
|
327
|
-
revocationRecord: (_) => de_SigningJobRevocationRecord(_, context),
|
|
328
|
-
signatureExpiresAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
329
|
-
signedObject: _json,
|
|
330
|
-
signingMaterial: _json,
|
|
331
|
-
signingParameters: _json,
|
|
332
|
-
source: _json,
|
|
333
|
-
status: __expectString,
|
|
334
|
-
statusReason: __expectString,
|
|
335
|
-
});
|
|
336
|
-
Object.assign(contents, doc);
|
|
337
|
-
return contents;
|
|
338
|
-
};
|
|
339
|
-
export const de_GetRevocationStatusCommand = async (output, context) => {
|
|
340
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
341
|
-
return de_CommandError(output, context);
|
|
342
|
-
}
|
|
343
|
-
const contents = map({
|
|
344
|
-
$metadata: deserializeMetadata(output),
|
|
345
|
-
});
|
|
346
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
347
|
-
const doc = take(data, {
|
|
348
|
-
revokedEntities: _json,
|
|
349
|
-
});
|
|
350
|
-
Object.assign(contents, doc);
|
|
351
|
-
return contents;
|
|
352
|
-
};
|
|
353
|
-
export const de_GetSigningPlatformCommand = async (output, context) => {
|
|
354
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
355
|
-
return de_CommandError(output, context);
|
|
356
|
-
}
|
|
357
|
-
const contents = map({
|
|
358
|
-
$metadata: deserializeMetadata(output),
|
|
359
|
-
});
|
|
360
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
361
|
-
const doc = take(data, {
|
|
362
|
-
category: __expectString,
|
|
363
|
-
displayName: __expectString,
|
|
364
|
-
maxSizeInMB: __expectInt32,
|
|
365
|
-
partner: __expectString,
|
|
366
|
-
platformId: __expectString,
|
|
367
|
-
revocationSupported: __expectBoolean,
|
|
368
|
-
signingConfiguration: _json,
|
|
369
|
-
signingImageFormat: _json,
|
|
370
|
-
target: __expectString,
|
|
371
|
-
});
|
|
372
|
-
Object.assign(contents, doc);
|
|
373
|
-
return contents;
|
|
374
|
-
};
|
|
375
|
-
export const de_GetSigningProfileCommand = async (output, context) => {
|
|
376
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
377
|
-
return de_CommandError(output, context);
|
|
378
|
-
}
|
|
379
|
-
const contents = map({
|
|
380
|
-
$metadata: deserializeMetadata(output),
|
|
381
|
-
});
|
|
382
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
383
|
-
const doc = take(data, {
|
|
384
|
-
arn: __expectString,
|
|
385
|
-
overrides: _json,
|
|
386
|
-
platformDisplayName: __expectString,
|
|
387
|
-
platformId: __expectString,
|
|
388
|
-
profileName: __expectString,
|
|
389
|
-
profileVersion: __expectString,
|
|
390
|
-
profileVersionArn: __expectString,
|
|
391
|
-
revocationRecord: (_) => de_SigningProfileRevocationRecord(_, context),
|
|
392
|
-
signatureValidityPeriod: _json,
|
|
393
|
-
signingMaterial: _json,
|
|
394
|
-
signingParameters: _json,
|
|
395
|
-
status: __expectString,
|
|
396
|
-
statusReason: __expectString,
|
|
397
|
-
tags: _json,
|
|
398
|
-
});
|
|
399
|
-
Object.assign(contents, doc);
|
|
400
|
-
return contents;
|
|
401
|
-
};
|
|
402
|
-
export const de_ListProfilePermissionsCommand = async (output, context) => {
|
|
403
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
404
|
-
return de_CommandError(output, context);
|
|
405
|
-
}
|
|
406
|
-
const contents = map({
|
|
407
|
-
$metadata: deserializeMetadata(output),
|
|
408
|
-
});
|
|
409
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
410
|
-
const doc = take(data, {
|
|
411
|
-
nextToken: __expectString,
|
|
412
|
-
permissions: _json,
|
|
413
|
-
policySizeBytes: __expectInt32,
|
|
414
|
-
revisionId: __expectString,
|
|
415
|
-
});
|
|
416
|
-
Object.assign(contents, doc);
|
|
417
|
-
return contents;
|
|
418
|
-
};
|
|
419
|
-
export const de_ListSigningJobsCommand = async (output, context) => {
|
|
420
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
421
|
-
return de_CommandError(output, context);
|
|
422
|
-
}
|
|
423
|
-
const contents = map({
|
|
424
|
-
$metadata: deserializeMetadata(output),
|
|
425
|
-
});
|
|
426
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
427
|
-
const doc = take(data, {
|
|
428
|
-
jobs: (_) => de_SigningJobs(_, context),
|
|
429
|
-
nextToken: __expectString,
|
|
430
|
-
});
|
|
431
|
-
Object.assign(contents, doc);
|
|
432
|
-
return contents;
|
|
433
|
-
};
|
|
434
|
-
export const de_ListSigningPlatformsCommand = async (output, context) => {
|
|
435
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
436
|
-
return de_CommandError(output, context);
|
|
437
|
-
}
|
|
438
|
-
const contents = map({
|
|
439
|
-
$metadata: deserializeMetadata(output),
|
|
440
|
-
});
|
|
441
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
442
|
-
const doc = take(data, {
|
|
443
|
-
nextToken: __expectString,
|
|
444
|
-
platforms: _json,
|
|
445
|
-
});
|
|
446
|
-
Object.assign(contents, doc);
|
|
447
|
-
return contents;
|
|
448
|
-
};
|
|
449
|
-
export const de_ListSigningProfilesCommand = async (output, context) => {
|
|
450
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
451
|
-
return de_CommandError(output, context);
|
|
452
|
-
}
|
|
453
|
-
const contents = map({
|
|
454
|
-
$metadata: deserializeMetadata(output),
|
|
455
|
-
});
|
|
456
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
457
|
-
const doc = take(data, {
|
|
458
|
-
nextToken: __expectString,
|
|
459
|
-
profiles: _json,
|
|
460
|
-
});
|
|
461
|
-
Object.assign(contents, doc);
|
|
462
|
-
return contents;
|
|
463
|
-
};
|
|
464
|
-
export const de_ListTagsForResourceCommand = async (output, context) => {
|
|
465
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
466
|
-
return de_CommandError(output, context);
|
|
467
|
-
}
|
|
468
|
-
const contents = map({
|
|
469
|
-
$metadata: deserializeMetadata(output),
|
|
470
|
-
});
|
|
471
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
472
|
-
const doc = take(data, {
|
|
473
|
-
tags: _json,
|
|
474
|
-
});
|
|
475
|
-
Object.assign(contents, doc);
|
|
476
|
-
return contents;
|
|
477
|
-
};
|
|
478
|
-
export const de_PutSigningProfileCommand = async (output, context) => {
|
|
479
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
480
|
-
return de_CommandError(output, context);
|
|
481
|
-
}
|
|
482
|
-
const contents = map({
|
|
483
|
-
$metadata: deserializeMetadata(output),
|
|
484
|
-
});
|
|
485
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
486
|
-
const doc = take(data, {
|
|
487
|
-
arn: __expectString,
|
|
488
|
-
profileVersion: __expectString,
|
|
489
|
-
profileVersionArn: __expectString,
|
|
490
|
-
});
|
|
491
|
-
Object.assign(contents, doc);
|
|
492
|
-
return contents;
|
|
493
|
-
};
|
|
494
|
-
export const de_RemoveProfilePermissionCommand = async (output, context) => {
|
|
495
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
496
|
-
return de_CommandError(output, context);
|
|
497
|
-
}
|
|
498
|
-
const contents = map({
|
|
499
|
-
$metadata: deserializeMetadata(output),
|
|
500
|
-
});
|
|
501
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
502
|
-
const doc = take(data, {
|
|
503
|
-
revisionId: __expectString,
|
|
504
|
-
});
|
|
505
|
-
Object.assign(contents, doc);
|
|
506
|
-
return contents;
|
|
507
|
-
};
|
|
508
|
-
export const de_RevokeSignatureCommand = async (output, context) => {
|
|
509
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
510
|
-
return de_CommandError(output, context);
|
|
511
|
-
}
|
|
512
|
-
const contents = map({
|
|
513
|
-
$metadata: deserializeMetadata(output),
|
|
514
|
-
});
|
|
515
|
-
await collectBody(output.body, context);
|
|
516
|
-
return contents;
|
|
517
|
-
};
|
|
518
|
-
export const de_RevokeSigningProfileCommand = async (output, context) => {
|
|
519
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
520
|
-
return de_CommandError(output, context);
|
|
521
|
-
}
|
|
522
|
-
const contents = map({
|
|
523
|
-
$metadata: deserializeMetadata(output),
|
|
524
|
-
});
|
|
525
|
-
await collectBody(output.body, context);
|
|
526
|
-
return contents;
|
|
527
|
-
};
|
|
528
|
-
export const de_SignPayloadCommand = async (output, context) => {
|
|
529
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
530
|
-
return de_CommandError(output, context);
|
|
531
|
-
}
|
|
532
|
-
const contents = map({
|
|
533
|
-
$metadata: deserializeMetadata(output),
|
|
534
|
-
});
|
|
535
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
536
|
-
const doc = take(data, {
|
|
537
|
-
jobId: __expectString,
|
|
538
|
-
jobOwner: __expectString,
|
|
539
|
-
metadata: _json,
|
|
540
|
-
signature: context.base64Decoder,
|
|
541
|
-
});
|
|
542
|
-
Object.assign(contents, doc);
|
|
543
|
-
return contents;
|
|
544
|
-
};
|
|
545
|
-
export const de_StartSigningJobCommand = async (output, context) => {
|
|
546
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
547
|
-
return de_CommandError(output, context);
|
|
548
|
-
}
|
|
549
|
-
const contents = map({
|
|
550
|
-
$metadata: deserializeMetadata(output),
|
|
551
|
-
});
|
|
552
|
-
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
553
|
-
const doc = take(data, {
|
|
554
|
-
jobId: __expectString,
|
|
555
|
-
jobOwner: __expectString,
|
|
556
|
-
});
|
|
557
|
-
Object.assign(contents, doc);
|
|
558
|
-
return contents;
|
|
559
|
-
};
|
|
560
|
-
export const de_TagResourceCommand = async (output, context) => {
|
|
561
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
562
|
-
return de_CommandError(output, context);
|
|
563
|
-
}
|
|
564
|
-
const contents = map({
|
|
565
|
-
$metadata: deserializeMetadata(output),
|
|
566
|
-
});
|
|
567
|
-
await collectBody(output.body, context);
|
|
568
|
-
return contents;
|
|
569
|
-
};
|
|
570
|
-
export const de_UntagResourceCommand = async (output, context) => {
|
|
571
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
572
|
-
return de_CommandError(output, context);
|
|
573
|
-
}
|
|
574
|
-
const contents = map({
|
|
575
|
-
$metadata: deserializeMetadata(output),
|
|
576
|
-
});
|
|
577
|
-
await collectBody(output.body, context);
|
|
578
|
-
return contents;
|
|
579
|
-
};
|
|
580
|
-
const de_CommandError = async (output, context) => {
|
|
581
|
-
const parsedOutput = {
|
|
582
|
-
...output,
|
|
583
|
-
body: await parseErrorBody(output.body, context),
|
|
584
|
-
};
|
|
585
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
586
|
-
switch (errorCode) {
|
|
587
|
-
case "AccessDeniedException":
|
|
588
|
-
case "com.amazonaws.signer#AccessDeniedException":
|
|
589
|
-
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
590
|
-
case "ConflictException":
|
|
591
|
-
case "com.amazonaws.signer#ConflictException":
|
|
592
|
-
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
593
|
-
case "InternalServiceErrorException":
|
|
594
|
-
case "com.amazonaws.signer#InternalServiceErrorException":
|
|
595
|
-
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
596
|
-
case "ResourceNotFoundException":
|
|
597
|
-
case "com.amazonaws.signer#ResourceNotFoundException":
|
|
598
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
599
|
-
case "ServiceLimitExceededException":
|
|
600
|
-
case "com.amazonaws.signer#ServiceLimitExceededException":
|
|
601
|
-
throw await de_ServiceLimitExceededExceptionRes(parsedOutput, context);
|
|
602
|
-
case "TooManyRequestsException":
|
|
603
|
-
case "com.amazonaws.signer#TooManyRequestsException":
|
|
604
|
-
throw await de_TooManyRequestsExceptionRes(parsedOutput, context);
|
|
605
|
-
case "ValidationException":
|
|
606
|
-
case "com.amazonaws.signer#ValidationException":
|
|
607
|
-
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
608
|
-
case "BadRequestException":
|
|
609
|
-
case "com.amazonaws.signer#BadRequestException":
|
|
610
|
-
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
611
|
-
case "NotFoundException":
|
|
612
|
-
case "com.amazonaws.signer#NotFoundException":
|
|
613
|
-
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
614
|
-
case "ThrottlingException":
|
|
615
|
-
case "com.amazonaws.signer#ThrottlingException":
|
|
616
|
-
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
617
|
-
default:
|
|
618
|
-
const parsedBody = parsedOutput.body;
|
|
619
|
-
return throwDefaultError({
|
|
620
|
-
output,
|
|
621
|
-
parsedBody,
|
|
622
|
-
errorCode,
|
|
623
|
-
});
|
|
624
|
-
}
|
|
625
|
-
};
|
|
626
|
-
const throwDefaultError = withBaseException(__BaseException);
|
|
627
|
-
const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
|
|
628
|
-
const contents = map({});
|
|
629
|
-
const data = parsedOutput.body;
|
|
630
|
-
const doc = take(data, {
|
|
631
|
-
code: __expectString,
|
|
632
|
-
message: __expectString,
|
|
633
|
-
});
|
|
634
|
-
Object.assign(contents, doc);
|
|
635
|
-
const exception = new AccessDeniedException({
|
|
636
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
637
|
-
...contents,
|
|
638
|
-
});
|
|
639
|
-
return __decorateServiceException(exception, parsedOutput.body);
|
|
640
|
-
};
|
|
641
|
-
const de_BadRequestExceptionRes = async (parsedOutput, context) => {
|
|
642
|
-
const contents = map({});
|
|
643
|
-
const data = parsedOutput.body;
|
|
644
|
-
const doc = take(data, {
|
|
645
|
-
code: __expectString,
|
|
646
|
-
message: __expectString,
|
|
647
|
-
});
|
|
648
|
-
Object.assign(contents, doc);
|
|
649
|
-
const exception = new BadRequestException({
|
|
650
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
651
|
-
...contents,
|
|
652
|
-
});
|
|
653
|
-
return __decorateServiceException(exception, parsedOutput.body);
|
|
654
|
-
};
|
|
655
|
-
const de_ConflictExceptionRes = async (parsedOutput, context) => {
|
|
656
|
-
const contents = map({});
|
|
657
|
-
const data = parsedOutput.body;
|
|
658
|
-
const doc = take(data, {
|
|
659
|
-
code: __expectString,
|
|
660
|
-
message: __expectString,
|
|
661
|
-
});
|
|
662
|
-
Object.assign(contents, doc);
|
|
663
|
-
const exception = new ConflictException({
|
|
664
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
665
|
-
...contents,
|
|
666
|
-
});
|
|
667
|
-
return __decorateServiceException(exception, parsedOutput.body);
|
|
668
|
-
};
|
|
669
|
-
const de_InternalServiceErrorExceptionRes = async (parsedOutput, context) => {
|
|
670
|
-
const contents = map({});
|
|
671
|
-
const data = parsedOutput.body;
|
|
672
|
-
const doc = take(data, {
|
|
673
|
-
code: __expectString,
|
|
674
|
-
message: __expectString,
|
|
675
|
-
});
|
|
676
|
-
Object.assign(contents, doc);
|
|
677
|
-
const exception = new InternalServiceErrorException({
|
|
678
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
679
|
-
...contents,
|
|
680
|
-
});
|
|
681
|
-
return __decorateServiceException(exception, parsedOutput.body);
|
|
682
|
-
};
|
|
683
|
-
const de_NotFoundExceptionRes = async (parsedOutput, context) => {
|
|
684
|
-
const contents = map({});
|
|
685
|
-
const data = parsedOutput.body;
|
|
686
|
-
const doc = take(data, {
|
|
687
|
-
code: __expectString,
|
|
688
|
-
message: __expectString,
|
|
689
|
-
});
|
|
690
|
-
Object.assign(contents, doc);
|
|
691
|
-
const exception = new NotFoundException({
|
|
692
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
693
|
-
...contents,
|
|
694
|
-
});
|
|
695
|
-
return __decorateServiceException(exception, parsedOutput.body);
|
|
696
|
-
};
|
|
697
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
698
|
-
const contents = map({});
|
|
699
|
-
const data = parsedOutput.body;
|
|
700
|
-
const doc = take(data, {
|
|
701
|
-
code: __expectString,
|
|
702
|
-
message: __expectString,
|
|
703
|
-
});
|
|
704
|
-
Object.assign(contents, doc);
|
|
705
|
-
const exception = new ResourceNotFoundException({
|
|
706
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
707
|
-
...contents,
|
|
708
|
-
});
|
|
709
|
-
return __decorateServiceException(exception, parsedOutput.body);
|
|
710
|
-
};
|
|
711
|
-
const de_ServiceLimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
712
|
-
const contents = map({});
|
|
713
|
-
const data = parsedOutput.body;
|
|
714
|
-
const doc = take(data, {
|
|
715
|
-
code: __expectString,
|
|
716
|
-
message: __expectString,
|
|
717
|
-
});
|
|
718
|
-
Object.assign(contents, doc);
|
|
719
|
-
const exception = new ServiceLimitExceededException({
|
|
720
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
721
|
-
...contents,
|
|
722
|
-
});
|
|
723
|
-
return __decorateServiceException(exception, parsedOutput.body);
|
|
724
|
-
};
|
|
725
|
-
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
726
|
-
const contents = map({});
|
|
727
|
-
const data = parsedOutput.body;
|
|
728
|
-
const doc = take(data, {
|
|
729
|
-
code: __expectString,
|
|
730
|
-
message: __expectString,
|
|
731
|
-
});
|
|
732
|
-
Object.assign(contents, doc);
|
|
733
|
-
const exception = new ThrottlingException({
|
|
734
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
735
|
-
...contents,
|
|
736
|
-
});
|
|
737
|
-
return __decorateServiceException(exception, parsedOutput.body);
|
|
738
|
-
};
|
|
739
|
-
const de_TooManyRequestsExceptionRes = async (parsedOutput, context) => {
|
|
740
|
-
const contents = map({});
|
|
741
|
-
const data = parsedOutput.body;
|
|
742
|
-
const doc = take(data, {
|
|
743
|
-
code: __expectString,
|
|
744
|
-
message: __expectString,
|
|
745
|
-
});
|
|
746
|
-
Object.assign(contents, doc);
|
|
747
|
-
const exception = new TooManyRequestsException({
|
|
748
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
749
|
-
...contents,
|
|
750
|
-
});
|
|
751
|
-
return __decorateServiceException(exception, parsedOutput.body);
|
|
752
|
-
};
|
|
753
|
-
const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
754
|
-
const contents = map({});
|
|
755
|
-
const data = parsedOutput.body;
|
|
756
|
-
const doc = take(data, {
|
|
757
|
-
code: __expectString,
|
|
758
|
-
message: __expectString,
|
|
759
|
-
});
|
|
760
|
-
Object.assign(contents, doc);
|
|
761
|
-
const exception = new ValidationException({
|
|
762
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
763
|
-
...contents,
|
|
764
|
-
});
|
|
765
|
-
return __decorateServiceException(exception, parsedOutput.body);
|
|
766
|
-
};
|
|
767
|
-
const de_SigningJob = (output, context) => {
|
|
768
|
-
return take(output, {
|
|
769
|
-
createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
770
|
-
isRevoked: __expectBoolean,
|
|
771
|
-
jobId: __expectString,
|
|
772
|
-
jobInvoker: __expectString,
|
|
773
|
-
jobOwner: __expectString,
|
|
774
|
-
platformDisplayName: __expectString,
|
|
775
|
-
platformId: __expectString,
|
|
776
|
-
profileName: __expectString,
|
|
777
|
-
profileVersion: __expectString,
|
|
778
|
-
signatureExpiresAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
779
|
-
signedObject: _json,
|
|
780
|
-
signingMaterial: _json,
|
|
781
|
-
source: _json,
|
|
782
|
-
status: __expectString,
|
|
783
|
-
});
|
|
784
|
-
};
|
|
785
|
-
const de_SigningJobRevocationRecord = (output, context) => {
|
|
786
|
-
return take(output, {
|
|
787
|
-
reason: __expectString,
|
|
788
|
-
revokedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
789
|
-
revokedBy: __expectString,
|
|
790
|
-
});
|
|
791
|
-
};
|
|
792
|
-
const de_SigningJobs = (output, context) => {
|
|
793
|
-
const retVal = (output || [])
|
|
794
|
-
.filter((e) => e != null)
|
|
795
|
-
.map((entry) => {
|
|
796
|
-
return de_SigningJob(entry, context);
|
|
797
|
-
});
|
|
798
|
-
return retVal;
|
|
799
|
-
};
|
|
800
|
-
const de_SigningProfileRevocationRecord = (output, context) => {
|
|
801
|
-
return take(output, {
|
|
802
|
-
revocationEffectiveFrom: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
803
|
-
revokedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
804
|
-
revokedBy: __expectString,
|
|
805
|
-
});
|
|
806
|
-
};
|
|
807
|
-
const deserializeMetadata = (output) => ({
|
|
808
|
-
httpStatusCode: output.statusCode,
|
|
809
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
810
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
811
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
812
|
-
});
|
|
813
|
-
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
814
|
-
const _c = "category";
|
|
815
|
-
const _cH = "certificateHashes";
|
|
816
|
-
const _iC = "includeCanceled";
|
|
817
|
-
const _iR = "isRevoked";
|
|
818
|
-
const _jA = "jobArn";
|
|
819
|
-
const _jI = "jobInvoker";
|
|
820
|
-
const _mR = "maxResults";
|
|
821
|
-
const _nT = "nextToken";
|
|
822
|
-
const _p = "partner";
|
|
823
|
-
const _pI = "platformId";
|
|
824
|
-
const _pO = "profileOwner";
|
|
825
|
-
const _pVA = "profileVersionArn";
|
|
826
|
-
const _rB = "requestedBy";
|
|
827
|
-
const _rI = "revisionId";
|
|
828
|
-
const _s = "status";
|
|
829
|
-
const _sEA = "signatureExpiresAfter";
|
|
830
|
-
const _sEB = "signatureExpiresBefore";
|
|
831
|
-
const _sT = "signatureTimestamp";
|
|
832
|
-
const _st = "statuses";
|
|
833
|
-
const _t = "target";
|
|
834
|
-
const _tK = "tagKeys";
|