@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 { StartIdMappingJobInput, StartIdMappingJobOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartIdMappingJobCommandInput extends StartIdMappingJobInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartIdMappingJobCommandOutput extends StartIdMappingJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartIdMappingJobCommand_base: {
|
|
24
|
+
new (input: StartIdMappingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts the <code>IdMappingJob</code> of a workflow. The workflow must have previously
|
|
@@ -88,23 +91,5 @@ export interface StartIdMappingJobCommandOutput extends StartIdMappingJobOutput,
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class StartIdMappingJobCommand extends
|
|
92
|
-
readonly input: StartIdMappingJobCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: StartIdMappingJobCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class StartIdMappingJobCommand extends StartIdMappingJobCommand_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 { StartMatchingJobInput, StartMatchingJobOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartMatchingJobCommandInput extends StartMatchingJobInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartMatchingJobCommandOutput extends StartMatchingJobOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartMatchingJobCommand_base: {
|
|
24
|
+
new (input: StartMatchingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMatchingJobCommandInput, StartMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts the <code>MatchingJob</code> of a workflow. The workflow must have previously
|
|
@@ -88,23 +91,5 @@ export interface StartMatchingJobCommandOutput extends StartMatchingJobOutput, _
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class StartMatchingJobCommand extends
|
|
92
|
-
readonly input: StartMatchingJobCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: StartMatchingJobCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMatchingJobCommandInput, StartMatchingJobCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class StartMatchingJobCommand extends StartMatchingJobCommand_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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource.
|
|
@@ -75,23 +78,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class TagResourceCommand extends
|
|
79
|
-
readonly input: TagResourceCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: TagResourceCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
97
82
|
}
|
|
@@ -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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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
|
|
@@ -62,23 +65,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class UntagResourceCommand extends
|
|
66
|
-
readonly input: UntagResourceCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: UntagResourceCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
84
69
|
}
|
|
@@ -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 { UpdateIdMappingWorkflowInput, UpdateIdMappingWorkflowOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateIdMappingWorkflowCommandInput extends UpdateIdMappingWork
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateIdMappingWorkflowCommandOutput extends UpdateIdMappingWorkflowOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateIdMappingWorkflowCommand_base: {
|
|
24
|
+
new (input: UpdateIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to
|
|
@@ -127,23 +130,5 @@ export interface UpdateIdMappingWorkflowCommandOutput extends UpdateIdMappingWor
|
|
|
127
130
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
128
131
|
*
|
|
129
132
|
*/
|
|
130
|
-
export declare class UpdateIdMappingWorkflowCommand extends
|
|
131
|
-
readonly input: UpdateIdMappingWorkflowCommandInput;
|
|
132
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
133
|
-
/**
|
|
134
|
-
* @public
|
|
135
|
-
*/
|
|
136
|
-
constructor(input: UpdateIdMappingWorkflowCommandInput);
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput>;
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
private serialize;
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
private deserialize;
|
|
133
|
+
export declare class UpdateIdMappingWorkflowCommand extends UpdateIdMappingWorkflowCommand_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 { UpdateMatchingWorkflowInput, UpdateMatchingWorkflowOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateMatchingWorkflowCommandInput extends UpdateMatchingWorkfl
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkflowOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateMatchingWorkflowCommand_base: {
|
|
24
|
+
new (input: UpdateMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an existing <code>MatchingWorkflow</code>. This method is identical to
|
|
@@ -170,23 +173,5 @@ export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkf
|
|
|
170
173
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
171
174
|
*
|
|
172
175
|
*/
|
|
173
|
-
export declare class UpdateMatchingWorkflowCommand extends
|
|
174
|
-
readonly input: UpdateMatchingWorkflowCommandInput;
|
|
175
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
176
|
-
/**
|
|
177
|
-
* @public
|
|
178
|
-
*/
|
|
179
|
-
constructor(input: UpdateMatchingWorkflowCommandInput);
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
private serialize;
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
private deserialize;
|
|
176
|
+
export declare class UpdateMatchingWorkflowCommand extends UpdateMatchingWorkflowCommand_base {
|
|
192
177
|
}
|
|
@@ -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 { UpdateSchemaMappingInput, UpdateSchemaMappingOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateSchemaMappingCommandInput extends UpdateSchemaMappingInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateSchemaMappingCommandOutput extends UpdateSchemaMappingOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateSchemaMappingCommand_base: {
|
|
24
|
+
new (input: UpdateSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a schema mapping.</p>
|
|
@@ -106,23 +109,5 @@ export interface UpdateSchemaMappingCommandOutput extends UpdateSchemaMappingOut
|
|
|
106
109
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
107
110
|
*
|
|
108
111
|
*/
|
|
109
|
-
export declare class UpdateSchemaMappingCommand extends
|
|
110
|
-
readonly input: UpdateSchemaMappingCommandInput;
|
|
111
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
112
|
-
/**
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
constructor(input: UpdateSchemaMappingCommandInput);
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EntityResolutionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private serialize;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private deserialize;
|
|
112
|
+
export declare class UpdateSchemaMappingCommand extends UpdateSchemaMappingCommand_base {
|
|
128
113
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListIdMappingJobs: (config: EntityResolutionPaginationConfiguration, input: ListIdMappingJobsCommandInput, ...rest: any[]) => Paginator<ListIdMappingJobsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListIdMappingWorkflows: (config: EntityResolutionPaginationConfiguration, input: ListIdMappingWorkflowsCommandInput, ...rest: any[]) => Paginator<ListIdMappingWorkflowsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMatchingJobs: (config: EntityResolutionPaginationConfiguration, input: ListMatchingJobsCommandInput, ...rest: any[]) => Paginator<ListMatchingJobsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListMatchingWorkflows: (config: EntityResolutionPaginationConfiguration, input: ListMatchingWorkflowsCommandInput, ...rest: any[]) => Paginator<ListMatchingWorkflowsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListProviderServices: (config: EntityResolutionPaginationConfiguration, input: ListProviderServicesCommandInput, ...rest: any[]) => Paginator<ListProviderServicesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EntityResolutionPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSchemaMappings: (config: EntityResolutionPaginationConfiguration, input: ListSchemaMappingsCommandInput, ...rest: any[]) => Paginator<ListSchemaMappingsCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
EntityResolutionClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateIdMappingWorkflowCommandInput
|
|
|
21
15
|
export interface CreateIdMappingWorkflowCommandOutput
|
|
22
16
|
extends CreateIdMappingWorkflowOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateIdMappingWorkflowCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateIdMappingWorkflowCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: EntityResolutionClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateIdMappingWorkflowCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateIdMappingWorkflowCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateIdMappingWorkflowCommandInput,
|
|
38
|
-
CreateIdMappingWorkflowCommandOutput
|
|
23
|
+
CreateIdMappingWorkflowCommandOutput,
|
|
24
|
+
EntityResolutionClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateIdMappingWorkflowCommand extends CreateIdMappingWorkflowCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
EntityResolutionClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateMatchingWorkflowCommandInput
|
|
|
21
15
|
export interface CreateMatchingWorkflowCommandOutput
|
|
22
16
|
extends CreateMatchingWorkflowOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateMatchingWorkflowCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateMatchingWorkflowCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: EntityResolutionClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateMatchingWorkflowCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateMatchingWorkflowCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateMatchingWorkflowCommandInput,
|
|
38
|
-
CreateMatchingWorkflowCommandOutput
|
|
23
|
+
CreateMatchingWorkflowCommandOutput,
|
|
24
|
+
EntityResolutionClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateMatchingWorkflowCommand extends CreateMatchingWorkflowCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
EntityResolutionClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface CreateSchemaMappingCommandInput
|
|
|
21
15
|
export interface CreateSchemaMappingCommandOutput
|
|
22
16
|
extends CreateSchemaMappingOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateSchemaMappingCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateSchemaMappingCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateSchemaMappingCommandInput,
|
|
23
|
+
CreateSchemaMappingCommandOutput,
|
|
24
|
+
EntityResolutionClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateSchemaMappingCommand extends CreateSchemaMappingCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
EntityResolutionClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DeleteIdMappingWorkflowCommandInput
|
|
|
21
15
|
export interface DeleteIdMappingWorkflowCommandOutput
|
|
22
16
|
extends DeleteIdMappingWorkflowOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteIdMappingWorkflowCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteIdMappingWorkflowCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: EntityResolutionClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteIdMappingWorkflowCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteIdMappingWorkflowCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteIdMappingWorkflowCommandInput,
|
|
38
|
-
DeleteIdMappingWorkflowCommandOutput
|
|
23
|
+
DeleteIdMappingWorkflowCommandOutput,
|
|
24
|
+
EntityResolutionClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteIdMappingWorkflowCommand extends DeleteIdMappingWorkflowCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
EntityResolutionClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DeleteMatchingWorkflowCommandInput
|
|
|
21
15
|
export interface DeleteMatchingWorkflowCommandOutput
|
|
22
16
|
extends DeleteMatchingWorkflowOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteMatchingWorkflowCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteMatchingWorkflowCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: EntityResolutionClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteMatchingWorkflowCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteMatchingWorkflowCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteMatchingWorkflowCommandInput,
|
|
38
|
-
DeleteMatchingWorkflowCommandOutput
|
|
23
|
+
DeleteMatchingWorkflowCommandOutput,
|
|
24
|
+
EntityResolutionClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteMatchingWorkflowCommand extends DeleteMatchingWorkflowCommand_base {}
|