@aws-sdk/client-data-pipeline 3.289.0 → 3.292.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/dist-types/commands/ActivatePipelineCommand.d.ts +13 -0
- package/dist-types/commands/AddTagsCommand.d.ts +13 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +7 -0
- package/dist-types/commands/DeactivatePipelineCommand.d.ts +13 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +10 -0
- package/dist-types/commands/DescribeObjectsCommand.d.ts +13 -0
- package/dist-types/commands/DescribePipelinesCommand.d.ts +13 -0
- package/dist-types/commands/EvaluateExpressionCommand.d.ts +16 -0
- package/dist-types/commands/GetPipelineDefinitionCommand.d.ts +13 -0
- package/dist-types/commands/ListPipelinesCommand.d.ts +7 -0
- package/dist-types/commands/PollForTaskCommand.d.ts +10 -0
- package/dist-types/commands/PutPipelineDefinitionCommand.d.ts +13 -0
- package/dist-types/commands/QueryObjectsCommand.d.ts +13 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +13 -0
- package/dist-types/commands/ReportTaskProgressCommand.d.ts +16 -0
- package/dist-types/commands/ReportTaskRunnerHeartbeatCommand.d.ts +7 -0
- package/dist-types/commands/SetStatusCommand.d.ts +13 -0
- package/dist-types/commands/SetTaskStatusCommand.d.ts +16 -0
- package/dist-types/commands/ValidatePipelineDefinitionCommand.d.ts +13 -0
- package/package.json +35 -40
|
@@ -59,6 +59,19 @@ export interface ActivatePipelineCommandOutput extends ActivatePipelineOutput, _
|
|
|
59
59
|
* @see {@link ActivatePipelineCommandOutput} for command's `response` shape.
|
|
60
60
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
63
|
+
* <p>An internal service error occurred.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
69
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
72
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
62
75
|
*/
|
|
63
76
|
export declare class ActivatePipelineCommand extends $Command<ActivatePipelineCommandInput, ActivatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
|
|
64
77
|
readonly input: ActivatePipelineCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
|
29
29
|
* @see {@link AddTagsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
33
|
+
* <p>An internal service error occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
39
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, DataPipelineClientResolvedConfig> {
|
|
34
47
|
readonly input: AddTagsCommandInput;
|
|
@@ -59,6 +59,13 @@ export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __Met
|
|
|
59
59
|
* @see {@link CreatePipelineCommandOutput} for command's `response` shape.
|
|
60
60
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
63
|
+
* <p>An internal service error occurred.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
62
69
|
*/
|
|
63
70
|
export declare class CreatePipelineCommand extends $Command<CreatePipelineCommandInput, CreatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
|
|
64
71
|
readonly input: CreatePipelineCommandInput;
|
|
@@ -32,6 +32,19 @@ export interface DeactivatePipelineCommandOutput extends DeactivatePipelineOutpu
|
|
|
32
32
|
* @see {@link DeactivatePipelineCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
36
|
+
* <p>An internal service error occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
42
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
45
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
35
48
|
*/
|
|
36
49
|
export declare class DeactivatePipelineCommand extends $Command<DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
|
|
37
50
|
readonly input: DeactivatePipelineCommandInput;
|
|
@@ -60,6 +60,16 @@ export interface DeletePipelineCommandOutput extends __MetadataBearer {
|
|
|
60
60
|
* @see {@link DeletePipelineCommandOutput} for command's `response` shape.
|
|
61
61
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
62
62
|
*
|
|
63
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
64
|
+
* <p>An internal service error occurred.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
67
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
70
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
63
73
|
*/
|
|
64
74
|
export declare class DeletePipelineCommand extends $Command<DeletePipelineCommandInput, DeletePipelineCommandOutput, DataPipelineClientResolvedConfig> {
|
|
65
75
|
readonly input: DeletePipelineCommandInput;
|
|
@@ -87,6 +87,19 @@ export interface DescribeObjectsCommandOutput extends DescribeObjectsOutput, __M
|
|
|
87
87
|
* @see {@link DescribeObjectsCommandOutput} for command's `response` shape.
|
|
88
88
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
89
89
|
*
|
|
90
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
91
|
+
* <p>An internal service error occurred.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
94
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
97
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
100
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
101
|
+
*
|
|
102
|
+
*
|
|
90
103
|
*/
|
|
91
104
|
export declare class DescribeObjectsCommand extends $Command<DescribeObjectsCommandInput, DescribeObjectsCommandOutput, DataPipelineClientResolvedConfig> {
|
|
92
105
|
readonly input: DescribeObjectsCommandInput;
|
|
@@ -90,6 +90,19 @@ export interface DescribePipelinesCommandOutput extends DescribePipelinesOutput,
|
|
|
90
90
|
* @see {@link DescribePipelinesCommandOutput} for command's `response` shape.
|
|
91
91
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
92
92
|
*
|
|
93
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
94
|
+
* <p>An internal service error occurred.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
97
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
100
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
103
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
104
|
+
*
|
|
105
|
+
*
|
|
93
106
|
*/
|
|
94
107
|
export declare class DescribePipelinesCommand extends $Command<DescribePipelinesCommandInput, DescribePipelinesCommandOutput, DataPipelineClientResolvedConfig> {
|
|
95
108
|
readonly input: DescribePipelinesCommandInput;
|
|
@@ -59,6 +59,22 @@ export interface EvaluateExpressionCommandOutput extends EvaluateExpressionOutpu
|
|
|
59
59
|
* @see {@link EvaluateExpressionCommandOutput} for command's `response` shape.
|
|
60
60
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
63
|
+
* <p>An internal service error occurred.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
69
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
72
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link TaskNotFoundException} (client fault)
|
|
75
|
+
* <p>The specified task was not found. </p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
62
78
|
*/
|
|
63
79
|
export declare class EvaluateExpressionCommand extends $Command<EvaluateExpressionCommandInput, EvaluateExpressionCommandOutput, DataPipelineClientResolvedConfig> {
|
|
64
80
|
readonly input: EvaluateExpressionCommandInput;
|
|
@@ -93,6 +93,19 @@ export interface GetPipelineDefinitionCommandOutput extends GetPipelineDefinitio
|
|
|
93
93
|
* @see {@link GetPipelineDefinitionCommandOutput} for command's `response` shape.
|
|
94
94
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
95
95
|
*
|
|
96
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
97
|
+
* <p>An internal service error occurred.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
100
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
103
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
106
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
107
|
+
*
|
|
108
|
+
*
|
|
96
109
|
*/
|
|
97
110
|
export declare class GetPipelineDefinitionCommand extends $Command<GetPipelineDefinitionCommandInput, GetPipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig> {
|
|
98
111
|
readonly input: GetPipelineDefinitionCommandInput;
|
|
@@ -60,6 +60,13 @@ export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __Metad
|
|
|
60
60
|
* @see {@link ListPipelinesCommandOutput} for command's `response` shape.
|
|
61
61
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
62
62
|
*
|
|
63
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
64
|
+
* <p>An internal service error occurred.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
67
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
63
70
|
*/
|
|
64
71
|
export declare class ListPipelinesCommand extends $Command<ListPipelinesCommandInput, ListPipelinesCommandOutput, DataPipelineClientResolvedConfig> {
|
|
65
72
|
readonly input: ListPipelinesCommandInput;
|
|
@@ -107,6 +107,16 @@ export interface PollForTaskCommandOutput extends PollForTaskOutput, __MetadataB
|
|
|
107
107
|
* @see {@link PollForTaskCommandOutput} for command's `response` shape.
|
|
108
108
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
109
109
|
*
|
|
110
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
111
|
+
* <p>An internal service error occurred.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
114
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link TaskNotFoundException} (client fault)
|
|
117
|
+
* <p>The specified task was not found. </p>
|
|
118
|
+
*
|
|
119
|
+
*
|
|
110
120
|
*/
|
|
111
121
|
export declare class PollForTaskCommand extends $Command<PollForTaskCommandInput, PollForTaskCommandOutput, DataPipelineClientResolvedConfig> {
|
|
112
122
|
readonly input: PollForTaskCommandInput;
|
|
@@ -188,6 +188,19 @@ export interface PutPipelineDefinitionCommandOutput extends PutPipelineDefinitio
|
|
|
188
188
|
* @see {@link PutPipelineDefinitionCommandOutput} for command's `response` shape.
|
|
189
189
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
190
190
|
*
|
|
191
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
192
|
+
* <p>An internal service error occurred.</p>
|
|
193
|
+
*
|
|
194
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
195
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
196
|
+
*
|
|
197
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
198
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
199
|
+
*
|
|
200
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
201
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
202
|
+
*
|
|
203
|
+
*
|
|
191
204
|
*/
|
|
192
205
|
export declare class PutPipelineDefinitionCommand extends $Command<PutPipelineDefinitionCommandInput, PutPipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig> {
|
|
193
206
|
readonly input: PutPipelineDefinitionCommandInput;
|
|
@@ -67,6 +67,19 @@ export interface QueryObjectsCommandOutput extends QueryObjectsOutput, __Metadat
|
|
|
67
67
|
* @see {@link QueryObjectsCommandOutput} for command's `response` shape.
|
|
68
68
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
69
69
|
*
|
|
70
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
71
|
+
* <p>An internal service error occurred.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
74
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
77
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
80
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
81
|
+
*
|
|
82
|
+
*
|
|
70
83
|
*/
|
|
71
84
|
export declare class QueryObjectsCommand extends $Command<QueryObjectsCommandInput, QueryObjectsCommandOutput, DataPipelineClientResolvedConfig> {
|
|
72
85
|
readonly input: QueryObjectsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
|
|
|
29
29
|
* @see {@link RemoveTagsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
33
|
+
* <p>An internal service error occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
39
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
42
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, DataPipelineClientResolvedConfig> {
|
|
34
47
|
readonly input: RemoveTagsCommandInput;
|
|
@@ -66,6 +66,22 @@ export interface ReportTaskProgressCommandOutput extends ReportTaskProgressOutpu
|
|
|
66
66
|
* @see {@link ReportTaskProgressCommandOutput} for command's `response` shape.
|
|
67
67
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
70
|
+
* <p>An internal service error occurred.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
73
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
76
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
79
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link TaskNotFoundException} (client fault)
|
|
82
|
+
* <p>The specified task was not found. </p>
|
|
83
|
+
*
|
|
84
|
+
*
|
|
69
85
|
*/
|
|
70
86
|
export declare class ReportTaskProgressCommand extends $Command<ReportTaskProgressCommandInput, ReportTaskProgressCommandOutput, DataPipelineClientResolvedConfig> {
|
|
71
87
|
readonly input: ReportTaskProgressCommandInput;
|
|
@@ -61,6 +61,13 @@ export interface ReportTaskRunnerHeartbeatCommandOutput extends ReportTaskRunner
|
|
|
61
61
|
* @see {@link ReportTaskRunnerHeartbeatCommandOutput} for command's `response` shape.
|
|
62
62
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
63
63
|
*
|
|
64
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
65
|
+
* <p>An internal service error occurred.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
68
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
69
|
+
*
|
|
70
|
+
*
|
|
64
71
|
*/
|
|
65
72
|
export declare class ReportTaskRunnerHeartbeatCommand extends $Command<ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommandOutput, DataPipelineClientResolvedConfig> {
|
|
66
73
|
readonly input: ReportTaskRunnerHeartbeatCommandInput;
|
|
@@ -61,6 +61,19 @@ export interface SetStatusCommandOutput extends __MetadataBearer {
|
|
|
61
61
|
* @see {@link SetStatusCommandOutput} for command's `response` shape.
|
|
62
62
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
63
63
|
*
|
|
64
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
65
|
+
* <p>An internal service error occurred.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
68
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
71
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
74
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
64
77
|
*/
|
|
65
78
|
export declare class SetStatusCommand extends $Command<SetStatusCommandInput, SetStatusCommandOutput, DataPipelineClientResolvedConfig> {
|
|
66
79
|
readonly input: SetStatusCommandInput;
|
|
@@ -59,6 +59,22 @@ export interface SetTaskStatusCommandOutput extends SetTaskStatusOutput, __Metad
|
|
|
59
59
|
* @see {@link SetTaskStatusCommandOutput} for command's `response` shape.
|
|
60
60
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
61
61
|
*
|
|
62
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
63
|
+
* <p>An internal service error occurred.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
69
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
72
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link TaskNotFoundException} (client fault)
|
|
75
|
+
* <p>The specified task was not found. </p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
62
78
|
*/
|
|
63
79
|
export declare class SetTaskStatusCommand extends $Command<SetTaskStatusCommandInput, SetTaskStatusCommandOutput, DataPipelineClientResolvedConfig> {
|
|
64
80
|
readonly input: SetTaskStatusCommandInput;
|
|
@@ -180,6 +180,19 @@ export interface ValidatePipelineDefinitionCommandOutput extends ValidatePipelin
|
|
|
180
180
|
* @see {@link ValidatePipelineDefinitionCommandOutput} for command's `response` shape.
|
|
181
181
|
* @see {@link DataPipelineClientResolvedConfig | config} for DataPipelineClient's `config` shape.
|
|
182
182
|
*
|
|
183
|
+
* @throws {@link InternalServiceError} (server fault)
|
|
184
|
+
* <p>An internal service error occurred.</p>
|
|
185
|
+
*
|
|
186
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
187
|
+
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
188
|
+
*
|
|
189
|
+
* @throws {@link PipelineDeletedException} (client fault)
|
|
190
|
+
* <p>The specified pipeline has been deleted.</p>
|
|
191
|
+
*
|
|
192
|
+
* @throws {@link PipelineNotFoundException} (client fault)
|
|
193
|
+
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
194
|
+
*
|
|
195
|
+
*
|
|
183
196
|
*/
|
|
184
197
|
export declare class ValidatePipelineDefinitionCommand extends $Command<ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig> {
|
|
185
198
|
readonly input: ValidatePipelineDefinitionCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-data-pipeline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Data Pipeline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,55 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|