@aws-sdk/client-entityresolution 3.1111.0 → 3.1113.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1110.0";
72
+ var version = "3.1112.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -24,7 +24,7 @@ declare const DeleteIdMappingWorkflowCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Deletes the <code>IdMappingWorkflow</code> with a given name. This operation will succeed even if a workflow with the given name does not exist.</p>
27
+ * <p>Deletes the <code>IdMappingWorkflow</code> with a given name. This operation returns a <code>ResourceNotFoundException</code> if a workflow with the given name does not exist.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -59,6 +59,9 @@ declare const DeleteIdMappingWorkflowCommand_base: {
59
59
  * @throws {@link InternalServerException} (server fault)
60
60
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
61
61
  *
62
+ * @throws {@link ResourceNotFoundException} (client fault)
63
+ * <p>The resource couldn't be found. </p>
64
+ *
62
65
  * @throws {@link ThrottlingException} (client fault)
63
66
  * <p>The request was denied due to request throttling. </p>
64
67
  *
@@ -24,7 +24,7 @@ declare const DeleteIdNamespaceCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Deletes the <code>IdNamespace</code> with a given name.</p>
27
+ * <p>Deletes the <code>IdNamespace</code> with a given name. This operation returns a <code>ResourceNotFoundException</code> if an ID namespace with the given name does not exist.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -56,6 +56,9 @@ declare const DeleteIdNamespaceCommand_base: {
56
56
  * @throws {@link InternalServerException} (server fault)
57
57
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
58
58
  *
59
+ * @throws {@link ResourceNotFoundException} (client fault)
60
+ * <p>The resource couldn't be found. </p>
61
+ *
59
62
  * @throws {@link ThrottlingException} (client fault)
60
63
  * <p>The request was denied due to request throttling. </p>
61
64
  *
@@ -24,7 +24,7 @@ declare const DeleteMatchingWorkflowCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Deletes the <code>MatchingWorkflow</code> with a given name. This operation will succeed even if a workflow with the given name does not exist.</p>
27
+ * <p>Deletes the <code>MatchingWorkflow</code> with a given name. This operation returns a <code>ResourceNotFoundException</code> if a workflow with the given name does not exist.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -59,6 +59,9 @@ declare const DeleteMatchingWorkflowCommand_base: {
59
59
  * @throws {@link InternalServerException} (server fault)
60
60
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
61
61
  *
62
+ * @throws {@link ResourceNotFoundException} (client fault)
63
+ * <p>The resource couldn't be found. </p>
64
+ *
62
65
  * @throws {@link ThrottlingException} (client fault)
63
66
  * <p>The request was denied due to request throttling. </p>
64
67
  *
@@ -24,7 +24,7 @@ declare const DeleteSchemaMappingCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Deletes the <code>SchemaMapping</code> with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a <code>MatchingWorkflow</code> object that references the <code>SchemaMapping</code> in the workflow's <code>InputSourceConfig</code>.</p>
27
+ * <p>Deletes the <code>SchemaMapping</code> with a given name. This operation returns a <code>ResourceNotFoundException</code> if a schema with the given name does not exist. This operation will fail if there is a <code>MatchingWorkflow</code> object that references the <code>SchemaMapping</code> in the workflow's <code>InputSourceConfig</code>.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -59,6 +59,9 @@ declare const DeleteSchemaMappingCommand_base: {
59
59
  * @throws {@link InternalServerException} (server fault)
60
60
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
61
61
  *
62
+ * @throws {@link ResourceNotFoundException} (client fault)
63
+ * <p>The resource couldn't be found. </p>
64
+ *
62
65
  * @throws {@link ThrottlingException} (client fault)
63
66
  * <p>The request was denied due to request throttling. </p>
64
67
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-entityresolution",
3
- "version": "3.1111.0",
3
+ "version": "3.1113.0",
4
4
  "description": "AWS SDK for JavaScript Entityresolution Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-entityresolution",
6
6
  "license": "Apache-2.0",