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