@aws-sdk/client-dataexchange 3.32.0 → 3.36.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/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/DataExchange.js +76 -2
- package/{dist/cjs → dist-cjs}/DataExchangeClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CancelJobCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDataSetCommand.js +2 -3
- package/dist-cjs/commands/CreateEventActionCommand.js +60 -0
- package/{dist/cjs → dist-cjs}/commands/CreateJobCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateRevisionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAssetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDataSetCommand.js +2 -3
- package/dist-cjs/commands/DeleteEventActionCommand.js +60 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteRevisionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAssetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDataSetCommand.js +2 -3
- package/dist-cjs/commands/GetEventActionCommand.js +60 -0
- package/{dist/cjs → dist-cjs}/commands/GetJobCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetRevisionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDataSetRevisionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDataSetsCommand.js +2 -3
- package/dist-cjs/commands/ListEventActionsCommand.js +60 -0
- package/{dist/cjs → dist-cjs}/commands/ListJobsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListRevisionAssetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartJobCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateAssetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDataSetCommand.js +2 -3
- package/dist-cjs/commands/UpdateEventActionCommand.js +60 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateRevisionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +6 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +156 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListDataSetRevisionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListDataSetsPaginator.js +1 -2
- package/dist-cjs/pagination/ListEventActionsPaginator.js +45 -0
- package/{dist/cjs → dist-cjs}/pagination/ListJobsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListRevisionAssetsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +700 -28
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/DataExchange.js +77 -6
- package/{dist/es → dist-es}/DataExchangeClient.js +2 -11
- package/{dist/es → dist-es}/commands/CancelJobCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateDataSetCommand.js +4 -30
- package/dist-es/commands/CreateEventActionCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateJobCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateRevisionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteAssetCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDataSetCommand.js +4 -30
- package/dist-es/commands/DeleteEventActionCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeleteRevisionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetAssetCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDataSetCommand.js +4 -30
- package/dist-es/commands/GetEventActionCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetJobCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetRevisionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListDataSetRevisionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListDataSetsCommand.js +4 -30
- package/dist-es/commands/ListEventActionsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/ListJobsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListRevisionAssetsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StartJobCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateAssetCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateDataSetCommand.js +4 -30
- package/dist-es/commands/UpdateEventActionCommand.js +39 -0
- package/{dist/es → dist-es}/commands/UpdateRevisionCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/es → dist-es}/index.js +6 -1
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +79 -223
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListDataSetRevisionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListDataSetsPaginator.js +17 -30
- package/dist-es/pagination/ListEventActionsPaginator.js +74 -0
- package/{dist/es → dist-es}/pagination/ListJobsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListRevisionAssetsPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1315 -577
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/DataExchange.d.ts +37 -2
- package/{dist/types → dist-types}/DataExchangeClient.d.ts +15 -10
- package/{dist/types → dist-types}/commands/CancelJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDataSetCommand.d.ts +2 -2
- package/dist-types/commands/CreateEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/CreateJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDataSetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/DeleteRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDataSetCommand.d.ts +2 -2
- package/dist-types/commands/GetEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/GetJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDataSetRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDataSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListEventActionsCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/ListJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRevisionAssetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDataSetCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/UpdateRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +6 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +324 -11
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDataSetRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventActionsPaginator.d.ts +4 -0
- package/{dist/types → dist-types}/pagination/ListJobsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRevisionAssetsPaginator.d.ts +1 -1
- package/{dist/types/ts3.4 → dist-types}/protocols/Aws_restJson1.d.ts +83 -68
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DataExchange.d.ts +37 -2
- package/{dist/types → dist-types}/ts3.4/DataExchangeClient.d.ts +15 -10
- package/{dist/types → dist-types}/ts3.4/commands/CancelJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDataSetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDataSetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDataSetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDataSetsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListRevisionAssetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDataSetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +6 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +324 -11
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDataSetRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDataSetsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListEventActionsPaginator.d.ts +4 -0
- package/{dist/types → dist-types}/ts3.4/pagination/ListJobsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRevisionAssetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types/ts3.4}/protocols/Aws_restJson1.d.ts +83 -68
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/DataExchange.ts +0 -708
- package/DataExchangeClient.ts +0 -307
- package/commands/CancelJobCommand.ts +0 -94
- package/commands/CreateDataSetCommand.ts +0 -94
- package/commands/CreateJobCommand.ts +0 -94
- package/commands/CreateRevisionCommand.ts +0 -94
- package/commands/DeleteAssetCommand.ts +0 -94
- package/commands/DeleteDataSetCommand.ts +0 -94
- package/commands/DeleteRevisionCommand.ts +0 -94
- package/commands/GetAssetCommand.ts +0 -94
- package/commands/GetDataSetCommand.ts +0 -94
- package/commands/GetJobCommand.ts +0 -87
- package/commands/GetRevisionCommand.ts +0 -94
- package/commands/ListDataSetRevisionsCommand.ts +0 -94
- package/commands/ListDataSetsCommand.ts +0 -94
- package/commands/ListJobsCommand.ts +0 -94
- package/commands/ListRevisionAssetsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/StartJobCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAssetCommand.ts +0 -94
- package/commands/UpdateDataSetCommand.ts +0 -94
- package/commands/UpdateRevisionCommand.ts +0 -94
- package/dist/cjs/DataExchange.js.map +0 -1
- package/dist/cjs/DataExchangeClient.js.map +0 -1
- package/dist/cjs/commands/CancelJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDataSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRevisionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDataSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRevisionCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssetCommand.js.map +0 -1
- package/dist/cjs/commands/GetDataSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetJobCommand.js.map +0 -1
- package/dist/cjs/commands/GetRevisionCommand.js.map +0 -1
- package/dist/cjs/commands/ListDataSetRevisionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDataSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRevisionAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StartJobCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDataSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRevisionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDataSetRevisionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDataSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRevisionAssetsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DataExchange.js.map +0 -1
- package/dist/es/DataExchangeClient.js.map +0 -1
- package/dist/es/commands/CancelJobCommand.js.map +0 -1
- package/dist/es/commands/CreateDataSetCommand.js.map +0 -1
- package/dist/es/commands/CreateJobCommand.js.map +0 -1
- package/dist/es/commands/CreateRevisionCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssetCommand.js.map +0 -1
- package/dist/es/commands/DeleteDataSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteRevisionCommand.js.map +0 -1
- package/dist/es/commands/GetAssetCommand.js.map +0 -1
- package/dist/es/commands/GetDataSetCommand.js.map +0 -1
- package/dist/es/commands/GetJobCommand.js.map +0 -1
- package/dist/es/commands/GetRevisionCommand.js.map +0 -1
- package/dist/es/commands/ListDataSetRevisionsCommand.js.map +0 -1
- package/dist/es/commands/ListDataSetsCommand.js.map +0 -1
- package/dist/es/commands/ListJobsCommand.js.map +0 -1
- package/dist/es/commands/ListRevisionAssetsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/StartJobCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssetCommand.js.map +0 -1
- package/dist/es/commands/UpdateDataSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateRevisionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDataSetRevisionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDataSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRevisionAssetsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/index.ts +0 -30
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2351
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDataSetRevisionsPaginator.ts +0 -58
- package/pagination/ListDataSetsPaginator.ts +0 -58
- package/pagination/ListJobsPaginator.ts +0 -54
- package/pagination/ListRevisionAssetsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -3750
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListDataSetsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListDataSetsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListDataSetsCommand = ListDataSetsCommand;
|
|
61
|
-
//# sourceMappingURL=ListDataSetsCommand.js.map
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListEventActionsCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>This operation lists your event actions.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DataExchangeClient, ListEventActionsCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import
|
|
14
|
+
* // const { DataExchangeClient, ListEventActionsCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import
|
|
15
|
+
* const client = new DataExchangeClient(config);
|
|
16
|
+
* const command = new ListEventActionsCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link ListEventActionsCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link ListEventActionsCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DataExchangeClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class ListEventActionsCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DataExchangeClient";
|
|
42
|
+
const commandName = "ListEventActionsCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.ListEventActionsRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.ListEventActionsResponse.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_restJson1_1.serializeAws_restJson1ListEventActionsCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_restJson1_1.deserializeAws_restJson1ListEventActionsCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.ListEventActionsCommand = ListEventActionsCommand;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListJobsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation lists your jobs sorted by CreatedAt in descending order.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListJobsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListJobsCommand = ListJobsCommand;
|
|
61
|
-
//# sourceMappingURL=ListJobsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListRevisionAssetsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation lists a revision's assets sorted alphabetically in descending order.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListRevisionAssetsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListRevisionAssetsCommand = ListRevisionAssetsCommand;
|
|
61
|
-
//# sourceMappingURL=ListRevisionAssetsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation lists the tags on the resource.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
61
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartJobCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation starts a job.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class StartJobCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.StartJobCommand = StartJobCommand;
|
|
61
|
-
//# sourceMappingURL=StartJobCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation tags a resource.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.TagResourceCommand = TagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation removes one or more tags from a resource.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateAssetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation updates an asset.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UpdateAssetCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateAssetCommand = UpdateAssetCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateAssetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateDataSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation updates a data set.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UpdateDataSetCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateDataSetCommand = UpdateDataSetCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateDataSetCommand.js.map
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateEventActionCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>This operation updates the event action.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DataExchangeClient, UpdateEventActionCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import
|
|
14
|
+
* // const { DataExchangeClient, UpdateEventActionCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import
|
|
15
|
+
* const client = new DataExchangeClient(config);
|
|
16
|
+
* const command = new UpdateEventActionCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link UpdateEventActionCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link UpdateEventActionCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DataExchangeClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class UpdateEventActionCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DataExchangeClient";
|
|
42
|
+
const commandName = "UpdateEventActionCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.UpdateEventActionRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.UpdateEventActionResponse.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_restJson1_1.serializeAws_restJson1UpdateEventActionCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_restJson1_1.deserializeAws_restJson1UpdateEventActionCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.UpdateEventActionCommand = UpdateEventActionCommand;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateRevisionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation updates a revision.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UpdateRevisionCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateRevisionCommand = UpdateRevisionCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateRevisionCommand.js.map
|
|
@@ -5,19 +5,24 @@ tslib_1.__exportStar(require("./DataExchangeClient"), exports);
|
|
|
5
5
|
tslib_1.__exportStar(require("./DataExchange"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./commands/CancelJobCommand"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./commands/CreateDataSetCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./commands/CreateEventActionCommand"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./commands/CreateJobCommand"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./commands/CreateRevisionCommand"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./commands/DeleteAssetCommand"), exports);
|
|
11
12
|
tslib_1.__exportStar(require("./commands/DeleteDataSetCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./commands/DeleteEventActionCommand"), exports);
|
|
12
14
|
tslib_1.__exportStar(require("./commands/DeleteRevisionCommand"), exports);
|
|
13
15
|
tslib_1.__exportStar(require("./commands/GetAssetCommand"), exports);
|
|
14
16
|
tslib_1.__exportStar(require("./commands/GetDataSetCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./commands/GetEventActionCommand"), exports);
|
|
15
18
|
tslib_1.__exportStar(require("./commands/GetJobCommand"), exports);
|
|
16
19
|
tslib_1.__exportStar(require("./commands/GetRevisionCommand"), exports);
|
|
17
20
|
tslib_1.__exportStar(require("./commands/ListDataSetRevisionsCommand"), exports);
|
|
18
21
|
tslib_1.__exportStar(require("./pagination/ListDataSetRevisionsPaginator"), exports);
|
|
19
22
|
tslib_1.__exportStar(require("./commands/ListDataSetsCommand"), exports);
|
|
20
23
|
tslib_1.__exportStar(require("./pagination/ListDataSetsPaginator"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./commands/ListEventActionsCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./pagination/ListEventActionsPaginator"), exports);
|
|
21
26
|
tslib_1.__exportStar(require("./commands/ListJobsCommand"), exports);
|
|
22
27
|
tslib_1.__exportStar(require("./pagination/ListJobsPaginator"), exports);
|
|
23
28
|
tslib_1.__exportStar(require("./commands/ListRevisionAssetsCommand"), exports);
|
|
@@ -28,7 +33,7 @@ tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
|
28
33
|
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
29
34
|
tslib_1.__exportStar(require("./commands/UpdateAssetCommand"), exports);
|
|
30
35
|
tslib_1.__exportStar(require("./commands/UpdateDataSetCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./commands/UpdateEventActionCommand"), exports);
|
|
31
37
|
tslib_1.__exportStar(require("./commands/UpdateRevisionCommand"), exports);
|
|
32
38
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
33
39
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
34
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateRevisionResponse = exports.UpdateRevisionRequest = exports.UpdateDataSetResponse = exports.UpdateDataSetRequest = exports.UpdateAssetResponse = exports.UpdateAssetRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.StartJobResponse = exports.StartJobRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListRevisionAssetsResponse = exports.ListRevisionAssetsRequest = exports.ListJobsResponse = exports.JobEntry = exports.ListJobsRequest = exports.ListDataSetsResponse = exports.DataSetEntry = exports.ListDataSetsRequest = exports.ListDataSetRevisionsResponse = exports.RevisionEntry = exports.ListDataSetRevisionsRequest = exports.GetRevisionResponse = exports.GetRevisionRequest = exports.GetJobResponse = exports.GetJobRequest = exports.GetDataSetResponse = exports.GetDataSetRequest = exports.GetAssetResponse = exports.GetAssetRequest = void 0;
|
|
3
|
+
exports.JobErrorResourceTypes = exports.JobErrorLimitName = exports.Details = exports.ImportAssetFromSignedUrlJobErrorDetails = exports.ResponseDetails = exports.ImportAssetsFromS3ResponseDetails = exports.ImportAssetFromSignedUrlResponseDetails = exports.ExportRevisionsToS3ResponseDetails = exports.ExportAssetToSignedUrlResponseDetails = exports.ExportAssetsToS3ResponseDetails = exports.CreateJobRequest = exports.Type = exports.RequestDetails = exports.ImportAssetsFromS3RequestDetails = exports.ImportAssetFromSignedUrlRequestDetails = exports.ExportRevisionsToS3RequestDetails = exports.RevisionDestinationEntry = exports.ExportAssetToSignedUrlRequestDetails = exports.ExportAssetsToS3RequestDetails = exports.CreateEventActionResponse = exports.CreateEventActionRequest = exports.Event = exports.RevisionPublished = exports.ServiceLimitExceededException = exports.LimitName = exports.CreateDataSetResponse = exports.OriginDetails = exports.Origin = exports.CreateDataSetRequest = exports.Code = exports.ValidationException = exports.ExceptionCause = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ResourceType = exports.CancelJobRequest = exports.AssetSourceEntry = exports.AssetEntry = exports.AssetType = exports.AssetDetails = exports.S3SnapshotAsset = exports.AssetDestinationEntry = exports.Action = exports.AutoExportRevisionToS3RequestDetails = exports.AutoExportRevisionDestinationEntry = exports.ExportServerSideEncryption = exports.ServerSideEncryptionTypes = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UpdateRevisionResponse = exports.UpdateRevisionRequest = exports.UpdateEventActionResponse = exports.UpdateEventActionRequest = exports.UpdateDataSetResponse = exports.UpdateDataSetRequest = exports.UpdateAssetResponse = exports.UpdateAssetRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.StartJobResponse = exports.StartJobRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListRevisionAssetsResponse = exports.ListRevisionAssetsRequest = exports.ListJobsResponse = exports.JobEntry = exports.ListJobsRequest = exports.ListEventActionsResponse = exports.EventActionEntry = exports.ListEventActionsRequest = exports.ListDataSetsResponse = exports.DataSetEntry = exports.ListDataSetsRequest = exports.ListDataSetRevisionsResponse = exports.RevisionEntry = exports.ListDataSetRevisionsRequest = exports.GetRevisionResponse = exports.GetRevisionRequest = exports.GetJobResponse = exports.GetJobRequest = exports.GetEventActionResponse = exports.GetEventActionRequest = exports.GetDataSetResponse = exports.GetDataSetRequest = exports.GetAssetResponse = exports.GetAssetRequest = exports.DeleteRevisionRequest = exports.DeleteEventActionRequest = exports.DeleteDataSetRequest = exports.DeleteAssetRequest = exports.CreateRevisionResponse = exports.CreateRevisionRequest = exports.CreateJobResponse = exports.State = exports.JobError = void 0;
|
|
5
5
|
var AccessDeniedException;
|
|
6
6
|
(function (AccessDeniedException) {
|
|
7
7
|
/**
|
|
@@ -11,6 +11,47 @@ var AccessDeniedException;
|
|
|
11
11
|
...obj,
|
|
12
12
|
});
|
|
13
13
|
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
14
|
+
var ServerSideEncryptionTypes;
|
|
15
|
+
(function (ServerSideEncryptionTypes) {
|
|
16
|
+
ServerSideEncryptionTypes["AES256"] = "AES256";
|
|
17
|
+
ServerSideEncryptionTypes["aws_kms"] = "aws:kms";
|
|
18
|
+
})(ServerSideEncryptionTypes = exports.ServerSideEncryptionTypes || (exports.ServerSideEncryptionTypes = {}));
|
|
19
|
+
var ExportServerSideEncryption;
|
|
20
|
+
(function (ExportServerSideEncryption) {
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
24
|
+
ExportServerSideEncryption.filterSensitiveLog = (obj) => ({
|
|
25
|
+
...obj,
|
|
26
|
+
});
|
|
27
|
+
})(ExportServerSideEncryption = exports.ExportServerSideEncryption || (exports.ExportServerSideEncryption = {}));
|
|
28
|
+
var AutoExportRevisionDestinationEntry;
|
|
29
|
+
(function (AutoExportRevisionDestinationEntry) {
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
AutoExportRevisionDestinationEntry.filterSensitiveLog = (obj) => ({
|
|
34
|
+
...obj,
|
|
35
|
+
});
|
|
36
|
+
})(AutoExportRevisionDestinationEntry = exports.AutoExportRevisionDestinationEntry || (exports.AutoExportRevisionDestinationEntry = {}));
|
|
37
|
+
var AutoExportRevisionToS3RequestDetails;
|
|
38
|
+
(function (AutoExportRevisionToS3RequestDetails) {
|
|
39
|
+
/**
|
|
40
|
+
* @internal
|
|
41
|
+
*/
|
|
42
|
+
AutoExportRevisionToS3RequestDetails.filterSensitiveLog = (obj) => ({
|
|
43
|
+
...obj,
|
|
44
|
+
});
|
|
45
|
+
})(AutoExportRevisionToS3RequestDetails = exports.AutoExportRevisionToS3RequestDetails || (exports.AutoExportRevisionToS3RequestDetails = {}));
|
|
46
|
+
var Action;
|
|
47
|
+
(function (Action) {
|
|
48
|
+
/**
|
|
49
|
+
* @internal
|
|
50
|
+
*/
|
|
51
|
+
Action.filterSensitiveLog = (obj) => ({
|
|
52
|
+
...obj,
|
|
53
|
+
});
|
|
54
|
+
})(Action = exports.Action || (exports.Action = {}));
|
|
14
55
|
var AssetDestinationEntry;
|
|
15
56
|
(function (AssetDestinationEntry) {
|
|
16
57
|
/**
|
|
@@ -73,6 +114,7 @@ var ResourceType;
|
|
|
73
114
|
(function (ResourceType) {
|
|
74
115
|
ResourceType["ASSET"] = "ASSET";
|
|
75
116
|
ResourceType["DATA_SET"] = "DATA_SET";
|
|
117
|
+
ResourceType["EVENT_ACTION"] = "EVENT_ACTION";
|
|
76
118
|
ResourceType["JOB"] = "JOB";
|
|
77
119
|
ResourceType["REVISION"] = "REVISION";
|
|
78
120
|
})(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
|
|
@@ -112,6 +154,11 @@ var ThrottlingException;
|
|
|
112
154
|
...obj,
|
|
113
155
|
});
|
|
114
156
|
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
157
|
+
var ExceptionCause;
|
|
158
|
+
(function (ExceptionCause) {
|
|
159
|
+
ExceptionCause["InsufficientS3BucketPolicy"] = "InsufficientS3BucketPolicy";
|
|
160
|
+
ExceptionCause["S3AccessDenied"] = "S3AccessDenied";
|
|
161
|
+
})(ExceptionCause = exports.ExceptionCause || (exports.ExceptionCause = {}));
|
|
115
162
|
var ValidationException;
|
|
116
163
|
(function (ValidationException) {
|
|
117
164
|
/**
|
|
@@ -169,12 +216,15 @@ var LimitName;
|
|
|
169
216
|
LimitName["Asset_size_in_GB"] = "Asset size in GB";
|
|
170
217
|
LimitName["Assets_per_import_job_from_Amazon_S3"] = "Assets per import job from Amazon S3";
|
|
171
218
|
LimitName["Assets_per_revision"] = "Assets per revision";
|
|
219
|
+
LimitName["Auto_export_event_actions_per_data_set"] = "Auto export event actions per data set";
|
|
172
220
|
LimitName["Concurrent_in_progress_jobs_to_export_assets_to_Amazon_S3"] = "Concurrent in progress jobs to export assets to Amazon S3";
|
|
173
221
|
LimitName["Concurrent_in_progress_jobs_to_export_assets_to_a_signed_URL"] = "Concurrent in progress jobs to export assets to a signed URL";
|
|
222
|
+
LimitName["Concurrent_in_progress_jobs_to_export_revisions_to_Amazon_S3"] = "Concurrent in progress jobs to export revisions to Amazon S3";
|
|
174
223
|
LimitName["Concurrent_in_progress_jobs_to_import_assets_from_Amazon_S3"] = "Concurrent in progress jobs to import assets from Amazon S3";
|
|
175
224
|
LimitName["Concurrent_in_progress_jobs_to_import_assets_from_a_signed_URL"] = "Concurrent in progress jobs to import assets from a signed URL";
|
|
176
225
|
LimitName["Data_sets_per_account"] = "Data sets per account";
|
|
177
226
|
LimitName["Data_sets_per_product"] = "Data sets per product";
|
|
227
|
+
LimitName["Event_actions_per_account"] = "Event actions per account";
|
|
178
228
|
LimitName["Products_per_account"] = "Products per account";
|
|
179
229
|
LimitName["Revisions_per_data_set"] = "Revisions per data set";
|
|
180
230
|
})(LimitName = exports.LimitName || (exports.LimitName = {}));
|
|
@@ -187,20 +237,42 @@ var ServiceLimitExceededException;
|
|
|
187
237
|
...obj,
|
|
188
238
|
});
|
|
189
239
|
})(ServiceLimitExceededException = exports.ServiceLimitExceededException || (exports.ServiceLimitExceededException = {}));
|
|
190
|
-
var
|
|
191
|
-
(function (
|
|
192
|
-
ServerSideEncryptionTypes["AES256"] = "AES256";
|
|
193
|
-
ServerSideEncryptionTypes["aws_kms"] = "aws:kms";
|
|
194
|
-
})(ServerSideEncryptionTypes = exports.ServerSideEncryptionTypes || (exports.ServerSideEncryptionTypes = {}));
|
|
195
|
-
var ExportServerSideEncryption;
|
|
196
|
-
(function (ExportServerSideEncryption) {
|
|
240
|
+
var RevisionPublished;
|
|
241
|
+
(function (RevisionPublished) {
|
|
197
242
|
/**
|
|
198
243
|
* @internal
|
|
199
244
|
*/
|
|
200
|
-
|
|
245
|
+
RevisionPublished.filterSensitiveLog = (obj) => ({
|
|
201
246
|
...obj,
|
|
202
247
|
});
|
|
203
|
-
})(
|
|
248
|
+
})(RevisionPublished = exports.RevisionPublished || (exports.RevisionPublished = {}));
|
|
249
|
+
var Event;
|
|
250
|
+
(function (Event) {
|
|
251
|
+
/**
|
|
252
|
+
* @internal
|
|
253
|
+
*/
|
|
254
|
+
Event.filterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
});
|
|
257
|
+
})(Event = exports.Event || (exports.Event = {}));
|
|
258
|
+
var CreateEventActionRequest;
|
|
259
|
+
(function (CreateEventActionRequest) {
|
|
260
|
+
/**
|
|
261
|
+
* @internal
|
|
262
|
+
*/
|
|
263
|
+
CreateEventActionRequest.filterSensitiveLog = (obj) => ({
|
|
264
|
+
...obj,
|
|
265
|
+
});
|
|
266
|
+
})(CreateEventActionRequest = exports.CreateEventActionRequest || (exports.CreateEventActionRequest = {}));
|
|
267
|
+
var CreateEventActionResponse;
|
|
268
|
+
(function (CreateEventActionResponse) {
|
|
269
|
+
/**
|
|
270
|
+
* @internal
|
|
271
|
+
*/
|
|
272
|
+
CreateEventActionResponse.filterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
275
|
+
})(CreateEventActionResponse = exports.CreateEventActionResponse || (exports.CreateEventActionResponse = {}));
|
|
204
276
|
var ExportAssetsToS3RequestDetails;
|
|
205
277
|
(function (ExportAssetsToS3RequestDetails) {
|
|
206
278
|
/**
|
|
@@ -361,6 +433,7 @@ var JobErrorLimitName;
|
|
|
361
433
|
var JobErrorResourceTypes;
|
|
362
434
|
(function (JobErrorResourceTypes) {
|
|
363
435
|
JobErrorResourceTypes["ASSET"] = "ASSET";
|
|
436
|
+
JobErrorResourceTypes["DATA_SET"] = "DATA_SET";
|
|
364
437
|
JobErrorResourceTypes["REVISION"] = "REVISION";
|
|
365
438
|
})(JobErrorResourceTypes = exports.JobErrorResourceTypes || (exports.JobErrorResourceTypes = {}));
|
|
366
439
|
var JobError;
|
|
@@ -426,6 +499,15 @@ var DeleteDataSetRequest;
|
|
|
426
499
|
...obj,
|
|
427
500
|
});
|
|
428
501
|
})(DeleteDataSetRequest = exports.DeleteDataSetRequest || (exports.DeleteDataSetRequest = {}));
|
|
502
|
+
var DeleteEventActionRequest;
|
|
503
|
+
(function (DeleteEventActionRequest) {
|
|
504
|
+
/**
|
|
505
|
+
* @internal
|
|
506
|
+
*/
|
|
507
|
+
DeleteEventActionRequest.filterSensitiveLog = (obj) => ({
|
|
508
|
+
...obj,
|
|
509
|
+
});
|
|
510
|
+
})(DeleteEventActionRequest = exports.DeleteEventActionRequest || (exports.DeleteEventActionRequest = {}));
|
|
429
511
|
var DeleteRevisionRequest;
|
|
430
512
|
(function (DeleteRevisionRequest) {
|
|
431
513
|
/**
|
|
@@ -471,6 +553,24 @@ var GetDataSetResponse;
|
|
|
471
553
|
...obj,
|
|
472
554
|
});
|
|
473
555
|
})(GetDataSetResponse = exports.GetDataSetResponse || (exports.GetDataSetResponse = {}));
|
|
556
|
+
var GetEventActionRequest;
|
|
557
|
+
(function (GetEventActionRequest) {
|
|
558
|
+
/**
|
|
559
|
+
* @internal
|
|
560
|
+
*/
|
|
561
|
+
GetEventActionRequest.filterSensitiveLog = (obj) => ({
|
|
562
|
+
...obj,
|
|
563
|
+
});
|
|
564
|
+
})(GetEventActionRequest = exports.GetEventActionRequest || (exports.GetEventActionRequest = {}));
|
|
565
|
+
var GetEventActionResponse;
|
|
566
|
+
(function (GetEventActionResponse) {
|
|
567
|
+
/**
|
|
568
|
+
* @internal
|
|
569
|
+
*/
|
|
570
|
+
GetEventActionResponse.filterSensitiveLog = (obj) => ({
|
|
571
|
+
...obj,
|
|
572
|
+
});
|
|
573
|
+
})(GetEventActionResponse = exports.GetEventActionResponse || (exports.GetEventActionResponse = {}));
|
|
474
574
|
var GetJobRequest;
|
|
475
575
|
(function (GetJobRequest) {
|
|
476
576
|
/**
|
|
@@ -561,6 +661,33 @@ var ListDataSetsResponse;
|
|
|
561
661
|
...obj,
|
|
562
662
|
});
|
|
563
663
|
})(ListDataSetsResponse = exports.ListDataSetsResponse || (exports.ListDataSetsResponse = {}));
|
|
664
|
+
var ListEventActionsRequest;
|
|
665
|
+
(function (ListEventActionsRequest) {
|
|
666
|
+
/**
|
|
667
|
+
* @internal
|
|
668
|
+
*/
|
|
669
|
+
ListEventActionsRequest.filterSensitiveLog = (obj) => ({
|
|
670
|
+
...obj,
|
|
671
|
+
});
|
|
672
|
+
})(ListEventActionsRequest = exports.ListEventActionsRequest || (exports.ListEventActionsRequest = {}));
|
|
673
|
+
var EventActionEntry;
|
|
674
|
+
(function (EventActionEntry) {
|
|
675
|
+
/**
|
|
676
|
+
* @internal
|
|
677
|
+
*/
|
|
678
|
+
EventActionEntry.filterSensitiveLog = (obj) => ({
|
|
679
|
+
...obj,
|
|
680
|
+
});
|
|
681
|
+
})(EventActionEntry = exports.EventActionEntry || (exports.EventActionEntry = {}));
|
|
682
|
+
var ListEventActionsResponse;
|
|
683
|
+
(function (ListEventActionsResponse) {
|
|
684
|
+
/**
|
|
685
|
+
* @internal
|
|
686
|
+
*/
|
|
687
|
+
ListEventActionsResponse.filterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
});
|
|
690
|
+
})(ListEventActionsResponse = exports.ListEventActionsResponse || (exports.ListEventActionsResponse = {}));
|
|
564
691
|
var ListJobsRequest;
|
|
565
692
|
(function (ListJobsRequest) {
|
|
566
693
|
/**
|
|
@@ -696,6 +823,24 @@ var UpdateDataSetResponse;
|
|
|
696
823
|
...obj,
|
|
697
824
|
});
|
|
698
825
|
})(UpdateDataSetResponse = exports.UpdateDataSetResponse || (exports.UpdateDataSetResponse = {}));
|
|
826
|
+
var UpdateEventActionRequest;
|
|
827
|
+
(function (UpdateEventActionRequest) {
|
|
828
|
+
/**
|
|
829
|
+
* @internal
|
|
830
|
+
*/
|
|
831
|
+
UpdateEventActionRequest.filterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
});
|
|
834
|
+
})(UpdateEventActionRequest = exports.UpdateEventActionRequest || (exports.UpdateEventActionRequest = {}));
|
|
835
|
+
var UpdateEventActionResponse;
|
|
836
|
+
(function (UpdateEventActionResponse) {
|
|
837
|
+
/**
|
|
838
|
+
* @internal
|
|
839
|
+
*/
|
|
840
|
+
UpdateEventActionResponse.filterSensitiveLog = (obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
});
|
|
843
|
+
})(UpdateEventActionResponse = exports.UpdateEventActionResponse || (exports.UpdateEventActionResponse = {}));
|
|
699
844
|
var UpdateRevisionRequest;
|
|
700
845
|
(function (UpdateRevisionRequest) {
|
|
701
846
|
/**
|
|
@@ -714,4 +859,3 @@ var UpdateRevisionResponse;
|
|
|
714
859
|
...obj,
|
|
715
860
|
});
|
|
716
861
|
})(UpdateRevisionResponse = exports.UpdateRevisionResponse || (exports.UpdateRevisionResponse = {}));
|
|
717
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListDataSetRevisions = void 0;
|
|
4
|
+
const ListDataSetRevisionsCommand_1 = require("../commands/ListDataSetRevisionsCommand");
|
|
4
5
|
const DataExchange_1 = require("../DataExchange");
|
|
5
6
|
const DataExchangeClient_1 = require("../DataExchangeClient");
|
|
6
|
-
const ListDataSetRevisionsCommand_1 = require("../commands/ListDataSetRevisionsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListDataSetRevisions(config, input, ...additionalArgumen
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListDataSetRevisions = paginateListDataSetRevisions;
|
|
46
|
-
//# sourceMappingURL=ListDataSetRevisionsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListDataSets = void 0;
|
|
4
|
+
const ListDataSetsCommand_1 = require("../commands/ListDataSetsCommand");
|
|
4
5
|
const DataExchange_1 = require("../DataExchange");
|
|
5
6
|
const DataExchangeClient_1 = require("../DataExchangeClient");
|
|
6
|
-
const ListDataSetsCommand_1 = require("../commands/ListDataSetsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListDataSets(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListDataSets = paginateListDataSets;
|
|
46
|
-
//# sourceMappingURL=ListDataSetsPaginator.js.map
|