@aws-sdk/client-entityresolution 3.1087.0 → 3.1088.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 (57) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/EntityResolution.d.ts +126 -140
  3. package/dist-types/ts3.4/EntityResolutionClient.d.ts +9 -31
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  26. package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +3 -8
  31. package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +7 -5
  37. package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  46. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  47. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  48. package/dist-types/ts3.4/models/enums.d.ts +8 -16
  49. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  50. package/dist-types/ts3.4/models/models_0.d.ts +8 -24
  51. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  56. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  57. package/package.json +38 -38
@@ -63,10 +63,7 @@ import {
63
63
  GetIdNamespaceCommandInput,
64
64
  GetIdNamespaceCommandOutput,
65
65
  } from "./commands/GetIdNamespaceCommand";
66
- import {
67
- GetMatchIdCommandInput,
68
- GetMatchIdCommandOutput,
69
- } from "./commands/GetMatchIdCommand";
66
+ import { GetMatchIdCommandInput, GetMatchIdCommandOutput } from "./commands/GetMatchIdCommand";
70
67
  import {
71
68
  GetMatchingJobCommandInput,
72
69
  GetMatchingJobCommandOutput,
@@ -75,10 +72,7 @@ import {
75
72
  GetMatchingWorkflowCommandInput,
76
73
  GetMatchingWorkflowCommandOutput,
77
74
  } from "./commands/GetMatchingWorkflowCommand";
78
- import {
79
- GetPolicyCommandInput,
80
- GetPolicyCommandOutput,
81
- } from "./commands/GetPolicyCommand";
75
+ import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
82
76
  import {
83
77
  GetProviderServiceCommandInput,
84
78
  GetProviderServiceCommandOutput,
@@ -119,10 +113,7 @@ import {
119
113
  ListTagsForResourceCommandInput,
120
114
  ListTagsForResourceCommandOutput,
121
115
  } from "./commands/ListTagsForResourceCommand";
122
- import {
123
- PutPolicyCommandInput,
124
- PutPolicyCommandOutput,
125
- } from "./commands/PutPolicyCommand";
116
+ import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
126
117
  import {
127
118
  StartIdMappingJobCommandInput,
128
119
  StartIdMappingJobCommandOutput,
@@ -131,10 +122,7 @@ import {
131
122
  StartMatchingJobCommandInput,
132
123
  StartMatchingJobCommandOutput,
133
124
  } from "./commands/StartMatchingJobCommand";
134
- import {
135
- TagResourceCommandInput,
136
- TagResourceCommandOutput,
137
- } from "./commands/TagResourceCommand";
125
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
138
126
  import {
139
127
  UntagResourceCommandInput,
140
128
  UntagResourceCommandOutput,
@@ -159,553 +147,551 @@ import { EntityResolutionClient } from "./EntityResolutionClient";
159
147
  export interface EntityResolution {
160
148
  addPolicyStatement(
161
149
  args: AddPolicyStatementCommandInput,
162
- options?: __HttpHandlerOptions
150
+ options?: __HttpHandlerOptions,
163
151
  ): Promise<AddPolicyStatementCommandOutput>;
164
152
  addPolicyStatement(
165
153
  args: AddPolicyStatementCommandInput,
166
- cb: (err: any, data?: AddPolicyStatementCommandOutput) => void
154
+ cb: (err: any, data?: AddPolicyStatementCommandOutput) => void,
167
155
  ): void;
168
156
  addPolicyStatement(
169
157
  args: AddPolicyStatementCommandInput,
170
158
  options: __HttpHandlerOptions,
171
- cb: (err: any, data?: AddPolicyStatementCommandOutput) => void
159
+ cb: (err: any, data?: AddPolicyStatementCommandOutput) => void,
172
160
  ): void;
173
161
  batchDeleteUniqueId(
174
162
  args: BatchDeleteUniqueIdCommandInput,
175
- options?: __HttpHandlerOptions
163
+ options?: __HttpHandlerOptions,
176
164
  ): Promise<BatchDeleteUniqueIdCommandOutput>;
177
165
  batchDeleteUniqueId(
178
166
  args: BatchDeleteUniqueIdCommandInput,
179
- cb: (err: any, data?: BatchDeleteUniqueIdCommandOutput) => void
167
+ cb: (err: any, data?: BatchDeleteUniqueIdCommandOutput) => void,
180
168
  ): void;
181
169
  batchDeleteUniqueId(
182
170
  args: BatchDeleteUniqueIdCommandInput,
183
171
  options: __HttpHandlerOptions,
184
- cb: (err: any, data?: BatchDeleteUniqueIdCommandOutput) => void
172
+ cb: (err: any, data?: BatchDeleteUniqueIdCommandOutput) => void,
185
173
  ): void;
186
174
  createIdMappingWorkflow(
187
175
  args: CreateIdMappingWorkflowCommandInput,
188
- options?: __HttpHandlerOptions
176
+ options?: __HttpHandlerOptions,
189
177
  ): Promise<CreateIdMappingWorkflowCommandOutput>;
190
178
  createIdMappingWorkflow(
191
179
  args: CreateIdMappingWorkflowCommandInput,
192
- cb: (err: any, data?: CreateIdMappingWorkflowCommandOutput) => void
180
+ cb: (err: any, data?: CreateIdMappingWorkflowCommandOutput) => void,
193
181
  ): void;
194
182
  createIdMappingWorkflow(
195
183
  args: CreateIdMappingWorkflowCommandInput,
196
184
  options: __HttpHandlerOptions,
197
- cb: (err: any, data?: CreateIdMappingWorkflowCommandOutput) => void
185
+ cb: (err: any, data?: CreateIdMappingWorkflowCommandOutput) => void,
198
186
  ): void;
199
187
  createIdNamespace(
200
188
  args: CreateIdNamespaceCommandInput,
201
- options?: __HttpHandlerOptions
189
+ options?: __HttpHandlerOptions,
202
190
  ): Promise<CreateIdNamespaceCommandOutput>;
203
191
  createIdNamespace(
204
192
  args: CreateIdNamespaceCommandInput,
205
- cb: (err: any, data?: CreateIdNamespaceCommandOutput) => void
193
+ cb: (err: any, data?: CreateIdNamespaceCommandOutput) => void,
206
194
  ): void;
207
195
  createIdNamespace(
208
196
  args: CreateIdNamespaceCommandInput,
209
197
  options: __HttpHandlerOptions,
210
- cb: (err: any, data?: CreateIdNamespaceCommandOutput) => void
198
+ cb: (err: any, data?: CreateIdNamespaceCommandOutput) => void,
211
199
  ): void;
212
200
  createMatchingWorkflow(
213
201
  args: CreateMatchingWorkflowCommandInput,
214
- options?: __HttpHandlerOptions
202
+ options?: __HttpHandlerOptions,
215
203
  ): Promise<CreateMatchingWorkflowCommandOutput>;
216
204
  createMatchingWorkflow(
217
205
  args: CreateMatchingWorkflowCommandInput,
218
- cb: (err: any, data?: CreateMatchingWorkflowCommandOutput) => void
206
+ cb: (err: any, data?: CreateMatchingWorkflowCommandOutput) => void,
219
207
  ): void;
220
208
  createMatchingWorkflow(
221
209
  args: CreateMatchingWorkflowCommandInput,
222
210
  options: __HttpHandlerOptions,
223
- cb: (err: any, data?: CreateMatchingWorkflowCommandOutput) => void
211
+ cb: (err: any, data?: CreateMatchingWorkflowCommandOutput) => void,
224
212
  ): void;
225
213
  createSchemaMapping(
226
214
  args: CreateSchemaMappingCommandInput,
227
- options?: __HttpHandlerOptions
215
+ options?: __HttpHandlerOptions,
228
216
  ): Promise<CreateSchemaMappingCommandOutput>;
229
217
  createSchemaMapping(
230
218
  args: CreateSchemaMappingCommandInput,
231
- cb: (err: any, data?: CreateSchemaMappingCommandOutput) => void
219
+ cb: (err: any, data?: CreateSchemaMappingCommandOutput) => void,
232
220
  ): void;
233
221
  createSchemaMapping(
234
222
  args: CreateSchemaMappingCommandInput,
235
223
  options: __HttpHandlerOptions,
236
- cb: (err: any, data?: CreateSchemaMappingCommandOutput) => void
224
+ cb: (err: any, data?: CreateSchemaMappingCommandOutput) => void,
237
225
  ): void;
238
226
  deleteIdMappingWorkflow(
239
227
  args: DeleteIdMappingWorkflowCommandInput,
240
- options?: __HttpHandlerOptions
228
+ options?: __HttpHandlerOptions,
241
229
  ): Promise<DeleteIdMappingWorkflowCommandOutput>;
242
230
  deleteIdMappingWorkflow(
243
231
  args: DeleteIdMappingWorkflowCommandInput,
244
- cb: (err: any, data?: DeleteIdMappingWorkflowCommandOutput) => void
232
+ cb: (err: any, data?: DeleteIdMappingWorkflowCommandOutput) => void,
245
233
  ): void;
246
234
  deleteIdMappingWorkflow(
247
235
  args: DeleteIdMappingWorkflowCommandInput,
248
236
  options: __HttpHandlerOptions,
249
- cb: (err: any, data?: DeleteIdMappingWorkflowCommandOutput) => void
237
+ cb: (err: any, data?: DeleteIdMappingWorkflowCommandOutput) => void,
250
238
  ): void;
251
239
  deleteIdNamespace(
252
240
  args: DeleteIdNamespaceCommandInput,
253
- options?: __HttpHandlerOptions
241
+ options?: __HttpHandlerOptions,
254
242
  ): Promise<DeleteIdNamespaceCommandOutput>;
255
243
  deleteIdNamespace(
256
244
  args: DeleteIdNamespaceCommandInput,
257
- cb: (err: any, data?: DeleteIdNamespaceCommandOutput) => void
245
+ cb: (err: any, data?: DeleteIdNamespaceCommandOutput) => void,
258
246
  ): void;
259
247
  deleteIdNamespace(
260
248
  args: DeleteIdNamespaceCommandInput,
261
249
  options: __HttpHandlerOptions,
262
- cb: (err: any, data?: DeleteIdNamespaceCommandOutput) => void
250
+ cb: (err: any, data?: DeleteIdNamespaceCommandOutput) => void,
263
251
  ): void;
264
252
  deleteMatchingWorkflow(
265
253
  args: DeleteMatchingWorkflowCommandInput,
266
- options?: __HttpHandlerOptions
254
+ options?: __HttpHandlerOptions,
267
255
  ): Promise<DeleteMatchingWorkflowCommandOutput>;
268
256
  deleteMatchingWorkflow(
269
257
  args: DeleteMatchingWorkflowCommandInput,
270
- cb: (err: any, data?: DeleteMatchingWorkflowCommandOutput) => void
258
+ cb: (err: any, data?: DeleteMatchingWorkflowCommandOutput) => void,
271
259
  ): void;
272
260
  deleteMatchingWorkflow(
273
261
  args: DeleteMatchingWorkflowCommandInput,
274
262
  options: __HttpHandlerOptions,
275
- cb: (err: any, data?: DeleteMatchingWorkflowCommandOutput) => void
263
+ cb: (err: any, data?: DeleteMatchingWorkflowCommandOutput) => void,
276
264
  ): void;
277
265
  deletePolicyStatement(
278
266
  args: DeletePolicyStatementCommandInput,
279
- options?: __HttpHandlerOptions
267
+ options?: __HttpHandlerOptions,
280
268
  ): Promise<DeletePolicyStatementCommandOutput>;
281
269
  deletePolicyStatement(
282
270
  args: DeletePolicyStatementCommandInput,
283
- cb: (err: any, data?: DeletePolicyStatementCommandOutput) => void
271
+ cb: (err: any, data?: DeletePolicyStatementCommandOutput) => void,
284
272
  ): void;
285
273
  deletePolicyStatement(
286
274
  args: DeletePolicyStatementCommandInput,
287
275
  options: __HttpHandlerOptions,
288
- cb: (err: any, data?: DeletePolicyStatementCommandOutput) => void
276
+ cb: (err: any, data?: DeletePolicyStatementCommandOutput) => void,
289
277
  ): void;
290
278
  deleteSchemaMapping(
291
279
  args: DeleteSchemaMappingCommandInput,
292
- options?: __HttpHandlerOptions
280
+ options?: __HttpHandlerOptions,
293
281
  ): Promise<DeleteSchemaMappingCommandOutput>;
294
282
  deleteSchemaMapping(
295
283
  args: DeleteSchemaMappingCommandInput,
296
- cb: (err: any, data?: DeleteSchemaMappingCommandOutput) => void
284
+ cb: (err: any, data?: DeleteSchemaMappingCommandOutput) => void,
297
285
  ): void;
298
286
  deleteSchemaMapping(
299
287
  args: DeleteSchemaMappingCommandInput,
300
288
  options: __HttpHandlerOptions,
301
- cb: (err: any, data?: DeleteSchemaMappingCommandOutput) => void
289
+ cb: (err: any, data?: DeleteSchemaMappingCommandOutput) => void,
302
290
  ): void;
303
291
  generateMatchId(
304
292
  args: GenerateMatchIdCommandInput,
305
- options?: __HttpHandlerOptions
293
+ options?: __HttpHandlerOptions,
306
294
  ): Promise<GenerateMatchIdCommandOutput>;
307
295
  generateMatchId(
308
296
  args: GenerateMatchIdCommandInput,
309
- cb: (err: any, data?: GenerateMatchIdCommandOutput) => void
297
+ cb: (err: any, data?: GenerateMatchIdCommandOutput) => void,
310
298
  ): void;
311
299
  generateMatchId(
312
300
  args: GenerateMatchIdCommandInput,
313
301
  options: __HttpHandlerOptions,
314
- cb: (err: any, data?: GenerateMatchIdCommandOutput) => void
302
+ cb: (err: any, data?: GenerateMatchIdCommandOutput) => void,
315
303
  ): void;
316
304
  getIdMappingJob(
317
305
  args: GetIdMappingJobCommandInput,
318
- options?: __HttpHandlerOptions
306
+ options?: __HttpHandlerOptions,
319
307
  ): Promise<GetIdMappingJobCommandOutput>;
320
308
  getIdMappingJob(
321
309
  args: GetIdMappingJobCommandInput,
322
- cb: (err: any, data?: GetIdMappingJobCommandOutput) => void
310
+ cb: (err: any, data?: GetIdMappingJobCommandOutput) => void,
323
311
  ): void;
324
312
  getIdMappingJob(
325
313
  args: GetIdMappingJobCommandInput,
326
314
  options: __HttpHandlerOptions,
327
- cb: (err: any, data?: GetIdMappingJobCommandOutput) => void
315
+ cb: (err: any, data?: GetIdMappingJobCommandOutput) => void,
328
316
  ): void;
329
317
  getIdMappingWorkflow(
330
318
  args: GetIdMappingWorkflowCommandInput,
331
- options?: __HttpHandlerOptions
319
+ options?: __HttpHandlerOptions,
332
320
  ): Promise<GetIdMappingWorkflowCommandOutput>;
333
321
  getIdMappingWorkflow(
334
322
  args: GetIdMappingWorkflowCommandInput,
335
- cb: (err: any, data?: GetIdMappingWorkflowCommandOutput) => void
323
+ cb: (err: any, data?: GetIdMappingWorkflowCommandOutput) => void,
336
324
  ): void;
337
325
  getIdMappingWorkflow(
338
326
  args: GetIdMappingWorkflowCommandInput,
339
327
  options: __HttpHandlerOptions,
340
- cb: (err: any, data?: GetIdMappingWorkflowCommandOutput) => void
328
+ cb: (err: any, data?: GetIdMappingWorkflowCommandOutput) => void,
341
329
  ): void;
342
330
  getIdNamespace(
343
331
  args: GetIdNamespaceCommandInput,
344
- options?: __HttpHandlerOptions
332
+ options?: __HttpHandlerOptions,
345
333
  ): Promise<GetIdNamespaceCommandOutput>;
346
334
  getIdNamespace(
347
335
  args: GetIdNamespaceCommandInput,
348
- cb: (err: any, data?: GetIdNamespaceCommandOutput) => void
336
+ cb: (err: any, data?: GetIdNamespaceCommandOutput) => void,
349
337
  ): void;
350
338
  getIdNamespace(
351
339
  args: GetIdNamespaceCommandInput,
352
340
  options: __HttpHandlerOptions,
353
- cb: (err: any, data?: GetIdNamespaceCommandOutput) => void
341
+ cb: (err: any, data?: GetIdNamespaceCommandOutput) => void,
354
342
  ): void;
355
343
  getMatchId(
356
344
  args: GetMatchIdCommandInput,
357
- options?: __HttpHandlerOptions
345
+ options?: __HttpHandlerOptions,
358
346
  ): Promise<GetMatchIdCommandOutput>;
359
347
  getMatchId(
360
348
  args: GetMatchIdCommandInput,
361
- cb: (err: any, data?: GetMatchIdCommandOutput) => void
349
+ cb: (err: any, data?: GetMatchIdCommandOutput) => void,
362
350
  ): void;
363
351
  getMatchId(
364
352
  args: GetMatchIdCommandInput,
365
353
  options: __HttpHandlerOptions,
366
- cb: (err: any, data?: GetMatchIdCommandOutput) => void
354
+ cb: (err: any, data?: GetMatchIdCommandOutput) => void,
367
355
  ): void;
368
356
  getMatchingJob(
369
357
  args: GetMatchingJobCommandInput,
370
- options?: __HttpHandlerOptions
358
+ options?: __HttpHandlerOptions,
371
359
  ): Promise<GetMatchingJobCommandOutput>;
372
360
  getMatchingJob(
373
361
  args: GetMatchingJobCommandInput,
374
- cb: (err: any, data?: GetMatchingJobCommandOutput) => void
362
+ cb: (err: any, data?: GetMatchingJobCommandOutput) => void,
375
363
  ): void;
376
364
  getMatchingJob(
377
365
  args: GetMatchingJobCommandInput,
378
366
  options: __HttpHandlerOptions,
379
- cb: (err: any, data?: GetMatchingJobCommandOutput) => void
367
+ cb: (err: any, data?: GetMatchingJobCommandOutput) => void,
380
368
  ): void;
381
369
  getMatchingWorkflow(
382
370
  args: GetMatchingWorkflowCommandInput,
383
- options?: __HttpHandlerOptions
371
+ options?: __HttpHandlerOptions,
384
372
  ): Promise<GetMatchingWorkflowCommandOutput>;
385
373
  getMatchingWorkflow(
386
374
  args: GetMatchingWorkflowCommandInput,
387
- cb: (err: any, data?: GetMatchingWorkflowCommandOutput) => void
375
+ cb: (err: any, data?: GetMatchingWorkflowCommandOutput) => void,
388
376
  ): void;
389
377
  getMatchingWorkflow(
390
378
  args: GetMatchingWorkflowCommandInput,
391
379
  options: __HttpHandlerOptions,
392
- cb: (err: any, data?: GetMatchingWorkflowCommandOutput) => void
380
+ cb: (err: any, data?: GetMatchingWorkflowCommandOutput) => void,
393
381
  ): void;
394
382
  getPolicy(
395
383
  args: GetPolicyCommandInput,
396
- options?: __HttpHandlerOptions
384
+ options?: __HttpHandlerOptions,
397
385
  ): Promise<GetPolicyCommandOutput>;
398
386
  getPolicy(
399
387
  args: GetPolicyCommandInput,
400
- cb: (err: any, data?: GetPolicyCommandOutput) => void
388
+ cb: (err: any, data?: GetPolicyCommandOutput) => void,
401
389
  ): void;
402
390
  getPolicy(
403
391
  args: GetPolicyCommandInput,
404
392
  options: __HttpHandlerOptions,
405
- cb: (err: any, data?: GetPolicyCommandOutput) => void
393
+ cb: (err: any, data?: GetPolicyCommandOutput) => void,
406
394
  ): void;
407
395
  getProviderService(
408
396
  args: GetProviderServiceCommandInput,
409
- options?: __HttpHandlerOptions
397
+ options?: __HttpHandlerOptions,
410
398
  ): Promise<GetProviderServiceCommandOutput>;
411
399
  getProviderService(
412
400
  args: GetProviderServiceCommandInput,
413
- cb: (err: any, data?: GetProviderServiceCommandOutput) => void
401
+ cb: (err: any, data?: GetProviderServiceCommandOutput) => void,
414
402
  ): void;
415
403
  getProviderService(
416
404
  args: GetProviderServiceCommandInput,
417
405
  options: __HttpHandlerOptions,
418
- cb: (err: any, data?: GetProviderServiceCommandOutput) => void
406
+ cb: (err: any, data?: GetProviderServiceCommandOutput) => void,
419
407
  ): void;
420
408
  getSchemaMapping(
421
409
  args: GetSchemaMappingCommandInput,
422
- options?: __HttpHandlerOptions
410
+ options?: __HttpHandlerOptions,
423
411
  ): Promise<GetSchemaMappingCommandOutput>;
424
412
  getSchemaMapping(
425
413
  args: GetSchemaMappingCommandInput,
426
- cb: (err: any, data?: GetSchemaMappingCommandOutput) => void
414
+ cb: (err: any, data?: GetSchemaMappingCommandOutput) => void,
427
415
  ): void;
428
416
  getSchemaMapping(
429
417
  args: GetSchemaMappingCommandInput,
430
418
  options: __HttpHandlerOptions,
431
- cb: (err: any, data?: GetSchemaMappingCommandOutput) => void
419
+ cb: (err: any, data?: GetSchemaMappingCommandOutput) => void,
432
420
  ): void;
433
421
  listIdMappingJobs(
434
422
  args: ListIdMappingJobsCommandInput,
435
- options?: __HttpHandlerOptions
423
+ options?: __HttpHandlerOptions,
436
424
  ): Promise<ListIdMappingJobsCommandOutput>;
437
425
  listIdMappingJobs(
438
426
  args: ListIdMappingJobsCommandInput,
439
- cb: (err: any, data?: ListIdMappingJobsCommandOutput) => void
427
+ cb: (err: any, data?: ListIdMappingJobsCommandOutput) => void,
440
428
  ): void;
441
429
  listIdMappingJobs(
442
430
  args: ListIdMappingJobsCommandInput,
443
431
  options: __HttpHandlerOptions,
444
- cb: (err: any, data?: ListIdMappingJobsCommandOutput) => void
432
+ cb: (err: any, data?: ListIdMappingJobsCommandOutput) => void,
445
433
  ): void;
446
434
  listIdMappingWorkflows(): Promise<ListIdMappingWorkflowsCommandOutput>;
447
435
  listIdMappingWorkflows(
448
436
  args: ListIdMappingWorkflowsCommandInput,
449
- options?: __HttpHandlerOptions
437
+ options?: __HttpHandlerOptions,
450
438
  ): Promise<ListIdMappingWorkflowsCommandOutput>;
451
439
  listIdMappingWorkflows(
452
440
  args: ListIdMappingWorkflowsCommandInput,
453
- cb: (err: any, data?: ListIdMappingWorkflowsCommandOutput) => void
441
+ cb: (err: any, data?: ListIdMappingWorkflowsCommandOutput) => void,
454
442
  ): void;
455
443
  listIdMappingWorkflows(
456
444
  args: ListIdMappingWorkflowsCommandInput,
457
445
  options: __HttpHandlerOptions,
458
- cb: (err: any, data?: ListIdMappingWorkflowsCommandOutput) => void
446
+ cb: (err: any, data?: ListIdMappingWorkflowsCommandOutput) => void,
459
447
  ): void;
460
448
  listIdNamespaces(): Promise<ListIdNamespacesCommandOutput>;
461
449
  listIdNamespaces(
462
450
  args: ListIdNamespacesCommandInput,
463
- options?: __HttpHandlerOptions
451
+ options?: __HttpHandlerOptions,
464
452
  ): Promise<ListIdNamespacesCommandOutput>;
465
453
  listIdNamespaces(
466
454
  args: ListIdNamespacesCommandInput,
467
- cb: (err: any, data?: ListIdNamespacesCommandOutput) => void
455
+ cb: (err: any, data?: ListIdNamespacesCommandOutput) => void,
468
456
  ): void;
469
457
  listIdNamespaces(
470
458
  args: ListIdNamespacesCommandInput,
471
459
  options: __HttpHandlerOptions,
472
- cb: (err: any, data?: ListIdNamespacesCommandOutput) => void
460
+ cb: (err: any, data?: ListIdNamespacesCommandOutput) => void,
473
461
  ): void;
474
462
  listMatchingJobs(
475
463
  args: ListMatchingJobsCommandInput,
476
- options?: __HttpHandlerOptions
464
+ options?: __HttpHandlerOptions,
477
465
  ): Promise<ListMatchingJobsCommandOutput>;
478
466
  listMatchingJobs(
479
467
  args: ListMatchingJobsCommandInput,
480
- cb: (err: any, data?: ListMatchingJobsCommandOutput) => void
468
+ cb: (err: any, data?: ListMatchingJobsCommandOutput) => void,
481
469
  ): void;
482
470
  listMatchingJobs(
483
471
  args: ListMatchingJobsCommandInput,
484
472
  options: __HttpHandlerOptions,
485
- cb: (err: any, data?: ListMatchingJobsCommandOutput) => void
473
+ cb: (err: any, data?: ListMatchingJobsCommandOutput) => void,
486
474
  ): void;
487
475
  listMatchingWorkflows(): Promise<ListMatchingWorkflowsCommandOutput>;
488
476
  listMatchingWorkflows(
489
477
  args: ListMatchingWorkflowsCommandInput,
490
- options?: __HttpHandlerOptions
478
+ options?: __HttpHandlerOptions,
491
479
  ): Promise<ListMatchingWorkflowsCommandOutput>;
492
480
  listMatchingWorkflows(
493
481
  args: ListMatchingWorkflowsCommandInput,
494
- cb: (err: any, data?: ListMatchingWorkflowsCommandOutput) => void
482
+ cb: (err: any, data?: ListMatchingWorkflowsCommandOutput) => void,
495
483
  ): void;
496
484
  listMatchingWorkflows(
497
485
  args: ListMatchingWorkflowsCommandInput,
498
486
  options: __HttpHandlerOptions,
499
- cb: (err: any, data?: ListMatchingWorkflowsCommandOutput) => void
487
+ cb: (err: any, data?: ListMatchingWorkflowsCommandOutput) => void,
500
488
  ): void;
501
489
  listProviderServices(): Promise<ListProviderServicesCommandOutput>;
502
490
  listProviderServices(
503
491
  args: ListProviderServicesCommandInput,
504
- options?: __HttpHandlerOptions
492
+ options?: __HttpHandlerOptions,
505
493
  ): Promise<ListProviderServicesCommandOutput>;
506
494
  listProviderServices(
507
495
  args: ListProviderServicesCommandInput,
508
- cb: (err: any, data?: ListProviderServicesCommandOutput) => void
496
+ cb: (err: any, data?: ListProviderServicesCommandOutput) => void,
509
497
  ): void;
510
498
  listProviderServices(
511
499
  args: ListProviderServicesCommandInput,
512
500
  options: __HttpHandlerOptions,
513
- cb: (err: any, data?: ListProviderServicesCommandOutput) => void
501
+ cb: (err: any, data?: ListProviderServicesCommandOutput) => void,
514
502
  ): void;
515
503
  listSchemaMappings(): Promise<ListSchemaMappingsCommandOutput>;
516
504
  listSchemaMappings(
517
505
  args: ListSchemaMappingsCommandInput,
518
- options?: __HttpHandlerOptions
506
+ options?: __HttpHandlerOptions,
519
507
  ): Promise<ListSchemaMappingsCommandOutput>;
520
508
  listSchemaMappings(
521
509
  args: ListSchemaMappingsCommandInput,
522
- cb: (err: any, data?: ListSchemaMappingsCommandOutput) => void
510
+ cb: (err: any, data?: ListSchemaMappingsCommandOutput) => void,
523
511
  ): void;
524
512
  listSchemaMappings(
525
513
  args: ListSchemaMappingsCommandInput,
526
514
  options: __HttpHandlerOptions,
527
- cb: (err: any, data?: ListSchemaMappingsCommandOutput) => void
515
+ cb: (err: any, data?: ListSchemaMappingsCommandOutput) => void,
528
516
  ): void;
529
517
  listTagsForResource(
530
518
  args: ListTagsForResourceCommandInput,
531
- options?: __HttpHandlerOptions
519
+ options?: __HttpHandlerOptions,
532
520
  ): Promise<ListTagsForResourceCommandOutput>;
533
521
  listTagsForResource(
534
522
  args: ListTagsForResourceCommandInput,
535
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
523
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
536
524
  ): void;
537
525
  listTagsForResource(
538
526
  args: ListTagsForResourceCommandInput,
539
527
  options: __HttpHandlerOptions,
540
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
528
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
541
529
  ): void;
542
530
  putPolicy(
543
531
  args: PutPolicyCommandInput,
544
- options?: __HttpHandlerOptions
532
+ options?: __HttpHandlerOptions,
545
533
  ): Promise<PutPolicyCommandOutput>;
546
534
  putPolicy(
547
535
  args: PutPolicyCommandInput,
548
- cb: (err: any, data?: PutPolicyCommandOutput) => void
536
+ cb: (err: any, data?: PutPolicyCommandOutput) => void,
549
537
  ): void;
550
538
  putPolicy(
551
539
  args: PutPolicyCommandInput,
552
540
  options: __HttpHandlerOptions,
553
- cb: (err: any, data?: PutPolicyCommandOutput) => void
541
+ cb: (err: any, data?: PutPolicyCommandOutput) => void,
554
542
  ): void;
555
543
  startIdMappingJob(
556
544
  args: StartIdMappingJobCommandInput,
557
- options?: __HttpHandlerOptions
545
+ options?: __HttpHandlerOptions,
558
546
  ): Promise<StartIdMappingJobCommandOutput>;
559
547
  startIdMappingJob(
560
548
  args: StartIdMappingJobCommandInput,
561
- cb: (err: any, data?: StartIdMappingJobCommandOutput) => void
549
+ cb: (err: any, data?: StartIdMappingJobCommandOutput) => void,
562
550
  ): void;
563
551
  startIdMappingJob(
564
552
  args: StartIdMappingJobCommandInput,
565
553
  options: __HttpHandlerOptions,
566
- cb: (err: any, data?: StartIdMappingJobCommandOutput) => void
554
+ cb: (err: any, data?: StartIdMappingJobCommandOutput) => void,
567
555
  ): void;
568
556
  startMatchingJob(
569
557
  args: StartMatchingJobCommandInput,
570
- options?: __HttpHandlerOptions
558
+ options?: __HttpHandlerOptions,
571
559
  ): Promise<StartMatchingJobCommandOutput>;
572
560
  startMatchingJob(
573
561
  args: StartMatchingJobCommandInput,
574
- cb: (err: any, data?: StartMatchingJobCommandOutput) => void
562
+ cb: (err: any, data?: StartMatchingJobCommandOutput) => void,
575
563
  ): void;
576
564
  startMatchingJob(
577
565
  args: StartMatchingJobCommandInput,
578
566
  options: __HttpHandlerOptions,
579
- cb: (err: any, data?: StartMatchingJobCommandOutput) => void
567
+ cb: (err: any, data?: StartMatchingJobCommandOutput) => void,
580
568
  ): void;
581
569
  tagResource(
582
570
  args: TagResourceCommandInput,
583
- options?: __HttpHandlerOptions
571
+ options?: __HttpHandlerOptions,
584
572
  ): Promise<TagResourceCommandOutput>;
585
573
  tagResource(
586
574
  args: TagResourceCommandInput,
587
- cb: (err: any, data?: TagResourceCommandOutput) => void
575
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
588
576
  ): void;
589
577
  tagResource(
590
578
  args: TagResourceCommandInput,
591
579
  options: __HttpHandlerOptions,
592
- cb: (err: any, data?: TagResourceCommandOutput) => void
580
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
593
581
  ): void;
594
582
  untagResource(
595
583
  args: UntagResourceCommandInput,
596
- options?: __HttpHandlerOptions
584
+ options?: __HttpHandlerOptions,
597
585
  ): Promise<UntagResourceCommandOutput>;
598
586
  untagResource(
599
587
  args: UntagResourceCommandInput,
600
- cb: (err: any, data?: UntagResourceCommandOutput) => void
588
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
601
589
  ): void;
602
590
  untagResource(
603
591
  args: UntagResourceCommandInput,
604
592
  options: __HttpHandlerOptions,
605
- cb: (err: any, data?: UntagResourceCommandOutput) => void
593
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
606
594
  ): void;
607
595
  updateIdMappingWorkflow(
608
596
  args: UpdateIdMappingWorkflowCommandInput,
609
- options?: __HttpHandlerOptions
597
+ options?: __HttpHandlerOptions,
610
598
  ): Promise<UpdateIdMappingWorkflowCommandOutput>;
611
599
  updateIdMappingWorkflow(
612
600
  args: UpdateIdMappingWorkflowCommandInput,
613
- cb: (err: any, data?: UpdateIdMappingWorkflowCommandOutput) => void
601
+ cb: (err: any, data?: UpdateIdMappingWorkflowCommandOutput) => void,
614
602
  ): void;
615
603
  updateIdMappingWorkflow(
616
604
  args: UpdateIdMappingWorkflowCommandInput,
617
605
  options: __HttpHandlerOptions,
618
- cb: (err: any, data?: UpdateIdMappingWorkflowCommandOutput) => void
606
+ cb: (err: any, data?: UpdateIdMappingWorkflowCommandOutput) => void,
619
607
  ): void;
620
608
  updateIdNamespace(
621
609
  args: UpdateIdNamespaceCommandInput,
622
- options?: __HttpHandlerOptions
610
+ options?: __HttpHandlerOptions,
623
611
  ): Promise<UpdateIdNamespaceCommandOutput>;
624
612
  updateIdNamespace(
625
613
  args: UpdateIdNamespaceCommandInput,
626
- cb: (err: any, data?: UpdateIdNamespaceCommandOutput) => void
614
+ cb: (err: any, data?: UpdateIdNamespaceCommandOutput) => void,
627
615
  ): void;
628
616
  updateIdNamespace(
629
617
  args: UpdateIdNamespaceCommandInput,
630
618
  options: __HttpHandlerOptions,
631
- cb: (err: any, data?: UpdateIdNamespaceCommandOutput) => void
619
+ cb: (err: any, data?: UpdateIdNamespaceCommandOutput) => void,
632
620
  ): void;
633
621
  updateMatchingWorkflow(
634
622
  args: UpdateMatchingWorkflowCommandInput,
635
- options?: __HttpHandlerOptions
623
+ options?: __HttpHandlerOptions,
636
624
  ): Promise<UpdateMatchingWorkflowCommandOutput>;
637
625
  updateMatchingWorkflow(
638
626
  args: UpdateMatchingWorkflowCommandInput,
639
- cb: (err: any, data?: UpdateMatchingWorkflowCommandOutput) => void
627
+ cb: (err: any, data?: UpdateMatchingWorkflowCommandOutput) => void,
640
628
  ): void;
641
629
  updateMatchingWorkflow(
642
630
  args: UpdateMatchingWorkflowCommandInput,
643
631
  options: __HttpHandlerOptions,
644
- cb: (err: any, data?: UpdateMatchingWorkflowCommandOutput) => void
632
+ cb: (err: any, data?: UpdateMatchingWorkflowCommandOutput) => void,
645
633
  ): void;
646
634
  updateSchemaMapping(
647
635
  args: UpdateSchemaMappingCommandInput,
648
- options?: __HttpHandlerOptions
636
+ options?: __HttpHandlerOptions,
649
637
  ): Promise<UpdateSchemaMappingCommandOutput>;
650
638
  updateSchemaMapping(
651
639
  args: UpdateSchemaMappingCommandInput,
652
- cb: (err: any, data?: UpdateSchemaMappingCommandOutput) => void
640
+ cb: (err: any, data?: UpdateSchemaMappingCommandOutput) => void,
653
641
  ): void;
654
642
  updateSchemaMapping(
655
643
  args: UpdateSchemaMappingCommandInput,
656
644
  options: __HttpHandlerOptions,
657
- cb: (err: any, data?: UpdateSchemaMappingCommandOutput) => void
645
+ cb: (err: any, data?: UpdateSchemaMappingCommandOutput) => void,
658
646
  ): void;
659
647
  paginateListIdMappingJobs(
660
648
  args: ListIdMappingJobsCommandInput,
661
649
  paginationConfig?: Pick<
662
650
  PaginationConfiguration,
663
651
  Exclude<keyof PaginationConfiguration, "client">
664
- >
652
+ >,
665
653
  ): Paginator<ListIdMappingJobsCommandOutput>;
666
654
  paginateListIdMappingWorkflows(
667
655
  args?: ListIdMappingWorkflowsCommandInput,
668
656
  paginationConfig?: Pick<
669
657
  PaginationConfiguration,
670
658
  Exclude<keyof PaginationConfiguration, "client">
671
- >
659
+ >,
672
660
  ): Paginator<ListIdMappingWorkflowsCommandOutput>;
673
661
  paginateListIdNamespaces(
674
662
  args?: ListIdNamespacesCommandInput,
675
663
  paginationConfig?: Pick<
676
664
  PaginationConfiguration,
677
665
  Exclude<keyof PaginationConfiguration, "client">
678
- >
666
+ >,
679
667
  ): Paginator<ListIdNamespacesCommandOutput>;
680
668
  paginateListMatchingJobs(
681
669
  args: ListMatchingJobsCommandInput,
682
670
  paginationConfig?: Pick<
683
671
  PaginationConfiguration,
684
672
  Exclude<keyof PaginationConfiguration, "client">
685
- >
673
+ >,
686
674
  ): Paginator<ListMatchingJobsCommandOutput>;
687
675
  paginateListMatchingWorkflows(
688
676
  args?: ListMatchingWorkflowsCommandInput,
689
677
  paginationConfig?: Pick<
690
678
  PaginationConfiguration,
691
679
  Exclude<keyof PaginationConfiguration, "client">
692
- >
680
+ >,
693
681
  ): Paginator<ListMatchingWorkflowsCommandOutput>;
694
682
  paginateListProviderServices(
695
683
  args?: ListProviderServicesCommandInput,
696
684
  paginationConfig?: Pick<
697
685
  PaginationConfiguration,
698
686
  Exclude<keyof PaginationConfiguration, "client">
699
- >
687
+ >,
700
688
  ): Paginator<ListProviderServicesCommandOutput>;
701
689
  paginateListSchemaMappings(
702
690
  args?: ListSchemaMappingsCommandInput,
703
691
  paginationConfig?: Pick<
704
692
  PaginationConfiguration,
705
693
  Exclude<keyof PaginationConfiguration, "client">
706
- >
694
+ >,
707
695
  ): Paginator<ListSchemaMappingsCommandOutput>;
708
696
  }
709
- export declare class EntityResolution
710
- extends EntityResolutionClient
711
- implements EntityResolution {}
697
+ export declare class EntityResolution extends EntityResolutionClient implements EntityResolution {}