@aws-sdk/client-data-pipeline 3.52.0 → 3.53.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/DataPipelineServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +68 -2
- package/dist-cjs/protocols/Aws_json1_1.js +188 -653
- package/dist-es/index.js +1 -0
- package/dist-es/models/DataPipelineServiceException.js +12 -0
- package/dist-es/models/models_0.js +62 -1
- package/dist-es/protocols/Aws_json1_1.js +412 -720
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DataPipelineServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +27 -26
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/DataPipelineServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -21
- package/package.json +25 -25
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from DataPipeline service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class DataPipelineServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DataPipelineServiceException as __BaseException } from "./DataPipelineServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p>A value or list of parameter values. </p>
|
|
4
5
|
*/
|
|
@@ -55,46 +56,46 @@ export declare namespace ActivatePipelineOutput {
|
|
|
55
56
|
/**
|
|
56
57
|
* <p>An internal service error occurred.</p>
|
|
57
58
|
*/
|
|
58
|
-
export
|
|
59
|
-
name: "InternalServiceError";
|
|
60
|
-
$fault: "server";
|
|
59
|
+
export declare class InternalServiceError extends __BaseException {
|
|
60
|
+
readonly name: "InternalServiceError";
|
|
61
|
+
readonly $fault: "server";
|
|
61
62
|
/**
|
|
62
|
-
*
|
|
63
|
+
* @internal
|
|
63
64
|
*/
|
|
64
|
-
|
|
65
|
+
constructor(opts: __ExceptionOptionType<InternalServiceError, __BaseException>);
|
|
65
66
|
}
|
|
66
67
|
/**
|
|
67
68
|
* <p>The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.</p>
|
|
68
69
|
*/
|
|
69
|
-
export
|
|
70
|
-
name: "InvalidRequestException";
|
|
71
|
-
$fault: "client";
|
|
70
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
71
|
+
readonly name: "InvalidRequestException";
|
|
72
|
+
readonly $fault: "client";
|
|
72
73
|
/**
|
|
73
|
-
*
|
|
74
|
+
* @internal
|
|
74
75
|
*/
|
|
75
|
-
|
|
76
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
76
77
|
}
|
|
77
78
|
/**
|
|
78
79
|
* <p>The specified pipeline has been deleted.</p>
|
|
79
80
|
*/
|
|
80
|
-
export
|
|
81
|
-
name: "PipelineDeletedException";
|
|
82
|
-
$fault: "client";
|
|
81
|
+
export declare class PipelineDeletedException extends __BaseException {
|
|
82
|
+
readonly name: "PipelineDeletedException";
|
|
83
|
+
readonly $fault: "client";
|
|
83
84
|
/**
|
|
84
|
-
*
|
|
85
|
+
* @internal
|
|
85
86
|
*/
|
|
86
|
-
|
|
87
|
+
constructor(opts: __ExceptionOptionType<PipelineDeletedException, __BaseException>);
|
|
87
88
|
}
|
|
88
89
|
/**
|
|
89
90
|
* <p>The specified pipeline was not found. Verify that you used the correct user and account identifiers.</p>
|
|
90
91
|
*/
|
|
91
|
-
export
|
|
92
|
-
name: "PipelineNotFoundException";
|
|
93
|
-
$fault: "client";
|
|
92
|
+
export declare class PipelineNotFoundException extends __BaseException {
|
|
93
|
+
readonly name: "PipelineNotFoundException";
|
|
94
|
+
readonly $fault: "client";
|
|
94
95
|
/**
|
|
95
|
-
*
|
|
96
|
+
* @internal
|
|
96
97
|
*/
|
|
97
|
-
|
|
98
|
+
constructor(opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>);
|
|
98
99
|
}
|
|
99
100
|
/**
|
|
100
101
|
* <p>Tags are key/value pairs defined by a user and associated with a pipeline to control access. AWS Data Pipeline allows you to associate ten tags per pipeline.
|
|
@@ -451,13 +452,13 @@ export declare namespace EvaluateExpressionOutput {
|
|
|
451
452
|
/**
|
|
452
453
|
* <p>The specified task was not found. </p>
|
|
453
454
|
*/
|
|
454
|
-
export
|
|
455
|
-
name: "TaskNotFoundException";
|
|
456
|
-
$fault: "client";
|
|
455
|
+
export declare class TaskNotFoundException extends __BaseException {
|
|
456
|
+
readonly name: "TaskNotFoundException";
|
|
457
|
+
readonly $fault: "client";
|
|
457
458
|
/**
|
|
458
|
-
*
|
|
459
|
+
* @internal
|
|
459
460
|
*/
|
|
460
|
-
|
|
461
|
+
constructor(opts: __ExceptionOptionType<TaskNotFoundException, __BaseException>);
|
|
461
462
|
}
|
|
462
463
|
/**
|
|
463
464
|
* <p>Contains the parameters for GetPipelineDefinition.</p>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class DataPipelineServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DataPipelineServiceException as __BaseException } from "./DataPipelineServiceException";
|
|
2
3
|
|
|
3
4
|
export interface ParameterValue {
|
|
4
5
|
|
|
@@ -31,32 +32,32 @@ export declare namespace ActivatePipelineOutput {
|
|
|
31
32
|
const filterSensitiveLog: (obj: ActivatePipelineOutput) => any;
|
|
32
33
|
}
|
|
33
34
|
|
|
34
|
-
export
|
|
35
|
-
name: "InternalServiceError";
|
|
36
|
-
$fault: "server";
|
|
35
|
+
export declare class InternalServiceError extends __BaseException {
|
|
36
|
+
readonly name: "InternalServiceError";
|
|
37
|
+
readonly $fault: "server";
|
|
37
38
|
|
|
38
|
-
|
|
39
|
+
constructor(opts: __ExceptionOptionType<InternalServiceError, __BaseException>);
|
|
39
40
|
}
|
|
40
41
|
|
|
41
|
-
export
|
|
42
|
-
name: "InvalidRequestException";
|
|
43
|
-
$fault: "client";
|
|
42
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
43
|
+
readonly name: "InvalidRequestException";
|
|
44
|
+
readonly $fault: "client";
|
|
44
45
|
|
|
45
|
-
|
|
46
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
46
47
|
}
|
|
47
48
|
|
|
48
|
-
export
|
|
49
|
-
name: "PipelineDeletedException";
|
|
50
|
-
$fault: "client";
|
|
49
|
+
export declare class PipelineDeletedException extends __BaseException {
|
|
50
|
+
readonly name: "PipelineDeletedException";
|
|
51
|
+
readonly $fault: "client";
|
|
51
52
|
|
|
52
|
-
|
|
53
|
+
constructor(opts: __ExceptionOptionType<PipelineDeletedException, __BaseException>);
|
|
53
54
|
}
|
|
54
55
|
|
|
55
|
-
export
|
|
56
|
-
name: "PipelineNotFoundException";
|
|
57
|
-
$fault: "client";
|
|
56
|
+
export declare class PipelineNotFoundException extends __BaseException {
|
|
57
|
+
readonly name: "PipelineNotFoundException";
|
|
58
|
+
readonly $fault: "client";
|
|
58
59
|
|
|
59
|
-
|
|
60
|
+
constructor(opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>);
|
|
60
61
|
}
|
|
61
62
|
|
|
62
63
|
export interface Tag {
|
|
@@ -250,11 +251,11 @@ export declare namespace EvaluateExpressionOutput {
|
|
|
250
251
|
const filterSensitiveLog: (obj: EvaluateExpressionOutput) => any;
|
|
251
252
|
}
|
|
252
253
|
|
|
253
|
-
export
|
|
254
|
-
name: "TaskNotFoundException";
|
|
255
|
-
$fault: "client";
|
|
254
|
+
export declare class TaskNotFoundException extends __BaseException {
|
|
255
|
+
readonly name: "TaskNotFoundException";
|
|
256
|
+
readonly $fault: "client";
|
|
256
257
|
|
|
257
|
-
|
|
258
|
+
constructor(opts: __ExceptionOptionType<TaskNotFoundException, __BaseException>);
|
|
258
259
|
}
|
|
259
260
|
|
|
260
261
|
export interface GetPipelineDefinitionInput {
|
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.53.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",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0"
|