@aws-sdk/client-entityresolution 3.427.0 → 3.429.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +104 -17
- package/dist-cjs/EntityResolution.js +22 -0
- package/dist-cjs/commands/CreateIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/DeleteIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/GetIdMappingJobCommand.js +51 -0
- package/dist-cjs/commands/GetIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/GetProviderServiceCommand.js +51 -0
- package/dist-cjs/commands/ListIdMappingJobsCommand.js +51 -0
- package/dist-cjs/commands/ListIdMappingWorkflowsCommand.js +51 -0
- package/dist-cjs/commands/ListProviderServicesCommand.js +51 -0
- package/dist-cjs/commands/StartIdMappingJobCommand.js +51 -0
- package/dist-cjs/commands/UpdateIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/UpdateSchemaMappingCommand.js +51 -0
- package/dist-cjs/commands/index.js +11 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +29 -12
- package/dist-cjs/pagination/ListIdMappingJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIdMappingWorkflowsPaginator.js +29 -0
- package/dist-cjs/pagination/ListProviderServicesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +917 -71
- package/dist-es/EntityResolution.js +22 -0
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/GetIdMappingJobCommand.js +47 -0
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/GetProviderServiceCommand.js +47 -0
- package/dist-es/commands/ListIdMappingJobsCommand.js +47 -0
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +47 -0
- package/dist-es/commands/ListProviderServicesCommand.js +47 -0
- package/dist-es/commands/StartIdMappingJobCommand.js +47 -0
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/UpdateSchemaMappingCommand.js +47 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +28 -11
- package/dist-es/pagination/ListIdMappingJobsPaginator.js +25 -0
- package/dist-es/pagination/ListIdMappingWorkflowsPaginator.js +25 -0
- package/dist-es/pagination/ListProviderServicesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +908 -85
- package/dist-types/EntityResolution.d.ts +86 -10
- package/dist-types/EntityResolutionClient.d.ts +22 -12
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +160 -0
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +34 -13
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +18 -10
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +94 -0
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +10 -6
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +15 -9
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +110 -0
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +127 -0
- package/dist-types/commands/GetMatchIdCommand.d.ts +10 -5
- package/dist-types/commands/GetMatchingJobCommand.d.ts +10 -5
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +16 -5
- package/dist-types/commands/GetProviderServiceCommand.d.ts +121 -0
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +11 -5
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +107 -0
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +103 -0
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +8 -4
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +11 -5
- package/dist-types/commands/ListProviderServicesCommand.d.ts +105 -0
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +11 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -5
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +110 -0
- package/dist-types/commands/StartMatchingJobCommand.d.ts +16 -10
- package/dist-types/commands/TagResourceCommand.d.ts +11 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +149 -0
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +27 -9
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +128 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/index.d.ts +9 -10
- package/dist-types/models/models_0.d.ts +1128 -234
- package/dist-types/pagination/ListIdMappingJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingWorkflowsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProviderServicesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/EntityResolution.d.ts +187 -0
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +68 -2
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +268 -55
- package/dist-types/ts3.4/pagination/ListIdMappingJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingWorkflowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProviderServicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +31 -31
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
4
|
} from "@smithy/protocol-http";
|
|
5
5
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateIdMappingWorkflowCommandInput,
|
|
8
|
+
CreateIdMappingWorkflowCommandOutput,
|
|
9
|
+
} from "../commands/CreateIdMappingWorkflowCommand";
|
|
6
10
|
import {
|
|
7
11
|
CreateMatchingWorkflowCommandInput,
|
|
8
12
|
CreateMatchingWorkflowCommandOutput,
|
|
@@ -11,6 +15,10 @@ import {
|
|
|
11
15
|
CreateSchemaMappingCommandInput,
|
|
12
16
|
CreateSchemaMappingCommandOutput,
|
|
13
17
|
} from "../commands/CreateSchemaMappingCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteIdMappingWorkflowCommandInput,
|
|
20
|
+
DeleteIdMappingWorkflowCommandOutput,
|
|
21
|
+
} from "../commands/DeleteIdMappingWorkflowCommand";
|
|
14
22
|
import {
|
|
15
23
|
DeleteMatchingWorkflowCommandInput,
|
|
16
24
|
DeleteMatchingWorkflowCommandOutput,
|
|
@@ -19,6 +27,14 @@ import {
|
|
|
19
27
|
DeleteSchemaMappingCommandInput,
|
|
20
28
|
DeleteSchemaMappingCommandOutput,
|
|
21
29
|
} from "../commands/DeleteSchemaMappingCommand";
|
|
30
|
+
import {
|
|
31
|
+
GetIdMappingJobCommandInput,
|
|
32
|
+
GetIdMappingJobCommandOutput,
|
|
33
|
+
} from "../commands/GetIdMappingJobCommand";
|
|
34
|
+
import {
|
|
35
|
+
GetIdMappingWorkflowCommandInput,
|
|
36
|
+
GetIdMappingWorkflowCommandOutput,
|
|
37
|
+
} from "../commands/GetIdMappingWorkflowCommand";
|
|
22
38
|
import {
|
|
23
39
|
GetMatchIdCommandInput,
|
|
24
40
|
GetMatchIdCommandOutput,
|
|
@@ -31,10 +47,22 @@ import {
|
|
|
31
47
|
GetMatchingWorkflowCommandInput,
|
|
32
48
|
GetMatchingWorkflowCommandOutput,
|
|
33
49
|
} from "../commands/GetMatchingWorkflowCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetProviderServiceCommandInput,
|
|
52
|
+
GetProviderServiceCommandOutput,
|
|
53
|
+
} from "../commands/GetProviderServiceCommand";
|
|
34
54
|
import {
|
|
35
55
|
GetSchemaMappingCommandInput,
|
|
36
56
|
GetSchemaMappingCommandOutput,
|
|
37
57
|
} from "../commands/GetSchemaMappingCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListIdMappingJobsCommandInput,
|
|
60
|
+
ListIdMappingJobsCommandOutput,
|
|
61
|
+
} from "../commands/ListIdMappingJobsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListIdMappingWorkflowsCommandInput,
|
|
64
|
+
ListIdMappingWorkflowsCommandOutput,
|
|
65
|
+
} from "../commands/ListIdMappingWorkflowsCommand";
|
|
38
66
|
import {
|
|
39
67
|
ListMatchingJobsCommandInput,
|
|
40
68
|
ListMatchingJobsCommandOutput,
|
|
@@ -43,6 +71,10 @@ import {
|
|
|
43
71
|
ListMatchingWorkflowsCommandInput,
|
|
44
72
|
ListMatchingWorkflowsCommandOutput,
|
|
45
73
|
} from "../commands/ListMatchingWorkflowsCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListProviderServicesCommandInput,
|
|
76
|
+
ListProviderServicesCommandOutput,
|
|
77
|
+
} from "../commands/ListProviderServicesCommand";
|
|
46
78
|
import {
|
|
47
79
|
ListSchemaMappingsCommandInput,
|
|
48
80
|
ListSchemaMappingsCommandOutput,
|
|
@@ -51,6 +83,10 @@ import {
|
|
|
51
83
|
ListTagsForResourceCommandInput,
|
|
52
84
|
ListTagsForResourceCommandOutput,
|
|
53
85
|
} from "../commands/ListTagsForResourceCommand";
|
|
86
|
+
import {
|
|
87
|
+
StartIdMappingJobCommandInput,
|
|
88
|
+
StartIdMappingJobCommandOutput,
|
|
89
|
+
} from "../commands/StartIdMappingJobCommand";
|
|
54
90
|
import {
|
|
55
91
|
StartMatchingJobCommandInput,
|
|
56
92
|
StartMatchingJobCommandOutput,
|
|
@@ -63,10 +99,22 @@ import {
|
|
|
63
99
|
UntagResourceCommandInput,
|
|
64
100
|
UntagResourceCommandOutput,
|
|
65
101
|
} from "../commands/UntagResourceCommand";
|
|
102
|
+
import {
|
|
103
|
+
UpdateIdMappingWorkflowCommandInput,
|
|
104
|
+
UpdateIdMappingWorkflowCommandOutput,
|
|
105
|
+
} from "../commands/UpdateIdMappingWorkflowCommand";
|
|
66
106
|
import {
|
|
67
107
|
UpdateMatchingWorkflowCommandInput,
|
|
68
108
|
UpdateMatchingWorkflowCommandOutput,
|
|
69
109
|
} from "../commands/UpdateMatchingWorkflowCommand";
|
|
110
|
+
import {
|
|
111
|
+
UpdateSchemaMappingCommandInput,
|
|
112
|
+
UpdateSchemaMappingCommandOutput,
|
|
113
|
+
} from "../commands/UpdateSchemaMappingCommand";
|
|
114
|
+
export declare const se_CreateIdMappingWorkflowCommand: (
|
|
115
|
+
input: CreateIdMappingWorkflowCommandInput,
|
|
116
|
+
context: __SerdeContext
|
|
117
|
+
) => Promise<__HttpRequest>;
|
|
70
118
|
export declare const se_CreateMatchingWorkflowCommand: (
|
|
71
119
|
input: CreateMatchingWorkflowCommandInput,
|
|
72
120
|
context: __SerdeContext
|
|
@@ -75,6 +123,10 @@ export declare const se_CreateSchemaMappingCommand: (
|
|
|
75
123
|
input: CreateSchemaMappingCommandInput,
|
|
76
124
|
context: __SerdeContext
|
|
77
125
|
) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const se_DeleteIdMappingWorkflowCommand: (
|
|
127
|
+
input: DeleteIdMappingWorkflowCommandInput,
|
|
128
|
+
context: __SerdeContext
|
|
129
|
+
) => Promise<__HttpRequest>;
|
|
78
130
|
export declare const se_DeleteMatchingWorkflowCommand: (
|
|
79
131
|
input: DeleteMatchingWorkflowCommandInput,
|
|
80
132
|
context: __SerdeContext
|
|
@@ -83,6 +135,14 @@ export declare const se_DeleteSchemaMappingCommand: (
|
|
|
83
135
|
input: DeleteSchemaMappingCommandInput,
|
|
84
136
|
context: __SerdeContext
|
|
85
137
|
) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const se_GetIdMappingJobCommand: (
|
|
139
|
+
input: GetIdMappingJobCommandInput,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const se_GetIdMappingWorkflowCommand: (
|
|
143
|
+
input: GetIdMappingWorkflowCommandInput,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<__HttpRequest>;
|
|
86
146
|
export declare const se_GetMatchIdCommand: (
|
|
87
147
|
input: GetMatchIdCommandInput,
|
|
88
148
|
context: __SerdeContext
|
|
@@ -95,10 +155,22 @@ export declare const se_GetMatchingWorkflowCommand: (
|
|
|
95
155
|
input: GetMatchingWorkflowCommandInput,
|
|
96
156
|
context: __SerdeContext
|
|
97
157
|
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const se_GetProviderServiceCommand: (
|
|
159
|
+
input: GetProviderServiceCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
98
162
|
export declare const se_GetSchemaMappingCommand: (
|
|
99
163
|
input: GetSchemaMappingCommandInput,
|
|
100
164
|
context: __SerdeContext
|
|
101
165
|
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const se_ListIdMappingJobsCommand: (
|
|
167
|
+
input: ListIdMappingJobsCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const se_ListIdMappingWorkflowsCommand: (
|
|
171
|
+
input: ListIdMappingWorkflowsCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
102
174
|
export declare const se_ListMatchingJobsCommand: (
|
|
103
175
|
input: ListMatchingJobsCommandInput,
|
|
104
176
|
context: __SerdeContext
|
|
@@ -107,6 +179,10 @@ export declare const se_ListMatchingWorkflowsCommand: (
|
|
|
107
179
|
input: ListMatchingWorkflowsCommandInput,
|
|
108
180
|
context: __SerdeContext
|
|
109
181
|
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const se_ListProviderServicesCommand: (
|
|
183
|
+
input: ListProviderServicesCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
110
186
|
export declare const se_ListSchemaMappingsCommand: (
|
|
111
187
|
input: ListSchemaMappingsCommandInput,
|
|
112
188
|
context: __SerdeContext
|
|
@@ -115,6 +191,10 @@ export declare const se_ListTagsForResourceCommand: (
|
|
|
115
191
|
input: ListTagsForResourceCommandInput,
|
|
116
192
|
context: __SerdeContext
|
|
117
193
|
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const se_StartIdMappingJobCommand: (
|
|
195
|
+
input: StartIdMappingJobCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
118
198
|
export declare const se_StartMatchingJobCommand: (
|
|
119
199
|
input: StartMatchingJobCommandInput,
|
|
120
200
|
context: __SerdeContext
|
|
@@ -127,10 +207,22 @@ export declare const se_UntagResourceCommand: (
|
|
|
127
207
|
input: UntagResourceCommandInput,
|
|
128
208
|
context: __SerdeContext
|
|
129
209
|
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const se_UpdateIdMappingWorkflowCommand: (
|
|
211
|
+
input: UpdateIdMappingWorkflowCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
130
214
|
export declare const se_UpdateMatchingWorkflowCommand: (
|
|
131
215
|
input: UpdateMatchingWorkflowCommandInput,
|
|
132
216
|
context: __SerdeContext
|
|
133
217
|
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const se_UpdateSchemaMappingCommand: (
|
|
219
|
+
input: UpdateSchemaMappingCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const de_CreateIdMappingWorkflowCommand: (
|
|
223
|
+
output: __HttpResponse,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<CreateIdMappingWorkflowCommandOutput>;
|
|
134
226
|
export declare const de_CreateMatchingWorkflowCommand: (
|
|
135
227
|
output: __HttpResponse,
|
|
136
228
|
context: __SerdeContext
|
|
@@ -139,6 +231,10 @@ export declare const de_CreateSchemaMappingCommand: (
|
|
|
139
231
|
output: __HttpResponse,
|
|
140
232
|
context: __SerdeContext
|
|
141
233
|
) => Promise<CreateSchemaMappingCommandOutput>;
|
|
234
|
+
export declare const de_DeleteIdMappingWorkflowCommand: (
|
|
235
|
+
output: __HttpResponse,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<DeleteIdMappingWorkflowCommandOutput>;
|
|
142
238
|
export declare const de_DeleteMatchingWorkflowCommand: (
|
|
143
239
|
output: __HttpResponse,
|
|
144
240
|
context: __SerdeContext
|
|
@@ -147,6 +243,14 @@ export declare const de_DeleteSchemaMappingCommand: (
|
|
|
147
243
|
output: __HttpResponse,
|
|
148
244
|
context: __SerdeContext
|
|
149
245
|
) => Promise<DeleteSchemaMappingCommandOutput>;
|
|
246
|
+
export declare const de_GetIdMappingJobCommand: (
|
|
247
|
+
output: __HttpResponse,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<GetIdMappingJobCommandOutput>;
|
|
250
|
+
export declare const de_GetIdMappingWorkflowCommand: (
|
|
251
|
+
output: __HttpResponse,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<GetIdMappingWorkflowCommandOutput>;
|
|
150
254
|
export declare const de_GetMatchIdCommand: (
|
|
151
255
|
output: __HttpResponse,
|
|
152
256
|
context: __SerdeContext
|
|
@@ -159,10 +263,22 @@ export declare const de_GetMatchingWorkflowCommand: (
|
|
|
159
263
|
output: __HttpResponse,
|
|
160
264
|
context: __SerdeContext
|
|
161
265
|
) => Promise<GetMatchingWorkflowCommandOutput>;
|
|
266
|
+
export declare const de_GetProviderServiceCommand: (
|
|
267
|
+
output: __HttpResponse,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<GetProviderServiceCommandOutput>;
|
|
162
270
|
export declare const de_GetSchemaMappingCommand: (
|
|
163
271
|
output: __HttpResponse,
|
|
164
272
|
context: __SerdeContext
|
|
165
273
|
) => Promise<GetSchemaMappingCommandOutput>;
|
|
274
|
+
export declare const de_ListIdMappingJobsCommand: (
|
|
275
|
+
output: __HttpResponse,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<ListIdMappingJobsCommandOutput>;
|
|
278
|
+
export declare const de_ListIdMappingWorkflowsCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<ListIdMappingWorkflowsCommandOutput>;
|
|
166
282
|
export declare const de_ListMatchingJobsCommand: (
|
|
167
283
|
output: __HttpResponse,
|
|
168
284
|
context: __SerdeContext
|
|
@@ -171,6 +287,10 @@ export declare const de_ListMatchingWorkflowsCommand: (
|
|
|
171
287
|
output: __HttpResponse,
|
|
172
288
|
context: __SerdeContext
|
|
173
289
|
) => Promise<ListMatchingWorkflowsCommandOutput>;
|
|
290
|
+
export declare const de_ListProviderServicesCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<ListProviderServicesCommandOutput>;
|
|
174
294
|
export declare const de_ListSchemaMappingsCommand: (
|
|
175
295
|
output: __HttpResponse,
|
|
176
296
|
context: __SerdeContext
|
|
@@ -179,6 +299,10 @@ export declare const de_ListTagsForResourceCommand: (
|
|
|
179
299
|
output: __HttpResponse,
|
|
180
300
|
context: __SerdeContext
|
|
181
301
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
302
|
+
export declare const de_StartIdMappingJobCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<StartIdMappingJobCommandOutput>;
|
|
182
306
|
export declare const de_StartMatchingJobCommand: (
|
|
183
307
|
output: __HttpResponse,
|
|
184
308
|
context: __SerdeContext
|
|
@@ -191,7 +315,15 @@ export declare const de_UntagResourceCommand: (
|
|
|
191
315
|
output: __HttpResponse,
|
|
192
316
|
context: __SerdeContext
|
|
193
317
|
) => Promise<UntagResourceCommandOutput>;
|
|
318
|
+
export declare const de_UpdateIdMappingWorkflowCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<UpdateIdMappingWorkflowCommandOutput>;
|
|
194
322
|
export declare const de_UpdateMatchingWorkflowCommand: (
|
|
195
323
|
output: __HttpResponse,
|
|
196
324
|
context: __SerdeContext
|
|
197
325
|
) => Promise<UpdateMatchingWorkflowCommandOutput>;
|
|
326
|
+
export declare const de_UpdateSchemaMappingCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<UpdateSchemaMappingCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-entityresolution",
|
|
3
3
|
"description": "AWS SDK for JavaScript Entityresolution Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|