@aws-sdk/client-voice-id 3.296.0 → 3.298.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/commands/DeleteDomainCommand.js +2 -3
- package/dist-cjs/commands/DeleteFraudsterCommand.js +1 -1
- package/dist-cjs/commands/DeleteSpeakerCommand.js +1 -1
- package/dist-cjs/commands/DescribeDomainCommand.js +1 -1
- package/dist-cjs/commands/DescribeFraudsterCommand.js +1 -1
- package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +1 -1
- package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +1 -1
- package/dist-cjs/commands/EvaluateSessionCommand.js +1 -1
- package/dist-cjs/commands/ListDomainsCommand.js +1 -1
- package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +1 -1
- package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +1 -1
- package/dist-cjs/commands/ListSpeakersCommand.js +1 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/models/models_0.js +2 -118
- package/dist-es/commands/DeleteDomainCommand.js +2 -3
- package/dist-es/commands/DeleteFraudsterCommand.js +1 -1
- package/dist-es/commands/DeleteSpeakerCommand.js +1 -1
- package/dist-es/commands/DescribeDomainCommand.js +2 -2
- package/dist-es/commands/DescribeFraudsterCommand.js +2 -2
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +2 -2
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +2 -2
- package/dist-es/commands/EvaluateSessionCommand.js +2 -2
- package/dist-es/commands/ListDomainsCommand.js +2 -2
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +2 -2
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +2 -2
- package/dist-es/commands/ListSpeakersCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -87
- package/dist-types/VoiceID.d.ts +22 -0
- package/dist-types/VoiceIDClient.d.ts +24 -4
- package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFraudsterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSpeakerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFraudsterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpeakerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +16 -0
- package/dist-types/commands/EvaluateSessionCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListSpeakersCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/OptOutSpeakerCommand.d.ts +16 -0
- package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +16 -0
- package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +16 -0
- package/dist-types/models/VoiceIDServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +193 -117
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDomainsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFraudsterRegistrationJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSpeakerEnrollmentJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSpeakersPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -83
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.DeleteDomainCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
8
|
class DeleteDomainCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DeleteDomainCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -31,7 +31,7 @@ class DeleteFraudsterCommand extends smithy_client_1.Command {
|
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
33
|
inputFilterSensitiveLog: models_0_1.DeleteFraudsterRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -31,7 +31,7 @@ class DeleteSpeakerCommand extends smithy_client_1.Command {
|
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
33
|
inputFilterSensitiveLog: models_0_1.DeleteSpeakerRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog: (
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -30,7 +30,7 @@ class DescribeDomainCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.DescribeDomainResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -31,7 +31,7 @@ class DescribeFraudsterCommand extends smithy_client_1.Command {
|
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
33
|
inputFilterSensitiveLog: models_0_1.DescribeFraudsterRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -30,7 +30,7 @@ class DescribeFraudsterRegistrationJobCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.DescribeFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class DescribeSpeakerEnrollmentJobCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class EvaluateSessionCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.EvaluateSessionResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListDomainsCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListDomainsResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListFraudsterRegistrationJobsCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListFraudsterRegistrationJobsResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListSpeakerEnrollmentJobsCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListSpeakerEnrollmentJobsResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListSpeakersCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListSpeakersResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -31,7 +31,7 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
33
|
inputFilterSensitiveLog: models_0_1.TagResourceRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -31,7 +31,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
33
|
inputFilterSensitiveLog: models_0_1.UntagResourceRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.OptOutSpeakerRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListSpeakersResponseFilterSensitiveLog = exports.SpeakerSummaryFilterSensitiveLog = exports.ListSpeakerEnrollmentJobsResponseFilterSensitiveLog = exports.SpeakerEnrollmentJobSummaryFilterSensitiveLog = exports.ListFraudsterRegistrationJobsResponseFilterSensitiveLog = exports.FraudsterRegistrationJobSummaryFilterSensitiveLog = exports.EvaluateSessionResponseFilterSensitiveLog = exports.UpdateDomainResponseFilterSensitiveLog = exports.UpdateDomainRequestFilterSensitiveLog = exports.ListDomainsResponseFilterSensitiveLog = exports.DomainSummaryFilterSensitiveLog = exports.DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog = exports.SpeakerEnrollmentJobFilterSensitiveLog = exports.DescribeSpeakerResponseFilterSensitiveLog = exports.SpeakerFilterSensitiveLog = exports.DescribeSpeakerRequestFilterSensitiveLog = exports.DescribeFraudsterRegistrationJobResponseFilterSensitiveLog = exports.FraudsterRegistrationJobFilterSensitiveLog = exports.DescribeFraudsterRequestFilterSensitiveLog = exports.DescribeDomainResponseFilterSensitiveLog = exports.DeleteSpeakerRequestFilterSensitiveLog = exports.DeleteFraudsterRequestFilterSensitiveLog = exports.CreateDomainResponseFilterSensitiveLog = exports.DomainFilterSensitiveLog = exports.CreateDomainRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.AuthenticationResultFilterSensitiveLog = exports.StreamingStatus = exports.FraudDetectionReason = exports.FraudDetectionDecision = exports.SpeakerEnrollmentJobStatus = exports.FraudDetectionAction = exports.ExistingEnrollmentAction = exports.SpeakerStatus = exports.DuplicateRegistrationAction = exports.FraudsterRegistrationJobStatus = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.ResourceType = exports.InternalServerException = exports.ServerSideEncryptionUpdateStatus = exports.DomainStatus = exports.ConflictException = exports.ConflictType = exports.AuthenticationDecision = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StartSpeakerEnrollmentJobResponseFilterSensitiveLog = exports.StartSpeakerEnrollmentJobRequestFilterSensitiveLog = exports.StartFraudsterRegistrationJobResponseFilterSensitiveLog = exports.StartFraudsterRegistrationJobRequestFilterSensitiveLog = exports.OptOutSpeakerResponseFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const VoiceIDServiceException_1 = require("./VoiceIDServiceException");
|
|
7
7
|
class AccessDeniedException extends VoiceIDServiceException_1.VoiceIDServiceException {
|
|
@@ -201,19 +201,11 @@ var StreamingStatus;
|
|
|
201
201
|
StreamingStatus["ONGOING"] = "ONGOING";
|
|
202
202
|
StreamingStatus["PENDING_CONFIGURATION"] = "PENDING_CONFIGURATION";
|
|
203
203
|
})(StreamingStatus = exports.StreamingStatus || (exports.StreamingStatus = {}));
|
|
204
|
-
const AuthenticationConfigurationFilterSensitiveLog = (obj) => ({
|
|
205
|
-
...obj,
|
|
206
|
-
});
|
|
207
|
-
exports.AuthenticationConfigurationFilterSensitiveLog = AuthenticationConfigurationFilterSensitiveLog;
|
|
208
204
|
const AuthenticationResultFilterSensitiveLog = (obj) => ({
|
|
209
205
|
...obj,
|
|
210
206
|
...(obj.CustomerSpeakerId && { CustomerSpeakerId: smithy_client_1.SENSITIVE_STRING }),
|
|
211
207
|
});
|
|
212
208
|
exports.AuthenticationResultFilterSensitiveLog = AuthenticationResultFilterSensitiveLog;
|
|
213
|
-
const ServerSideEncryptionConfigurationFilterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
});
|
|
216
|
-
exports.ServerSideEncryptionConfigurationFilterSensitiveLog = ServerSideEncryptionConfigurationFilterSensitiveLog;
|
|
217
209
|
const TagFilterSensitiveLog = (obj) => ({
|
|
218
210
|
...obj,
|
|
219
211
|
...(obj.Key && { Key: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -227,10 +219,6 @@ const CreateDomainRequestFilterSensitiveLog = (obj) => ({
|
|
|
227
219
|
...(obj.Tags && { Tags: obj.Tags.map((item) => (0, exports.TagFilterSensitiveLog)(item)) }),
|
|
228
220
|
});
|
|
229
221
|
exports.CreateDomainRequestFilterSensitiveLog = CreateDomainRequestFilterSensitiveLog;
|
|
230
|
-
const ServerSideEncryptionUpdateDetailsFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
exports.ServerSideEncryptionUpdateDetailsFilterSensitiveLog = ServerSideEncryptionUpdateDetailsFilterSensitiveLog;
|
|
234
222
|
const DomainFilterSensitiveLog = (obj) => ({
|
|
235
223
|
...obj,
|
|
236
224
|
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -242,10 +230,6 @@ const CreateDomainResponseFilterSensitiveLog = (obj) => ({
|
|
|
242
230
|
...(obj.Domain && { Domain: (0, exports.DomainFilterSensitiveLog)(obj.Domain) }),
|
|
243
231
|
});
|
|
244
232
|
exports.CreateDomainResponseFilterSensitiveLog = CreateDomainResponseFilterSensitiveLog;
|
|
245
|
-
const DeleteDomainRequestFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
exports.DeleteDomainRequestFilterSensitiveLog = DeleteDomainRequestFilterSensitiveLog;
|
|
249
233
|
const DeleteFraudsterRequestFilterSensitiveLog = (obj) => ({
|
|
250
234
|
...obj,
|
|
251
235
|
...(obj.FraudsterId && { FraudsterId: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -256,10 +240,6 @@ const DeleteSpeakerRequestFilterSensitiveLog = (obj) => ({
|
|
|
256
240
|
...(obj.SpeakerId && { SpeakerId: smithy_client_1.SENSITIVE_STRING }),
|
|
257
241
|
});
|
|
258
242
|
exports.DeleteSpeakerRequestFilterSensitiveLog = DeleteSpeakerRequestFilterSensitiveLog;
|
|
259
|
-
const DescribeDomainRequestFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
exports.DescribeDomainRequestFilterSensitiveLog = DescribeDomainRequestFilterSensitiveLog;
|
|
263
243
|
const DescribeDomainResponseFilterSensitiveLog = (obj) => ({
|
|
264
244
|
...obj,
|
|
265
245
|
...(obj.Domain && { Domain: (0, exports.DomainFilterSensitiveLog)(obj.Domain) }),
|
|
@@ -270,38 +250,6 @@ const DescribeFraudsterRequestFilterSensitiveLog = (obj) => ({
|
|
|
270
250
|
...(obj.FraudsterId && { FraudsterId: smithy_client_1.SENSITIVE_STRING }),
|
|
271
251
|
});
|
|
272
252
|
exports.DescribeFraudsterRequestFilterSensitiveLog = DescribeFraudsterRequestFilterSensitiveLog;
|
|
273
|
-
const FraudsterFilterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
exports.FraudsterFilterSensitiveLog = FraudsterFilterSensitiveLog;
|
|
277
|
-
const DescribeFraudsterResponseFilterSensitiveLog = (obj) => ({
|
|
278
|
-
...obj,
|
|
279
|
-
});
|
|
280
|
-
exports.DescribeFraudsterResponseFilterSensitiveLog = DescribeFraudsterResponseFilterSensitiveLog;
|
|
281
|
-
const DescribeFraudsterRegistrationJobRequestFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
exports.DescribeFraudsterRegistrationJobRequestFilterSensitiveLog = DescribeFraudsterRegistrationJobRequestFilterSensitiveLog;
|
|
285
|
-
const FailureDetailsFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
});
|
|
288
|
-
exports.FailureDetailsFilterSensitiveLog = FailureDetailsFilterSensitiveLog;
|
|
289
|
-
const InputDataConfigFilterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
});
|
|
292
|
-
exports.InputDataConfigFilterSensitiveLog = InputDataConfigFilterSensitiveLog;
|
|
293
|
-
const JobProgressFilterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
exports.JobProgressFilterSensitiveLog = JobProgressFilterSensitiveLog;
|
|
297
|
-
const OutputDataConfigFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
exports.OutputDataConfigFilterSensitiveLog = OutputDataConfigFilterSensitiveLog;
|
|
301
|
-
const RegistrationConfigFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
exports.RegistrationConfigFilterSensitiveLog = RegistrationConfigFilterSensitiveLog;
|
|
305
253
|
const FraudsterRegistrationJobFilterSensitiveLog = (obj) => ({
|
|
306
254
|
...obj,
|
|
307
255
|
...(obj.JobName && { JobName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -327,18 +275,6 @@ const DescribeSpeakerResponseFilterSensitiveLog = (obj) => ({
|
|
|
327
275
|
...(obj.Speaker && { Speaker: (0, exports.SpeakerFilterSensitiveLog)(obj.Speaker) }),
|
|
328
276
|
});
|
|
329
277
|
exports.DescribeSpeakerResponseFilterSensitiveLog = DescribeSpeakerResponseFilterSensitiveLog;
|
|
330
|
-
const DescribeSpeakerEnrollmentJobRequestFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
exports.DescribeSpeakerEnrollmentJobRequestFilterSensitiveLog = DescribeSpeakerEnrollmentJobRequestFilterSensitiveLog;
|
|
334
|
-
const EnrollmentJobFraudDetectionConfigFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
exports.EnrollmentJobFraudDetectionConfigFilterSensitiveLog = EnrollmentJobFraudDetectionConfigFilterSensitiveLog;
|
|
338
|
-
const EnrollmentConfigFilterSensitiveLog = (obj) => ({
|
|
339
|
-
...obj,
|
|
340
|
-
});
|
|
341
|
-
exports.EnrollmentConfigFilterSensitiveLog = EnrollmentConfigFilterSensitiveLog;
|
|
342
278
|
const SpeakerEnrollmentJobFilterSensitiveLog = (obj) => ({
|
|
343
279
|
...obj,
|
|
344
280
|
...(obj.JobName && { JobName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -349,10 +285,6 @@ const DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog = (obj) => ({
|
|
|
349
285
|
...(obj.Job && { Job: (0, exports.SpeakerEnrollmentJobFilterSensitiveLog)(obj.Job) }),
|
|
350
286
|
});
|
|
351
287
|
exports.DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog = DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog;
|
|
352
|
-
const ListDomainsRequestFilterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
exports.ListDomainsRequestFilterSensitiveLog = ListDomainsRequestFilterSensitiveLog;
|
|
356
288
|
const DomainSummaryFilterSensitiveLog = (obj) => ({
|
|
357
289
|
...obj,
|
|
358
290
|
...(obj.Name && { Name: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -377,30 +309,6 @@ const UpdateDomainResponseFilterSensitiveLog = (obj) => ({
|
|
|
377
309
|
...(obj.Domain && { Domain: (0, exports.DomainFilterSensitiveLog)(obj.Domain) }),
|
|
378
310
|
});
|
|
379
311
|
exports.UpdateDomainResponseFilterSensitiveLog = UpdateDomainResponseFilterSensitiveLog;
|
|
380
|
-
const EvaluateSessionRequestFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
exports.EvaluateSessionRequestFilterSensitiveLog = EvaluateSessionRequestFilterSensitiveLog;
|
|
384
|
-
const FraudDetectionConfigurationFilterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
});
|
|
387
|
-
exports.FraudDetectionConfigurationFilterSensitiveLog = FraudDetectionConfigurationFilterSensitiveLog;
|
|
388
|
-
const KnownFraudsterRiskFilterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
exports.KnownFraudsterRiskFilterSensitiveLog = KnownFraudsterRiskFilterSensitiveLog;
|
|
392
|
-
const VoiceSpoofingRiskFilterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
exports.VoiceSpoofingRiskFilterSensitiveLog = VoiceSpoofingRiskFilterSensitiveLog;
|
|
396
|
-
const FraudRiskDetailsFilterSensitiveLog = (obj) => ({
|
|
397
|
-
...obj,
|
|
398
|
-
});
|
|
399
|
-
exports.FraudRiskDetailsFilterSensitiveLog = FraudRiskDetailsFilterSensitiveLog;
|
|
400
|
-
const FraudDetectionResultFilterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
403
|
-
exports.FraudDetectionResultFilterSensitiveLog = FraudDetectionResultFilterSensitiveLog;
|
|
404
312
|
const EvaluateSessionResponseFilterSensitiveLog = (obj) => ({
|
|
405
313
|
...obj,
|
|
406
314
|
...(obj.AuthenticationResult && {
|
|
@@ -413,10 +321,6 @@ const FraudsterRegistrationJobSummaryFilterSensitiveLog = (obj) => ({
|
|
|
413
321
|
...(obj.JobName && { JobName: smithy_client_1.SENSITIVE_STRING }),
|
|
414
322
|
});
|
|
415
323
|
exports.FraudsterRegistrationJobSummaryFilterSensitiveLog = FraudsterRegistrationJobSummaryFilterSensitiveLog;
|
|
416
|
-
const ListFraudsterRegistrationJobsRequestFilterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
exports.ListFraudsterRegistrationJobsRequestFilterSensitiveLog = ListFraudsterRegistrationJobsRequestFilterSensitiveLog;
|
|
420
324
|
const ListFraudsterRegistrationJobsResponseFilterSensitiveLog = (obj) => ({
|
|
421
325
|
...obj,
|
|
422
326
|
...(obj.JobSummaries && {
|
|
@@ -424,10 +328,6 @@ const ListFraudsterRegistrationJobsResponseFilterSensitiveLog = (obj) => ({
|
|
|
424
328
|
}),
|
|
425
329
|
});
|
|
426
330
|
exports.ListFraudsterRegistrationJobsResponseFilterSensitiveLog = ListFraudsterRegistrationJobsResponseFilterSensitiveLog;
|
|
427
|
-
const ListSpeakerEnrollmentJobsRequestFilterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
exports.ListSpeakerEnrollmentJobsRequestFilterSensitiveLog = ListSpeakerEnrollmentJobsRequestFilterSensitiveLog;
|
|
431
331
|
const SpeakerEnrollmentJobSummaryFilterSensitiveLog = (obj) => ({
|
|
432
332
|
...obj,
|
|
433
333
|
...(obj.JobName && { JobName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -440,10 +340,6 @@ const ListSpeakerEnrollmentJobsResponseFilterSensitiveLog = (obj) => ({
|
|
|
440
340
|
}),
|
|
441
341
|
});
|
|
442
342
|
exports.ListSpeakerEnrollmentJobsResponseFilterSensitiveLog = ListSpeakerEnrollmentJobsResponseFilterSensitiveLog;
|
|
443
|
-
const ListSpeakersRequestFilterSensitiveLog = (obj) => ({
|
|
444
|
-
...obj,
|
|
445
|
-
});
|
|
446
|
-
exports.ListSpeakersRequestFilterSensitiveLog = ListSpeakersRequestFilterSensitiveLog;
|
|
447
343
|
const SpeakerSummaryFilterSensitiveLog = (obj) => ({
|
|
448
344
|
...obj,
|
|
449
345
|
...(obj.CustomerSpeakerId && { CustomerSpeakerId: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -456,10 +352,6 @@ const ListSpeakersResponseFilterSensitiveLog = (obj) => ({
|
|
|
456
352
|
}),
|
|
457
353
|
});
|
|
458
354
|
exports.ListSpeakersResponseFilterSensitiveLog = ListSpeakersResponseFilterSensitiveLog;
|
|
459
|
-
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
463
355
|
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
464
356
|
...obj,
|
|
465
357
|
...(obj.Tags && { Tags: obj.Tags.map((item) => (0, exports.TagFilterSensitiveLog)(item)) }),
|
|
@@ -500,16 +392,8 @@ const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
|
500
392
|
...(obj.Tags && { Tags: obj.Tags.map((item) => (0, exports.TagFilterSensitiveLog)(item)) }),
|
|
501
393
|
});
|
|
502
394
|
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
503
|
-
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
507
395
|
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
508
396
|
...obj,
|
|
509
397
|
...(obj.TagKeys && { TagKeys: smithy_client_1.SENSITIVE_STRING }),
|
|
510
398
|
});
|
|
511
399
|
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
512
|
-
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
513
|
-
...obj,
|
|
514
|
-
});
|
|
515
|
-
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteDomainRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_0DeleteDomainCommand, serializeAws_json1_0DeleteDomainCommand, } from "../protocols/Aws_json1_0";
|
|
6
5
|
export class DeleteDomainCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteDomainCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -28,7 +28,7 @@ export class DeleteFraudsterCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: DeleteFraudsterRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -28,7 +28,7 @@ export class DeleteSpeakerCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: DeleteSpeakerRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeDomainResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeDomainCommand, serializeAws_json1_0DescribeDomainCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class DescribeDomainCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class DescribeDomainCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: DescribeDomainResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeFraudsterRequestFilterSensitiveLog,
|
|
4
|
+
import { DescribeFraudsterRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeFraudsterCommand, serializeAws_json1_0DescribeFraudsterCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class DescribeFraudsterCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class DescribeFraudsterCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: DescribeFraudsterRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeFraudsterRegistrationJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeFraudsterRegistrationJobCommand, serializeAws_json1_0DescribeFraudsterRegistrationJobCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class DescribeFraudsterRegistrationJobCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class DescribeFraudsterRegistrationJobCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: DescribeFraudsterRegistrationJobResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeSpeakerEnrollmentJobCommand, serializeAws_json1_0DescribeSpeakerEnrollmentJobCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class DescribeSpeakerEnrollmentJobCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class DescribeSpeakerEnrollmentJobCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: DescribeSpeakerEnrollmentJobResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { EvaluateSessionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0EvaluateSessionCommand, serializeAws_json1_0EvaluateSessionCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class EvaluateSessionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class EvaluateSessionCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: EvaluateSessionResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListDomainsResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0ListDomainsCommand, serializeAws_json1_0ListDomainsCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class ListDomainsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListDomainsCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListDomainsResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListFraudsterRegistrationJobsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0ListFraudsterRegistrationJobsCommand, serializeAws_json1_0ListFraudsterRegistrationJobsCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class ListFraudsterRegistrationJobsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListFraudsterRegistrationJobsCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListFraudsterRegistrationJobsResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSpeakerEnrollmentJobsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0ListSpeakerEnrollmentJobsCommand, serializeAws_json1_0ListSpeakerEnrollmentJobsCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class ListSpeakerEnrollmentJobsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListSpeakerEnrollmentJobsCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListSpeakerEnrollmentJobsResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSpeakersResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0ListSpeakersCommand, serializeAws_json1_0ListSpeakersCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class ListSpeakersCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListSpeakersCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListSpeakersResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0ListTagsForResourceCommand, serializeAws_json1_0ListTagsForResourceCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|