@aws-sdk/client-entityresolution 3.821.0 → 3.823.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 (58) hide show
  1. package/README.md +9 -11
  2. package/dist-cjs/index.js +69 -0
  3. package/dist-es/EntityResolution.js +2 -0
  4. package/dist-es/commands/GenerateMatchIdCommand.js +23 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +13 -0
  7. package/dist-es/protocols/Aws_restJson1.js +30 -0
  8. package/dist-types/EntityResolution.d.ts +8 -11
  9. package/dist-types/EntityResolutionClient.d.ts +4 -13
  10. package/dist-types/commands/AddPolicyStatementCommand.d.ts +3 -7
  11. package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +1 -2
  12. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +4 -12
  13. package/dist-types/commands/CreateIdNamespaceCommand.d.ts +4 -11
  14. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +4 -12
  15. package/dist-types/commands/CreateSchemaMappingCommand.d.ts +4 -11
  16. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +3 -7
  17. package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +1 -2
  18. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +3 -7
  19. package/dist-types/commands/DeletePolicyStatementCommand.d.ts +2 -5
  20. package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +3 -9
  21. package/dist-types/commands/GenerateMatchIdCommand.d.ts +115 -0
  22. package/dist-types/commands/GetIdMappingJobCommand.d.ts +2 -4
  23. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +1 -2
  24. package/dist-types/commands/GetIdNamespaceCommand.d.ts +1 -2
  25. package/dist-types/commands/GetMatchIdCommand.d.ts +2 -6
  26. package/dist-types/commands/GetMatchingJobCommand.d.ts +2 -4
  27. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +1 -2
  28. package/dist-types/commands/GetPolicyCommand.d.ts +1 -2
  29. package/dist-types/commands/GetProviderServiceCommand.d.ts +1 -2
  30. package/dist-types/commands/GetSchemaMappingCommand.d.ts +1 -2
  31. package/dist-types/commands/ListIdMappingJobsCommand.d.ts +1 -2
  32. package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +2 -4
  33. package/dist-types/commands/ListIdNamespacesCommand.d.ts +1 -2
  34. package/dist-types/commands/ListMatchingJobsCommand.d.ts +1 -2
  35. package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +2 -4
  36. package/dist-types/commands/ListProviderServicesCommand.d.ts +2 -4
  37. package/dist-types/commands/ListSchemaMappingsCommand.d.ts +2 -4
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -4
  39. package/dist-types/commands/PutPolicyCommand.d.ts +2 -5
  40. package/dist-types/commands/StartIdMappingJobCommand.d.ts +4 -10
  41. package/dist-types/commands/StartMatchingJobCommand.d.ts +4 -10
  42. package/dist-types/commands/TagResourceCommand.d.ts +2 -12
  43. package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
  44. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +2 -6
  45. package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +1 -2
  46. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +2 -6
  47. package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +3 -10
  48. package/dist-types/commands/index.d.ts +1 -0
  49. package/dist-types/index.d.ts +1 -11
  50. package/dist-types/models/models_0.d.ts +310 -531
  51. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  52. package/dist-types/ts3.4/EntityResolution.d.ts +17 -0
  53. package/dist-types/ts3.4/EntityResolutionClient.d.ts +6 -0
  54. package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +50 -0
  55. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  56. package/dist-types/ts3.4/models/models_0.d.ts +39 -0
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  58. package/package.json +5 -5
@@ -27,10 +27,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates an existing <code>MatchingWorkflow</code>. This method is identical to
31
- * <code>CreateMatchingWorkflow</code>, except it uses an HTTP <code>PUT</code> request
32
- * instead of a <code>POST</code> request, and the <code>MatchingWorkflow</code> must already
33
- * exist for the method to succeed.</p>
30
+ * <p>Updates an existing <code>MatchingWorkflow</code>. This method is identical to <code>CreateMatchingWorkflow</code>, except it uses an HTTP <code>PUT</code> request instead of a <code>POST</code> request, and the <code>MatchingWorkflow</code> must already exist for the method to succeed.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -152,8 +149,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
152
149
  * <p>You do not have sufficient access to perform this action. </p>
153
150
  *
154
151
  * @throws {@link InternalServerException} (server fault)
155
- * <p>This exception occurs when there is an internal failure in the Entity Resolution
156
- * service. </p>
152
+ * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
157
153
  *
158
154
  * @throws {@link ResourceNotFoundException} (client fault)
159
155
  * <p>The resource could not be found. </p>
@@ -27,11 +27,7 @@ declare const UpdateSchemaMappingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a schema mapping.</p>
31
- * <note>
32
- * <p>A schema is immutable if it is being used by a workflow. Therefore, you can't update
33
- * a schema mapping if it's associated with a workflow. </p>
34
- * </note>
30
+ * <p>Updates a schema mapping.</p> <note> <p>A schema is immutable if it is being used by a workflow. Therefore, you can't update a schema mapping if it's associated with a workflow. </p> </note>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -82,13 +78,10 @@ declare const UpdateSchemaMappingCommand_base: {
82
78
  * <p>You do not have sufficient access to perform this action. </p>
83
79
  *
84
80
  * @throws {@link ConflictException} (client fault)
85
- * <p>The request could not be processed because of conflict in the current state of the
86
- * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
87
- * running, etc. </p>
81
+ * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
88
82
  *
89
83
  * @throws {@link InternalServerException} (server fault)
90
- * <p>This exception occurs when there is an internal failure in the Entity Resolution
91
- * service. </p>
84
+ * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
92
85
  *
93
86
  * @throws {@link ResourceNotFoundException} (client fault)
94
87
  * <p>The resource could not be found. </p>
@@ -9,6 +9,7 @@ export * from "./DeleteIdNamespaceCommand";
9
9
  export * from "./DeleteMatchingWorkflowCommand";
10
10
  export * from "./DeletePolicyStatementCommand";
11
11
  export * from "./DeleteSchemaMappingCommand";
12
+ export * from "./GenerateMatchIdCommand";
12
13
  export * from "./GetIdMappingJobCommand";
13
14
  export * from "./GetIdMappingWorkflowCommand";
14
15
  export * from "./GetIdNamespaceCommand";
@@ -1,15 +1,5 @@
1
1
  /**
2
- * <p>Welcome to the <i>Entity Resolution API Reference</i>.</p>
3
- * <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity
4
- * resolution capabilities that enable developers and analysts at advertising and marketing
5
- * companies to build an accurate and complete view of their consumers.</p>
6
- * <p> With Entity Resolution, you can match source records containing consumer identifiers,
7
- * such as name, email address, and phone number. This is true even when these records have
8
- * incomplete or conflicting identifiers. For example, Entity Resolution can effectively match
9
- * a source record from a customer relationship management (CRM) system with a source record
10
- * from a marketing system containing campaign information.</p>
11
- * <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the
12
- * <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution User Guide</a>.</p>
2
+ * <p>Welcome to the <i>Entity Resolution API Reference</i>.</p> <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity resolution capabilities that enable developers and analysts at advertising and marketing companies to build an accurate and complete view of their consumers.</p> <p> With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address, and phone number. This is true even when these records have incomplete or conflicting identifiers. For example, Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information.</p> <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution User Guide</a>.</p>
13
3
  *
14
4
  * @packageDocumentation
15
5
  */