@aws-sdk/client-data-pipeline 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/DataPipeline.js +0 -19
- package/dist-cjs/DataPipelineClient.js +0 -24
- package/dist-cjs/commands/ActivatePipelineCommand.js +0 -54
- package/dist-cjs/commands/AddTagsCommand.js +0 -24
- package/dist-cjs/commands/CreatePipelineCommand.js +0 -54
- package/dist-cjs/commands/DeactivatePipelineCommand.js +0 -27
- package/dist-cjs/commands/DeletePipelineCommand.js +0 -55
- package/dist-cjs/commands/DescribeObjectsCommand.js +0 -82
- package/dist-cjs/commands/DescribePipelinesCommand.js +0 -85
- package/dist-cjs/commands/EvaluateExpressionCommand.js +0 -54
- package/dist-cjs/commands/GetPipelineDefinitionCommand.js +0 -88
- package/dist-cjs/commands/ListPipelinesCommand.js +0 -55
- package/dist-cjs/commands/PollForTaskCommand.js +0 -102
- package/dist-cjs/commands/PutPipelineDefinitionCommand.js +0 -183
- package/dist-cjs/commands/QueryObjectsCommand.js +0 -62
- package/dist-cjs/commands/RemoveTagsCommand.js +0 -24
- package/dist-cjs/commands/ReportTaskProgressCommand.js +0 -61
- package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +0 -56
- package/dist-cjs/commands/SetStatusCommand.js +0 -56
- package/dist-cjs/commands/SetTaskStatusCommand.js +0 -54
- package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +0 -175
- package/dist-cjs/commands/index.js +22 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -25
- package/dist-cjs/models/models_0.js +0 -168
- package/dist-cjs/pagination/DescribeObjectsPaginator.js +0 -10
- package/dist-cjs/pagination/ListPipelinesPaginator.js +0 -10
- package/dist-cjs/pagination/QueryObjectsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -25
- package/dist-es/pagination/index.js +4 -0
- package/dist-types/commands/index.d.ts +19 -0
- package/dist-types/index.d.ts +4 -25
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/DataPipeline.d.ts +20 -971
- package/dist-types/ts3.4/DataPipelineClient.d.ts +24 -105
- package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -51
- package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +2 -78
- package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +2 -81
- package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +2 -84
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -51
- package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +2 -98
- package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +2 -179
- package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +2 -58
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +2 -57
- package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -52
- package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +2 -52
- package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +2 -171
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/index.d.ts +4 -25
- package/dist-types/ts3.4/models/models_0.d.ts +231 -769
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
5
|
const endpoints_1 = require("./endpoints");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from "./ActivatePipelineCommand";
|
|
2
|
+
export * from "./AddTagsCommand";
|
|
3
|
+
export * from "./CreatePipelineCommand";
|
|
4
|
+
export * from "./DeactivatePipelineCommand";
|
|
5
|
+
export * from "./DeletePipelineCommand";
|
|
6
|
+
export * from "./DescribeObjectsCommand";
|
|
7
|
+
export * from "./DescribePipelinesCommand";
|
|
8
|
+
export * from "./EvaluateExpressionCommand";
|
|
9
|
+
export * from "./GetPipelineDefinitionCommand";
|
|
10
|
+
export * from "./ListPipelinesCommand";
|
|
11
|
+
export * from "./PollForTaskCommand";
|
|
12
|
+
export * from "./PutPipelineDefinitionCommand";
|
|
13
|
+
export * from "./QueryObjectsCommand";
|
|
14
|
+
export * from "./RemoveTagsCommand";
|
|
15
|
+
export * from "./ReportTaskProgressCommand";
|
|
16
|
+
export * from "./ReportTaskRunnerHeartbeatCommand";
|
|
17
|
+
export * from "./SetStatusCommand";
|
|
18
|
+
export * from "./SetTaskStatusCommand";
|
|
19
|
+
export * from "./ValidatePipelineDefinitionCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -26,22 +26,27 @@ var partitionHash = {
|
|
|
26
26
|
"us-west-1",
|
|
27
27
|
"us-west-2",
|
|
28
28
|
],
|
|
29
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
29
30
|
hostname: "datapipeline.{region}.amazonaws.com",
|
|
30
31
|
},
|
|
31
32
|
"aws-cn": {
|
|
32
33
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
34
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
33
35
|
hostname: "datapipeline.{region}.amazonaws.com.cn",
|
|
34
36
|
},
|
|
35
37
|
"aws-iso": {
|
|
36
|
-
regions: ["us-iso-east-1"],
|
|
38
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
39
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
37
40
|
hostname: "datapipeline.{region}.c2s.ic.gov",
|
|
38
41
|
},
|
|
39
42
|
"aws-iso-b": {
|
|
40
43
|
regions: ["us-isob-east-1"],
|
|
44
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
41
45
|
hostname: "datapipeline.{region}.sc2s.sgov.gov",
|
|
42
46
|
},
|
|
43
47
|
"aws-us-gov": {
|
|
44
48
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
49
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
45
50
|
hostname: "datapipeline.{region}.amazonaws.com",
|
|
46
51
|
},
|
|
47
52
|
};
|
package/dist-es/index.js
CHANGED
|
@@ -1,26 +1,5 @@
|
|
|
1
|
-
export * from "./DataPipelineClient";
|
|
2
1
|
export * from "./DataPipeline";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeletePipelineCommand";
|
|
8
|
-
export * from "./commands/DescribeObjectsCommand";
|
|
9
|
-
export * from "./pagination/DescribeObjectsPaginator";
|
|
10
|
-
export * from "./commands/DescribePipelinesCommand";
|
|
11
|
-
export * from "./commands/EvaluateExpressionCommand";
|
|
12
|
-
export * from "./commands/GetPipelineDefinitionCommand";
|
|
13
|
-
export * from "./commands/ListPipelinesCommand";
|
|
14
|
-
export * from "./pagination/ListPipelinesPaginator";
|
|
15
|
-
export * from "./commands/PollForTaskCommand";
|
|
16
|
-
export * from "./commands/PutPipelineDefinitionCommand";
|
|
17
|
-
export * from "./commands/QueryObjectsCommand";
|
|
18
|
-
export * from "./pagination/QueryObjectsPaginator";
|
|
19
|
-
export * from "./commands/RemoveTagsCommand";
|
|
20
|
-
export * from "./commands/ReportTaskProgressCommand";
|
|
21
|
-
export * from "./commands/ReportTaskRunnerHeartbeatCommand";
|
|
22
|
-
export * from "./commands/SetStatusCommand";
|
|
23
|
-
export * from "./commands/SetTaskStatusCommand";
|
|
24
|
-
export * from "./commands/ValidatePipelineDefinitionCommand";
|
|
25
|
-
export * from "./pagination/Interfaces";
|
|
26
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./DataPipelineClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from "./ActivatePipelineCommand";
|
|
2
|
+
export * from "./AddTagsCommand";
|
|
3
|
+
export * from "./CreatePipelineCommand";
|
|
4
|
+
export * from "./DeactivatePipelineCommand";
|
|
5
|
+
export * from "./DeletePipelineCommand";
|
|
6
|
+
export * from "./DescribeObjectsCommand";
|
|
7
|
+
export * from "./DescribePipelinesCommand";
|
|
8
|
+
export * from "./EvaluateExpressionCommand";
|
|
9
|
+
export * from "./GetPipelineDefinitionCommand";
|
|
10
|
+
export * from "./ListPipelinesCommand";
|
|
11
|
+
export * from "./PollForTaskCommand";
|
|
12
|
+
export * from "./PutPipelineDefinitionCommand";
|
|
13
|
+
export * from "./QueryObjectsCommand";
|
|
14
|
+
export * from "./RemoveTagsCommand";
|
|
15
|
+
export * from "./ReportTaskProgressCommand";
|
|
16
|
+
export * from "./ReportTaskRunnerHeartbeatCommand";
|
|
17
|
+
export * from "./SetStatusCommand";
|
|
18
|
+
export * from "./SetTaskStatusCommand";
|
|
19
|
+
export * from "./ValidatePipelineDefinitionCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,26 +1,5 @@
|
|
|
1
|
-
export * from "./DataPipelineClient";
|
|
2
1
|
export * from "./DataPipeline";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeletePipelineCommand";
|
|
8
|
-
export * from "./commands/DescribeObjectsCommand";
|
|
9
|
-
export * from "./pagination/DescribeObjectsPaginator";
|
|
10
|
-
export * from "./commands/DescribePipelinesCommand";
|
|
11
|
-
export * from "./commands/EvaluateExpressionCommand";
|
|
12
|
-
export * from "./commands/GetPipelineDefinitionCommand";
|
|
13
|
-
export * from "./commands/ListPipelinesCommand";
|
|
14
|
-
export * from "./pagination/ListPipelinesPaginator";
|
|
15
|
-
export * from "./commands/PollForTaskCommand";
|
|
16
|
-
export * from "./commands/PutPipelineDefinitionCommand";
|
|
17
|
-
export * from "./commands/QueryObjectsCommand";
|
|
18
|
-
export * from "./pagination/QueryObjectsPaginator";
|
|
19
|
-
export * from "./commands/RemoveTagsCommand";
|
|
20
|
-
export * from "./commands/ReportTaskProgressCommand";
|
|
21
|
-
export * from "./commands/ReportTaskRunnerHeartbeatCommand";
|
|
22
|
-
export * from "./commands/SetStatusCommand";
|
|
23
|
-
export * from "./commands/SetTaskStatusCommand";
|
|
24
|
-
export * from "./commands/ValidatePipelineDefinitionCommand";
|
|
25
|
-
export * from "./pagination/Interfaces";
|
|
26
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./DataPipelineClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|