@aws-sdk/client-voice-id 3.303.0 → 3.309.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/AssociateFraudsterCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/CreateWatchlistCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
- package/dist-cjs/commands/DeleteFraudsterCommand.js +2 -2
- package/dist-cjs/commands/DeleteSpeakerCommand.js +2 -2
- package/dist-cjs/commands/DeleteWatchlistCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
- package/dist-cjs/commands/DescribeFraudsterCommand.js +2 -2
- package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeSpeakerCommand.js +2 -2
- package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeWatchlistCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFraudsterCommand.js +2 -2
- package/dist-cjs/commands/EvaluateSessionCommand.js +2 -2
- package/dist-cjs/commands/ListDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +2 -2
- package/dist-cjs/commands/ListFraudstersCommand.js +2 -2
- package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +2 -2
- package/dist-cjs/commands/ListSpeakersCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWatchlistsCommand.js +2 -2
- package/dist-cjs/commands/OptOutSpeakerCommand.js +2 -2
- package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js +2 -2
- package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -2
- package/dist-cjs/commands/UpdateWatchlistCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_0.js +600 -658
- package/dist-es/commands/AssociateFraudsterCommand.js +3 -3
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/CreateWatchlistCommand.js +3 -3
- package/dist-es/commands/DeleteDomainCommand.js +3 -3
- package/dist-es/commands/DeleteFraudsterCommand.js +3 -3
- package/dist-es/commands/DeleteSpeakerCommand.js +3 -3
- package/dist-es/commands/DeleteWatchlistCommand.js +3 -3
- package/dist-es/commands/DescribeDomainCommand.js +3 -3
- package/dist-es/commands/DescribeFraudsterCommand.js +3 -3
- package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +3 -3
- package/dist-es/commands/DescribeSpeakerCommand.js +3 -3
- package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +3 -3
- package/dist-es/commands/DescribeWatchlistCommand.js +3 -3
- package/dist-es/commands/DisassociateFraudsterCommand.js +3 -3
- package/dist-es/commands/EvaluateSessionCommand.js +3 -3
- package/dist-es/commands/ListDomainsCommand.js +3 -3
- package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +3 -3
- package/dist-es/commands/ListFraudstersCommand.js +3 -3
- package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +3 -3
- package/dist-es/commands/ListSpeakersCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWatchlistsCommand.js +3 -3
- package/dist-es/commands/OptOutSpeakerCommand.js +3 -3
- package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +3 -3
- package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDomainCommand.js +3 -3
- package/dist-es/commands/UpdateWatchlistCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_0.js +540 -598
- package/dist-types/protocols/Aws_json1_0.d.ts +232 -58
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +58 -58
- package/package.json +29 -29
|
@@ -37,10 +37,10 @@ class AssociateFraudsterCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_AssociateFraudsterCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_AssociateFraudsterCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.AssociateFraudsterCommand = AssociateFraudsterCommand;
|
|
@@ -37,10 +37,10 @@ class CreateDomainCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_CreateDomainCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_CreateDomainCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateDomainCommand = CreateDomainCommand;
|
|
@@ -37,10 +37,10 @@ class CreateWatchlistCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_CreateWatchlistCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_CreateWatchlistCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateWatchlistCommand = CreateWatchlistCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteDomainCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_DeleteDomainCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_DeleteDomainCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteDomainCommand = DeleteDomainCommand;
|
|
@@ -37,10 +37,10 @@ class DeleteFraudsterCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_DeleteFraudsterCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_DeleteFraudsterCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DeleteFraudsterCommand = DeleteFraudsterCommand;
|
|
@@ -37,10 +37,10 @@ class DeleteSpeakerCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_DeleteSpeakerCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_DeleteSpeakerCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DeleteSpeakerCommand = DeleteSpeakerCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteWatchlistCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_DeleteWatchlistCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_DeleteWatchlistCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteWatchlistCommand = DeleteWatchlistCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeDomainCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_DescribeDomainCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_DescribeDomainCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeDomainCommand = DescribeDomainCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeFraudsterCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_DescribeFraudsterCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_DescribeFraudsterCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeFraudsterCommand = DescribeFraudsterCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeFraudsterRegistrationJobCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_DescribeFraudsterRegistrationJobCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_DescribeFraudsterRegistrationJobCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeFraudsterRegistrationJobCommand = DescribeFraudsterRegistrationJobCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeSpeakerCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_DescribeSpeakerCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_DescribeSpeakerCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeSpeakerCommand = DescribeSpeakerCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeSpeakerEnrollmentJobCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_DescribeSpeakerEnrollmentJobCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_DescribeSpeakerEnrollmentJobCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeSpeakerEnrollmentJobCommand = DescribeSpeakerEnrollmentJobCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeWatchlistCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_DescribeWatchlistCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_DescribeWatchlistCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeWatchlistCommand = DescribeWatchlistCommand;
|
|
@@ -37,10 +37,10 @@ class DisassociateFraudsterCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_DisassociateFraudsterCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_DisassociateFraudsterCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DisassociateFraudsterCommand = DisassociateFraudsterCommand;
|
|
@@ -37,10 +37,10 @@ class EvaluateSessionCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_EvaluateSessionCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_EvaluateSessionCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.EvaluateSessionCommand = EvaluateSessionCommand;
|
|
@@ -37,10 +37,10 @@ class ListDomainsCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_ListDomainsCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_ListDomainsCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.ListDomainsCommand = ListDomainsCommand;
|
|
@@ -37,10 +37,10 @@ class ListFraudsterRegistrationJobsCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_ListFraudsterRegistrationJobsCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_ListFraudsterRegistrationJobsCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.ListFraudsterRegistrationJobsCommand = ListFraudsterRegistrationJobsCommand;
|
|
@@ -36,10 +36,10 @@ class ListFraudstersCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_ListFraudstersCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_ListFraudstersCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListFraudstersCommand = ListFraudstersCommand;
|
|
@@ -37,10 +37,10 @@ class ListSpeakerEnrollmentJobsCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_ListSpeakerEnrollmentJobsCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_ListSpeakerEnrollmentJobsCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.ListSpeakerEnrollmentJobsCommand = ListSpeakerEnrollmentJobsCommand;
|
|
@@ -37,10 +37,10 @@ class ListSpeakersCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_ListSpeakersCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_ListSpeakersCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.ListSpeakersCommand = ListSpeakersCommand;
|
|
@@ -37,10 +37,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_ListTagsForResourceCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_ListTagsForResourceCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -37,10 +37,10 @@ class ListWatchlistsCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_ListWatchlistsCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_ListWatchlistsCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.ListWatchlistsCommand = ListWatchlistsCommand;
|
|
@@ -37,10 +37,10 @@ class OptOutSpeakerCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_OptOutSpeakerCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_OptOutSpeakerCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.OptOutSpeakerCommand = OptOutSpeakerCommand;
|
|
@@ -37,10 +37,10 @@ class StartFraudsterRegistrationJobCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_StartFraudsterRegistrationJobCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_StartFraudsterRegistrationJobCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.StartFraudsterRegistrationJobCommand = StartFraudsterRegistrationJobCommand;
|
|
@@ -37,10 +37,10 @@ class StartSpeakerEnrollmentJobCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_StartSpeakerEnrollmentJobCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_StartSpeakerEnrollmentJobCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.StartSpeakerEnrollmentJobCommand = StartSpeakerEnrollmentJobCommand;
|
|
@@ -37,10 +37,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_TagResourceCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_TagResourceCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -37,10 +37,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_UntagResourceCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_UntagResourceCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -37,10 +37,10 @@ class UpdateDomainCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_UpdateDomainCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_UpdateDomainCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.UpdateDomainCommand = UpdateDomainCommand;
|
|
@@ -37,10 +37,10 @@ class UpdateWatchlistCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_0_1.
|
|
40
|
+
return (0, Aws_json1_0_1.se_UpdateWatchlistCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_0_1.
|
|
43
|
+
return (0, Aws_json1_0_1.de_UpdateWatchlistCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.UpdateWatchlistCommand = UpdateWatchlistCommand;
|