@aws-sdk/client-entityresolution 3.927.0 → 3.929.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 (62) hide show
  1. package/dist-cjs/index.js +1768 -1774
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/EntityResolutionClient.js +2 -0
  4. package/dist-es/commands/AddPolicyStatementCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteUniqueIdCommand.js +3 -9
  6. package/dist-es/commands/CreateIdMappingWorkflowCommand.js +3 -9
  7. package/dist-es/commands/CreateIdNamespaceCommand.js +3 -9
  8. package/dist-es/commands/CreateMatchingWorkflowCommand.js +3 -9
  9. package/dist-es/commands/CreateSchemaMappingCommand.js +3 -9
  10. package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +3 -9
  11. package/dist-es/commands/DeleteIdNamespaceCommand.js +3 -9
  12. package/dist-es/commands/DeleteMatchingWorkflowCommand.js +3 -9
  13. package/dist-es/commands/DeletePolicyStatementCommand.js +3 -9
  14. package/dist-es/commands/DeleteSchemaMappingCommand.js +3 -9
  15. package/dist-es/commands/GenerateMatchIdCommand.js +3 -10
  16. package/dist-es/commands/GetIdMappingJobCommand.js +3 -9
  17. package/dist-es/commands/GetIdMappingWorkflowCommand.js +3 -9
  18. package/dist-es/commands/GetIdNamespaceCommand.js +3 -9
  19. package/dist-es/commands/GetMatchIdCommand.js +3 -10
  20. package/dist-es/commands/GetMatchingJobCommand.js +3 -9
  21. package/dist-es/commands/GetMatchingWorkflowCommand.js +3 -9
  22. package/dist-es/commands/GetPolicyCommand.js +3 -9
  23. package/dist-es/commands/GetProviderServiceCommand.js +3 -9
  24. package/dist-es/commands/GetSchemaMappingCommand.js +3 -9
  25. package/dist-es/commands/ListIdMappingJobsCommand.js +3 -9
  26. package/dist-es/commands/ListIdMappingWorkflowsCommand.js +3 -9
  27. package/dist-es/commands/ListIdNamespacesCommand.js +3 -9
  28. package/dist-es/commands/ListMatchingJobsCommand.js +3 -9
  29. package/dist-es/commands/ListMatchingWorkflowsCommand.js +3 -9
  30. package/dist-es/commands/ListProviderServicesCommand.js +3 -9
  31. package/dist-es/commands/ListSchemaMappingsCommand.js +3 -9
  32. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  33. package/dist-es/commands/PutPolicyCommand.js +3 -9
  34. package/dist-es/commands/StartIdMappingJobCommand.js +3 -9
  35. package/dist-es/commands/StartMatchingJobCommand.js +3 -9
  36. package/dist-es/commands/TagResourceCommand.js +3 -9
  37. package/dist-es/commands/UntagResourceCommand.js +3 -9
  38. package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +3 -9
  39. package/dist-es/commands/UpdateIdNamespaceCommand.js +3 -9
  40. package/dist-es/commands/UpdateMatchingWorkflowCommand.js +3 -9
  41. package/dist-es/commands/UpdateSchemaMappingCommand.js +3 -9
  42. package/dist-es/models/models_0.js +0 -13
  43. package/dist-es/runtimeConfig.shared.js +2 -0
  44. package/dist-es/schemas/schemas_0.js +1688 -0
  45. package/dist-types/EntityResolutionClient.d.ts +10 -1
  46. package/dist-types/models/models_0.d.ts +0 -12
  47. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  48. package/dist-types/runtimeConfig.d.ts +1 -0
  49. package/dist-types/runtimeConfig.native.d.ts +1 -0
  50. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  51. package/dist-types/schemas/schemas_0.d.ts +210 -0
  52. package/dist-types/ts3.4/EntityResolutionClient.d.ts +4 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +0 -7
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +216 -0
  59. package/package.json +5 -5
  60. package/dist-es/protocols/Aws_restJson1.js +0 -1478
  61. package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
