@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.
- package/README.md +9 -11
- package/dist-cjs/index.js +69 -0
- package/dist-es/EntityResolution.js +2 -0
- package/dist-es/commands/GenerateMatchIdCommand.js +23 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +30 -0
- package/dist-types/EntityResolution.d.ts +8 -11
- package/dist-types/EntityResolutionClient.d.ts +4 -13
- package/dist-types/commands/AddPolicyStatementCommand.d.ts +3 -7
- package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +1 -2
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +4 -12
- package/dist-types/commands/CreateIdNamespaceCommand.d.ts +4 -11
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +4 -12
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +4 -11
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +3 -7
- package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +1 -2
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +3 -7
- package/dist-types/commands/DeletePolicyStatementCommand.d.ts +2 -5
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +3 -9
- package/dist-types/commands/GenerateMatchIdCommand.d.ts +115 -0
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +2 -4
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +1 -2
- package/dist-types/commands/GetIdNamespaceCommand.d.ts +1 -2
- package/dist-types/commands/GetMatchIdCommand.d.ts +2 -6
- package/dist-types/commands/GetMatchingJobCommand.d.ts +2 -4
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +1 -2
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -2
- package/dist-types/commands/GetProviderServiceCommand.d.ts +1 -2
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +1 -2
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +1 -2
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +2 -4
- package/dist-types/commands/ListIdNamespacesCommand.d.ts +1 -2
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +1 -2
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +2 -4
- package/dist-types/commands/ListProviderServicesCommand.d.ts +2 -4
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +2 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -4
- package/dist-types/commands/PutPolicyCommand.d.ts +2 -5
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +4 -10
- package/dist-types/commands/StartMatchingJobCommand.d.ts +4 -10
- package/dist-types/commands/TagResourceCommand.d.ts +2 -12
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +2 -6
- package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +2 -6
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +3 -10
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -11
- package/dist-types/models/models_0.d.ts +310 -531
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/EntityResolution.d.ts +17 -0
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +5 -5
|
@@ -27,8 +27,7 @@ declare const DeleteMatchingWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the <code>MatchingWorkflow</code> with a given name. This operation will succeed
|
|
31
|
-
* even if a workflow with the given name does not exist.</p>
|
|
30
|
+
* <p>Deletes the <code>MatchingWorkflow</code> with a given name. This operation will succeed even if a workflow with the given name does not exist.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -56,13 +55,10 @@ declare const DeleteMatchingWorkflowCommand_base: {
|
|
|
56
55
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
57
56
|
*
|
|
58
57
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
60
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
61
|
-
* running, etc. </p>
|
|
58
|
+
* <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>
|
|
62
59
|
*
|
|
63
60
|
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
65
|
-
* service. </p>
|
|
61
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
66
62
|
*
|
|
67
63
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
64
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -58,13 +58,10 @@ declare const DeletePolicyStatementCommand_base: {
|
|
|
58
58
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ConflictException} (client fault)
|
|
61
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
62
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
63
|
-
* running, etc. </p>
|
|
61
|
+
* <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>
|
|
64
62
|
*
|
|
65
63
|
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
67
|
-
* service. </p>
|
|
64
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
68
65
|
*
|
|
69
66
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
67
|
* <p>The resource could not be found. </p>
|
|
@@ -27,10 +27,7 @@ declare const DeleteSchemaMappingCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the <code>SchemaMapping</code> with a given name. This operation will succeed
|
|
31
|
-
* even if a schema with the given name does not exist. This operation will fail if there is a
|
|
32
|
-
* <code>MatchingWorkflow</code> object that references the <code>SchemaMapping</code> in
|
|
33
|
-
* the workflow's <code>InputSourceConfig</code>.</p>
|
|
30
|
+
* <p>Deletes the <code>SchemaMapping</code> with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a <code>MatchingWorkflow</code> object that references the <code>SchemaMapping</code> in the workflow's <code>InputSourceConfig</code>.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -58,13 +55,10 @@ declare const DeleteSchemaMappingCommand_base: {
|
|
|
58
55
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
59
56
|
*
|
|
60
57
|
* @throws {@link ConflictException} (client fault)
|
|
61
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
62
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
63
|
-
* running, etc. </p>
|
|
58
|
+
* <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>
|
|
64
59
|
*
|
|
65
60
|
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
67
|
-
* service. </p>
|
|
61
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
68
62
|
*
|
|
69
63
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
64
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
|
+
import { GenerateMatchIdInput, GenerateMatchIdOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GenerateMatchIdCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GenerateMatchIdCommandInput extends GenerateMatchIdInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GenerateMatchIdCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GenerateMatchIdCommandOutput extends GenerateMatchIdOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GenerateMatchIdCommand_base: {
|
|
25
|
+
new (input: GenerateMatchIdCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateMatchIdCommandInput, GenerateMatchIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GenerateMatchIdCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateMatchIdCommandInput, GenerateMatchIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Generates or retrieves Match IDs for records using a rule-based matching workflow. When you call this operation, it processes your records against the workflow's matching rules to identify potential matches. For existing records, it retrieves their Match IDs and associated rules. For records without matches, it generates new Match IDs. The operation saves results to Amazon S3. </p> <p>The processing type (<code>processingType</code>) you choose affects both the accuracy and response time of the operation. Additional charges apply for each API call, whether made through the Entity Resolution console or directly via the API. The rule-based matching workflow must exist and be active before calling this operation.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { EntityResolutionClient, GenerateMatchIdCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
|
+
* // const { EntityResolutionClient, GenerateMatchIdCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* const client = new EntityResolutionClient(config);
|
|
37
|
+
* const input = { // GenerateMatchIdInput
|
|
38
|
+
* workflowName: "STRING_VALUE", // required
|
|
39
|
+
* records: [ // RecordList // required
|
|
40
|
+
* { // Record
|
|
41
|
+
* inputSourceARN: "STRING_VALUE", // required
|
|
42
|
+
* uniqueId: "STRING_VALUE", // required
|
|
43
|
+
* recordAttributeMap: { // RecordAttributeMapString255 // required
|
|
44
|
+
* "<keys>": "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* processingType: "CONSISTENT" || "EVENTUAL" || "EVENTUAL_NO_LOOKUP",
|
|
49
|
+
* };
|
|
50
|
+
* const command = new GenerateMatchIdCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // { // GenerateMatchIdOutput
|
|
53
|
+
* // matchGroups: [ // MatchGroupsList // required
|
|
54
|
+
* // { // MatchGroup
|
|
55
|
+
* // records: [ // MatchedRecordsList // required
|
|
56
|
+
* // { // MatchedRecord
|
|
57
|
+
* // inputSourceARN: "STRING_VALUE", // required
|
|
58
|
+
* // recordId: "STRING_VALUE", // required
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // matchId: "STRING_VALUE", // required
|
|
62
|
+
* // matchRule: "STRING_VALUE", // required
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // failedRecords: [ // FailedRecordsList // required
|
|
66
|
+
* // { // FailedRecord
|
|
67
|
+
* // inputSourceARN: "STRING_VALUE", // required
|
|
68
|
+
* // uniqueId: "STRING_VALUE", // required
|
|
69
|
+
* // errorMessage: "STRING_VALUE", // required
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* @param GenerateMatchIdCommandInput - {@link GenerateMatchIdCommandInput}
|
|
77
|
+
* @returns {@link GenerateMatchIdCommandOutput}
|
|
78
|
+
* @see {@link GenerateMatchIdCommandInput} for command's `input` shape.
|
|
79
|
+
* @see {@link GenerateMatchIdCommandOutput} for command's `response` shape.
|
|
80
|
+
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
83
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InternalServerException} (server fault)
|
|
86
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
89
|
+
* <p>The resource could not be found. </p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
92
|
+
* <p>The request was denied due to request throttling. </p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link ValidationException} (client fault)
|
|
95
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link EntityResolutionServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
99
|
+
*
|
|
100
|
+
*
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export declare class GenerateMatchIdCommand extends GenerateMatchIdCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: GenerateMatchIdInput;
|
|
108
|
+
output: GenerateMatchIdOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: GenerateMatchIdCommandInput;
|
|
112
|
+
output: GenerateMatchIdCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
}
|
|
@@ -27,8 +27,7 @@ declare const GetIdMappingJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* job.</p>
|
|
30
|
+
* <p>Returns the status, metrics, and errors (if there are any) that are associated with a job.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -79,8 +78,7 @@ declare const GetIdMappingJobCommand_base: {
|
|
|
79
78
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
80
79
|
*
|
|
81
80
|
* @throws {@link InternalServerException} (server fault)
|
|
82
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
83
|
-
* service. </p>
|
|
81
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
84
82
|
*
|
|
85
83
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
86
84
|
* <p>The resource could not be found. </p>
|
|
@@ -99,8 +99,7 @@ declare const GetIdMappingWorkflowCommand_base: {
|
|
|
99
99
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link InternalServerException} (server fault)
|
|
102
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
103
|
-
* service. </p>
|
|
102
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
104
103
|
*
|
|
105
104
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
106
105
|
* <p>The resource could not be found. </p>
|
|
@@ -96,8 +96,7 @@ declare const GetIdNamespaceCommand_base: {
|
|
|
96
96
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
97
97
|
*
|
|
98
98
|
* @throws {@link InternalServerException} (server fault)
|
|
99
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
100
|
-
* service. </p>
|
|
99
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
101
100
|
*
|
|
102
101
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
103
102
|
* <p>The resource could not be found. </p>
|
|
@@ -27,10 +27,7 @@ declare const GetMatchIdCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns the corresponding Match ID of a customer record if the record has been processed
|
|
31
|
-
* in a rule-based matching workflow or ML matching workflow.</p>
|
|
32
|
-
* <p>You can call this API as a dry run of an incremental load on the rule-based matching
|
|
33
|
-
* workflow.</p>
|
|
30
|
+
* <p>Returns the corresponding Match ID of a customer record if the record has been processed in a rule-based matching workflow or ML matching workflow.</p> <p>You can call this API as a dry run of an incremental load on the rule-based matching workflow.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -63,8 +60,7 @@ declare const GetMatchIdCommand_base: {
|
|
|
63
60
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
67
|
-
* service. </p>
|
|
63
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
66
|
* <p>The resource could not be found. </p>
|
|
@@ -27,8 +27,7 @@ declare const GetMatchingJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* job.</p>
|
|
30
|
+
* <p>Returns the status, metrics, and errors (if there are any) that are associated with a job.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -76,8 +75,7 @@ declare const GetMatchingJobCommand_base: {
|
|
|
76
75
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
77
76
|
*
|
|
78
77
|
* @throws {@link InternalServerException} (server fault)
|
|
79
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
80
|
-
* service. </p>
|
|
78
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
81
79
|
*
|
|
82
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
81
|
* <p>The resource could not be found. </p>
|
|
@@ -108,8 +108,7 @@ declare const GetMatchingWorkflowCommand_base: {
|
|
|
108
108
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
109
109
|
*
|
|
110
110
|
* @throws {@link InternalServerException} (server fault)
|
|
111
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
112
|
-
* service. </p>
|
|
111
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
113
112
|
*
|
|
114
113
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
115
114
|
* <p>The resource could not be found. </p>
|
|
@@ -57,8 +57,7 @@ declare const GetPolicyCommand_base: {
|
|
|
57
57
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link InternalServerException} (server fault)
|
|
60
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
61
|
-
* service. </p>
|
|
60
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
62
61
|
*
|
|
63
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
63
|
* <p>The resource could not be found. </p>
|
|
@@ -100,8 +100,7 @@ declare const GetProviderServiceCommand_base: {
|
|
|
100
100
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
101
101
|
*
|
|
102
102
|
* @throws {@link InternalServerException} (server fault)
|
|
103
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
104
|
-
* service. </p>
|
|
103
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
105
104
|
*
|
|
106
105
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
107
106
|
* <p>The resource could not be found. </p>
|
|
@@ -73,8 +73,7 @@ declare const GetSchemaMappingCommand_base: {
|
|
|
73
73
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link InternalServerException} (server fault)
|
|
76
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
77
|
-
* service. </p>
|
|
76
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
78
77
|
*
|
|
79
78
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
80
79
|
* <p>The resource could not be found. </p>
|
|
@@ -65,8 +65,7 @@ declare const ListIdMappingJobsCommand_base: {
|
|
|
65
65
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InternalServerException} (server fault)
|
|
68
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
69
|
-
* service. </p>
|
|
68
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
70
69
|
*
|
|
71
70
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
71
|
* <p>The resource could not be found. </p>
|
|
@@ -27,8 +27,7 @@ declare const ListIdMappingWorkflowsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of all the <code>IdMappingWorkflows</code> that have been created for an
|
|
31
|
-
* Amazon Web Services account.</p>
|
|
30
|
+
* <p>Returns a list of all the <code>IdMappingWorkflows</code> that have been created for an Amazon Web Services account.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -65,8 +64,7 @@ declare const ListIdMappingWorkflowsCommand_base: {
|
|
|
65
64
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
66
65
|
*
|
|
67
66
|
* @throws {@link InternalServerException} (server fault)
|
|
68
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
69
|
-
* service. </p>
|
|
67
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
70
68
|
*
|
|
71
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
72
70
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -71,8 +71,7 @@ declare const ListIdNamespacesCommand_base: {
|
|
|
71
71
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link InternalServerException} (server fault)
|
|
74
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
75
|
-
* service. </p>
|
|
74
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
76
75
|
*
|
|
77
76
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
77
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -65,8 +65,7 @@ declare const ListMatchingJobsCommand_base: {
|
|
|
65
65
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InternalServerException} (server fault)
|
|
68
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
69
|
-
* service. </p>
|
|
68
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
70
69
|
*
|
|
71
70
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
71
|
* <p>The resource could not be found. </p>
|
|
@@ -27,8 +27,7 @@ declare const ListMatchingWorkflowsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of all the <code>MatchingWorkflows</code> that have been created for an
|
|
31
|
-
* Amazon Web Services account.</p>
|
|
30
|
+
* <p>Returns a list of all the <code>MatchingWorkflows</code> that have been created for an Amazon Web Services account.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -66,8 +65,7 @@ declare const ListMatchingWorkflowsCommand_base: {
|
|
|
66
65
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
67
66
|
*
|
|
68
67
|
* @throws {@link InternalServerException} (server fault)
|
|
69
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
70
|
-
* service. </p>
|
|
68
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
71
69
|
*
|
|
72
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
71
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -27,8 +27,7 @@ declare const ListProviderServicesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of all the <code>ProviderServices</code> that are available in this
|
|
31
|
-
* Amazon Web Services Region.</p>
|
|
30
|
+
* <p>Returns a list of all the <code>ProviderServices</code> that are available in this Amazon Web Services Region.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -67,8 +66,7 @@ declare const ListProviderServicesCommand_base: {
|
|
|
67
66
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link InternalServerException} (server fault)
|
|
70
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
71
|
-
* service. </p>
|
|
69
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
72
70
|
*
|
|
73
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
74
72
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -27,8 +27,7 @@ declare const ListSchemaMappingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of all the <code>SchemaMappings</code> that have been created for an
|
|
31
|
-
* Amazon Web Services account.</p>
|
|
30
|
+
* <p>Returns a list of all the <code>SchemaMappings</code> that have been created for an Amazon Web Services account.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -66,8 +65,7 @@ declare const ListSchemaMappingsCommand_base: {
|
|
|
66
65
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
67
66
|
*
|
|
68
67
|
* @throws {@link InternalServerException} (server fault)
|
|
69
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
70
|
-
* service. </p>
|
|
68
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
71
69
|
*
|
|
72
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
71
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -27,8 +27,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Displays the tags associated with an Entity Resolution resource. In Entity Resolution,
|
|
31
|
-
* <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be tagged.</p>
|
|
30
|
+
* <p>Displays the tags associated with an Entity Resolution resource. In Entity Resolution, <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be tagged.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -55,8 +54,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
55
54
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
56
55
|
*
|
|
57
56
|
* @throws {@link InternalServerException} (server fault)
|
|
58
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
59
|
-
* service. </p>
|
|
57
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
60
|
* <p>The resource could not be found. </p>
|
|
@@ -59,13 +59,10 @@ declare const PutPolicyCommand_base: {
|
|
|
59
59
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ConflictException} (client fault)
|
|
62
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
63
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
64
|
-
* running, etc. </p>
|
|
62
|
+
* <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>
|
|
65
63
|
*
|
|
66
64
|
* @throws {@link InternalServerException} (server fault)
|
|
67
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
68
|
-
* service. </p>
|
|
65
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
69
66
|
*
|
|
70
67
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
68
|
* <p>The resource could not be found. </p>
|
|
@@ -27,8 +27,7 @@ declare const StartIdMappingJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Starts the <code>IdMappingJob</code> of a workflow. The workflow must have previously
|
|
31
|
-
* been created using the <code>CreateIdMappingWorkflow</code> endpoint.</p>
|
|
30
|
+
* <p>Starts the <code>IdMappingJob</code> of a workflow. The workflow must have previously been created using the <code>CreateIdMappingWorkflow</code> endpoint.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -70,18 +69,13 @@ declare const StartIdMappingJobCommand_base: {
|
|
|
70
69
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
71
70
|
*
|
|
72
71
|
* @throws {@link ConflictException} (client fault)
|
|
73
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
74
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
75
|
-
* running, etc. </p>
|
|
72
|
+
* <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>
|
|
76
73
|
*
|
|
77
74
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
78
|
-
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
79
|
-
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
80
|
-
* </p>
|
|
75
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
|
|
81
76
|
*
|
|
82
77
|
* @throws {@link InternalServerException} (server fault)
|
|
83
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
84
|
-
* service. </p>
|
|
78
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
85
79
|
*
|
|
86
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
87
81
|
* <p>The resource could not be found. </p>
|
|
@@ -27,8 +27,7 @@ declare const StartMatchingJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Starts the <code>MatchingJob</code> of a workflow. The workflow must have previously
|
|
31
|
-
* been created using the <code>CreateMatchingWorkflow</code> endpoint.</p>
|
|
30
|
+
* <p>Starts the <code>MatchingJob</code> of a workflow. The workflow must have previously been created using the <code>CreateMatchingWorkflow</code> endpoint.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -56,18 +55,13 @@ declare const StartMatchingJobCommand_base: {
|
|
|
56
55
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
57
56
|
*
|
|
58
57
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
60
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
61
|
-
* running, etc. </p>
|
|
58
|
+
* <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>
|
|
62
59
|
*
|
|
63
60
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
64
|
-
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
65
|
-
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
66
|
-
* </p>
|
|
61
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
|
|
67
62
|
*
|
|
68
63
|
* @throws {@link InternalServerException} (server fault)
|
|
69
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
70
|
-
* service. </p>
|
|
64
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
71
65
|
*
|
|
72
66
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
67
|
* <p>The resource could not be found. </p>
|
|
@@ -27,16 +27,7 @@ declare const TagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource.
|
|
31
|
-
* Tags can help you organize and categorize your resources. You can also use them to scope
|
|
32
|
-
* user permissions by granting a user permission to access or change only resources with
|
|
33
|
-
* certain tag values. In Entity Resolution, <code>SchemaMapping</code> and
|
|
34
|
-
* <code>MatchingWorkflow</code> can be tagged. Tags don't have any semantic meaning to
|
|
35
|
-
* Amazon Web Services and are interpreted strictly as strings of characters. You can use
|
|
36
|
-
* the <code>TagResource</code> action with a resource that already has tags. If you specify a
|
|
37
|
-
* new tag key, this tag is appended to the list of tags associated with the resource. If you
|
|
38
|
-
* specify a tag key that is already associated with the resource, the new tag value that you
|
|
39
|
-
* specify replaces the previous value for that tag.</p>
|
|
30
|
+
* <p>Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Entity Resolution, <code>SchemaMapping</code> and <code>MatchingWorkflow</code> can be tagged. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can use the <code>TagResource</code> action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.</p>
|
|
40
31
|
* @example
|
|
41
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
33
|
* ```javascript
|
|
@@ -62,8 +53,7 @@ declare const TagResourceCommand_base: {
|
|
|
62
53
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
63
54
|
*
|
|
64
55
|
* @throws {@link InternalServerException} (server fault)
|
|
65
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
66
|
-
* service. </p>
|
|
56
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
67
57
|
*
|
|
68
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
59
|
* <p>The resource could not be found. </p>
|
|
@@ -27,8 +27,7 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution, <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be
|
|
31
|
-
* tagged.</p>
|
|
30
|
+
* <p>Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution, <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be tagged.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -54,8 +53,7 @@ declare const UntagResourceCommand_base: {
|
|
|
54
53
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
55
54
|
*
|
|
56
55
|
* @throws {@link InternalServerException} (server fault)
|
|
57
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
58
|
-
* service. </p>
|
|
56
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
59
57
|
*
|
|
60
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
59
|
* <p>The resource could not be found. </p>
|
|
@@ -27,10 +27,7 @@ declare const UpdateIdMappingWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to
|
|
31
|
-
* <code>CreateIdMappingWorkflow</code>, except it uses an HTTP <code>PUT</code> request
|
|
32
|
-
* instead of a <code>POST</code> request, and the <code>IdMappingWorkflow</code> must already
|
|
33
|
-
* exist for the method to succeed.</p>
|
|
30
|
+
* <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to <code>CreateIdMappingWorkflow</code>, except it uses an HTTP <code>PUT</code> request instead of a <code>POST</code> request, and the <code>IdMappingWorkflow</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
|
|
@@ -135,8 +132,7 @@ declare const UpdateIdMappingWorkflowCommand_base: {
|
|
|
135
132
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
136
133
|
*
|
|
137
134
|
* @throws {@link InternalServerException} (server fault)
|
|
138
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
139
|
-
* service. </p>
|
|
135
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
140
136
|
*
|
|
141
137
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
142
138
|
* <p>The resource could not be found. </p>
|
|
@@ -127,8 +127,7 @@ declare const UpdateIdNamespaceCommand_base: {
|
|
|
127
127
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
128
128
|
*
|
|
129
129
|
* @throws {@link InternalServerException} (server fault)
|
|
130
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
131
|
-
* service. </p>
|
|
130
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
132
131
|
*
|
|
133
132
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
134
133
|
* <p>The resource could not be found. </p>
|