@aws-sdk/client-dataexchange 3.1077.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.
- package/dist-cjs/index.js +45 -373
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptDataGrantCommand.js +2 -14
- package/dist-es/commands/CancelJobCommand.js +2 -14
- package/dist-es/commands/CreateDataGrantCommand.js +2 -14
- package/dist-es/commands/CreateDataSetCommand.js +2 -14
- package/dist-es/commands/CreateEventActionCommand.js +2 -14
- package/dist-es/commands/CreateJobCommand.js +2 -14
- package/dist-es/commands/CreateRevisionCommand.js +2 -14
- package/dist-es/commands/DeleteAssetCommand.js +2 -14
- package/dist-es/commands/DeleteDataGrantCommand.js +2 -14
- package/dist-es/commands/DeleteDataSetCommand.js +2 -14
- package/dist-es/commands/DeleteEventActionCommand.js +2 -14
- package/dist-es/commands/DeleteRevisionCommand.js +2 -14
- package/dist-es/commands/GetAssetCommand.js +2 -14
- package/dist-es/commands/GetDataGrantCommand.js +2 -14
- package/dist-es/commands/GetDataSetCommand.js +2 -14
- package/dist-es/commands/GetEventActionCommand.js +2 -14
- package/dist-es/commands/GetJobCommand.js +2 -14
- package/dist-es/commands/GetReceivedDataGrantCommand.js +2 -14
- package/dist-es/commands/GetRevisionCommand.js +2 -14
- package/dist-es/commands/ListDataGrantsCommand.js +2 -14
- package/dist-es/commands/ListDataSetRevisionsCommand.js +2 -14
- package/dist-es/commands/ListDataSetsCommand.js +2 -14
- package/dist-es/commands/ListEventActionsCommand.js +2 -14
- package/dist-es/commands/ListJobsCommand.js +2 -14
- package/dist-es/commands/ListReceivedDataGrantsCommand.js +2 -14
- package/dist-es/commands/ListRevisionAssetsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RevokeRevisionCommand.js +2 -14
- package/dist-es/commands/SendApiAssetCommand.js +2 -14
- package/dist-es/commands/SendDataSetNotificationCommand.js +2 -14
- package/dist-es/commands/StartJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAssetCommand.js +2 -14
- package/dist-es/commands/UpdateDataSetCommand.js +2 -14
- package/dist-es/commands/UpdateEventActionCommand.js +2 -14
- package/dist-es/commands/UpdateRevisionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptDataGrantCommand.d.ts +3 -8
- package/dist-types/commands/CancelJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataGrantCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventActionCommand.d.ts +3 -8
- package/dist-types/commands/CreateJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateRevisionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataGrantCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventActionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRevisionCommand.d.ts +3 -8
- package/dist-types/commands/GetAssetCommand.d.ts +3 -8
- package/dist-types/commands/GetDataGrantCommand.d.ts +3 -8
- package/dist-types/commands/GetDataSetCommand.d.ts +3 -8
- package/dist-types/commands/GetEventActionCommand.d.ts +3 -8
- package/dist-types/commands/GetJobCommand.d.ts +3 -8
- package/dist-types/commands/GetReceivedDataGrantCommand.d.ts +3 -8
- package/dist-types/commands/GetRevisionCommand.d.ts +3 -8
- package/dist-types/commands/ListDataGrantsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListReceivedDataGrantsCommand.d.ts +3 -8
- package/dist-types/commands/ListRevisionAssetsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RevokeRevisionCommand.d.ts +3 -8
- package/dist-types/commands/SendApiAssetCommand.d.ts +3 -8
- package/dist-types/commands/SendDataSetNotificationCommand.d.ts +3 -8
- package/dist-types/commands/StartJobCommand.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/UpdateAssetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventActionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRevisionCommand.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/AcceptDataGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReceivedDataGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataGrantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceivedDataGrantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartJobCommand.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/UpdateAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.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.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1640,448 +1641,119 @@ class DataExchangeClient extends Client {
|
|
|
1640
1641
|
}
|
|
1641
1642
|
}
|
|
1642
1643
|
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
})
|
|
1649
|
-
.s("DataExchange", "AcceptDataGrant", {})
|
|
1650
|
-
.n("DataExchangeClient", "AcceptDataGrantCommand")
|
|
1651
|
-
.sc(AcceptDataGrant$)
|
|
1652
|
-
.build() {
|
|
1644
|
+
const command = makeBuilder(commonParams, "DataExchange", "DataExchangeClient", getEndpointPlugin);
|
|
1645
|
+
const _ep0 = {};
|
|
1646
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1647
|
+
|
|
1648
|
+
class AcceptDataGrantCommand extends command(_ep0, _mw0, "AcceptDataGrant", AcceptDataGrant$) {
|
|
1653
1649
|
}
|
|
1654
1650
|
|
|
1655
|
-
class CancelJobCommand extends
|
|
1656
|
-
.classBuilder()
|
|
1657
|
-
.ep(commonParams)
|
|
1658
|
-
.m(function (Command, cs, config, o) {
|
|
1659
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1660
|
-
})
|
|
1661
|
-
.s("DataExchange", "CancelJob", {})
|
|
1662
|
-
.n("DataExchangeClient", "CancelJobCommand")
|
|
1663
|
-
.sc(CancelJob$)
|
|
1664
|
-
.build() {
|
|
1651
|
+
class CancelJobCommand extends command(_ep0, _mw0, "CancelJob", CancelJob$) {
|
|
1665
1652
|
}
|
|
1666
1653
|
|
|
1667
|
-
class CreateDataGrantCommand extends
|
|
1668
|
-
.classBuilder()
|
|
1669
|
-
.ep(commonParams)
|
|
1670
|
-
.m(function (Command, cs, config, o) {
|
|
1671
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1672
|
-
})
|
|
1673
|
-
.s("DataExchange", "CreateDataGrant", {})
|
|
1674
|
-
.n("DataExchangeClient", "CreateDataGrantCommand")
|
|
1675
|
-
.sc(CreateDataGrant$)
|
|
1676
|
-
.build() {
|
|
1654
|
+
class CreateDataGrantCommand extends command(_ep0, _mw0, "CreateDataGrant", CreateDataGrant$) {
|
|
1677
1655
|
}
|
|
1678
1656
|
|
|
1679
|
-
class CreateDataSetCommand extends
|
|
1680
|
-
.classBuilder()
|
|
1681
|
-
.ep(commonParams)
|
|
1682
|
-
.m(function (Command, cs, config, o) {
|
|
1683
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1684
|
-
})
|
|
1685
|
-
.s("DataExchange", "CreateDataSet", {})
|
|
1686
|
-
.n("DataExchangeClient", "CreateDataSetCommand")
|
|
1687
|
-
.sc(CreateDataSet$)
|
|
1688
|
-
.build() {
|
|
1657
|
+
class CreateDataSetCommand extends command(_ep0, _mw0, "CreateDataSet", CreateDataSet$) {
|
|
1689
1658
|
}
|
|
1690
1659
|
|
|
1691
|
-
class CreateEventActionCommand extends
|
|
1692
|
-
.classBuilder()
|
|
1693
|
-
.ep(commonParams)
|
|
1694
|
-
.m(function (Command, cs, config, o) {
|
|
1695
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1696
|
-
})
|
|
1697
|
-
.s("DataExchange", "CreateEventAction", {})
|
|
1698
|
-
.n("DataExchangeClient", "CreateEventActionCommand")
|
|
1699
|
-
.sc(CreateEventAction$)
|
|
1700
|
-
.build() {
|
|
1660
|
+
class CreateEventActionCommand extends command(_ep0, _mw0, "CreateEventAction", CreateEventAction$) {
|
|
1701
1661
|
}
|
|
1702
1662
|
|
|
1703
|
-
class CreateJobCommand extends
|
|
1704
|
-
.classBuilder()
|
|
1705
|
-
.ep(commonParams)
|
|
1706
|
-
.m(function (Command, cs, config, o) {
|
|
1707
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1708
|
-
})
|
|
1709
|
-
.s("DataExchange", "CreateJob", {})
|
|
1710
|
-
.n("DataExchangeClient", "CreateJobCommand")
|
|
1711
|
-
.sc(CreateJob$)
|
|
1712
|
-
.build() {
|
|
1663
|
+
class CreateJobCommand extends command(_ep0, _mw0, "CreateJob", CreateJob$) {
|
|
1713
1664
|
}
|
|
1714
1665
|
|
|
1715
|
-
class CreateRevisionCommand extends
|
|
1716
|
-
.classBuilder()
|
|
1717
|
-
.ep(commonParams)
|
|
1718
|
-
.m(function (Command, cs, config, o) {
|
|
1719
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1720
|
-
})
|
|
1721
|
-
.s("DataExchange", "CreateRevision", {})
|
|
1722
|
-
.n("DataExchangeClient", "CreateRevisionCommand")
|
|
1723
|
-
.sc(CreateRevision$)
|
|
1724
|
-
.build() {
|
|
1666
|
+
class CreateRevisionCommand extends command(_ep0, _mw0, "CreateRevision", CreateRevision$) {
|
|
1725
1667
|
}
|
|
1726
1668
|
|
|
1727
|
-
class DeleteAssetCommand extends
|
|
1728
|
-
.classBuilder()
|
|
1729
|
-
.ep(commonParams)
|
|
1730
|
-
.m(function (Command, cs, config, o) {
|
|
1731
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1732
|
-
})
|
|
1733
|
-
.s("DataExchange", "DeleteAsset", {})
|
|
1734
|
-
.n("DataExchangeClient", "DeleteAssetCommand")
|
|
1735
|
-
.sc(DeleteAsset$)
|
|
1736
|
-
.build() {
|
|
1669
|
+
class DeleteAssetCommand extends command(_ep0, _mw0, "DeleteAsset", DeleteAsset$) {
|
|
1737
1670
|
}
|
|
1738
1671
|
|
|
1739
|
-
class DeleteDataGrantCommand extends
|
|
1740
|
-
.classBuilder()
|
|
1741
|
-
.ep(commonParams)
|
|
1742
|
-
.m(function (Command, cs, config, o) {
|
|
1743
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1744
|
-
})
|
|
1745
|
-
.s("DataExchange", "DeleteDataGrant", {})
|
|
1746
|
-
.n("DataExchangeClient", "DeleteDataGrantCommand")
|
|
1747
|
-
.sc(DeleteDataGrant$)
|
|
1748
|
-
.build() {
|
|
1672
|
+
class DeleteDataGrantCommand extends command(_ep0, _mw0, "DeleteDataGrant", DeleteDataGrant$) {
|
|
1749
1673
|
}
|
|
1750
1674
|
|
|
1751
|
-
class DeleteDataSetCommand extends
|
|
1752
|
-
.classBuilder()
|
|
1753
|
-
.ep(commonParams)
|
|
1754
|
-
.m(function (Command, cs, config, o) {
|
|
1755
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1756
|
-
})
|
|
1757
|
-
.s("DataExchange", "DeleteDataSet", {})
|
|
1758
|
-
.n("DataExchangeClient", "DeleteDataSetCommand")
|
|
1759
|
-
.sc(DeleteDataSet$)
|
|
1760
|
-
.build() {
|
|
1675
|
+
class DeleteDataSetCommand extends command(_ep0, _mw0, "DeleteDataSet", DeleteDataSet$) {
|
|
1761
1676
|
}
|
|
1762
1677
|
|
|
1763
|
-
class DeleteEventActionCommand extends
|
|
1764
|
-
.classBuilder()
|
|
1765
|
-
.ep(commonParams)
|
|
1766
|
-
.m(function (Command, cs, config, o) {
|
|
1767
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1768
|
-
})
|
|
1769
|
-
.s("DataExchange", "DeleteEventAction", {})
|
|
1770
|
-
.n("DataExchangeClient", "DeleteEventActionCommand")
|
|
1771
|
-
.sc(DeleteEventAction$)
|
|
1772
|
-
.build() {
|
|
1678
|
+
class DeleteEventActionCommand extends command(_ep0, _mw0, "DeleteEventAction", DeleteEventAction$) {
|
|
1773
1679
|
}
|
|
1774
1680
|
|
|
1775
|
-
class DeleteRevisionCommand extends
|
|
1776
|
-
.classBuilder()
|
|
1777
|
-
.ep(commonParams)
|
|
1778
|
-
.m(function (Command, cs, config, o) {
|
|
1779
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1780
|
-
})
|
|
1781
|
-
.s("DataExchange", "DeleteRevision", {})
|
|
1782
|
-
.n("DataExchangeClient", "DeleteRevisionCommand")
|
|
1783
|
-
.sc(DeleteRevision$)
|
|
1784
|
-
.build() {
|
|
1681
|
+
class DeleteRevisionCommand extends command(_ep0, _mw0, "DeleteRevision", DeleteRevision$) {
|
|
1785
1682
|
}
|
|
1786
1683
|
|
|
1787
|
-
class GetAssetCommand extends
|
|
1788
|
-
.classBuilder()
|
|
1789
|
-
.ep(commonParams)
|
|
1790
|
-
.m(function (Command, cs, config, o) {
|
|
1791
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1792
|
-
})
|
|
1793
|
-
.s("DataExchange", "GetAsset", {})
|
|
1794
|
-
.n("DataExchangeClient", "GetAssetCommand")
|
|
1795
|
-
.sc(GetAsset$)
|
|
1796
|
-
.build() {
|
|
1684
|
+
class GetAssetCommand extends command(_ep0, _mw0, "GetAsset", GetAsset$) {
|
|
1797
1685
|
}
|
|
1798
1686
|
|
|
1799
|
-
class GetDataGrantCommand extends
|
|
1800
|
-
.classBuilder()
|
|
1801
|
-
.ep(commonParams)
|
|
1802
|
-
.m(function (Command, cs, config, o) {
|
|
1803
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1804
|
-
})
|
|
1805
|
-
.s("DataExchange", "GetDataGrant", {})
|
|
1806
|
-
.n("DataExchangeClient", "GetDataGrantCommand")
|
|
1807
|
-
.sc(GetDataGrant$)
|
|
1808
|
-
.build() {
|
|
1687
|
+
class GetDataGrantCommand extends command(_ep0, _mw0, "GetDataGrant", GetDataGrant$) {
|
|
1809
1688
|
}
|
|
1810
1689
|
|
|
1811
|
-
class GetDataSetCommand extends
|
|
1812
|
-
.classBuilder()
|
|
1813
|
-
.ep(commonParams)
|
|
1814
|
-
.m(function (Command, cs, config, o) {
|
|
1815
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1816
|
-
})
|
|
1817
|
-
.s("DataExchange", "GetDataSet", {})
|
|
1818
|
-
.n("DataExchangeClient", "GetDataSetCommand")
|
|
1819
|
-
.sc(GetDataSet$)
|
|
1820
|
-
.build() {
|
|
1690
|
+
class GetDataSetCommand extends command(_ep0, _mw0, "GetDataSet", GetDataSet$) {
|
|
1821
1691
|
}
|
|
1822
1692
|
|
|
1823
|
-
class GetEventActionCommand extends
|
|
1824
|
-
.classBuilder()
|
|
1825
|
-
.ep(commonParams)
|
|
1826
|
-
.m(function (Command, cs, config, o) {
|
|
1827
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1828
|
-
})
|
|
1829
|
-
.s("DataExchange", "GetEventAction", {})
|
|
1830
|
-
.n("DataExchangeClient", "GetEventActionCommand")
|
|
1831
|
-
.sc(GetEventAction$)
|
|
1832
|
-
.build() {
|
|
1693
|
+
class GetEventActionCommand extends command(_ep0, _mw0, "GetEventAction", GetEventAction$) {
|
|
1833
1694
|
}
|
|
1834
1695
|
|
|
1835
|
-
class GetJobCommand extends
|
|
1836
|
-
.classBuilder()
|
|
1837
|
-
.ep(commonParams)
|
|
1838
|
-
.m(function (Command, cs, config, o) {
|
|
1839
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1840
|
-
})
|
|
1841
|
-
.s("DataExchange", "GetJob", {})
|
|
1842
|
-
.n("DataExchangeClient", "GetJobCommand")
|
|
1843
|
-
.sc(GetJob$)
|
|
1844
|
-
.build() {
|
|
1696
|
+
class GetJobCommand extends command(_ep0, _mw0, "GetJob", GetJob$) {
|
|
1845
1697
|
}
|
|
1846
1698
|
|
|
1847
|
-
class GetReceivedDataGrantCommand extends
|
|
1848
|
-
.classBuilder()
|
|
1849
|
-
.ep(commonParams)
|
|
1850
|
-
.m(function (Command, cs, config, o) {
|
|
1851
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1852
|
-
})
|
|
1853
|
-
.s("DataExchange", "GetReceivedDataGrant", {})
|
|
1854
|
-
.n("DataExchangeClient", "GetReceivedDataGrantCommand")
|
|
1855
|
-
.sc(GetReceivedDataGrant$)
|
|
1856
|
-
.build() {
|
|
1699
|
+
class GetReceivedDataGrantCommand extends command(_ep0, _mw0, "GetReceivedDataGrant", GetReceivedDataGrant$) {
|
|
1857
1700
|
}
|
|
1858
1701
|
|
|
1859
|
-
class GetRevisionCommand extends
|
|
1860
|
-
.classBuilder()
|
|
1861
|
-
.ep(commonParams)
|
|
1862
|
-
.m(function (Command, cs, config, o) {
|
|
1863
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1864
|
-
})
|
|
1865
|
-
.s("DataExchange", "GetRevision", {})
|
|
1866
|
-
.n("DataExchangeClient", "GetRevisionCommand")
|
|
1867
|
-
.sc(GetRevision$)
|
|
1868
|
-
.build() {
|
|
1702
|
+
class GetRevisionCommand extends command(_ep0, _mw0, "GetRevision", GetRevision$) {
|
|
1869
1703
|
}
|
|
1870
1704
|
|
|
1871
|
-
class ListDataGrantsCommand extends
|
|
1872
|
-
.classBuilder()
|
|
1873
|
-
.ep(commonParams)
|
|
1874
|
-
.m(function (Command, cs, config, o) {
|
|
1875
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1876
|
-
})
|
|
1877
|
-
.s("DataExchange", "ListDataGrants", {})
|
|
1878
|
-
.n("DataExchangeClient", "ListDataGrantsCommand")
|
|
1879
|
-
.sc(ListDataGrants$)
|
|
1880
|
-
.build() {
|
|
1705
|
+
class ListDataGrantsCommand extends command(_ep0, _mw0, "ListDataGrants", ListDataGrants$) {
|
|
1881
1706
|
}
|
|
1882
1707
|
|
|
1883
|
-
class ListDataSetRevisionsCommand extends
|
|
1884
|
-
.classBuilder()
|
|
1885
|
-
.ep(commonParams)
|
|
1886
|
-
.m(function (Command, cs, config, o) {
|
|
1887
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1888
|
-
})
|
|
1889
|
-
.s("DataExchange", "ListDataSetRevisions", {})
|
|
1890
|
-
.n("DataExchangeClient", "ListDataSetRevisionsCommand")
|
|
1891
|
-
.sc(ListDataSetRevisions$)
|
|
1892
|
-
.build() {
|
|
1708
|
+
class ListDataSetRevisionsCommand extends command(_ep0, _mw0, "ListDataSetRevisions", ListDataSetRevisions$) {
|
|
1893
1709
|
}
|
|
1894
1710
|
|
|
1895
|
-
class ListDataSetsCommand extends
|
|
1896
|
-
.classBuilder()
|
|
1897
|
-
.ep(commonParams)
|
|
1898
|
-
.m(function (Command, cs, config, o) {
|
|
1899
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1900
|
-
})
|
|
1901
|
-
.s("DataExchange", "ListDataSets", {})
|
|
1902
|
-
.n("DataExchangeClient", "ListDataSetsCommand")
|
|
1903
|
-
.sc(ListDataSets$)
|
|
1904
|
-
.build() {
|
|
1711
|
+
class ListDataSetsCommand extends command(_ep0, _mw0, "ListDataSets", ListDataSets$) {
|
|
1905
1712
|
}
|
|
1906
1713
|
|
|
1907
|
-
class ListEventActionsCommand extends
|
|
1908
|
-
.classBuilder()
|
|
1909
|
-
.ep(commonParams)
|
|
1910
|
-
.m(function (Command, cs, config, o) {
|
|
1911
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1912
|
-
})
|
|
1913
|
-
.s("DataExchange", "ListEventActions", {})
|
|
1914
|
-
.n("DataExchangeClient", "ListEventActionsCommand")
|
|
1915
|
-
.sc(ListEventActions$)
|
|
1916
|
-
.build() {
|
|
1714
|
+
class ListEventActionsCommand extends command(_ep0, _mw0, "ListEventActions", ListEventActions$) {
|
|
1917
1715
|
}
|
|
1918
1716
|
|
|
1919
|
-
class ListJobsCommand extends
|
|
1920
|
-
.classBuilder()
|
|
1921
|
-
.ep(commonParams)
|
|
1922
|
-
.m(function (Command, cs, config, o) {
|
|
1923
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1924
|
-
})
|
|
1925
|
-
.s("DataExchange", "ListJobs", {})
|
|
1926
|
-
.n("DataExchangeClient", "ListJobsCommand")
|
|
1927
|
-
.sc(ListJobs$)
|
|
1928
|
-
.build() {
|
|
1717
|
+
class ListJobsCommand extends command(_ep0, _mw0, "ListJobs", ListJobs$) {
|
|
1929
1718
|
}
|
|
1930
1719
|
|
|
1931
|
-
class ListReceivedDataGrantsCommand extends
|
|
1932
|
-
.classBuilder()
|
|
1933
|
-
.ep(commonParams)
|
|
1934
|
-
.m(function (Command, cs, config, o) {
|
|
1935
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1936
|
-
})
|
|
1937
|
-
.s("DataExchange", "ListReceivedDataGrants", {})
|
|
1938
|
-
.n("DataExchangeClient", "ListReceivedDataGrantsCommand")
|
|
1939
|
-
.sc(ListReceivedDataGrants$)
|
|
1940
|
-
.build() {
|
|
1720
|
+
class ListReceivedDataGrantsCommand extends command(_ep0, _mw0, "ListReceivedDataGrants", ListReceivedDataGrants$) {
|
|
1941
1721
|
}
|
|
1942
1722
|
|
|
1943
|
-
class ListRevisionAssetsCommand extends
|
|
1944
|
-
.classBuilder()
|
|
1945
|
-
.ep(commonParams)
|
|
1946
|
-
.m(function (Command, cs, config, o) {
|
|
1947
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1948
|
-
})
|
|
1949
|
-
.s("DataExchange", "ListRevisionAssets", {})
|
|
1950
|
-
.n("DataExchangeClient", "ListRevisionAssetsCommand")
|
|
1951
|
-
.sc(ListRevisionAssets$)
|
|
1952
|
-
.build() {
|
|
1723
|
+
class ListRevisionAssetsCommand extends command(_ep0, _mw0, "ListRevisionAssets", ListRevisionAssets$) {
|
|
1953
1724
|
}
|
|
1954
1725
|
|
|
1955
|
-
class ListTagsForResourceCommand extends
|
|
1956
|
-
.classBuilder()
|
|
1957
|
-
.ep(commonParams)
|
|
1958
|
-
.m(function (Command, cs, config, o) {
|
|
1959
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1960
|
-
})
|
|
1961
|
-
.s("DataExchange", "ListTagsForResource", {})
|
|
1962
|
-
.n("DataExchangeClient", "ListTagsForResourceCommand")
|
|
1963
|
-
.sc(ListTagsForResource$)
|
|
1964
|
-
.build() {
|
|
1726
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1965
1727
|
}
|
|
1966
1728
|
|
|
1967
|
-
class RevokeRevisionCommand extends
|
|
1968
|
-
.classBuilder()
|
|
1969
|
-
.ep(commonParams)
|
|
1970
|
-
.m(function (Command, cs, config, o) {
|
|
1971
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1972
|
-
})
|
|
1973
|
-
.s("DataExchange", "RevokeRevision", {})
|
|
1974
|
-
.n("DataExchangeClient", "RevokeRevisionCommand")
|
|
1975
|
-
.sc(RevokeRevision$)
|
|
1976
|
-
.build() {
|
|
1729
|
+
class RevokeRevisionCommand extends command(_ep0, _mw0, "RevokeRevision", RevokeRevision$) {
|
|
1977
1730
|
}
|
|
1978
1731
|
|
|
1979
|
-
class SendApiAssetCommand extends
|
|
1980
|
-
.classBuilder()
|
|
1981
|
-
.ep(commonParams)
|
|
1982
|
-
.m(function (Command, cs, config, o) {
|
|
1983
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1984
|
-
})
|
|
1985
|
-
.s("DataExchange", "SendApiAsset", {})
|
|
1986
|
-
.n("DataExchangeClient", "SendApiAssetCommand")
|
|
1987
|
-
.sc(SendApiAsset$)
|
|
1988
|
-
.build() {
|
|
1732
|
+
class SendApiAssetCommand extends command(_ep0, _mw0, "SendApiAsset", SendApiAsset$) {
|
|
1989
1733
|
}
|
|
1990
1734
|
|
|
1991
|
-
class SendDataSetNotificationCommand extends
|
|
1992
|
-
.classBuilder()
|
|
1993
|
-
.ep(commonParams)
|
|
1994
|
-
.m(function (Command, cs, config, o) {
|
|
1995
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1996
|
-
})
|
|
1997
|
-
.s("DataExchange", "SendDataSetNotification", {})
|
|
1998
|
-
.n("DataExchangeClient", "SendDataSetNotificationCommand")
|
|
1999
|
-
.sc(SendDataSetNotification$)
|
|
2000
|
-
.build() {
|
|
1735
|
+
class SendDataSetNotificationCommand extends command(_ep0, _mw0, "SendDataSetNotification", SendDataSetNotification$) {
|
|
2001
1736
|
}
|
|
2002
1737
|
|
|
2003
|
-
class StartJobCommand extends
|
|
2004
|
-
.classBuilder()
|
|
2005
|
-
.ep(commonParams)
|
|
2006
|
-
.m(function (Command, cs, config, o) {
|
|
2007
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2008
|
-
})
|
|
2009
|
-
.s("DataExchange", "StartJob", {})
|
|
2010
|
-
.n("DataExchangeClient", "StartJobCommand")
|
|
2011
|
-
.sc(StartJob$)
|
|
2012
|
-
.build() {
|
|
1738
|
+
class StartJobCommand extends command(_ep0, _mw0, "StartJob", StartJob$) {
|
|
2013
1739
|
}
|
|
2014
1740
|
|
|
2015
|
-
class TagResourceCommand extends
|
|
2016
|
-
.classBuilder()
|
|
2017
|
-
.ep(commonParams)
|
|
2018
|
-
.m(function (Command, cs, config, o) {
|
|
2019
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2020
|
-
})
|
|
2021
|
-
.s("DataExchange", "TagResource", {})
|
|
2022
|
-
.n("DataExchangeClient", "TagResourceCommand")
|
|
2023
|
-
.sc(TagResource$)
|
|
2024
|
-
.build() {
|
|
1741
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2025
1742
|
}
|
|
2026
1743
|
|
|
2027
|
-
class UntagResourceCommand extends
|
|
2028
|
-
.classBuilder()
|
|
2029
|
-
.ep(commonParams)
|
|
2030
|
-
.m(function (Command, cs, config, o) {
|
|
2031
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2032
|
-
})
|
|
2033
|
-
.s("DataExchange", "UntagResource", {})
|
|
2034
|
-
.n("DataExchangeClient", "UntagResourceCommand")
|
|
2035
|
-
.sc(UntagResource$)
|
|
2036
|
-
.build() {
|
|
1744
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2037
1745
|
}
|
|
2038
1746
|
|
|
2039
|
-
class UpdateAssetCommand extends
|
|
2040
|
-
.classBuilder()
|
|
2041
|
-
.ep(commonParams)
|
|
2042
|
-
.m(function (Command, cs, config, o) {
|
|
2043
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2044
|
-
})
|
|
2045
|
-
.s("DataExchange", "UpdateAsset", {})
|
|
2046
|
-
.n("DataExchangeClient", "UpdateAssetCommand")
|
|
2047
|
-
.sc(UpdateAsset$)
|
|
2048
|
-
.build() {
|
|
1747
|
+
class UpdateAssetCommand extends command(_ep0, _mw0, "UpdateAsset", UpdateAsset$) {
|
|
2049
1748
|
}
|
|
2050
1749
|
|
|
2051
|
-
class UpdateDataSetCommand extends
|
|
2052
|
-
.classBuilder()
|
|
2053
|
-
.ep(commonParams)
|
|
2054
|
-
.m(function (Command, cs, config, o) {
|
|
2055
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2056
|
-
})
|
|
2057
|
-
.s("DataExchange", "UpdateDataSet", {})
|
|
2058
|
-
.n("DataExchangeClient", "UpdateDataSetCommand")
|
|
2059
|
-
.sc(UpdateDataSet$)
|
|
2060
|
-
.build() {
|
|
1750
|
+
class UpdateDataSetCommand extends command(_ep0, _mw0, "UpdateDataSet", UpdateDataSet$) {
|
|
2061
1751
|
}
|
|
2062
1752
|
|
|
2063
|
-
class UpdateEventActionCommand extends
|
|
2064
|
-
.classBuilder()
|
|
2065
|
-
.ep(commonParams)
|
|
2066
|
-
.m(function (Command, cs, config, o) {
|
|
2067
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2068
|
-
})
|
|
2069
|
-
.s("DataExchange", "UpdateEventAction", {})
|
|
2070
|
-
.n("DataExchangeClient", "UpdateEventActionCommand")
|
|
2071
|
-
.sc(UpdateEventAction$)
|
|
2072
|
-
.build() {
|
|
1753
|
+
class UpdateEventActionCommand extends command(_ep0, _mw0, "UpdateEventAction", UpdateEventAction$) {
|
|
2073
1754
|
}
|
|
2074
1755
|
|
|
2075
|
-
class UpdateRevisionCommand extends
|
|
2076
|
-
.classBuilder()
|
|
2077
|
-
.ep(commonParams)
|
|
2078
|
-
.m(function (Command, cs, config, o) {
|
|
2079
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2080
|
-
})
|
|
2081
|
-
.s("DataExchange", "UpdateRevision", {})
|
|
2082
|
-
.n("DataExchangeClient", "UpdateRevisionCommand")
|
|
2083
|
-
.sc(UpdateRevision$)
|
|
2084
|
-
.build() {
|
|
1756
|
+
class UpdateRevisionCommand extends command(_ep0, _mw0, "UpdateRevision", UpdateRevision$) {
|
|
2085
1757
|
}
|
|
2086
1758
|
|
|
2087
1759
|
const paginateListDataGrants = createPaginator(DataExchangeClient, ListDataGrantsCommand, "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, "DataExchange", "DataExchangeClient", 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 { AcceptDataGrant$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AcceptDataGrantCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DataExchange", "AcceptDataGrant", {})
|
|
13
|
-
.n("DataExchangeClient", "AcceptDataGrantCommand")
|
|
14
|
-
.sc(AcceptDataGrant$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AcceptDataGrantCommand extends command(_ep0, _mw0, "AcceptDataGrant", AcceptDataGrant$) {
|
|
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 { CancelJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DataExchange", "CancelJob", {})
|
|
13
|
-
.n("DataExchangeClient", "CancelJobCommand")
|
|
14
|
-
.sc(CancelJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelJobCommand extends command(_ep0, _mw0, "CancelJob", CancelJob$) {
|
|
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 { CreateDataGrant$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataGrantCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DataExchange", "CreateDataGrant", {})
|
|
13
|
-
.n("DataExchangeClient", "CreateDataGrantCommand")
|
|
14
|
-
.sc(CreateDataGrant$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataGrantCommand extends command(_ep0, _mw0, "CreateDataGrant", CreateDataGrant$) {
|
|
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 { CreateDataSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DataExchange", "CreateDataSet", {})
|
|
13
|
-
.n("DataExchangeClient", "CreateDataSetCommand")
|
|
14
|
-
.sc(CreateDataSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataSetCommand extends command(_ep0, _mw0, "CreateDataSet", CreateDataSet$) {
|
|
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 { CreateEventAction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEventActionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DataExchange", "CreateEventAction", {})
|
|
13
|
-
.n("DataExchangeClient", "CreateEventActionCommand")
|
|
14
|
-
.sc(CreateEventAction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEventActionCommand extends command(_ep0, _mw0, "CreateEventAction", CreateEventAction$) {
|
|
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 { CreateJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DataExchange", "CreateJob", {})
|
|
13
|
-
.n("DataExchangeClient", "CreateJobCommand")
|
|
14
|
-
.sc(CreateJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateJobCommand extends command(_ep0, _mw0, "CreateJob", CreateJob$) {
|
|
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 { CreateRevision$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateRevisionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DataExchange", "CreateRevision", {})
|
|
13
|
-
.n("DataExchangeClient", "CreateRevisionCommand")
|
|
14
|
-
.sc(CreateRevision$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateRevisionCommand extends command(_ep0, _mw0, "CreateRevision", CreateRevision$) {
|
|
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 { DeleteAsset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAssetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DataExchange", "DeleteAsset", {})
|
|
13
|
-
.n("DataExchangeClient", "DeleteAssetCommand")
|
|
14
|
-
.sc(DeleteAsset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAssetCommand extends command(_ep0, _mw0, "DeleteAsset", DeleteAsset$) {
|
|
16
4
|
}
|