@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
@@ -3,10 +3,18 @@ import {
3
3
  HttpResponse as __HttpResponse,
4
4
  } from "@aws-sdk/protocol-http";
5
5
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateFraudsterCommandInput,
8
+ AssociateFraudsterCommandOutput,
9
+ } from "../commands/AssociateFraudsterCommand";
6
10
  import {
7
11
  CreateDomainCommandInput,
8
12
  CreateDomainCommandOutput,
9
13
  } from "../commands/CreateDomainCommand";
14
+ import {
15
+ CreateWatchlistCommandInput,
16
+ CreateWatchlistCommandOutput,
17
+ } from "../commands/CreateWatchlistCommand";
10
18
  import {
11
19
  DeleteDomainCommandInput,
12
20
  DeleteDomainCommandOutput,
@@ -19,6 +27,10 @@ import {
19
27
  DeleteSpeakerCommandInput,
20
28
  DeleteSpeakerCommandOutput,
21
29
  } from "../commands/DeleteSpeakerCommand";
30
+ import {
31
+ DeleteWatchlistCommandInput,
32
+ DeleteWatchlistCommandOutput,
33
+ } from "../commands/DeleteWatchlistCommand";
22
34
  import {
23
35
  DescribeDomainCommandInput,
24
36
  DescribeDomainCommandOutput,
@@ -39,6 +51,14 @@ import {
39
51
  DescribeSpeakerEnrollmentJobCommandInput,
40
52
  DescribeSpeakerEnrollmentJobCommandOutput,
41
53
  } from "../commands/DescribeSpeakerEnrollmentJobCommand";
54
+ import {
55
+ DescribeWatchlistCommandInput,
56
+ DescribeWatchlistCommandOutput,
57
+ } from "../commands/DescribeWatchlistCommand";
58
+ import {
59
+ DisassociateFraudsterCommandInput,
60
+ DisassociateFraudsterCommandOutput,
61
+ } from "../commands/DisassociateFraudsterCommand";
42
62
  import {
43
63
  EvaluateSessionCommandInput,
44
64
  EvaluateSessionCommandOutput,
@@ -51,6 +71,10 @@ import {
51
71
  ListFraudsterRegistrationJobsCommandInput,
52
72
  ListFraudsterRegistrationJobsCommandOutput,
53
73
  } from "../commands/ListFraudsterRegistrationJobsCommand";
74
+ import {
75
+ ListFraudstersCommandInput,
76
+ ListFraudstersCommandOutput,
77
+ } from "../commands/ListFraudstersCommand";
54
78
  import {
55
79
  ListSpeakerEnrollmentJobsCommandInput,
56
80
  ListSpeakerEnrollmentJobsCommandOutput,
@@ -63,6 +87,10 @@ import {
63
87
  ListTagsForResourceCommandInput,
64
88
  ListTagsForResourceCommandOutput,
65
89
  } from "../commands/ListTagsForResourceCommand";
90
+ import {
91
+ ListWatchlistsCommandInput,
92
+ ListWatchlistsCommandOutput,
93
+ } from "../commands/ListWatchlistsCommand";
66
94
  import {
67
95
  OptOutSpeakerCommandInput,
68
96
  OptOutSpeakerCommandOutput,
@@ -87,10 +115,22 @@ import {
87
115
  UpdateDomainCommandInput,
88
116
  UpdateDomainCommandOutput,
89
117
  } from "../commands/UpdateDomainCommand";
118
+ import {
119
+ UpdateWatchlistCommandInput,
120
+ UpdateWatchlistCommandOutput,
121
+ } from "../commands/UpdateWatchlistCommand";
122
+ export declare const serializeAws_json1_0AssociateFraudsterCommand: (
123
+ input: AssociateFraudsterCommandInput,
124
+ context: __SerdeContext
125
+ ) => Promise<__HttpRequest>;
90
126
  export declare const serializeAws_json1_0CreateDomainCommand: (
91
127
  input: CreateDomainCommandInput,
92
128
  context: __SerdeContext
93
129
  ) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_json1_0CreateWatchlistCommand: (
131
+ input: CreateWatchlistCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
94
134
  export declare const serializeAws_json1_0DeleteDomainCommand: (
95
135
  input: DeleteDomainCommandInput,
96
136
  context: __SerdeContext
@@ -103,6 +143,10 @@ export declare const serializeAws_json1_0DeleteSpeakerCommand: (
103
143
  input: DeleteSpeakerCommandInput,
104
144
  context: __SerdeContext
105
145
  ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_json1_0DeleteWatchlistCommand: (
147
+ input: DeleteWatchlistCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
106
150
  export declare const serializeAws_json1_0DescribeDomainCommand: (
107
151
  input: DescribeDomainCommandInput,
108
152
  context: __SerdeContext
@@ -123,6 +167,14 @@ export declare const serializeAws_json1_0DescribeSpeakerEnrollmentJobCommand: (
123
167
  input: DescribeSpeakerEnrollmentJobCommandInput,
124
168
  context: __SerdeContext
125
169
  ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_0DescribeWatchlistCommand: (
171
+ input: DescribeWatchlistCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_0DisassociateFraudsterCommand: (
175
+ input: DisassociateFraudsterCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
126
178
  export declare const serializeAws_json1_0EvaluateSessionCommand: (
127
179
  input: EvaluateSessionCommandInput,
128
180
  context: __SerdeContext
@@ -135,6 +187,10 @@ export declare const serializeAws_json1_0ListFraudsterRegistrationJobsCommand: (
135
187
  input: ListFraudsterRegistrationJobsCommandInput,
136
188
  context: __SerdeContext
137
189
  ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_0ListFraudstersCommand: (
191
+ input: ListFraudstersCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
138
194
  export declare const serializeAws_json1_0ListSpeakerEnrollmentJobsCommand: (
139
195
  input: ListSpeakerEnrollmentJobsCommandInput,
140
196
  context: __SerdeContext
@@ -147,6 +203,10 @@ export declare const serializeAws_json1_0ListTagsForResourceCommand: (
147
203
  input: ListTagsForResourceCommandInput,
148
204
  context: __SerdeContext
149
205
  ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_0ListWatchlistsCommand: (
207
+ input: ListWatchlistsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
150
210
  export declare const serializeAws_json1_0OptOutSpeakerCommand: (
151
211
  input: OptOutSpeakerCommandInput,
152
212
  context: __SerdeContext
@@ -171,10 +231,22 @@ export declare const serializeAws_json1_0UpdateDomainCommand: (
171
231
  input: UpdateDomainCommandInput,
172
232
  context: __SerdeContext
173
233
  ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_0UpdateWatchlistCommand: (
235
+ input: UpdateWatchlistCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const deserializeAws_json1_0AssociateFraudsterCommand: (
239
+ output: __HttpResponse,
240
+ context: __SerdeContext
241
+ ) => Promise<AssociateFraudsterCommandOutput>;
174
242
  export declare const deserializeAws_json1_0CreateDomainCommand: (
175
243
  output: __HttpResponse,
176
244
  context: __SerdeContext
177
245
  ) => Promise<CreateDomainCommandOutput>;
246
+ export declare const deserializeAws_json1_0CreateWatchlistCommand: (
247
+ output: __HttpResponse,
248
+ context: __SerdeContext
249
+ ) => Promise<CreateWatchlistCommandOutput>;
178
250
  export declare const deserializeAws_json1_0DeleteDomainCommand: (
179
251
  output: __HttpResponse,
180
252
  context: __SerdeContext
@@ -187,6 +259,10 @@ export declare const deserializeAws_json1_0DeleteSpeakerCommand: (
187
259
  output: __HttpResponse,
188
260
  context: __SerdeContext
189
261
  ) => Promise<DeleteSpeakerCommandOutput>;
262
+ export declare const deserializeAws_json1_0DeleteWatchlistCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<DeleteWatchlistCommandOutput>;
190
266
  export declare const deserializeAws_json1_0DescribeDomainCommand: (
191
267
  output: __HttpResponse,
192
268
  context: __SerdeContext
@@ -207,6 +283,14 @@ export declare const deserializeAws_json1_0DescribeSpeakerEnrollmentJobCommand:
207
283
  output: __HttpResponse,
208
284
  context: __SerdeContext
209
285
  ) => Promise<DescribeSpeakerEnrollmentJobCommandOutput>;
286
+ export declare const deserializeAws_json1_0DescribeWatchlistCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<DescribeWatchlistCommandOutput>;
290
+ export declare const deserializeAws_json1_0DisassociateFraudsterCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<DisassociateFraudsterCommandOutput>;
210
294
  export declare const deserializeAws_json1_0EvaluateSessionCommand: (
211
295
  output: __HttpResponse,
212
296
  context: __SerdeContext
@@ -219,6 +303,10 @@ export declare const deserializeAws_json1_0ListFraudsterRegistrationJobsCommand:
219
303
  output: __HttpResponse,
220
304
  context: __SerdeContext
221
305
  ) => Promise<ListFraudsterRegistrationJobsCommandOutput>;
306
+ export declare const deserializeAws_json1_0ListFraudstersCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<ListFraudstersCommandOutput>;
222
310
  export declare const deserializeAws_json1_0ListSpeakerEnrollmentJobsCommand: (
223
311
  output: __HttpResponse,
224
312
  context: __SerdeContext
@@ -231,6 +319,10 @@ export declare const deserializeAws_json1_0ListTagsForResourceCommand: (
231
319
  output: __HttpResponse,
232
320
  context: __SerdeContext
233
321
  ) => Promise<ListTagsForResourceCommandOutput>;
322
+ export declare const deserializeAws_json1_0ListWatchlistsCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<ListWatchlistsCommandOutput>;
234
326
  export declare const deserializeAws_json1_0OptOutSpeakerCommand: (
235
327
  output: __HttpResponse,
236
328
  context: __SerdeContext
@@ -255,3 +347,7 @@ export declare const deserializeAws_json1_0UpdateDomainCommand: (
255
347
  output: __HttpResponse,
256
348
  context: __SerdeContext
257
349
  ) => Promise<UpdateDomainCommandOutput>;
350
+ export declare const deserializeAws_json1_0UpdateWatchlistCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<UpdateWatchlistCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-voice-id",
3
3
  "description": "AWS SDK for JavaScript Voice Id Client for Node.js, Browser and React Native",
4
- "version": "3.299.0",
4
+ "version": "3.300.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.299.0",
25
- "@aws-sdk/config-resolver": "3.299.0",
26
- "@aws-sdk/credential-provider-node": "3.299.0",
24
+ "@aws-sdk/client-sts": "3.300.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.300.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
37
  "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"