@aws-sdk/client-entityresolution 3.890.0 → 3.893.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-types/commands/AddPolicyStatementCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +2 -0
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/CreateIdNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/DeletePolicyStatementCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +2 -0
- package/dist-types/commands/GenerateMatchIdCommand.d.ts +2 -0
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +2 -0
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/GetIdNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/GetMatchIdCommand.d.ts +2 -0
- package/dist-types/commands/GetMatchingJobCommand.d.ts +2 -0
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetProviderServiceCommand.d.ts +2 -0
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +2 -0
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +2 -0
- package/dist-types/commands/ListIdNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +2 -0
- package/dist-types/commands/ListProviderServicesCommand.d.ts +2 -0
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +2 -0
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +2 -0
- package/dist-types/commands/StartMatchingJobCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const AddPolicyStatementCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, AddPolicyStatementCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, AddPolicyStatementCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // AddPolicyStatementInput
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const BatchDeleteUniqueIdCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, BatchDeleteUniqueIdCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, BatchDeleteUniqueIdCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // BatchDeleteUniqueIdInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, CreateIdMappingWorkflowCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, CreateIdMappingWorkflowCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // CreateIdMappingWorkflowInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateIdNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, CreateIdNamespaceCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, CreateIdNamespaceCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // CreateIdNamespaceInput
|
|
38
40
|
* idNamespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, CreateMatchingWorkflowCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, CreateMatchingWorkflowCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // CreateMatchingWorkflowInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateSchemaMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, CreateSchemaMappingCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, CreateSchemaMappingCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // CreateSchemaMappingInput
|
|
38
40
|
* schemaName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteIdMappingWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, DeleteIdMappingWorkflowCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, DeleteIdMappingWorkflowCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // DeleteIdMappingWorkflowInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteIdNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, DeleteIdNamespaceCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, DeleteIdNamespaceCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // DeleteIdNamespaceInput
|
|
38
40
|
* idNamespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteMatchingWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, DeleteMatchingWorkflowCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, DeleteMatchingWorkflowCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // DeleteMatchingWorkflowInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeletePolicyStatementCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, DeletePolicyStatementCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, DeletePolicyStatementCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // DeletePolicyStatementInput
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSchemaMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, DeleteSchemaMappingCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, DeleteSchemaMappingCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // DeleteSchemaMappingInput
|
|
38
40
|
* schemaName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GenerateMatchIdCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, GenerateMatchIdCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, GenerateMatchIdCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // GenerateMatchIdInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetIdMappingJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, GetIdMappingJobCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, GetIdMappingJobCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // GetIdMappingJobInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetIdMappingWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, GetIdMappingWorkflowCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, GetIdMappingWorkflowCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // GetIdMappingWorkflowInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetIdNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, GetIdNamespaceCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, GetIdNamespaceCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // GetIdNamespaceInput
|
|
38
40
|
* idNamespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetMatchIdCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, GetMatchIdCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, GetMatchIdCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // GetMatchIdInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetMatchingJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, GetMatchingJobCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, GetMatchingJobCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // GetMatchingJobInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetMatchingWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, GetMatchingWorkflowCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, GetMatchingWorkflowCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // GetMatchingWorkflowInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, GetPolicyCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, GetPolicyCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // GetPolicyInput
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetProviderServiceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, GetProviderServiceCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, GetProviderServiceCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // GetProviderServiceInput
|
|
38
40
|
* providerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSchemaMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, GetSchemaMappingCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, GetSchemaMappingCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // GetSchemaMappingInput
|
|
38
40
|
* schemaName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListIdMappingJobsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, ListIdMappingJobsCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, ListIdMappingJobsCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // ListIdMappingJobsInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListIdMappingWorkflowsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, ListIdMappingWorkflowsCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, ListIdMappingWorkflowsCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // ListIdMappingWorkflowsInput
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListIdNamespacesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, ListIdNamespacesCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, ListIdNamespacesCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // ListIdNamespacesInput
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListMatchingJobsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, ListMatchingJobsCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, ListMatchingJobsCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // ListMatchingJobsInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListMatchingWorkflowsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, ListMatchingWorkflowsCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, ListMatchingWorkflowsCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // ListMatchingWorkflowsInput
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListProviderServicesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, ListProviderServicesCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, ListProviderServicesCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // ListProviderServicesInput
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListSchemaMappingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, ListSchemaMappingsCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, ListSchemaMappingsCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // ListSchemaMappingsInput
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, ListTagsForResourceCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, ListTagsForResourceCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceInput
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, PutPolicyCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, PutPolicyCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // PutPolicyInput
|
|
38
40
|
* arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartIdMappingJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, StartIdMappingJobCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, StartIdMappingJobCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // StartIdMappingJobInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartMatchingJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, StartMatchingJobCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, StartMatchingJobCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // StartMatchingJobInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, TagResourceCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, TagResourceCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // TagResourceInput
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, UntagResourceCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, UntagResourceCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // UntagResourceInput
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateIdMappingWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, UpdateIdMappingWorkflowCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, UpdateIdMappingWorkflowCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // UpdateIdMappingWorkflowInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateIdNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, UpdateIdNamespaceCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, UpdateIdNamespaceCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // UpdateIdNamespaceInput
|
|
38
40
|
* idNamespaceName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, UpdateMatchingWorkflowCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, UpdateMatchingWorkflowCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // UpdateMatchingWorkflowInput
|
|
38
40
|
* workflowName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSchemaMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { EntityResolutionClient, UpdateSchemaMappingCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
|
|
35
35
|
* // const { EntityResolutionClient, UpdateSchemaMappingCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
|
|
36
|
+
* // import type { EntityResolutionClientConfig } from "@aws-sdk/client-entityresolution";
|
|
37
|
+
* const config = {}; // type is EntityResolutionClientConfig
|
|
36
38
|
* const client = new EntityResolutionClient(config);
|
|
37
39
|
* const input = { // UpdateSchemaMappingInput
|
|
38
40
|
* schemaName: "STRING_VALUE", // required
|
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.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-entityresolution",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|