@aws-sdk/client-voice-id 3.306.0 → 3.310.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 (63) hide show
  1. package/dist-cjs/commands/AssociateFraudsterCommand.js +2 -2
  2. package/dist-cjs/commands/CreateDomainCommand.js +2 -2
  3. package/dist-cjs/commands/CreateWatchlistCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteFraudsterCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteSpeakerCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteWatchlistCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeFraudsterCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeFraudsterRegistrationJobCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeSpeakerCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeSpeakerEnrollmentJobCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeWatchlistCommand.js +2 -2
  14. package/dist-cjs/commands/DisassociateFraudsterCommand.js +2 -2
  15. package/dist-cjs/commands/EvaluateSessionCommand.js +2 -2
  16. package/dist-cjs/commands/ListDomainsCommand.js +2 -2
  17. package/dist-cjs/commands/ListFraudsterRegistrationJobsCommand.js +2 -2
  18. package/dist-cjs/commands/ListFraudstersCommand.js +2 -2
  19. package/dist-cjs/commands/ListSpeakerEnrollmentJobsCommand.js +2 -2
  20. package/dist-cjs/commands/ListSpeakersCommand.js +2 -2
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-cjs/commands/ListWatchlistsCommand.js +2 -2
  23. package/dist-cjs/commands/OptOutSpeakerCommand.js +2 -2
  24. package/dist-cjs/commands/StartFraudsterRegistrationJobCommand.js +2 -2
  25. package/dist-cjs/commands/StartSpeakerEnrollmentJobCommand.js +2 -2
  26. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateDomainCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateWatchlistCommand.js +2 -2
  30. package/dist-cjs/protocols/Aws_json1_0.js +600 -658
  31. package/dist-es/commands/AssociateFraudsterCommand.js +3 -3
  32. package/dist-es/commands/CreateDomainCommand.js +3 -3
  33. package/dist-es/commands/CreateWatchlistCommand.js +3 -3
  34. package/dist-es/commands/DeleteDomainCommand.js +3 -3
  35. package/dist-es/commands/DeleteFraudsterCommand.js +3 -3
  36. package/dist-es/commands/DeleteSpeakerCommand.js +3 -3
  37. package/dist-es/commands/DeleteWatchlistCommand.js +3 -3
  38. package/dist-es/commands/DescribeDomainCommand.js +3 -3
  39. package/dist-es/commands/DescribeFraudsterCommand.js +3 -3
  40. package/dist-es/commands/DescribeFraudsterRegistrationJobCommand.js +3 -3
  41. package/dist-es/commands/DescribeSpeakerCommand.js +3 -3
  42. package/dist-es/commands/DescribeSpeakerEnrollmentJobCommand.js +3 -3
  43. package/dist-es/commands/DescribeWatchlistCommand.js +3 -3
  44. package/dist-es/commands/DisassociateFraudsterCommand.js +3 -3
  45. package/dist-es/commands/EvaluateSessionCommand.js +3 -3
  46. package/dist-es/commands/ListDomainsCommand.js +3 -3
  47. package/dist-es/commands/ListFraudsterRegistrationJobsCommand.js +3 -3
  48. package/dist-es/commands/ListFraudstersCommand.js +3 -3
  49. package/dist-es/commands/ListSpeakerEnrollmentJobsCommand.js +3 -3
  50. package/dist-es/commands/ListSpeakersCommand.js +3 -3
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-es/commands/ListWatchlistsCommand.js +3 -3
  53. package/dist-es/commands/OptOutSpeakerCommand.js +3 -3
  54. package/dist-es/commands/StartFraudsterRegistrationJobCommand.js +3 -3
  55. package/dist-es/commands/StartSpeakerEnrollmentJobCommand.js +3 -3
  56. package/dist-es/commands/TagResourceCommand.js +3 -3
  57. package/dist-es/commands/UntagResourceCommand.js +3 -3
  58. package/dist-es/commands/UpdateDomainCommand.js +3 -3
  59. package/dist-es/commands/UpdateWatchlistCommand.js +3 -3
  60. package/dist-es/protocols/Aws_json1_0.js +540 -598
  61. package/dist-types/protocols/Aws_json1_0.d.ts +232 -58
  62. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +58 -58
  63. package/package.json +35 -35
