@aws-sdk/client-signer 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddProfilePermissionCommand.js +2 -2
- package/dist-cjs/commands/CancelSigningProfileCommand.js +1 -1
- package/dist-cjs/commands/DescribeSigningJobCommand.js +2 -2
- package/dist-cjs/commands/GetSigningPlatformCommand.js +2 -2
- package/dist-cjs/commands/GetSigningProfileCommand.js +2 -2
- package/dist-cjs/commands/ListProfilePermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListSigningJobsCommand.js +2 -2
- package/dist-cjs/commands/ListSigningPlatformsCommand.js +2 -2
- package/dist-cjs/commands/ListSigningProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutSigningProfileCommand.js +2 -2
- package/dist-cjs/commands/RemoveProfilePermissionCommand.js +2 -2
- package/dist-cjs/commands/RevokeSignatureCommand.js +1 -1
- package/dist-cjs/commands/RevokeSigningProfileCommand.js +1 -1
- package/dist-cjs/commands/StartSigningJobCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +206 -308
- package/dist-es/commands/AddProfilePermissionCommand.js +3 -3
- package/dist-es/commands/CancelSigningProfileCommand.js +2 -2
- package/dist-es/commands/DescribeSigningJobCommand.js +3 -3
- package/dist-es/commands/GetSigningPlatformCommand.js +3 -3
- package/dist-es/commands/GetSigningProfileCommand.js +3 -3
- package/dist-es/commands/ListProfilePermissionsCommand.js +3 -3
- package/dist-es/commands/ListSigningJobsCommand.js +3 -3
- package/dist-es/commands/ListSigningPlatformsCommand.js +3 -3
- package/dist-es/commands/ListSigningProfilesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutSigningProfileCommand.js +3 -3
- package/dist-es/commands/RemoveProfilePermissionCommand.js +3 -3
- package/dist-es/commands/RevokeSignatureCommand.js +2 -2
- package/dist-es/commands/RevokeSigningProfileCommand.js +2 -2
- package/dist-es/commands/StartSigningJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +51 -204
- package/dist-types/models/models_0.d.ts +204 -306
- package/dist-types/ts3.4/models/models_0.d.ts +102 -204
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.PutSigningProfileRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListSigningProfilesResponseFilterSensitiveLog = exports.SigningProfileFilterSensitiveLog = exports.ListSigningProfilesRequestFilterSensitiveLog = exports.ListSigningPlatformsResponseFilterSensitiveLog = exports.SigningPlatformFilterSensitiveLog = exports.ListSigningPlatformsRequestFilterSensitiveLog = exports.ListSigningJobsResponseFilterSensitiveLog = exports.SigningJobFilterSensitiveLog = exports.ListSigningJobsRequestFilterSensitiveLog = exports.ListProfilePermissionsResponseFilterSensitiveLog = exports.PermissionFilterSensitiveLog = exports.ListProfilePermissionsRequestFilterSensitiveLog = exports.GetSigningProfileResponseFilterSensitiveLog = exports.SignatureValidityPeriodFilterSensitiveLog = exports.SigningProfileRevocationRecordFilterSensitiveLog = exports.GetSigningProfileRequestFilterSensitiveLog = exports.GetSigningPlatformResponseFilterSensitiveLog = exports.SigningImageFormatFilterSensitiveLog = exports.SigningConfigurationFilterSensitiveLog = exports.HashAlgorithmOptionsFilterSensitiveLog = exports.GetSigningPlatformRequestFilterSensitiveLog = exports.EncryptionAlgorithmOptionsFilterSensitiveLog = exports.DestinationFilterSensitiveLog = exports.S3DestinationFilterSensitiveLog = exports.DescribeSigningJobResponseFilterSensitiveLog = exports.SourceFilterSensitiveLog = exports.S3SourceFilterSensitiveLog = exports.SigningMaterialFilterSensitiveLog = exports.SignedObjectFilterSensitiveLog = exports.S3SignedObjectFilterSensitiveLog = exports.SigningJobRevocationRecordFilterSensitiveLog = exports.SigningPlatformOverridesFilterSensitiveLog = exports.SigningConfigurationOverridesFilterSensitiveLog = exports.DescribeSigningJobRequestFilterSensitiveLog = exports.CancelSigningProfileRequestFilterSensitiveLog = exports.AddProfilePermissionResponseFilterSensitiveLog = exports.AddProfilePermissionRequestFilterSensitiveLog = exports.ThrottlingException = exports.NotFoundException = exports.BadRequestException = exports.ValidationException = exports.TooManyRequestsException = exports.ServiceLimitExceededException = exports.ResourceNotFoundException = exports.InternalServiceErrorException = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StartSigningJobResponseFilterSensitiveLog = exports.StartSigningJobRequestFilterSensitiveLog = exports.RevokeSigningProfileRequestFilterSensitiveLog = exports.RevokeSignatureRequestFilterSensitiveLog = exports.RemoveProfilePermissionResponseFilterSensitiveLog = exports.RemoveProfilePermissionRequestFilterSensitiveLog = exports.PutSigningProfileResponseFilterSensitiveLog = void 0;
|
|
5
5
|
const SignerServiceException_1 = require("./SignerServiceException");
|
|
6
6
|
class AccessDeniedException extends SignerServiceException_1.SignerServiceException {
|
|
7
7
|
constructor(opts) {
|
|
@@ -17,18 +17,6 @@ class AccessDeniedException extends SignerServiceException_1.SignerServiceExcept
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
exports.AccessDeniedException = AccessDeniedException;
|
|
20
|
-
var AddProfilePermissionRequest;
|
|
21
|
-
(function (AddProfilePermissionRequest) {
|
|
22
|
-
AddProfilePermissionRequest.filterSensitiveLog = (obj) => ({
|
|
23
|
-
...obj,
|
|
24
|
-
});
|
|
25
|
-
})(AddProfilePermissionRequest = exports.AddProfilePermissionRequest || (exports.AddProfilePermissionRequest = {}));
|
|
26
|
-
var AddProfilePermissionResponse;
|
|
27
|
-
(function (AddProfilePermissionResponse) {
|
|
28
|
-
AddProfilePermissionResponse.filterSensitiveLog = (obj) => ({
|
|
29
|
-
...obj,
|
|
30
|
-
});
|
|
31
|
-
})(AddProfilePermissionResponse = exports.AddProfilePermissionResponse || (exports.AddProfilePermissionResponse = {}));
|
|
32
20
|
class ConflictException extends SignerServiceException_1.SignerServiceException {
|
|
33
21
|
constructor(opts) {
|
|
34
22
|
super({
|
|
@@ -127,228 +115,6 @@ class BadRequestException extends SignerServiceException_1.SignerServiceExceptio
|
|
|
127
115
|
}
|
|
128
116
|
}
|
|
129
117
|
exports.BadRequestException = BadRequestException;
|
|
130
|
-
var CancelSigningProfileRequest;
|
|
131
|
-
(function (CancelSigningProfileRequest) {
|
|
132
|
-
CancelSigningProfileRequest.filterSensitiveLog = (obj) => ({
|
|
133
|
-
...obj,
|
|
134
|
-
});
|
|
135
|
-
})(CancelSigningProfileRequest = exports.CancelSigningProfileRequest || (exports.CancelSigningProfileRequest = {}));
|
|
136
|
-
var DescribeSigningJobRequest;
|
|
137
|
-
(function (DescribeSigningJobRequest) {
|
|
138
|
-
DescribeSigningJobRequest.filterSensitiveLog = (obj) => ({
|
|
139
|
-
...obj,
|
|
140
|
-
});
|
|
141
|
-
})(DescribeSigningJobRequest = exports.DescribeSigningJobRequest || (exports.DescribeSigningJobRequest = {}));
|
|
142
|
-
var SigningConfigurationOverrides;
|
|
143
|
-
(function (SigningConfigurationOverrides) {
|
|
144
|
-
SigningConfigurationOverrides.filterSensitiveLog = (obj) => ({
|
|
145
|
-
...obj,
|
|
146
|
-
});
|
|
147
|
-
})(SigningConfigurationOverrides = exports.SigningConfigurationOverrides || (exports.SigningConfigurationOverrides = {}));
|
|
148
|
-
var SigningPlatformOverrides;
|
|
149
|
-
(function (SigningPlatformOverrides) {
|
|
150
|
-
SigningPlatformOverrides.filterSensitiveLog = (obj) => ({
|
|
151
|
-
...obj,
|
|
152
|
-
});
|
|
153
|
-
})(SigningPlatformOverrides = exports.SigningPlatformOverrides || (exports.SigningPlatformOverrides = {}));
|
|
154
|
-
var SigningJobRevocationRecord;
|
|
155
|
-
(function (SigningJobRevocationRecord) {
|
|
156
|
-
SigningJobRevocationRecord.filterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
})(SigningJobRevocationRecord = exports.SigningJobRevocationRecord || (exports.SigningJobRevocationRecord = {}));
|
|
160
|
-
var S3SignedObject;
|
|
161
|
-
(function (S3SignedObject) {
|
|
162
|
-
S3SignedObject.filterSensitiveLog = (obj) => ({
|
|
163
|
-
...obj,
|
|
164
|
-
});
|
|
165
|
-
})(S3SignedObject = exports.S3SignedObject || (exports.S3SignedObject = {}));
|
|
166
|
-
var SignedObject;
|
|
167
|
-
(function (SignedObject) {
|
|
168
|
-
SignedObject.filterSensitiveLog = (obj) => ({
|
|
169
|
-
...obj,
|
|
170
|
-
});
|
|
171
|
-
})(SignedObject = exports.SignedObject || (exports.SignedObject = {}));
|
|
172
|
-
var SigningMaterial;
|
|
173
|
-
(function (SigningMaterial) {
|
|
174
|
-
SigningMaterial.filterSensitiveLog = (obj) => ({
|
|
175
|
-
...obj,
|
|
176
|
-
});
|
|
177
|
-
})(SigningMaterial = exports.SigningMaterial || (exports.SigningMaterial = {}));
|
|
178
|
-
var S3Source;
|
|
179
|
-
(function (S3Source) {
|
|
180
|
-
S3Source.filterSensitiveLog = (obj) => ({
|
|
181
|
-
...obj,
|
|
182
|
-
});
|
|
183
|
-
})(S3Source = exports.S3Source || (exports.S3Source = {}));
|
|
184
|
-
var Source;
|
|
185
|
-
(function (Source) {
|
|
186
|
-
Source.filterSensitiveLog = (obj) => ({
|
|
187
|
-
...obj,
|
|
188
|
-
});
|
|
189
|
-
})(Source = exports.Source || (exports.Source = {}));
|
|
190
|
-
var DescribeSigningJobResponse;
|
|
191
|
-
(function (DescribeSigningJobResponse) {
|
|
192
|
-
DescribeSigningJobResponse.filterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
})(DescribeSigningJobResponse = exports.DescribeSigningJobResponse || (exports.DescribeSigningJobResponse = {}));
|
|
196
|
-
var S3Destination;
|
|
197
|
-
(function (S3Destination) {
|
|
198
|
-
S3Destination.filterSensitiveLog = (obj) => ({
|
|
199
|
-
...obj,
|
|
200
|
-
});
|
|
201
|
-
})(S3Destination = exports.S3Destination || (exports.S3Destination = {}));
|
|
202
|
-
var Destination;
|
|
203
|
-
(function (Destination) {
|
|
204
|
-
Destination.filterSensitiveLog = (obj) => ({
|
|
205
|
-
...obj,
|
|
206
|
-
});
|
|
207
|
-
})(Destination = exports.Destination || (exports.Destination = {}));
|
|
208
|
-
var EncryptionAlgorithmOptions;
|
|
209
|
-
(function (EncryptionAlgorithmOptions) {
|
|
210
|
-
EncryptionAlgorithmOptions.filterSensitiveLog = (obj) => ({
|
|
211
|
-
...obj,
|
|
212
|
-
});
|
|
213
|
-
})(EncryptionAlgorithmOptions = exports.EncryptionAlgorithmOptions || (exports.EncryptionAlgorithmOptions = {}));
|
|
214
|
-
var GetSigningPlatformRequest;
|
|
215
|
-
(function (GetSigningPlatformRequest) {
|
|
216
|
-
GetSigningPlatformRequest.filterSensitiveLog = (obj) => ({
|
|
217
|
-
...obj,
|
|
218
|
-
});
|
|
219
|
-
})(GetSigningPlatformRequest = exports.GetSigningPlatformRequest || (exports.GetSigningPlatformRequest = {}));
|
|
220
|
-
var HashAlgorithmOptions;
|
|
221
|
-
(function (HashAlgorithmOptions) {
|
|
222
|
-
HashAlgorithmOptions.filterSensitiveLog = (obj) => ({
|
|
223
|
-
...obj,
|
|
224
|
-
});
|
|
225
|
-
})(HashAlgorithmOptions = exports.HashAlgorithmOptions || (exports.HashAlgorithmOptions = {}));
|
|
226
|
-
var SigningConfiguration;
|
|
227
|
-
(function (SigningConfiguration) {
|
|
228
|
-
SigningConfiguration.filterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
})(SigningConfiguration = exports.SigningConfiguration || (exports.SigningConfiguration = {}));
|
|
232
|
-
var SigningImageFormat;
|
|
233
|
-
(function (SigningImageFormat) {
|
|
234
|
-
SigningImageFormat.filterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
});
|
|
237
|
-
})(SigningImageFormat = exports.SigningImageFormat || (exports.SigningImageFormat = {}));
|
|
238
|
-
var GetSigningPlatformResponse;
|
|
239
|
-
(function (GetSigningPlatformResponse) {
|
|
240
|
-
GetSigningPlatformResponse.filterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
})(GetSigningPlatformResponse = exports.GetSigningPlatformResponse || (exports.GetSigningPlatformResponse = {}));
|
|
244
|
-
var GetSigningProfileRequest;
|
|
245
|
-
(function (GetSigningProfileRequest) {
|
|
246
|
-
GetSigningProfileRequest.filterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
})(GetSigningProfileRequest = exports.GetSigningProfileRequest || (exports.GetSigningProfileRequest = {}));
|
|
250
|
-
var SigningProfileRevocationRecord;
|
|
251
|
-
(function (SigningProfileRevocationRecord) {
|
|
252
|
-
SigningProfileRevocationRecord.filterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
})(SigningProfileRevocationRecord = exports.SigningProfileRevocationRecord || (exports.SigningProfileRevocationRecord = {}));
|
|
256
|
-
var SignatureValidityPeriod;
|
|
257
|
-
(function (SignatureValidityPeriod) {
|
|
258
|
-
SignatureValidityPeriod.filterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
})(SignatureValidityPeriod = exports.SignatureValidityPeriod || (exports.SignatureValidityPeriod = {}));
|
|
262
|
-
var GetSigningProfileResponse;
|
|
263
|
-
(function (GetSigningProfileResponse) {
|
|
264
|
-
GetSigningProfileResponse.filterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
});
|
|
267
|
-
})(GetSigningProfileResponse = exports.GetSigningProfileResponse || (exports.GetSigningProfileResponse = {}));
|
|
268
|
-
var ListProfilePermissionsRequest;
|
|
269
|
-
(function (ListProfilePermissionsRequest) {
|
|
270
|
-
ListProfilePermissionsRequest.filterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
});
|
|
273
|
-
})(ListProfilePermissionsRequest = exports.ListProfilePermissionsRequest || (exports.ListProfilePermissionsRequest = {}));
|
|
274
|
-
var Permission;
|
|
275
|
-
(function (Permission) {
|
|
276
|
-
Permission.filterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
});
|
|
279
|
-
})(Permission = exports.Permission || (exports.Permission = {}));
|
|
280
|
-
var ListProfilePermissionsResponse;
|
|
281
|
-
(function (ListProfilePermissionsResponse) {
|
|
282
|
-
ListProfilePermissionsResponse.filterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
})(ListProfilePermissionsResponse = exports.ListProfilePermissionsResponse || (exports.ListProfilePermissionsResponse = {}));
|
|
286
|
-
var ListSigningJobsRequest;
|
|
287
|
-
(function (ListSigningJobsRequest) {
|
|
288
|
-
ListSigningJobsRequest.filterSensitiveLog = (obj) => ({
|
|
289
|
-
...obj,
|
|
290
|
-
});
|
|
291
|
-
})(ListSigningJobsRequest = exports.ListSigningJobsRequest || (exports.ListSigningJobsRequest = {}));
|
|
292
|
-
var SigningJob;
|
|
293
|
-
(function (SigningJob) {
|
|
294
|
-
SigningJob.filterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
});
|
|
297
|
-
})(SigningJob = exports.SigningJob || (exports.SigningJob = {}));
|
|
298
|
-
var ListSigningJobsResponse;
|
|
299
|
-
(function (ListSigningJobsResponse) {
|
|
300
|
-
ListSigningJobsResponse.filterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
});
|
|
303
|
-
})(ListSigningJobsResponse = exports.ListSigningJobsResponse || (exports.ListSigningJobsResponse = {}));
|
|
304
|
-
var ListSigningPlatformsRequest;
|
|
305
|
-
(function (ListSigningPlatformsRequest) {
|
|
306
|
-
ListSigningPlatformsRequest.filterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
});
|
|
309
|
-
})(ListSigningPlatformsRequest = exports.ListSigningPlatformsRequest || (exports.ListSigningPlatformsRequest = {}));
|
|
310
|
-
var SigningPlatform;
|
|
311
|
-
(function (SigningPlatform) {
|
|
312
|
-
SigningPlatform.filterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
});
|
|
315
|
-
})(SigningPlatform = exports.SigningPlatform || (exports.SigningPlatform = {}));
|
|
316
|
-
var ListSigningPlatformsResponse;
|
|
317
|
-
(function (ListSigningPlatformsResponse) {
|
|
318
|
-
ListSigningPlatformsResponse.filterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
})(ListSigningPlatformsResponse = exports.ListSigningPlatformsResponse || (exports.ListSigningPlatformsResponse = {}));
|
|
322
|
-
var ListSigningProfilesRequest;
|
|
323
|
-
(function (ListSigningProfilesRequest) {
|
|
324
|
-
ListSigningProfilesRequest.filterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
});
|
|
327
|
-
})(ListSigningProfilesRequest = exports.ListSigningProfilesRequest || (exports.ListSigningProfilesRequest = {}));
|
|
328
|
-
var SigningProfile;
|
|
329
|
-
(function (SigningProfile) {
|
|
330
|
-
SigningProfile.filterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
})(SigningProfile = exports.SigningProfile || (exports.SigningProfile = {}));
|
|
334
|
-
var ListSigningProfilesResponse;
|
|
335
|
-
(function (ListSigningProfilesResponse) {
|
|
336
|
-
ListSigningProfilesResponse.filterSensitiveLog = (obj) => ({
|
|
337
|
-
...obj,
|
|
338
|
-
});
|
|
339
|
-
})(ListSigningProfilesResponse = exports.ListSigningProfilesResponse || (exports.ListSigningProfilesResponse = {}));
|
|
340
|
-
var ListTagsForResourceRequest;
|
|
341
|
-
(function (ListTagsForResourceRequest) {
|
|
342
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
343
|
-
...obj,
|
|
344
|
-
});
|
|
345
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
346
|
-
var ListTagsForResourceResponse;
|
|
347
|
-
(function (ListTagsForResourceResponse) {
|
|
348
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
349
|
-
...obj,
|
|
350
|
-
});
|
|
351
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
352
118
|
class NotFoundException extends SignerServiceException_1.SignerServiceException {
|
|
353
119
|
constructor(opts) {
|
|
354
120
|
super({
|
|
@@ -363,54 +129,6 @@ class NotFoundException extends SignerServiceException_1.SignerServiceException
|
|
|
363
129
|
}
|
|
364
130
|
}
|
|
365
131
|
exports.NotFoundException = NotFoundException;
|
|
366
|
-
var PutSigningProfileRequest;
|
|
367
|
-
(function (PutSigningProfileRequest) {
|
|
368
|
-
PutSigningProfileRequest.filterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
})(PutSigningProfileRequest = exports.PutSigningProfileRequest || (exports.PutSigningProfileRequest = {}));
|
|
372
|
-
var PutSigningProfileResponse;
|
|
373
|
-
(function (PutSigningProfileResponse) {
|
|
374
|
-
PutSigningProfileResponse.filterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
});
|
|
377
|
-
})(PutSigningProfileResponse = exports.PutSigningProfileResponse || (exports.PutSigningProfileResponse = {}));
|
|
378
|
-
var RemoveProfilePermissionRequest;
|
|
379
|
-
(function (RemoveProfilePermissionRequest) {
|
|
380
|
-
RemoveProfilePermissionRequest.filterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
})(RemoveProfilePermissionRequest = exports.RemoveProfilePermissionRequest || (exports.RemoveProfilePermissionRequest = {}));
|
|
384
|
-
var RemoveProfilePermissionResponse;
|
|
385
|
-
(function (RemoveProfilePermissionResponse) {
|
|
386
|
-
RemoveProfilePermissionResponse.filterSensitiveLog = (obj) => ({
|
|
387
|
-
...obj,
|
|
388
|
-
});
|
|
389
|
-
})(RemoveProfilePermissionResponse = exports.RemoveProfilePermissionResponse || (exports.RemoveProfilePermissionResponse = {}));
|
|
390
|
-
var RevokeSignatureRequest;
|
|
391
|
-
(function (RevokeSignatureRequest) {
|
|
392
|
-
RevokeSignatureRequest.filterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
})(RevokeSignatureRequest = exports.RevokeSignatureRequest || (exports.RevokeSignatureRequest = {}));
|
|
396
|
-
var RevokeSigningProfileRequest;
|
|
397
|
-
(function (RevokeSigningProfileRequest) {
|
|
398
|
-
RevokeSigningProfileRequest.filterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
})(RevokeSigningProfileRequest = exports.RevokeSigningProfileRequest || (exports.RevokeSigningProfileRequest = {}));
|
|
402
|
-
var StartSigningJobRequest;
|
|
403
|
-
(function (StartSigningJobRequest) {
|
|
404
|
-
StartSigningJobRequest.filterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
})(StartSigningJobRequest = exports.StartSigningJobRequest || (exports.StartSigningJobRequest = {}));
|
|
408
|
-
var StartSigningJobResponse;
|
|
409
|
-
(function (StartSigningJobResponse) {
|
|
410
|
-
StartSigningJobResponse.filterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
});
|
|
413
|
-
})(StartSigningJobResponse = exports.StartSigningJobResponse || (exports.StartSigningJobResponse = {}));
|
|
414
132
|
class ThrottlingException extends SignerServiceException_1.SignerServiceException {
|
|
415
133
|
constructor(opts) {
|
|
416
134
|
super({
|
|
@@ -425,27 +143,207 @@ class ThrottlingException extends SignerServiceException_1.SignerServiceExceptio
|
|
|
425
143
|
}
|
|
426
144
|
}
|
|
427
145
|
exports.ThrottlingException = ThrottlingException;
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
146
|
+
const AddProfilePermissionRequestFilterSensitiveLog = (obj) => ({
|
|
147
|
+
...obj,
|
|
148
|
+
});
|
|
149
|
+
exports.AddProfilePermissionRequestFilterSensitiveLog = AddProfilePermissionRequestFilterSensitiveLog;
|
|
150
|
+
const AddProfilePermissionResponseFilterSensitiveLog = (obj) => ({
|
|
151
|
+
...obj,
|
|
152
|
+
});
|
|
153
|
+
exports.AddProfilePermissionResponseFilterSensitiveLog = AddProfilePermissionResponseFilterSensitiveLog;
|
|
154
|
+
const CancelSigningProfileRequestFilterSensitiveLog = (obj) => ({
|
|
155
|
+
...obj,
|
|
156
|
+
});
|
|
157
|
+
exports.CancelSigningProfileRequestFilterSensitiveLog = CancelSigningProfileRequestFilterSensitiveLog;
|
|
158
|
+
const DescribeSigningJobRequestFilterSensitiveLog = (obj) => ({
|
|
159
|
+
...obj,
|
|
160
|
+
});
|
|
161
|
+
exports.DescribeSigningJobRequestFilterSensitiveLog = DescribeSigningJobRequestFilterSensitiveLog;
|
|
162
|
+
const SigningConfigurationOverridesFilterSensitiveLog = (obj) => ({
|
|
163
|
+
...obj,
|
|
164
|
+
});
|
|
165
|
+
exports.SigningConfigurationOverridesFilterSensitiveLog = SigningConfigurationOverridesFilterSensitiveLog;
|
|
166
|
+
const SigningPlatformOverridesFilterSensitiveLog = (obj) => ({
|
|
167
|
+
...obj,
|
|
168
|
+
});
|
|
169
|
+
exports.SigningPlatformOverridesFilterSensitiveLog = SigningPlatformOverridesFilterSensitiveLog;
|
|
170
|
+
const SigningJobRevocationRecordFilterSensitiveLog = (obj) => ({
|
|
171
|
+
...obj,
|
|
172
|
+
});
|
|
173
|
+
exports.SigningJobRevocationRecordFilterSensitiveLog = SigningJobRevocationRecordFilterSensitiveLog;
|
|
174
|
+
const S3SignedObjectFilterSensitiveLog = (obj) => ({
|
|
175
|
+
...obj,
|
|
176
|
+
});
|
|
177
|
+
exports.S3SignedObjectFilterSensitiveLog = S3SignedObjectFilterSensitiveLog;
|
|
178
|
+
const SignedObjectFilterSensitiveLog = (obj) => ({
|
|
179
|
+
...obj,
|
|
180
|
+
});
|
|
181
|
+
exports.SignedObjectFilterSensitiveLog = SignedObjectFilterSensitiveLog;
|
|
182
|
+
const SigningMaterialFilterSensitiveLog = (obj) => ({
|
|
183
|
+
...obj,
|
|
184
|
+
});
|
|
185
|
+
exports.SigningMaterialFilterSensitiveLog = SigningMaterialFilterSensitiveLog;
|
|
186
|
+
const S3SourceFilterSensitiveLog = (obj) => ({
|
|
187
|
+
...obj,
|
|
188
|
+
});
|
|
189
|
+
exports.S3SourceFilterSensitiveLog = S3SourceFilterSensitiveLog;
|
|
190
|
+
const SourceFilterSensitiveLog = (obj) => ({
|
|
191
|
+
...obj,
|
|
192
|
+
});
|
|
193
|
+
exports.SourceFilterSensitiveLog = SourceFilterSensitiveLog;
|
|
194
|
+
const DescribeSigningJobResponseFilterSensitiveLog = (obj) => ({
|
|
195
|
+
...obj,
|
|
196
|
+
});
|
|
197
|
+
exports.DescribeSigningJobResponseFilterSensitiveLog = DescribeSigningJobResponseFilterSensitiveLog;
|
|
198
|
+
const S3DestinationFilterSensitiveLog = (obj) => ({
|
|
199
|
+
...obj,
|
|
200
|
+
});
|
|
201
|
+
exports.S3DestinationFilterSensitiveLog = S3DestinationFilterSensitiveLog;
|
|
202
|
+
const DestinationFilterSensitiveLog = (obj) => ({
|
|
203
|
+
...obj,
|
|
204
|
+
});
|
|
205
|
+
exports.DestinationFilterSensitiveLog = DestinationFilterSensitiveLog;
|
|
206
|
+
const EncryptionAlgorithmOptionsFilterSensitiveLog = (obj) => ({
|
|
207
|
+
...obj,
|
|
208
|
+
});
|
|
209
|
+
exports.EncryptionAlgorithmOptionsFilterSensitiveLog = EncryptionAlgorithmOptionsFilterSensitiveLog;
|
|
210
|
+
const GetSigningPlatformRequestFilterSensitiveLog = (obj) => ({
|
|
211
|
+
...obj,
|
|
212
|
+
});
|
|
213
|
+
exports.GetSigningPlatformRequestFilterSensitiveLog = GetSigningPlatformRequestFilterSensitiveLog;
|
|
214
|
+
const HashAlgorithmOptionsFilterSensitiveLog = (obj) => ({
|
|
215
|
+
...obj,
|
|
216
|
+
});
|
|
217
|
+
exports.HashAlgorithmOptionsFilterSensitiveLog = HashAlgorithmOptionsFilterSensitiveLog;
|
|
218
|
+
const SigningConfigurationFilterSensitiveLog = (obj) => ({
|
|
219
|
+
...obj,
|
|
220
|
+
});
|
|
221
|
+
exports.SigningConfigurationFilterSensitiveLog = SigningConfigurationFilterSensitiveLog;
|
|
222
|
+
const SigningImageFormatFilterSensitiveLog = (obj) => ({
|
|
223
|
+
...obj,
|
|
224
|
+
});
|
|
225
|
+
exports.SigningImageFormatFilterSensitiveLog = SigningImageFormatFilterSensitiveLog;
|
|
226
|
+
const GetSigningPlatformResponseFilterSensitiveLog = (obj) => ({
|
|
227
|
+
...obj,
|
|
228
|
+
});
|
|
229
|
+
exports.GetSigningPlatformResponseFilterSensitiveLog = GetSigningPlatformResponseFilterSensitiveLog;
|
|
230
|
+
const GetSigningProfileRequestFilterSensitiveLog = (obj) => ({
|
|
231
|
+
...obj,
|
|
232
|
+
});
|
|
233
|
+
exports.GetSigningProfileRequestFilterSensitiveLog = GetSigningProfileRequestFilterSensitiveLog;
|
|
234
|
+
const SigningProfileRevocationRecordFilterSensitiveLog = (obj) => ({
|
|
235
|
+
...obj,
|
|
236
|
+
});
|
|
237
|
+
exports.SigningProfileRevocationRecordFilterSensitiveLog = SigningProfileRevocationRecordFilterSensitiveLog;
|
|
238
|
+
const SignatureValidityPeriodFilterSensitiveLog = (obj) => ({
|
|
239
|
+
...obj,
|
|
240
|
+
});
|
|
241
|
+
exports.SignatureValidityPeriodFilterSensitiveLog = SignatureValidityPeriodFilterSensitiveLog;
|
|
242
|
+
const GetSigningProfileResponseFilterSensitiveLog = (obj) => ({
|
|
243
|
+
...obj,
|
|
244
|
+
});
|
|
245
|
+
exports.GetSigningProfileResponseFilterSensitiveLog = GetSigningProfileResponseFilterSensitiveLog;
|
|
246
|
+
const ListProfilePermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
247
|
+
...obj,
|
|
248
|
+
});
|
|
249
|
+
exports.ListProfilePermissionsRequestFilterSensitiveLog = ListProfilePermissionsRequestFilterSensitiveLog;
|
|
250
|
+
const PermissionFilterSensitiveLog = (obj) => ({
|
|
251
|
+
...obj,
|
|
252
|
+
});
|
|
253
|
+
exports.PermissionFilterSensitiveLog = PermissionFilterSensitiveLog;
|
|
254
|
+
const ListProfilePermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
});
|
|
257
|
+
exports.ListProfilePermissionsResponseFilterSensitiveLog = ListProfilePermissionsResponseFilterSensitiveLog;
|
|
258
|
+
const ListSigningJobsRequestFilterSensitiveLog = (obj) => ({
|
|
259
|
+
...obj,
|
|
260
|
+
});
|
|
261
|
+
exports.ListSigningJobsRequestFilterSensitiveLog = ListSigningJobsRequestFilterSensitiveLog;
|
|
262
|
+
const SigningJobFilterSensitiveLog = (obj) => ({
|
|
263
|
+
...obj,
|
|
264
|
+
});
|
|
265
|
+
exports.SigningJobFilterSensitiveLog = SigningJobFilterSensitiveLog;
|
|
266
|
+
const ListSigningJobsResponseFilterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
exports.ListSigningJobsResponseFilterSensitiveLog = ListSigningJobsResponseFilterSensitiveLog;
|
|
270
|
+
const ListSigningPlatformsRequestFilterSensitiveLog = (obj) => ({
|
|
271
|
+
...obj,
|
|
272
|
+
});
|
|
273
|
+
exports.ListSigningPlatformsRequestFilterSensitiveLog = ListSigningPlatformsRequestFilterSensitiveLog;
|
|
274
|
+
const SigningPlatformFilterSensitiveLog = (obj) => ({
|
|
275
|
+
...obj,
|
|
276
|
+
});
|
|
277
|
+
exports.SigningPlatformFilterSensitiveLog = SigningPlatformFilterSensitiveLog;
|
|
278
|
+
const ListSigningPlatformsResponseFilterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
exports.ListSigningPlatformsResponseFilterSensitiveLog = ListSigningPlatformsResponseFilterSensitiveLog;
|
|
282
|
+
const ListSigningProfilesRequestFilterSensitiveLog = (obj) => ({
|
|
283
|
+
...obj,
|
|
284
|
+
});
|
|
285
|
+
exports.ListSigningProfilesRequestFilterSensitiveLog = ListSigningProfilesRequestFilterSensitiveLog;
|
|
286
|
+
const SigningProfileFilterSensitiveLog = (obj) => ({
|
|
287
|
+
...obj,
|
|
288
|
+
});
|
|
289
|
+
exports.SigningProfileFilterSensitiveLog = SigningProfileFilterSensitiveLog;
|
|
290
|
+
const ListSigningProfilesResponseFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
exports.ListSigningProfilesResponseFilterSensitiveLog = ListSigningProfilesResponseFilterSensitiveLog;
|
|
294
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
295
|
+
...obj,
|
|
296
|
+
});
|
|
297
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
298
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
299
|
+
...obj,
|
|
300
|
+
});
|
|
301
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
302
|
+
const PutSigningProfileRequestFilterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
exports.PutSigningProfileRequestFilterSensitiveLog = PutSigningProfileRequestFilterSensitiveLog;
|
|
306
|
+
const PutSigningProfileResponseFilterSensitiveLog = (obj) => ({
|
|
307
|
+
...obj,
|
|
308
|
+
});
|
|
309
|
+
exports.PutSigningProfileResponseFilterSensitiveLog = PutSigningProfileResponseFilterSensitiveLog;
|
|
310
|
+
const RemoveProfilePermissionRequestFilterSensitiveLog = (obj) => ({
|
|
311
|
+
...obj,
|
|
312
|
+
});
|
|
313
|
+
exports.RemoveProfilePermissionRequestFilterSensitiveLog = RemoveProfilePermissionRequestFilterSensitiveLog;
|
|
314
|
+
const RemoveProfilePermissionResponseFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
exports.RemoveProfilePermissionResponseFilterSensitiveLog = RemoveProfilePermissionResponseFilterSensitiveLog;
|
|
318
|
+
const RevokeSignatureRequestFilterSensitiveLog = (obj) => ({
|
|
319
|
+
...obj,
|
|
320
|
+
});
|
|
321
|
+
exports.RevokeSignatureRequestFilterSensitiveLog = RevokeSignatureRequestFilterSensitiveLog;
|
|
322
|
+
const RevokeSigningProfileRequestFilterSensitiveLog = (obj) => ({
|
|
323
|
+
...obj,
|
|
324
|
+
});
|
|
325
|
+
exports.RevokeSigningProfileRequestFilterSensitiveLog = RevokeSigningProfileRequestFilterSensitiveLog;
|
|
326
|
+
const StartSigningJobRequestFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
exports.StartSigningJobRequestFilterSensitiveLog = StartSigningJobRequestFilterSensitiveLog;
|
|
330
|
+
const StartSigningJobResponseFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
exports.StartSigningJobResponseFilterSensitiveLog = StartSigningJobResponseFilterSensitiveLog;
|
|
334
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
});
|
|
337
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
338
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
342
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
});
|
|
345
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
346
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
});
|
|
349
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AddProfilePermissionRequestFilterSensitiveLog, AddProfilePermissionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AddProfilePermissionCommand, serializeAws_restJson1AddProfilePermissionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AddProfilePermissionCommand = (function (_super) {
|
|
7
7
|
__extends(AddProfilePermissionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AddProfilePermissionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AddProfilePermissionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AddProfilePermissionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CancelSigningProfileRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CancelSigningProfileCommand, serializeAws_restJson1CancelSigningProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CancelSigningProfileCommand = (function (_super) {
|
|
7
7
|
__extends(CancelSigningProfileCommand, _super);
|
|
@@ -20,7 +20,7 @@ var CancelSigningProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CancelSigningProfileRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeSigningJobRequestFilterSensitiveLog, DescribeSigningJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeSigningJobCommand, serializeAws_restJson1DescribeSigningJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeSigningJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeSigningJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeSigningJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeSigningJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeSigningJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSigningPlatformRequestFilterSensitiveLog, GetSigningPlatformResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSigningPlatformCommand, serializeAws_restJson1GetSigningPlatformCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetSigningPlatformCommand = (function (_super) {
|
|
7
7
|
__extends(GetSigningPlatformCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSigningPlatformCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSigningPlatformRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSigningPlatformResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSigningProfileRequestFilterSensitiveLog, GetSigningProfileResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSigningProfileCommand, serializeAws_restJson1GetSigningProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetSigningProfileCommand = (function (_super) {
|
|
7
7
|
__extends(GetSigningProfileCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSigningProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSigningProfileRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSigningProfileResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListProfilePermissionsRequestFilterSensitiveLog, ListProfilePermissionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListProfilePermissionsCommand, serializeAws_restJson1ListProfilePermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListProfilePermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListProfilePermissionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListProfilePermissionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListProfilePermissionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListProfilePermissionsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|