@aws-sdk/client-voice-id 3.299.0 → 3.300.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/README.md +73 -9
  2. package/dist-cjs/VoiceID.js +120 -0
  3. package/dist-cjs/commands/AssociateFraudsterCommand.js +46 -0
  4. package/dist-cjs/commands/CreateWatchlistCommand.js +46 -0
  5. package/dist-cjs/commands/DeleteWatchlistCommand.js +45 -0
  6. package/dist-cjs/commands/DescribeWatchlistCommand.js +46 -0
  7. package/dist-cjs/commands/DisassociateFraudsterCommand.js +46 -0
  8. package/dist-cjs/commands/ListFraudstersCommand.js +45 -0
  9. package/dist-cjs/commands/ListWatchlistsCommand.js +46 -0
  10. package/dist-cjs/commands/UpdateWatchlistCommand.js +46 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/endpoint/ruleset.js +3 -3
  13. package/dist-cjs/models/models_0.js +83 -24
  14. package/dist-cjs/pagination/ListFraudstersPaginator.js +29 -0
  15. package/dist-cjs/pagination/ListWatchlistsPaginator.js +29 -0
  16. package/dist-cjs/pagination/index.js +2 -0
  17. package/dist-cjs/protocols/Aws_json1_0.js +722 -29
  18. package/dist-es/VoiceID.js +120 -0
  19. package/dist-es/commands/AssociateFraudsterCommand.js +42 -0
  20. package/dist-es/commands/CreateWatchlistCommand.js +42 -0
  21. package/dist-es/commands/DeleteWatchlistCommand.js +41 -0
  22. package/dist-es/commands/DescribeWatchlistCommand.js +42 -0
  23. package/dist-es/commands/DisassociateFraudsterCommand.js +42 -0
  24. package/dist-es/commands/ListFraudstersCommand.js +41 -0
  25. package/dist-es/commands/ListWatchlistsCommand.js +42 -0
  26. package/dist-es/commands/UpdateWatchlistCommand.js +42 -0
  27. package/dist-es/commands/index.js +8 -0
  28. package/dist-es/endpoint/ruleset.js +3 -3
  29. package/dist-es/models/models_0.js +71 -22
  30. package/dist-es/pagination/ListFraudstersPaginator.js +25 -0
  31. package/dist-es/pagination/ListWatchlistsPaginator.js +25 -0
  32. package/dist-es/pagination/index.js +2 -0
  33. package/dist-es/protocols/Aws_json1_0.js +707 -31
  34. package/dist-types/VoiceID.d.ts +74 -4
  35. package/dist-types/VoiceIDClient.d.ts +12 -4
  36. package/dist-types/commands/AssociateFraudsterCommand.d.ts +93 -0
  37. package/dist-types/commands/CreateDomainCommand.d.ts +15 -1
  38. package/dist-types/commands/CreateWatchlistCommand.d.ts +94 -0
  39. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -0
  40. package/dist-types/commands/DeleteFraudsterCommand.d.ts +5 -1
  41. package/dist-types/commands/DeleteSpeakerCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteWatchlistCommand.d.ts +91 -0
  43. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
  44. package/dist-types/commands/DescribeFraudsterCommand.d.ts +4 -0
  45. package/dist-types/commands/DescribeFraudsterRegistrationJobCommand.d.ts +4 -0
  46. package/dist-types/commands/DescribeSpeakerCommand.d.ts +4 -0
  47. package/dist-types/commands/DescribeSpeakerEnrollmentJobCommand.d.ts +4 -0
  48. package/dist-types/commands/DescribeWatchlistCommand.d.ts +85 -0
  49. package/dist-types/commands/DisassociateFraudsterCommand.d.ts +93 -0
  50. package/dist-types/commands/EvaluateSessionCommand.d.ts +4 -0
  51. package/dist-types/commands/ListDomainsCommand.d.ts +4 -0
  52. package/dist-types/commands/ListFraudsterRegistrationJobsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListFraudstersCommand.d.ts +87 -0
  54. package/dist-types/commands/ListSpeakerEnrollmentJobsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListSpeakersCommand.d.ts +5 -0
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  57. package/dist-types/commands/ListWatchlistsCommand.d.ts +86 -0
  58. package/dist-types/commands/OptOutSpeakerCommand.d.ts +4 -0
  59. package/dist-types/commands/StartFraudsterRegistrationJobCommand.d.ts +20 -0
  60. package/dist-types/commands/StartSpeakerEnrollmentJobCommand.d.ts +23 -0
  61. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  62. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  63. package/dist-types/commands/UpdateDomainCommand.d.ts +8 -0
  64. package/dist-types/commands/UpdateWatchlistCommand.d.ts +92 -0
  65. package/dist-types/commands/index.d.ts +8 -0
  66. package/dist-types/models/models_0.d.ts +621 -214
  67. package/dist-types/pagination/ListFraudstersPaginator.d.ts +7 -0
  68. package/dist-types/pagination/ListWatchlistsPaginator.d.ts +7 -0
  69. package/dist-types/pagination/index.d.ts +2 -0
  70. package/dist-types/protocols/Aws_json1_0.d.ts +24 -0
  71. package/dist-types/ts3.4/VoiceID.d.ts +136 -0
  72. package/dist-types/ts3.4/VoiceIDClient.d.ts +50 -2
  73. package/dist-types/ts3.4/commands/AssociateFraudsterCommand.d.ts +38 -0
  74. package/dist-types/ts3.4/commands/CreateWatchlistCommand.d.ts +37 -0
  75. package/dist-types/ts3.4/commands/DeleteWatchlistCommand.d.ts +32 -0
  76. package/dist-types/ts3.4/commands/DescribeWatchlistCommand.d.ts +38 -0
  77. package/dist-types/ts3.4/commands/DisassociateFraudsterCommand.d.ts +41 -0
  78. package/dist-types/ts3.4/commands/ListFraudstersCommand.d.ts +37 -0
  79. package/dist-types/ts3.4/commands/ListWatchlistsCommand.d.ts +37 -0
  80. package/dist-types/ts3.4/commands/UpdateWatchlistCommand.d.ts +37 -0
  81. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +197 -69
  83. package/dist-types/ts3.4/pagination/ListFraudstersPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/ListWatchlistsPaginator.d.ts +11 -0
  85. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  86. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +96 -0
  87. package/package.json +8 -8
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListFraudstersCommandInput, ListFraudstersCommandOutput } from "../commands/ListFraudstersCommand";
3
+ import { VoiceIDPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListFraudsters(config: VoiceIDPaginationConfiguration, input: ListFraudstersCommandInput, ...additionalArguments: any): Paginator<ListFraudstersCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListWatchlistsCommandInput, ListWatchlistsCommandOutput } from "../commands/ListWatchlistsCommand";
3
+ import { VoiceIDPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListWatchlists(config: VoiceIDPaginationConfiguration, input: ListWatchlistsCommandInput, ...additionalArguments: any): Paginator<ListWatchlistsCommandOutput>;
@@ -1,5 +1,7 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListDomainsPaginator";
3
3
  export * from "./ListFraudsterRegistrationJobsPaginator";
4
+ export * from "./ListFraudstersPaginator";
4
5
  export * from "./ListSpeakerEnrollmentJobsPaginator";
5
6
  export * from "./ListSpeakersPaginator";
7
+ export * from "./ListWatchlistsPaginator";
@@ -1,65 +1,89 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput } from "../commands/AssociateFraudsterCommand";
3
4
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
5
+ import { CreateWatchlistCommandInput, CreateWatchlistCommandOutput } from "../commands/CreateWatchlistCommand";
4
6
  import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
