@aws-sdk/client-entityresolution 3.1077.0 → 3.1079.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 +46 -383
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddPolicyStatementCommand.js +2 -14
- package/dist-es/commands/BatchDeleteUniqueIdCommand.js +2 -14
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/CreateIdNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/CreateSchemaMappingCommand.js +2 -14
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/DeleteIdNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/DeletePolicyStatementCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaMappingCommand.js +2 -14
- package/dist-es/commands/GenerateMatchIdCommand.js +2 -14
- package/dist-es/commands/GetIdMappingJobCommand.js +2 -14
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/GetIdNamespaceCommand.js +2 -14
- package/dist-es/commands/GetMatchIdCommand.js +2 -14
- package/dist-es/commands/GetMatchingJobCommand.js +2 -14
- package/dist-es/commands/GetMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/GetPolicyCommand.js +2 -14
- package/dist-es/commands/GetProviderServiceCommand.js +2 -14
- package/dist-es/commands/GetSchemaMappingCommand.js +2 -14
- package/dist-es/commands/ListIdMappingJobsCommand.js +2 -14
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +2 -14
- package/dist-es/commands/ListIdNamespacesCommand.js +2 -14
- package/dist-es/commands/ListMatchingJobsCommand.js +2 -14
- package/dist-es/commands/ListMatchingWorkflowsCommand.js +2 -14
- package/dist-es/commands/ListProviderServicesCommand.js +2 -14
- package/dist-es/commands/ListSchemaMappingsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutPolicyCommand.js +2 -14
- package/dist-es/commands/StartIdMappingJobCommand.js +2 -14
- package/dist-es/commands/StartMatchingJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/UpdateIdNamespaceCommand.js +2 -14
- package/dist-es/commands/UpdateMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/UpdateSchemaMappingCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddPolicyStatementCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyStatementCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +3 -8
- package/dist-types/commands/GenerateMatchIdCommand.d.ts +3 -8
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +3 -8
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/GetIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetMatchIdCommand.d.ts +3 -8
- package/dist-types/commands/GetMatchingJobCommand.d.ts +3 -8
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetProviderServiceCommand.d.ts +3 -8
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +3 -8
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +3 -8
- package/dist-types/commands/ListIdNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +3 -8
- package/dist-types/commands/ListProviderServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutPolicyCommand.d.ts +3 -8
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +3 -8
- package/dist-types/commands/StartMatchingJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1586,460 +1587,122 @@ class EntityResolutionClient extends Client {
|
|
|
1586
1587
|
}
|
|
1587
1588
|
}
|
|
1588
1589
|
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
})
|
|
1595
|
-
.s("AWSVeniceService", "AddPolicyStatement", {})
|
|
1596
|
-
.n("EntityResolutionClient", "AddPolicyStatementCommand")
|
|
1597
|
-
.sc(AddPolicyStatement$)
|
|
1598
|
-
.build() {
|
|
1590
|
+
const command = makeBuilder(commonParams, "AWSVeniceService", "EntityResolutionClient", getEndpointPlugin);
|
|
1591
|
+
const _ep0 = {};
|
|
1592
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1593
|
+
|
|
1594
|
+
class AddPolicyStatementCommand extends command(_ep0, _mw0, "AddPolicyStatement", AddPolicyStatement$) {
|
|
1599
1595
|
}
|
|
1600
1596
|
|
|
1601
|
-
class BatchDeleteUniqueIdCommand extends
|
|
1602
|
-
.classBuilder()
|
|
1603
|
-
.ep(commonParams)
|
|
1604
|
-
.m(function (Command, cs, config, o) {
|
|
1605
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1606
|
-
})
|
|
1607
|
-
.s("AWSVeniceService", "BatchDeleteUniqueId", {})
|
|
1608
|
-
.n("EntityResolutionClient", "BatchDeleteUniqueIdCommand")
|
|
1609
|
-
.sc(BatchDeleteUniqueId$)
|
|
1610
|
-
.build() {
|
|
1597
|
+
class BatchDeleteUniqueIdCommand extends command(_ep0, _mw0, "BatchDeleteUniqueId", BatchDeleteUniqueId$) {
|
|
1611
1598
|
}
|
|
1612
1599
|
|
|
1613
|
-
class CreateIdMappingWorkflowCommand extends
|
|
1614
|
-
.classBuilder()
|
|
1615
|
-
.ep(commonParams)
|
|
1616
|
-
.m(function (Command, cs, config, o) {
|
|
1617
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1618
|
-
})
|
|
1619
|
-
.s("AWSVeniceService", "CreateIdMappingWorkflow", {})
|
|
1620
|
-
.n("EntityResolutionClient", "CreateIdMappingWorkflowCommand")
|
|
1621
|
-
.sc(CreateIdMappingWorkflow$)
|
|
1622
|
-
.build() {
|
|
1600
|
+
class CreateIdMappingWorkflowCommand extends command(_ep0, _mw0, "CreateIdMappingWorkflow", CreateIdMappingWorkflow$) {
|
|
1623
1601
|
}
|
|
1624
1602
|
|
|
1625
|
-
class CreateIdNamespaceCommand extends
|
|
1626
|
-
.classBuilder()
|
|
1627
|
-
.ep(commonParams)
|
|
1628
|
-
.m(function (Command, cs, config, o) {
|
|
1629
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1630
|
-
})
|
|
1631
|
-
.s("AWSVeniceService", "CreateIdNamespace", {})
|
|
1632
|
-
.n("EntityResolutionClient", "CreateIdNamespaceCommand")
|
|
1633
|
-
.sc(CreateIdNamespace$)
|
|
1634
|
-
.build() {
|
|
1603
|
+
class CreateIdNamespaceCommand extends command(_ep0, _mw0, "CreateIdNamespace", CreateIdNamespace$) {
|
|
1635
1604
|
}
|
|
1636
1605
|
|
|
1637
|
-
class CreateMatchingWorkflowCommand extends
|
|
1638
|
-
.classBuilder()
|
|
1639
|
-
.ep(commonParams)
|
|
1640
|
-
.m(function (Command, cs, config, o) {
|
|
1641
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1642
|
-
})
|
|
1643
|
-
.s("AWSVeniceService", "CreateMatchingWorkflow", {})
|
|
1644
|
-
.n("EntityResolutionClient", "CreateMatchingWorkflowCommand")
|
|
1645
|
-
.sc(CreateMatchingWorkflow$)
|
|
1646
|
-
.build() {
|
|
1606
|
+
class CreateMatchingWorkflowCommand extends command(_ep0, _mw0, "CreateMatchingWorkflow", CreateMatchingWorkflow$) {
|
|
1647
1607
|
}
|
|
1648
1608
|
|
|
1649
|
-
class CreateSchemaMappingCommand extends
|
|
1650
|
-
.classBuilder()
|
|
1651
|
-
.ep(commonParams)
|
|
1652
|
-
.m(function (Command, cs, config, o) {
|
|
1653
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1654
|
-
})
|
|
1655
|
-
.s("AWSVeniceService", "CreateSchemaMapping", {})
|
|
1656
|
-
.n("EntityResolutionClient", "CreateSchemaMappingCommand")
|
|
1657
|
-
.sc(CreateSchemaMapping$)
|
|
1658
|
-
.build() {
|
|
1609
|
+
class CreateSchemaMappingCommand extends command(_ep0, _mw0, "CreateSchemaMapping", CreateSchemaMapping$) {
|
|
1659
1610
|
}
|
|
1660
1611
|
|
|
1661
|
-
class DeleteIdMappingWorkflowCommand extends
|
|
1662
|
-
.classBuilder()
|
|
1663
|
-
.ep(commonParams)
|
|
1664
|
-
.m(function (Command, cs, config, o) {
|
|
1665
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1666
|
-
})
|
|
1667
|
-
.s("AWSVeniceService", "DeleteIdMappingWorkflow", {})
|
|
1668
|
-
.n("EntityResolutionClient", "DeleteIdMappingWorkflowCommand")
|
|
1669
|
-
.sc(DeleteIdMappingWorkflow$)
|
|
1670
|
-
.build() {
|
|
1612
|
+
class DeleteIdMappingWorkflowCommand extends command(_ep0, _mw0, "DeleteIdMappingWorkflow", DeleteIdMappingWorkflow$) {
|
|
1671
1613
|
}
|
|
1672
1614
|
|
|
1673
|
-
class DeleteIdNamespaceCommand extends
|
|
1674
|
-
.classBuilder()
|
|
1675
|
-
.ep(commonParams)
|
|
1676
|
-
.m(function (Command, cs, config, o) {
|
|
1677
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1678
|
-
})
|
|
1679
|
-
.s("AWSVeniceService", "DeleteIdNamespace", {})
|
|
1680
|
-
.n("EntityResolutionClient", "DeleteIdNamespaceCommand")
|
|
1681
|
-
.sc(DeleteIdNamespace$)
|
|
1682
|
-
.build() {
|
|
1615
|
+
class DeleteIdNamespaceCommand extends command(_ep0, _mw0, "DeleteIdNamespace", DeleteIdNamespace$) {
|
|
1683
1616
|
}
|
|
1684
1617
|
|
|
1685
|
-
class DeleteMatchingWorkflowCommand extends
|
|
1686
|
-
.classBuilder()
|
|
1687
|
-
.ep(commonParams)
|
|
1688
|
-
.m(function (Command, cs, config, o) {
|
|
1689
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1690
|
-
})
|
|
1691
|
-
.s("AWSVeniceService", "DeleteMatchingWorkflow", {})
|
|
1692
|
-
.n("EntityResolutionClient", "DeleteMatchingWorkflowCommand")
|
|
1693
|
-
.sc(DeleteMatchingWorkflow$)
|
|
1694
|
-
.build() {
|
|
1618
|
+
class DeleteMatchingWorkflowCommand extends command(_ep0, _mw0, "DeleteMatchingWorkflow", DeleteMatchingWorkflow$) {
|
|
1695
1619
|
}
|
|
1696
1620
|
|
|
1697
|
-
class DeletePolicyStatementCommand extends
|
|
1698
|
-
.classBuilder()
|
|
1699
|
-
.ep(commonParams)
|
|
1700
|
-
.m(function (Command, cs, config, o) {
|
|
1701
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1702
|
-
})
|
|
1703
|
-
.s("AWSVeniceService", "DeletePolicyStatement", {})
|
|
1704
|
-
.n("EntityResolutionClient", "DeletePolicyStatementCommand")
|
|
1705
|
-
.sc(DeletePolicyStatement$)
|
|
1706
|
-
.build() {
|
|
1621
|
+
class DeletePolicyStatementCommand extends command(_ep0, _mw0, "DeletePolicyStatement", DeletePolicyStatement$) {
|
|
1707
1622
|
}
|
|
1708
1623
|
|
|
1709
|
-
class DeleteSchemaMappingCommand extends
|
|
1710
|
-
.classBuilder()
|
|
1711
|
-
.ep(commonParams)
|
|
1712
|
-
.m(function (Command, cs, config, o) {
|
|
1713
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1714
|
-
})
|
|
1715
|
-
.s("AWSVeniceService", "DeleteSchemaMapping", {})
|
|
1716
|
-
.n("EntityResolutionClient", "DeleteSchemaMappingCommand")
|
|
1717
|
-
.sc(DeleteSchemaMapping$)
|
|
1718
|
-
.build() {
|
|
1624
|
+
class DeleteSchemaMappingCommand extends command(_ep0, _mw0, "DeleteSchemaMapping", DeleteSchemaMapping$) {
|
|
1719
1625
|
}
|
|
1720
1626
|
|
|
1721
|
-
class GenerateMatchIdCommand extends
|
|
1722
|
-
.classBuilder()
|
|
1723
|
-
.ep(commonParams)
|
|
1724
|
-
.m(function (Command, cs, config, o) {
|
|
1725
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1726
|
-
})
|
|
1727
|
-
.s("AWSVeniceService", "GenerateMatchId", {})
|
|
1728
|
-
.n("EntityResolutionClient", "GenerateMatchIdCommand")
|
|
1729
|
-
.sc(GenerateMatchId$)
|
|
1730
|
-
.build() {
|
|
1627
|
+
class GenerateMatchIdCommand extends command(_ep0, _mw0, "GenerateMatchId", GenerateMatchId$) {
|
|
1731
1628
|
}
|
|
1732
1629
|
|
|
1733
|
-
class GetIdMappingJobCommand extends
|
|
1734
|
-
.classBuilder()
|
|
1735
|
-
.ep(commonParams)
|
|
1736
|
-
.m(function (Command, cs, config, o) {
|
|
1737
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1738
|
-
})
|
|
1739
|
-
.s("AWSVeniceService", "GetIdMappingJob", {})
|
|
1740
|
-
.n("EntityResolutionClient", "GetIdMappingJobCommand")
|
|
1741
|
-
.sc(GetIdMappingJob$)
|
|
1742
|
-
.build() {
|
|
1630
|
+
class GetIdMappingJobCommand extends command(_ep0, _mw0, "GetIdMappingJob", GetIdMappingJob$) {
|
|
1743
1631
|
}
|
|
1744
1632
|
|
|
1745
|
-
class GetIdMappingWorkflowCommand extends
|
|
1746
|
-
.classBuilder()
|
|
1747
|
-
.ep(commonParams)
|
|
1748
|
-
.m(function (Command, cs, config, o) {
|
|
1749
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1750
|
-
})
|
|
1751
|
-
.s("AWSVeniceService", "GetIdMappingWorkflow", {})
|
|
1752
|
-
.n("EntityResolutionClient", "GetIdMappingWorkflowCommand")
|
|
1753
|
-
.sc(GetIdMappingWorkflow$)
|
|
1754
|
-
.build() {
|
|
1633
|
+
class GetIdMappingWorkflowCommand extends command(_ep0, _mw0, "GetIdMappingWorkflow", GetIdMappingWorkflow$) {
|
|
1755
1634
|
}
|
|
1756
1635
|
|
|
1757
|
-
class GetIdNamespaceCommand extends
|
|
1758
|
-
.classBuilder()
|
|
1759
|
-
.ep(commonParams)
|
|
1760
|
-
.m(function (Command, cs, config, o) {
|
|
1761
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1762
|
-
})
|
|
1763
|
-
.s("AWSVeniceService", "GetIdNamespace", {})
|
|
1764
|
-
.n("EntityResolutionClient", "GetIdNamespaceCommand")
|
|
1765
|
-
.sc(GetIdNamespace$)
|
|
1766
|
-
.build() {
|
|
1636
|
+
class GetIdNamespaceCommand extends command(_ep0, _mw0, "GetIdNamespace", GetIdNamespace$) {
|
|
1767
1637
|
}
|
|
1768
1638
|
|
|
1769
|
-
class GetMatchIdCommand extends
|
|
1770
|
-
.classBuilder()
|
|
1771
|
-
.ep(commonParams)
|
|
1772
|
-
.m(function (Command, cs, config, o) {
|
|
1773
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1774
|
-
})
|
|
1775
|
-
.s("AWSVeniceService", "GetMatchId", {})
|
|
1776
|
-
.n("EntityResolutionClient", "GetMatchIdCommand")
|
|
1777
|
-
.sc(GetMatchId$)
|
|
1778
|
-
.build() {
|
|
1639
|
+
class GetMatchIdCommand extends command(_ep0, _mw0, "GetMatchId", GetMatchId$) {
|
|
1779
1640
|
}
|
|
1780
1641
|
|
|
1781
|
-
class GetMatchingJobCommand extends
|
|
1782
|
-
.classBuilder()
|
|
1783
|
-
.ep(commonParams)
|
|
1784
|
-
.m(function (Command, cs, config, o) {
|
|
1785
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1786
|
-
})
|
|
1787
|
-
.s("AWSVeniceService", "GetMatchingJob", {})
|
|
1788
|
-
.n("EntityResolutionClient", "GetMatchingJobCommand")
|
|
1789
|
-
.sc(GetMatchingJob$)
|
|
1790
|
-
.build() {
|
|
1642
|
+
class GetMatchingJobCommand extends command(_ep0, _mw0, "GetMatchingJob", GetMatchingJob$) {
|
|
1791
1643
|
}
|
|
1792
1644
|
|
|
1793
|
-
class GetMatchingWorkflowCommand extends
|
|
1794
|
-
.classBuilder()
|
|
1795
|
-
.ep(commonParams)
|
|
1796
|
-
.m(function (Command, cs, config, o) {
|
|
1797
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1798
|
-
})
|
|
1799
|
-
.s("AWSVeniceService", "GetMatchingWorkflow", {})
|
|
1800
|
-
.n("EntityResolutionClient", "GetMatchingWorkflowCommand")
|
|
1801
|
-
.sc(GetMatchingWorkflow$)
|
|
1802
|
-
.build() {
|
|
1645
|
+
class GetMatchingWorkflowCommand extends command(_ep0, _mw0, "GetMatchingWorkflow", GetMatchingWorkflow$) {
|
|
1803
1646
|
}
|
|
1804
1647
|
|
|
1805
|
-
class GetPolicyCommand extends
|
|
1806
|
-
.classBuilder()
|
|
1807
|
-
.ep(commonParams)
|
|
1808
|
-
.m(function (Command, cs, config, o) {
|
|
1809
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1810
|
-
})
|
|
1811
|
-
.s("AWSVeniceService", "GetPolicy", {})
|
|
1812
|
-
.n("EntityResolutionClient", "GetPolicyCommand")
|
|
1813
|
-
.sc(GetPolicy$)
|
|
1814
|
-
.build() {
|
|
1648
|
+
class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
|
|
1815
1649
|
}
|
|
1816
1650
|
|
|
1817
|
-
class GetProviderServiceCommand extends
|
|
1818
|
-
.classBuilder()
|
|
1819
|
-
.ep(commonParams)
|
|
1820
|
-
.m(function (Command, cs, config, o) {
|
|
1821
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1822
|
-
})
|
|
1823
|
-
.s("AWSVeniceService", "GetProviderService", {})
|
|
1824
|
-
.n("EntityResolutionClient", "GetProviderServiceCommand")
|
|
1825
|
-
.sc(GetProviderService$)
|
|
1826
|
-
.build() {
|
|
1651
|
+
class GetProviderServiceCommand extends command(_ep0, _mw0, "GetProviderService", GetProviderService$) {
|
|
1827
1652
|
}
|
|
1828
1653
|
|
|
1829
|
-
class GetSchemaMappingCommand extends
|
|
1830
|
-
.classBuilder()
|
|
1831
|
-
.ep(commonParams)
|
|
1832
|
-
.m(function (Command, cs, config, o) {
|
|
1833
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1834
|
-
})
|
|
1835
|
-
.s("AWSVeniceService", "GetSchemaMapping", {})
|
|
1836
|
-
.n("EntityResolutionClient", "GetSchemaMappingCommand")
|
|
1837
|
-
.sc(GetSchemaMapping$)
|
|
1838
|
-
.build() {
|
|
1654
|
+
class GetSchemaMappingCommand extends command(_ep0, _mw0, "GetSchemaMapping", GetSchemaMapping$) {
|
|
1839
1655
|
}
|
|
1840
1656
|
|
|
1841
|
-
class ListIdMappingJobsCommand extends
|
|
1842
|
-
.classBuilder()
|
|
1843
|
-
.ep(commonParams)
|
|
1844
|
-
.m(function (Command, cs, config, o) {
|
|
1845
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1846
|
-
})
|
|
1847
|
-
.s("AWSVeniceService", "ListIdMappingJobs", {})
|
|
1848
|
-
.n("EntityResolutionClient", "ListIdMappingJobsCommand")
|
|
1849
|
-
.sc(ListIdMappingJobs$)
|
|
1850
|
-
.build() {
|
|
1657
|
+
class ListIdMappingJobsCommand extends command(_ep0, _mw0, "ListIdMappingJobs", ListIdMappingJobs$) {
|
|
1851
1658
|
}
|
|
1852
1659
|
|
|
1853
|
-
class ListIdMappingWorkflowsCommand extends
|
|
1854
|
-
.classBuilder()
|
|
1855
|
-
.ep(commonParams)
|
|
1856
|
-
.m(function (Command, cs, config, o) {
|
|
1857
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1858
|
-
})
|
|
1859
|
-
.s("AWSVeniceService", "ListIdMappingWorkflows", {})
|
|
1860
|
-
.n("EntityResolutionClient", "ListIdMappingWorkflowsCommand")
|
|
1861
|
-
.sc(ListIdMappingWorkflows$)
|
|
1862
|
-
.build() {
|
|
1660
|
+
class ListIdMappingWorkflowsCommand extends command(_ep0, _mw0, "ListIdMappingWorkflows", ListIdMappingWorkflows$) {
|
|
1863
1661
|
}
|
|
1864
1662
|
|
|
1865
|
-
class ListIdNamespacesCommand extends
|
|
1866
|
-
.classBuilder()
|
|
1867
|
-
.ep(commonParams)
|
|
1868
|
-
.m(function (Command, cs, config, o) {
|
|
1869
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1870
|
-
})
|
|
1871
|
-
.s("AWSVeniceService", "ListIdNamespaces", {})
|
|
1872
|
-
.n("EntityResolutionClient", "ListIdNamespacesCommand")
|
|
1873
|
-
.sc(ListIdNamespaces$)
|
|
1874
|
-
.build() {
|
|
1663
|
+
class ListIdNamespacesCommand extends command(_ep0, _mw0, "ListIdNamespaces", ListIdNamespaces$) {
|
|
1875
1664
|
}
|
|
1876
1665
|
|
|
1877
|
-
class ListMatchingJobsCommand extends
|
|
1878
|
-
.classBuilder()
|
|
1879
|
-
.ep(commonParams)
|
|
1880
|
-
.m(function (Command, cs, config, o) {
|
|
1881
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1882
|
-
})
|
|
1883
|
-
.s("AWSVeniceService", "ListMatchingJobs", {})
|
|
1884
|
-
.n("EntityResolutionClient", "ListMatchingJobsCommand")
|
|
1885
|
-
.sc(ListMatchingJobs$)
|
|
1886
|
-
.build() {
|
|
1666
|
+
class ListMatchingJobsCommand extends command(_ep0, _mw0, "ListMatchingJobs", ListMatchingJobs$) {
|
|
1887
1667
|
}
|
|
1888
1668
|
|
|
1889
|
-
class ListMatchingWorkflowsCommand extends
|
|
1890
|
-
.classBuilder()
|
|
1891
|
-
.ep(commonParams)
|
|
1892
|
-
.m(function (Command, cs, config, o) {
|
|
1893
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1894
|
-
})
|
|
1895
|
-
.s("AWSVeniceService", "ListMatchingWorkflows", {})
|
|
1896
|
-
.n("EntityResolutionClient", "ListMatchingWorkflowsCommand")
|
|
1897
|
-
.sc(ListMatchingWorkflows$)
|
|
1898
|
-
.build() {
|
|
1669
|
+
class ListMatchingWorkflowsCommand extends command(_ep0, _mw0, "ListMatchingWorkflows", ListMatchingWorkflows$) {
|
|
1899
1670
|
}
|
|
1900
1671
|
|
|
1901
|
-
class ListProviderServicesCommand extends
|
|
1902
|
-
.classBuilder()
|
|
1903
|
-
.ep(commonParams)
|
|
1904
|
-
.m(function (Command, cs, config, o) {
|
|
1905
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1906
|
-
})
|
|
1907
|
-
.s("AWSVeniceService", "ListProviderServices", {})
|
|
1908
|
-
.n("EntityResolutionClient", "ListProviderServicesCommand")
|
|
1909
|
-
.sc(ListProviderServices$)
|
|
1910
|
-
.build() {
|
|
1672
|
+
class ListProviderServicesCommand extends command(_ep0, _mw0, "ListProviderServices", ListProviderServices$) {
|
|
1911
1673
|
}
|
|
1912
1674
|
|
|
1913
|
-
class ListSchemaMappingsCommand extends
|
|
1914
|
-
.classBuilder()
|
|
1915
|
-
.ep(commonParams)
|
|
1916
|
-
.m(function (Command, cs, config, o) {
|
|
1917
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1918
|
-
})
|
|
1919
|
-
.s("AWSVeniceService", "ListSchemaMappings", {})
|
|
1920
|
-
.n("EntityResolutionClient", "ListSchemaMappingsCommand")
|
|
1921
|
-
.sc(ListSchemaMappings$)
|
|
1922
|
-
.build() {
|
|
1675
|
+
class ListSchemaMappingsCommand extends command(_ep0, _mw0, "ListSchemaMappings", ListSchemaMappings$) {
|
|
1923
1676
|
}
|
|
1924
1677
|
|
|
1925
|
-
class ListTagsForResourceCommand extends
|
|
1926
|
-
.classBuilder()
|
|
1927
|
-
.ep(commonParams)
|
|
1928
|
-
.m(function (Command, cs, config, o) {
|
|
1929
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1930
|
-
})
|
|
1931
|
-
.s("AWSVeniceService", "ListTagsForResource", {})
|
|
1932
|
-
.n("EntityResolutionClient", "ListTagsForResourceCommand")
|
|
1933
|
-
.sc(ListTagsForResource$)
|
|
1934
|
-
.build() {
|
|
1678
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1935
1679
|
}
|
|
1936
1680
|
|
|
1937
|
-
class PutPolicyCommand extends
|
|
1938
|
-
.classBuilder()
|
|
1939
|
-
.ep(commonParams)
|
|
1940
|
-
.m(function (Command, cs, config, o) {
|
|
1941
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1942
|
-
})
|
|
1943
|
-
.s("AWSVeniceService", "PutPolicy", {})
|
|
1944
|
-
.n("EntityResolutionClient", "PutPolicyCommand")
|
|
1945
|
-
.sc(PutPolicy$)
|
|
1946
|
-
.build() {
|
|
1681
|
+
class PutPolicyCommand extends command(_ep0, _mw0, "PutPolicy", PutPolicy$) {
|
|
1947
1682
|
}
|
|
1948
1683
|
|
|
1949
|
-
class StartIdMappingJobCommand extends
|
|
1950
|
-
.classBuilder()
|
|
1951
|
-
.ep(commonParams)
|
|
1952
|
-
.m(function (Command, cs, config, o) {
|
|
1953
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1954
|
-
})
|
|
1955
|
-
.s("AWSVeniceService", "StartIdMappingJob", {})
|
|
1956
|
-
.n("EntityResolutionClient", "StartIdMappingJobCommand")
|
|
1957
|
-
.sc(StartIdMappingJob$)
|
|
1958
|
-
.build() {
|
|
1684
|
+
class StartIdMappingJobCommand extends command(_ep0, _mw0, "StartIdMappingJob", StartIdMappingJob$) {
|
|
1959
1685
|
}
|
|
1960
1686
|
|
|
1961
|
-
class StartMatchingJobCommand extends
|
|
1962
|
-
.classBuilder()
|
|
1963
|
-
.ep(commonParams)
|
|
1964
|
-
.m(function (Command, cs, config, o) {
|
|
1965
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1966
|
-
})
|
|
1967
|
-
.s("AWSVeniceService", "StartMatchingJob", {})
|
|
1968
|
-
.n("EntityResolutionClient", "StartMatchingJobCommand")
|
|
1969
|
-
.sc(StartMatchingJob$)
|
|
1970
|
-
.build() {
|
|
1687
|
+
class StartMatchingJobCommand extends command(_ep0, _mw0, "StartMatchingJob", StartMatchingJob$) {
|
|
1971
1688
|
}
|
|
1972
1689
|
|
|
1973
|
-
class TagResourceCommand extends
|
|
1974
|
-
.classBuilder()
|
|
1975
|
-
.ep(commonParams)
|
|
1976
|
-
.m(function (Command, cs, config, o) {
|
|
1977
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1978
|
-
})
|
|
1979
|
-
.s("AWSVeniceService", "TagResource", {})
|
|
1980
|
-
.n("EntityResolutionClient", "TagResourceCommand")
|
|
1981
|
-
.sc(TagResource$)
|
|
1982
|
-
.build() {
|
|
1690
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1983
1691
|
}
|
|
1984
1692
|
|
|
1985
|
-
class UntagResourceCommand extends
|
|
1986
|
-
.classBuilder()
|
|
1987
|
-
.ep(commonParams)
|
|
1988
|
-
.m(function (Command, cs, config, o) {
|
|
1989
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1990
|
-
})
|
|
1991
|
-
.s("AWSVeniceService", "UntagResource", {})
|
|
1992
|
-
.n("EntityResolutionClient", "UntagResourceCommand")
|
|
1993
|
-
.sc(UntagResource$)
|
|
1994
|
-
.build() {
|
|
1693
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1995
1694
|
}
|
|
1996
1695
|
|
|
1997
|
-
class UpdateIdMappingWorkflowCommand extends
|
|
1998
|
-
.classBuilder()
|
|
1999
|
-
.ep(commonParams)
|
|
2000
|
-
.m(function (Command, cs, config, o) {
|
|
2001
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2002
|
-
})
|
|
2003
|
-
.s("AWSVeniceService", "UpdateIdMappingWorkflow", {})
|
|
2004
|
-
.n("EntityResolutionClient", "UpdateIdMappingWorkflowCommand")
|
|
2005
|
-
.sc(UpdateIdMappingWorkflow$)
|
|
2006
|
-
.build() {
|
|
1696
|
+
class UpdateIdMappingWorkflowCommand extends command(_ep0, _mw0, "UpdateIdMappingWorkflow", UpdateIdMappingWorkflow$) {
|
|
2007
1697
|
}
|
|
2008
1698
|
|
|
2009
|
-
class UpdateIdNamespaceCommand extends
|
|
2010
|
-
.classBuilder()
|
|
2011
|
-
.ep(commonParams)
|
|
2012
|
-
.m(function (Command, cs, config, o) {
|
|
2013
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2014
|
-
})
|
|
2015
|
-
.s("AWSVeniceService", "UpdateIdNamespace", {})
|
|
2016
|
-
.n("EntityResolutionClient", "UpdateIdNamespaceCommand")
|
|
2017
|
-
.sc(UpdateIdNamespace$)
|
|
2018
|
-
.build() {
|
|
1699
|
+
class UpdateIdNamespaceCommand extends command(_ep0, _mw0, "UpdateIdNamespace", UpdateIdNamespace$) {
|
|
2019
1700
|
}
|
|
2020
1701
|
|
|
2021
|
-
class UpdateMatchingWorkflowCommand extends
|
|
2022
|
-
.classBuilder()
|
|
2023
|
-
.ep(commonParams)
|
|
2024
|
-
.m(function (Command, cs, config, o) {
|
|
2025
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2026
|
-
})
|
|
2027
|
-
.s("AWSVeniceService", "UpdateMatchingWorkflow", {})
|
|
2028
|
-
.n("EntityResolutionClient", "UpdateMatchingWorkflowCommand")
|
|
2029
|
-
.sc(UpdateMatchingWorkflow$)
|
|
2030
|
-
.build() {
|
|
1702
|
+
class UpdateMatchingWorkflowCommand extends command(_ep0, _mw0, "UpdateMatchingWorkflow", UpdateMatchingWorkflow$) {
|
|
2031
1703
|
}
|
|
2032
1704
|
|
|
2033
|
-
class UpdateSchemaMappingCommand extends
|
|
2034
|
-
.classBuilder()
|
|
2035
|
-
.ep(commonParams)
|
|
2036
|
-
.m(function (Command, cs, config, o) {
|
|
2037
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2038
|
-
})
|
|
2039
|
-
.s("AWSVeniceService", "UpdateSchemaMapping", {})
|
|
2040
|
-
.n("EntityResolutionClient", "UpdateSchemaMappingCommand")
|
|
2041
|
-
.sc(UpdateSchemaMapping$)
|
|
2042
|
-
.build() {
|
|
1705
|
+
class UpdateSchemaMappingCommand extends command(_ep0, _mw0, "UpdateSchemaMapping", UpdateSchemaMapping$) {
|
|
2043
1706
|
}
|
|
2044
1707
|
|
|
2045
1708
|
const paginateListIdMappingJobs = createPaginator(EntityResolutionClient, ListIdMappingJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSVeniceService", "EntityResolutionClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AddPolicyStatement$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddPolicyStatementCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "AddPolicyStatement", {})
|
|
13
|
-
.n("EntityResolutionClient", "AddPolicyStatementCommand")
|
|
14
|
-
.sc(AddPolicyStatement$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddPolicyStatementCommand extends command(_ep0, _mw0, "AddPolicyStatement", AddPolicyStatement$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDeleteUniqueId$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDeleteUniqueIdCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "BatchDeleteUniqueId", {})
|
|
13
|
-
.n("EntityResolutionClient", "BatchDeleteUniqueIdCommand")
|
|
14
|
-
.sc(BatchDeleteUniqueId$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteUniqueIdCommand extends command(_ep0, _mw0, "BatchDeleteUniqueId", BatchDeleteUniqueId$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateIdMappingWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateIdMappingWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "CreateIdMappingWorkflow", {})
|
|
13
|
-
.n("EntityResolutionClient", "CreateIdMappingWorkflowCommand")
|
|
14
|
-
.sc(CreateIdMappingWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateIdMappingWorkflowCommand extends command(_ep0, _mw0, "CreateIdMappingWorkflow", CreateIdMappingWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateIdNamespace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateIdNamespaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "CreateIdNamespace", {})
|
|
13
|
-
.n("EntityResolutionClient", "CreateIdNamespaceCommand")
|
|
14
|
-
.sc(CreateIdNamespace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateIdNamespaceCommand extends command(_ep0, _mw0, "CreateIdNamespace", CreateIdNamespace$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateMatchingWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMatchingWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "CreateMatchingWorkflow", {})
|
|
13
|
-
.n("EntityResolutionClient", "CreateMatchingWorkflowCommand")
|
|
14
|
-
.sc(CreateMatchingWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMatchingWorkflowCommand extends command(_ep0, _mw0, "CreateMatchingWorkflow", CreateMatchingWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateSchemaMapping$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSchemaMappingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "CreateSchemaMapping", {})
|
|
13
|
-
.n("EntityResolutionClient", "CreateSchemaMappingCommand")
|
|
14
|
-
.sc(CreateSchemaMapping$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSchemaMappingCommand extends command(_ep0, _mw0, "CreateSchemaMapping", CreateSchemaMapping$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIdMappingWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIdMappingWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "DeleteIdMappingWorkflow", {})
|
|
13
|
-
.n("EntityResolutionClient", "DeleteIdMappingWorkflowCommand")
|
|
14
|
-
.sc(DeleteIdMappingWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIdMappingWorkflowCommand extends command(_ep0, _mw0, "DeleteIdMappingWorkflow", DeleteIdMappingWorkflow$) {
|
|
16
4
|
}
|