@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.
Files changed (72) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/DataPipeline.js +0 -19
  3. package/dist-cjs/DataPipelineClient.js +0 -24
  4. package/dist-cjs/commands/ActivatePipelineCommand.js +0 -54
  5. package/dist-cjs/commands/AddTagsCommand.js +0 -24
  6. package/dist-cjs/commands/CreatePipelineCommand.js +0 -54
  7. package/dist-cjs/commands/DeactivatePipelineCommand.js +0 -27
  8. package/dist-cjs/commands/DeletePipelineCommand.js +0 -55
  9. package/dist-cjs/commands/DescribeObjectsCommand.js +0 -82
  10. package/dist-cjs/commands/DescribePipelinesCommand.js +0 -85
  11. package/dist-cjs/commands/EvaluateExpressionCommand.js +0 -54
  12. package/dist-cjs/commands/GetPipelineDefinitionCommand.js +0 -88
  13. package/dist-cjs/commands/ListPipelinesCommand.js +0 -55
  14. package/dist-cjs/commands/PollForTaskCommand.js +0 -102
  15. package/dist-cjs/commands/PutPipelineDefinitionCommand.js +0 -183
  16. package/dist-cjs/commands/QueryObjectsCommand.js +0 -62
  17. package/dist-cjs/commands/RemoveTagsCommand.js +0 -24
  18. package/dist-cjs/commands/ReportTaskProgressCommand.js +0 -61
  19. package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +0 -56
  20. package/dist-cjs/commands/SetStatusCommand.js +0 -56
  21. package/dist-cjs/commands/SetTaskStatusCommand.js +0 -54
  22. package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +0 -175
  23. package/dist-cjs/commands/index.js +22 -0
  24. package/dist-cjs/endpoints.js +6 -1
  25. package/dist-cjs/index.js +4 -25
  26. package/dist-cjs/models/models_0.js +0 -168
  27. package/dist-cjs/pagination/DescribeObjectsPaginator.js +0 -10
  28. package/dist-cjs/pagination/ListPipelinesPaginator.js +0 -10
  29. package/dist-cjs/pagination/QueryObjectsPaginator.js +0 -10
  30. package/dist-cjs/pagination/index.js +7 -0
  31. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  32. package/dist-cjs/runtimeConfig.browser.js +1 -5
  33. package/dist-cjs/runtimeConfig.js +1 -5
  34. package/dist-cjs/runtimeConfig.native.js +0 -3
  35. package/dist-cjs/runtimeConfig.shared.js +0 -3
  36. package/dist-es/commands/index.js +19 -0
  37. package/dist-es/endpoints.js +6 -1
  38. package/dist-es/index.js +4 -25
  39. package/dist-es/pagination/index.js +4 -0
  40. package/dist-types/commands/index.d.ts +19 -0
  41. package/dist-types/index.d.ts +4 -25
  42. package/dist-types/pagination/index.d.ts +4 -0
  43. package/dist-types/ts3.4/DataPipeline.d.ts +20 -971
  44. package/dist-types/ts3.4/DataPipelineClient.d.ts +24 -105
  45. package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +2 -50
  46. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -20
  47. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +2 -50
  48. package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +2 -23
  49. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -51
  50. package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +2 -78
  51. package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +2 -81
  52. package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +2 -50
  53. package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +2 -84
  54. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -51
  55. package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +2 -98
  56. package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +2 -179
  57. package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +2 -58
  58. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
  59. package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +2 -57
  60. package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -52
  61. package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +2 -52
  62. package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +2 -50
  63. package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +2 -171
  64. package/dist-types/ts3.4/commands/index.d.ts +19 -0
  65. package/dist-types/ts3.4/index.d.ts +4 -25
  66. package/dist-types/ts3.4/models/models_0.d.ts +231 -769
  67. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  72. 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";
@@ -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 "./commands/ActivatePipelineCommand";
4
- export * from "./commands/AddTagsCommand";
5
- export * from "./commands/CreatePipelineCommand";
6
- export * from "./commands/DeactivatePipelineCommand";
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,4 @@
1
+ export * from "./DescribeObjectsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListPipelinesPaginator";
4
+ export * from "./QueryObjectsPaginator";
@@ -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";
@@ -1,26 +1,5 @@
1
- export * from "./DataPipelineClient";
2
1
  export * from "./DataPipeline";
3
- export * from "./commands/ActivatePipelineCommand";
4
- export * from "./commands/AddTagsCommand";
5
- export * from "./commands/CreatePipelineCommand";
6
- export * from "./commands/DeactivatePipelineCommand";
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,4 @@
1
+ export * from "./DescribeObjectsPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListPipelinesPaginator";
4
+ export * from "./QueryObjectsPaginator";