@aws-sdk/client-data-pipeline 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/DataPipeline.js +1 -21
- package/dist-cjs/DataPipelineClient.js +35 -0
- package/dist-cjs/commands/ActivatePipelineCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -27
- package/dist-cjs/commands/CreatePipelineCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeactivatePipelineCommand.js +2 -30
- package/dist-cjs/commands/DeletePipelineCommand.js +36 -0
- package/dist-cjs/commands/DescribeObjectsCommand.js +36 -0
- package/dist-cjs/commands/DescribePipelinesCommand.js +36 -0
- package/dist-cjs/commands/EvaluateExpressionCommand.js +36 -0
- package/dist-cjs/commands/GetPipelineDefinitionCommand.js +36 -0
- package/dist-cjs/commands/ListPipelinesCommand.js +36 -0
- package/dist-cjs/commands/PollForTaskCommand.js +36 -0
- package/dist-cjs/commands/PutPipelineDefinitionCommand.js +36 -0
- package/dist-cjs/commands/QueryObjectsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -27
- package/dist-cjs/commands/ReportTaskProgressCommand.js +36 -0
- package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +36 -0
- package/dist-cjs/commands/SetStatusCommand.js +36 -0
- package/dist-cjs/commands/SetTaskStatusCommand.js +36 -0
- package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -169
- package/{dist/cjs → dist-cjs}/pagination/DescribeObjectsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListPipelinesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/QueryObjectsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/DataPipeline.js +1 -2
- package/{dist/es → dist-es}/DataPipelineClient.js +1 -2
- package/{dist/es → dist-es}/commands/ActivatePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AddTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreatePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeactivatePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeletePipelineCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeObjectsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribePipelinesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EvaluateExpressionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetPipelineDefinitionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPipelinesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PollForTaskCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutPipelineDefinitionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/QueryObjectsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ReportTaskProgressCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SetTaskStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ValidatePipelineDefinitionCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeObjectsPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListPipelinesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/QueryObjectsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/DataPipeline.d.ts +2 -2
- package/{dist/types → dist-types}/DataPipelineClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/ActivatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeactivatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeObjectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribePipelinesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EvaluateExpressionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPipelinesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PollForTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutPipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/QueryObjectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ReportTaskProgressCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetTaskStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ValidatePipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/QueryObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/DataPipeline.d.ts +100 -0
- package/{dist/types → dist-types}/ts3.4/DataPipelineClient.d.ts +32 -113
- package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +655 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/QueryObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/DataPipeline.ts +0 -1578
- package/DataPipelineClient.ts +0 -320
- package/commands/ActivatePipelineCommand.ts +0 -124
- package/commands/AddTagsCommand.ts +0 -91
- package/commands/CreatePipelineCommand.ts +0 -124
- package/commands/DeactivatePipelineCommand.ts +0 -97
- package/commands/DeletePipelineCommand.ts +0 -125
- package/commands/DescribeObjectsCommand.ts +0 -152
- package/commands/DescribePipelinesCommand.ts +0 -155
- package/commands/EvaluateExpressionCommand.ts +0 -124
- package/commands/GetPipelineDefinitionCommand.ts +0 -158
- package/commands/ListPipelinesCommand.ts +0 -125
- package/commands/PollForTaskCommand.ts +0 -172
- package/commands/PutPipelineDefinitionCommand.ts +0 -253
- package/commands/QueryObjectsCommand.ts +0 -132
- package/commands/RemoveTagsCommand.ts +0 -94
- package/commands/ReportTaskProgressCommand.ts +0 -131
- package/commands/ReportTaskRunnerHeartbeatCommand.ts +0 -129
- package/commands/SetStatusCommand.ts +0 -123
- package/commands/SetTaskStatusCommand.ts +0 -124
- package/commands/ValidatePipelineDefinitionCommand.ts +0 -248
- package/dist/cjs/DataPipeline.js.map +0 -1
- package/dist/cjs/DataPipelineClient.js +0 -60
- package/dist/cjs/DataPipelineClient.js.map +0 -1
- package/dist/cjs/commands/ActivatePipelineCommand.js +0 -91
- package/dist/cjs/commands/ActivatePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePipelineCommand.js +0 -91
- package/dist/cjs/commands/CreatePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DeactivatePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePipelineCommand.js +0 -92
- package/dist/cjs/commands/DeletePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeObjectsCommand.js +0 -119
- package/dist/cjs/commands/DescribeObjectsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePipelinesCommand.js +0 -122
- package/dist/cjs/commands/DescribePipelinesCommand.js.map +0 -1
- package/dist/cjs/commands/EvaluateExpressionCommand.js +0 -91
- package/dist/cjs/commands/EvaluateExpressionCommand.js.map +0 -1
- package/dist/cjs/commands/GetPipelineDefinitionCommand.js +0 -125
- package/dist/cjs/commands/GetPipelineDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/ListPipelinesCommand.js +0 -92
- package/dist/cjs/commands/ListPipelinesCommand.js.map +0 -1
- package/dist/cjs/commands/PollForTaskCommand.js +0 -139
- package/dist/cjs/commands/PollForTaskCommand.js.map +0 -1
- package/dist/cjs/commands/PutPipelineDefinitionCommand.js +0 -220
- package/dist/cjs/commands/PutPipelineDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/QueryObjectsCommand.js +0 -99
- package/dist/cjs/commands/QueryObjectsCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ReportTaskProgressCommand.js +0 -98
- package/dist/cjs/commands/ReportTaskProgressCommand.js.map +0 -1
- package/dist/cjs/commands/ReportTaskRunnerHeartbeatCommand.js +0 -93
- package/dist/cjs/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
- package/dist/cjs/commands/SetStatusCommand.js +0 -93
- package/dist/cjs/commands/SetStatusCommand.js.map +0 -1
- package/dist/cjs/commands/SetTaskStatusCommand.js +0 -91
- package/dist/cjs/commands/SetTaskStatusCommand.js.map +0 -1
- package/dist/cjs/commands/ValidatePipelineDefinitionCommand.js +0 -212
- package/dist/cjs/commands/ValidatePipelineDefinitionCommand.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/DescribeObjectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListPipelinesPaginator.js.map +0 -1
- package/dist/cjs/pagination/QueryObjectsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.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/DataPipeline.js.map +0 -1
- package/dist/es/DataPipelineClient.js.map +0 -1
- package/dist/es/commands/ActivatePipelineCommand.js.map +0 -1
- package/dist/es/commands/AddTagsCommand.js.map +0 -1
- package/dist/es/commands/CreatePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeactivatePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeletePipelineCommand.js.map +0 -1
- package/dist/es/commands/DescribeObjectsCommand.js.map +0 -1
- package/dist/es/commands/DescribePipelinesCommand.js.map +0 -1
- package/dist/es/commands/EvaluateExpressionCommand.js.map +0 -1
- package/dist/es/commands/GetPipelineDefinitionCommand.js.map +0 -1
- package/dist/es/commands/ListPipelinesCommand.js.map +0 -1
- package/dist/es/commands/PollForTaskCommand.js.map +0 -1
- package/dist/es/commands/PutPipelineDefinitionCommand.js.map +0 -1
- package/dist/es/commands/QueryObjectsCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/es/commands/ReportTaskProgressCommand.js.map +0 -1
- package/dist/es/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
- package/dist/es/commands/SetStatusCommand.js.map +0 -1
- package/dist/es/commands/SetTaskStatusCommand.js.map +0 -1
- package/dist/es/commands/ValidatePipelineDefinitionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -27
- 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/DescribeObjectsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListPipelinesPaginator.js.map +0 -1
- package/dist/es/pagination/QueryObjectsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.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/dist/types/ts3.4/DataPipeline.d.ts +0 -1051
- package/dist/types/ts3.4/commands/ActivatePipelineCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/AddTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreatePipelineCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/DeactivatePipelineCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeletePipelineCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/DescribeObjectsCommand.d.ts +0 -93
- package/dist/types/ts3.4/commands/DescribePipelinesCommand.d.ts +0 -96
- package/dist/types/ts3.4/commands/EvaluateExpressionCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +0 -99
- package/dist/types/ts3.4/commands/ListPipelinesCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/PollForTaskCommand.d.ts +0 -113
- package/dist/types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +0 -194
- package/dist/types/ts3.4/commands/QueryObjectsCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ReportTaskProgressCommand.d.ts +0 -72
- package/dist/types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/SetStatusCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/SetTaskStatusCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +0 -186
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1193
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1480
- package/pagination/DescribeObjectsPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListPipelinesPaginator.ts +0 -57
- package/pagination/QueryObjectsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -2766
- 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 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DataPipelineClient } from "./DataPipelineClient";
|
|
3
2
|
import { ActivatePipelineCommand, } from "./commands/ActivatePipelineCommand";
|
|
4
3
|
import { AddTagsCommand } from "./commands/AddTagsCommand";
|
|
5
4
|
import { CreatePipelineCommand, } from "./commands/CreatePipelineCommand";
|
|
@@ -19,6 +18,7 @@ import { ReportTaskRunnerHeartbeatCommand, } from "./commands/ReportTaskRunnerHe
|
|
|
19
18
|
import { SetStatusCommand } from "./commands/SetStatusCommand";
|
|
20
19
|
import { SetTaskStatusCommand, } from "./commands/SetTaskStatusCommand";
|
|
21
20
|
import { ValidatePipelineDefinitionCommand, } from "./commands/ValidatePipelineDefinitionCommand";
|
|
21
|
+
import { DataPipelineClient } from "./DataPipelineClient";
|
|
22
22
|
var DataPipeline = (function (_super) {
|
|
23
23
|
__extends(DataPipeline, _super);
|
|
24
24
|
function DataPipeline() {
|
|
@@ -293,4 +293,3 @@ var DataPipeline = (function (_super) {
|
|
|
293
293
|
return DataPipeline;
|
|
294
294
|
}(DataPipelineClient));
|
|
295
295
|
export { DataPipeline };
|
|
296
|
-
//# sourceMappingURL=DataPipeline.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
11
|
var DataPipelineClient = (function (_super) {
|
|
12
12
|
__extends(DataPipelineClient, _super);
|
|
13
13
|
function DataPipelineClient(configuration) {
|
|
@@ -35,4 +35,3 @@ var DataPipelineClient = (function (_super) {
|
|
|
35
35
|
return DataPipelineClient;
|
|
36
36
|
}(__Client));
|
|
37
37
|
export { DataPipelineClient };
|
|
38
|
-
//# sourceMappingURL=DataPipelineClient.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ActivatePipelineCommand, serializeAws_json1_1ActivatePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ActivatePipelineCommand, serializeAws_json1_1ActivatePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ActivatePipelineCommand = (function (_super) {
|
|
7
7
|
__extends(ActivatePipelineCommand, _super);
|
|
8
8
|
function ActivatePipelineCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ActivatePipelineCommand = (function (_super) {
|
|
|
37
37
|
return ActivatePipelineCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ActivatePipelineCommand };
|
|
40
|
-
//# sourceMappingURL=ActivatePipelineCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1AddTagsCommand, serializeAws_json1_1AddTagsCommand } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1AddTagsCommand, serializeAws_json1_1AddTagsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AddTagsCommand = (function (_super) {
|
|
7
7
|
__extends(AddTagsCommand, _super);
|
|
8
8
|
function AddTagsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var AddTagsCommand = (function (_super) {
|
|
|
37
37
|
return AddTagsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { AddTagsCommand };
|
|
40
|
-
//# sourceMappingURL=AddTagsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1CreatePipelineCommand, serializeAws_json1_1CreatePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreatePipelineCommand, serializeAws_json1_1CreatePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreatePipelineCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePipelineCommand, _super);
|
|
8
8
|
function CreatePipelineCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreatePipelineCommand = (function (_super) {
|
|
|
37
37
|
return CreatePipelineCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreatePipelineCommand };
|
|
40
|
-
//# sourceMappingURL=CreatePipelineCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeactivatePipelineCommand, serializeAws_json1_1DeactivatePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeactivatePipelineCommand, serializeAws_json1_1DeactivatePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeactivatePipelineCommand = (function (_super) {
|
|
7
7
|
__extends(DeactivatePipelineCommand, _super);
|
|
8
8
|
function DeactivatePipelineCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeactivatePipelineCommand = (function (_super) {
|
|
|
37
37
|
return DeactivatePipelineCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeactivatePipelineCommand };
|
|
40
|
-
//# sourceMappingURL=DeactivatePipelineCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeletePipelineInput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeletePipelineCommand, serializeAws_json1_1DeletePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeletePipelineInput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeletePipelineCommand, serializeAws_json1_1DeletePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeletePipelineCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePipelineCommand, _super);
|
|
8
8
|
function DeletePipelineCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeletePipelineCommand = (function (_super) {
|
|
|
37
37
|
return DeletePipelineCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeletePipelineCommand };
|
|
40
|
-
//# sourceMappingURL=DeletePipelineCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeObjectsInput, DescribeObjectsOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeObjectsCommand, serializeAws_json1_1DescribeObjectsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeObjectsInput, DescribeObjectsOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeObjectsCommand, serializeAws_json1_1DescribeObjectsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeObjectsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeObjectsCommand, _super);
|
|
8
8
|
function DescribeObjectsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeObjectsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeObjectsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeObjectsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeObjectsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribePipelinesInput, DescribePipelinesOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribePipelinesCommand, serializeAws_json1_1DescribePipelinesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribePipelinesInput, DescribePipelinesOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribePipelinesCommand, serializeAws_json1_1DescribePipelinesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribePipelinesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePipelinesCommand, _super);
|
|
8
8
|
function DescribePipelinesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribePipelinesCommand = (function (_super) {
|
|
|
37
37
|
return DescribePipelinesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribePipelinesCommand };
|
|
40
|
-
//# sourceMappingURL=DescribePipelinesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { EvaluateExpressionInput, EvaluateExpressionOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1EvaluateExpressionCommand, serializeAws_json1_1EvaluateExpressionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { EvaluateExpressionInput, EvaluateExpressionOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1EvaluateExpressionCommand, serializeAws_json1_1EvaluateExpressionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var EvaluateExpressionCommand = (function (_super) {
|
|
7
7
|
__extends(EvaluateExpressionCommand, _super);
|
|
8
8
|
function EvaluateExpressionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var EvaluateExpressionCommand = (function (_super) {
|
|
|
37
37
|
return EvaluateExpressionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { EvaluateExpressionCommand };
|
|
40
|
-
//# sourceMappingURL=EvaluateExpressionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetPipelineDefinitionInput, GetPipelineDefinitionOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetPipelineDefinitionCommand, serializeAws_json1_1GetPipelineDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetPipelineDefinitionInput, GetPipelineDefinitionOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetPipelineDefinitionCommand, serializeAws_json1_1GetPipelineDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetPipelineDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(GetPipelineDefinitionCommand, _super);
|
|
8
8
|
function GetPipelineDefinitionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetPipelineDefinitionCommand = (function (_super) {
|
|
|
37
37
|
return GetPipelineDefinitionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetPipelineDefinitionCommand };
|
|
40
|
-
//# sourceMappingURL=GetPipelineDefinitionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListPipelinesCommand, serializeAws_json1_1ListPipelinesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListPipelinesCommand, serializeAws_json1_1ListPipelinesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListPipelinesCommand = (function (_super) {
|
|
7
7
|
__extends(ListPipelinesCommand, _super);
|
|
8
8
|
function ListPipelinesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListPipelinesCommand = (function (_super) {
|
|
|
37
37
|
return ListPipelinesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListPipelinesCommand };
|
|
40
|
-
//# sourceMappingURL=ListPipelinesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { PollForTaskInput, PollForTaskOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1PollForTaskCommand, serializeAws_json1_1PollForTaskCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { PollForTaskInput, PollForTaskOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1PollForTaskCommand, serializeAws_json1_1PollForTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PollForTaskCommand = (function (_super) {
|
|
7
7
|
__extends(PollForTaskCommand, _super);
|
|
8
8
|
function PollForTaskCommand(input) {
|
|
@@ -37,4 +37,3 @@ var PollForTaskCommand = (function (_super) {
|
|
|
37
37
|
return PollForTaskCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { PollForTaskCommand };
|
|
40
|
-
//# sourceMappingURL=PollForTaskCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { PutPipelineDefinitionInput, PutPipelineDefinitionOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1PutPipelineDefinitionCommand, serializeAws_json1_1PutPipelineDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { PutPipelineDefinitionInput, PutPipelineDefinitionOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1PutPipelineDefinitionCommand, serializeAws_json1_1PutPipelineDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutPipelineDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(PutPipelineDefinitionCommand, _super);
|
|
8
8
|
function PutPipelineDefinitionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var PutPipelineDefinitionCommand = (function (_super) {
|
|
|
37
37
|
return PutPipelineDefinitionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { PutPipelineDefinitionCommand };
|
|
40
|
-
//# sourceMappingURL=PutPipelineDefinitionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { QueryObjectsInput, QueryObjectsOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1QueryObjectsCommand, serializeAws_json1_1QueryObjectsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { QueryObjectsInput, QueryObjectsOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1QueryObjectsCommand, serializeAws_json1_1QueryObjectsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var QueryObjectsCommand = (function (_super) {
|
|
7
7
|
__extends(QueryObjectsCommand, _super);
|
|
8
8
|
function QueryObjectsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var QueryObjectsCommand = (function (_super) {
|
|
|
37
37
|
return QueryObjectsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { QueryObjectsCommand };
|
|
40
|
-
//# sourceMappingURL=QueryObjectsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1RemoveTagsCommand, serializeAws_json1_1RemoveTagsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1RemoveTagsCommand, serializeAws_json1_1RemoveTagsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RemoveTagsCommand = (function (_super) {
|
|
7
7
|
__extends(RemoveTagsCommand, _super);
|
|
8
8
|
function RemoveTagsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var RemoveTagsCommand = (function (_super) {
|
|
|
37
37
|
return RemoveTagsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { RemoveTagsCommand };
|
|
40
|
-
//# sourceMappingURL=RemoveTagsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ReportTaskProgressInput, ReportTaskProgressOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ReportTaskProgressCommand, serializeAws_json1_1ReportTaskProgressCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ReportTaskProgressInput, ReportTaskProgressOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ReportTaskProgressCommand, serializeAws_json1_1ReportTaskProgressCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ReportTaskProgressCommand = (function (_super) {
|
|
7
7
|
__extends(ReportTaskProgressCommand, _super);
|
|
8
8
|
function ReportTaskProgressCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ReportTaskProgressCommand = (function (_super) {
|
|
|
37
37
|
return ReportTaskProgressCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ReportTaskProgressCommand };
|
|
40
|
-
//# sourceMappingURL=ReportTaskProgressCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ReportTaskRunnerHeartbeatInput, ReportTaskRunnerHeartbeatOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ReportTaskRunnerHeartbeatCommand, serializeAws_json1_1ReportTaskRunnerHeartbeatCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ReportTaskRunnerHeartbeatInput, ReportTaskRunnerHeartbeatOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ReportTaskRunnerHeartbeatCommand, serializeAws_json1_1ReportTaskRunnerHeartbeatCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ReportTaskRunnerHeartbeatCommand = (function (_super) {
|
|
7
7
|
__extends(ReportTaskRunnerHeartbeatCommand, _super);
|
|
8
8
|
function ReportTaskRunnerHeartbeatCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ReportTaskRunnerHeartbeatCommand = (function (_super) {
|
|
|
37
37
|
return ReportTaskRunnerHeartbeatCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ReportTaskRunnerHeartbeatCommand };
|
|
40
|
-
//# sourceMappingURL=ReportTaskRunnerHeartbeatCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { SetStatusInput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1SetStatusCommand, serializeAws_json1_1SetStatusCommand } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { SetStatusInput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1SetStatusCommand, serializeAws_json1_1SetStatusCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var SetStatusCommand = (function (_super) {
|
|
7
7
|
__extends(SetStatusCommand, _super);
|
|
8
8
|
function SetStatusCommand(input) {
|
|
@@ -37,4 +37,3 @@ var SetStatusCommand = (function (_super) {
|
|
|
37
37
|
return SetStatusCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { SetStatusCommand };
|
|
40
|
-
//# sourceMappingURL=SetStatusCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1SetTaskStatusCommand, serializeAws_json1_1SetTaskStatusCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1SetTaskStatusCommand, serializeAws_json1_1SetTaskStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var SetTaskStatusCommand = (function (_super) {
|
|
7
7
|
__extends(SetTaskStatusCommand, _super);
|
|
8
8
|
function SetTaskStatusCommand(input) {
|
|
@@ -37,4 +37,3 @@ var SetTaskStatusCommand = (function (_super) {
|
|
|
37
37
|
return SetTaskStatusCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { SetTaskStatusCommand };
|
|
40
|
-
//# sourceMappingURL=SetTaskStatusCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ValidatePipelineDefinitionInput, ValidatePipelineDefinitionOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ValidatePipelineDefinitionCommand, serializeAws_json1_1ValidatePipelineDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ValidatePipelineDefinitionInput, ValidatePipelineDefinitionOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ValidatePipelineDefinitionCommand, serializeAws_json1_1ValidatePipelineDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ValidatePipelineDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(ValidatePipelineDefinitionCommand, _super);
|
|
8
8
|
function ValidatePipelineDefinitionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ValidatePipelineDefinitionCommand = (function (_super) {
|
|
|
37
37
|
return ValidatePipelineDefinitionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ValidatePipelineDefinitionCommand };
|
|
40
|
-
//# sourceMappingURL=ValidatePipelineDefinitionCommand.js.map
|
|
@@ -33,7 +33,7 @@ var partitionHash = {
|
|
|
33
33
|
hostname: "datapipeline.{region}.amazonaws.com.cn",
|
|
34
34
|
},
|
|
35
35
|
"aws-iso": {
|
|
36
|
-
regions: ["us-iso-east-1"],
|
|
36
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
37
37
|
hostname: "datapipeline.{region}.c2s.ic.gov",
|
|
38
38
|
},
|
|
39
39
|
"aws-iso-b": {
|
|
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
50
50
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "datapipeline", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
51
51
|
});
|
|
52
52
|
}); };
|
|
53
|
-
//# sourceMappingURL=endpoints.js.map
|
|
File without changes
|
|
File without changes
|
|
@@ -237,4 +237,3 @@ export var ValidatePipelineDefinitionOutput;
|
|
|
237
237
|
(function (ValidatePipelineDefinitionOutput) {
|
|
238
238
|
ValidatePipelineDefinitionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
239
|
})(ValidatePipelineDefinitionOutput || (ValidatePipelineDefinitionOutput = {}));
|
|
240
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { DescribeObjectsCommand, } from "../commands/DescribeObjectsCommand";
|
|
2
3
|
import { DataPipeline } from "../DataPipeline";
|
|
3
4
|
import { DataPipelineClient } from "../DataPipelineClient";
|
|
4
|
-
import { DescribeObjectsCommand, } from "../commands/DescribeObjectsCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -71,4 +71,3 @@ export function paginateDescribeObjects(config, input) {
|
|
|
71
71
|
});
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
|
-
//# sourceMappingURL=DescribeObjectsPaginator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListPipelinesCommand, } from "../commands/ListPipelinesCommand";
|
|
2
3
|
import { DataPipeline } from "../DataPipeline";
|
|
3
4
|
import { DataPipelineClient } from "../DataPipelineClient";
|
|
4
|
-
import { ListPipelinesCommand, } from "../commands/ListPipelinesCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -71,4 +71,3 @@ export function paginateListPipelines(config, input) {
|
|
|
71
71
|
});
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
|
-
//# sourceMappingURL=ListPipelinesPaginator.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { QueryObjectsCommand, } from "../commands/QueryObjectsCommand";
|
|
2
3
|
import { DataPipeline } from "../DataPipeline";
|
|
3
4
|
import { DataPipelineClient } from "../DataPipelineClient";
|
|
4
|
-
import { QueryObjectsCommand, } from "../commands/QueryObjectsCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateQueryObjects(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=QueryObjectsPaginator.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
4
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -14,4 +14,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
14
14
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
15
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -19,4 +19,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
20
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
6
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
7
7
|
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
8
8
|
};
|
|
9
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defaultRegionInfoProvider } from "./endpoints";
|
|
2
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
3
3
|
export var getRuntimeConfig = function (config) {
|
|
4
4
|
var _a, _b, _c, _d, _e;
|
|
5
5
|
return ({
|
|
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
11
11
|
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
12
12
|
});
|
|
13
13
|
};
|
|
14
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { ActivatePipelineCommandInput, ActivatePipelineCommandOutput } from "./commands/ActivatePipelineCommand";
|
|
3
3
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
4
4
|
import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
|
|
@@ -18,7 +18,7 @@ import { ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommand
|
|
|
18
18
|
import { SetStatusCommandInput, SetStatusCommandOutput } from "./commands/SetStatusCommand";
|
|
19
19
|
import { SetTaskStatusCommandInput, SetTaskStatusCommandOutput } from "./commands/SetTaskStatusCommand";
|
|
20
20
|
import { ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput } from "./commands/ValidatePipelineDefinitionCommand";
|
|
21
|
-
import {
|
|
21
|
+
import { DataPipelineClient } from "./DataPipelineClient";
|
|
22
22
|
/**
|
|
23
23
|
* <p>AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline
|
|
24
24
|
* handles the details of scheduling and ensuring that data dependencies are met so that your application
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
1
9
|
import { ActivatePipelineCommandInput, ActivatePipelineCommandOutput } from "./commands/ActivatePipelineCommand";
|
|
2
10
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
3
11
|
import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
|
|
@@ -17,14 +25,6 @@ import { ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommand
|
|
|
17
25
|
import { SetStatusCommandInput, SetStatusCommandOutput } from "./commands/SetStatusCommand";
|
|
18
26
|
import { SetTaskStatusCommandInput, SetTaskStatusCommandOutput } from "./commands/SetTaskStatusCommand";
|
|
19
27
|
import { ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput } from "./commands/ValidatePipelineDefinitionCommand";
|
|
20
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
21
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
22
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
23
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
24
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
25
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
26
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
27
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
28
28
|
export declare type ServiceInputTypes = ActivatePipelineCommandInput | AddTagsCommandInput | CreatePipelineCommandInput | DeactivatePipelineCommandInput | DeletePipelineCommandInput | DescribeObjectsCommandInput | DescribePipelinesCommandInput | EvaluateExpressionCommandInput | GetPipelineDefinitionCommandInput | ListPipelinesCommandInput | PollForTaskCommandInput | PutPipelineDefinitionCommandInput | QueryObjectsCommandInput | RemoveTagsCommandInput | ReportTaskProgressCommandInput | ReportTaskRunnerHeartbeatCommandInput | SetStatusCommandInput | SetTaskStatusCommandInput | ValidatePipelineDefinitionCommandInput;
|
|
29
29
|
export declare type ServiceOutputTypes = ActivatePipelineCommandOutput | AddTagsCommandOutput | CreatePipelineCommandOutput | DeactivatePipelineCommandOutput | DeletePipelineCommandOutput | DescribeObjectsCommandOutput | DescribePipelinesCommandOutput | EvaluateExpressionCommandOutput | GetPipelineDefinitionCommandOutput | ListPipelinesCommandOutput | PollForTaskCommandOutput | PutPipelineDefinitionCommandOutput | QueryObjectsCommandOutput | RemoveTagsCommandOutput | ReportTaskProgressCommandOutput | ReportTaskRunnerHeartbeatCommandOutput | SetStatusCommandOutput | SetTaskStatusCommandOutput | ValidatePipelineDefinitionCommandOutput;
|
|
30
30
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
2
4
|
import { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ActivatePipelineCommandInput extends ActivatePipelineInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ActivatePipelineCommandOutput extends ActivatePipelineOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
2
4
|
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface AddTagsCommandInput extends AddTagsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
2
4
|
import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreatePipelineCommandInput extends CreatePipelineInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
2
4
|
import { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeactivatePipelineCommandInput extends DeactivatePipelineInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeactivatePipelineCommandOutput extends DeactivatePipelineOutput, __MetadataBearer {
|