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