@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
|
@@ -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 { DeletePipelineInput } 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 DeletePipelineCommandInput extends DeletePipelineInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeletePipelineCommandOutput extends __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 { DescribeObjectsInput, DescribeObjectsOutput } 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 DescribeObjectsCommandInput extends DescribeObjectsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeObjectsCommandOutput extends DescribeObjectsOutput, __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 { DescribePipelinesInput, DescribePipelinesOutput } 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 DescribePipelinesCommandInput extends DescribePipelinesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribePipelinesCommandOutput extends DescribePipelinesOutput, __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 { EvaluateExpressionInput, EvaluateExpressionOutput } 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 EvaluateExpressionCommandInput extends EvaluateExpressionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface EvaluateExpressionCommandOutput extends EvaluateExpressionOutput, __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 { GetPipelineDefinitionInput, GetPipelineDefinitionOutput } 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 GetPipelineDefinitionCommandInput extends GetPipelineDefinitionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface GetPipelineDefinitionCommandOutput extends GetPipelineDefinitionOutput, __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 { ListPipelinesInput, ListPipelinesOutput } 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 ListPipelinesCommandInput extends ListPipelinesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __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 { PollForTaskInput, PollForTaskOutput } 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 PollForTaskCommandInput extends PollForTaskInput {
|
|
6
6
|
}
|
|
7
7
|
export interface PollForTaskCommandOutput extends PollForTaskOutput, __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 { PutPipelineDefinitionInput, PutPipelineDefinitionOutput } 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 PutPipelineDefinitionCommandInput extends PutPipelineDefinitionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitionOutput, __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 { QueryObjectsInput, QueryObjectsOutput } 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 QueryObjectsCommandInput extends QueryObjectsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface QueryObjectsCommandOutput extends QueryObjectsOutput, __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 { RemoveTagsInput, RemoveTagsOutput } 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 RemoveTagsCommandInput extends RemoveTagsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __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 { ReportTaskProgressInput, ReportTaskProgressOutput } 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 ReportTaskProgressCommandInput extends ReportTaskProgressInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ReportTaskProgressCommandOutput extends ReportTaskProgressOutput, __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 { ReportTaskRunnerHeartbeatInput, ReportTaskRunnerHeartbeatOutput } 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 ReportTaskRunnerHeartbeatCommandInput extends ReportTaskRunnerHeartbeatInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ReportTaskRunnerHeartbeatCommandOutput extends ReportTaskRunnerHeartbeatOutput, __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 { SetStatusInput } 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 SetStatusCommandInput extends SetStatusInput {
|
|
6
6
|
}
|
|
7
7
|
export interface SetStatusCommandOutput extends __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 { SetTaskStatusInput, SetTaskStatusOutput } 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 SetTaskStatusCommandInput extends SetTaskStatusInput {
|
|
6
6
|
}
|
|
7
7
|
export interface SetTaskStatusCommandOutput extends SetTaskStatusOutput, __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 { ValidatePipelineDefinitionInput, ValidatePipelineDefinitionOutput } 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 ValidatePipelineDefinitionCommandInput extends ValidatePipelineDefinitionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ValidatePipelineDefinitionCommandOutput extends ValidatePipelineDefinitionOutput, __MetadataBearer {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { DescribeObjectsCommandInput, DescribeObjectsCommandOutput } from "../commands/DescribeObjectsCommand";
|
|
2
3
|
import { DataPipelinePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateDescribeObjects(config: DataPipelinePaginationConfiguration, input: DescribeObjectsCommandInput, ...additionalArguments: any): Paginator<DescribeObjectsCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { DataPipeline } from "../DataPipeline";
|
|
2
3
|
import { DataPipelineClient } from "../DataPipelineClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface DataPipelinePaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: DataPipeline | DataPipelineClient;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "../commands/ListPipelinesCommand";
|
|
2
3
|
import { DataPipelinePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListPipelines(config: DataPipelinePaginationConfiguration, input: ListPipelinesCommandInput, ...additionalArguments: any): Paginator<ListPipelinesCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { QueryObjectsCommandInput, QueryObjectsCommandOutput } from "../commands/QueryObjectsCommand";
|
|
2
3
|
import { DataPipelinePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateQueryObjects(config: DataPipelinePaginationConfiguration, input: QueryObjectsCommandInput, ...additionalArguments: any): Paginator<QueryObjectsCommandOutput>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { ActivatePipelineCommandInput, ActivatePipelineCommandOutput } from "../commands/ActivatePipelineCommand";
|
|
2
4
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
|
|
3
5
|
import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "../commands/CreatePipelineCommand";
|
|
@@ -17,8 +19,6 @@ import { ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommand
|
|
|
17
19
|
import { SetStatusCommandInput, SetStatusCommandOutput } from "../commands/SetStatusCommand";
|
|
18
20
|
import { SetTaskStatusCommandInput, SetTaskStatusCommandOutput } from "../commands/SetTaskStatusCommand";
|
|
19
21
|
import { ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput } from "../commands/ValidatePipelineDefinitionCommand";
|
|
20
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
21
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
22
22
|
export declare const serializeAws_json1_1ActivatePipelineCommand: (input: ActivatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
23
|
export declare const serializeAws_json1_1AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
24
|
export declare const serializeAws_json1_1CreatePipelineCommand: (input: CreatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
File without changes
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
8
8
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
9
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
10
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
12
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
14
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { ActivatePipelineCommandInput, ActivatePipelineCommandOutput } from "./commands/ActivatePipelineCommand";
|
|
3
|
+
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
4
|
+
import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
|
|
5
|
+
import { DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput } from "./commands/DeactivatePipelineCommand";
|
|
6
|
+
import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "./commands/DeletePipelineCommand";
|
|
7
|
+
import { DescribeObjectsCommandInput, DescribeObjectsCommandOutput } from "./commands/DescribeObjectsCommand";
|
|
8
|
+
import { DescribePipelinesCommandInput, DescribePipelinesCommandOutput } from "./commands/DescribePipelinesCommand";
|
|
9
|
+
import { EvaluateExpressionCommandInput, EvaluateExpressionCommandOutput } from "./commands/EvaluateExpressionCommand";
|
|
10
|
+
import { GetPipelineDefinitionCommandInput, GetPipelineDefinitionCommandOutput } from "./commands/GetPipelineDefinitionCommand";
|
|
11
|
+
import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "./commands/ListPipelinesCommand";
|
|
12
|
+
import { PollForTaskCommandInput, PollForTaskCommandOutput } from "./commands/PollForTaskCommand";
|
|
13
|
+
import { PutPipelineDefinitionCommandInput, PutPipelineDefinitionCommandOutput } from "./commands/PutPipelineDefinitionCommand";
|
|
14
|
+
import { QueryObjectsCommandInput, QueryObjectsCommandOutput } from "./commands/QueryObjectsCommand";
|
|
15
|
+
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
16
|
+
import { ReportTaskProgressCommandInput, ReportTaskProgressCommandOutput } from "./commands/ReportTaskProgressCommand";
|
|
17
|
+
import { ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommandOutput } from "./commands/ReportTaskRunnerHeartbeatCommand";
|
|
18
|
+
import { SetStatusCommandInput, SetStatusCommandOutput } from "./commands/SetStatusCommand";
|
|
19
|
+
import { SetTaskStatusCommandInput, SetTaskStatusCommandOutput } from "./commands/SetTaskStatusCommand";
|
|
20
|
+
import { ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput } from "./commands/ValidatePipelineDefinitionCommand";
|
|
21
|
+
import { DataPipelineClient } from "./DataPipelineClient";
|
|
22
|
+
|
|
23
|
+
export declare class DataPipeline extends DataPipelineClient {
|
|
24
|
+
|
|
25
|
+
activatePipeline(args: ActivatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<ActivatePipelineCommandOutput>;
|
|
26
|
+
activatePipeline(args: ActivatePipelineCommandInput, cb: (err: any, data?: ActivatePipelineCommandOutput) => void): void;
|
|
27
|
+
activatePipeline(args: ActivatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivatePipelineCommandOutput) => void): void;
|
|
28
|
+
|
|
29
|
+
addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
|
|
30
|
+
addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
31
|
+
addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
32
|
+
|
|
33
|
+
createPipeline(args: CreatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreatePipelineCommandOutput>;
|
|
34
|
+
createPipeline(args: CreatePipelineCommandInput, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
|
|
35
|
+
createPipeline(args: CreatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
|
|
36
|
+
|
|
37
|
+
deactivatePipeline(args: DeactivatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeactivatePipelineCommandOutput>;
|
|
38
|
+
deactivatePipeline(args: DeactivatePipelineCommandInput, cb: (err: any, data?: DeactivatePipelineCommandOutput) => void): void;
|
|
39
|
+
deactivatePipeline(args: DeactivatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivatePipelineCommandOutput) => void): void;
|
|
40
|
+
|
|
41
|
+
deletePipeline(args: DeletePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeletePipelineCommandOutput>;
|
|
42
|
+
deletePipeline(args: DeletePipelineCommandInput, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
|
|
43
|
+
deletePipeline(args: DeletePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
|
|
44
|
+
|
|
45
|
+
describeObjects(args: DescribeObjectsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeObjectsCommandOutput>;
|
|
46
|
+
describeObjects(args: DescribeObjectsCommandInput, cb: (err: any, data?: DescribeObjectsCommandOutput) => void): void;
|
|
47
|
+
describeObjects(args: DescribeObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeObjectsCommandOutput) => void): void;
|
|
48
|
+
|
|
49
|
+
describePipelines(args: DescribePipelinesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePipelinesCommandOutput>;
|
|
50
|
+
describePipelines(args: DescribePipelinesCommandInput, cb: (err: any, data?: DescribePipelinesCommandOutput) => void): void;
|
|
51
|
+
describePipelines(args: DescribePipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePipelinesCommandOutput) => void): void;
|
|
52
|
+
|
|
53
|
+
evaluateExpression(args: EvaluateExpressionCommandInput, options?: __HttpHandlerOptions): Promise<EvaluateExpressionCommandOutput>;
|
|
54
|
+
evaluateExpression(args: EvaluateExpressionCommandInput, cb: (err: any, data?: EvaluateExpressionCommandOutput) => void): void;
|
|
55
|
+
evaluateExpression(args: EvaluateExpressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EvaluateExpressionCommandOutput) => void): void;
|
|
56
|
+
|
|
57
|
+
getPipelineDefinition(args: GetPipelineDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineDefinitionCommandOutput>;
|
|
58
|
+
getPipelineDefinition(args: GetPipelineDefinitionCommandInput, cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void): void;
|
|
59
|
+
getPipelineDefinition(args: GetPipelineDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void): void;
|
|
60
|
+
|
|
61
|
+
listPipelines(args: ListPipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelinesCommandOutput>;
|
|
62
|
+
listPipelines(args: ListPipelinesCommandInput, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
|
|
63
|
+
listPipelines(args: ListPipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
|
|
64
|
+
|
|
65
|
+
pollForTask(args: PollForTaskCommandInput, options?: __HttpHandlerOptions): Promise<PollForTaskCommandOutput>;
|
|
66
|
+
pollForTask(args: PollForTaskCommandInput, cb: (err: any, data?: PollForTaskCommandOutput) => void): void;
|
|
67
|
+
pollForTask(args: PollForTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PollForTaskCommandOutput) => void): void;
|
|
68
|
+
|
|
69
|
+
putPipelineDefinition(args: PutPipelineDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<PutPipelineDefinitionCommandOutput>;
|
|
70
|
+
putPipelineDefinition(args: PutPipelineDefinitionCommandInput, cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void): void;
|
|
71
|
+
putPipelineDefinition(args: PutPipelineDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void): void;
|
|
72
|
+
|
|
73
|
+
queryObjects(args: QueryObjectsCommandInput, options?: __HttpHandlerOptions): Promise<QueryObjectsCommandOutput>;
|
|
74
|
+
queryObjects(args: QueryObjectsCommandInput, cb: (err: any, data?: QueryObjectsCommandOutput) => void): void;
|
|
75
|
+
queryObjects(args: QueryObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: QueryObjectsCommandOutput) => void): void;
|
|
76
|
+
|
|
77
|
+
removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
|
|
78
|
+
removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
|
|
79
|
+
removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
|
|
80
|
+
|
|
81
|
+
reportTaskProgress(args: ReportTaskProgressCommandInput, options?: __HttpHandlerOptions): Promise<ReportTaskProgressCommandOutput>;
|
|
82
|
+
reportTaskProgress(args: ReportTaskProgressCommandInput, cb: (err: any, data?: ReportTaskProgressCommandOutput) => void): void;
|
|
83
|
+
reportTaskProgress(args: ReportTaskProgressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReportTaskProgressCommandOutput) => void): void;
|
|
84
|
+
|
|
85
|
+
reportTaskRunnerHeartbeat(args: ReportTaskRunnerHeartbeatCommandInput, options?: __HttpHandlerOptions): Promise<ReportTaskRunnerHeartbeatCommandOutput>;
|
|
86
|
+
reportTaskRunnerHeartbeat(args: ReportTaskRunnerHeartbeatCommandInput, cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void): void;
|
|
87
|
+
reportTaskRunnerHeartbeat(args: ReportTaskRunnerHeartbeatCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void): void;
|
|
88
|
+
|
|
89
|
+
setStatus(args: SetStatusCommandInput, options?: __HttpHandlerOptions): Promise<SetStatusCommandOutput>;
|
|
90
|
+
setStatus(args: SetStatusCommandInput, cb: (err: any, data?: SetStatusCommandOutput) => void): void;
|
|
91
|
+
setStatus(args: SetStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetStatusCommandOutput) => void): void;
|
|
92
|
+
|
|
93
|
+
setTaskStatus(args: SetTaskStatusCommandInput, options?: __HttpHandlerOptions): Promise<SetTaskStatusCommandOutput>;
|
|
94
|
+
setTaskStatus(args: SetTaskStatusCommandInput, cb: (err: any, data?: SetTaskStatusCommandOutput) => void): void;
|
|
95
|
+
setTaskStatus(args: SetTaskStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetTaskStatusCommandOutput) => void): void;
|
|
96
|
+
|
|
97
|
+
validatePipelineDefinition(args: ValidatePipelineDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<ValidatePipelineDefinitionCommandOutput>;
|
|
98
|
+
validatePipelineDefinition(args: ValidatePipelineDefinitionCommandInput, cb: (err: any, data?: ValidatePipelineDefinitionCommandOutput) => void): void;
|
|
99
|
+
validatePipelineDefinition(args: ValidatePipelineDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidatePipelineDefinitionCommandOutput) => void): void;
|
|
100
|
+
}
|
|
@@ -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,151 +25,62 @@ 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>> {
|
|
31
|
-
|
|
32
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
33
|
-
*/
|
|
31
|
+
|
|
34
32
|
requestHandler?: __HttpHandler;
|
|
35
|
-
|
|
36
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
37
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
33
|
+
|
|
40
34
|
sha256?: __HashConstructor;
|
|
41
|
-
|
|
42
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
35
|
+
|
|
45
36
|
urlParser?: __UrlParser;
|
|
46
|
-
|
|
47
|
-
* A function that can calculate the length of a request body.
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
37
|
+
|
|
50
38
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
51
|
-
|
|
52
|
-
* A function that converts a stream into an array of bytes.
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
39
|
+
|
|
55
40
|
streamCollector?: __StreamCollector;
|
|
56
|
-
|
|
57
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
41
|
+
|
|
60
42
|
base64Decoder?: __Decoder;
|
|
61
|
-
|
|
62
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
43
|
+
|
|
65
44
|
base64Encoder?: __Encoder;
|
|
66
|
-
|
|
67
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
45
|
+
|
|
70
46
|
utf8Decoder?: __Decoder;
|
|
71
|
-
|
|
72
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
47
|
+
|
|
75
48
|
utf8Encoder?: __Encoder;
|
|
76
|
-
|
|
77
|
-
* The runtime environment.
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
49
|
+
|
|
80
50
|
runtime?: string;
|
|
81
|
-
|
|
82
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
83
|
-
* trait of an operation.
|
|
84
|
-
*/
|
|
51
|
+
|
|
85
52
|
disableHostPrefix?: boolean;
|
|
86
|
-
|
|
87
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
88
|
-
*/
|
|
53
|
+
|
|
89
54
|
maxAttempts?: number | __Provider<number>;
|
|
90
|
-
|
|
91
|
-
* Specifies which retry algorithm to use.
|
|
92
|
-
*/
|
|
55
|
+
|
|
93
56
|
retryMode?: string | __Provider<string>;
|
|
94
|
-
|
|
95
|
-
* Optional logger for logging debug/info/warn/error.
|
|
96
|
-
*/
|
|
57
|
+
|
|
97
58
|
logger?: __Logger;
|
|
98
|
-
|
|
99
|
-
* Unique service identifier.
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
59
|
+
|
|
102
60
|
serviceId?: string;
|
|
103
|
-
|
|
104
|
-
* The AWS region to which this client will send requests
|
|
105
|
-
*/
|
|
61
|
+
|
|
106
62
|
region?: string | __Provider<string>;
|
|
107
|
-
|
|
108
|
-
* Default credentials provider; Not available in browser runtime.
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
63
|
+
|
|
111
64
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
112
|
-
|
|
113
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
65
|
+
|
|
116
66
|
regionInfoProvider?: RegionInfoProvider;
|
|
117
|
-
|
|
118
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
67
|
+
|
|
121
68
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
122
69
|
}
|
|
123
70
|
declare type DataPipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
124
|
-
|
|
125
|
-
* The configuration interface of DataPipelineClient class constructor that set the region, credentials and other options.
|
|
126
|
-
*/
|
|
71
|
+
|
|
127
72
|
export interface DataPipelineClientConfig extends DataPipelineClientConfigType {
|
|
128
73
|
}
|
|
129
74
|
declare type DataPipelineClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
130
|
-
|
|
131
|
-
* The resolved configuration interface of DataPipelineClient class. This is resolved and normalized from the {@link DataPipelineClientConfig | constructor configuration interface}.
|
|
132
|
-
*/
|
|
75
|
+
|
|
133
76
|
export interface DataPipelineClientResolvedConfig extends DataPipelineClientResolvedConfigType {
|
|
134
77
|
}
|
|
135
|
-
|
|
136
|
-
* <p>AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline
|
|
137
|
-
* handles the details of scheduling and ensuring that data dependencies are met so that your application
|
|
138
|
-
* can focus on processing the data.</p>
|
|
139
|
-
*
|
|
140
|
-
* <p>AWS Data Pipeline provides a JAR implementation of a task runner called AWS Data Pipeline Task Runner.
|
|
141
|
-
* AWS Data Pipeline Task Runner provides logic for common data management scenarios, such as performing
|
|
142
|
-
* database queries and running data analysis using Amazon Elastic MapReduce (Amazon EMR). You can use
|
|
143
|
-
* AWS Data Pipeline Task Runner as your task runner, or you can write your own task runner to provide
|
|
144
|
-
* custom data management.</p>
|
|
145
|
-
*
|
|
146
|
-
* <p>AWS Data Pipeline implements two main sets of functionality. Use the first set to create a pipeline
|
|
147
|
-
* and define data sources, schedules, dependencies, and the transforms to be performed on the data.
|
|
148
|
-
* Use the second set in your task runner application to receive the next task ready for processing.
|
|
149
|
-
* The logic for performing the task, such as querying the data, running data analysis, or converting
|
|
150
|
-
* the data from one format to another, is contained within the task runner. The task runner performs
|
|
151
|
-
* the task assigned to it by the web service, reporting progress to the web service as it does so.
|
|
152
|
-
* When the task is done, the task runner reports the final success or failure of the task to the web service.</p>
|
|
153
|
-
*/
|
|
78
|
+
|
|
154
79
|
export declare class DataPipelineClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataPipelineClientResolvedConfig> {
|
|
155
|
-
|
|
156
|
-
* The resolved configuration of DataPipelineClient class. This is resolved and normalized from the {@link DataPipelineClientConfig | constructor configuration interface}.
|
|
157
|
-
*/
|
|
80
|
+
|
|
158
81
|
readonly config: DataPipelineClientResolvedConfig;
|
|
159
82
|
constructor(configuration: DataPipelineClientConfig);
|
|
160
|
-
|
|
161
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
162
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
163
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
164
|
-
*/
|
|
83
|
+
|
|
165
84
|
destroy(): void;
|
|
166
85
|
}
|
|
167
86
|
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_0";
|
|
5
|
+
export interface ActivatePipelineCommandInput extends ActivatePipelineInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ActivatePipelineCommandOutput extends ActivatePipelineOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ActivatePipelineCommand extends $Command<ActivatePipelineCommandInput, ActivatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
|
|
11
|
+
readonly input: ActivatePipelineCommandInput;
|
|
12
|
+
constructor(input: ActivatePipelineCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivatePipelineCommandInput, ActivatePipelineCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
5
|
+
export interface AddTagsCommandInput extends AddTagsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, DataPipelineClientResolvedConfig> {
|
|
11
|
+
readonly input: AddTagsCommandInput;
|
|
12
|
+
constructor(input: AddTagsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
|
|
5
|
+
export interface CreatePipelineCommandInput extends CreatePipelineInput {
|
|
6
|
+
}
|
|
7
|
+
export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreatePipelineCommand extends $Command<CreatePipelineCommandInput, CreatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
|
|
11
|
+
readonly input: CreatePipelineCommandInput;
|
|
12
|
+
constructor(input: CreatePipelineCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePipelineCommandInput, CreatePipelineCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/models_0";
|
|
5
|
+
export interface DeactivatePipelineCommandInput extends DeactivatePipelineInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DeactivatePipelineCommandOutput extends DeactivatePipelineOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeactivatePipelineCommand extends $Command<DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
|
|
11
|
+
readonly input: DeactivatePipelineCommandInput;
|
|
12
|
+
constructor(input: DeactivatePipelineCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|