@aws-sdk/client-entityresolution 3.1076.0 → 3.1078.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.
Files changed (134) hide show
  1. package/dist-cjs/index.js +49 -385
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddPolicyStatementCommand.js +2 -14
  4. package/dist-es/commands/BatchDeleteUniqueIdCommand.js +2 -14
  5. package/dist-es/commands/CreateIdMappingWorkflowCommand.js +2 -14
  6. package/dist-es/commands/CreateIdNamespaceCommand.js +2 -14
  7. package/dist-es/commands/CreateMatchingWorkflowCommand.js +2 -14
  8. package/dist-es/commands/CreateSchemaMappingCommand.js +2 -14
  9. package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +2 -14
  10. package/dist-es/commands/DeleteIdNamespaceCommand.js +2 -14
  11. package/dist-es/commands/DeleteMatchingWorkflowCommand.js +2 -14
  12. package/dist-es/commands/DeletePolicyStatementCommand.js +2 -14
  13. package/dist-es/commands/DeleteSchemaMappingCommand.js +2 -14
  14. package/dist-es/commands/GenerateMatchIdCommand.js +2 -14
  15. package/dist-es/commands/GetIdMappingJobCommand.js +2 -14
  16. package/dist-es/commands/GetIdMappingWorkflowCommand.js +2 -14
  17. package/dist-es/commands/GetIdNamespaceCommand.js +2 -14
  18. package/dist-es/commands/GetMatchIdCommand.js +2 -14
  19. package/dist-es/commands/GetMatchingJobCommand.js +2 -14
  20. package/dist-es/commands/GetMatchingWorkflowCommand.js +2 -14
  21. package/dist-es/commands/GetPolicyCommand.js +2 -14
  22. package/dist-es/commands/GetProviderServiceCommand.js +2 -14
  23. package/dist-es/commands/GetSchemaMappingCommand.js +2 -14
  24. package/dist-es/commands/ListIdMappingJobsCommand.js +2 -14
  25. package/dist-es/commands/ListIdMappingWorkflowsCommand.js +2 -14
  26. package/dist-es/commands/ListIdNamespacesCommand.js +2 -14
  27. package/dist-es/commands/ListMatchingJobsCommand.js +2 -14
  28. package/dist-es/commands/ListMatchingWorkflowsCommand.js +2 -14
  29. package/dist-es/commands/ListProviderServicesCommand.js +2 -14
  30. package/dist-es/commands/ListSchemaMappingsCommand.js +2 -14
  31. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  32. package/dist-es/commands/PutPolicyCommand.js +2 -14
  33. package/dist-es/commands/StartIdMappingJobCommand.js +2 -14
  34. package/dist-es/commands/StartMatchingJobCommand.js +2 -14
  35. package/dist-es/commands/TagResourceCommand.js +2 -14
  36. package/dist-es/commands/UntagResourceCommand.js +2 -14
  37. package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +2 -14
  38. package/dist-es/commands/UpdateIdNamespaceCommand.js +2 -14
  39. package/dist-es/commands/UpdateMatchingWorkflowCommand.js +2 -14
  40. package/dist-es/commands/UpdateSchemaMappingCommand.js +2 -14
  41. package/dist-es/index.js +1 -0
  42. package/dist-es/runtimeConfig.browser.js +0 -2
  43. package/dist-es/runtimeConfig.js +1 -2
  44. package/dist-es/runtimeConfig.native.js +0 -2
  45. package/dist-es/runtimeConfig.shared.js +2 -0
  46. package/dist-types/commandBuilder.d.ts +18 -0
  47. package/dist-types/commands/AddPolicyStatementCommand.d.ts +3 -8
  48. package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateIdNamespaceCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateSchemaMappingCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +3 -8
  56. package/dist-types/commands/DeletePolicyStatementCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +3 -8
  58. package/dist-types/commands/GenerateMatchIdCommand.d.ts +3 -8
  59. package/dist-types/commands/GetIdMappingJobCommand.d.ts +3 -8
  60. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +3 -8
  61. package/dist-types/commands/GetIdNamespaceCommand.d.ts +3 -8
  62. package/dist-types/commands/GetMatchIdCommand.d.ts +3 -8
  63. package/dist-types/commands/GetMatchingJobCommand.d.ts +3 -8
  64. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +3 -8
  65. package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
  66. package/dist-types/commands/GetProviderServiceCommand.d.ts +3 -8
  67. package/dist-types/commands/GetSchemaMappingCommand.d.ts +3 -8
  68. package/dist-types/commands/ListIdMappingJobsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListIdNamespacesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListMatchingJobsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListProviderServicesCommand.d.ts +3 -8
  74. package/dist-types/commands/ListSchemaMappingsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  76. package/dist-types/commands/PutPolicyCommand.d.ts +3 -8
  77. package/dist-types/commands/StartIdMappingJobCommand.d.ts +3 -8
  78. package/dist-types/commands/StartMatchingJobCommand.d.ts +3 -8
  79. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +3 -8
  83. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +3 -8
  85. package/dist-types/index.d.ts +1 -0
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  87. package/dist-types/runtimeConfig.d.ts +1 -1
  88. package/dist-types/runtimeConfig.native.d.ts +1 -1
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  91. package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/index.d.ts +1 -0
  130. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  131. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  132. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  133. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  134. package/package.json +8 -10
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, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
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");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultEntityResolutionHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -1464,6 +1466,7 @@ const getRuntimeConfig$1 = (config) => {
1464
1466
  serviceTarget: "AWSVeniceService",
