@aws-sdk/client-entityresolution 3.478.0 → 3.481.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-cjs/commands/CreateIdMappingWorkflowCommand.js +18 -41
- package/dist-cjs/commands/CreateMatchingWorkflowCommand.js +18 -41
- package/dist-cjs/commands/CreateSchemaMappingCommand.js +18 -41
- package/dist-cjs/commands/DeleteIdMappingWorkflowCommand.js +18 -41
- package/dist-cjs/commands/DeleteMatchingWorkflowCommand.js +18 -41
- package/dist-cjs/commands/DeleteSchemaMappingCommand.js +18 -41
- package/dist-cjs/commands/GetIdMappingJobCommand.js +18 -41
- package/dist-cjs/commands/GetIdMappingWorkflowCommand.js +18 -41
- package/dist-cjs/commands/GetMatchIdCommand.js +18 -41
- package/dist-cjs/commands/GetMatchingJobCommand.js +18 -41
- package/dist-cjs/commands/GetMatchingWorkflowCommand.js +18 -41
- package/dist-cjs/commands/GetProviderServiceCommand.js +18 -41
- package/dist-cjs/commands/GetSchemaMappingCommand.js +18 -41
- package/dist-cjs/commands/ListIdMappingJobsCommand.js +18 -41
- package/dist-cjs/commands/ListIdMappingWorkflowsCommand.js +18 -41
- package/dist-cjs/commands/ListMatchingJobsCommand.js +18 -41
- package/dist-cjs/commands/ListMatchingWorkflowsCommand.js +18 -41
- package/dist-cjs/commands/ListProviderServicesCommand.js +18 -41
- package/dist-cjs/commands/ListSchemaMappingsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartIdMappingJobCommand.js +18 -41
- package/dist-cjs/commands/StartMatchingJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateIdMappingWorkflowCommand.js +18 -41
- package/dist-cjs/commands/UpdateMatchingWorkflowCommand.js +18 -41
- package/dist-cjs/commands/UpdateSchemaMappingCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +18 -41
- package/dist-es/commands/CreateMatchingWorkflowCommand.js +18 -41
- package/dist-es/commands/CreateSchemaMappingCommand.js +18 -41
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +18 -41
- package/dist-es/commands/DeleteMatchingWorkflowCommand.js +18 -41
- package/dist-es/commands/DeleteSchemaMappingCommand.js +18 -41
- package/dist-es/commands/GetIdMappingJobCommand.js +18 -41
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +18 -41
- package/dist-es/commands/GetMatchIdCommand.js +18 -41
- package/dist-es/commands/GetMatchingJobCommand.js +18 -41
- package/dist-es/commands/GetMatchingWorkflowCommand.js +18 -41
- package/dist-es/commands/GetProviderServiceCommand.js +18 -41
- package/dist-es/commands/GetSchemaMappingCommand.js +18 -41
- package/dist-es/commands/ListIdMappingJobsCommand.js +18 -41
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +18 -41
- package/dist-es/commands/ListMatchingJobsCommand.js +18 -41
- package/dist-es/commands/ListMatchingWorkflowsCommand.js +18 -41
- package/dist-es/commands/ListProviderServicesCommand.js +18 -41
- package/dist-es/commands/ListSchemaMappingsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartIdMappingJobCommand.js +18 -41
- package/dist-es/commands/StartMatchingJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +18 -41
- package/dist-es/commands/UpdateMatchingWorkflowCommand.js +18 -41
- package/dist-es/commands/UpdateSchemaMappingCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +6 -21
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +6 -21
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/GetMatchIdCommand.d.ts +6 -21
- package/dist-types/commands/GetMatchingJobCommand.d.ts +6 -21
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/GetProviderServiceCommand.d.ts +6 -21
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +6 -21
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +6 -21
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +6 -21
- package/dist-types/commands/ListProviderServicesCommand.d.ts +6 -21
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +6 -21
- package/dist-types/commands/StartMatchingJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { CreateIdMappingWorkflowInput, CreateIdMappingWorkflowOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateIdMappingWorkflowCommandInput extends CreateIdMappingWork
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateIdMappingWorkflowCommandOutput extends CreateIdMappingWorkflowOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateIdMappingWorkflowCommand_base: {
|
|
24
|
+
new (input: CreateIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an <code>IdMappingWorkflow</code> object which stores the configuration of the
|
|
@@ -138,23 +141,5 @@ export interface CreateIdMappingWorkflowCommandOutput extends CreateIdMappingWor
|
|
|
138
141
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
139
142
|
*
|
|
140
143
|
*/
|
|
141
|
-
export declare class CreateIdMappingWorkflowCommand extends
|
|
142
|
-
readonly input: CreateIdMappingWorkflowCommandInput;
|
|
143
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
144
|
-
/**
|
|
145
|
-
* @public
|
|
146
|
-
*/
|
|
147
|
-
constructor(input: CreateIdMappingWorkflowCommandInput);
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
private serialize;
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
|
-
private deserialize;
|
|
144
|
+
export declare class CreateIdMappingWorkflowCommand extends CreateIdMappingWorkflowCommand_base {
|
|
160
145
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { CreateMatchingWorkflowInput, CreateMatchingWorkflowOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateMatchingWorkflowCommandInput extends CreateMatchingWorkfl
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateMatchingWorkflowCommandOutput extends CreateMatchingWorkflowOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateMatchingWorkflowCommand_base: {
|
|
24
|
+
new (input: CreateMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a <code>MatchingWorkflow</code> object which stores the configuration of the
|
|
@@ -182,23 +185,5 @@ export interface CreateMatchingWorkflowCommandOutput extends CreateMatchingWorkf
|
|
|
182
185
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
183
186
|
*
|
|
184
187
|
*/
|
|
185
|
-
export declare class CreateMatchingWorkflowCommand extends
|
|
186
|
-
readonly input: CreateMatchingWorkflowCommandInput;
|
|
187
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
188
|
-
/**
|
|
189
|
-
* @public
|
|
190
|
-
*/
|
|
191
|
-
constructor(input: CreateMatchingWorkflowCommandInput);
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput>;
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
|
-
private serialize;
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
|
-
private deserialize;
|
|
188
|
+
export declare class CreateMatchingWorkflowCommand extends CreateMatchingWorkflowCommand_base {
|
|
204
189
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { CreateSchemaMappingInput, CreateSchemaMappingOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateSchemaMappingCommandInput extends CreateSchemaMappingInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateSchemaMappingCommandOutput extends CreateSchemaMappingOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateSchemaMappingCommand_base: {
|
|
24
|
+
new (input: CreateSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a schema mapping, which defines the schema of the input customer records table.
|
|
@@ -109,23 +112,5 @@ export interface CreateSchemaMappingCommandOutput extends CreateSchemaMappingOut
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class CreateSchemaMappingCommand extends
|
|
113
|
-
readonly input: CreateSchemaMappingCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: CreateSchemaMappingCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class CreateSchemaMappingCommand extends CreateSchemaMappingCommand_base {
|
|
131
116
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { DeleteIdMappingWorkflowInput, DeleteIdMappingWorkflowOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteIdMappingWorkflowCommandInput extends DeleteIdMappingWork
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteIdMappingWorkflowCommandOutput extends DeleteIdMappingWorkflowOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteIdMappingWorkflowCommand_base: {
|
|
24
|
+
new (input: DeleteIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the <code>IdMappingWorkflow</code> with a given name. This operation will
|
|
@@ -72,23 +75,5 @@ export interface DeleteIdMappingWorkflowCommandOutput extends DeleteIdMappingWor
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class DeleteIdMappingWorkflowCommand extends
|
|
76
|
-
readonly input: DeleteIdMappingWorkflowCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: DeleteIdMappingWorkflowCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class DeleteIdMappingWorkflowCommand extends DeleteIdMappingWorkflowCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { DeleteMatchingWorkflowInput, DeleteMatchingWorkflowOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteMatchingWorkflowCommandInput extends DeleteMatchingWorkfl
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteMatchingWorkflowCommandOutput extends DeleteMatchingWorkflowOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteMatchingWorkflowCommand_base: {
|
|
24
|
+
new (input: DeleteMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the <code>MatchingWorkflow</code> with a given name. This operation will succeed
|
|
@@ -72,23 +75,5 @@ export interface DeleteMatchingWorkflowCommandOutput extends DeleteMatchingWorkf
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class DeleteMatchingWorkflowCommand extends
|
|
76
|
-
readonly input: DeleteMatchingWorkflowCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: DeleteMatchingWorkflowCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class DeleteMatchingWorkflowCommand extends DeleteMatchingWorkflowCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { DeleteSchemaMappingInput, DeleteSchemaMappingOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSchemaMappingCommandInput extends DeleteSchemaMappingInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSchemaMappingCommandOutput extends DeleteSchemaMappingOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSchemaMappingCommand_base: {
|
|
24
|
+
new (input: DeleteSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the <code>SchemaMapping</code> with a given name. This operation will succeed
|
|
@@ -80,23 +83,5 @@ export interface DeleteSchemaMappingCommandOutput extends DeleteSchemaMappingOut
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DeleteSchemaMappingCommand extends
|
|
84
|
-
readonly input: DeleteSchemaMappingCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DeleteSchemaMappingCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DeleteSchemaMappingCommand extends DeleteSchemaMappingCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { GetIdMappingJobInput, GetIdMappingJobOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetIdMappingJobCommandInput extends GetIdMappingJobInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetIdMappingJobCommandOutput extends GetIdMappingJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetIdMappingJobCommand_base: {
|
|
24
|
+
new (input: GetIdMappingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the status, metrics, and errors (if there are any) that are associated with a
|
|
@@ -88,23 +91,5 @@ export interface GetIdMappingJobCommandOutput extends GetIdMappingJobOutput, __M
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class GetIdMappingJobCommand extends
|
|
92
|
-
readonly input: GetIdMappingJobCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: GetIdMappingJobCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class GetIdMappingJobCommand extends GetIdMappingJobCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { GetIdMappingWorkflowInput, GetIdMappingWorkflowOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetIdMappingWorkflowCommandInput extends GetIdMappingWorkflowIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetIdMappingWorkflowCommandOutput extends GetIdMappingWorkflowOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetIdMappingWorkflowCommand_base: {
|
|
24
|
+
new (input: GetIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the <code>IdMappingWorkflow</code> with a given name, if it exists.</p>
|
|
@@ -105,23 +108,5 @@ export interface GetIdMappingWorkflowCommandOutput extends GetIdMappingWorkflowO
|
|
|
105
108
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class GetIdMappingWorkflowCommand extends
|
|
109
|
-
readonly input: GetIdMappingWorkflowCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: GetIdMappingWorkflowCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class GetIdMappingWorkflowCommand extends GetIdMappingWorkflowCommand_base {
|
|
127
112
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { GetMatchIdInput, GetMatchIdOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetMatchIdCommandInput extends GetMatchIdInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetMatchIdCommand_base: {
|
|
24
|
+
new (input: GetMatchIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchIdCommandInput, GetMatchIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the corresponding Match ID of a customer record if the record has been
|
|
@@ -79,23 +82,5 @@ export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBea
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class GetMatchIdCommand extends
|
|
83
|
-
readonly input: GetMatchIdCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: GetMatchIdCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMatchIdCommandInput, GetMatchIdCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class GetMatchIdCommand extends GetMatchIdCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { GetMatchingJobInput, GetMatchingJobOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetMatchingJobCommandInput extends GetMatchingJobInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetMatchingJobCommand_base: {
|
|
24
|
+
new (input: GetMatchingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchingJobCommandInput, GetMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the status, metrics, and errors (if there are any) that are associated with a
|
|
@@ -89,23 +92,5 @@ export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __Met
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class GetMatchingJobCommand extends
|
|
93
|
-
readonly input: GetMatchingJobCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: GetMatchingJobCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMatchingJobCommandInput, GetMatchingJobCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class GetMatchingJobCommand extends GetMatchingJobCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { GetMatchingWorkflowInput, GetMatchingWorkflowOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetMatchingWorkflowCommandInput extends GetMatchingWorkflowInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetMatchingWorkflowCommandOutput extends GetMatchingWorkflowOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetMatchingWorkflowCommand_base: {
|
|
24
|
+
new (input: GetMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the <code>MatchingWorkflow</code> with a given name, if it exists.</p>
|
|
@@ -127,23 +130,5 @@ export interface GetMatchingWorkflowCommandOutput extends GetMatchingWorkflowOut
|
|
|
127
130
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
128
131
|
*
|
|
129
132
|
*/
|
|
130
|
-
export declare class GetMatchingWorkflowCommand extends
|
|
131
|
-
readonly input: GetMatchingWorkflowCommandInput;
|
|
132
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
133
|
-
/**
|
|
134
|
-
* @public
|
|
135
|
-
*/
|
|
136
|
-
constructor(input: GetMatchingWorkflowCommandInput);
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput>;
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
private serialize;
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
private deserialize;
|
|
133
|
+
export declare class GetMatchingWorkflowCommand extends GetMatchingWorkflowCommand_base {
|
|
149
134
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { GetProviderServiceInput, GetProviderServiceOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetProviderServiceCommandInput extends GetProviderServiceInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetProviderServiceCommandOutput extends GetProviderServiceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetProviderServiceCommand_base: {
|
|
24
|
+
new (input: GetProviderServiceCommandInput): import("@smithy/smithy-client").CommandImpl<GetProviderServiceCommandInput, GetProviderServiceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the <code>ProviderService</code> of a given name.</p>
|
|
@@ -99,23 +102,5 @@ export interface GetProviderServiceCommandOutput extends GetProviderServiceOutpu
|
|
|
99
102
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
100
103
|
*
|
|
101
104
|
*/
|
|
102
|
-
export declare class GetProviderServiceCommand extends
|
|
103
|
-
readonly input: GetProviderServiceCommandInput;
|
|
104
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
-
/**
|
|
106
|
-
* @public
|
|
107
|
-
*/
|
|
108
|
-
constructor(input: GetProviderServiceCommandInput);
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProviderServiceCommandInput, GetProviderServiceCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private serialize;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private deserialize;
|
|
105
|
+
export declare class GetProviderServiceCommand extends GetProviderServiceCommand_base {
|
|
121
106
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { GetSchemaMappingInput, GetSchemaMappingOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSchemaMappingCommandInput extends GetSchemaMappingInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSchemaMappingCommand_base: {
|
|
24
|
+
new (input: GetSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the SchemaMapping of a given name.</p>
|
|
@@ -92,23 +95,5 @@ export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, _
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class GetSchemaMappingCommand extends
|
|
96
|
-
readonly input: GetSchemaMappingCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: GetSchemaMappingCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class GetSchemaMappingCommand extends GetSchemaMappingCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
4
|
import { ListIdMappingJobsInput, ListIdMappingJobsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListIdMappingJobsCommandInput extends ListIdMappingJobsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListIdMappingJobsCommandOutput extends ListIdMappingJobsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListIdMappingJobsCommand_base: {
|
|
24
|
+
new (input: ListIdMappingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all ID mapping jobs for a given workflow.</p>
|
|
@@ -85,23 +88,5 @@ export interface ListIdMappingJobsCommandOutput extends ListIdMappingJobsOutput,
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class ListIdMappingJobsCommand extends
|
|
89
|
-
readonly input: ListIdMappingJobsCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: ListIdMappingJobsCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class ListIdMappingJobsCommand extends ListIdMappingJobsCommand_base {
|
|
107
92
|
}
|