5
7
  import { DeleteFraudsterCommandInput, DeleteFraudsterCommandOutput } from "../commands/DeleteFraudsterCommand";
6
8
  import { DeleteSpeakerCommandInput, DeleteSpeakerCommandOutput } from "../commands/DeleteSpeakerCommand";
9
+ import { DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput } from "../commands/DeleteWatchlistCommand";
7
10
  import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "../commands/DescribeDomainCommand";
8
11
  import { DescribeFraudsterCommandInput, DescribeFraudsterCommandOutput } from "../commands/DescribeFraudsterCommand";
9
12
  import { DescribeFraudsterRegistrationJobCommandInput, DescribeFraudsterRegistrationJobCommandOutput } from "../commands/DescribeFraudsterRegistrationJobCommand";
10
13
  import { DescribeSpeakerCommandInput, DescribeSpeakerCommandOutput } from "../commands/DescribeSpeakerCommand";
11
14
  import { DescribeSpeakerEnrollmentJobCommandInput, DescribeSpeakerEnrollmentJobCommandOutput } from "../commands/DescribeSpeakerEnrollmentJobCommand";
15
+ import { DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput } from "../commands/DescribeWatchlistCommand";
16
+ import { DisassociateFraudsterCommandInput, DisassociateFraudsterCommandOutput } from "../commands/DisassociateFraudsterCommand";
12
17
  import { EvaluateSessionCommandInput, EvaluateSessionCommandOutput } from "../commands/EvaluateSessionCommand";
13
18
  import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
14
19
  import { ListFraudsterRegistrationJobsCommandInput, ListFraudsterRegistrationJobsCommandOutput } from "../commands/ListFraudsterRegistrationJobsCommand";
