@@ -33,16 +33,16 @@ using your favorite package manager:
33
33
34
34
The AWS SDK is modulized by clients and commands.
35
35
To send a request, you only need to import the ` EntityResolutionClient ` and
36
- the commands you need, for example ` ListIdMappingJobsCommand ` :
36
+ the commands you need, for example ` ListIdNamespacesCommand ` :
37
37
38
38
``` js
39
39
// ES5 example
40
- const { EntityResolutionClient , ListIdMappingJobsCommand } = require (" @aws-sdk/client-entityresolution" );
40
+ const { EntityResolutionClient , ListIdNamespacesCommand } = require (" @aws-sdk/client-entityresolution" );
41
41
```
42
42
43
43
``` ts
44
44
// ES6+ example
45
- import { EntityResolutionClient , ListIdMappingJobsCommand } from " @aws-sdk/client-entityresolution" ;
45
+ import { EntityResolutionClient , ListIdNamespacesCommand } from " @aws-sdk/client-entityresolution" ;
46
46
```
47
47
48
48
### Usage
@@ -61,7 +61,7 @@ const client = new EntityResolutionClient({ region: "REGION" });
61
61
const params = {
62
62
/** input parameters */
63
63
};
64
- const command = new ListIdMappingJobsCommand (params);
64
+ const command = new ListIdNamespacesCommand (params);
65
65
```
66
66
67
67
#### Async/await
@@ -140,15 +140,15 @@ const client = new AWS.EntityResolution({ region: "REGION" });
140
140
141
141
// async/await.
142
142
try {
143
- const data = await client .listIdMappingJobs (params );
143
+ const data = await client .listIdNamespaces (params );
144
144
// process data.
145
145
} catch (error ) {
146
146
// error handling.
147
147
}
148
148
149
149
// Promises.
150
150
client
151
- .listIdMappingJobs (params )
151
+ .listIdNamespaces (params )
152
152
.then ((data ) => {
153
153
// process data.
154
154
})
@@ -157,7 +157,7 @@ client
157
157
});
158
158
159
159
// callbacks.
160
- client .listIdMappingJobs (params , (err , data ) => {
160
+ client .listIdNamespaces (params , (err , data ) => {
161
161
// process err and data.
162
162
});
163
163
```
@@ -213,13 +213,29 @@ see LICENSE for more information.
213
213
214
214
## Client Commands (Operations List)
215
215
216
+ <details >
217
+ <summary >
218
+ AddPolicyStatement
219
+ </summary >
220
+
221
+ [ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/AddPolicyStatementCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/AddPolicyStatementCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/AddPolicyStatementCommandOutput/ )
222
+
223
+ </details >
216
224
<details >
217
225
<summary >
218
226
CreateIdMappingWorkflow
219
227
</summary >
220
228
221
229
[ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/CreateIdMappingWorkflowCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/CreateIdMappingWorkflowCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/CreateIdMappingWorkflowCommandOutput/ )
222
230
231
+ </details >
232
+ <details >
233
+ <summary >
234
+ CreateIdNamespace
235
+ </summary >
236
+
237
+ [ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/CreateIdNamespaceCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/CreateIdNamespaceCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/CreateIdNamespaceCommandOutput/ )
238
+
223
239
</details >
224
240
<details >
225
241
<summary >
@@ -244,6 +260,14 @@ DeleteIdMappingWorkflow
244
260
245
261
[ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/DeleteIdMappingWorkflowCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/DeleteIdMappingWorkflowCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/DeleteIdMappingWorkflowCommandOutput/ )
246
262
263
+ </details >
264
+ <details >
265
+ <summary >
266
+ DeleteIdNamespace
267
+ </summary >
268
+
269
+ [ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/DeleteIdNamespaceCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/DeleteIdNamespaceCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/DeleteIdNamespaceCommandOutput/ )
270
+
247
271
</details >
248
272
<details >
249
273
<summary >
@@ -252,6 +276,14 @@ DeleteMatchingWorkflow
252
276
253
277
[ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/DeleteMatchingWorkflowCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/DeleteMatchingWorkflowCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/DeleteMatchingWorkflowCommandOutput/ )
254
278
279
+ </details >
280
+ <details >
281
+ <summary >
282
+ DeletePolicyStatement
283
+ </summary >
284
+
285
+ [ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/DeletePolicyStatementCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/DeletePolicyStatementCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/DeletePolicyStatementCommandOutput/ )
286
+
255
287
</details >
256
288
<details >
257
289
<summary >
@@ -276,6 +308,14 @@ GetIdMappingWorkflow
276
308
277
309
[ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/GetIdMappingWorkflowCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/GetIdMappingWorkflowCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/GetIdMappingWorkflowCommandOutput/ )
278
310
311
+ </details >
312
+ <details >
313
+ <summary >
314
+ GetIdNamespace
315
+ </summary >
316
+
317
+ [ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/GetIdNamespaceCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/GetIdNamespaceCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/GetIdNamespaceCommandOutput/ )
318
+
279
319
</details >
280
320
<details >
281
321
<summary >
@@ -300,6 +340,14 @@ GetMatchingWorkflow
300
340
301
341
[ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/GetMatchingWorkflowCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/GetMatchingWorkflowCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/GetMatchingWorkflowCommandOutput/ )
302
342
343
+ </details >
344
+ <details >
345
+ <summary >
346
+ GetPolicy
347
+ </summary >
348
+
349
+ [ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/GetPolicyCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/GetPolicyCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/GetPolicyCommandOutput/ )
350
+
303
351
</details >
304
352
<details >
305
353
<summary >
@@ -332,6 +380,14 @@ ListIdMappingWorkflows
332
380
333
381
[ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/ListIdMappingWorkflowsCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/ListIdMappingWorkflowsCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/ListIdMappingWorkflowsCommandOutput/ )
334
382
383
+ </details >
384
+ <details >
385
+ <summary >
386
+ ListIdNamespaces
387
+ </summary >
388
+
389
+ [ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/ListIdNamespacesCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/ListIdNamespacesCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/ListIdNamespacesCommandOutput/ )
390
+
335
391
</details >
336
392
<details >
337
393
<summary >
@@ -372,6 +428,14 @@ ListTagsForResource
372
428
373
429
[ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/ListTagsForResourceCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/ListTagsForResourceCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/ListTagsForResourceCommandOutput/ )
374
430
431
+ </details >
432
+ <details >
433
+ <summary >
434
+ PutPolicy
435
+ </summary >
436
+
437
+ [ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/PutPolicyCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/PutPolicyCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/PutPolicyCommandOutput/ )
438
+
375
439
</details >
376
440
<details >
377
441
<summary >
@@ -412,6 +476,14 @@ UpdateIdMappingWorkflow
412
476
413
477
[ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/UpdateIdMappingWorkflowCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/UpdateIdMappingWorkflowCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/UpdateIdMappingWorkflowCommandOutput/ )
414
478
479
+ </details >
480
+ <details >
481
+ <summary >
482
+ UpdateIdNamespace
483
+ </summary >
484
+
485
+ [ Command API Reference] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/UpdateIdNamespaceCommand/ ) / [ Input] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/UpdateIdNamespaceCommandInput/ ) / [ Output] ( https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/UpdateIdNamespaceCommandOutput/ )
486
+
415
487
</details >
416
488
<details >
417
489
<summary >
0 commit comments