@aws-sdk/client-data-pipeline 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DataPipeline.d.ts +0 -19
- package/dist-types/ts3.4/DataPipelineClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/DataPipelineServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -180
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-data-pipeline
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-data-pipeline
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-data-pipeline
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -76,7 +76,6 @@ import {
|
|
|
76
76
|
ValidatePipelineDefinitionCommandOutput,
|
|
77
77
|
} from "./commands/ValidatePipelineDefinitionCommand";
|
|
78
78
|
import { DataPipelineClient } from "./DataPipelineClient";
|
|
79
|
-
|
|
80
79
|
export declare class DataPipeline extends DataPipelineClient {
|
|
81
80
|
activatePipeline(
|
|
82
81
|
args: ActivatePipelineCommandInput,
|
|
@@ -91,7 +90,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
91
90
|
options: __HttpHandlerOptions,
|
|
92
91
|
cb: (err: any, data?: ActivatePipelineCommandOutput) => void
|
|
93
92
|
): void;
|
|
94
|
-
|
|
95
93
|
addTags(
|
|
96
94
|
args: AddTagsCommandInput,
|
|
97
95
|
options?: __HttpHandlerOptions
|
|
@@ -105,7 +103,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
105
103
|
options: __HttpHandlerOptions,
|
|
106
104
|
cb: (err: any, data?: AddTagsCommandOutput) => void
|
|
107
105
|
): void;
|
|
108
|
-
|
|
109
106
|
createPipeline(
|
|
110
107
|
args: CreatePipelineCommandInput,
|
|
111
108
|
options?: __HttpHandlerOptions
|
|
@@ -119,7 +116,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
119
116
|
options: __HttpHandlerOptions,
|
|
120
117
|
cb: (err: any, data?: CreatePipelineCommandOutput) => void
|
|
121
118
|
): void;
|
|
122
|
-
|
|
123
119
|
deactivatePipeline(
|
|
124
120
|
args: DeactivatePipelineCommandInput,
|
|
125
121
|
options?: __HttpHandlerOptions
|
|
@@ -133,7 +129,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
133
129
|
options: __HttpHandlerOptions,
|
|
134
130
|
cb: (err: any, data?: DeactivatePipelineCommandOutput) => void
|
|
135
131
|
): void;
|
|
136
|
-
|
|
137
132
|
deletePipeline(
|
|
138
133
|
args: DeletePipelineCommandInput,
|
|
139
134
|
options?: __HttpHandlerOptions
|
|
@@ -147,7 +142,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
147
142
|
options: __HttpHandlerOptions,
|
|
148
143
|
cb: (err: any, data?: DeletePipelineCommandOutput) => void
|
|
149
144
|
): void;
|
|
150
|
-
|
|
151
145
|
describeObjects(
|
|
152
146
|
args: DescribeObjectsCommandInput,
|
|
153
147
|
options?: __HttpHandlerOptions
|
|
@@ -161,7 +155,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
161
155
|
options: __HttpHandlerOptions,
|
|
162
156
|
cb: (err: any, data?: DescribeObjectsCommandOutput) => void
|
|
163
157
|
): void;
|
|
164
|
-
|
|
165
158
|
describePipelines(
|
|
166
159
|
args: DescribePipelinesCommandInput,
|
|
167
160
|
options?: __HttpHandlerOptions
|
|
@@ -175,7 +168,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
175
168
|
options: __HttpHandlerOptions,
|
|
176
169
|
cb: (err: any, data?: DescribePipelinesCommandOutput) => void
|
|
177
170
|
): void;
|
|
178
|
-
|
|
179
171
|
evaluateExpression(
|
|
180
172
|
args: EvaluateExpressionCommandInput,
|
|
181
173
|
options?: __HttpHandlerOptions
|
|
@@ -189,7 +181,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
189
181
|
options: __HttpHandlerOptions,
|
|
190
182
|
cb: (err: any, data?: EvaluateExpressionCommandOutput) => void
|
|
191
183
|
): void;
|
|
192
|
-
|
|
193
184
|
getPipelineDefinition(
|
|
194
185
|
args: GetPipelineDefinitionCommandInput,
|
|
195
186
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +194,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
203
194
|
options: __HttpHandlerOptions,
|
|
204
195
|
cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void
|
|
205
196
|
): void;
|
|
206
|
-
|
|
207
197
|
listPipelines(
|
|
208
198
|
args: ListPipelinesCommandInput,
|
|
209
199
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +207,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
217
207
|
options: __HttpHandlerOptions,
|
|
218
208
|
cb: (err: any, data?: ListPipelinesCommandOutput) => void
|
|
219
209
|
): void;
|
|
220
|
-
|
|
221
210
|
pollForTask(
|
|
222
211
|
args: PollForTaskCommandInput,
|
|
223
212
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +220,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
231
220
|
options: __HttpHandlerOptions,
|
|
232
221
|
cb: (err: any, data?: PollForTaskCommandOutput) => void
|
|
233
222
|
): void;
|
|
234
|
-
|
|
235
223
|
putPipelineDefinition(
|
|
236
224
|
args: PutPipelineDefinitionCommandInput,
|
|
237
225
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +233,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
245
233
|
options: __HttpHandlerOptions,
|
|
246
234
|
cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void
|
|
247
235
|
): void;
|
|
248
|
-
|
|
249
236
|
queryObjects(
|
|
250
237
|
args: QueryObjectsCommandInput,
|
|
251
238
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +246,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
259
246
|
options: __HttpHandlerOptions,
|
|
260
247
|
cb: (err: any, data?: QueryObjectsCommandOutput) => void
|
|
261
248
|
): void;
|
|
262
|
-
|
|
263
249
|
removeTags(
|
|
264
250
|
args: RemoveTagsCommandInput,
|
|
265
251
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +259,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
273
259
|
options: __HttpHandlerOptions,
|
|
274
260
|
cb: (err: any, data?: RemoveTagsCommandOutput) => void
|
|
275
261
|
): void;
|
|
276
|
-
|
|
277
262
|
reportTaskProgress(
|
|
278
263
|
args: ReportTaskProgressCommandInput,
|
|
279
264
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +272,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
287
272
|
options: __HttpHandlerOptions,
|
|
288
273
|
cb: (err: any, data?: ReportTaskProgressCommandOutput) => void
|
|
289
274
|
): void;
|
|
290
|
-
|
|
291
275
|
reportTaskRunnerHeartbeat(
|
|
292
276
|
args: ReportTaskRunnerHeartbeatCommandInput,
|
|
293
277
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +285,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
301
285
|
options: __HttpHandlerOptions,
|
|
302
286
|
cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void
|
|
303
287
|
): void;
|
|
304
|
-
|
|
305
288
|
setStatus(
|
|
306
289
|
args: SetStatusCommandInput,
|
|
307
290
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +298,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
315
298
|
options: __HttpHandlerOptions,
|
|
316
299
|
cb: (err: any, data?: SetStatusCommandOutput) => void
|
|
317
300
|
): void;
|
|
318
|
-
|
|
319
301
|
setTaskStatus(
|
|
320
302
|
args: SetTaskStatusCommandInput,
|
|
321
303
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +311,6 @@ export declare class DataPipeline extends DataPipelineClient {
|
|
|
329
311
|
options: __HttpHandlerOptions,
|
|
330
312
|
cb: (err: any, data?: SetTaskStatusCommandOutput) => void
|
|
331
313
|
): void;
|
|
332
|
-
|
|
333
314
|
validatePipelineDefinition(
|
|
334
315
|
args: ValidatePipelineDefinitionCommandInput,
|
|
335
316
|
options?: __HttpHandlerOptions
|
|
@@ -161,47 +161,26 @@ export declare type ServiceOutputTypes =
|
|
|
161
161
|
export interface ClientDefaults
|
|
162
162
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
163
163
|
requestHandler?: __HttpHandler;
|
|
164
|
-
|
|
165
164
|
sha256?: __HashConstructor;
|
|
166
|
-
|
|
167
165
|
urlParser?: __UrlParser;
|
|
168
|
-
|
|
169
166
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
170
|
-
|
|
171
167
|
streamCollector?: __StreamCollector;
|
|
172
|
-
|
|
173
168
|
base64Decoder?: __Decoder;
|
|
174
|
-
|
|
175
169
|
base64Encoder?: __Encoder;
|
|
176
|
-
|
|
177
170
|
utf8Decoder?: __Decoder;
|
|
178
|
-
|
|
179
171
|
utf8Encoder?: __Encoder;
|
|
180
|
-
|
|
181
172
|
runtime?: string;
|
|
182
|
-
|
|
183
173
|
disableHostPrefix?: boolean;
|
|
184
|
-
|
|
185
174
|
maxAttempts?: number | __Provider<number>;
|
|
186
|
-
|
|
187
175
|
retryMode?: string | __Provider<string>;
|
|
188
|
-
|
|
189
176
|
logger?: __Logger;
|
|
190
|
-
|
|
191
177
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
192
|
-
|
|
193
178
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
194
|
-
|
|
195
179
|
serviceId?: string;
|
|
196
|
-
|
|
197
180
|
region?: string | __Provider<string>;
|
|
198
|
-
|
|
199
181
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
200
|
-
|
|
201
182
|
regionInfoProvider?: RegionInfoProvider;
|
|
202
|
-
|
|
203
183
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
204
|
-
|
|
205
184
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
206
185
|
}
|
|
207
186
|
declare type DataPipelineClientConfigType = Partial<
|
|
@@ -214,7 +193,6 @@ declare type DataPipelineClientConfigType = Partial<
|
|
|
214
193
|
HostHeaderInputConfig &
|
|
215
194
|
AwsAuthInputConfig &
|
|
216
195
|
UserAgentInputConfig;
|
|
217
|
-
|
|
218
196
|
export interface DataPipelineClientConfig
|
|
219
197
|
extends DataPipelineClientConfigType {}
|
|
220
198
|
declare type DataPipelineClientResolvedConfigType =
|
|
@@ -226,10 +204,8 @@ declare type DataPipelineClientResolvedConfigType =
|
|
|
226
204
|
HostHeaderResolvedConfig &
|
|
227
205
|
AwsAuthResolvedConfig &
|
|
228
206
|
UserAgentResolvedConfig;
|
|
229
|
-
|
|
230
207
|
export interface DataPipelineClientResolvedConfig
|
|
231
208
|
extends DataPipelineClientResolvedConfigType {}
|
|
232
|
-
|
|
233
209
|
export declare class DataPipelineClient extends __Client<
|
|
234
210
|
__HttpHandlerOptions,
|
|
235
211
|
ServiceInputTypes,
|
|
@@ -238,7 +214,6 @@ export declare class DataPipelineClient extends __Client<
|
|
|
238
214
|
> {
|
|
239
215
|
readonly config: DataPipelineClientResolvedConfig;
|
|
240
216
|
constructor(configuration: DataPipelineClientConfig);
|
|
241
|
-
|
|
242
217
|
destroy(): void;
|
|
243
218
|
}
|
|
244
219
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface ActivatePipelineCommandInput extends ActivatePipelineInput {}
|
|
|
18
18
|
export interface ActivatePipelineCommandOutput
|
|
19
19
|
extends ActivatePipelineOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ActivatePipelineCommand extends $Command<
|
|
23
22
|
ActivatePipelineCommandInput,
|
|
24
23
|
ActivatePipelineCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ActivatePipelineCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ActivatePipelineCommandInput;
|
|
28
27
|
constructor(input: ActivatePipelineCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
14
14
|
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
15
15
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class AddTagsCommand extends $Command<
|
|
18
17
|
AddTagsCommandInput,
|
|
19
18
|
AddTagsCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class AddTagsCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: AddTagsCommandInput;
|
|
23
22
|
constructor(input: AddTagsCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreatePipelineCommandInput extends CreatePipelineInput {}
|
|
|
15
15
|
export interface CreatePipelineCommandOutput
|
|
16
16
|
extends CreatePipelineOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreatePipelineCommand extends $Command<
|
|
20
19
|
CreatePipelineCommandInput,
|
|
21
20
|
CreatePipelineCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreatePipelineCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreatePipelineCommandInput;
|
|
25
24
|
constructor(input: CreatePipelineCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeactivatePipelineCommandInput
|
|
|
19
19
|
export interface DeactivatePipelineCommandOutput
|
|
20
20
|
extends DeactivatePipelineOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeactivatePipelineCommand extends $Command<
|
|
24
23
|
DeactivatePipelineCommandInput,
|
|
25
24
|
DeactivatePipelineCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeactivatePipelineCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeactivatePipelineCommandInput;
|
|
29
28
|
constructor(input: DeactivatePipelineCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeletePipelineInput } from "../models/models_0";
|
|
14
14
|
export interface DeletePipelineCommandInput extends DeletePipelineInput {}
|
|
15
15
|
export interface DeletePipelineCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeletePipelineCommand extends $Command<
|
|
18
17
|
DeletePipelineCommandInput,
|
|
19
18
|
DeletePipelineCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeletePipelineCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeletePipelineCommandInput;
|
|
23
22
|
constructor(input: DeletePipelineCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeObjectsCommandInput extends DescribeObjectsInput {}
|
|
|
18
18
|
export interface DescribeObjectsCommandOutput
|
|
19
19
|
extends DescribeObjectsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeObjectsCommand extends $Command<
|
|
23
22
|
DescribeObjectsCommandInput,
|
|
24
23
|
DescribeObjectsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeObjectsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeObjectsCommandInput;
|
|
28
27
|
constructor(input: DescribeObjectsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribePipelinesCommandInput extends DescribePipelinesInput {}
|
|
|
18
18
|
export interface DescribePipelinesCommandOutput
|
|
19
19
|
extends DescribePipelinesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribePipelinesCommand extends $Command<
|
|
23
22
|
DescribePipelinesCommandInput,
|
|
24
23
|
DescribePipelinesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribePipelinesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribePipelinesCommandInput;
|
|
28
27
|
constructor(input: DescribePipelinesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface EvaluateExpressionCommandInput
|
|
|
19
19
|
export interface EvaluateExpressionCommandOutput
|
|
20
20
|
extends EvaluateExpressionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class EvaluateExpressionCommand extends $Command<
|
|
24
23
|
EvaluateExpressionCommandInput,
|
|
25
24
|
EvaluateExpressionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class EvaluateExpressionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: EvaluateExpressionCommandInput;
|
|
29
28
|
constructor(input: EvaluateExpressionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetPipelineDefinitionCommandInput
|
|
|
19
19
|
export interface GetPipelineDefinitionCommandOutput
|
|
20
20
|
extends GetPipelineDefinitionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetPipelineDefinitionCommand extends $Command<
|
|
24
23
|
GetPipelineDefinitionCommandInput,
|
|
25
24
|
GetPipelineDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetPipelineDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetPipelineDefinitionCommandInput;
|
|
29
28
|
constructor(input: GetPipelineDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListPipelinesCommandInput extends ListPipelinesInput {}
|
|
|
15
15
|
export interface ListPipelinesCommandOutput
|
|
16
16
|
extends ListPipelinesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListPipelinesCommand extends $Command<
|
|
20
19
|
ListPipelinesCommandInput,
|
|
21
20
|
ListPipelinesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListPipelinesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListPipelinesCommandInput;
|
|
25
24
|
constructor(input: ListPipelinesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PollForTaskCommandInput extends PollForTaskInput {}
|
|
|
15
15
|
export interface PollForTaskCommandOutput
|
|
16
16
|
extends PollForTaskOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PollForTaskCommand extends $Command<
|
|
20
19
|
PollForTaskCommandInput,
|
|
21
20
|
PollForTaskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PollForTaskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PollForTaskCommandInput;
|
|
25
24
|
constructor(input: PollForTaskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutPipelineDefinitionCommandInput
|
|
|
19
19
|
export interface PutPipelineDefinitionCommandOutput
|
|
20
20
|
extends PutPipelineDefinitionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutPipelineDefinitionCommand extends $Command<
|
|
24
23
|
PutPipelineDefinitionCommandInput,
|
|
25
24
|
PutPipelineDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutPipelineDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutPipelineDefinitionCommandInput;
|
|
29
28
|
constructor(input: PutPipelineDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface QueryObjectsCommandInput extends QueryObjectsInput {}
|
|
|
15
15
|
export interface QueryObjectsCommandOutput
|
|
16
16
|
extends QueryObjectsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class QueryObjectsCommand extends $Command<
|
|
20
19
|
QueryObjectsCommandInput,
|
|
21
20
|
QueryObjectsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class QueryObjectsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: QueryObjectsCommandInput;
|
|
25
24
|
constructor(input: QueryObjectsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {}
|
|
|
15
15
|
export interface RemoveTagsCommandOutput
|
|
16
16
|
extends RemoveTagsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RemoveTagsCommand extends $Command<
|
|
20
19
|
RemoveTagsCommandInput,
|
|
21
20
|
RemoveTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RemoveTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RemoveTagsCommandInput;
|
|
25
24
|
constructor(input: RemoveTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ReportTaskProgressCommandInput
|
|
|
19
19
|
export interface ReportTaskProgressCommandOutput
|
|
20
20
|
extends ReportTaskProgressOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ReportTaskProgressCommand extends $Command<
|
|
24
23
|
ReportTaskProgressCommandInput,
|
|
25
24
|
ReportTaskProgressCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ReportTaskProgressCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ReportTaskProgressCommandInput;
|
|
29
28
|
constructor(input: ReportTaskProgressCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ReportTaskRunnerHeartbeatCommandInput
|
|
|
19
19
|
export interface ReportTaskRunnerHeartbeatCommandOutput
|
|
20
20
|
extends ReportTaskRunnerHeartbeatOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ReportTaskRunnerHeartbeatCommand extends $Command<
|
|
24
23
|
ReportTaskRunnerHeartbeatCommandInput,
|
|
25
24
|
ReportTaskRunnerHeartbeatCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ReportTaskRunnerHeartbeatCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ReportTaskRunnerHeartbeatCommandInput;
|
|
29
28
|
constructor(input: ReportTaskRunnerHeartbeatCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { SetStatusInput } from "../models/models_0";
|
|
14
14
|
export interface SetStatusCommandInput extends SetStatusInput {}
|
|
15
15
|
export interface SetStatusCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class SetStatusCommand extends $Command<
|
|
18
17
|
SetStatusCommandInput,
|
|
19
18
|
SetStatusCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class SetStatusCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: SetStatusCommandInput;
|
|
23
22
|
constructor(input: SetStatusCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface SetTaskStatusCommandInput extends SetTaskStatusInput {}
|
|
|
15
15
|
export interface SetTaskStatusCommandOutput
|
|
16
16
|
extends SetTaskStatusOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class SetTaskStatusCommand extends $Command<
|
|
20
19
|
SetTaskStatusCommandInput,
|
|
21
20
|
SetTaskStatusCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class SetTaskStatusCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: SetTaskStatusCommandInput;
|
|
25
24
|
constructor(input: SetTaskStatusCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ValidatePipelineDefinitionCommandInput
|
|
|
19
19
|
export interface ValidatePipelineDefinitionCommandOutput
|
|
20
20
|
extends ValidatePipelineDefinitionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ValidatePipelineDefinitionCommand extends $Command<
|
|
24
23
|
ValidatePipelineDefinitionCommandInput,
|
|
25
24
|
ValidatePipelineDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ValidatePipelineDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ValidatePipelineDefinitionCommandInput;
|
|
29
28
|
constructor(input: ValidatePipelineDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataPipelineClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class DataPipelineServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,272 +1,182 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { DataPipelineServiceException as __BaseException } from "./DataPipelineServiceException";
|
|
3
|
-
|
|
4
3
|
export interface ParameterValue {
|
|
5
4
|
id: string | undefined;
|
|
6
|
-
|
|
7
5
|
stringValue: string | undefined;
|
|
8
6
|
}
|
|
9
|
-
|
|
10
7
|
export interface ActivatePipelineInput {
|
|
11
8
|
pipelineId: string | undefined;
|
|
12
|
-
|
|
13
9
|
parameterValues?: ParameterValue[];
|
|
14
|
-
|
|
15
10
|
startTimestamp?: Date;
|
|
16
11
|
}
|
|
17
|
-
|
|
18
12
|
export interface ActivatePipelineOutput {}
|
|
19
|
-
|
|
20
13
|
export declare class InternalServiceError extends __BaseException {
|
|
21
14
|
readonly name: "InternalServiceError";
|
|
22
15
|
readonly $fault: "server";
|
|
23
|
-
|
|
24
16
|
constructor(
|
|
25
17
|
opts: __ExceptionOptionType<InternalServiceError, __BaseException>
|
|
26
18
|
);
|
|
27
19
|
}
|
|
28
|
-
|
|
29
20
|
export declare class InvalidRequestException extends __BaseException {
|
|
30
21
|
readonly name: "InvalidRequestException";
|
|
31
22
|
readonly $fault: "client";
|
|
32
|
-
|
|
33
23
|
constructor(
|
|
34
24
|
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
35
25
|
);
|
|
36
26
|
}
|
|
37
|
-
|
|
38
27
|
export declare class PipelineDeletedException extends __BaseException {
|
|
39
28
|
readonly name: "PipelineDeletedException";
|
|
40
29
|
readonly $fault: "client";
|
|
41
|
-
|
|
42
30
|
constructor(
|
|
43
31
|
opts: __ExceptionOptionType<PipelineDeletedException, __BaseException>
|
|
44
32
|
);
|
|
45
33
|
}
|
|
46
|
-
|
|
47
34
|
export declare class PipelineNotFoundException extends __BaseException {
|
|
48
35
|
readonly name: "PipelineNotFoundException";
|
|
49
36
|
readonly $fault: "client";
|
|
50
|
-
|
|
51
37
|
constructor(
|
|
52
38
|
opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>
|
|
53
39
|
);
|
|
54
40
|
}
|
|
55
|
-
|
|
56
41
|
export interface Tag {
|
|
57
42
|
key: string | undefined;
|
|
58
|
-
|
|
59
43
|
value: string | undefined;
|
|
60
44
|
}
|
|
61
|
-
|
|
62
45
|
export interface AddTagsInput {
|
|
63
46
|
pipelineId: string | undefined;
|
|
64
|
-
|
|
65
47
|
tags: Tag[] | undefined;
|
|
66
48
|
}
|
|
67
|
-
|
|
68
49
|
export interface AddTagsOutput {}
|
|
69
|
-
|
|
70
50
|
export interface CreatePipelineInput {
|
|
71
51
|
name: string | undefined;
|
|
72
|
-
|
|
73
52
|
uniqueId: string | undefined;
|
|
74
|
-
|
|
75
53
|
description?: string;
|
|
76
|
-
|
|
77
54
|
tags?: Tag[];
|
|
78
55
|
}
|
|
79
|
-
|
|
80
56
|
export interface CreatePipelineOutput {
|
|
81
57
|
pipelineId: string | undefined;
|
|
82
58
|
}
|
|
83
|
-
|
|
84
59
|
export interface DeactivatePipelineInput {
|
|
85
60
|
pipelineId: string | undefined;
|
|
86
|
-
|
|
87
61
|
cancelActive?: boolean;
|
|
88
62
|
}
|
|
89
|
-
|
|
90
63
|
export interface DeactivatePipelineOutput {}
|
|
91
|
-
|
|
92
64
|
export interface DeletePipelineInput {
|
|
93
65
|
pipelineId: string | undefined;
|
|
94
66
|
}
|
|
95
|
-
|
|
96
67
|
export interface DescribeObjectsInput {
|
|
97
68
|
pipelineId: string | undefined;
|
|
98
|
-
|
|
99
69
|
objectIds: string[] | undefined;
|
|
100
|
-
|
|
101
70
|
evaluateExpressions?: boolean;
|
|
102
|
-
|
|
103
71
|
marker?: string;
|
|
104
72
|
}
|
|
105
|
-
|
|
106
73
|
export interface Field {
|
|
107
74
|
key: string | undefined;
|
|
108
|
-
|
|
109
75
|
stringValue?: string;
|
|
110
|
-
|
|
111
76
|
refValue?: string;
|
|
112
77
|
}
|
|
113
|
-
|
|
114
78
|
export interface PipelineObject {
|
|
115
79
|
id: string | undefined;
|
|
116
|
-
|
|
117
80
|
name: string | undefined;
|
|
118
|
-
|
|
119
81
|
fields: Field[] | undefined;
|
|
120
82
|
}
|
|
121
|
-
|
|
122
83
|
export interface DescribeObjectsOutput {
|
|
123
84
|
pipelineObjects: PipelineObject[] | undefined;
|
|
124
|
-
|
|
125
85
|
marker?: string;
|
|
126
|
-
|
|
127
86
|
hasMoreResults?: boolean;
|
|
128
87
|
}
|
|
129
|
-
|
|
130
88
|
export interface DescribePipelinesInput {
|
|
131
89
|
pipelineIds: string[] | undefined;
|
|
132
90
|
}
|
|
133
|
-
|
|
134
91
|
export interface PipelineDescription {
|
|
135
92
|
pipelineId: string | undefined;
|
|
136
|
-
|
|
137
93
|
name: string | undefined;
|
|
138
|
-
|
|
139
94
|
fields: Field[] | undefined;
|
|
140
|
-
|
|
141
95
|
description?: string;
|
|
142
|
-
|
|
143
96
|
tags?: Tag[];
|
|
144
97
|
}
|
|
145
|
-
|
|
146
98
|
export interface DescribePipelinesOutput {
|
|
147
99
|
pipelineDescriptionList: PipelineDescription[] | undefined;
|
|
148
100
|
}
|
|
149
|
-
|
|
150
101
|
export interface EvaluateExpressionInput {
|
|
151
102
|
pipelineId: string | undefined;
|
|
152
|
-
|
|
153
103
|
objectId: string | undefined;
|
|
154
|
-
|
|
155
104
|
expression: string | undefined;
|
|
156
105
|
}
|
|
157
|
-
|
|
158
106
|
export interface EvaluateExpressionOutput {
|
|
159
107
|
evaluatedExpression: string | undefined;
|
|
160
108
|
}
|
|
161
|
-
|
|
162
109
|
export declare class TaskNotFoundException extends __BaseException {
|
|
163
110
|
readonly name: "TaskNotFoundException";
|
|
164
111
|
readonly $fault: "client";
|
|
165
|
-
|
|
166
112
|
constructor(
|
|
167
113
|
opts: __ExceptionOptionType<TaskNotFoundException, __BaseException>
|
|
168
114
|
);
|
|
169
115
|
}
|
|
170
|
-
|
|
171
116
|
export interface GetPipelineDefinitionInput {
|
|
172
117
|
pipelineId: string | undefined;
|
|
173
|
-
|
|
174
118
|
version?: string;
|
|
175
119
|
}
|
|
176
|
-
|
|
177
120
|
export interface ParameterAttribute {
|
|
178
121
|
key: string | undefined;
|
|
179
|
-
|
|
180
122
|
stringValue: string | undefined;
|
|
181
123
|
}
|
|
182
|
-
|
|
183
124
|
export interface ParameterObject {
|
|
184
125
|
id: string | undefined;
|
|
185
|
-
|
|
186
126
|
attributes: ParameterAttribute[] | undefined;
|
|
187
127
|
}
|
|
188
|
-
|
|
189
128
|
export interface GetPipelineDefinitionOutput {
|
|
190
129
|
pipelineObjects?: PipelineObject[];
|
|
191
|
-
|
|
192
130
|
parameterObjects?: ParameterObject[];
|
|
193
|
-
|
|
194
131
|
parameterValues?: ParameterValue[];
|
|
195
132
|
}
|
|
196
|
-
|
|
197
133
|
export interface ListPipelinesInput {
|
|
198
134
|
marker?: string;
|
|
199
135
|
}
|
|
200
|
-
|
|
201
136
|
export interface PipelineIdName {
|
|
202
137
|
id?: string;
|
|
203
|
-
|
|
204
138
|
name?: string;
|
|
205
139
|
}
|
|
206
|
-
|
|
207
140
|
export interface ListPipelinesOutput {
|
|
208
141
|
pipelineIdList: PipelineIdName[] | undefined;
|
|
209
|
-
|
|
210
142
|
marker?: string;
|
|
211
|
-
|
|
212
143
|
hasMoreResults?: boolean;
|
|
213
144
|
}
|
|
214
|
-
|
|
215
145
|
export interface InstanceIdentity {
|
|
216
146
|
document?: string;
|
|
217
|
-
|
|
218
147
|
signature?: string;
|
|
219
148
|
}
|
|
220
|
-
|
|
221
149
|
export interface PollForTaskInput {
|
|
222
150
|
workerGroup: string | undefined;
|
|
223
|
-
|
|
224
151
|
hostname?: string;
|
|
225
|
-
|
|
226
152
|
instanceIdentity?: InstanceIdentity;
|
|
227
153
|
}
|
|
228
|
-
|
|
229
154
|
export interface TaskObject {
|
|
230
155
|
taskId?: string;
|
|
231
|
-
|
|
232
156
|
pipelineId?: string;
|
|
233
|
-
|
|
234
157
|
attemptId?: string;
|
|
235
|
-
|
|
236
158
|
objects?: Record<string, PipelineObject>;
|
|
237
159
|
}
|
|
238
|
-
|
|
239
160
|
export interface PollForTaskOutput {
|
|
240
161
|
taskObject?: TaskObject;
|
|
241
162
|
}
|
|
242
|
-
|
|
243
163
|
export interface PutPipelineDefinitionInput {
|
|
244
164
|
pipelineId: string | undefined;
|
|
245
|
-
|
|
246
165
|
pipelineObjects: PipelineObject[] | undefined;
|
|
247
|
-
|
|
248
166
|
parameterObjects?: ParameterObject[];
|
|
249
|
-
|
|
250
167
|
parameterValues?: ParameterValue[];
|
|
251
168
|
}
|
|
252
|
-
|
|
253
169
|
export interface ValidationError {
|
|
254
170
|
id?: string;
|
|
255
|
-
|
|
256
171
|
errors?: string[];
|
|
257
172
|
}
|
|
258
|
-
|
|
259
173
|
export interface ValidationWarning {
|
|
260
174
|
id?: string;
|
|
261
|
-
|
|
262
175
|
warnings?: string[];
|
|
263
176
|
}
|
|
264
|
-
|
|
265
177
|
export interface PutPipelineDefinitionOutput {
|
|
266
178
|
validationErrors?: ValidationError[];
|
|
267
|
-
|
|
268
179
|
validationWarnings?: ValidationWarning[];
|
|
269
|
-
|
|
270
180
|
errored: boolean | undefined;
|
|
271
181
|
}
|
|
272
182
|
export declare enum OperatorType {
|
|
@@ -276,78 +186,52 @@ export declare enum OperatorType {
|
|
|
276
186
|
LessThanOrEqual = "LE",
|
|
277
187
|
ReferenceEqual = "REF_EQ",
|
|
278
188
|
}
|
|
279
|
-
|
|
280
189
|
export interface Operator {
|
|
281
190
|
type?: OperatorType | string;
|
|
282
|
-
|
|
283
191
|
values?: string[];
|
|
284
192
|
}
|
|
285
|
-
|
|
286
193
|
export interface Selector {
|
|
287
194
|
fieldName?: string;
|
|
288
|
-
|
|
289
195
|
operator?: Operator;
|
|
290
196
|
}
|
|
291
|
-
|
|
292
197
|
export interface Query {
|
|
293
198
|
selectors?: Selector[];
|
|
294
199
|
}
|
|
295
|
-
|
|
296
200
|
export interface QueryObjectsInput {
|
|
297
201
|
pipelineId: string | undefined;
|
|
298
|
-
|
|
299
202
|
query?: Query;
|
|
300
|
-
|
|
301
203
|
sphere: string | undefined;
|
|
302
|
-
|
|
303
204
|
marker?: string;
|
|
304
|
-
|
|
305
205
|
limit?: number;
|
|
306
206
|
}
|
|
307
|
-
|
|
308
207
|
export interface QueryObjectsOutput {
|
|
309
208
|
ids?: string[];
|
|
310
|
-
|
|
311
209
|
marker?: string;
|
|
312
|
-
|
|
313
210
|
hasMoreResults?: boolean;
|
|
314
211
|
}
|
|
315
|
-
|
|
316
212
|
export interface RemoveTagsInput {
|
|
317
213
|
pipelineId: string | undefined;
|
|
318
|
-
|
|
319
214
|
tagKeys: string[] | undefined;
|
|
320
215
|
}
|
|
321
|
-
|
|
322
216
|
export interface RemoveTagsOutput {}
|
|
323
|
-
|
|
324
217
|
export interface ReportTaskProgressInput {
|
|
325
218
|
taskId: string | undefined;
|
|
326
|
-
|
|
327
219
|
fields?: Field[];
|
|
328
220
|
}
|
|
329
|
-
|
|
330
221
|
export interface ReportTaskProgressOutput {
|
|
331
222
|
canceled: boolean | undefined;
|
|
332
223
|
}
|
|
333
|
-
|
|
334
224
|
export interface ReportTaskRunnerHeartbeatInput {
|
|
335
225
|
taskrunnerId: string | undefined;
|
|
336
|
-
|
|
337
226
|
workerGroup?: string;
|
|
338
|
-
|
|
339
227
|
hostname?: string;
|
|
340
228
|
}
|
|
341
|
-
|
|
342
229
|
export interface ReportTaskRunnerHeartbeatOutput {
|
|
343
230
|
terminate: boolean | undefined;
|
|
344
231
|
}
|
|
345
|
-
|
|
346
232
|
export interface SetStatusInput {
|
|
347
233
|
pipelineId: string | undefined;
|
|
348
|
-
|
|
349
234
|
objectIds: string[] | undefined;
|
|
350
|
-
|
|
351
235
|
status: string | undefined;
|
|
352
236
|
}
|
|
353
237
|
export declare enum TaskStatus {
|
|
@@ -355,225 +239,161 @@ export declare enum TaskStatus {
|
|
|
355
239
|
FALSE = "FALSE",
|
|
356
240
|
FINISHED = "FINISHED",
|
|
357
241
|
}
|
|
358
|
-
|
|
359
242
|
export interface SetTaskStatusInput {
|
|
360
243
|
taskId: string | undefined;
|
|
361
|
-
|
|
362
244
|
taskStatus: TaskStatus | string | undefined;
|
|
363
|
-
|
|
364
245
|
errorId?: string;
|
|
365
|
-
|
|
366
246
|
errorMessage?: string;
|
|
367
|
-
|
|
368
247
|
errorStackTrace?: string;
|
|
369
248
|
}
|
|
370
|
-
|
|
371
249
|
export interface SetTaskStatusOutput {}
|
|
372
|
-
|
|
373
250
|
export interface ValidatePipelineDefinitionInput {
|
|
374
251
|
pipelineId: string | undefined;
|
|
375
|
-
|
|
376
252
|
pipelineObjects: PipelineObject[] | undefined;
|
|
377
|
-
|
|
378
253
|
parameterObjects?: ParameterObject[];
|
|
379
|
-
|
|
380
254
|
parameterValues?: ParameterValue[];
|
|
381
255
|
}
|
|
382
|
-
|
|
383
256
|
export interface ValidatePipelineDefinitionOutput {
|
|
384
257
|
validationErrors?: ValidationError[];
|
|
385
|
-
|
|
386
258
|
validationWarnings?: ValidationWarning[];
|
|
387
|
-
|
|
388
259
|
errored: boolean | undefined;
|
|
389
260
|
}
|
|
390
|
-
|
|
391
261
|
export declare const ParameterValueFilterSensitiveLog: (
|
|
392
262
|
obj: ParameterValue
|
|
393
263
|
) => any;
|
|
394
|
-
|
|
395
264
|
export declare const ActivatePipelineInputFilterSensitiveLog: (
|
|
396
265
|
obj: ActivatePipelineInput
|
|
397
266
|
) => any;
|
|
398
|
-
|
|
399
267
|
export declare const ActivatePipelineOutputFilterSensitiveLog: (
|
|
400
268
|
obj: ActivatePipelineOutput
|
|
401
269
|
) => any;
|
|
402
|
-
|
|
403
270
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
404
|
-
|
|
405
271
|
export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
|
|
406
|
-
|
|
407
272
|
export declare const AddTagsOutputFilterSensitiveLog: (
|
|
408
273
|
obj: AddTagsOutput
|
|
409
274
|
) => any;
|
|
410
|
-
|
|
411
275
|
export declare const CreatePipelineInputFilterSensitiveLog: (
|
|
412
276
|
obj: CreatePipelineInput
|
|
413
277
|
) => any;
|
|
414
|
-
|
|
415
278
|
export declare const CreatePipelineOutputFilterSensitiveLog: (
|
|
416
279
|
obj: CreatePipelineOutput
|
|
417
280
|
) => any;
|
|
418
|
-
|
|
419
281
|
export declare const DeactivatePipelineInputFilterSensitiveLog: (
|
|
420
282
|
obj: DeactivatePipelineInput
|
|
421
283
|
) => any;
|
|
422
|
-
|
|
423
284
|
export declare const DeactivatePipelineOutputFilterSensitiveLog: (
|
|
424
285
|
obj: DeactivatePipelineOutput
|
|
425
286
|
) => any;
|
|
426
|
-
|
|
427
287
|
export declare const DeletePipelineInputFilterSensitiveLog: (
|
|
428
288
|
obj: DeletePipelineInput
|
|
429
289
|
) => any;
|
|
430
|
-
|
|
431
290
|
export declare const DescribeObjectsInputFilterSensitiveLog: (
|
|
432
291
|
obj: DescribeObjectsInput
|
|
433
292
|
) => any;
|
|
434
|
-
|
|
435
293
|
export declare const FieldFilterSensitiveLog: (obj: Field) => any;
|
|
436
|
-
|
|
437
294
|
export declare const PipelineObjectFilterSensitiveLog: (
|
|
438
295
|
obj: PipelineObject
|
|
439
296
|
) => any;
|
|
440
|
-
|
|
441
297
|
export declare const DescribeObjectsOutputFilterSensitiveLog: (
|
|
442
298
|
obj: DescribeObjectsOutput
|
|
443
299
|
) => any;
|
|
444
|
-
|
|
445
300
|
export declare const DescribePipelinesInputFilterSensitiveLog: (
|
|
446
301
|
obj: DescribePipelinesInput
|
|
447
302
|
) => any;
|
|
448
|
-
|
|
449
303
|
export declare const PipelineDescriptionFilterSensitiveLog: (
|
|
450
304
|
obj: PipelineDescription
|
|
451
305
|
) => any;
|
|
452
|
-
|
|
453
306
|
export declare const DescribePipelinesOutputFilterSensitiveLog: (
|
|
454
307
|
obj: DescribePipelinesOutput
|
|
455
308
|
) => any;
|
|
456
|
-
|
|
457
309
|
export declare const EvaluateExpressionInputFilterSensitiveLog: (
|
|
458
310
|
obj: EvaluateExpressionInput
|
|
459
311
|
) => any;
|
|
460
|
-
|
|
461
312
|
export declare const EvaluateExpressionOutputFilterSensitiveLog: (
|
|
462
313
|
obj: EvaluateExpressionOutput
|
|
463
314
|
) => any;
|
|
464
|
-
|
|
465
315
|
export declare const GetPipelineDefinitionInputFilterSensitiveLog: (
|
|
466
316
|
obj: GetPipelineDefinitionInput
|
|
467
317
|
) => any;
|
|
468
|
-
|
|
469
318
|
export declare const ParameterAttributeFilterSensitiveLog: (
|
|
470
319
|
obj: ParameterAttribute
|
|
471
320
|
) => any;
|
|
472
|
-
|
|
473
321
|
export declare const ParameterObjectFilterSensitiveLog: (
|
|
474
322
|
obj: ParameterObject
|
|
475
323
|
) => any;
|
|
476
|
-
|
|
477
324
|
export declare const GetPipelineDefinitionOutputFilterSensitiveLog: (
|
|
478
325
|
obj: GetPipelineDefinitionOutput
|
|
479
326
|
) => any;
|
|
480
|
-
|
|
481
327
|
export declare const ListPipelinesInputFilterSensitiveLog: (
|
|
482
328
|
obj: ListPipelinesInput
|
|
483
329
|
) => any;
|
|
484
|
-
|
|
485
330
|
export declare const PipelineIdNameFilterSensitiveLog: (
|
|
486
331
|
obj: PipelineIdName
|
|
487
332
|
) => any;
|
|
488
|
-
|
|
489
333
|
export declare const ListPipelinesOutputFilterSensitiveLog: (
|
|
490
334
|
obj: ListPipelinesOutput
|
|
491
335
|
) => any;
|
|
492
|
-
|
|
493
336
|
export declare const InstanceIdentityFilterSensitiveLog: (
|
|
494
337
|
obj: InstanceIdentity
|
|
495
338
|
) => any;
|
|
496
|
-
|
|
497
339
|
export declare const PollForTaskInputFilterSensitiveLog: (
|
|
498
340
|
obj: PollForTaskInput
|
|
499
341
|
) => any;
|
|
500
|
-
|
|
501
342
|
export declare const TaskObjectFilterSensitiveLog: (obj: TaskObject) => any;
|
|
502
|
-
|
|
503
343
|
export declare const PollForTaskOutputFilterSensitiveLog: (
|
|
504
344
|
obj: PollForTaskOutput
|
|
505
345
|
) => any;
|
|
506
|
-
|
|
507
346
|
export declare const PutPipelineDefinitionInputFilterSensitiveLog: (
|
|
508
347
|
obj: PutPipelineDefinitionInput
|
|
509
348
|
) => any;
|
|
510
|
-
|
|
511
349
|
export declare const ValidationErrorFilterSensitiveLog: (
|
|
512
350
|
obj: ValidationError
|
|
513
351
|
) => any;
|
|
514
|
-
|
|
515
352
|
export declare const ValidationWarningFilterSensitiveLog: (
|
|
516
353
|
obj: ValidationWarning
|
|
517
354
|
) => any;
|
|
518
|
-
|
|
519
355
|
export declare const PutPipelineDefinitionOutputFilterSensitiveLog: (
|
|
520
356
|
obj: PutPipelineDefinitionOutput
|
|
521
357
|
) => any;
|
|
522
|
-
|
|
523
358
|
export declare const OperatorFilterSensitiveLog: (obj: Operator) => any;
|
|
524
|
-
|
|
525
359
|
export declare const SelectorFilterSensitiveLog: (obj: Selector) => any;
|
|
526
|
-
|
|
527
360
|
export declare const QueryFilterSensitiveLog: (obj: Query) => any;
|
|
528
|
-
|
|
529
361
|
export declare const QueryObjectsInputFilterSensitiveLog: (
|
|
530
362
|
obj: QueryObjectsInput
|
|
531
363
|
) => any;
|
|
532
|
-
|
|
533
364
|
export declare const QueryObjectsOutputFilterSensitiveLog: (
|
|
534
365
|
obj: QueryObjectsOutput
|
|
535
366
|
) => any;
|
|
536
|
-
|
|
537
367
|
export declare const RemoveTagsInputFilterSensitiveLog: (
|
|
538
368
|
obj: RemoveTagsInput
|
|
539
369
|
) => any;
|
|
540
|
-
|
|
541
370
|
export declare const RemoveTagsOutputFilterSensitiveLog: (
|
|
542
371
|
obj: RemoveTagsOutput
|
|
543
372
|
) => any;
|
|
544
|
-
|
|
545
373
|
export declare const ReportTaskProgressInputFilterSensitiveLog: (
|
|
546
374
|
obj: ReportTaskProgressInput
|
|
547
375
|
) => any;
|
|
548
|
-
|
|
549
376
|
export declare const ReportTaskProgressOutputFilterSensitiveLog: (
|
|
550
377
|
obj: ReportTaskProgressOutput
|
|
551
378
|
) => any;
|
|
552
|
-
|
|
553
379
|
export declare const ReportTaskRunnerHeartbeatInputFilterSensitiveLog: (
|
|
554
380
|
obj: ReportTaskRunnerHeartbeatInput
|
|
555
381
|
) => any;
|
|
556
|
-
|
|
557
382
|
export declare const ReportTaskRunnerHeartbeatOutputFilterSensitiveLog: (
|
|
558
383
|
obj: ReportTaskRunnerHeartbeatOutput
|
|
559
384
|
) => any;
|
|
560
|
-
|
|
561
385
|
export declare const SetStatusInputFilterSensitiveLog: (
|
|
562
386
|
obj: SetStatusInput
|
|
563
387
|
) => any;
|
|
564
|
-
|
|
565
388
|
export declare const SetTaskStatusInputFilterSensitiveLog: (
|
|
566
389
|
obj: SetTaskStatusInput
|
|
567
390
|
) => any;
|
|
568
|
-
|
|
569
391
|
export declare const SetTaskStatusOutputFilterSensitiveLog: (
|
|
570
392
|
obj: SetTaskStatusOutput
|
|
571
393
|
) => any;
|
|
572
|
-
|
|
573
394
|
export declare const ValidatePipelineDefinitionInputFilterSensitiveLog: (
|
|
574
395
|
obj: ValidatePipelineDefinitionInput
|
|
575
396
|
) => any;
|
|
576
|
-
|
|
577
397
|
export declare const ValidatePipelineDefinitionOutputFilterSensitiveLog: (
|
|
578
398
|
obj: ValidatePipelineDefinitionOutput
|
|
579
399
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { DataPipelineClientConfig } from "./DataPipelineClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { DataPipelineClientConfig } from "./DataPipelineClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DataPipelineClientConfig } from "./DataPipelineClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|
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.178.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|