@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
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
|
+
import { GetProviderServiceInput, GetProviderServiceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetProviderServiceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetProviderServiceCommandInput extends GetProviderServiceInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetProviderServiceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetProviderServiceCommandOutput extends GetProviderServiceOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns the <code>ProviderService</code> of a given name.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { EntityResolutionClient, GetProviderServiceCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
31
|
+
* // const { EntityResolutionClient, GetProviderServiceCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
32
|
+
* const client = new EntityResolutionClient(config);
|
|
33
|
+
* const input = { // GetProviderServiceInput
|
|
34
|
+
* providerName: "STRING_VALUE", // required
|
|
35
|
+
* providerServiceName: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
37
|
+
* const command = new GetProviderServiceCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // { // GetProviderServiceOutput
|
|
40
|
+
* // providerName: "STRING_VALUE", // required
|
|
41
|
+
* // providerServiceName: "STRING_VALUE", // required
|
|
42
|
+
* // providerServiceDisplayName: "STRING_VALUE", // required
|
|
43
|
+
* // providerServiceType: "ASSIGNMENT" || "ID_MAPPING", // required
|
|
44
|
+
* // providerServiceArn: "STRING_VALUE", // required
|
|
45
|
+
* // providerConfigurationDefinition: "DOCUMENT_VALUE",
|
|
46
|
+
* // providerEndpointConfiguration: { // ProviderEndpointConfiguration Union: only one key present
|
|
47
|
+
* // marketplaceConfiguration: { // ProviderMarketplaceConfiguration
|
|
48
|
+
* // dataSetId: "STRING_VALUE", // required
|
|
49
|
+
* // revisionId: "STRING_VALUE", // required
|
|
50
|
+
* // assetId: "STRING_VALUE", // required
|
|
51
|
+
* // listingId: "STRING_VALUE", // required
|
|
52
|
+
* // },
|
|
53
|
+
* // },
|
|
54
|
+
* // anonymizedOutput: true || false, // required
|
|
55
|
+
* // providerEntityOutputDefinition: "DOCUMENT_VALUE", // required
|
|
56
|
+
* // providerIntermediateDataAccessConfiguration: { // ProviderIntermediateDataAccessConfiguration
|
|
57
|
+
* // awsAccountIds: [ // AwsAccountIdList
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // requiredBucketActions: [ // RequiredBucketActionsList
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
66
|
+
* ```
|
|
67
|
+
*
|
|
68
|
+
* @param GetProviderServiceCommandInput - {@link GetProviderServiceCommandInput}
|
|
69
|
+
* @returns {@link GetProviderServiceCommandOutput}
|
|
70
|
+
* @see {@link GetProviderServiceCommandInput} for command's `input` shape.
|
|
71
|
+
* @see {@link GetProviderServiceCommandOutput} for command's `response` shape.
|
|
72
|
+
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
75
|
+
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
76
|
+
* 403</code>
|
|
77
|
+
* </p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link InternalServerException} (server fault)
|
|
80
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
81
|
+
* service. <code>HTTP Status Code: 500</code>
|
|
82
|
+
* </p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
|
+
* <p>The resource could not be found. <code>HTTP Status Code: 404</code>
|
|
86
|
+
* </p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
+
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
90
|
+
* 429</code>
|
|
91
|
+
* </p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ValidationException} (client fault)
|
|
94
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
95
|
+
* Status Code: 400</code>
|
|
96
|
+
* </p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link EntityResolutionServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
100
|
+
*
|
|
101
|
+
*/
|
|
102
|
+
export declare class GetProviderServiceCommand extends $Command<GetProviderServiceCommandInput, GetProviderServiceCommandOutput, EntityResolutionClientResolvedConfig> {
|
|
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;
|
|
121
|
+
}
|
|
@@ -42,9 +42,10 @@ export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, _
|
|
|
42
42
|
* // mappedInputFields: [ // SchemaInputAttributes // required
|
|
43
43
|
* // { // SchemaInputAttribute
|
|
44
44
|
* // fieldName: "STRING_VALUE", // required
|
|
45
|
-
* // type: "NAME" || "NAME_FIRST" || "NAME_MIDDLE" || "NAME_LAST" || "ADDRESS" || "ADDRESS_STREET1" || "ADDRESS_STREET2" || "ADDRESS_STREET3" || "ADDRESS_CITY" || "ADDRESS_STATE" || "ADDRESS_COUNTRY" || "ADDRESS_POSTALCODE" || "PHONE" || "PHONE_NUMBER" || "PHONE_COUNTRYCODE" || "EMAIL_ADDRESS" || "UNIQUE_ID" || "DATE" || "STRING", // required
|
|
45
|
+
* // type: "NAME" || "NAME_FIRST" || "NAME_MIDDLE" || "NAME_LAST" || "ADDRESS" || "ADDRESS_STREET1" || "ADDRESS_STREET2" || "ADDRESS_STREET3" || "ADDRESS_CITY" || "ADDRESS_STATE" || "ADDRESS_COUNTRY" || "ADDRESS_POSTALCODE" || "PHONE" || "PHONE_NUMBER" || "PHONE_COUNTRYCODE" || "EMAIL_ADDRESS" || "UNIQUE_ID" || "DATE" || "STRING" || "PROVIDER_ID", // required
|
|
46
46
|
* // groupName: "STRING_VALUE",
|
|
47
47
|
* // matchKey: "STRING_VALUE",
|
|
48
|
+
* // subType: "STRING_VALUE",
|
|
48
49
|
* // },
|
|
49
50
|
* // ],
|
|
50
51
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
@@ -52,6 +53,7 @@ export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, _
|
|
|
52
53
|
* // tags: { // TagMap
|
|
53
54
|
* // "<keys>": "STRING_VALUE",
|
|
54
55
|
* // },
|
|
56
|
+
* // hasWorkflows: true || false, // required
|
|
55
57
|
* // };
|
|
56
58
|
*
|
|
57
59
|
* ```
|
|
@@ -63,11 +65,13 @@ export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, _
|
|
|
63
65
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
64
66
|
*
|
|
65
67
|
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
-
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
68
|
+
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
69
|
+
* 403</code>
|
|
67
70
|
* </p>
|
|
68
71
|
*
|
|
69
72
|
* @throws {@link InternalServerException} (server fault)
|
|
70
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
73
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
74
|
+
* service. <code>HTTP Status Code: 500</code>
|
|
71
75
|
* </p>
|
|
72
76
|
*
|
|
73
77
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -75,11 +79,13 @@ export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, _
|
|
|
75
79
|
* </p>
|
|
76
80
|
*
|
|
77
81
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
-
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
82
|
+
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
83
|
+
* 429</code>
|
|
79
84
|
* </p>
|
|
80
85
|
*
|
|
81
86
|
* @throws {@link ValidationException} (client fault)
|
|
82
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
87
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
88
|
+
* Status Code: 400</code>
|
|
83
89
|
* </p>
|
|
84
90
|
*
|
|
85
91
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
|
+
import { ListIdMappingJobsInput, ListIdMappingJobsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListIdMappingJobsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListIdMappingJobsCommandInput extends ListIdMappingJobsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListIdMappingJobsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListIdMappingJobsCommandOutput extends ListIdMappingJobsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Lists all ID mapping jobs for a given workflow.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { EntityResolutionClient, ListIdMappingJobsCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
31
|
+
* // const { EntityResolutionClient, ListIdMappingJobsCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
32
|
+
* const client = new EntityResolutionClient(config);
|
|
33
|
+
* const input = { // ListIdMappingJobsInput
|
|
34
|
+
* workflowName: "STRING_VALUE", // required
|
|
35
|
+
* nextToken: "STRING_VALUE",
|
|
36
|
+
* maxResults: Number("int"),
|
|
37
|
+
* };
|
|
38
|
+
* const command = new ListIdMappingJobsCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* // { // ListIdMappingJobsOutput
|
|
41
|
+
* // jobs: [ // JobList
|
|
42
|
+
* // { // JobSummary
|
|
43
|
+
* // jobId: "STRING_VALUE", // required
|
|
44
|
+
* // status: "RUNNING" || "SUCCEEDED" || "FAILED" || "QUEUED", // required
|
|
45
|
+
* // startTime: new Date("TIMESTAMP"), // required
|
|
46
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // nextToken: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param ListIdMappingJobsCommandInput - {@link ListIdMappingJobsCommandInput}
|
|
55
|
+
* @returns {@link ListIdMappingJobsCommandOutput}
|
|
56
|
+
* @see {@link ListIdMappingJobsCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link ListIdMappingJobsCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
62
|
+
* 403</code>
|
|
63
|
+
* </p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalServerException} (server fault)
|
|
66
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
67
|
+
* service. <code>HTTP Status Code: 500</code>
|
|
68
|
+
* </p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
+
* <p>The resource could not be found. <code>HTTP Status Code: 404</code>
|
|
72
|
+
* </p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
+
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
76
|
+
* 429</code>
|
|
77
|
+
* </p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ValidationException} (client fault)
|
|
80
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
81
|
+
* Status Code: 400</code>
|
|
82
|
+
* </p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link EntityResolutionServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
export declare class ListIdMappingJobsCommand extends $Command<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, EntityResolutionClientResolvedConfig> {
|
|
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;
|
|
107
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
|
+
import { ListIdMappingWorkflowsInput, ListIdMappingWorkflowsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListIdMappingWorkflowsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListIdMappingWorkflowsCommandInput extends ListIdMappingWorkflowsInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListIdMappingWorkflowsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListIdMappingWorkflowsCommandOutput extends ListIdMappingWorkflowsOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns a list of all the <code>IdMappingWorkflows</code> that have been created for an
|
|
27
|
+
* Amazon Web Services account.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { EntityResolutionClient, ListIdMappingWorkflowsCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
32
|
+
* // const { EntityResolutionClient, ListIdMappingWorkflowsCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
33
|
+
* const client = new EntityResolutionClient(config);
|
|
34
|
+
* const input = { // ListIdMappingWorkflowsInput
|
|
35
|
+
* nextToken: "STRING_VALUE",
|
|
36
|
+
* maxResults: Number("int"),
|
|
37
|
+
* };
|
|
38
|
+
* const command = new ListIdMappingWorkflowsCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* // { // ListIdMappingWorkflowsOutput
|
|
41
|
+
* // workflowSummaries: [ // IdMappingWorkflowList
|
|
42
|
+
* // { // IdMappingWorkflowSummary
|
|
43
|
+
* // workflowName: "STRING_VALUE", // required
|
|
44
|
+
* // workflowArn: "STRING_VALUE", // required
|
|
45
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
46
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // nextToken: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param ListIdMappingWorkflowsCommandInput - {@link ListIdMappingWorkflowsCommandInput}
|
|
55
|
+
* @returns {@link ListIdMappingWorkflowsCommandOutput}
|
|
56
|
+
* @see {@link ListIdMappingWorkflowsCommandInput} for command's `input` shape.
|
|
57
|
+
* @see {@link ListIdMappingWorkflowsCommandOutput} for command's `response` shape.
|
|
58
|
+
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
+
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
62
|
+
* 403</code>
|
|
63
|
+
* </p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InternalServerException} (server fault)
|
|
66
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
67
|
+
* service. <code>HTTP Status Code: 500</code>
|
|
68
|
+
* </p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
+
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
72
|
+
* 429</code>
|
|
73
|
+
* </p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ValidationException} (client fault)
|
|
76
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
77
|
+
* Status Code: 400</code>
|
|
78
|
+
* </p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link EntityResolutionServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
export declare class ListIdMappingWorkflowsCommand extends $Command<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig> {
|
|
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;
|
|
103
|
+
}
|
|
@@ -58,11 +58,13 @@ export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, _
|
|
|
58
58
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link AccessDeniedException} (client fault)
|
|
61
|
-
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
61
|
+
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
62
|
+
* 403</code>
|
|
62
63
|
* </p>
|
|
63
64
|
*
|
|
64
65
|
* @throws {@link InternalServerException} (server fault)
|
|
65
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
66
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
67
|
+
* service. <code>HTTP Status Code: 500</code>
|
|
66
68
|
* </p>
|
|
67
69
|
*
|
|
68
70
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -70,11 +72,13 @@ export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, _
|
|
|
70
72
|
* </p>
|
|
71
73
|
*
|
|
72
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
-
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
75
|
+
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
76
|
+
* 429</code>
|
|
74
77
|
* </p>
|
|
75
78
|
*
|
|
76
79
|
* @throws {@link ValidationException} (client fault)
|
|
77
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
80
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
81
|
+
* Status Code: 400</code>
|
|
78
82
|
* </p>
|
|
79
83
|
*
|
|
80
84
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -23,7 +23,8 @@ export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflow
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Returns a list of all the <code>MatchingWorkflows</code> that have been created for an
|
|
26
|
+
* <p>Returns a list of all the <code>MatchingWorkflows</code> that have been created for an
|
|
27
|
+
* Amazon Web Services account.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -43,6 +44,7 @@ export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflow
|
|
|
43
44
|
* // workflowArn: "STRING_VALUE", // required
|
|
44
45
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
45
46
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
47
|
+
* // resolutionType: "RULE_MATCHING" || "ML_MATCHING" || "PROVIDER", // required
|
|
46
48
|
* // },
|
|
47
49
|
* // ],
|
|
48
50
|
* // nextToken: "STRING_VALUE",
|
|
@@ -57,19 +59,23 @@ export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflow
|
|
|
57
59
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
58
60
|
*
|
|
59
61
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
-
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
62
|
+
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
63
|
+
* 403</code>
|
|
61
64
|
* </p>
|
|
62
65
|
*
|
|
63
66
|
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
67
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
68
|
+
* service. <code>HTTP Status Code: 500</code>
|
|
65
69
|
* </p>
|
|
66
70
|
*
|
|
67
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
-
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
72
|
+
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
73
|
+
* 429</code>
|
|
69
74
|
* </p>
|
|
70
75
|
*
|
|
71
76
|
* @throws {@link ValidationException} (client fault)
|
|
72
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
77
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
78
|
+
* Status Code: 400</code>
|
|
73
79
|
* </p>
|
|
74
80
|
*
|
|
75
81
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
5
|
+
import { ListProviderServicesInput, ListProviderServicesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListProviderServicesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListProviderServicesCommandInput extends ListProviderServicesInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListProviderServicesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListProviderServicesCommandOutput extends ListProviderServicesOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Returns a list of all the <code>ProviderServices</code> that are available in this
|
|
27
|
+
* Amazon Web Services Region.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { EntityResolutionClient, ListProviderServicesCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
32
|
+
* // const { EntityResolutionClient, ListProviderServicesCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
33
|
+
* const client = new EntityResolutionClient(config);
|
|
34
|
+
* const input = { // ListProviderServicesInput
|
|
35
|
+
* nextToken: "STRING_VALUE",
|
|
36
|
+
* maxResults: Number("int"),
|
|
37
|
+
* providerName: "STRING_VALUE",
|
|
38
|
+
* };
|
|
39
|
+
* const command = new ListProviderServicesCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // ListProviderServicesOutput
|
|
42
|
+
* // providerServiceSummaries: [ // ProviderServiceList
|
|
43
|
+
* // { // ProviderServiceSummary
|
|
44
|
+
* // providerServiceArn: "STRING_VALUE", // required
|
|
45
|
+
* // providerName: "STRING_VALUE", // required
|
|
46
|
+
* // providerServiceDisplayName: "STRING_VALUE", // required
|
|
47
|
+
* // providerServiceName: "STRING_VALUE", // required
|
|
48
|
+
* // providerServiceType: "ASSIGNMENT" || "ID_MAPPING", // required
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // nextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param ListProviderServicesCommandInput - {@link ListProviderServicesCommandInput}
|
|
57
|
+
* @returns {@link ListProviderServicesCommandOutput}
|
|
58
|
+
* @see {@link ListProviderServicesCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link ListProviderServicesCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
63
|
+
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
64
|
+
* 403</code>
|
|
65
|
+
* </p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServerException} (server fault)
|
|
68
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
69
|
+
* service. <code>HTTP Status Code: 500</code>
|
|
70
|
+
* </p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
+
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
74
|
+
* 429</code>
|
|
75
|
+
* </p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ValidationException} (client fault)
|
|
78
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
79
|
+
* Status Code: 400</code>
|
|
80
|
+
* </p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link EntityResolutionServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
export declare class ListProviderServicesCommand extends $Command<ListProviderServicesCommandInput, ListProviderServicesCommandOutput, EntityResolutionClientResolvedConfig> {
|
|
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;
|
|
105
|
+
}
|
|
@@ -23,7 +23,8 @@ export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutpu
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Returns a list of all the <code>SchemaMappings</code> that have been created for an
|
|
26
|
+
* <p>Returns a list of all the <code>SchemaMappings</code> that have been created for an
|
|
27
|
+
* Amazon Web Services account.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -43,6 +44,7 @@ export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutpu
|
|
|
43
44
|
* // schemaArn: "STRING_VALUE", // required
|
|
44
45
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
45
46
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
47
|
+
* // hasWorkflows: true || false, // required
|
|
46
48
|
* // },
|
|
47
49
|
* // ],
|
|
48
50
|
* // nextToken: "STRING_VALUE",
|
|
@@ -57,19 +59,23 @@ export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutpu
|
|
|
57
59
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
58
60
|
*
|
|
59
61
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
-
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
62
|
+
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
63
|
+
* 403</code>
|
|
61
64
|
* </p>
|
|
62
65
|
*
|
|
63
66
|
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
67
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
68
|
+
* service. <code>HTTP Status Code: 500</code>
|
|
65
69
|
* </p>
|
|
66
70
|
*
|
|
67
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
-
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
72
|
+
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
73
|
+
* 429</code>
|
|
69
74
|
* </p>
|
|
70
75
|
*
|
|
71
76
|
* @throws {@link ValidationException} (client fault)
|
|
72
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
77
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
78
|
+
* Status Code: 400</code>
|
|
73
79
|
* </p>
|
|
74
80
|
*
|
|
75
81
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -23,9 +23,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Displays the tags associated with an Entity Resolution resource. In Entity
|
|
27
|
-
*
|
|
28
|
-
* tagged.</p>
|
|
26
|
+
* <p>Displays the tags associated with an Entity Resolution resource. In Entity Resolution,
|
|
27
|
+
* <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be tagged.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -52,7 +51,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
52
51
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
53
52
|
*
|
|
54
53
|
* @throws {@link InternalServerException} (server fault)
|
|
55
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
54
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
55
|
+
* service. <code>HTTP Status Code: 500</code>
|
|
56
56
|
* </p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -60,7 +60,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
60
60
|
* </p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ValidationException} (client fault)
|
|
63
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
63
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
64
|
+
* Status Code: 400</code>
|
|
64
65
|
* </p>
|
|
65
66
|
*
|
|
66
67
|
* @throws {@link EntityResolutionServiceException}
|