20
+ import { ListFraudstersCommandInput, ListFraudstersCommandOutput } from "../commands/ListFraudstersCommand";
15
21
  import { ListSpeakerEnrollmentJobsCommandInput, ListSpeakerEnrollmentJobsCommandOutput } from "../commands/ListSpeakerEnrollmentJobsCommand";
16
22
  import { ListSpeakersCommandInput, ListSpeakersCommandOutput } from "../commands/ListSpeakersCommand";
17
23
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
24
+ import { ListWatchlistsCommandInput, ListWatchlistsCommandOutput } from "../commands/ListWatchlistsCommand";
18
25
  import { OptOutSpeakerCommandInput, OptOutSpeakerCommandOutput } from "../commands/OptOutSpeakerCommand";
19
26
  import { StartFraudsterRegistrationJobCommandInput, StartFraudsterRegistrationJobCommandOutput } from "../commands/StartFraudsterRegistrationJobCommand";
20
27
  import { StartSpeakerEnrollmentJobCommandInput, StartSpeakerEnrollmentJobCommandOutput } from "../commands/StartSpeakerEnrollmentJobCommand";
21
28
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
22
29
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
23
30
  import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "../commands/UpdateDomainCommand";
31
+ import { UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput } from "../commands/UpdateWatchlistCommand";
32
+ export declare const serializeAws_json1_0AssociateFraudsterCommand: (input: AssociateFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
33
  export declare const serializeAws_json1_0CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ export declare const serializeAws_json1_0CreateWatchlistCommand: (input: CreateWatchlistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
35
  export declare const serializeAws_json1_0DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
36
  export declare const serializeAws_json1_0DeleteFraudsterCommand: (input: DeleteFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
37
  export declare const serializeAws_json1_0DeleteSpeakerCommand: (input: DeleteSpeakerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ export declare const serializeAws_json1_0DeleteWatchlistCommand: (input: DeleteWatchlistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
39
  export declare const serializeAws_json1_0DescribeDomainCommand: (input: DescribeDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
40
  export declare const serializeAws_json1_0DescribeFraudsterCommand: (input: DescribeFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
41
  export declare const serializeAws_json1_0DescribeFraudsterRegistrationJobCommand: (input: DescribeFraudsterRegistrationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
42
  export declare const serializeAws_json1_0DescribeSpeakerCommand: (input: DescribeSpeakerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
43
  export declare const serializeAws_json1_0DescribeSpeakerEnrollmentJobCommand: (input: DescribeSpeakerEnrollmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ export declare const serializeAws_json1_0DescribeWatchlistCommand: (input: DescribeWatchlistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ export declare const serializeAws_json1_0DisassociateFraudsterCommand: (input: DisassociateFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
46
  export declare const serializeAws_json1_0EvaluateSessionCommand: (input: EvaluateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
47
  export declare const serializeAws_json1_0ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
48
  export declare const serializeAws_json1_0ListFraudsterRegistrationJobsCommand: (input: ListFraudsterRegistrationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ export declare const serializeAws_json1_0ListFraudstersCommand: (input: ListFraudstersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
50
  export declare const serializeAws_json1_0ListSpeakerEnrollmentJobsCommand: (input: ListSpeakerEnrollmentJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
51
  export declare const serializeAws_json1_0ListSpeakersCommand: (input: ListSpeakersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
52
  export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ export declare const serializeAws_json1_0ListWatchlistsCommand: (input: ListWatchlistsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
54
  export declare const serializeAws_json1_0OptOutSpeakerCommand: (input: OptOutSpeakerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
55
  export declare const serializeAws_json1_0StartFraudsterRegistrationJobCommand: (input: StartFraudsterRegistrationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
56
  export declare const serializeAws_json1_0StartSpeakerEnrollmentJobCommand: (input: StartSpeakerEnrollmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
57
  export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
58
  export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
59
  export declare const serializeAws_json1_0UpdateDomainCommand: (input: UpdateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ export declare const serializeAws_json1_0UpdateWatchlistCommand: (input: UpdateWatchlistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const deserializeAws_json1_0AssociateFraudsterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFraudsterCommandOutput>;
45
62
  export declare const deserializeAws_json1_0CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
63
+ export declare const deserializeAws_json1_0CreateWatchlistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWatchlistCommandOutput>;
46
64
  export declare const deserializeAws_json1_0DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
47
65
  export declare const deserializeAws_json1_0DeleteFraudsterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFraudsterCommandOutput>;
48
66
  export declare const deserializeAws_json1_0DeleteSpeakerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSpeakerCommandOutput>;
67
+ export declare const deserializeAws_json1_0DeleteWatchlistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWatchlistCommandOutput>;
49
68
  export declare const deserializeAws_json1_0DescribeDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainCommandOutput>;
50
69
  export declare const deserializeAws_json1_0DescribeFraudsterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFraudsterCommandOutput>;
51
70
  export declare const deserializeAws_json1_0DescribeFraudsterRegistrationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFraudsterRegistrationJobCommandOutput>;
52
71
  export declare const deserializeAws_json1_0DescribeSpeakerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpeakerCommandOutput>;
53
72
  export declare const deserializeAws_json1_0DescribeSpeakerEnrollmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpeakerEnrollmentJobCommandOutput>;
73
+ export declare const deserializeAws_json1_0DescribeWatchlistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWatchlistCommandOutput>;
74
+ export declare const deserializeAws_json1_0DisassociateFraudsterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFraudsterCommandOutput>;
54
75
  export declare const deserializeAws_json1_0EvaluateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateSessionCommandOutput>;
55
76
  export declare const deserializeAws_json1_0ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
56
77
  export declare const deserializeAws_json1_0ListFraudsterRegistrationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFraudsterRegistrationJobsCommandOutput>;
78
+ export declare const deserializeAws_json1_0ListFraudstersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFraudstersCommandOutput>;
57
79
  export declare const deserializeAws_json1_0ListSpeakerEnrollmentJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpeakerEnrollmentJobsCommandOutput>;
58
80
  export declare const deserializeAws_json1_0ListSpeakersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpeakersCommandOutput>;
59
81
  export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
82
+ export declare const deserializeAws_json1_0ListWatchlistsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWatchlistsCommandOutput>;
60
83
  export declare const deserializeAws_json1_0OptOutSpeakerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OptOutSpeakerCommandOutput>;
61
84
  export declare const deserializeAws_json1_0StartFraudsterRegistrationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFraudsterRegistrationJobCommandOutput>;
62
85
  export declare const deserializeAws_json1_0StartSpeakerEnrollmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSpeakerEnrollmentJobCommandOutput>;
63
86
  export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
64
87
  export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
65
88
  export declare const deserializeAws_json1_0UpdateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainCommandOutput>;
89
+ export declare const deserializeAws_json1_0UpdateWatchlistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWatchlistCommandOutput>;
@@ -1,8 +1,16 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateFraudsterCommandInput,
4
+ AssociateFraudsterCommandOutput,
5
+ } from "./commands/AssociateFraudsterCommand";
2
6
  import {
3
7
  CreateDomainCommandInput,
4
8
  CreateDomainCommandOutput,
5
9
  } from "./commands/CreateDomainCommand";
10
+ import {
11
+ CreateWatchlistCommandInput,
12
+ CreateWatchlistCommandOutput,
13
+ } from "./commands/CreateWatchlistCommand";
6
14
  import {
7
15
  DeleteDomainCommandInput,
8
16
  DeleteDomainCommandOutput,
@@ -15,6 +23,10 @@ import {
15
23
  DeleteSpeakerCommandInput,
16
24
  DeleteSpeakerCommandOutput,
17
25
  } from "./commands/DeleteSpeakerCommand";
26
+ import {
27
+ DeleteWatchlistCommandInput,
28
+ DeleteWatchlistCommandOutput,
29
+ } from "./commands/DeleteWatchlistCommand";
18
30
  import {
19
31
  DescribeDomainCommandInput,
20
32
  DescribeDomainCommandOutput,
@@ -35,6 +47,14 @@ import {
35
47
  DescribeSpeakerEnrollmentJobCommandInput,
36
48
  DescribeSpeakerEnrollmentJobCommandOutput,
37
49
  } from "./commands/DescribeSpeakerEnrollmentJobCommand";
50
+ import {
51
+ DescribeWatchlistCommandInput,
52
+ DescribeWatchlistCommandOutput,
53
+ } from "./commands/DescribeWatchlistCommand";
54
+ import {
55
+ DisassociateFraudsterCommandInput,
56
+ DisassociateFraudsterCommandOutput,
57
+ } from "./commands/DisassociateFraudsterCommand";
38
58
  import {
39
59
  EvaluateSessionCommandInput,
40
60
  EvaluateSessionCommandOutput,
@@ -47,6 +67,10 @@ import {
47
67
  ListFraudsterRegistrationJobsCommandInput,
48
68
  ListFraudsterRegistrationJobsCommandOutput,
49
69
  } from "./commands/ListFraudsterRegistrationJobsCommand";
70
+ import {
71
+ ListFraudstersCommandInput,
72
+ ListFraudstersCommandOutput,
73
+ } from "./commands/ListFraudstersCommand";
50
74
  import {
51
75
  ListSpeakerEnrollmentJobsCommandInput,
52
76
  ListSpeakerEnrollmentJobsCommandOutput,
@@ -59,6 +83,10 @@ import {
59
83
  ListTagsForResourceCommandInput,
60
84
  ListTagsForResourceCommandOutput,
61
85
  } from "./commands/ListTagsForResourceCommand";
86
+ import {
87
+ ListWatchlistsCommandInput,
88
+ ListWatchlistsCommandOutput,
89
+ } from "./commands/ListWatchlistsCommand";
62
90
  import {
63
91
  OptOutSpeakerCommandInput,
64
92
  OptOutSpeakerCommandOutput,
@@ -83,8 +111,25 @@ import {
83
111
  UpdateDomainCommandInput,
84
112
  UpdateDomainCommandOutput,
85
113
  } from "./commands/UpdateDomainCommand";
114
+ import {
115
+ UpdateWatchlistCommandInput,
116
+ UpdateWatchlistCommandOutput,
117
+ } from "./commands/UpdateWatchlistCommand";
86
118
  import { VoiceIDClient } from "./VoiceIDClient";
87
119
  export declare class VoiceID extends VoiceIDClient {
120
+ associateFraudster(
121
+ args: AssociateFraudsterCommandInput,
122
+ options?: __HttpHandlerOptions
123
+ ): Promise<AssociateFraudsterCommandOutput>;
124
+ associateFraudster(
125
+ args: AssociateFraudsterCommandInput,
126
+ cb: (err: any, data?: AssociateFraudsterCommandOutput) => void
127
+ ): void;
128
+ associateFraudster(
129
+ args: AssociateFraudsterCommandInput,
130
+ options: __HttpHandlerOptions,
131
+ cb: (err: any, data?: AssociateFraudsterCommandOutput) => void
132
+ ): void;
88
133
  createDomain(
89
134
  args: CreateDomainCommandInput,
90
135
  options?: __HttpHandlerOptions
@@ -98,6 +143,19 @@ export declare class VoiceID extends VoiceIDClient {
98
143
  options: __HttpHandlerOptions,
99
144
  cb: (err: any, data?: CreateDomainCommandOutput) => void
100
145
  ): void;
146
+ createWatchlist(
147
+ args: CreateWatchlistCommandInput,
148
+ options?: __HttpHandlerOptions
149
+ ): Promise<CreateWatchlistCommandOutput>;
150
+ createWatchlist(
151
+ args: CreateWatchlistCommandInput,
152
+ cb: (err: any, data?: CreateWatchlistCommandOutput) => void
153
+ ): void;
154
+ createWatchlist(
155
+ args: CreateWatchlistCommandInput,
156
+ options: __HttpHandlerOptions,
157
+ cb: (err: any, data?: CreateWatchlistCommandOutput) => void
158
+ ): void;
101
159
  deleteDomain(
102
160
  args: DeleteDomainCommandInput,
103
161
  options?: __HttpHandlerOptions
@@ -137,6 +195,19 @@ export declare class VoiceID extends VoiceIDClient {
137
195
  options: __HttpHandlerOptions,
138
196
  cb: (err: any, data?: DeleteSpeakerCommandOutput) => void
139
197
  ): void;
198
+ deleteWatchlist(
199
+ args: DeleteWatchlistCommandInput,
200
+ options?: __HttpHandlerOptions
201
+ ): Promise<DeleteWatchlistCommandOutput>;
202
+ deleteWatchlist(
203
+ args: DeleteWatchlistCommandInput,
204
+ cb: (err: any, data?: DeleteWatchlistCommandOutput) => void
205
+ ): void;
206
+ deleteWatchlist(
207
+ args: DeleteWatchlistCommandInput,
208
+ options: __HttpHandlerOptions,
209
+ cb: (err: any, data?: DeleteWatchlistCommandOutput) => void
210
+ ): void;
140
211
  describeDomain(
141
212
  args: DescribeDomainCommandInput,
142
213
  options?: __HttpHandlerOptions
@@ -202,6 +273,32 @@ export declare class VoiceID extends VoiceIDClient {
202
273
  options: __HttpHandlerOptions,
203
274
  cb: (err: any, data?: DescribeSpeakerEnrollmentJobCommandOutput) => void
204
275
  ): void;
276
+ describeWatchlist(
277
+ args: DescribeWatchlistCommandInput,
278
+ options?: __HttpHandlerOptions
279
+ ): Promise<DescribeWatchlistCommandOutput>;
280
+ describeWatchlist(
281
+ args: DescribeWatchlistCommandInput,
282
+ cb: (err: any, data?: DescribeWatchlistCommandOutput) => void
283
+ ): void;
284
+ describeWatchlist(
285
+ args: DescribeWatchlistCommandInput,
286
+ options: __HttpHandlerOptions,
287
+ cb: (err: any, data?: DescribeWatchlistCommandOutput) => void
288
+ ): void;
289
+ disassociateFraudster(
290
+ args: DisassociateFraudsterCommandInput,
291
+ options?: __HttpHandlerOptions
292
+ ): Promise<DisassociateFraudsterCommandOutput>;
293
+ disassociateFraudster(
294
+ args: DisassociateFraudsterCommandInput,
295
+ cb: (err: any, data?: DisassociateFraudsterCommandOutput) => void
296
+ ): void;
297
+ disassociateFraudster(
298
+ args: DisassociateFraudsterCommandInput,
299
+ options: __HttpHandlerOptions,
300
+ cb: (err: any, data?: DisassociateFraudsterCommandOutput) => void
301
+ ): void;
205
302
  evaluateSession(
206
303
  args: EvaluateSessionCommandInput,
207
304
  options?: __HttpHandlerOptions
@@ -241,6 +338,19 @@ export declare class VoiceID extends VoiceIDClient {
241
338
  options: __HttpHandlerOptions,
242
339
  cb: (err: any, data?: ListFraudsterRegistrationJobsCommandOutput) => void
243
340
  ): void;
341
+ listFraudsters(
342
+ args: ListFraudstersCommandInput,
343
+ options?: __HttpHandlerOptions
344
+ ): Promise<ListFraudstersCommandOutput>;
345
+ listFraudsters(
346
+ args: ListFraudstersCommandInput,
347
+ cb: (err: any, data?: ListFraudstersCommandOutput) => void
348
+ ): void;
349
+ listFraudsters(
350
+ args: ListFraudstersCommandInput,
351
+ options: __HttpHandlerOptions,
352
+ cb: (err: any, data?: ListFraudstersCommandOutput) => void
353
+ ): void;
244
354
  listSpeakerEnrollmentJobs(
245
355
  args: ListSpeakerEnrollmentJobsCommandInput,
246
356
  options?: __HttpHandlerOptions
@@ -280,6 +390,19 @@ export declare class VoiceID extends VoiceIDClient {
280
390
  options: __HttpHandlerOptions,
281
391
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
282
392
  ): void;
393
+ listWatchlists(
394
+ args: ListWatchlistsCommandInput,
395
+ options?: __HttpHandlerOptions
396
+ ): Promise<ListWatchlistsCommandOutput>;
397
+ listWatchlists(
398
+ args: ListWatchlistsCommandInput,
399
+ cb: (err: any, data?: ListWatchlistsCommandOutput) => void
400
+ ): void;
401
+ listWatchlists(
402
+ args: ListWatchlistsCommandInput,
403
+ options: __HttpHandlerOptions,
404
+ cb: (err: any, data?: ListWatchlistsCommandOutput) => void
405
+ ): void;
283
406
  optOutSpeaker(
284
407
  args: OptOutSpeakerCommandInput,
285
408
  options?: __HttpHandlerOptions
@@ -358,4 +481,17 @@ export declare class VoiceID extends VoiceIDClient {
358
481
  options: __HttpHandlerOptions,
359
482
  cb: (err: any, data?: UpdateDomainCommandOutput) => void
360
483
  ): void;
484
+ updateWatchlist(
485
+ args: UpdateWatchlistCommandInput,
486
+ options?: __HttpHandlerOptions
487
+ ): Promise<UpdateWatchlistCommandOutput>;
488
+ updateWatchlist(
489
+ args: UpdateWatchlistCommandInput,
490
+ cb: (err: any, data?: UpdateWatchlistCommandOutput) => void
491
+ ): void;
492
+ updateWatchlist(
493
+ args: UpdateWatchlistCommandInput,
494
+ options: __HttpHandlerOptions,
495
+ cb: (err: any, data?: UpdateWatchlistCommandOutput) => void
496
+ ): void;
361
497
  }
@@ -44,10 +44,18 @@ import {
44
44
  UrlParser as __UrlParser,
45
45
  UserAgent as __UserAgent,
46
46
  } from "@aws-sdk/types";
47
+ import {
48
+ AssociateFraudsterCommandInput,
49
+ AssociateFraudsterCommandOutput,
50
+ } from "./commands/AssociateFraudsterCommand";
47
51
  import {
48
52
  CreateDomainCommandInput,
49
53
  CreateDomainCommandOutput,
50
54
  } from "./commands/CreateDomainCommand";
55
+ import {
56
+ CreateWatchlistCommandInput,
57
+ CreateWatchlistCommandOutput,
58
+ } from "./commands/CreateWatchlistCommand";
51
59
  import {
52
60
  DeleteDomainCommandInput,
53
61
  DeleteDomainCommandOutput,
@@ -60,6 +68,10 @@ import {
60
68
  DeleteSpeakerCommandInput,
61
69
  DeleteSpeakerCommandOutput,
62
70
  } from "./commands/DeleteSpeakerCommand";
71
+ import {
72
+ DeleteWatchlistCommandInput,
73
+ DeleteWatchlistCommandOutput,
74
+ } from "./commands/DeleteWatchlistCommand";
63
75
  import {
64
76
  DescribeDomainCommandInput,
65
77
  DescribeDomainCommandOutput,
@@ -80,6 +92,14 @@ import {
80
92
  DescribeSpeakerEnrollmentJobCommandInput,
81
93
  DescribeSpeakerEnrollmentJobCommandOutput,
82
94
  } from "./commands/DescribeSpeakerEnrollmentJobCommand";
95
+ import {
96
+ DescribeWatchlistCommandInput,
97
+ DescribeWatchlistCommandOutput,
98
+ } from "./commands/DescribeWatchlistCommand";
99
+ import {
100
+ DisassociateFraudsterCommandInput,
101
+ DisassociateFraudsterCommandOutput,
102
+ } from "./commands/DisassociateFraudsterCommand";
83
103
  import {
84
104
  EvaluateSessionCommandInput,
85
105
  EvaluateSessionCommandOutput,
@@ -92,6 +112,10 @@ import {
92
112
  ListFraudsterRegistrationJobsCommandInput,
93
113
  ListFraudsterRegistrationJobsCommandOutput,
94
114
  } from "./commands/ListFraudsterRegistrationJobsCommand";
115
+ import {
116
+ ListFraudstersCommandInput,
117
+ ListFraudstersCommandOutput,
118
+ } from "./commands/ListFraudstersCommand";
95
119
  import {
96
120
  ListSpeakerEnrollmentJobsCommandInput,
97
121
  ListSpeakerEnrollmentJobsCommandOutput,
@@ -104,6 +128,10 @@ import {
104
128
  ListTagsForResourceCommandInput,
105
129
  ListTagsForResourceCommandOutput,
106
130
  } from "./commands/ListTagsForResourceCommand";
131
+ import {
132
+ ListWatchlistsCommandInput,
133
+ ListWatchlistsCommandOutput,
134
+ } from "./commands/ListWatchlistsCommand";
107
135
  import {
108
136
  OptOutSpeakerCommandInput,
109
137
  OptOutSpeakerCommandOutput,
@@ -128,55 +156,75 @@ import {
128
156
  UpdateDomainCommandInput,
129
157
  UpdateDomainCommandOutput,
130
158
  } from "./commands/UpdateDomainCommand";
159
+ import {
160
+ UpdateWatchlistCommandInput,
161
+ UpdateWatchlistCommandOutput,
162
+ } from "./commands/UpdateWatchlistCommand";
131
163
  import {
132
164
  ClientInputEndpointParameters,
133
165
  ClientResolvedEndpointParameters,
134
166
  EndpointParameters,
135
167
  } from "./endpoint/EndpointParameters";
136
168
  export type ServiceInputTypes =
169
+ | AssociateFraudsterCommandInput
137
170
  | CreateDomainCommandInput
171
+ | CreateWatchlistCommandInput
138
172
  | DeleteDomainCommandInput
139
173
  | DeleteFraudsterCommandInput
140
174
  | DeleteSpeakerCommandInput
175
+ | DeleteWatchlistCommandInput
141
176
  | DescribeDomainCommandInput
142
177
  | DescribeFraudsterCommandInput
143
178
  | DescribeFraudsterRegistrationJobCommandInput
144
179
  | DescribeSpeakerCommandInput
145
180
  | DescribeSpeakerEnrollmentJobCommandInput
181
+ | DescribeWatchlistCommandInput
182
+ | DisassociateFraudsterCommandInput
146
183
  | EvaluateSessionCommandInput
147
184
  | ListDomainsCommandInput
148
185
  | ListFraudsterRegistrationJobsCommandInput
186
+ | ListFraudstersCommandInput
149
187
  | ListSpeakerEnrollmentJobsCommandInput
150
188
  | ListSpeakersCommandInput
151
189
  | ListTagsForResourceCommandInput
190
+ | ListWatchlistsCommandInput
152
191
  | OptOutSpeakerCommandInput
153
192
  | StartFraudsterRegistrationJobCommandInput
154
193
  | StartSpeakerEnrollmentJobCommandInput
155
194
  | TagResourceCommandInput
156
195
  | UntagResourceCommandInput
157
- | UpdateDomainCommandInput;
196
+ | UpdateDomainCommandInput
197
+ | UpdateWatchlistCommandInput;
158
198
  export type ServiceOutputTypes =
199
+ | AssociateFraudsterCommandOutput
159
200
  | CreateDomainCommandOutput
201
+ | CreateWatchlistCommandOutput
160
202
  | DeleteDomainCommandOutput
161
203
  | DeleteFraudsterCommandOutput
162
204
  | DeleteSpeakerCommandOutput
205
+ | DeleteWatchlistCommandOutput
163
206
  | DescribeDomainCommandOutput
164
207
  | DescribeFraudsterCommandOutput
165
208
  | DescribeFraudsterRegistrationJobCommandOutput
166
209
  | DescribeSpeakerCommandOutput
167
210
  | DescribeSpeakerEnrollmentJobCommandOutput
211
+ | DescribeWatchlistCommandOutput
212
+ | DisassociateFraudsterCommandOutput
168
213
  | EvaluateSessionCommandOutput
169
214
  | ListDomainsCommandOutput
170
215
  | ListFraudsterRegistrationJobsCommandOutput
216
+ | ListFraudstersCommandOutput
171
217
  | ListSpeakerEnrollmentJobsCommandOutput
172
218
  | ListSpeakersCommandOutput
173
219
  | ListTagsForResourceCommandOutput
220
+ | ListWatchlistsCommandOutput
174
221
  | OptOutSpeakerCommandOutput
175
222
  | StartFraudsterRegistrationJobCommandOutput
176
223
  | StartSpeakerEnrollmentJobCommandOutput
177
224
  | TagResourceCommandOutput
178
225
  | UntagResourceCommandOutput
179
- | UpdateDomainCommandOutput;
226
+ | UpdateDomainCommandOutput
227
+ | UpdateWatchlistCommandOutput;
180
228
  export interface ClientDefaults
181
229
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
182
230
  requestHandler?: __HttpHandler;
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AssociateFraudsterRequest,
11
+ AssociateFraudsterResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VoiceIDClientResolvedConfig,
17
+ } from "../VoiceIDClient";
18
+ export interface AssociateFraudsterCommandInput
19
+ extends AssociateFraudsterRequest {}
20
+ export interface AssociateFraudsterCommandOutput
21
+ extends AssociateFraudsterResponse,
22
+ __MetadataBearer {}
23
+ export declare class AssociateFraudsterCommand extends $Command<
24
+ AssociateFraudsterCommandInput,
25
+ AssociateFraudsterCommandOutput,
26
+ VoiceIDClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateFraudsterCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: AssociateFraudsterCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: VoiceIDClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CreateWatchlistRequest,
11
+ CreateWatchlistResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VoiceIDClientResolvedConfig,
17
+ } from "../VoiceIDClient";
18
+ export interface CreateWatchlistCommandInput extends CreateWatchlistRequest {}
19
+ export interface CreateWatchlistCommandOutput
20
+ extends CreateWatchlistResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateWatchlistCommand extends $Command<
23
+ CreateWatchlistCommandInput,
24
+ CreateWatchlistCommandOutput,
25
+ VoiceIDClientResolvedConfig
26
+ > {
27
+ readonly input: CreateWatchlistCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
+ constructor(input: CreateWatchlistCommandInput);
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: VoiceIDClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateWatchlistCommandInput, CreateWatchlistCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,32 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import { DeleteWatchlistRequest } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ VoiceIDClientResolvedConfig,
14
+ } from "../VoiceIDClient";
15
+ export interface DeleteWatchlistCommandInput extends DeleteWatchlistRequest {}
16
+ export interface DeleteWatchlistCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteWatchlistCommand extends $Command<
18
+ DeleteWatchlistCommandInput,
19
+ DeleteWatchlistCommandOutput,
20
+ VoiceIDClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteWatchlistCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
+ constructor(input: DeleteWatchlistCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: VoiceIDClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteWatchlistCommandInput, DeleteWatchlistCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DescribeWatchlistRequest,
11
+ DescribeWatchlistResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ VoiceIDClientResolvedConfig,
17
+ } from "../VoiceIDClient";
18
+ export interface DescribeWatchlistCommandInput
19
+ extends DescribeWatchlistRequest {}
20
+ export interface DescribeWatchlistCommandOutput
21
+ extends DescribeWatchlistResponse,
22
+ __MetadataBearer {}
23
+ export declare class DescribeWatchlistCommand extends $Command<
24
+ DescribeWatchlistCommandInput,
25
+ DescribeWatchlistCommandOutput,
26
+ VoiceIDClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeWatchlistCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DescribeWatchlistCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: VoiceIDClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeWatchlistCommandInput, DescribeWatchlistCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }