@aws-sdk/client-entityresolution 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/EntityResolution.d.ts +5 -1
- package/dist-types/EntityResolutionClient.d.ts +1 -1
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +2 -1
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +2 -1
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetMatchIdCommand.d.ts +2 -1
- package/dist-types/commands/GetMatchingJobCommand.d.ts +2 -1
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetProviderServiceCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +2 -1
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/ListProviderServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +2 -1
- package/dist-types/commands/StartMatchingJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +281 -281
- package/dist-types/ts3.4/EntityResolution.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateIdMappingWorkflowCommandOutput extends UpdateIdMappingWor
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateIdMappingWorkflowCommand_base: {
|
|
24
24
|
new (input: UpdateIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateIdMappingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to
|
|
30
30
|
* <code>CreateIdMappingWorkflow</code>, except it uses an HTTP <code>PUT</code> request
|
|
31
31
|
* instead of a <code>POST</code> request, and the <code>IdMappingWorkflow</code> must already
|
|
@@ -129,6 +129,7 @@ declare const UpdateIdMappingWorkflowCommand_base: {
|
|
|
129
129
|
* @throws {@link EntityResolutionServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
131
131
|
*
|
|
132
|
+
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class UpdateIdMappingWorkflowCommand extends UpdateIdMappingWorkflowCommand_base {
|
|
134
135
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkf
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateMatchingWorkflowCommand_base: {
|
|
24
24
|
new (input: UpdateMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateMatchingWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing <code>MatchingWorkflow</code>. This method is identical to
|
|
30
30
|
* <code>CreateMatchingWorkflow</code>, except it uses an HTTP <code>PUT</code> request
|
|
31
31
|
* instead of a <code>POST</code> request, and the <code>MatchingWorkflow</code> must already
|
|
@@ -172,6 +172,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
172
172
|
* @throws {@link EntityResolutionServiceException}
|
|
173
173
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
174
174
|
*
|
|
175
|
+
* @public
|
|
175
176
|
*/
|
|
176
177
|
export declare class UpdateMatchingWorkflowCommand extends UpdateMatchingWorkflowCommand_base {
|
|
177
178
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSchemaMappingCommandOutput extends UpdateSchemaMappingOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSchemaMappingCommand_base: {
|
|
24
24
|
new (input: UpdateSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSchemaMappingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a schema mapping.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>A schema is immutable if it is being used by a workflow. Therefore, you can't update
|
|
@@ -108,6 +108,7 @@ declare const UpdateSchemaMappingCommand_base: {
|
|
|
108
108
|
* @throws {@link EntityResolutionServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class UpdateSchemaMappingCommand extends UpdateSchemaMappingCommand_base {
|
|
113
114
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -21,5 +21,4 @@ export { EntityResolutionExtensionConfiguration } from "./extensionConfiguration
|
|
|
21
21
|
export * from "./commands";
|
|
22
22
|
export * from "./pagination";
|
|
23
23
|
export * from "./models";
|
|
24
|
-
import "@aws-sdk/util-endpoints";
|
|
25
24
|
export { EntityResolutionServiceException } from "./models/EntityResolutionServiceException";
|