@aws-sdk/client-entityresolution 3.616.0 → 3.618.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/index.js +29 -5
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -0
- package/dist-types/commands/AddPolicyStatementCommand.d.ts +6 -15
- package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +3 -7
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +36 -19
- package/dist-types/commands/CreateIdNamespaceCommand.d.ts +42 -17
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +8 -15
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +8 -15
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +5 -13
- package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +4 -11
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +5 -13
- package/dist-types/commands/DeletePolicyStatementCommand.d.ts +6 -15
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +5 -13
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +8 -13
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +20 -15
- package/dist-types/commands/GetIdNamespaceCommand.d.ts +23 -14
- package/dist-types/commands/GetMatchIdCommand.d.ts +5 -13
- package/dist-types/commands/GetMatchingJobCommand.d.ts +5 -13
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +6 -13
- package/dist-types/commands/GetPolicyCommand.d.ts +5 -13
- package/dist-types/commands/GetProviderServiceCommand.d.ts +5 -13
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +6 -13
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +5 -13
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +4 -11
- package/dist-types/commands/ListIdNamespacesCommand.d.ts +9 -11
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +5 -13
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +4 -11
- package/dist-types/commands/ListProviderServicesCommand.d.ts +4 -11
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +4 -11
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -7
- package/dist-types/commands/PutPolicyCommand.d.ts +6 -15
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +7 -17
- package/dist-types/commands/StartMatchingJobCommand.d.ts +7 -17
- package/dist-types/commands/TagResourceCommand.d.ts +3 -7
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +35 -17
- package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +41 -15
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +7 -13
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +8 -15
- package/dist-types/models/models_0.d.ts +265 -77
- package/dist-types/ts3.4/models/models_0.d.ts +50 -9
- package/package.json +1 -1
|
@@ -55,34 +55,25 @@ declare const DeletePolicyStatementCommand_base: {
|
|
|
55
55
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
-
* <p>You do not have sufficient access to perform this action.
|
|
59
|
-
* 403</code>
|
|
60
|
-
* </p>
|
|
58
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
61
59
|
*
|
|
62
60
|
* @throws {@link ConflictException} (client fault)
|
|
63
61
|
* <p>The request could not be processed because of conflict in the current state of the
|
|
64
62
|
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
65
|
-
* running, etc.
|
|
66
|
-
* </p>
|
|
63
|
+
* running, etc. </p>
|
|
67
64
|
*
|
|
68
65
|
* @throws {@link InternalServerException} (server fault)
|
|
69
66
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
70
|
-
* service.
|
|
71
|
-
* </p>
|
|
67
|
+
* service. </p>
|
|
72
68
|
*
|
|
73
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
|
-
* <p>The resource could not be found.
|
|
75
|
-
* </p>
|
|
70
|
+
* <p>The resource could not be found. </p>
|
|
76
71
|
*
|
|
77
72
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
|
-
* <p>The request was denied due to request throttling.
|
|
79
|
-
* 429</code>
|
|
80
|
-
* </p>
|
|
73
|
+
* <p>The request was denied due to request throttling. </p>
|
|
81
74
|
*
|
|
82
75
|
* @throws {@link ValidationException} (client fault)
|
|
83
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
84
|
-
* Status Code: 400</code>
|
|
85
|
-
* </p>
|
|
76
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
86
77
|
*
|
|
87
78
|
* @throws {@link EntityResolutionServiceException}
|
|
88
79
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -55,30 +55,22 @@ declare const DeleteSchemaMappingCommand_base: {
|
|
|
55
55
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
-
* <p>You do not have sufficient access to perform this action.
|
|
59
|
-
* 403</code>
|
|
60
|
-
* </p>
|
|
58
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
61
59
|
*
|
|
62
60
|
* @throws {@link ConflictException} (client fault)
|
|
63
61
|
* <p>The request could not be processed because of conflict in the current state of the
|
|
64
62
|
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
65
|
-
* running, etc.
|
|
66
|
-
* </p>
|
|
63
|
+
* running, etc. </p>
|
|
67
64
|
*
|
|
68
65
|
* @throws {@link InternalServerException} (server fault)
|
|
69
66
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
70
|
-
* service.
|
|
71
|
-
* </p>
|
|
67
|
+
* service. </p>
|
|
72
68
|
*
|
|
73
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
74
|
-
* <p>The request was denied due to request throttling.
|
|
75
|
-
* 429</code>
|
|
76
|
-
* </p>
|
|
70
|
+
* <p>The request was denied due to request throttling. </p>
|
|
77
71
|
*
|
|
78
72
|
* @throws {@link ValidationException} (client fault)
|
|
79
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
80
|
-
* Status Code: 400</code>
|
|
81
|
-
* </p>
|
|
73
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
82
74
|
*
|
|
83
75
|
* @throws {@link EntityResolutionServiceException}
|
|
84
76
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -50,6 +50,9 @@ declare const GetIdMappingJobCommand_base: {
|
|
|
50
50
|
* // inputRecords: Number("int"),
|
|
51
51
|
* // totalRecordsProcessed: Number("int"),
|
|
52
52
|
* // recordsNotProcessed: Number("int"),
|
|
53
|
+
* // totalMappedRecords: Number("int"),
|
|
54
|
+
* // totalMappedSourceRecords: Number("int"),
|
|
55
|
+
* // totalMappedTargetRecords: Number("int"),
|
|
53
56
|
* // },
|
|
54
57
|
* // errorDetails: { // ErrorDetails
|
|
55
58
|
* // errorMessage: "STRING_VALUE",
|
|
@@ -72,28 +75,20 @@ declare const GetIdMappingJobCommand_base: {
|
|
|
72
75
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
73
76
|
*
|
|
74
77
|
* @throws {@link AccessDeniedException} (client fault)
|
|
75
|
-
* <p>You do not have sufficient access to perform this action.
|
|
76
|
-
* 403</code>
|
|
77
|
-
* </p>
|
|
78
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
78
79
|
*
|
|
79
80
|
* @throws {@link InternalServerException} (server fault)
|
|
80
81
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
81
|
-
* service.
|
|
82
|
-
* </p>
|
|
82
|
+
* service. </p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
|
-
* <p>The resource could not be found.
|
|
86
|
-
* </p>
|
|
85
|
+
* <p>The resource could not be found. </p>
|
|
87
86
|
*
|
|
88
87
|
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
-
* <p>The request was denied due to request throttling.
|
|
90
|
-
* 429</code>
|
|
91
|
-
* </p>
|
|
88
|
+
* <p>The request was denied due to request throttling. </p>
|
|
92
89
|
*
|
|
93
90
|
* @throws {@link ValidationException} (client fault)
|
|
94
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
95
|
-
* Status Code: 400</code>
|
|
96
|
-
* </p>
|
|
91
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
97
92
|
*
|
|
98
93
|
* @throws {@link EntityResolutionServiceException}
|
|
99
94
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -57,7 +57,20 @@ declare const GetIdMappingWorkflowCommand_base: {
|
|
|
57
57
|
* // },
|
|
58
58
|
* // ],
|
|
59
59
|
* // idMappingTechniques: { // IdMappingTechniques
|
|
60
|
-
* // idMappingType: "PROVIDER", // required
|
|
60
|
+
* // idMappingType: "PROVIDER" || "RULE_BASED", // required
|
|
61
|
+
* // ruleBasedProperties: { // IdMappingRuleBasedProperties
|
|
62
|
+
* // rules: [ // RuleList
|
|
63
|
+
* // { // Rule
|
|
64
|
+
* // ruleName: "STRING_VALUE", // required
|
|
65
|
+
* // matchingKeys: [ // MatchingKeys // required
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // ruleDefinitionType: "SOURCE" || "TARGET", // required
|
|
71
|
+
* // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
72
|
+
* // recordMatchingModel: "ONE_SOURCE_TO_ONE_TARGET" || "MANY_SOURCE_TO_ONE_TARGET", // required
|
|
73
|
+
* // },
|
|
61
74
|
* // providerProperties: { // ProviderProperties
|
|
62
75
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
63
76
|
* // providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -68,7 +81,7 @@ declare const GetIdMappingWorkflowCommand_base: {
|
|
|
68
81
|
* // },
|
|
69
82
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
70
83
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
71
|
-
* // roleArn: "STRING_VALUE",
|
|
84
|
+
* // roleArn: "STRING_VALUE",
|
|
72
85
|
* // tags: { // TagMap
|
|
73
86
|
* // "<keys>": "STRING_VALUE",
|
|
74
87
|
* // },
|
|
@@ -83,28 +96,20 @@ declare const GetIdMappingWorkflowCommand_base: {
|
|
|
83
96
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
84
97
|
*
|
|
85
98
|
* @throws {@link AccessDeniedException} (client fault)
|
|
86
|
-
* <p>You do not have sufficient access to perform this action.
|
|
87
|
-
* 403</code>
|
|
88
|
-
* </p>
|
|
99
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
89
100
|
*
|
|
90
101
|
* @throws {@link InternalServerException} (server fault)
|
|
91
102
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
92
|
-
* service.
|
|
93
|
-
* </p>
|
|
103
|
+
* service. </p>
|
|
94
104
|
*
|
|
95
105
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
96
|
-
* <p>The resource could not be found.
|
|
97
|
-
* </p>
|
|
106
|
+
* <p>The resource could not be found. </p>
|
|
98
107
|
*
|
|
99
108
|
* @throws {@link ThrottlingException} (client fault)
|
|
100
|
-
* <p>The request was denied due to request throttling.
|
|
101
|
-
* 429</code>
|
|
102
|
-
* </p>
|
|
109
|
+
* <p>The request was denied due to request throttling. </p>
|
|
103
110
|
*
|
|
104
111
|
* @throws {@link ValidationException} (client fault)
|
|
105
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
106
|
-
* Status Code: 400</code>
|
|
107
|
-
* </p>
|
|
112
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
108
113
|
*
|
|
109
114
|
* @throws {@link EntityResolutionServiceException}
|
|
110
115
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -51,7 +51,24 @@ declare const GetIdNamespaceCommand_base: {
|
|
|
51
51
|
* // ],
|
|
52
52
|
* // idMappingWorkflowProperties: [ // IdNamespaceIdMappingWorkflowPropertiesList
|
|
53
53
|
* // { // IdNamespaceIdMappingWorkflowProperties
|
|
54
|
-
* // idMappingType: "PROVIDER", // required
|
|
54
|
+
* // idMappingType: "PROVIDER" || "RULE_BASED", // required
|
|
55
|
+
* // ruleBasedProperties: { // NamespaceRuleBasedProperties
|
|
56
|
+
* // rules: [ // RuleList
|
|
57
|
+
* // { // Rule
|
|
58
|
+
* // ruleName: "STRING_VALUE", // required
|
|
59
|
+
* // matchingKeys: [ // MatchingKeys // required
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // ruleDefinitionTypes: [ // IdMappingWorkflowRuleDefinitionTypeList
|
|
65
|
+
* // "SOURCE" || "TARGET",
|
|
66
|
+
* // ],
|
|
67
|
+
* // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY",
|
|
68
|
+
* // recordMatchingModels: [ // RecordMatchingModelList
|
|
69
|
+
* // "ONE_SOURCE_TO_ONE_TARGET" || "MANY_SOURCE_TO_ONE_TARGET",
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
55
72
|
* // providerProperties: { // NamespaceProviderProperties
|
|
56
73
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
57
74
|
* // providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -76,28 +93,20 @@ declare const GetIdNamespaceCommand_base: {
|
|
|
76
93
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
77
94
|
*
|
|
78
95
|
* @throws {@link AccessDeniedException} (client fault)
|
|
79
|
-
* <p>You do not have sufficient access to perform this action.
|
|
80
|
-
* 403</code>
|
|
81
|
-
* </p>
|
|
96
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
82
97
|
*
|
|
83
98
|
* @throws {@link InternalServerException} (server fault)
|
|
84
99
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
85
|
-
* service.
|
|
86
|
-
* </p>
|
|
100
|
+
* service. </p>
|
|
87
101
|
*
|
|
88
102
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
89
|
-
* <p>The resource could not be found.
|
|
90
|
-
* </p>
|
|
103
|
+
* <p>The resource could not be found. </p>
|
|
91
104
|
*
|
|
92
105
|
* @throws {@link ThrottlingException} (client fault)
|
|
93
|
-
* <p>The request was denied due to request throttling.
|
|
94
|
-
* 429</code>
|
|
95
|
-
* </p>
|
|
106
|
+
* <p>The request was denied due to request throttling. </p>
|
|
96
107
|
*
|
|
97
108
|
* @throws {@link ValidationException} (client fault)
|
|
98
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
99
|
-
* Status Code: 400</code>
|
|
100
|
-
* </p>
|
|
109
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
101
110
|
*
|
|
102
111
|
* @throws {@link EntityResolutionServiceException}
|
|
103
112
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -58,28 +58,20 @@ declare const GetMatchIdCommand_base: {
|
|
|
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.
|
|
62
|
-
* 403</code>
|
|
63
|
-
* </p>
|
|
61
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
64
62
|
*
|
|
65
63
|
* @throws {@link InternalServerException} (server fault)
|
|
66
64
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
67
|
-
* service.
|
|
68
|
-
* </p>
|
|
65
|
+
* service. </p>
|
|
69
66
|
*
|
|
70
67
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
-
* <p>The resource could not be found.
|
|
72
|
-
* </p>
|
|
68
|
+
* <p>The resource could not be found. </p>
|
|
73
69
|
*
|
|
74
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
* <p>The request was denied due to request throttling.
|
|
76
|
-
* 429</code>
|
|
77
|
-
* </p>
|
|
71
|
+
* <p>The request was denied due to request throttling. </p>
|
|
78
72
|
*
|
|
79
73
|
* @throws {@link ValidationException} (client fault)
|
|
80
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
81
|
-
* Status Code: 400</code>
|
|
82
|
-
* </p>
|
|
74
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
83
75
|
*
|
|
84
76
|
* @throws {@link EntityResolutionServiceException}
|
|
85
77
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -73,28 +73,20 @@ declare const GetMatchingJobCommand_base: {
|
|
|
73
73
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
-
* <p>You do not have sufficient access to perform this action.
|
|
77
|
-
* 403</code>
|
|
78
|
-
* </p>
|
|
76
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
79
77
|
*
|
|
80
78
|
* @throws {@link InternalServerException} (server fault)
|
|
81
79
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
82
|
-
* service.
|
|
83
|
-
* </p>
|
|
80
|
+
* service. </p>
|
|
84
81
|
*
|
|
85
82
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
86
|
-
* <p>The resource could not be found.
|
|
87
|
-
* </p>
|
|
83
|
+
* <p>The resource could not be found. </p>
|
|
88
84
|
*
|
|
89
85
|
* @throws {@link ThrottlingException} (client fault)
|
|
90
|
-
* <p>The request was denied due to request throttling.
|
|
91
|
-
* 429</code>
|
|
92
|
-
* </p>
|
|
86
|
+
* <p>The request was denied due to request throttling. </p>
|
|
93
87
|
*
|
|
94
88
|
* @throws {@link ValidationException} (client fault)
|
|
95
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
96
|
-
* Status Code: 400</code>
|
|
97
|
-
* </p>
|
|
89
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
98
90
|
*
|
|
99
91
|
* @throws {@link EntityResolutionServiceException}
|
|
100
92
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -75,6 +75,7 @@ declare const GetMatchingWorkflowCommand_base: {
|
|
|
75
75
|
* // },
|
|
76
76
|
* // ],
|
|
77
77
|
* // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
78
|
+
* // matchPurpose: "IDENTIFIER_GENERATION" || "INDEXING",
|
|
78
79
|
* // },
|
|
79
80
|
* // providerProperties: { // ProviderProperties
|
|
80
81
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
@@ -104,28 +105,20 @@ declare const GetMatchingWorkflowCommand_base: {
|
|
|
104
105
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
105
106
|
*
|
|
106
107
|
* @throws {@link AccessDeniedException} (client fault)
|
|
107
|
-
* <p>You do not have sufficient access to perform this action.
|
|
108
|
-
* 403</code>
|
|
109
|
-
* </p>
|
|
108
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
110
109
|
*
|
|
111
110
|
* @throws {@link InternalServerException} (server fault)
|
|
112
111
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
113
|
-
* service.
|
|
114
|
-
* </p>
|
|
112
|
+
* service. </p>
|
|
115
113
|
*
|
|
116
114
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
117
|
-
* <p>The resource could not be found.
|
|
118
|
-
* </p>
|
|
115
|
+
* <p>The resource could not be found. </p>
|
|
119
116
|
*
|
|
120
117
|
* @throws {@link ThrottlingException} (client fault)
|
|
121
|
-
* <p>The request was denied due to request throttling.
|
|
122
|
-
* 429</code>
|
|
123
|
-
* </p>
|
|
118
|
+
* <p>The request was denied due to request throttling. </p>
|
|
124
119
|
*
|
|
125
120
|
* @throws {@link ValidationException} (client fault)
|
|
126
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
127
|
-
* Status Code: 400</code>
|
|
128
|
-
* </p>
|
|
121
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
129
122
|
*
|
|
130
123
|
* @throws {@link EntityResolutionServiceException}
|
|
131
124
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -54,28 +54,20 @@ declare const GetPolicyCommand_base: {
|
|
|
54
54
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
-
* <p>You do not have sufficient access to perform this action.
|
|
58
|
-
* 403</code>
|
|
59
|
-
* </p>
|
|
57
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
60
58
|
*
|
|
61
59
|
* @throws {@link InternalServerException} (server fault)
|
|
62
60
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
63
|
-
* service.
|
|
64
|
-
* </p>
|
|
61
|
+
* service. </p>
|
|
65
62
|
*
|
|
66
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
|
-
* <p>The resource could not be found.
|
|
68
|
-
* </p>
|
|
64
|
+
* <p>The resource could not be found. </p>
|
|
69
65
|
*
|
|
70
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
-
* <p>The request was denied due to request throttling.
|
|
72
|
-
* 429</code>
|
|
73
|
-
* </p>
|
|
67
|
+
* <p>The request was denied due to request throttling. </p>
|
|
74
68
|
*
|
|
75
69
|
* @throws {@link ValidationException} (client fault)
|
|
76
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
77
|
-
* Status Code: 400</code>
|
|
78
|
-
* </p>
|
|
70
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
79
71
|
*
|
|
80
72
|
* @throws {@link EntityResolutionServiceException}
|
|
81
73
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -97,28 +97,20 @@ declare const GetProviderServiceCommand_base: {
|
|
|
97
97
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link AccessDeniedException} (client fault)
|
|
100
|
-
* <p>You do not have sufficient access to perform this action.
|
|
101
|
-
* 403</code>
|
|
102
|
-
* </p>
|
|
100
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
103
101
|
*
|
|
104
102
|
* @throws {@link InternalServerException} (server fault)
|
|
105
103
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
106
|
-
* service.
|
|
107
|
-
* </p>
|
|
104
|
+
* service. </p>
|
|
108
105
|
*
|
|
109
106
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
110
|
-
* <p>The resource could not be found.
|
|
111
|
-
* </p>
|
|
107
|
+
* <p>The resource could not be found. </p>
|
|
112
108
|
*
|
|
113
109
|
* @throws {@link ThrottlingException} (client fault)
|
|
114
|
-
* <p>The request was denied due to request throttling.
|
|
115
|
-
* 429</code>
|
|
116
|
-
* </p>
|
|
110
|
+
* <p>The request was denied due to request throttling. </p>
|
|
117
111
|
*
|
|
118
112
|
* @throws {@link ValidationException} (client fault)
|
|
119
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
120
|
-
* Status Code: 400</code>
|
|
121
|
-
* </p>
|
|
113
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
122
114
|
*
|
|
123
115
|
* @throws {@link EntityResolutionServiceException}
|
|
124
116
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -50,6 +50,7 @@ declare const GetSchemaMappingCommand_base: {
|
|
|
50
50
|
* // groupName: "STRING_VALUE",
|
|
51
51
|
* // matchKey: "STRING_VALUE",
|
|
52
52
|
* // subType: "STRING_VALUE",
|
|
53
|
+
* // hashed: true || false,
|
|
53
54
|
* // },
|
|
54
55
|
* // ],
|
|
55
56
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
@@ -69,28 +70,20 @@ declare const GetSchemaMappingCommand_base: {
|
|
|
69
70
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
70
71
|
*
|
|
71
72
|
* @throws {@link AccessDeniedException} (client fault)
|
|
72
|
-
* <p>You do not have sufficient access to perform this action.
|
|
73
|
-
* 403</code>
|
|
74
|
-
* </p>
|
|
73
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
75
74
|
*
|
|
76
75
|
* @throws {@link InternalServerException} (server fault)
|
|
77
76
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
78
|
-
* service.
|
|
79
|
-
* </p>
|
|
77
|
+
* service. </p>
|
|
80
78
|
*
|
|
81
79
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
82
|
-
* <p>The resource could not be found.
|
|
83
|
-
* </p>
|
|
80
|
+
* <p>The resource could not be found. </p>
|
|
84
81
|
*
|
|
85
82
|
* @throws {@link ThrottlingException} (client fault)
|
|
86
|
-
* <p>The request was denied due to request throttling.
|
|
87
|
-
* 429</code>
|
|
88
|
-
* </p>
|
|
83
|
+
* <p>The request was denied due to request throttling. </p>
|
|
89
84
|
*
|
|
90
85
|
* @throws {@link ValidationException} (client fault)
|
|
91
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
92
|
-
* Status Code: 400</code>
|
|
93
|
-
* </p>
|
|
86
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
94
87
|
*
|
|
95
88
|
* @throws {@link EntityResolutionServiceException}
|
|
96
89
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -62,28 +62,20 @@ declare const ListIdMappingJobsCommand_base: {
|
|
|
62
62
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
|
-
* <p>You do not have sufficient access to perform this action.
|
|
66
|
-
* 403</code>
|
|
67
|
-
* </p>
|
|
65
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
68
66
|
*
|
|
69
67
|
* @throws {@link InternalServerException} (server fault)
|
|
70
68
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
71
|
-
* service.
|
|
72
|
-
* </p>
|
|
69
|
+
* service. </p>
|
|
73
70
|
*
|
|
74
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
|
-
* <p>The resource could not be found.
|
|
76
|
-
* </p>
|
|
72
|
+
* <p>The resource could not be found. </p>
|
|
77
73
|
*
|
|
78
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
-
* <p>The request was denied due to request throttling.
|
|
80
|
-
* 429</code>
|
|
81
|
-
* </p>
|
|
75
|
+
* <p>The request was denied due to request throttling. </p>
|
|
82
76
|
*
|
|
83
77
|
* @throws {@link ValidationException} (client fault)
|
|
84
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
85
|
-
* Status Code: 400</code>
|
|
86
|
-
* </p>
|
|
78
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
87
79
|
*
|
|
88
80
|
* @throws {@link EntityResolutionServiceException}
|
|
89
81
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -62,24 +62,17 @@ declare const ListIdMappingWorkflowsCommand_base: {
|
|
|
62
62
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
|
-
* <p>You do not have sufficient access to perform this action.
|
|
66
|
-
* 403</code>
|
|
67
|
-
* </p>
|
|
65
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
68
66
|
*
|
|
69
67
|
* @throws {@link InternalServerException} (server fault)
|
|
70
68
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
71
|
-
* service.
|
|
72
|
-
* </p>
|
|
69
|
+
* service. </p>
|
|
73
70
|
*
|
|
74
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
* <p>The request was denied due to request throttling.
|
|
76
|
-
* 429</code>
|
|
77
|
-
* </p>
|
|
72
|
+
* <p>The request was denied due to request throttling. </p>
|
|
78
73
|
*
|
|
79
74
|
* @throws {@link ValidationException} (client fault)
|
|
80
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
81
|
-
* Status Code: 400</code>
|
|
82
|
-
* </p>
|
|
75
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
83
76
|
*
|
|
84
77
|
* @throws {@link EntityResolutionServiceException}
|
|
85
78
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -46,6 +46,11 @@ declare const ListIdNamespacesCommand_base: {
|
|
|
46
46
|
* // idNamespaceName: "STRING_VALUE", // required
|
|
47
47
|
* // idNamespaceArn: "STRING_VALUE", // required
|
|
48
48
|
* // description: "STRING_VALUE",
|
|
49
|
+
* // idMappingWorkflowProperties: [ // IdNamespaceIdMappingWorkflowMetadataList
|
|
50
|
+
* // { // IdNamespaceIdMappingWorkflowMetadata
|
|
51
|
+
* // idMappingType: "PROVIDER" || "RULE_BASED", // required
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
49
54
|
* // type: "SOURCE" || "TARGET", // required
|
|
50
55
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
51
56
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
@@ -63,24 +68,17 @@ declare const ListIdNamespacesCommand_base: {
|
|
|
63
68
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
64
69
|
*
|
|
65
70
|
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
-
* <p>You do not have sufficient access to perform this action.
|
|
67
|
-
* 403</code>
|
|
68
|
-
* </p>
|
|
71
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
69
72
|
*
|
|
70
73
|
* @throws {@link InternalServerException} (server fault)
|
|
71
74
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
72
|
-
* service.
|
|
73
|
-
* </p>
|
|
75
|
+
* service. </p>
|
|
74
76
|
*
|
|
75
77
|
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
-
* <p>The request was denied due to request throttling.
|
|
77
|
-
* 429</code>
|
|
78
|
-
* </p>
|
|
78
|
+
* <p>The request was denied due to request throttling. </p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ValidationException} (client fault)
|
|
81
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
82
|
-
* Status Code: 400</code>
|
|
83
|
-
* </p>
|
|
81
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
84
82
|
*
|
|
85
83
|
* @throws {@link EntityResolutionServiceException}
|
|
86
84
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -62,28 +62,20 @@ declare const ListMatchingJobsCommand_base: {
|
|
|
62
62
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
|
-
* <p>You do not have sufficient access to perform this action.
|
|
66
|
-
* 403</code>
|
|
67
|
-
* </p>
|
|
65
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
68
66
|
*
|
|
69
67
|
* @throws {@link InternalServerException} (server fault)
|
|
70
68
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
71
|
-
* service.
|
|
72
|
-
* </p>
|
|
69
|
+
* service. </p>
|
|
73
70
|
*
|
|
74
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
75
|
-
* <p>The resource could not be found.
|
|
76
|
-
* </p>
|
|
72
|
+
* <p>The resource could not be found. </p>
|
|
77
73
|
*
|
|
78
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
-
* <p>The request was denied due to request throttling.
|
|
80
|
-
* 429</code>
|
|
81
|
-
* </p>
|
|
75
|
+
* <p>The request was denied due to request throttling. </p>
|
|
82
76
|
*
|
|
83
77
|
* @throws {@link ValidationException} (client fault)
|
|
84
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
85
|
-
* Status Code: 400</code>
|
|
86
|
-
* </p>
|
|
78
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
87
79
|
*
|
|
88
80
|
* @throws {@link EntityResolutionServiceException}
|
|
89
81
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|