@aws-sdk/client-entityresolution 3.533.0 → 3.535.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/dist-types/EntityResolution.d.ts +5 -1
- package/dist-types/EntityResolutionClient.d.ts +1 -1
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +2 -1
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +2 -1
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetMatchIdCommand.d.ts +2 -1
- package/dist-types/commands/GetMatchingJobCommand.d.ts +2 -1
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetProviderServiceCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +2 -1
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/ListProviderServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +2 -1
- package/dist-types/commands/StartMatchingJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +281 -281
- package/dist-types/ts3.4/EntityResolution.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -115,6 +115,7 @@ export interface EntityResolution {
|
|
|
115
115
|
/**
|
|
116
116
|
* @see {@link ListIdMappingWorkflowsCommand}
|
|
117
117
|
*/
|
|
118
|
+
listIdMappingWorkflows(): Promise<ListIdMappingWorkflowsCommandOutput>;
|
|
118
119
|
listIdMappingWorkflows(args: ListIdMappingWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListIdMappingWorkflowsCommandOutput>;
|
|
119
120
|
listIdMappingWorkflows(args: ListIdMappingWorkflowsCommandInput, cb: (err: any, data?: ListIdMappingWorkflowsCommandOutput) => void): void;
|
|
120
121
|
listIdMappingWorkflows(args: ListIdMappingWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdMappingWorkflowsCommandOutput) => void): void;
|
|
@@ -127,18 +128,21 @@ export interface EntityResolution {
|
|
|
127
128
|
/**
|
|
128
129
|
* @see {@link ListMatchingWorkflowsCommand}
|
|
129
130
|
*/
|
|
131
|
+
listMatchingWorkflows(): Promise<ListMatchingWorkflowsCommandOutput>;
|
|
130
132
|
listMatchingWorkflows(args: ListMatchingWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListMatchingWorkflowsCommandOutput>;
|
|
131
133
|
listMatchingWorkflows(args: ListMatchingWorkflowsCommandInput, cb: (err: any, data?: ListMatchingWorkflowsCommandOutput) => void): void;
|
|
132
134
|
listMatchingWorkflows(args: ListMatchingWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMatchingWorkflowsCommandOutput) => void): void;
|
|
133
135
|
/**
|
|
134
136
|
* @see {@link ListProviderServicesCommand}
|
|
135
137
|
*/
|
|
138
|
+
listProviderServices(): Promise<ListProviderServicesCommandOutput>;
|
|
136
139
|
listProviderServices(args: ListProviderServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListProviderServicesCommandOutput>;
|
|
137
140
|
listProviderServices(args: ListProviderServicesCommandInput, cb: (err: any, data?: ListProviderServicesCommandOutput) => void): void;
|
|
138
141
|
listProviderServices(args: ListProviderServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProviderServicesCommandOutput) => void): void;
|
|
139
142
|
/**
|
|
140
143
|
* @see {@link ListSchemaMappingsCommand}
|
|
141
144
|
*/
|
|
145
|
+
listSchemaMappings(): Promise<ListSchemaMappingsCommandOutput>;
|
|
142
146
|
listSchemaMappings(args: ListSchemaMappingsCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemaMappingsCommandOutput>;
|
|
143
147
|
listSchemaMappings(args: ListSchemaMappingsCommandInput, cb: (err: any, data?: ListSchemaMappingsCommandOutput) => void): void;
|
|
144
148
|
listSchemaMappings(args: ListSchemaMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemaMappingsCommandOutput) => void): void;
|
|
@@ -192,7 +196,6 @@ export interface EntityResolution {
|
|
|
192
196
|
updateSchemaMapping(args: UpdateSchemaMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSchemaMappingCommandOutput) => void): void;
|
|
193
197
|
}
|
|
194
198
|
/**
|
|
195
|
-
* @public
|
|
196
199
|
* <p>Welcome to the <i>Entity Resolution API Reference</i>.</p>
|
|
197
200
|
* <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity
|
|
198
201
|
* resolution capabilities that enable developers and analysts at advertising and marketing
|
|
@@ -204,6 +207,7 @@ export interface EntityResolution {
|
|
|
204
207
|
* from a marketing system containing campaign information.</p>
|
|
205
208
|
* <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the
|
|
206
209
|
* <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution User Guide</a>.</p>
|
|
210
|
+
* @public
|
|
207
211
|
*/
|
|
208
212
|
export declare class EntityResolution extends EntityResolutionClient implements EntityResolution {
|
|
209
213
|
}
|
|
@@ -178,7 +178,6 @@ export type EntityResolutionClientResolvedConfigType = __SmithyResolvedConfigura
|
|
|
178
178
|
export interface EntityResolutionClientResolvedConfig extends EntityResolutionClientResolvedConfigType {
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
|
-
* @public
|
|
182
181
|
* <p>Welcome to the <i>Entity Resolution API Reference</i>.</p>
|
|
183
182
|
* <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity
|
|
184
183
|
* resolution capabilities that enable developers and analysts at advertising and marketing
|
|
@@ -190,6 +189,7 @@ export interface EntityResolutionClientResolvedConfig extends EntityResolutionCl
|
|
|
190
189
|
* from a marketing system containing campaign information.</p>
|
|
191
190
|
* <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the
|
|
192
191
|
* <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution User Guide</a>.</p>
|
|
192
|
+
* @public
|
|
193
193
|
*/
|
|
194
194
|
export declare class EntityResolutionClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EntityResolutionClientResolvedConfig> {
|
|
195
195
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateIdMappingWorkflowCommandOutput extends CreateIdMappingWor
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateIdMappingWorkflowCommand_base: {
|
|
24
24
|
new (input: CreateIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an <code>IdMappingWorkflow</code> object which stores the configuration of the
|
|
30
30
|
* data processing job to be run. Each <code>IdMappingWorkflow</code> must have a unique
|
|
31
31
|
* workflow name. To modify an existing workflow, use the <code>UpdateIdMappingWorkflow</code>
|
|
@@ -140,6 +140,7 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
140
140
|
* @throws {@link EntityResolutionServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
142
142
|
*
|
|
143
|
+
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class CreateIdMappingWorkflowCommand extends CreateIdMappingWorkflowCommand_base {
|
|
145
146
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateMatchingWorkflowCommandOutput extends CreateMatchingWorkf
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateMatchingWorkflowCommand_base: {
|
|
24
24
|
new (input: CreateMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a <code>MatchingWorkflow</code> object which stores the configuration of the
|
|
30
30
|
* data processing job to be run. It is important to note that there should not be a
|
|
31
31
|
* pre-existing <code>MatchingWorkflow</code> with the same name. To modify an existing
|
|
@@ -184,6 +184,7 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
184
184
|
* @throws {@link EntityResolutionServiceException}
|
|
185
185
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
186
186
|
*
|
|
187
|
+
* @public
|
|
187
188
|
*/
|
|
188
189
|
export declare class CreateMatchingWorkflowCommand extends CreateMatchingWorkflowCommand_base {
|
|
189
190
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateSchemaMappingCommandOutput extends CreateSchemaMappingOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSchemaMappingCommand_base: {
|
|
24
24
|
new (input: CreateSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a schema mapping, which defines the schema of the input customer records table.
|
|
30
30
|
* The <code>SchemaMapping</code> also provides Entity Resolution with some metadata about the
|
|
31
31
|
* table, such as the attribute types of the columns and which columns to match on.</p>
|
|
@@ -111,6 +111,7 @@ declare const CreateSchemaMappingCommand_base: {
|
|
|
111
111
|
* @throws {@link EntityResolutionServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class CreateSchemaMappingCommand extends CreateSchemaMappingCommand_base {
|
|
116
117
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteIdMappingWorkflowCommandOutput extends DeleteIdMappingWor
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIdMappingWorkflowCommand_base: {
|
|
24
24
|
new (input: DeleteIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the <code>IdMappingWorkflow</code> with a given name. This operation will
|
|
30
30
|
* succeed even if a workflow with the given name does not exist.</p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const DeleteIdMappingWorkflowCommand_base: {
|
|
|
74
74
|
* @throws {@link EntityResolutionServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteIdMappingWorkflowCommand extends DeleteIdMappingWorkflowCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteMatchingWorkflowCommandOutput extends DeleteMatchingWorkf
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteMatchingWorkflowCommand_base: {
|
|
24
24
|
new (input: DeleteMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the <code>MatchingWorkflow</code> with a given name. This operation will succeed
|
|
30
30
|
* even if a workflow with the given name does not exist.</p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const DeleteMatchingWorkflowCommand_base: {
|
|
|
74
74
|
* @throws {@link EntityResolutionServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteMatchingWorkflowCommand extends DeleteMatchingWorkflowCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteSchemaMappingCommandOutput extends DeleteSchemaMappingOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSchemaMappingCommand_base: {
|
|
24
24
|
new (input: DeleteSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the <code>SchemaMapping</code> with a given name. This operation will succeed
|
|
30
30
|
* even if a schema with the given name does not exist. This operation will fail if there is a
|
|
31
31
|
* <code>MatchingWorkflow</code> object that references the <code>SchemaMapping</code> in
|
|
@@ -82,6 +82,7 @@ declare const DeleteSchemaMappingCommand_base: {
|
|
|
82
82
|
* @throws {@link EntityResolutionServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DeleteSchemaMappingCommand extends DeleteSchemaMappingCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetIdMappingJobCommandOutput extends GetIdMappingJobOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetIdMappingJobCommand_base: {
|
|
24
24
|
new (input: GetIdMappingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetIdMappingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the status, metrics, and errors (if there are any) that are associated with a
|
|
30
30
|
* job.</p>
|
|
31
31
|
* @example
|
|
@@ -90,6 +90,7 @@ declare const GetIdMappingJobCommand_base: {
|
|
|
90
90
|
* @throws {@link EntityResolutionServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetIdMappingJobCommand extends GetIdMappingJobCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetIdMappingWorkflowCommandOutput extends GetIdMappingWorkflowO
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetIdMappingWorkflowCommand_base: {
|
|
24
24
|
new (input: GetIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the <code>IdMappingWorkflow</code> with a given name, if it exists.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -107,6 +107,7 @@ declare const GetIdMappingWorkflowCommand_base: {
|
|
|
107
107
|
* @throws {@link EntityResolutionServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
109
109
|
*
|
|
110
|
+
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class GetIdMappingWorkflowCommand extends GetIdMappingWorkflowCommand_base {
|
|
112
113
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetMatchIdCommand_base: {
|
|
24
24
|
new (input: GetMatchIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchIdCommandInput, GetMatchIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetMatchIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchIdCommandInput, GetMatchIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the corresponding Match ID of a customer record if the record has been
|
|
30
30
|
* processed.</p>
|
|
31
31
|
* @example
|
|
@@ -81,6 +81,7 @@ declare const GetMatchIdCommand_base: {
|
|
|
81
81
|
* @throws {@link EntityResolutionServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetMatchIdCommand extends GetMatchIdCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetMatchingJobCommand_base: {
|
|
24
24
|
new (input: GetMatchingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchingJobCommandInput, GetMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetMatchingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchingJobCommandInput, GetMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the status, metrics, and errors (if there are any) that are associated with a
|
|
30
30
|
* job.</p>
|
|
31
31
|
* @example
|
|
@@ -91,6 +91,7 @@ declare const GetMatchingJobCommand_base: {
|
|
|
91
91
|
* @throws {@link EntityResolutionServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetMatchingJobCommand extends GetMatchingJobCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetMatchingWorkflowCommandOutput extends GetMatchingWorkflowOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetMatchingWorkflowCommand_base: {
|
|
24
24
|
new (input: GetMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the <code>MatchingWorkflow</code> with a given name, if it exists.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -129,6 +129,7 @@ declare const GetMatchingWorkflowCommand_base: {
|
|
|
129
129
|
* @throws {@link EntityResolutionServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
131
131
|
*
|
|
132
|
+
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class GetMatchingWorkflowCommand extends GetMatchingWorkflowCommand_base {
|
|
134
135
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetProviderServiceCommandOutput extends GetProviderServiceOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetProviderServiceCommand_base: {
|
|
24
24
|
new (input: GetProviderServiceCommandInput): import("@smithy/smithy-client").CommandImpl<GetProviderServiceCommandInput, GetProviderServiceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetProviderServiceCommandInput): import("@smithy/smithy-client").CommandImpl<GetProviderServiceCommandInput, GetProviderServiceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the <code>ProviderService</code> of a given name.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -101,6 +101,7 @@ declare const GetProviderServiceCommand_base: {
|
|
|
101
101
|
* @throws {@link EntityResolutionServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class GetProviderServiceCommand extends GetProviderServiceCommand_base {
|
|
106
107
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSchemaMappingCommand_base: {
|
|
24
24
|
new (input: GetSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the SchemaMapping of a given name.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const GetSchemaMappingCommand_base: {
|
|
|
94
94
|
* @throws {@link EntityResolutionServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetSchemaMappingCommand extends GetSchemaMappingCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListIdMappingJobsCommandOutput extends ListIdMappingJobsOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListIdMappingJobsCommand_base: {
|
|
24
24
|
new (input: ListIdMappingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListIdMappingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all ID mapping jobs for a given workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const ListIdMappingJobsCommand_base: {
|
|
|
87
87
|
* @throws {@link EntityResolutionServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListIdMappingJobsCommand extends ListIdMappingJobsCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListIdMappingWorkflowsCommandOutput extends ListIdMappingWorkfl
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListIdMappingWorkflowsCommand_base: {
|
|
24
24
|
new (input: ListIdMappingWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListIdMappingWorkflowsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of all the <code>IdMappingWorkflows</code> that have been created for an
|
|
30
30
|
* Amazon Web Services account.</p>
|
|
31
31
|
* @example
|
|
@@ -83,6 +83,7 @@ declare const ListIdMappingWorkflowsCommand_base: {
|
|
|
83
83
|
* @throws {@link EntityResolutionServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListIdMappingWorkflowsCommand extends ListIdMappingWorkflowsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListMatchingJobsCommand_base: {
|
|
24
24
|
new (input: ListMatchingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListMatchingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all jobs for a given workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const ListMatchingJobsCommand_base: {
|
|
|
87
87
|
* @throws {@link EntityResolutionServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListMatchingJobsCommand extends ListMatchingJobsCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflow
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListMatchingWorkflowsCommand_base: {
|
|
24
24
|
new (input: ListMatchingWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListMatchingWorkflowsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of all the <code>MatchingWorkflows</code> that have been created for an
|
|
30
30
|
* Amazon Web Services account.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const ListMatchingWorkflowsCommand_base: {
|
|
|
84
84
|
* @throws {@link EntityResolutionServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListMatchingWorkflowsCommand extends ListMatchingWorkflowsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListProviderServicesCommandOutput extends ListProviderServicesO
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListProviderServicesCommand_base: {
|
|
24
24
|
new (input: ListProviderServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProviderServicesCommandInput, ListProviderServicesCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListProviderServicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProviderServicesCommandInput, ListProviderServicesCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of all the <code>ProviderServices</code> that are available in this
|
|
30
30
|
* Amazon Web Services Region.</p>
|
|
31
31
|
* @example
|
|
@@ -85,6 +85,7 @@ declare const ListProviderServicesCommand_base: {
|
|
|
85
85
|
* @throws {@link EntityResolutionServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListProviderServicesCommand extends ListProviderServicesCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSchemaMappingsCommand_base: {
|
|
24
24
|
new (input: ListSchemaMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSchemaMappingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of all the <code>SchemaMappings</code> that have been created for an
|
|
30
30
|
* Amazon Web Services account.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const ListSchemaMappingsCommand_base: {
|
|
|
84
84
|
* @throws {@link EntityResolutionServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListSchemaMappingsCommand extends ListSchemaMappingsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Displays the tags associated with an Entity Resolution resource. In Entity Resolution,
|
|
30
30
|
* <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be tagged.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link EntityResolutionServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartIdMappingJobCommandOutput extends StartIdMappingJobOutput,
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartIdMappingJobCommand_base: {
|
|
24
24
|
new (input: StartIdMappingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartIdMappingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts the <code>IdMappingJob</code> of a workflow. The workflow must have previously
|
|
30
30
|
* been created using the <code>CreateIdMappingWorkflow</code> endpoint.</p>
|
|
31
31
|
* @example
|
|
@@ -90,6 +90,7 @@ declare const StartIdMappingJobCommand_base: {
|
|
|
90
90
|
* @throws {@link EntityResolutionServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class StartIdMappingJobCommand extends StartIdMappingJobCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartMatchingJobCommandOutput extends StartMatchingJobOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartMatchingJobCommand_base: {
|
|
24
24
|
new (input: StartMatchingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMatchingJobCommandInput, StartMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartMatchingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMatchingJobCommandInput, StartMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts the <code>MatchingJob</code> of a workflow. The workflow must have previously
|
|
30
30
|
* been created using the <code>CreateMatchingWorkflow</code> endpoint.</p>
|
|
31
31
|
* @example
|
|
@@ -90,6 +90,7 @@ declare const StartMatchingJobCommand_base: {
|
|
|
90
90
|
* @throws {@link EntityResolutionServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class StartMatchingJobCommand extends StartMatchingJobCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource.
|
|
30
30
|
* Tags can help you organize and categorize your resources. You can also use them to scope
|
|
31
31
|
* user permissions by granting a user permission to access or change only resources with
|
|
@@ -77,6 +77,7 @@ declare const TagResourceCommand_base: {
|
|
|
77
77
|
* @throws {@link EntityResolutionServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution, <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be
|
|
30
30
|
* tagged.</p>
|
|
31
31
|
* @example
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link EntityResolutionServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateIdMappingWorkflowCommandOutput extends UpdateIdMappingWor
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateIdMappingWorkflowCommand_base: {
|
|
24
24
|
new (input: UpdateIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to
|
|
30
30
|
* <code>CreateIdMappingWorkflow</code>, except it uses an HTTP <code>PUT</code> request
|
|
31
31
|
* instead of a <code>POST</code> request, and the <code>IdMappingWorkflow</code> must already
|
|
@@ -129,6 +129,7 @@ declare const UpdateIdMappingWorkflowCommand_base: {
|
|
|
129
129
|
* @throws {@link EntityResolutionServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
131
131
|
*
|
|
132
|
+
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class UpdateIdMappingWorkflowCommand extends UpdateIdMappingWorkflowCommand_base {
|
|
134
135
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkf
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateMatchingWorkflowCommand_base: {
|
|
24
24
|
new (input: UpdateMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing <code>MatchingWorkflow</code>. This method is identical to
|
|
30
30
|
* <code>CreateMatchingWorkflow</code>, except it uses an HTTP <code>PUT</code> request
|
|
31
31
|
* instead of a <code>POST</code> request, and the <code>MatchingWorkflow</code> must already
|
|
@@ -172,6 +172,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
172
172
|
* @throws {@link EntityResolutionServiceException}
|
|
173
173
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
174
174
|
*
|
|
175
|
+
* @public
|
|
175
176
|
*/
|
|
176
177
|
export declare class UpdateMatchingWorkflowCommand extends UpdateMatchingWorkflowCommand_base {
|
|
177
178
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSchemaMappingCommandOutput extends UpdateSchemaMappingOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSchemaMappingCommand_base: {
|
|
24
24
|
new (input: UpdateSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a schema mapping.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>A schema is immutable if it is being used by a workflow. Therefore, you can't update
|
|
@@ -108,6 +108,7 @@ declare const UpdateSchemaMappingCommand_base: {
|
|
|
108
108
|
* @throws {@link EntityResolutionServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class UpdateSchemaMappingCommand extends UpdateSchemaMappingCommand_base {
|
|
113
114
|
}
|