@aws-sdk/client-data-pipeline 3.651.1 → 3.658.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 +11 -0
- package/dist-types/commands/AddTagsCommand.d.ts +11 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +11 -0
- package/dist-types/commands/DeactivatePipelineCommand.d.ts +11 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +11 -0
- package/dist-types/commands/DescribeObjectsCommand.d.ts +11 -0
- package/dist-types/commands/DescribePipelinesCommand.d.ts +11 -0
- package/dist-types/commands/EvaluateExpressionCommand.d.ts +11 -0
- package/dist-types/commands/GetPipelineDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/ListPipelinesCommand.d.ts +11 -0
- package/dist-types/commands/PollForTaskCommand.d.ts +11 -0
- package/dist-types/commands/PutPipelineDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/QueryObjectsCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +11 -0
- package/dist-types/commands/ReportTaskProgressCommand.d.ts +11 -0
- package/dist-types/commands/ReportTaskRunnerHeartbeatCommand.d.ts +11 -0
- package/dist-types/commands/SetStatusCommand.d.ts +11 -0
- package/dist-types/commands/SetTaskStatusCommand.d.ts +11 -0
- package/dist-types/commands/ValidatePipelineDefinitionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -104,4 +104,15 @@ declare const ActivatePipelineCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ActivatePipelineCommand extends ActivatePipelineCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ActivatePipelineInput;
|
|
111
|
+
output: {};
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ActivatePipelineCommandInput;
|
|
115
|
+
output: ActivatePipelineCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -73,4 +73,15 @@ declare const AddTagsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: AddTagsInput;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: AddTagsCommandInput;
|
|
84
|
+
output: AddTagsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -101,4 +101,15 @@ declare const CreatePipelineCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class CreatePipelineCommand extends CreatePipelineCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: CreatePipelineInput;
|
|
108
|
+
output: CreatePipelineOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: CreatePipelineCommandInput;
|
|
112
|
+
output: CreatePipelineCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeactivatePipelineCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeactivatePipelineCommand extends DeactivatePipelineCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeactivatePipelineInput;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeactivatePipelineCommandInput;
|
|
82
|
+
output: DeactivatePipelineCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -95,4 +95,15 @@ declare const DeletePipelineCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DeletePipelineCommand extends DeletePipelineCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DeletePipelineInput;
|
|
102
|
+
output: {};
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DeletePipelineCommandInput;
|
|
106
|
+
output: DeletePipelineCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -146,4 +146,15 @@ declare const DescribeObjectsCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class DescribeObjectsCommand extends DescribeObjectsCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: DescribeObjectsInput;
|
|
153
|
+
output: DescribeObjectsOutput;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: DescribeObjectsCommandInput;
|
|
157
|
+
output: DescribeObjectsCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -151,4 +151,15 @@ declare const DescribePipelinesCommand_base: {
|
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
export declare class DescribePipelinesCommand extends DescribePipelinesCommand_base {
|
|
154
|
+
/** @internal type navigation helper, not in runtime. */
|
|
155
|
+
protected static __types: {
|
|
156
|
+
api: {
|
|
157
|
+
input: DescribePipelinesInput;
|
|
158
|
+
output: DescribePipelinesOutput;
|
|
159
|
+
};
|
|
160
|
+
sdk: {
|
|
161
|
+
input: DescribePipelinesCommandInput;
|
|
162
|
+
output: DescribePipelinesCommandOutput;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
154
165
|
}
|
|
@@ -104,4 +104,15 @@ declare const EvaluateExpressionCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class EvaluateExpressionCommand extends EvaluateExpressionCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: EvaluateExpressionInput;
|
|
111
|
+
output: EvaluateExpressionOutput;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: EvaluateExpressionCommandInput;
|
|
115
|
+
output: EvaluateExpressionCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -163,4 +163,15 @@ declare const GetPipelineDefinitionCommand_base: {
|
|
|
163
163
|
* @public
|
|
164
164
|
*/
|
|
165
165
|
export declare class GetPipelineDefinitionCommand extends GetPipelineDefinitionCommand_base {
|
|
166
|
+
/** @internal type navigation helper, not in runtime. */
|
|
167
|
+
protected static __types: {
|
|
168
|
+
api: {
|
|
169
|
+
input: GetPipelineDefinitionInput;
|
|
170
|
+
output: GetPipelineDefinitionOutput;
|
|
171
|
+
};
|
|
172
|
+
sdk: {
|
|
173
|
+
input: GetPipelineDefinitionCommandInput;
|
|
174
|
+
output: GetPipelineDefinitionCommandOutput;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
166
177
|
}
|
|
@@ -101,4 +101,15 @@ declare const ListPipelinesCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class ListPipelinesCommand extends ListPipelinesCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: ListPipelinesInput;
|
|
108
|
+
output: ListPipelinesOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: ListPipelinesCommandInput;
|
|
112
|
+
output: ListPipelinesCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -166,4 +166,15 @@ declare const PollForTaskCommand_base: {
|
|
|
166
166
|
* @public
|
|
167
167
|
*/
|
|
168
168
|
export declare class PollForTaskCommand extends PollForTaskCommand_base {
|
|
169
|
+
/** @internal type navigation helper, not in runtime. */
|
|
170
|
+
protected static __types: {
|
|
171
|
+
api: {
|
|
172
|
+
input: PollForTaskInput;
|
|
173
|
+
output: PollForTaskOutput;
|
|
174
|
+
};
|
|
175
|
+
sdk: {
|
|
176
|
+
input: PollForTaskCommandInput;
|
|
177
|
+
output: PollForTaskCommandOutput;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
169
180
|
}
|
|
@@ -274,4 +274,15 @@ declare const PutPipelineDefinitionCommand_base: {
|
|
|
274
274
|
* @public
|
|
275
275
|
*/
|
|
276
276
|
export declare class PutPipelineDefinitionCommand extends PutPipelineDefinitionCommand_base {
|
|
277
|
+
/** @internal type navigation helper, not in runtime. */
|
|
278
|
+
protected static __types: {
|
|
279
|
+
api: {
|
|
280
|
+
input: PutPipelineDefinitionInput;
|
|
281
|
+
output: PutPipelineDefinitionOutput;
|
|
282
|
+
};
|
|
283
|
+
sdk: {
|
|
284
|
+
input: PutPipelineDefinitionCommandInput;
|
|
285
|
+
output: PutPipelineDefinitionCommandOutput;
|
|
286
|
+
};
|
|
287
|
+
};
|
|
277
288
|
}
|
|
@@ -127,4 +127,15 @@ declare const QueryObjectsCommand_base: {
|
|
|
127
127
|
* @public
|
|
128
128
|
*/
|
|
129
129
|
export declare class QueryObjectsCommand extends QueryObjectsCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: QueryObjectsInput;
|
|
134
|
+
output: QueryObjectsOutput;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: QueryObjectsCommandInput;
|
|
138
|
+
output: QueryObjectsCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -70,4 +70,15 @@ declare const RemoveTagsCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: RemoveTagsInput;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: RemoveTagsCommandInput;
|
|
81
|
+
output: RemoveTagsCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -116,4 +116,15 @@ declare const ReportTaskProgressCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class ReportTaskProgressCommand extends ReportTaskProgressCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: ReportTaskProgressInput;
|
|
123
|
+
output: ReportTaskProgressOutput;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: ReportTaskProgressCommandInput;
|
|
127
|
+
output: ReportTaskProgressCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -97,4 +97,15 @@ declare const ReportTaskRunnerHeartbeatCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ReportTaskRunnerHeartbeatCommand extends ReportTaskRunnerHeartbeatCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ReportTaskRunnerHeartbeatInput;
|
|
104
|
+
output: ReportTaskRunnerHeartbeatOutput;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ReportTaskRunnerHeartbeatCommandInput;
|
|
108
|
+
output: ReportTaskRunnerHeartbeatCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -103,4 +103,15 @@ declare const SetStatusCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class SetStatusCommand extends SetStatusCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: SetStatusInput;
|
|
110
|
+
output: {};
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: SetStatusCommandInput;
|
|
114
|
+
output: SetStatusCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -104,4 +104,15 @@ declare const SetTaskStatusCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class SetTaskStatusCommand extends SetTaskStatusCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: SetTaskStatusInput;
|
|
111
|
+
output: {};
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: SetTaskStatusCommandInput;
|
|
115
|
+
output: SetTaskStatusCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -266,4 +266,15 @@ declare const ValidatePipelineDefinitionCommand_base: {
|
|
|
266
266
|
* @public
|
|
267
267
|
*/
|
|
268
268
|
export declare class ValidatePipelineDefinitionCommand extends ValidatePipelineDefinitionCommand_base {
|
|
269
|
+
/** @internal type navigation helper, not in runtime. */
|
|
270
|
+
protected static __types: {
|
|
271
|
+
api: {
|
|
272
|
+
input: ValidatePipelineDefinitionInput;
|
|
273
|
+
output: ValidatePipelineDefinitionOutput;
|
|
274
|
+
};
|
|
275
|
+
sdk: {
|
|
276
|
+
input: ValidatePipelineDefinitionCommandInput;
|
|
277
|
+
output: ValidatePipelineDefinitionCommandOutput;
|
|
278
|
+
};
|
|
279
|
+
};
|
|
269
280
|
}
|
|
@@ -36,4 +36,15 @@ declare const ActivatePipelineCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ActivatePipelineCommand extends ActivatePipelineCommand_base {
|
|
39
|
+
export declare class ActivatePipelineCommand extends ActivatePipelineCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ActivatePipelineInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ActivatePipelineCommandInput;
|
|
47
|
+
output: ActivatePipelineCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const AddTagsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
30
|
+
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: AddTagsInput;
|
|
34
|
+
output: {};
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: AddTagsCommandInput;
|
|
38
|
+
output: AddTagsCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreatePipelineCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreatePipelineCommand extends CreatePipelineCommand_base {
|
|
36
|
+
export declare class CreatePipelineCommand extends CreatePipelineCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreatePipelineInput;
|
|
40
|
+
output: CreatePipelineOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreatePipelineCommandInput;
|
|
44
|
+
output: CreatePipelineCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeactivatePipelineCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeactivatePipelineCommand extends DeactivatePipelineCommand_base {
|
|
40
|
+
export declare class DeactivatePipelineCommand extends DeactivatePipelineCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeactivatePipelineInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeactivatePipelineCommandInput;
|
|
48
|
+
output: DeactivatePipelineCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeletePipelineCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeletePipelineCommand extends DeletePipelineCommand_base {
|
|
34
|
+
export declare class DeletePipelineCommand extends DeletePipelineCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeletePipelineInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeletePipelineCommandInput;
|
|
42
|
+
output: DeletePipelineCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeObjectsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeObjectsCommand extends DescribeObjectsCommand_base {
|
|
39
|
+
export declare class DescribeObjectsCommand extends DescribeObjectsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeObjectsInput;
|
|
43
|
+
output: DescribeObjectsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeObjectsCommandInput;
|
|
47
|
+
output: DescribeObjectsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribePipelinesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribePipelinesCommand extends DescribePipelinesCommand_base {
|
|
39
|
+
export declare class DescribePipelinesCommand extends DescribePipelinesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribePipelinesInput;
|
|
43
|
+
output: DescribePipelinesOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribePipelinesCommandInput;
|
|
47
|
+
output: DescribePipelinesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const EvaluateExpressionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class EvaluateExpressionCommand extends EvaluateExpressionCommand_base {
|
|
40
|
+
export declare class EvaluateExpressionCommand extends EvaluateExpressionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: EvaluateExpressionInput;
|
|
44
|
+
output: EvaluateExpressionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: EvaluateExpressionCommandInput;
|
|
48
|
+
output: EvaluateExpressionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetPipelineDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetPipelineDefinitionCommand extends GetPipelineDefinitionCommand_base {
|
|
40
|
+
export declare class GetPipelineDefinitionCommand extends GetPipelineDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPipelineDefinitionInput;
|
|
44
|
+
output: GetPipelineDefinitionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPipelineDefinitionCommandInput;
|
|
48
|
+
output: GetPipelineDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListPipelinesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListPipelinesCommand extends ListPipelinesCommand_base {
|
|
36
|
+
export declare class ListPipelinesCommand extends ListPipelinesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListPipelinesInput;
|
|
40
|
+
output: ListPipelinesOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListPipelinesCommandInput;
|
|
44
|
+
output: ListPipelinesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PollForTaskCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PollForTaskCommand extends PollForTaskCommand_base {
|
|
36
|
+
export declare class PollForTaskCommand extends PollForTaskCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PollForTaskInput;
|
|
40
|
+
output: PollForTaskOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PollForTaskCommandInput;
|
|
44
|
+
output: PollForTaskCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutPipelineDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutPipelineDefinitionCommand extends PutPipelineDefinitionCommand_base {
|
|
40
|
+
export declare class PutPipelineDefinitionCommand extends PutPipelineDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutPipelineDefinitionInput;
|
|
44
|
+
output: PutPipelineDefinitionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutPipelineDefinitionCommandInput;
|
|
48
|
+
output: PutPipelineDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const QueryObjectsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class QueryObjectsCommand extends QueryObjectsCommand_base {
|
|
36
|
+
export declare class QueryObjectsCommand extends QueryObjectsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: QueryObjectsInput;
|
|
40
|
+
output: QueryObjectsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: QueryObjectsCommandInput;
|
|
44
|
+
output: QueryObjectsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const RemoveTagsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
36
|
+
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: RemoveTagsInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: RemoveTagsCommandInput;
|
|
44
|
+
output: RemoveTagsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ReportTaskProgressCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ReportTaskProgressCommand extends ReportTaskProgressCommand_base {
|
|
40
|
+
export declare class ReportTaskProgressCommand extends ReportTaskProgressCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ReportTaskProgressInput;
|
|
44
|
+
output: ReportTaskProgressOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ReportTaskProgressCommandInput;
|
|
48
|
+
output: ReportTaskProgressCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ReportTaskRunnerHeartbeatCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ReportTaskRunnerHeartbeatCommand extends ReportTaskRunnerHeartbeatCommand_base {
|
|
40
|
+
export declare class ReportTaskRunnerHeartbeatCommand extends ReportTaskRunnerHeartbeatCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ReportTaskRunnerHeartbeatInput;
|
|
44
|
+
output: ReportTaskRunnerHeartbeatOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ReportTaskRunnerHeartbeatCommandInput;
|
|
48
|
+
output: ReportTaskRunnerHeartbeatCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const SetStatusCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class SetStatusCommand extends SetStatusCommand_base {
|
|
34
|
+
export declare class SetStatusCommand extends SetStatusCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: SetStatusInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: SetStatusCommandInput;
|
|
42
|
+
output: SetStatusCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const SetTaskStatusCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class SetTaskStatusCommand extends SetTaskStatusCommand_base {
|
|
36
|
+
export declare class SetTaskStatusCommand extends SetTaskStatusCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: SetTaskStatusInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: SetTaskStatusCommandInput;
|
|
44
|
+
output: SetTaskStatusCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ValidatePipelineDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ValidatePipelineDefinitionCommand extends ValidatePipelineDefinitionCommand_base {
|
|
40
|
+
export declare class ValidatePipelineDefinitionCommand extends ValidatePipelineDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ValidatePipelineDefinitionInput;
|
|
44
|
+
output: ValidatePipelineDefinitionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ValidatePipelineDefinitionCommandInput;
|
|
48
|
+
output: ValidatePipelineDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
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.658.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-data-pipeline",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|