@aws-sdk/client-entityresolution 3.928.0 → 3.930.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 -1782
  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 -21
  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 +4 -13
  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 -11
  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 +33 -33
  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,344 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput } from "../commands/AddPolicyStatementCommand";
4
- import { BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput } from "../commands/BatchDeleteUniqueIdCommand";
5
- import { CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput } from "../commands/CreateIdMappingWorkflowCommand";
6
- import { CreateIdNamespaceCommandInput, CreateIdNamespaceCommandOutput } from "../commands/CreateIdNamespaceCommand";
7
- import { CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput } from "../commands/CreateMatchingWorkflowCommand";
8
- import { CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput } from "../commands/CreateSchemaMappingCommand";
9
- import { DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput } from "../commands/DeleteIdMappingWorkflowCommand";
10
- import { DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput } from "../commands/DeleteIdNamespaceCommand";
11
- import { DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput } from "../commands/DeleteMatchingWorkflowCommand";
12
- import { DeletePolicyStatementCommandInput, DeletePolicyStatementCommandOutput } from "../commands/DeletePolicyStatementCommand";
13
- import { DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput } from "../commands/DeleteSchemaMappingCommand";
14
- import { GenerateMatchIdCommandInput, GenerateMatchIdCommandOutput } from "../commands/GenerateMatchIdCommand";
15
- import { GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput } from "../commands/GetIdMappingJobCommand";
16
- import { GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput } from "../commands/GetIdMappingWorkflowCommand";
17
- import { GetIdNamespaceCommandInput, GetIdNamespaceCommandOutput } from "../commands/GetIdNamespaceCommand";
18
- import { GetMatchIdCommandInput, GetMatchIdCommandOutput } from "../commands/GetMatchIdCommand";
19
- import { GetMatchingJobCommandInput, GetMatchingJobCommandOutput } from "../commands/GetMatchingJobCommand";
20
- import { GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput } from "../commands/GetMatchingWorkflowCommand";
21
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
22
- import { GetProviderServiceCommandInput, GetProviderServiceCommandOutput } from "../commands/GetProviderServiceCommand";
23
- import { GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput } from "../commands/GetSchemaMappingCommand";
24
- import { ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput } from "../commands/ListIdMappingJobsCommand";
25
- import { ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput } from "../commands/ListIdMappingWorkflowsCommand";
26
- import { ListIdNamespacesCommandInput, ListIdNamespacesCommandOutput } from "../commands/ListIdNamespacesCommand";
27
- import { ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput } from "../commands/ListMatchingJobsCommand";
28
- import { ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput } from "../commands/ListMatchingWorkflowsCommand";
29
- import { ListProviderServicesCommandInput, ListProviderServicesCommandOutput } from "../commands/ListProviderServicesCommand";
30
- import { ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput } from "../commands/ListSchemaMappingsCommand";
31
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
32
- import { PutPolicyCommandInput, PutPolicyCommandOutput } from "../commands/PutPolicyCommand";
33
- import { StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput } from "../commands/StartIdMappingJobCommand";
34
- import { StartMatchingJobCommandInput, StartMatchingJobCommandOutput } from "../commands/StartMatchingJobCommand";
35
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
36
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
37
- import { UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput } from "../commands/UpdateIdMappingWorkflowCommand";
38
- import { UpdateIdNamespaceCommandInput, UpdateIdNamespaceCommandOutput } from "../commands/UpdateIdNamespaceCommand";
39
- import { UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput } from "../commands/UpdateMatchingWorkflowCommand";
40
- import { UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput } from "../commands/UpdateSchemaMappingCommand";
41
- /**
42
- * serializeAws_restJson1AddPolicyStatementCommand
43
- */
44
- export declare const se_AddPolicyStatementCommand: (input: AddPolicyStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1BatchDeleteUniqueIdCommand
47
- */
48
- export declare const se_BatchDeleteUniqueIdCommand: (input: BatchDeleteUniqueIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1CreateIdMappingWorkflowCommand
51
- */
52
- export declare const se_CreateIdMappingWorkflowCommand: (input: CreateIdMappingWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1CreateIdNamespaceCommand
55
- */
56
- export declare const se_CreateIdNamespaceCommand: (input: CreateIdNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1CreateMatchingWorkflowCommand
59
- */
60
- export declare const se_CreateMatchingWorkflowCommand: (input: CreateMatchingWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1CreateSchemaMappingCommand
63
- */
64
- export declare const se_CreateSchemaMappingCommand: (input: CreateSchemaMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1DeleteIdMappingWorkflowCommand
67
- */
68
- export declare const se_DeleteIdMappingWorkflowCommand: (input: DeleteIdMappingWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1DeleteIdNamespaceCommand
71
- */
72
- export declare const se_DeleteIdNamespaceCommand: (input: DeleteIdNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1DeleteMatchingWorkflowCommand
75
- */
76
- export declare const se_DeleteMatchingWorkflowCommand: (input: DeleteMatchingWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1DeletePolicyStatementCommand
79
- */
80
- export declare const se_DeletePolicyStatementCommand: (input: DeletePolicyStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1DeleteSchemaMappingCommand
83
- */
84
- export declare const se_DeleteSchemaMappingCommand: (input: DeleteSchemaMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1GenerateMatchIdCommand
87
- */
88
- export declare const se_GenerateMatchIdCommand: (input: GenerateMatchIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1GetIdMappingJobCommand
91
- */
92
- export declare const se_GetIdMappingJobCommand: (input: GetIdMappingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1GetIdMappingWorkflowCommand
95
- */
96
- export declare const se_GetIdMappingWorkflowCommand: (input: GetIdMappingWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1GetIdNamespaceCommand
99
- */
100
- export declare const se_GetIdNamespaceCommand: (input: GetIdNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1GetMatchIdCommand
103
- */
104
- export declare const se_GetMatchIdCommand: (input: GetMatchIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1GetMatchingJobCommand
107
- */
108
- export declare const se_GetMatchingJobCommand: (input: GetMatchingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1GetMatchingWorkflowCommand
111
- */
112
- export declare const se_GetMatchingWorkflowCommand: (input: GetMatchingWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1GetPolicyCommand
115
- */
116
- export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1GetProviderServiceCommand
119
- */
120
- export declare const se_GetProviderServiceCommand: (input: GetProviderServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1GetSchemaMappingCommand
123
- */
124
- export declare const se_GetSchemaMappingCommand: (input: GetSchemaMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1ListIdMappingJobsCommand
127
- */
128
- export declare const se_ListIdMappingJobsCommand: (input: ListIdMappingJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_restJson1ListIdMappingWorkflowsCommand
131
- */
132
- export declare const se_ListIdMappingWorkflowsCommand: (input: ListIdMappingWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_restJson1ListIdNamespacesCommand
135
- */
136
- export declare const se_ListIdNamespacesCommand: (input: ListIdNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1ListMatchingJobsCommand
139
- */
140
- export declare const se_ListMatchingJobsCommand: (input: ListMatchingJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_restJson1ListMatchingWorkflowsCommand
143
- */
144
- export declare const se_ListMatchingWorkflowsCommand: (input: ListMatchingWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_restJson1ListProviderServicesCommand
147
- */
148
- export declare const se_ListProviderServicesCommand: (input: ListProviderServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1ListSchemaMappingsCommand
151
- */
152
- export declare const se_ListSchemaMappingsCommand: (input: ListSchemaMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_restJson1ListTagsForResourceCommand
155
- */
156
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_restJson1PutPolicyCommand
159
- */
160
- export declare const se_PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_restJson1StartIdMappingJobCommand
163
- */
164
- export declare const se_StartIdMappingJobCommand: (input: StartIdMappingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_restJson1StartMatchingJobCommand
167
- */
168
- export declare const se_StartMatchingJobCommand: (input: StartMatchingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_restJson1TagResourceCommand
171
- */
172
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * serializeAws_restJson1UntagResourceCommand
175
- */
176
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- /**
178
- * serializeAws_restJson1UpdateIdMappingWorkflowCommand
179
- */
180
- export declare const se_UpdateIdMappingWorkflowCommand: (input: UpdateIdMappingWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- /**
182
- * serializeAws_restJson1UpdateIdNamespaceCommand
183
- */
184
- export declare const se_UpdateIdNamespaceCommand: (input: UpdateIdNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- /**
186
- * serializeAws_restJson1UpdateMatchingWorkflowCommand
187
- */
188
- export declare const se_UpdateMatchingWorkflowCommand: (input: UpdateMatchingWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- /**
190
- * serializeAws_restJson1UpdateSchemaMappingCommand
191
- */
192
- export declare const se_UpdateSchemaMappingCommand: (input: UpdateSchemaMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- /**
194
- * deserializeAws_restJson1AddPolicyStatementCommand
195
- */
196
- export declare const de_AddPolicyStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPolicyStatementCommandOutput>;
197
- /**
198
- * deserializeAws_restJson1BatchDeleteUniqueIdCommand
199
- */
200
- export declare const de_BatchDeleteUniqueIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteUniqueIdCommandOutput>;
201
- /**
202
- * deserializeAws_restJson1CreateIdMappingWorkflowCommand
203
- */
204
- export declare const de_CreateIdMappingWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdMappingWorkflowCommandOutput>;
205
- /**
206
- * deserializeAws_restJson1CreateIdNamespaceCommand
207
- */
208
- export declare const de_CreateIdNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdNamespaceCommandOutput>;
209
- /**
210
- * deserializeAws_restJson1CreateMatchingWorkflowCommand
211
- */
212
- export declare const de_CreateMatchingWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMatchingWorkflowCommandOutput>;
213
- /**
214
- * deserializeAws_restJson1CreateSchemaMappingCommand
215
- */
216
- export declare const de_CreateSchemaMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchemaMappingCommandOutput>;
217
- /**
218
- * deserializeAws_restJson1DeleteIdMappingWorkflowCommand
219
- */
220
- export declare const de_DeleteIdMappingWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdMappingWorkflowCommandOutput>;
221
- /**
222
- * deserializeAws_restJson1DeleteIdNamespaceCommand
223
- */
224
- export declare const de_DeleteIdNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdNamespaceCommandOutput>;
225
- /**
226
- * deserializeAws_restJson1DeleteMatchingWorkflowCommand
227
- */
228
- export declare const de_DeleteMatchingWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMatchingWorkflowCommandOutput>;
229
- /**
230
- * deserializeAws_restJson1DeletePolicyStatementCommand
231
- */
232
- export declare const de_DeletePolicyStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyStatementCommandOutput>;
233
- /**
234
- * deserializeAws_restJson1DeleteSchemaMappingCommand
235
- */
236
- export declare const de_DeleteSchemaMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaMappingCommandOutput>;
237
- /**
238
- * deserializeAws_restJson1GenerateMatchIdCommand
239
- */
240
- export declare const de_GenerateMatchIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateMatchIdCommandOutput>;
241
- /**
242
- * deserializeAws_restJson1GetIdMappingJobCommand
243
- */
244
- export declare const de_GetIdMappingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdMappingJobCommandOutput>;
245
- /**
246
- * deserializeAws_restJson1GetIdMappingWorkflowCommand
247
- */
248
- export declare const de_GetIdMappingWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdMappingWorkflowCommandOutput>;
249
- /**
250
- * deserializeAws_restJson1GetIdNamespaceCommand
251
- */
252
- export declare const de_GetIdNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdNamespaceCommandOutput>;
253
- /**
254
- * deserializeAws_restJson1GetMatchIdCommand
255
- */
256
- export declare const de_GetMatchIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMatchIdCommandOutput>;
257
- /**
258
- * deserializeAws_restJson1GetMatchingJobCommand
259
- */
260
- export declare const de_GetMatchingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMatchingJobCommandOutput>;
261
- /**
262
- * deserializeAws_restJson1GetMatchingWorkflowCommand
263
- */
264
- export declare const de_GetMatchingWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMatchingWorkflowCommandOutput>;
265
- /**
266
- * deserializeAws_restJson1GetPolicyCommand
267
- */
268
- export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
269
- /**
270
- * deserializeAws_restJson1GetProviderServiceCommand
271
- */
272
- export declare const de_GetProviderServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProviderServiceCommandOutput>;
273
- /**
274
- * deserializeAws_restJson1GetSchemaMappingCommand
275
- */
276
- export declare const de_GetSchemaMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaMappingCommandOutput>;
277
- /**
278
- * deserializeAws_restJson1ListIdMappingJobsCommand
279
- */
280
- export declare const de_ListIdMappingJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdMappingJobsCommandOutput>;
281
- /**
282
- * deserializeAws_restJson1ListIdMappingWorkflowsCommand
283
- */
284
- export declare const de_ListIdMappingWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdMappingWorkflowsCommandOutput>;
285
- /**
286
- * deserializeAws_restJson1ListIdNamespacesCommand
287
- */
288
- export declare const de_ListIdNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdNamespacesCommandOutput>;
289
- /**
290
- * deserializeAws_restJson1ListMatchingJobsCommand
291
- */
292
- export declare const de_ListMatchingJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMatchingJobsCommandOutput>;
293
- /**
294
- * deserializeAws_restJson1ListMatchingWorkflowsCommand
295
- */
296
- export declare const de_ListMatchingWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMatchingWorkflowsCommandOutput>;
297
- /**
298
- * deserializeAws_restJson1ListProviderServicesCommand
299
- */
300
- export declare const de_ListProviderServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProviderServicesCommandOutput>;
301
- /**
302
- * deserializeAws_restJson1ListSchemaMappingsCommand
303
- */
304
- export declare const de_ListSchemaMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemaMappingsCommandOutput>;
305
- /**
306
- * deserializeAws_restJson1ListTagsForResourceCommand
307
- */
308
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
309
- /**
310
- * deserializeAws_restJson1PutPolicyCommand
311
- */
312
- export declare const de_PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
313
- /**
314
- * deserializeAws_restJson1StartIdMappingJobCommand
315
- */
316
- export declare const de_StartIdMappingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartIdMappingJobCommandOutput>;
317
- /**
318
- * deserializeAws_restJson1StartMatchingJobCommand
319
- */
320
- export declare const de_StartMatchingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMatchingJobCommandOutput>;
321
- /**
322
- * deserializeAws_restJson1TagResourceCommand
323
- */
324
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
325
- /**
326
- * deserializeAws_restJson1UntagResourceCommand
327
- */
328
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
329
- /**
330
- * deserializeAws_restJson1UpdateIdMappingWorkflowCommand
331
- */
332
- export declare const de_UpdateIdMappingWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdMappingWorkflowCommandOutput>;
333
- /**
334
- * deserializeAws_restJson1UpdateIdNamespaceCommand
335
- */
336
- export declare const de_UpdateIdNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdNamespaceCommandOutput>;
337
- /**
338
- * deserializeAws_restJson1UpdateMatchingWorkflowCommand
339
- */
340
- export declare const de_UpdateMatchingWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMatchingWorkflowCommandOutput>;
341
- /**
342
- * deserializeAws_restJson1UpdateSchemaMappingCommand
343
- */
344
- export declare const de_UpdateSchemaMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSchemaMappingCommandOutput>;