@aws-sdk/client-data-pipeline 3.987.0 → 3.989.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.
@@ -89,15 +89,15 @@ const _cA = "cancelActive";
89
89
  const _ca = "canceled";
90
90
  const _d = "description";
91
91
  const _do = "document";
92
- const _e = "expression";
92
+ const _e = "error";
93
93
  const _eE = "evaluateExpressions";
94
94
  const _eEv = "evaluatedExpression";
95
95
  const _eI = "errorId";
96
96
  const _eM = "errorMessage";
97
97
  const _eST = "errorStackTrace";
98
- const _er = "error";
99
- const _err = "errored";
100
- const _erro = "errors";
98
+ const _er = "errored";
99
+ const _err = "errors";
100
+ const _ex = "expression";
101
101
  const _f = "fields";
102
102
  const _fL = "fieldList";
103
103
  const _fN = "fieldName";
@@ -108,8 +108,8 @@ const _iI = "instanceIdentity";
108
108
  const _id = "ids";
109
109
  const _k = "key";
110
110
  const _l = "limit";
111
- const _m = "marker";
112
- const _me = "message";
111
+ const _m = "message";
112
+ const _ma = "marker";
113
113
  const _n = "name";
114
114
  const _o = "operator";
115
115
  const _oI = "objectIds";
@@ -125,12 +125,12 @@ const _pOa = "parameterObjects";
125
125
  const _pV = "parameterValues";
126
126
  const _q = "query";
127
127
  const _rV = "refValue";
128
- const _s = "signature";
128
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.datapipeline";
129
129
  const _sT = "startTimestamp";
130
130
  const _sV = "stringValue";
131
131
  const _se = "server";
132
132
  const _sel = "selectors";
133
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.datapipeline";
133
+ const _si = "signature";
134
134
  const _sp = "sphere";
135
135
  const _st = "status";
136
136
  const _t = "tags";
@@ -154,6 +154,44 @@ const n0 = "com.amazonaws.datapipeline";
154
154
  import { TypeRegistry } from "@smithy/core/schema";
155
155
  import { DataPipelineServiceException } from "../models/DataPipelineServiceException";
156
156
  import { InternalServiceError, InvalidRequestException, PipelineDeletedException, PipelineNotFoundException, TaskNotFoundException, } from "../models/errors";
157
+ const _s_registry = TypeRegistry.for(_s);
158
+ export var DataPipelineServiceException$ = [-3, _s, "DataPipelineServiceException", 0, [], []];
159
+ _s_registry.registerError(DataPipelineServiceException$, DataPipelineServiceException);
160
+ const n0_registry = TypeRegistry.for(n0);
161
+ export var InternalServiceError$ = [-3, n0, _ISE,
162
+ { [_e]: _se },
163
+ [_m],
164
+ [0]
165
+ ];
166
+ n0_registry.registerError(InternalServiceError$, InternalServiceError);
167
+ export var InvalidRequestException$ = [-3, n0, _IRE,
168
+ { [_e]: _c },
169
+ [_m],
170
+ [0]
171
+ ];
172
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
173
+ export var PipelineDeletedException$ = [-3, n0, _PDE,
174
+ { [_e]: _c },
175
+ [_m],
176
+ [0]
177
+ ];
178
+ n0_registry.registerError(PipelineDeletedException$, PipelineDeletedException);
179
+ export var PipelineNotFoundException$ = [-3, n0, _PNFE,
180
+ { [_e]: _c },
181
+ [_m],
182
+ [0]
183
+ ];
184
+ n0_registry.registerError(PipelineNotFoundException$, PipelineNotFoundException);
185
+ export var TaskNotFoundException$ = [-3, n0, _TNFE,
186
+ { [_e]: _c },
187
+ [_m],
188
+ [0]
189
+ ];
190
+ n0_registry.registerError(TaskNotFoundException$, TaskNotFoundException);
191
+ export const errorTypeRegistries = [
192
+ _s_registry,
193
+ n0_registry,
194
+ ];
157
195
  export var ActivatePipelineInput$ = [3, n0, _API,
158
196
  0,
159
197
  [_pI, _pV, _sT],
@@ -201,12 +239,12 @@ export var DeletePipelineInput$ = [3, n0, _DPIe,
201
239
  ];
202
240
  export var DescribeObjectsInput$ = [3, n0, _DOI,
203
241
  0,
204
- [_pI, _oI, _eE, _m],
242
+ [_pI, _oI, _eE, _ma],
205
243
  [0, 64 | 0, 2, 0], 2
206
244
  ];
207
245
  export var DescribeObjectsOutput$ = [3, n0, _DOO,
208
246
  0,
209
- [_pO, _m, _hMR],
247
+ [_pO, _ma, _hMR],
210
248
  [() => PipelineObjectList, 0, 2], 1
211
249
  ];
212
250
  export var DescribePipelinesInput$ = [3, n0, _DPIes,
@@ -221,7 +259,7 @@ export var DescribePipelinesOutput$ = [3, n0, _DPOe,
221
259
  ];
222
260
  export var EvaluateExpressionInput$ = [3, n0, _EEI,
223
261
  0,
224
- [_pI, _oIb, _e],
262
+ [_pI, _oIb, _ex],
225
263
  [0, 0, 0], 3
226
264
  ];
227
265
  export var EvaluateExpressionOutput$ = [3, n0, _EEO,
@@ -246,29 +284,17 @@ export var GetPipelineDefinitionOutput$ = [3, n0, _GPDO,
246
284
  ];
247
285
  export var InstanceIdentity$ = [3, n0, _II,
248
286
  0,
249
- [_do, _s],
287
+ [_do, _si],
250
288
  [0, 0]
251
289
  ];
252
- export var InternalServiceError$ = [-3, n0, _ISE,
253
- { [_er]: _se },
254
- [_me],
255
- [0]
256
- ];
257
- TypeRegistry.for(n0).registerError(InternalServiceError$, InternalServiceError);
258
- export var InvalidRequestException$ = [-3, n0, _IRE,
259
- { [_er]: _c },
260
- [_me],
261
- [0]
262
- ];
263
- TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
264
290
  export var ListPipelinesInput$ = [3, n0, _LPI,
265
291
  0,
266
- [_m],
292
+ [_ma],
267
293
  [0]
268
294
  ];
269
295
  export var ListPipelinesOutput$ = [3, n0, _LPO,
270
296
  0,
271
- [_pIL, _m, _hMR],
297
+ [_pIL, _ma, _hMR],
272
298
  [() => pipelineList, 0, 2], 1
273
299
  ];
274
300
  export var Operator$ = [3, n0, _O,
@@ -291,12 +317,6 @@ export var ParameterValue$ = [3, n0, _PV,
291
317
  [_i, _sV],
292
318
  [0, 0], 2
293
319
  ];
294
- export var PipelineDeletedException$ = [-3, n0, _PDE,
295
- { [_er]: _c },
296
- [_me],
297
- [0]
298
- ];
299
- TypeRegistry.for(n0).registerError(PipelineDeletedException$, PipelineDeletedException);
300
320
  export var PipelineDescription$ = [3, n0, _PD,
301
321
  0,
302
322
  [_pI, _n, _f, _d, _t],
@@ -307,12 +327,6 @@ export var PipelineIdName$ = [3, n0, _PIN,
307
327
  [_i, _n],
308
328
  [0, 0]
309
329
  ];
310
- export var PipelineNotFoundException$ = [-3, n0, _PNFE,
311
- { [_er]: _c },
312
- [_me],
313
- [0]
314
- ];
315
- TypeRegistry.for(n0).registerError(PipelineNotFoundException$, PipelineNotFoundException);
316
330
  export var PipelineObject$ = [3, n0, _POi,
317
331
  0,
318
332
  [_i, _n, _f],
@@ -335,7 +349,7 @@ export var PutPipelineDefinitionInput$ = [3, n0, _PPDI,
335
349
  ];
336
350
  export var PutPipelineDefinitionOutput$ = [3, n0, _PPDO,
337
351
  0,
338
- [_err, _vE, _vW],
352
+ [_er, _vE, _vW],
339
353
  [2, () => ValidationErrors, () => ValidationWarnings], 1
340
354
  ];
341
355
  export var Query$ = [3, n0, _Q,
@@ -345,12 +359,12 @@ export var Query$ = [3, n0, _Q,
345
359
  ];
346
360
  export var QueryObjectsInput$ = [3, n0, _QOI,
347
361
  0,
348
- [_pI, _sp, _q, _m, _l],
362
+ [_pI, _sp, _q, _ma, _l],
349
363
  [0, 0, () => Query$, 0, 1], 2
350
364
  ];
351
365
  export var QueryObjectsOutput$ = [3, n0, _QOO,
352
366
  0,
353
- [_id, _m, _hMR],
367
+ [_id, _ma, _hMR],
354
368
  [64 | 0, 0, 2]
355
369
  ];
356
370
  export var RemoveTagsInput$ = [3, n0, _RTI,
@@ -408,12 +422,6 @@ export var Tag$ = [3, n0, _T,
408
422
  [_k, _val],
409
423
  [0, 0], 2
410
424
  ];
411
- export var TaskNotFoundException$ = [-3, n0, _TNFE,
412
- { [_er]: _c },
413
- [_me],
414
- [0]
415
- ];
416
- TypeRegistry.for(n0).registerError(TaskNotFoundException$, TaskNotFoundException);
417
425
  export var TaskObject$ = [3, n0, _TO,
418
426
  0,
419
427
  [_tI, _pI, _aI, _ob],
@@ -426,12 +434,12 @@ export var ValidatePipelineDefinitionInput$ = [3, n0, _VPDI,
426
434
  ];
427
435
  export var ValidatePipelineDefinitionOutput$ = [3, n0, _VPDO,
428
436
  0,
429
- [_err, _vE, _vW],
437
+ [_er, _vE, _vW],
430
438
  [2, () => ValidationErrors, () => ValidationWarnings], 1
431
439
  ];
432
440
  export var ValidationError$ = [3, n0, _VE,
433
441
  0,
434
- [_i, _erro],
442
+ [_i, _err],
435
443
  [0, 64 | 0]
436
444
  ];
437
445
  export var ValidationWarning$ = [3, n0, _VW,
@@ -440,8 +448,6 @@ export var ValidationWarning$ = [3, n0, _VW,
440
448
  [0, 64 | 0]
441
449
  ];
442
450
  var __Unit = "unit";
443
- export var DataPipelineServiceException$ = [-3, _sm, "DataPipelineServiceException", 0, [], []];
444
- TypeRegistry.for(_sm).registerError(DataPipelineServiceException$, DataPipelineServiceException);
445
451
  var fieldList = [1, n0, _fL,
446
452
  0, () => Field$
447
453
  ];
@@ -1,4 +1,17 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var DataPipelineServiceException$: StaticErrorSchema;
4
+ export declare var InternalServiceError$: StaticErrorSchema;
5
+ export declare var InvalidRequestException$: StaticErrorSchema;
6
+ export declare var PipelineDeletedException$: StaticErrorSchema;
7
+ export declare var PipelineNotFoundException$: StaticErrorSchema;
8
+ export declare var TaskNotFoundException$: StaticErrorSchema;
9
+ /**
10
+ * TypeRegistry instances containing modeled errors.
11
+ * @internal
12
+ *
13
+ */
14
+ export declare const errorTypeRegistries: TypeRegistry[];
2
15
  export declare var ActivatePipelineInput$: StaticStructureSchema;
3
16
  export declare var ActivatePipelineOutput$: StaticStructureSchema;
4
17
  export declare var AddTagsInput$: StaticStructureSchema;
@@ -18,18 +31,14 @@ export declare var Field$: StaticStructureSchema;
18
31
  export declare var GetPipelineDefinitionInput$: StaticStructureSchema;
19
32
  export declare var GetPipelineDefinitionOutput$: StaticStructureSchema;
20
33
  export declare var InstanceIdentity$: StaticStructureSchema;
21
- export declare var InternalServiceError$: StaticErrorSchema;
22
- export declare var InvalidRequestException$: StaticErrorSchema;
23
34
  export declare var ListPipelinesInput$: StaticStructureSchema;
24
35
  export declare var ListPipelinesOutput$: StaticStructureSchema;
25
36
  export declare var Operator$: StaticStructureSchema;
26
37
  export declare var ParameterAttribute$: StaticStructureSchema;
27
38
  export declare var ParameterObject$: StaticStructureSchema;
28
39
  export declare var ParameterValue$: StaticStructureSchema;
29
- export declare var PipelineDeletedException$: StaticErrorSchema;
30
40
  export declare var PipelineDescription$: StaticStructureSchema;
31
41
  export declare var PipelineIdName$: StaticStructureSchema;
32
- export declare var PipelineNotFoundException$: StaticErrorSchema;
33
42
  export declare var PipelineObject$: StaticStructureSchema;
34
43
  export declare var PollForTaskInput$: StaticStructureSchema;
35
44
  export declare var PollForTaskOutput$: StaticStructureSchema;
@@ -49,13 +58,11 @@ export declare var SetStatusInput$: StaticStructureSchema;
49
58
  export declare var SetTaskStatusInput$: StaticStructureSchema;
50
59
  export declare var SetTaskStatusOutput$: StaticStructureSchema;
51
60
  export declare var Tag$: StaticStructureSchema;
52
- export declare var TaskNotFoundException$: StaticErrorSchema;
53
61
  export declare var TaskObject$: StaticStructureSchema;
54
62
  export declare var ValidatePipelineDefinitionInput$: StaticStructureSchema;
55
63
  export declare var ValidatePipelineDefinitionOutput$: StaticStructureSchema;
56
64
  export declare var ValidationError$: StaticStructureSchema;
57
65
  export declare var ValidationWarning$: StaticStructureSchema;
58
- export declare var DataPipelineServiceException$: StaticErrorSchema;
59
66
  export declare var ActivatePipeline$: StaticOperationSchema;
60
67
  export declare var AddTags$: StaticOperationSchema;
61
68
  export declare var CreatePipeline$: StaticOperationSchema;
@@ -1,8 +1,16 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var DataPipelineServiceException$: StaticErrorSchema;
8
+ export declare var InternalServiceError$: StaticErrorSchema;
9
+ export declare var InvalidRequestException$: StaticErrorSchema;
10
+ export declare var PipelineDeletedException$: StaticErrorSchema;
11
+ export declare var PipelineNotFoundException$: StaticErrorSchema;
12
+ export declare var TaskNotFoundException$: StaticErrorSchema;
13
+ export declare const errorTypeRegistries: TypeRegistry[];
6
14
  export declare var ActivatePipelineInput$: StaticStructureSchema;
7
15
  export declare var ActivatePipelineOutput$: StaticStructureSchema;
8
16
  export declare var AddTagsInput$: StaticStructureSchema;
@@ -22,18 +30,14 @@ export declare var Field$: StaticStructureSchema;
22
30
  export declare var GetPipelineDefinitionInput$: StaticStructureSchema;
23
31
  export declare var GetPipelineDefinitionOutput$: StaticStructureSchema;
24
32
  export declare var InstanceIdentity$: StaticStructureSchema;
25
- export declare var InternalServiceError$: StaticErrorSchema;
26
- export declare var InvalidRequestException$: StaticErrorSchema;
27
33
  export declare var ListPipelinesInput$: StaticStructureSchema;
28
34
  export declare var ListPipelinesOutput$: StaticStructureSchema;
29
35
  export declare var Operator$: StaticStructureSchema;
30
36
  export declare var ParameterAttribute$: StaticStructureSchema;
31
37
  export declare var ParameterObject$: StaticStructureSchema;
32
38
  export declare var ParameterValue$: StaticStructureSchema;
33
- export declare var PipelineDeletedException$: StaticErrorSchema;
34
39
  export declare var PipelineDescription$: StaticStructureSchema;
35
40
  export declare var PipelineIdName$: StaticStructureSchema;
36
- export declare var PipelineNotFoundException$: StaticErrorSchema;
37
41
  export declare var PipelineObject$: StaticStructureSchema;
38
42
  export declare var PollForTaskInput$: StaticStructureSchema;
39
43
  export declare var PollForTaskOutput$: StaticStructureSchema;
@@ -53,13 +57,11 @@ export declare var SetStatusInput$: StaticStructureSchema;
53
57
  export declare var SetTaskStatusInput$: StaticStructureSchema;
54
58
  export declare var SetTaskStatusOutput$: StaticStructureSchema;
55
59
  export declare var Tag$: StaticStructureSchema;
56
- export declare var TaskNotFoundException$: StaticErrorSchema;
57
60
  export declare var TaskObject$: StaticStructureSchema;
58
61
  export declare var ValidatePipelineDefinitionInput$: StaticStructureSchema;
59
62
  export declare var ValidatePipelineDefinitionOutput$: StaticStructureSchema;
60
63
  export declare var ValidationError$: StaticStructureSchema;
61
64
  export declare var ValidationWarning$: StaticStructureSchema;
62
- export declare var DataPipelineServiceException$: StaticErrorSchema;
63
65
  export declare var ActivatePipeline$: StaticOperationSchema;
64
66
  export declare var AddTags$: StaticOperationSchema;
65
67
  export declare var CreatePipeline$: StaticOperationSchema;
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.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-data-pipeline",
@@ -23,38 +23,38 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.7",
27
- "@aws-sdk/credential-provider-node": "^3.972.6",
26
+ "@aws-sdk/core": "^3.973.9",
27
+ "@aws-sdk/credential-provider-node": "^3.972.8",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.3",
29
29
  "@aws-sdk/middleware-logger": "^3.972.3",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
- "@aws-sdk/middleware-user-agent": "^3.972.7",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.3",
33
33
  "@aws-sdk/types": "^3.973.1",
34
- "@aws-sdk/util-endpoints": "3.987.0",
34
+ "@aws-sdk/util-endpoints": "3.989.0",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
36
- "@aws-sdk/util-user-agent-node": "^3.972.5",
36
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
37
37
  "@smithy/config-resolver": "^4.4.6",
38
- "@smithy/core": "^3.22.1",
38
+ "@smithy/core": "^3.23.0",
39
39
  "@smithy/fetch-http-handler": "^5.3.9",
40
40
  "@smithy/hash-node": "^4.2.8",
41
41
  "@smithy/invalid-dependency": "^4.2.8",
42
42
  "@smithy/middleware-content-length": "^4.2.8",
43
- "@smithy/middleware-endpoint": "^4.4.13",
44
- "@smithy/middleware-retry": "^4.4.30",
43
+ "@smithy/middleware-endpoint": "^4.4.14",
44
+ "@smithy/middleware-retry": "^4.4.31",
45
45
  "@smithy/middleware-serde": "^4.2.9",
46
46
  "@smithy/middleware-stack": "^4.2.8",
47
47
  "@smithy/node-config-provider": "^4.3.8",
48
- "@smithy/node-http-handler": "^4.4.9",
48
+ "@smithy/node-http-handler": "^4.4.10",
49
49
  "@smithy/protocol-http": "^5.3.8",
50
- "@smithy/smithy-client": "^4.11.2",
50
+ "@smithy/smithy-client": "^4.11.3",
51
51
  "@smithy/types": "^4.12.0",
52
52
  "@smithy/url-parser": "^4.2.8",
53
53
  "@smithy/util-base64": "^4.3.0",
54
54
  "@smithy/util-body-length-browser": "^4.2.0",
55
55
  "@smithy/util-body-length-node": "^4.2.1",
56
- "@smithy/util-defaults-mode-browser": "^4.3.29",
57
- "@smithy/util-defaults-mode-node": "^4.2.32",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
57
+ "@smithy/util-defaults-mode-node": "^4.2.33",
58
58
  "@smithy/util-endpoints": "^3.2.8",
59
59
  "@smithy/util-middleware": "^4.2.8",
60
60
  "@smithy/util-retry": "^4.2.8",