@aws-sdk/client-entityresolution 3.477.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-cjs/pagination/ListIdMappingJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListIdMappingWorkflowsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMatchingJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMatchingWorkflowsPaginator.js +2 -24
- package/dist-cjs/pagination/ListProviderServicesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSchemaMappingsPaginator.js +2 -24
- 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-es/pagination/ListIdMappingJobsPaginator.js +2 -23
- package/dist-es/pagination/ListIdMappingWorkflowsPaginator.js +2 -23
- package/dist-es/pagination/ListMatchingJobsPaginator.js +2 -23
- package/dist-es/pagination/ListMatchingWorkflowsPaginator.js +2 -23
- package/dist-es/pagination/ListProviderServicesPaginator.js +2 -23
- package/dist-es/pagination/ListSchemaMappingsPaginator.js +2 -23
- 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/pagination/ListIdMappingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIdMappingWorkflowsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMatchingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMatchingWorkflowsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProviderServicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSchemaMappingsPaginator.d.ts +1 -1
- 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/dist-types/ts3.4/pagination/ListIdMappingJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIdMappingWorkflowsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMatchingJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMatchingWorkflowsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProviderServicesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSchemaMappingsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -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
|
}
|
|
@@ -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 { ListIdMappingWorkflowsInput, ListIdMappingWorkflowsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListIdMappingWorkflowsCommandInput extends ListIdMappingWorkflo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListIdMappingWorkflowsCommandOutput extends ListIdMappingWorkflowsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListIdMappingWorkflowsCommand_base: {
|
|
24
|
+
new (input: ListIdMappingWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the <code>IdMappingWorkflows</code> that have been created for an
|
|
@@ -81,23 +84,5 @@ export interface ListIdMappingWorkflowsCommandOutput extends ListIdMappingWorkfl
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ListIdMappingWorkflowsCommand extends
|
|
85
|
-
readonly input: ListIdMappingWorkflowsCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ListIdMappingWorkflowsCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ListIdMappingWorkflowsCommand extends ListIdMappingWorkflowsCommand_base {
|
|
103
88
|
}
|
|
@@ -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 { ListMatchingJobsInput, ListMatchingJobsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListMatchingJobsCommandInput extends ListMatchingJobsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListMatchingJobsCommand_base: {
|
|
24
|
+
new (input: ListMatchingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all jobs for a given workflow.</p>
|
|
@@ -85,23 +88,5 @@ export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, _
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class ListMatchingJobsCommand extends
|
|
89
|
-
readonly input: ListMatchingJobsCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: ListMatchingJobsCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class ListMatchingJobsCommand extends ListMatchingJobsCommand_base {
|
|
107
92
|
}
|
|
@@ -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 { ListMatchingWorkflowsInput, ListMatchingWorkflowsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListMatchingWorkflowsCommandInput extends ListMatchingWorkflows
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflowsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListMatchingWorkflowsCommand_base: {
|
|
24
|
+
new (input: ListMatchingWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the <code>MatchingWorkflows</code> that have been created for an
|
|
@@ -82,23 +85,5 @@ export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflow
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListMatchingWorkflowsCommand extends
|
|
86
|
-
readonly input: ListMatchingWorkflowsCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListMatchingWorkflowsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListMatchingWorkflowsCommand extends ListMatchingWorkflowsCommand_base {
|
|
104
89
|
}
|
|
@@ -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 { ListProviderServicesInput, ListProviderServicesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListProviderServicesCommandInput extends ListProviderServicesIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListProviderServicesCommandOutput extends ListProviderServicesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListProviderServicesCommand_base: {
|
|
24
|
+
new (input: ListProviderServicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProviderServicesCommandInput, ListProviderServicesCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the <code>ProviderServices</code> that are available in this
|
|
@@ -83,23 +86,5 @@ export interface ListProviderServicesCommandOutput extends ListProviderServicesO
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class ListProviderServicesCommand extends
|
|
87
|
-
readonly input: ListProviderServicesCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: ListProviderServicesCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProviderServicesCommandInput, ListProviderServicesCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class ListProviderServicesCommand extends ListProviderServicesCommand_base {
|
|
105
90
|
}
|
|
@@ -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 { ListSchemaMappingsInput, ListSchemaMappingsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListSchemaMappingsCommandInput extends ListSchemaMappingsInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListSchemaMappingsCommand_base: {
|
|
24
|
+
new (input: ListSchemaMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the <code>SchemaMappings</code> that have been created for an
|
|
@@ -82,23 +85,5 @@ export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutpu
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListSchemaMappingsCommand extends
|
|
86
|
-
readonly input: ListSchemaMappingsCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListSchemaMappingsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListSchemaMappingsCommand extends ListSchemaMappingsCommand_base {
|
|
104
89
|
}
|
|
@@ -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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Displays the tags associated with an Entity Resolution resource. In Entity Resolution,
|
|
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class ListTagsForResourceCommand extends
|
|
72
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
90
75
|
}
|