@aws-sdk/client-data-pipeline 3.47.1 → 3.50.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 (38) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/DataPipeline.d.ts +0 -100
  4. package/dist-types/ts3.4/DataPipelineClient.d.ts +0 -92
  5. package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/index.d.ts +0 -19
  25. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  26. package/dist-types/ts3.4/index.d.ts +0 -5
  27. package/dist-types/ts3.4/models/index.d.ts +0 -1
  28. package/dist-types/ts3.4/models/models_0.d.ts +0 -635
  29. package/dist-types/ts3.4/pagination/DescribeObjectsPaginator.d.ts +0 -4
  30. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  31. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +0 -4
  32. package/dist-types/ts3.4/pagination/QueryObjectsPaginator.d.ts +0 -4
  33. package/dist-types/ts3.4/pagination/index.d.ts +0 -4
  34. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -59
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
4
- import { ReportTaskRunnerHeartbeatInput, ReportTaskRunnerHeartbeatOutput } from "../models/models_0";
5
- export interface ReportTaskRunnerHeartbeatCommandInput extends ReportTaskRunnerHeartbeatInput {
6
- }
7
- export interface ReportTaskRunnerHeartbeatCommandOutput extends ReportTaskRunnerHeartbeatOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ReportTaskRunnerHeartbeatCommand extends $Command<ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: ReportTaskRunnerHeartbeatCommandInput;
12
- constructor(input: ReportTaskRunnerHeartbeatCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
4
- import { SetStatusInput } from "../models/models_0";
5
- export interface SetStatusCommandInput extends SetStatusInput {
6
- }
7
- export interface SetStatusCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SetStatusCommand extends $Command<SetStatusCommandInput, SetStatusCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: SetStatusCommandInput;
12
- constructor(input: SetStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetStatusCommandInput, SetStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
4
- import { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0";
5
- export interface SetTaskStatusCommandInput extends SetTaskStatusInput {
6
- }
7
- export interface SetTaskStatusCommandOutput extends SetTaskStatusOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class SetTaskStatusCommand extends $Command<SetTaskStatusCommandInput, SetTaskStatusCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: SetTaskStatusCommandInput;
12
- constructor(input: SetTaskStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTaskStatusCommandInput, SetTaskStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
4
- import { ValidatePipelineDefinitionInput, ValidatePipelineDefinitionOutput } from "../models/models_0";
5
- export interface ValidatePipelineDefinitionCommandInput extends ValidatePipelineDefinitionInput {
6
- }
7
- export interface ValidatePipelineDefinitionCommandOutput extends ValidatePipelineDefinitionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ValidatePipelineDefinitionCommand extends $Command<ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: ValidatePipelineDefinitionCommandInput;
12
- constructor(input: ValidatePipelineDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,19 +0,0 @@
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,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./DataPipeline";
2
- export * from "./DataPipelineClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";