@@ -1,461 +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
- AddPolicyStatementCommandInput,
8
- AddPolicyStatementCommandOutput,
9
- } from "../commands/AddPolicyStatementCommand";
10
- import {
11
- BatchDeleteUniqueIdCommandInput,
12
- BatchDeleteUniqueIdCommandOutput,
13
- } from "../commands/BatchDeleteUniqueIdCommand";
14
- import {
15
- CreateIdMappingWorkflowCommandInput,
16
- CreateIdMappingWorkflowCommandOutput,
17
- } from "../commands/CreateIdMappingWorkflowCommand";
18
- import {
19
- CreateIdNamespaceCommandInput,
20
- CreateIdNamespaceCommandOutput,
21
- } from "../commands/CreateIdNamespaceCommand";
22
- import {
23
- CreateMatchingWorkflowCommandInput,
24
- CreateMatchingWorkflowCommandOutput,
25
- } from "../commands/CreateMatchingWorkflowCommand";
26
- import {
27
- CreateSchemaMappingCommandInput,
28
- CreateSchemaMappingCommandOutput,
29
- } from "../commands/CreateSchemaMappingCommand";
30
- import {
31
- DeleteIdMappingWorkflowCommandInput,
32
- DeleteIdMappingWorkflowCommandOutput,
33
- } from "../commands/DeleteIdMappingWorkflowCommand";
34
- import {
35
- DeleteIdNamespaceCommandInput,
36
- DeleteIdNamespaceCommandOutput,
37
- } from "../commands/DeleteIdNamespaceCommand";
38
- import {
39
- DeleteMatchingWorkflowCommandInput,
40
- DeleteMatchingWorkflowCommandOutput,
41
- } from "../commands/DeleteMatchingWorkflowCommand";
42
- import {
43
- DeletePolicyStatementCommandInput,
44
- DeletePolicyStatementCommandOutput,
45
- } from "../commands/DeletePolicyStatementCommand";
46
- import {
47
- DeleteSchemaMappingCommandInput,
48
- DeleteSchemaMappingCommandOutput,
49
- } from "../commands/DeleteSchemaMappingCommand";
50
- import {
51
- GenerateMatchIdCommandInput,
52
- GenerateMatchIdCommandOutput,
53
- } from "../commands/GenerateMatchIdCommand";
54
- import {
55
- GetIdMappingJobCommandInput,
56
- GetIdMappingJobCommandOutput,
57
- } from "../commands/GetIdMappingJobCommand";
58
- import {
59
- GetIdMappingWorkflowCommandInput,
60
- GetIdMappingWorkflowCommandOutput,
61
- } from "../commands/GetIdMappingWorkflowCommand";
62
- import {
63
- GetIdNamespaceCommandInput,
64
- GetIdNamespaceCommandOutput,
65
- } from "../commands/GetIdNamespaceCommand";
66
- import {
67
- GetMatchIdCommandInput,
68
- GetMatchIdCommandOutput,
69
- } from "../commands/GetMatchIdCommand";
70
- import {
71
- GetMatchingJobCommandInput,
72
- GetMatchingJobCommandOutput,
73
- } from "../commands/GetMatchingJobCommand";
74
- import {
75
- GetMatchingWorkflowCommandInput,
76
- GetMatchingWorkflowCommandOutput,
77
- } from "../commands/GetMatchingWorkflowCommand";
78
- import {
79
- GetPolicyCommandInput,
80
- GetPolicyCommandOutput,
81
- } from "../commands/GetPolicyCommand";
82
- import {
83
- GetProviderServiceCommandInput,
84
- GetProviderServiceCommandOutput,
85
- } from "../commands/GetProviderServiceCommand";
86
- import {
87
- GetSchemaMappingCommandInput,
88
- GetSchemaMappingCommandOutput,
89
- } from "../commands/GetSchemaMappingCommand";
90
- import {
91
- ListIdMappingJobsCommandInput,
92
- ListIdMappingJobsCommandOutput,
93
- } from "../commands/ListIdMappingJobsCommand";
94
- import {
95
- ListIdMappingWorkflowsCommandInput,
96
- ListIdMappingWorkflowsCommandOutput,
97
- } from "../commands/ListIdMappingWorkflowsCommand";
98
- import {
99
- ListIdNamespacesCommandInput,
100
- ListIdNamespacesCommandOutput,
101
- } from "../commands/ListIdNamespacesCommand";
102
- import {
103
- ListMatchingJobsCommandInput,
104
- ListMatchingJobsCommandOutput,
105
- } from "../commands/ListMatchingJobsCommand";
106
- import {
107
- ListMatchingWorkflowsCommandInput,
108
- ListMatchingWorkflowsCommandOutput,
109
- } from "../commands/ListMatchingWorkflowsCommand";
110
- import {
111
- ListProviderServicesCommandInput,
112
- ListProviderServicesCommandOutput,
113
- } from "../commands/ListProviderServicesCommand";
114
- import {
115
- ListSchemaMappingsCommandInput,
116
- ListSchemaMappingsCommandOutput,
117
- } from "../commands/ListSchemaMappingsCommand";
118
- import {
119
- ListTagsForResourceCommandInput,
120
- ListTagsForResourceCommandOutput,
121
- } from "../commands/ListTagsForResourceCommand";
122
- import {
123
- PutPolicyCommandInput,
124
- PutPolicyCommandOutput,
125
- } from "../commands/PutPolicyCommand";
126
- import {
127
- StartIdMappingJobCommandInput,
128
- StartIdMappingJobCommandOutput,
129
- } from "../commands/StartIdMappingJobCommand";
130
- import {
131
- StartMatchingJobCommandInput,
132
- StartMatchingJobCommandOutput,
133
- } from "../commands/StartMatchingJobCommand";
134
- import {
135
- TagResourceCommandInput,
136
- TagResourceCommandOutput,
137
- } from "../commands/TagResourceCommand";
138
- import {
139
- UntagResourceCommandInput,
140
- UntagResourceCommandOutput,
141
- } from "../commands/UntagResourceCommand";
142
- import {
143
- UpdateIdMappingWorkflowCommandInput,
144
- UpdateIdMappingWorkflowCommandOutput,
145
- } from "../commands/UpdateIdMappingWorkflowCommand";
146
- import {
147
- UpdateIdNamespaceCommandInput,
148
- UpdateIdNamespaceCommandOutput,
149
- } from "../commands/UpdateIdNamespaceCommand";
150
- import {
151
- UpdateMatchingWorkflowCommandInput,
152
- UpdateMatchingWorkflowCommandOutput,
153
- } from "../commands/UpdateMatchingWorkflowCommand";
154
- import {
155
- UpdateSchemaMappingCommandInput,
156
- UpdateSchemaMappingCommandOutput,
157
- } from "../commands/UpdateSchemaMappingCommand";
158
- export declare const se_AddPolicyStatementCommand: (
159
- input: AddPolicyStatementCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_BatchDeleteUniqueIdCommand: (
163
- input: BatchDeleteUniqueIdCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateIdMappingWorkflowCommand: (
167
- input: CreateIdMappingWorkflowCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CreateIdNamespaceCommand: (
171
- input: CreateIdNamespaceCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateMatchingWorkflowCommand: (
175
- input: CreateMatchingWorkflowCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_CreateSchemaMappingCommand: (
179
- input: CreateSchemaMappingCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteIdMappingWorkflowCommand: (
183
- input: DeleteIdMappingWorkflowCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteIdNamespaceCommand: (
187
- input: DeleteIdNamespaceCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeleteMatchingWorkflowCommand: (
191
- input: DeleteMatchingWorkflowCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeletePolicyStatementCommand: (
195
- input: DeletePolicyStatementCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DeleteSchemaMappingCommand: (
199
- input: DeleteSchemaMappingCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GenerateMatchIdCommand: (
203
- input: GenerateMatchIdCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetIdMappingJobCommand: (
207
- input: GetIdMappingJobCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetIdMappingWorkflowCommand: (
211
- input: GetIdMappingWorkflowCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetIdNamespaceCommand: (
215
- input: GetIdNamespaceCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetMatchIdCommand: (
219
- input: GetMatchIdCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetMatchingJobCommand: (
223
- input: GetMatchingJobCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetMatchingWorkflowCommand: (
227
- input: GetMatchingWorkflowCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetPolicyCommand: (
231
- input: GetPolicyCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_GetProviderServiceCommand: (
235
- input: GetProviderServiceCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_GetSchemaMappingCommand: (
239
- input: GetSchemaMappingCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListIdMappingJobsCommand: (
243
- input: ListIdMappingJobsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListIdMappingWorkflowsCommand: (
247
- input: ListIdMappingWorkflowsCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListIdNamespacesCommand: (
251
- input: ListIdNamespacesCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListMatchingJobsCommand: (
255
- input: ListMatchingJobsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListMatchingWorkflowsCommand: (
259
- input: ListMatchingWorkflowsCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListProviderServicesCommand: (
263
- input: ListProviderServicesCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListSchemaMappingsCommand: (
267
- input: ListSchemaMappingsCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_ListTagsForResourceCommand: (
271
- input: ListTagsForResourceCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_PutPolicyCommand: (
275
- input: PutPolicyCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_StartIdMappingJobCommand: (
279
- input: StartIdMappingJobCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_StartMatchingJobCommand: (
283
- input: StartMatchingJobCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_TagResourceCommand: (
287
- input: TagResourceCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_UntagResourceCommand: (
291
- input: UntagResourceCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_UpdateIdMappingWorkflowCommand: (
295
- input: UpdateIdMappingWorkflowCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_UpdateIdNamespaceCommand: (
299
- input: UpdateIdNamespaceCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_UpdateMatchingWorkflowCommand: (
303
- input: UpdateMatchingWorkflowCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_UpdateSchemaMappingCommand: (
307
- input: UpdateSchemaMappingCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const de_AddPolicyStatementCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<AddPolicyStatementCommandOutput>;
314
- export declare const de_BatchDeleteUniqueIdCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<BatchDeleteUniqueIdCommandOutput>;
318
- export declare const de_CreateIdMappingWorkflowCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<CreateIdMappingWorkflowCommandOutput>;
322
- export declare const de_CreateIdNamespaceCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<CreateIdNamespaceCommandOutput>;
326
- export declare const de_CreateMatchingWorkflowCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<CreateMatchingWorkflowCommandOutput>;
330
- export declare const de_CreateSchemaMappingCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<CreateSchemaMappingCommandOutput>;
334
- export declare const de_DeleteIdMappingWorkflowCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DeleteIdMappingWorkflowCommandOutput>;
338
- export declare const de_DeleteIdNamespaceCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DeleteIdNamespaceCommandOutput>;
342
- export declare const de_DeleteMatchingWorkflowCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DeleteMatchingWorkflowCommandOutput>;
346
- export declare const de_DeletePolicyStatementCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DeletePolicyStatementCommandOutput>;
350
- export declare const de_DeleteSchemaMappingCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<DeleteSchemaMappingCommandOutput>;
354
- export declare const de_GenerateMatchIdCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<GenerateMatchIdCommandOutput>;
358
- export declare const de_GetIdMappingJobCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<GetIdMappingJobCommandOutput>;
362
- export declare const de_GetIdMappingWorkflowCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<GetIdMappingWorkflowCommandOutput>;
366
- export declare const de_GetIdNamespaceCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<GetIdNamespaceCommandOutput>;
370
- export declare const de_GetMatchIdCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<GetMatchIdCommandOutput>;
374
- export declare const de_GetMatchingJobCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<GetMatchingJobCommandOutput>;
378
- export declare const de_GetMatchingWorkflowCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<GetMatchingWorkflowCommandOutput>;
382
- export declare const de_GetPolicyCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<GetPolicyCommandOutput>;
386
- export declare const de_GetProviderServiceCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<GetProviderServiceCommandOutput>;
390
- export declare const de_GetSchemaMappingCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<GetSchemaMappingCommandOutput>;
394
- export declare const de_ListIdMappingJobsCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ListIdMappingJobsCommandOutput>;
398
- export declare const de_ListIdMappingWorkflowsCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<ListIdMappingWorkflowsCommandOutput>;
402
- export declare const de_ListIdNamespacesCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListIdNamespacesCommandOutput>;
406
- export declare const de_ListMatchingJobsCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListMatchingJobsCommandOutput>;
410
- export declare const de_ListMatchingWorkflowsCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListMatchingWorkflowsCommandOutput>;
414
- export declare const de_ListProviderServicesCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ListProviderServicesCommandOutput>;
418
- export declare const de_ListSchemaMappingsCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<ListSchemaMappingsCommandOutput>;
422
- export declare const de_ListTagsForResourceCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<ListTagsForResourceCommandOutput>;
426
- export declare const de_PutPolicyCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<PutPolicyCommandOutput>;
430
- export declare const de_StartIdMappingJobCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<StartIdMappingJobCommandOutput>;
434
- export declare const de_StartMatchingJobCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<StartMatchingJobCommandOutput>;
438
- export declare const de_TagResourceCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<TagResourceCommandOutput>;
442
- export declare const de_UntagResourceCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<UntagResourceCommandOutput>;
446
- export declare const de_UpdateIdMappingWorkflowCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<UpdateIdMappingWorkflowCommandOutput>;
450
- export declare const de_UpdateIdNamespaceCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<UpdateIdNamespaceCommandOutput>;
454
- export declare const de_UpdateMatchingWorkflowCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<UpdateMatchingWorkflowCommandOutput>;
458
- export declare const de_UpdateSchemaMappingCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<UpdateSchemaMappingCommandOutput>;