@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,67 +0,0 @@
|
|
|
1
|
-
import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
2
|
-
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
|
-
export interface SetStatusCommandInput extends SetStatusInput {
|
|
6
|
-
}
|
|
7
|
-
export interface SetStatusCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.
|
|
11
|
-
* This update might not occur immediately, but is eventually consistent. The status that can be set depends on the type of object (for example, DataNode or Activity).
|
|
12
|
-
* You cannot perform this operation on <code>FINISHED</code> pipelines and attempting to do so returns <code>InvalidRequestException</code>.</p>
|
|
13
|
-
*
|
|
14
|
-
* <examples>
|
|
15
|
-
* <request>
|
|
16
|
-
*
|
|
17
|
-
* POST / HTTP/1.1
|
|
18
|
-
* Content-Type: application/x-amz-json-1.1
|
|
19
|
-
* X-Amz-Target: DataPipeline.SetStatus
|
|
20
|
-
* Content-Length: 100
|
|
21
|
-
* Host: datapipeline.us-east-1.amazonaws.com
|
|
22
|
-
* X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
|
|
23
|
-
* Authorization: AuthParams
|
|
24
|
-
*
|
|
25
|
-
* {"pipelineId": "df-0634701J7KEXAMPLE",
|
|
26
|
-
* "objectIds":
|
|
27
|
-
* ["o-08600941GHJWMBR9E2"],
|
|
28
|
-
* "status": "pause"}
|
|
29
|
-
*
|
|
30
|
-
* </request>
|
|
31
|
-
*
|
|
32
|
-
* <response>
|
|
33
|
-
*
|
|
34
|
-
* x-amzn-RequestId: e83b8ab7-076a-11e2-af6f-6bc7a6be60d9
|
|
35
|
-
* Content-Type: application/x-amz-json-1.1
|
|
36
|
-
* Content-Length: 0
|
|
37
|
-
* Date: Mon, 12 Nov 2012 17:50:53 GMT
|
|
38
|
-
*
|
|
39
|
-
* Unexpected response: 200, OK, undefined
|
|
40
|
-
*
|
|
41
|
-
* </response>
|
|
42
|
-
* </examples>
|
|
43
|
-
* @example
|
|
44
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
45
|
-
* ```javascript
|
|
46
|
-
* import { DataPipelineClient, SetStatusCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
|
|
47
|
-
* // const { DataPipelineClient, SetStatusCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
|
|
48
|
-
* const client = new DataPipelineClient(config);
|
|
49
|
-
* const command = new SetStatusCommand(input);
|
|
50
|
-
* const response = await client.send(command);
|
|
51
|
-
* ```
|
|
52
|
-
*
|
|
53
|
-
* @see {@link SetStatusCommandInput} for command's `input` shape.
|
|
54
|
-
* @see {@link SetStatusCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
|
|
56
|
-
*
|
|
57
|
-
*/
|
|
58
|
-
export declare class SetStatusCommand extends $Command<SetStatusCommandInput, SetStatusCommandOutput, DataPipelineClientResolvedConfig> {
|
|
59
|
-
readonly input: SetStatusCommandInput;
|
|
60
|
-
constructor(input: SetStatusCommandInput);
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetStatusCommandInput, SetStatusCommandOutput>;
|
|
65
|
-
private serialize;
|
|
66
|
-
private deserialize;
|
|
67
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
2
|
-
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
|
-
export interface SetTaskStatusCommandInput extends SetTaskStatusInput {
|
|
6
|
-
}
|
|
7
|
-
export interface SetTaskStatusCommandOutput extends SetTaskStatusOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Task runners call <code>SetTaskStatus</code> to notify AWS Data Pipeline that a task is completed and provide information about the final status.
|
|
11
|
-
* A task runner makes this call regardless of whether the task was sucessful. A task runner does not need to call <code>SetTaskStatus</code> for
|
|
12
|
-
* tasks that are canceled by the web service during a call to <a>ReportTaskProgress</a>.</p>
|
|
13
|
-
*
|
|
14
|
-
* <examples>
|
|
15
|
-
* <request>
|
|
16
|
-
*
|
|
17
|
-
* POST / HTTP/1.1
|
|
18
|
-
* Content-Type: application/x-amz-json-1.1
|
|
19
|
-
* X-Amz-Target: DataPipeline.SetTaskStatus
|
|
20
|
-
* Content-Length: 847
|
|
21
|
-
* Host: datapipeline.us-east-1.amazonaws.com
|
|
22
|
-
* X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
|
|
23
|
-
* Authorization: AuthParams
|
|
24
|
-
*
|
|
25
|
-
* {"taskId": "aaGgHT4LuH0T0Y0oLrJRjas5qH0d8cDPADxqq3tn+zCWGELkCdV2JprLreXm1oxeP5EFZHFLJ69kjSsLYE0iYHYBYVGBrB+E/pYq7ANEEeGJFnSBMRiXZVA+8UJ3OzcInvXeinqBmBaKwii7hnnKb/AXjXiNTXyxgydX1KAyg1AxkwBYG4cfPYMZbuEbQJFJvv5C/2+GVXz1w94nKYTeUeepwUOFOuRLS6JVtZoYwpF56E+Yfk1IcGpFOvCZ01B4Bkuu7x3J+MD/j6kJgZLAgbCJQtI3eiW3kdGmX0p0I2BdY1ZsX6b4UiSvM3OMj6NEHJCJL4E0ZfitnhCoe24Kvjo6C2hFbZq+ei/HPgSXBQMSagkr4vS9c0ChzxH2+LNYvec6bY4kymkaZI1dvOzmpa0FcnGf5AjSK4GpsViZ/ujz6zxFv81qBXzjF0/4M1775rjV1VUdyKaixiA/sJiACNezqZqETidp8d24BDPRhGsj6pBCrnelqGFrk/gXEXUsJ+xwMifRC8UVwiKekpAvHUywVk7Ku4jH/n3i2VoLRP6FXwpUbelu34iiZ9czpXyLtyPKwxa87dlrnRVURwkcVjOt2Mcrcaqe+cbWHvNRhyrPkkdfSF3ac8/wfgVbXvLEB2k9mKc67aD9rvdc1PKX09Tk8BKklsMTpZ3TRCd4NzQlJKigMe8Jat9+1tKj4Ole5ZzW6uyTu2s2iFjEV8KXu4MaiRJyNKCdKeGhhZWY37Qk4NBK4Ppgu+C6Y41dpfOh288SLDEVx0/UySlqOEdhba7c6BiPp5r3hKj3mk9lFy5OYp1aoGLeeFmjXveTnPdf2gkWqXXg7AUbJ7jEs1F0lKZQg4szep2gcKyAJXgvXLfJJHcha8Lfb/Ee7wYmyOcAaRpDBoFNSbtoVXar46teIrpho+ZDvynUXvU0grHWGOk=:wn3SgymHZM99bEXAMPLE",
|
|
26
|
-
* "taskStatus": "FINISHED"}
|
|
27
|
-
*
|
|
28
|
-
* </request>
|
|
29
|
-
*
|
|
30
|
-
* <response>
|
|
31
|
-
*
|
|
32
|
-
* x-amzn-RequestId: 8c8deb53-0788-11e2-af9c-6bc7a6be6qr8
|
|
33
|
-
* Content-Type: application/x-amz-json-1.1
|
|
34
|
-
* Content-Length: 0
|
|
35
|
-
* Date: Mon, 12 Nov 2012 17:50:53 GMT
|
|
36
|
-
*
|
|
37
|
-
* {}
|
|
38
|
-
*
|
|
39
|
-
* </response>
|
|
40
|
-
* </examples>
|
|
41
|
-
* @example
|
|
42
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
43
|
-
* ```javascript
|
|
44
|
-
* import { DataPipelineClient, SetTaskStatusCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
|
|
45
|
-
* // const { DataPipelineClient, SetTaskStatusCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
|
|
46
|
-
* const client = new DataPipelineClient(config);
|
|
47
|
-
* const command = new SetTaskStatusCommand(input);
|
|
48
|
-
* const response = await client.send(command);
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @see {@link SetTaskStatusCommandInput} for command's `input` shape.
|
|
52
|
-
* @see {@link SetTaskStatusCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
|
|
54
|
-
*
|
|
55
|
-
*/
|
|
56
|
-
export declare class SetTaskStatusCommand extends $Command<SetTaskStatusCommandInput, SetTaskStatusCommandOutput, DataPipelineClientResolvedConfig> {
|
|
57
|
-
readonly input: SetTaskStatusCommandInput;
|
|
58
|
-
constructor(input: SetTaskStatusCommandInput);
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTaskStatusCommandInput, SetTaskStatusCommandOutput>;
|
|
63
|
-
private serialize;
|
|
64
|
-
private deserialize;
|
|
65
|
-
}
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
2
|
-
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
|
-
export interface ValidatePipelineDefinitionCommandInput extends ValidatePipelineDefinitionInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ValidatePipelineDefinitionCommandOutput extends ValidatePipelineDefinitionOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Validates the specified pipeline definition to ensure that it is well formed and can be run without error.</p>
|
|
11
|
-
*
|
|
12
|
-
* <examples>
|
|
13
|
-
* <example>
|
|
14
|
-
* <name>Example 1</name>
|
|
15
|
-
* <description>
|
|
16
|
-
* This example sets an valid pipeline configuration and returns success.
|
|
17
|
-
* </description>
|
|
18
|
-
* <request>
|
|
19
|
-
*
|
|
20
|
-
* POST / HTTP/1.1
|
|
21
|
-
* Content-Type: application/x-amz-json-1.1
|
|
22
|
-
* X-Amz-Target: DataPipeline.ValidatePipelineDefinition
|
|
23
|
-
* Content-Length: 936
|
|
24
|
-
* Host: datapipeline.us-east-1.amazonaws.com
|
|
25
|
-
* X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
|
|
26
|
-
* Authorization: AuthParams
|
|
27
|
-
*
|
|
28
|
-
* {"pipelineId": "df-06372391ZG65EXAMPLE",
|
|
29
|
-
* "pipelineObjects":
|
|
30
|
-
* [
|
|
31
|
-
* {"id": "Default",
|
|
32
|
-
* "name": "Default",
|
|
33
|
-
* "fields":
|
|
34
|
-
* [
|
|
35
|
-
* {"key": "workerGroup",
|
|
36
|
-
* "stringValue": "MyworkerGroup"}
|
|
37
|
-
* ]
|
|
38
|
-
* },
|
|
39
|
-
* {"id": "Schedule",
|
|
40
|
-
* "name": "Schedule",
|
|
41
|
-
* "fields":
|
|
42
|
-
* [
|
|
43
|
-
* {"key": "startDateTime",
|
|
44
|
-
* "stringValue": "2012-09-25T17:00:00"},
|
|
45
|
-
* {"key": "type",
|
|
46
|
-
* "stringValue": "Schedule"},
|
|
47
|
-
* {"key": "period",
|
|
48
|
-
* "stringValue": "1 hour"},
|
|
49
|
-
* {"key": "endDateTime",
|
|
50
|
-
* "stringValue": "2012-09-25T18:00:00"}
|
|
51
|
-
* ]
|
|
52
|
-
* },
|
|
53
|
-
* {"id": "SayHello",
|
|
54
|
-
* "name": "SayHello",
|
|
55
|
-
* "fields":
|
|
56
|
-
* [
|
|
57
|
-
* {"key": "type",
|
|
58
|
-
* "stringValue": "ShellCommandActivity"},
|
|
59
|
-
* {"key": "command",
|
|
60
|
-
* "stringValue": "echo hello"},
|
|
61
|
-
* {"key": "parent",
|
|
62
|
-
* "refValue": "Default"},
|
|
63
|
-
* {"key": "schedule",
|
|
64
|
-
* "refValue": "Schedule"}
|
|
65
|
-
*
|
|
66
|
-
* ]
|
|
67
|
-
* }
|
|
68
|
-
* ]
|
|
69
|
-
* }
|
|
70
|
-
*
|
|
71
|
-
* </request>
|
|
72
|
-
* <response>
|
|
73
|
-
*
|
|
74
|
-
* x-amzn-RequestId: 92c9f347-0776-11e2-8a14-21bb8a1f50ef
|
|
75
|
-
* Content-Type: application/x-amz-json-1.1
|
|
76
|
-
* Content-Length: 18
|
|
77
|
-
* Date: Mon, 12 Nov 2012 17:50:53 GMT
|
|
78
|
-
*
|
|
79
|
-
* {"errored": false}
|
|
80
|
-
*
|
|
81
|
-
* </response>
|
|
82
|
-
* </example>
|
|
83
|
-
* <example>
|
|
84
|
-
* <name>Example 2</name>
|
|
85
|
-
* <description>
|
|
86
|
-
* This example sets an invalid pipeline configuration and returns the associated set of validation errors.
|
|
87
|
-
* </description>
|
|
88
|
-
*
|
|
89
|
-
* <request>
|
|
90
|
-
*
|
|
91
|
-
* POST / HTTP/1.1
|
|
92
|
-
* Content-Type: application/x-amz-json-1.1
|
|
93
|
-
* X-Amz-Target: DataPipeline.ValidatePipelineDefinition
|
|
94
|
-
* Content-Length: 903
|
|
95
|
-
* Host: datapipeline.us-east-1.amazonaws.com
|
|
96
|
-
* X-Amz-Date: Mon, 12 Nov 2012 17:49:52 GMT
|
|
97
|
-
* Authorization: AuthParams
|
|
98
|
-
*
|
|
99
|
-
* {"pipelineId": "df-06372391ZG65EXAMPLE",
|
|
100
|
-
* "pipelineObjects":
|
|
101
|
-
* [
|
|
102
|
-
* {"id": "Default",
|
|
103
|
-
* "name": "Default",
|
|
104
|
-
* "fields":
|
|
105
|
-
* [
|
|
106
|
-
* {"key": "workerGroup",
|
|
107
|
-
* "stringValue": "MyworkerGroup"}
|
|
108
|
-
* ]
|
|
109
|
-
* },
|
|
110
|
-
* {"id": "Schedule",
|
|
111
|
-
* "name": "Schedule",
|
|
112
|
-
* "fields":
|
|
113
|
-
* [
|
|
114
|
-
* {"key": "startDateTime",
|
|
115
|
-
* "stringValue": "bad-time"},
|
|
116
|
-
* {"key": "type",
|
|
117
|
-
* "stringValue": "Schedule"},
|
|
118
|
-
* {"key": "period",
|
|
119
|
-
* "stringValue": "1 hour"},
|
|
120
|
-
* {"key": "endDateTime",
|
|
121
|
-
* "stringValue": "2012-09-25T18:00:00"}
|
|
122
|
-
* ]
|
|
123
|
-
* },
|
|
124
|
-
* {"id": "SayHello",
|
|
125
|
-
* "name": "SayHello",
|
|
126
|
-
* "fields":
|
|
127
|
-
* [
|
|
128
|
-
* {"key": "type",
|
|
129
|
-
* "stringValue": "ShellCommandActivity"},
|
|
130
|
-
* {"key": "command",
|
|
131
|
-
* "stringValue": "echo hello"},
|
|
132
|
-
* {"key": "parent",
|
|
133
|
-
* "refValue": "Default"},
|
|
134
|
-
* {"key": "schedule",
|
|
135
|
-
* "refValue": "Schedule"}
|
|
136
|
-
*
|
|
137
|
-
* ]
|
|
138
|
-
* }
|
|
139
|
-
* ]
|
|
140
|
-
* }
|
|
141
|
-
*
|
|
142
|
-
* </request>
|
|
143
|
-
* <response>
|
|
144
|
-
*
|
|
145
|
-
* x-amzn-RequestId: 496a1f5a-0e6a-11e2-a61c-bd6312c92ddd
|
|
146
|
-
* Content-Type: application/x-amz-json-1.1
|
|
147
|
-
* Content-Length: 278
|
|
148
|
-
* Date: Mon, 12 Nov 2012 17:50:53 GMT
|
|
149
|
-
*
|
|
150
|
-
* {"errored": true,
|
|
151
|
-
* "validationErrors":
|
|
152
|
-
* [
|
|
153
|
-
* {"errors":
|
|
154
|
-
* ["INVALID_FIELD_VALUE: 'startDateTime' value must be a literal datetime value."],
|
|
155
|
-
* "id": "Schedule"}
|
|
156
|
-
* ]
|
|
157
|
-
* }
|
|
158
|
-
*
|
|
159
|
-
* </response>
|
|
160
|
-
* </example>
|
|
161
|
-
* </examples>
|
|
162
|
-
* @example
|
|
163
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
164
|
-
* ```javascript
|
|
165
|
-
* import { DataPipelineClient, ValidatePipelineDefinitionCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
|
|
166
|
-
* // const { DataPipelineClient, ValidatePipelineDefinitionCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
|
|
167
|
-
* const client = new DataPipelineClient(config);
|
|
168
|
-
* const command = new ValidatePipelineDefinitionCommand(input);
|
|
169
|
-
* const response = await client.send(command);
|
|
170
|
-
* ```
|
|
171
|
-
*
|
|
172
|
-
* @see {@link ValidatePipelineDefinitionCommandInput} for command's `input` shape.
|
|
173
|
-
* @see {@link ValidatePipelineDefinitionCommandOutput} for command's `response` shape.
|
|
174
|
-
* @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
|
|
175
|
-
*
|
|
176
|
-
*/
|
|
177
|
-
export declare class ValidatePipelineDefinitionCommand extends $Command<ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig> {
|
|
178
|
-
readonly input: ValidatePipelineDefinitionCommandInput;
|
|
179
|
-
constructor(input: ValidatePipelineDefinitionCommandInput);
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput>;
|
|
184
|
-
private serialize;
|
|
185
|
-
private deserialize;
|
|
186
|
-
}
|