@@ -29,61 +29,235 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
29
29
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
30
30
  import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "../commands/UpdateDomainCommand";
31
31
  import { UpdateWatchlistCommandInput, UpdateWatchlistCommandOutput } from "../commands/UpdateWatchlistCommand";
32
- export declare const serializeAws_json1_0AssociateFraudsterCommand: (input: AssociateFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
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>;
35
- export declare const serializeAws_json1_0DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_0DeleteFraudsterCommand: (input: DeleteFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
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>;
39
- export declare const serializeAws_json1_0DescribeDomainCommand: (input: DescribeDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_0DescribeFraudsterCommand: (input: DescribeFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_0DescribeFraudsterRegistrationJobCommand: (input: DescribeFraudsterRegistrationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_0DescribeSpeakerCommand: (input: DescribeSpeakerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
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>;
46
- export declare const serializeAws_json1_0EvaluateSessionCommand: (input: EvaluateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_0ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
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>;
50
- export declare const serializeAws_json1_0ListSpeakerEnrollmentJobsCommand: (input: ListSpeakerEnrollmentJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_0ListSpeakersCommand: (input: ListSpeakersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
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>;
54
- export declare const serializeAws_json1_0OptOutSpeakerCommand: (input: OptOutSpeakerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_0StartFraudsterRegistrationJobCommand: (input: StartFraudsterRegistrationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_0StartSpeakerEnrollmentJobCommand: (input: StartSpeakerEnrollmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
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>;
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>;
64
- export declare const deserializeAws_json1_0DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
65
- export declare const deserializeAws_json1_0DeleteFraudsterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFraudsterCommandOutput>;
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>;
68
- export declare const deserializeAws_json1_0DescribeDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainCommandOutput>;
69
- export declare const deserializeAws_json1_0DescribeFraudsterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFraudsterCommandOutput>;
70
- export declare const deserializeAws_json1_0DescribeFraudsterRegistrationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFraudsterRegistrationJobCommandOutput>;
71
- export declare const deserializeAws_json1_0DescribeSpeakerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpeakerCommandOutput>;
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>;
75
- export declare const deserializeAws_json1_0EvaluateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateSessionCommandOutput>;
76
- export declare const deserializeAws_json1_0ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
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>;
79
- export declare const deserializeAws_json1_0ListSpeakerEnrollmentJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpeakerEnrollmentJobsCommandOutput>;
80
- export declare const deserializeAws_json1_0ListSpeakersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpeakersCommandOutput>;
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>;
83
- export declare const deserializeAws_json1_0OptOutSpeakerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OptOutSpeakerCommandOutput>;
84
- export declare const deserializeAws_json1_0StartFraudsterRegistrationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFraudsterRegistrationJobCommandOutput>;
85
- export declare const deserializeAws_json1_0StartSpeakerEnrollmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSpeakerEnrollmentJobCommandOutput>;
86
- export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
87
- export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
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>;
32
+ /**
33
+ * serializeAws_json1_0AssociateFraudsterCommand
34
+ */
35
+ export declare const se_AssociateFraudsterCommand: (input: AssociateFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ /**
37
+ * serializeAws_json1_0CreateDomainCommand
38
+ */
39
+ export declare const se_CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ /**
41
+ * serializeAws_json1_0CreateWatchlistCommand
42
+ */
43
+ export declare const se_CreateWatchlistCommand: (input: CreateWatchlistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ /**
45
+ * serializeAws_json1_0DeleteDomainCommand
46
+ */
47
+ export declare const se_DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ /**
49
+ * serializeAws_json1_0DeleteFraudsterCommand
50
+ */
51
+ export declare const se_DeleteFraudsterCommand: (input: DeleteFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ /**
53
+ * serializeAws_json1_0DeleteSpeakerCommand
54
+ */
55
+ export declare const se_DeleteSpeakerCommand: (input: DeleteSpeakerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ /**
57
+ * serializeAws_json1_0DeleteWatchlistCommand
58
+ */
59
+ export declare const se_DeleteWatchlistCommand: (input: DeleteWatchlistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ /**
61
+ * serializeAws_json1_0DescribeDomainCommand
62
+ */
63
+ export declare const se_DescribeDomainCommand: (input: DescribeDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ /**
65
+ * serializeAws_json1_0DescribeFraudsterCommand
66
+ */
67
+ export declare const se_DescribeFraudsterCommand: (input: DescribeFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ /**
69
+ * serializeAws_json1_0DescribeFraudsterRegistrationJobCommand
70
+ */
71
+ export declare const se_DescribeFraudsterRegistrationJobCommand: (input: DescribeFraudsterRegistrationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_json1_0DescribeSpeakerCommand
74
+ */
75
+ export declare const se_DescribeSpeakerCommand: (input: DescribeSpeakerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ /**
77
+ * serializeAws_json1_0DescribeSpeakerEnrollmentJobCommand
78
+ */
79
+ export declare const se_DescribeSpeakerEnrollmentJobCommand: (input: DescribeSpeakerEnrollmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ /**
81
+ * serializeAws_json1_0DescribeWatchlistCommand
82
+ */
83
+ export declare const se_DescribeWatchlistCommand: (input: DescribeWatchlistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_json1_0DisassociateFraudsterCommand
86
+ */
87
+ export declare const se_DisassociateFraudsterCommand: (input: DisassociateFraudsterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ /**
89
+ * serializeAws_json1_0EvaluateSessionCommand
90
+ */
91
+ export declare const se_EvaluateSessionCommand: (input: EvaluateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ /**
93
+ * serializeAws_json1_0ListDomainsCommand
94
+ */
95
+ export declare const se_ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ /**
97
+ * serializeAws_json1_0ListFraudsterRegistrationJobsCommand
98
+ */
99
+ export declare const se_ListFraudsterRegistrationJobsCommand: (input: ListFraudsterRegistrationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_json1_0ListFraudstersCommand
102
+ */
103
+ export declare const se_ListFraudstersCommand: (input: ListFraudstersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_json1_0ListSpeakerEnrollmentJobsCommand
106
+ */
107
+ export declare const se_ListSpeakerEnrollmentJobsCommand: (input: ListSpeakerEnrollmentJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * serializeAws_json1_0ListSpeakersCommand
110
+ */
111
+ export declare const se_ListSpeakersCommand: (input: ListSpeakersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ /**
113
+ * serializeAws_json1_0ListTagsForResourceCommand
114
+ */
115
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ /**
117
+ * serializeAws_json1_0ListWatchlistsCommand
118
+ */
119
+ export declare const se_ListWatchlistsCommand: (input: ListWatchlistsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ /**
121
+ * serializeAws_json1_0OptOutSpeakerCommand
122
+ */
123
+ export declare const se_OptOutSpeakerCommand: (input: OptOutSpeakerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
+ /**
125
+ * serializeAws_json1_0StartFraudsterRegistrationJobCommand
126
+ */
127
+ export declare const se_StartFraudsterRegistrationJobCommand: (input: StartFraudsterRegistrationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ /**
129
+ * serializeAws_json1_0StartSpeakerEnrollmentJobCommand
130
+ */
131
+ export declare const se_StartSpeakerEnrollmentJobCommand: (input: StartSpeakerEnrollmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
+ /**
133
+ * serializeAws_json1_0TagResourceCommand
134
+ */
135
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
+ /**
137
+ * serializeAws_json1_0UntagResourceCommand
138
+ */
139
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
+ /**
141
+ * serializeAws_json1_0UpdateDomainCommand
142
+ */
143
+ export declare const se_UpdateDomainCommand: (input: UpdateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
+ /**
145
+ * serializeAws_json1_0UpdateWatchlistCommand
146
+ */
147
+ export declare const se_UpdateWatchlistCommand: (input: UpdateWatchlistCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
+ /**
149
+ * deserializeAws_json1_0AssociateFraudsterCommand
150
+ */
151
+ export declare const de_AssociateFraudsterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFraudsterCommandOutput>;
152
+ /**
153
+ * deserializeAws_json1_0CreateDomainCommand
154
+ */
155
+ export declare const de_CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
156
+ /**
157
+ * deserializeAws_json1_0CreateWatchlistCommand
158
+ */
159
+ export declare const de_CreateWatchlistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWatchlistCommandOutput>;
160
+ /**
161
+ * deserializeAws_json1_0DeleteDomainCommand
162
+ */
163
+ export declare const de_DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
164
+ /**
165
+ * deserializeAws_json1_0DeleteFraudsterCommand
166
+ */
167
+ export declare const de_DeleteFraudsterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFraudsterCommandOutput>;
168
+ /**
169
+ * deserializeAws_json1_0DeleteSpeakerCommand
170
+ */
171
+ export declare const de_DeleteSpeakerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSpeakerCommandOutput>;
172
+ /**
173
+ * deserializeAws_json1_0DeleteWatchlistCommand
174
+ */
175
+ export declare const de_DeleteWatchlistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWatchlistCommandOutput>;
176
+ /**
177
+ * deserializeAws_json1_0DescribeDomainCommand
178
+ */
179
+ export declare const de_DescribeDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainCommandOutput>;
180
+ /**
181
+ * deserializeAws_json1_0DescribeFraudsterCommand
182
+ */
183
+ export declare const de_DescribeFraudsterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFraudsterCommandOutput>;
184
+ /**
185
+ * deserializeAws_json1_0DescribeFraudsterRegistrationJobCommand
186
+ */
187
+ export declare const de_DescribeFraudsterRegistrationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFraudsterRegistrationJobCommandOutput>;
188
+ /**
189
+ * deserializeAws_json1_0DescribeSpeakerCommand
190
+ */
191
+ export declare const de_DescribeSpeakerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpeakerCommandOutput>;
192
+ /**
193
+ * deserializeAws_json1_0DescribeSpeakerEnrollmentJobCommand
194
+ */
195
+ export declare const de_DescribeSpeakerEnrollmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSpeakerEnrollmentJobCommandOutput>;
196
+ /**
197
+ * deserializeAws_json1_0DescribeWatchlistCommand
198
+ */
199
+ export declare const de_DescribeWatchlistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWatchlistCommandOutput>;
200
+ /**
201
+ * deserializeAws_json1_0DisassociateFraudsterCommand
202
+ */
203
+ export declare const de_DisassociateFraudsterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFraudsterCommandOutput>;
204
+ /**
205
+ * deserializeAws_json1_0EvaluateSessionCommand
206
+ */
207
+ export declare const de_EvaluateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluateSessionCommandOutput>;
208
+ /**
209
+ * deserializeAws_json1_0ListDomainsCommand
210
+ */
211
+ export declare const de_ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
212
+ /**
213
+ * deserializeAws_json1_0ListFraudsterRegistrationJobsCommand
214
+ */
215
+ export declare const de_ListFraudsterRegistrationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFraudsterRegistrationJobsCommandOutput>;
216
+ /**
217
+ * deserializeAws_json1_0ListFraudstersCommand
218
+ */
219
+ export declare const de_ListFraudstersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFraudstersCommandOutput>;
220
+ /**
221
+ * deserializeAws_json1_0ListSpeakerEnrollmentJobsCommand
222
+ */
223
+ export declare const de_ListSpeakerEnrollmentJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpeakerEnrollmentJobsCommandOutput>;
224
+ /**
225
+ * deserializeAws_json1_0ListSpeakersCommand
226
+ */
227
+ export declare const de_ListSpeakersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpeakersCommandOutput>;
228
+ /**
229
+ * deserializeAws_json1_0ListTagsForResourceCommand
230
+ */
231
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
232
+ /**
233
+ * deserializeAws_json1_0ListWatchlistsCommand
234
+ */
235
+ export declare const de_ListWatchlistsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWatchlistsCommandOutput>;
236
+ /**
237
+ * deserializeAws_json1_0OptOutSpeakerCommand
238
+ */
239
+ export declare const de_OptOutSpeakerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OptOutSpeakerCommandOutput>;
240
+ /**
241
+ * deserializeAws_json1_0StartFraudsterRegistrationJobCommand
242
+ */
243
+ export declare const de_StartFraudsterRegistrationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFraudsterRegistrationJobCommandOutput>;
244
+ /**
245
+ * deserializeAws_json1_0StartSpeakerEnrollmentJobCommand
246
+ */
247
+ export declare const de_StartSpeakerEnrollmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSpeakerEnrollmentJobCommandOutput>;
248
+ /**
249
+ * deserializeAws_json1_0TagResourceCommand
250
+ */
251
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
252
+ /**
253
+ * deserializeAws_json1_0UntagResourceCommand
254
+ */
255
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
256
+ /**
257
+ * deserializeAws_json1_0UpdateDomainCommand
258
+ */
259
+ export declare const de_UpdateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainCommandOutput>;
260
+ /**
261
+ * deserializeAws_json1_0UpdateWatchlistCommand
262
+ */
263
+ export declare const de_UpdateWatchlistCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWatchlistCommandOutput>;
@@ -119,235 +119,235 @@ import {
119
119
  UpdateWatchlistCommandInput,
120
120
  UpdateWatchlistCommandOutput,
121
121
  } from "../commands/UpdateWatchlistCommand";
122
- export declare const serializeAws_json1_0AssociateFraudsterCommand: (
122
+ export declare const se_AssociateFraudsterCommand: (
123
123
  input: AssociateFraudsterCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_0CreateDomainCommand: (
126
+ export declare const se_CreateDomainCommand: (
127
127
  input: CreateDomainCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_0CreateWatchlistCommand: (
130
+ export declare const se_CreateWatchlistCommand: (
131
131
  input: CreateWatchlistCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_0DeleteDomainCommand: (
134
+ export declare const se_DeleteDomainCommand: (
135
135
  input: DeleteDomainCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_0DeleteFraudsterCommand: (
138
+ export declare const se_DeleteFraudsterCommand: (
139
139
  input: DeleteFraudsterCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_0DeleteSpeakerCommand: (
142
+ export declare const se_DeleteSpeakerCommand: (
143
143
  input: DeleteSpeakerCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_0DeleteWatchlistCommand: (
146
+ export declare const se_DeleteWatchlistCommand: (
147
147
  input: DeleteWatchlistCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_0DescribeDomainCommand: (
150
+ export declare const se_DescribeDomainCommand: (
151
151
  input: DescribeDomainCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_0DescribeFraudsterCommand: (
154
+ export declare const se_DescribeFraudsterCommand: (
155
155
  input: DescribeFraudsterCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_0DescribeFraudsterRegistrationJobCommand: (
158
+ export declare const se_DescribeFraudsterRegistrationJobCommand: (
159
159
  input: DescribeFraudsterRegistrationJobCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_0DescribeSpeakerCommand: (
162
+ export declare const se_DescribeSpeakerCommand: (
163
163
  input: DescribeSpeakerCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_json1_0DescribeSpeakerEnrollmentJobCommand: (
166
+ export declare const se_DescribeSpeakerEnrollmentJobCommand: (
167
167
  input: DescribeSpeakerEnrollmentJobCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_json1_0DescribeWatchlistCommand: (
170
+ export declare const se_DescribeWatchlistCommand: (
171
171
  input: DescribeWatchlistCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_json1_0DisassociateFraudsterCommand: (
174
+ export declare const se_DisassociateFraudsterCommand: (
175
175
  input: DisassociateFraudsterCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_json1_0EvaluateSessionCommand: (
178
+ export declare const se_EvaluateSessionCommand: (
179
179
  input: EvaluateSessionCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_json1_0ListDomainsCommand: (
182
+ export declare const se_ListDomainsCommand: (
183
183
  input: ListDomainsCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_json1_0ListFraudsterRegistrationJobsCommand: (
186
+ export declare const se_ListFraudsterRegistrationJobsCommand: (
187
187
  input: ListFraudsterRegistrationJobsCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_json1_0ListFraudstersCommand: (
190
+ export declare const se_ListFraudstersCommand: (
191
191
  input: ListFraudstersCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_json1_0ListSpeakerEnrollmentJobsCommand: (
194
+ export declare const se_ListSpeakerEnrollmentJobsCommand: (
195
195
  input: ListSpeakerEnrollmentJobsCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_json1_0ListSpeakersCommand: (
198
+ export declare const se_ListSpeakersCommand: (
199
199
  input: ListSpeakersCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_json1_0ListTagsForResourceCommand: (
202
+ export declare const se_ListTagsForResourceCommand: (
203
203
  input: ListTagsForResourceCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_json1_0ListWatchlistsCommand: (
206
+ export declare const se_ListWatchlistsCommand: (
207
207
  input: ListWatchlistsCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_json1_0OptOutSpeakerCommand: (
210
+ export declare const se_OptOutSpeakerCommand: (
211
211
  input: OptOutSpeakerCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const serializeAws_json1_0StartFraudsterRegistrationJobCommand: (
214
+ export declare const se_StartFraudsterRegistrationJobCommand: (
215
215
  input: StartFraudsterRegistrationJobCommandInput,
216
216
  context: __SerdeContext
217
217
  ) => Promise<__HttpRequest>;
218
- export declare const serializeAws_json1_0StartSpeakerEnrollmentJobCommand: (
218
+ export declare const se_StartSpeakerEnrollmentJobCommand: (
219
219
  input: StartSpeakerEnrollmentJobCommandInput,
220
220
  context: __SerdeContext
221
221
  ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_json1_0TagResourceCommand: (
222
+ export declare const se_TagResourceCommand: (
223
223
  input: TagResourceCommandInput,
224
224
  context: __SerdeContext
225
225
  ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_json1_0UntagResourceCommand: (
226
+ export declare const se_UntagResourceCommand: (
227
227
  input: UntagResourceCommandInput,
228
228
  context: __SerdeContext
229
229
  ) => Promise<__HttpRequest>;
230
- export declare const serializeAws_json1_0UpdateDomainCommand: (
230
+ export declare const se_UpdateDomainCommand: (
231
231
  input: UpdateDomainCommandInput,
232
232
  context: __SerdeContext
233
233
  ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_json1_0UpdateWatchlistCommand: (
234
+ export declare const se_UpdateWatchlistCommand: (
235
235
  input: UpdateWatchlistCommandInput,
236
236
  context: __SerdeContext
237
237
  ) => Promise<__HttpRequest>;
238
- export declare const deserializeAws_json1_0AssociateFraudsterCommand: (
238
+ export declare const de_AssociateFraudsterCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<AssociateFraudsterCommandOutput>;
242
- export declare const deserializeAws_json1_0CreateDomainCommand: (
242
+ export declare const de_CreateDomainCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<CreateDomainCommandOutput>;
246
- export declare const deserializeAws_json1_0CreateWatchlistCommand: (
246
+ export declare const de_CreateWatchlistCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<CreateWatchlistCommandOutput>;
250
- export declare const deserializeAws_json1_0DeleteDomainCommand: (
250
+ export declare const de_DeleteDomainCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<DeleteDomainCommandOutput>;
254
- export declare const deserializeAws_json1_0DeleteFraudsterCommand: (
254
+ export declare const de_DeleteFraudsterCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<DeleteFraudsterCommandOutput>;
258
- export declare const deserializeAws_json1_0DeleteSpeakerCommand: (
258
+ export declare const de_DeleteSpeakerCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<DeleteSpeakerCommandOutput>;
262
- export declare const deserializeAws_json1_0DeleteWatchlistCommand: (
262
+ export declare const de_DeleteWatchlistCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<DeleteWatchlistCommandOutput>;
266
- export declare const deserializeAws_json1_0DescribeDomainCommand: (
266
+ export declare const de_DescribeDomainCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<DescribeDomainCommandOutput>;
270
- export declare const deserializeAws_json1_0DescribeFraudsterCommand: (
270
+ export declare const de_DescribeFraudsterCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<DescribeFraudsterCommandOutput>;
274
- export declare const deserializeAws_json1_0DescribeFraudsterRegistrationJobCommand: (
274
+ export declare const de_DescribeFraudsterRegistrationJobCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<DescribeFraudsterRegistrationJobCommandOutput>;
278
- export declare const deserializeAws_json1_0DescribeSpeakerCommand: (
278
+ export declare const de_DescribeSpeakerCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<DescribeSpeakerCommandOutput>;
282
- export declare const deserializeAws_json1_0DescribeSpeakerEnrollmentJobCommand: (
282
+ export declare const de_DescribeSpeakerEnrollmentJobCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<DescribeSpeakerEnrollmentJobCommandOutput>;
286
- export declare const deserializeAws_json1_0DescribeWatchlistCommand: (
286
+ export declare const de_DescribeWatchlistCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<DescribeWatchlistCommandOutput>;
290
- export declare const deserializeAws_json1_0DisassociateFraudsterCommand: (
290
+ export declare const de_DisassociateFraudsterCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<DisassociateFraudsterCommandOutput>;
294
- export declare const deserializeAws_json1_0EvaluateSessionCommand: (
294
+ export declare const de_EvaluateSessionCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<EvaluateSessionCommandOutput>;
298
- export declare const deserializeAws_json1_0ListDomainsCommand: (
298
+ export declare const de_ListDomainsCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<ListDomainsCommandOutput>;
302
- export declare const deserializeAws_json1_0ListFraudsterRegistrationJobsCommand: (
302
+ export declare const de_ListFraudsterRegistrationJobsCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<ListFraudsterRegistrationJobsCommandOutput>;
306
- export declare const deserializeAws_json1_0ListFraudstersCommand: (
306
+ export declare const de_ListFraudstersCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<ListFraudstersCommandOutput>;
310
- export declare const deserializeAws_json1_0ListSpeakerEnrollmentJobsCommand: (
310
+ export declare const de_ListSpeakerEnrollmentJobsCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<ListSpeakerEnrollmentJobsCommandOutput>;
314
- export declare const deserializeAws_json1_0ListSpeakersCommand: (
314
+ export declare const de_ListSpeakersCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<ListSpeakersCommandOutput>;
318
- export declare const deserializeAws_json1_0ListTagsForResourceCommand: (
318
+ export declare const de_ListTagsForResourceCommand: (
319
319
  output: __HttpResponse,
320
320
  context: __SerdeContext
321
321
  ) => Promise<ListTagsForResourceCommandOutput>;
322
- export declare const deserializeAws_json1_0ListWatchlistsCommand: (
322
+ export declare const de_ListWatchlistsCommand: (
323
323
  output: __HttpResponse,
324
324
  context: __SerdeContext
325
325
  ) => Promise<ListWatchlistsCommandOutput>;
326
- export declare const deserializeAws_json1_0OptOutSpeakerCommand: (
326
+ export declare const de_OptOutSpeakerCommand: (
327
327
  output: __HttpResponse,
328
328
  context: __SerdeContext
329
329
  ) => Promise<OptOutSpeakerCommandOutput>;
330
- export declare const deserializeAws_json1_0StartFraudsterRegistrationJobCommand: (
330
+ export declare const de_StartFraudsterRegistrationJobCommand: (
331
331
  output: __HttpResponse,
332
332
  context: __SerdeContext
333
333
  ) => Promise<StartFraudsterRegistrationJobCommandOutput>;
334
- export declare const deserializeAws_json1_0StartSpeakerEnrollmentJobCommand: (
334
+ export declare const de_StartSpeakerEnrollmentJobCommand: (
335
335
  output: __HttpResponse,
336
336
  context: __SerdeContext
337
337
  ) => Promise<StartSpeakerEnrollmentJobCommandOutput>;
338
- export declare const deserializeAws_json1_0TagResourceCommand: (
338
+ export declare const de_TagResourceCommand: (
339
339
  output: __HttpResponse,
340
340
  context: __SerdeContext
341
341
  ) => Promise<TagResourceCommandOutput>;
342
- export declare const deserializeAws_json1_0UntagResourceCommand: (
342
+ export declare const de_UntagResourceCommand: (
343
343
  output: __HttpResponse,
344
344
  context: __SerdeContext
345
345
  ) => Promise<UntagResourceCommandOutput>;
346
- export declare const deserializeAws_json1_0UpdateDomainCommand: (
346
+ export declare const de_UpdateDomainCommand: (
347
347
  output: __HttpResponse,
348
348
  context: __SerdeContext
349
349
  ) => Promise<UpdateDomainCommandOutput>;
350
- export declare const deserializeAws_json1_0UpdateWatchlistCommand: (
350
+ export declare const de_UpdateWatchlistCommand: (
351
351
  output: __HttpResponse,
352
352
  context: __SerdeContext
353
353
  ) => Promise<UpdateWatchlistCommandOutput>;