1465
1467
  },
1466
1468
  serviceId: config?.serviceId ?? "EntityResolution",
1469
+ sha256: config?.sha256 ?? Sha256,
1467
1470
  urlParser: config?.urlParser ?? parseUrl,
1468
1471
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1469
1472
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1497,7 +1500,6 @@ const getRuntimeConfig = (config) => {
1497
1500
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1498
1501
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1499
1502
  }, config),
1500
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1501
1503
  streamCollector: config?.streamCollector ?? streamCollector,
1502
1504
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1503
1505
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1585,460 +1587,122 @@ class EntityResolutionClient extends Client {
1585
1587
  }
1586
1588
  }
1587
1589
 
1588
- class AddPolicyStatementCommand extends Command
1589
- .classBuilder()
1590
- .ep(commonParams)
1591
- .m(function (Command, cs, config, o) {
1592
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1593
- })
1594
- .s("AWSVeniceService", "AddPolicyStatement", {})
1595
- .n("EntityResolutionClient", "AddPolicyStatementCommand")
1596
- .sc(AddPolicyStatement$)
1597
- .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$) {
1598
1595
  }
1599
1596
 
1600
- class BatchDeleteUniqueIdCommand extends Command
1601
- .classBuilder()
1602
- .ep(commonParams)
1603
- .m(function (Command, cs, config, o) {
1604
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1605
- })
1606
- .s("AWSVeniceService", "BatchDeleteUniqueId", {})
1607
- .n("EntityResolutionClient", "BatchDeleteUniqueIdCommand")
1608
- .sc(BatchDeleteUniqueId$)
1609
- .build() {
1597
+ class BatchDeleteUniqueIdCommand extends command(_ep0, _mw0, "BatchDeleteUniqueId", BatchDeleteUniqueId$) {
1610
1598
  }
1611
1599
 
1612
- class CreateIdMappingWorkflowCommand extends Command
1613
- .classBuilder()
1614
- .ep(commonParams)
1615
- .m(function (Command, cs, config, o) {
1616
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1617
- })
1618
- .s("AWSVeniceService", "CreateIdMappingWorkflow", {})
1619
- .n("EntityResolutionClient", "CreateIdMappingWorkflowCommand")
1620
- .sc(CreateIdMappingWorkflow$)
1621
- .build() {
1600
+ class CreateIdMappingWorkflowCommand extends command(_ep0, _mw0, "CreateIdMappingWorkflow", CreateIdMappingWorkflow$) {
1622
1601
  }
1623
1602
 
1624
- class CreateIdNamespaceCommand extends Command
1625
- .classBuilder()
1626
- .ep(commonParams)
1627
- .m(function (Command, cs, config, o) {
1628
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1629
- })
1630
- .s("AWSVeniceService", "CreateIdNamespace", {})
1631
- .n("EntityResolutionClient", "CreateIdNamespaceCommand")
1632
- .sc(CreateIdNamespace$)
1633
- .build() {
1603
+ class CreateIdNamespaceCommand extends command(_ep0, _mw0, "CreateIdNamespace", CreateIdNamespace$) {
1634
1604
  }
1635
1605
 
1636
- class CreateMatchingWorkflowCommand extends Command
1637
- .classBuilder()
1638
- .ep(commonParams)
1639
- .m(function (Command, cs, config, o) {
1640
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1641
- })
1642
- .s("AWSVeniceService", "CreateMatchingWorkflow", {})
1643
- .n("EntityResolutionClient", "CreateMatchingWorkflowCommand")
1644
- .sc(CreateMatchingWorkflow$)
1645
- .build() {
1606
+ class CreateMatchingWorkflowCommand extends command(_ep0, _mw0, "CreateMatchingWorkflow", CreateMatchingWorkflow$) {
1646
1607
  }
1647
1608
 
1648
- class CreateSchemaMappingCommand extends Command
1649
- .classBuilder()
1650
- .ep(commonParams)
1651
- .m(function (Command, cs, config, o) {
1652
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1653
- })
1654
- .s("AWSVeniceService", "CreateSchemaMapping", {})
1655
- .n("EntityResolutionClient", "CreateSchemaMappingCommand")
1656
- .sc(CreateSchemaMapping$)
1657
- .build() {
1609
+ class CreateSchemaMappingCommand extends command(_ep0, _mw0, "CreateSchemaMapping", CreateSchemaMapping$) {
1658
1610
  }
1659
1611
 
1660
- class DeleteIdMappingWorkflowCommand extends Command
1661
- .classBuilder()
1662
- .ep(commonParams)
1663
- .m(function (Command, cs, config, o) {
1664
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1665
- })
1666
- .s("AWSVeniceService", "DeleteIdMappingWorkflow", {})
1667
- .n("EntityResolutionClient", "DeleteIdMappingWorkflowCommand")
1668
- .sc(DeleteIdMappingWorkflow$)
1669
- .build() {
1612
+ class DeleteIdMappingWorkflowCommand extends command(_ep0, _mw0, "DeleteIdMappingWorkflow", DeleteIdMappingWorkflow$) {
1670
1613
  }
1671
1614
 
1672
- class DeleteIdNamespaceCommand extends Command
1673
- .classBuilder()
1674
- .ep(commonParams)
1675
- .m(function (Command, cs, config, o) {
1676
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1677
- })
1678
- .s("AWSVeniceService", "DeleteIdNamespace", {})
1679
- .n("EntityResolutionClient", "DeleteIdNamespaceCommand")
1680
- .sc(DeleteIdNamespace$)
1681
- .build() {
1615
+ class DeleteIdNamespaceCommand extends command(_ep0, _mw0, "DeleteIdNamespace", DeleteIdNamespace$) {
1682
1616
  }
1683
1617
 
1684
- class DeleteMatchingWorkflowCommand extends Command
1685
- .classBuilder()
1686
- .ep(commonParams)
1687
- .m(function (Command, cs, config, o) {
1688
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1689
- })
1690
- .s("AWSVeniceService", "DeleteMatchingWorkflow", {})
1691
- .n("EntityResolutionClient", "DeleteMatchingWorkflowCommand")
1692
- .sc(DeleteMatchingWorkflow$)
1693
- .build() {
1618
+ class DeleteMatchingWorkflowCommand extends command(_ep0, _mw0, "DeleteMatchingWorkflow", DeleteMatchingWorkflow$) {
1694
1619
  }
1695
1620
 
1696
- class DeletePolicyStatementCommand extends Command
1697
- .classBuilder()
1698
- .ep(commonParams)
1699
- .m(function (Command, cs, config, o) {
1700
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1701
- })
1702
- .s("AWSVeniceService", "DeletePolicyStatement", {})
1703
- .n("EntityResolutionClient", "DeletePolicyStatementCommand")
1704
- .sc(DeletePolicyStatement$)
1705
- .build() {
1621
+ class DeletePolicyStatementCommand extends command(_ep0, _mw0, "DeletePolicyStatement", DeletePolicyStatement$) {
1706
1622
  }
1707
1623
 
1708
- class DeleteSchemaMappingCommand extends Command
1709
- .classBuilder()
1710
- .ep(commonParams)
1711
- .m(function (Command, cs, config, o) {
1712
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1713
- })
1714
- .s("AWSVeniceService", "DeleteSchemaMapping", {})
1715
- .n("EntityResolutionClient", "DeleteSchemaMappingCommand")
1716
- .sc(DeleteSchemaMapping$)
1717
- .build() {
1624
+ class DeleteSchemaMappingCommand extends command(_ep0, _mw0, "DeleteSchemaMapping", DeleteSchemaMapping$) {
1718
1625
  }
1719
1626
 
1720
- class GenerateMatchIdCommand extends Command
1721
- .classBuilder()
1722
- .ep(commonParams)
1723
- .m(function (Command, cs, config, o) {
1724
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1725
- })
1726
- .s("AWSVeniceService", "GenerateMatchId", {})
1727
- .n("EntityResolutionClient", "GenerateMatchIdCommand")
1728
- .sc(GenerateMatchId$)
1729
- .build() {
1627
+ class GenerateMatchIdCommand extends command(_ep0, _mw0, "GenerateMatchId", GenerateMatchId$) {
1730
1628
  }
1731
1629
 
1732
- class GetIdMappingJobCommand extends Command
1733
- .classBuilder()
1734
- .ep(commonParams)
1735
- .m(function (Command, cs, config, o) {
1736
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1737
- })
1738
- .s("AWSVeniceService", "GetIdMappingJob", {})
1739
- .n("EntityResolutionClient", "GetIdMappingJobCommand")
1740
- .sc(GetIdMappingJob$)
1741
- .build() {
1630
+ class GetIdMappingJobCommand extends command(_ep0, _mw0, "GetIdMappingJob", GetIdMappingJob$) {
1742
1631
  }
1743
1632
 
1744
- class GetIdMappingWorkflowCommand extends Command
1745
- .classBuilder()
1746
- .ep(commonParams)
1747
- .m(function (Command, cs, config, o) {
1748
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1749
- })
1750
- .s("AWSVeniceService", "GetIdMappingWorkflow", {})
1751
- .n("EntityResolutionClient", "GetIdMappingWorkflowCommand")
1752
- .sc(GetIdMappingWorkflow$)
1753
- .build() {
1633
+ class GetIdMappingWorkflowCommand extends command(_ep0, _mw0, "GetIdMappingWorkflow", GetIdMappingWorkflow$) {
1754
1634
  }
1755
1635
 
1756
- class GetIdNamespaceCommand extends Command
1757
- .classBuilder()
1758
- .ep(commonParams)
1759
- .m(function (Command, cs, config, o) {
1760
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1761
- })
1762
- .s("AWSVeniceService", "GetIdNamespace", {})
1763
- .n("EntityResolutionClient", "GetIdNamespaceCommand")
1764
- .sc(GetIdNamespace$)
1765
- .build() {
1636
+ class GetIdNamespaceCommand extends command(_ep0, _mw0, "GetIdNamespace", GetIdNamespace$) {
1766
1637
  }
1767
1638
 
1768
- class GetMatchIdCommand extends Command
1769
- .classBuilder()
1770
- .ep(commonParams)
1771
- .m(function (Command, cs, config, o) {
1772
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1773
- })
1774
- .s("AWSVeniceService", "GetMatchId", {})
1775
- .n("EntityResolutionClient", "GetMatchIdCommand")
1776
- .sc(GetMatchId$)
1777
- .build() {
1639
+ class GetMatchIdCommand extends command(_ep0, _mw0, "GetMatchId", GetMatchId$) {
1778
1640
  }
1779
1641
 
1780
- class GetMatchingJobCommand extends Command
1781
- .classBuilder()
1782
- .ep(commonParams)
1783
- .m(function (Command, cs, config, o) {
1784
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1785
- })
1786
- .s("AWSVeniceService", "GetMatchingJob", {})
1787
- .n("EntityResolutionClient", "GetMatchingJobCommand")
1788
- .sc(GetMatchingJob$)
1789
- .build() {
1642
+ class GetMatchingJobCommand extends command(_ep0, _mw0, "GetMatchingJob", GetMatchingJob$) {
1790
1643
  }
1791
1644
 
1792
- class GetMatchingWorkflowCommand extends Command
1793
- .classBuilder()
1794
- .ep(commonParams)
1795
- .m(function (Command, cs, config, o) {
1796
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1797
- })
1798
- .s("AWSVeniceService", "GetMatchingWorkflow", {})
1799
- .n("EntityResolutionClient", "GetMatchingWorkflowCommand")
1800
- .sc(GetMatchingWorkflow$)
1801
- .build() {
1645
+ class GetMatchingWorkflowCommand extends command(_ep0, _mw0, "GetMatchingWorkflow", GetMatchingWorkflow$) {
1802
1646
  }
1803
1647
 
1804
- class GetPolicyCommand extends Command
1805
- .classBuilder()
1806
- .ep(commonParams)
1807
- .m(function (Command, cs, config, o) {
1808
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1809
- })
1810
- .s("AWSVeniceService", "GetPolicy", {})
1811
- .n("EntityResolutionClient", "GetPolicyCommand")
1812
- .sc(GetPolicy$)
1813
- .build() {
1648
+ class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
1814
1649
  }
1815
1650
 
1816
- class GetProviderServiceCommand extends Command
1817
- .classBuilder()
1818
- .ep(commonParams)
1819
- .m(function (Command, cs, config, o) {
1820
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1821
- })
1822
- .s("AWSVeniceService", "GetProviderService", {})
1823
- .n("EntityResolutionClient", "GetProviderServiceCommand")
1824
- .sc(GetProviderService$)
1825
- .build() {
1651
+ class GetProviderServiceCommand extends command(_ep0, _mw0, "GetProviderService", GetProviderService$) {
1826
1652
  }
1827
1653
 
1828
- class GetSchemaMappingCommand extends Command
1829
- .classBuilder()
1830
- .ep(commonParams)
1831
- .m(function (Command, cs, config, o) {
1832
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1833
- })
1834
- .s("AWSVeniceService", "GetSchemaMapping", {})
1835
- .n("EntityResolutionClient", "GetSchemaMappingCommand")
1836
- .sc(GetSchemaMapping$)
1837
- .build() {
1654
+ class GetSchemaMappingCommand extends command(_ep0, _mw0, "GetSchemaMapping", GetSchemaMapping$) {
1838
1655
  }
1839
1656
 
1840
- class ListIdMappingJobsCommand extends Command
1841
- .classBuilder()
1842
- .ep(commonParams)
1843
- .m(function (Command, cs, config, o) {
1844
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1845
- })
1846
- .s("AWSVeniceService", "ListIdMappingJobs", {})
1847
- .n("EntityResolutionClient", "ListIdMappingJobsCommand")
1848
- .sc(ListIdMappingJobs$)
1849
- .build() {
1657
+ class ListIdMappingJobsCommand extends command(_ep0, _mw0, "ListIdMappingJobs", ListIdMappingJobs$) {
1850
1658
  }
1851
1659
 
1852
- class ListIdMappingWorkflowsCommand extends Command
1853
- .classBuilder()
1854
- .ep(commonParams)
1855
- .m(function (Command, cs, config, o) {
1856
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1857
- })
1858
- .s("AWSVeniceService", "ListIdMappingWorkflows", {})
1859
- .n("EntityResolutionClient", "ListIdMappingWorkflowsCommand")
1860
- .sc(ListIdMappingWorkflows$)
1861
- .build() {
1660
+ class ListIdMappingWorkflowsCommand extends command(_ep0, _mw0, "ListIdMappingWorkflows", ListIdMappingWorkflows$) {
1862
1661
  }
1863
1662
 
1864
- class ListIdNamespacesCommand extends Command
1865
- .classBuilder()
1866
- .ep(commonParams)
1867
- .m(function (Command, cs, config, o) {
1868
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1869
- })
1870
- .s("AWSVeniceService", "ListIdNamespaces", {})
1871
- .n("EntityResolutionClient", "ListIdNamespacesCommand")
1872
- .sc(ListIdNamespaces$)
1873
- .build() {
1663
+ class ListIdNamespacesCommand extends command(_ep0, _mw0, "ListIdNamespaces", ListIdNamespaces$) {
1874
1664
  }
1875
1665
 
1876
- class ListMatchingJobsCommand extends Command
1877
- .classBuilder()
1878
- .ep(commonParams)
1879
- .m(function (Command, cs, config, o) {
1880
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1881
- })
1882
- .s("AWSVeniceService", "ListMatchingJobs", {})
1883
- .n("EntityResolutionClient", "ListMatchingJobsCommand")
1884
- .sc(ListMatchingJobs$)
1885
- .build() {
1666
+ class ListMatchingJobsCommand extends command(_ep0, _mw0, "ListMatchingJobs", ListMatchingJobs$) {
1886
1667
  }
1887
1668
 
1888
- class ListMatchingWorkflowsCommand extends Command
1889
- .classBuilder()
1890
- .ep(commonParams)
1891
- .m(function (Command, cs, config, o) {
1892
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1893
- })
1894
- .s("AWSVeniceService", "ListMatchingWorkflows", {})
1895
- .n("EntityResolutionClient", "ListMatchingWorkflowsCommand")
1896
- .sc(ListMatchingWorkflows$)
1897
- .build() {
1669
+ class ListMatchingWorkflowsCommand extends command(_ep0, _mw0, "ListMatchingWorkflows", ListMatchingWorkflows$) {
1898
1670
  }
1899
1671
 
1900
- class ListProviderServicesCommand extends Command
1901
- .classBuilder()
1902
- .ep(commonParams)
1903
- .m(function (Command, cs, config, o) {
1904
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1905
- })
1906
- .s("AWSVeniceService", "ListProviderServices", {})
1907
- .n("EntityResolutionClient", "ListProviderServicesCommand")
1908
- .sc(ListProviderServices$)
1909
- .build() {
1672
+ class ListProviderServicesCommand extends command(_ep0, _mw0, "ListProviderServices", ListProviderServices$) {
1910
1673
  }
1911
1674
 
1912
- class ListSchemaMappingsCommand extends Command
1913
- .classBuilder()
1914
- .ep(commonParams)
1915
- .m(function (Command, cs, config, o) {
1916
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1917
- })
1918
- .s("AWSVeniceService", "ListSchemaMappings", {})
1919
- .n("EntityResolutionClient", "ListSchemaMappingsCommand")
1920
- .sc(ListSchemaMappings$)
1921
- .build() {
1675
+ class ListSchemaMappingsCommand extends command(_ep0, _mw0, "ListSchemaMappings", ListSchemaMappings$) {
1922
1676
  }
1923
1677
 
1924
- class ListTagsForResourceCommand extends Command
1925
- .classBuilder()
1926
- .ep(commonParams)
1927
- .m(function (Command, cs, config, o) {
1928
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1929
- })
1930
- .s("AWSVeniceService", "ListTagsForResource", {})
1931
- .n("EntityResolutionClient", "ListTagsForResourceCommand")
1932
- .sc(ListTagsForResource$)
1933
- .build() {
1678
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1934
1679
  }
1935
1680
 
1936
- class PutPolicyCommand extends Command
1937
- .classBuilder()
1938
- .ep(commonParams)
1939
- .m(function (Command, cs, config, o) {
1940
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1941
- })
1942
- .s("AWSVeniceService", "PutPolicy", {})
1943
- .n("EntityResolutionClient", "PutPolicyCommand")
1944
- .sc(PutPolicy$)
1945
- .build() {
1681
+ class PutPolicyCommand extends command(_ep0, _mw0, "PutPolicy", PutPolicy$) {
1946
1682
  }
1947
1683
 
1948
- class StartIdMappingJobCommand extends Command
1949
- .classBuilder()
1950
- .ep(commonParams)
1951
- .m(function (Command, cs, config, o) {
1952
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1953
- })
1954
- .s("AWSVeniceService", "StartIdMappingJob", {})
1955
- .n("EntityResolutionClient", "StartIdMappingJobCommand")
1956
- .sc(StartIdMappingJob$)
1957
- .build() {
1684
+ class StartIdMappingJobCommand extends command(_ep0, _mw0, "StartIdMappingJob", StartIdMappingJob$) {
1958
1685
  }
1959
1686
 
1960
- class StartMatchingJobCommand extends Command
1961
- .classBuilder()
1962
- .ep(commonParams)
1963
- .m(function (Command, cs, config, o) {
1964
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1965
- })
1966
- .s("AWSVeniceService", "StartMatchingJob", {})
1967
- .n("EntityResolutionClient", "StartMatchingJobCommand")
1968
- .sc(StartMatchingJob$)
1969
- .build() {
1687
+ class StartMatchingJobCommand extends command(_ep0, _mw0, "StartMatchingJob", StartMatchingJob$) {
1970
1688
  }
1971
1689
 
1972
- class TagResourceCommand extends Command
1973
- .classBuilder()
1974
- .ep(commonParams)
1975
- .m(function (Command, cs, config, o) {
1976
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1977
- })
1978
- .s("AWSVeniceService", "TagResource", {})
1979
- .n("EntityResolutionClient", "TagResourceCommand")
1980
- .sc(TagResource$)
1981
- .build() {
1690
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1982
1691
  }
1983
1692
 
1984
- class UntagResourceCommand extends Command
1985
- .classBuilder()
1986
- .ep(commonParams)
1987
- .m(function (Command, cs, config, o) {
1988
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1989
- })
1990
- .s("AWSVeniceService", "UntagResource", {})
1991
- .n("EntityResolutionClient", "UntagResourceCommand")
1992
- .sc(UntagResource$)
1993
- .build() {
1693
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1994
1694
  }
1995
1695
 
1996
- class UpdateIdMappingWorkflowCommand extends Command
1997
- .classBuilder()
1998
- .ep(commonParams)
1999
- .m(function (Command, cs, config, o) {
2000
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2001
- })
2002
- .s("AWSVeniceService", "UpdateIdMappingWorkflow", {})
2003
- .n("EntityResolutionClient", "UpdateIdMappingWorkflowCommand")
2004
- .sc(UpdateIdMappingWorkflow$)
2005
- .build() {
1696
+ class UpdateIdMappingWorkflowCommand extends command(_ep0, _mw0, "UpdateIdMappingWorkflow", UpdateIdMappingWorkflow$) {
2006
1697
  }
2007
1698
 
2008
- class UpdateIdNamespaceCommand extends Command
2009
- .classBuilder()
2010
- .ep(commonParams)
2011
- .m(function (Command, cs, config, o) {
2012
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2013
- })
2014
- .s("AWSVeniceService", "UpdateIdNamespace", {})
2015
- .n("EntityResolutionClient", "UpdateIdNamespaceCommand")
2016
- .sc(UpdateIdNamespace$)
2017
- .build() {
1699
+ class UpdateIdNamespaceCommand extends command(_ep0, _mw0, "UpdateIdNamespace", UpdateIdNamespace$) {
2018
1700
  }
2019
1701
 
2020
- class UpdateMatchingWorkflowCommand extends Command
2021
- .classBuilder()
2022
- .ep(commonParams)
2023
- .m(function (Command, cs, config, o) {
2024
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2025
- })
2026
- .s("AWSVeniceService", "UpdateMatchingWorkflow", {})
2027
- .n("EntityResolutionClient", "UpdateMatchingWorkflowCommand")
2028
- .sc(UpdateMatchingWorkflow$)
2029
- .build() {
1702
+ class UpdateMatchingWorkflowCommand extends command(_ep0, _mw0, "UpdateMatchingWorkflow", UpdateMatchingWorkflow$) {
2030
1703
  }
2031
1704
 
2032
- class UpdateSchemaMappingCommand extends Command
2033
- .classBuilder()
2034
- .ep(commonParams)
2035
- .m(function (Command, cs, config, o) {
2036
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2037
- })
2038
- .s("AWSVeniceService", "UpdateSchemaMapping", {})
2039
- .n("EntityResolutionClient", "UpdateSchemaMappingCommand")
2040
- .sc(UpdateSchemaMapping$)
2041
- .build() {
1705
+ class UpdateSchemaMappingCommand extends command(_ep0, _mw0, "UpdateSchemaMapping", UpdateSchemaMapping$) {
2042
1706
  }
2043
1707
 
2044
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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
  }