@aws-sdk/client-data-pipeline 3.169.0 → 3.171.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/ts3.4/DataPipeline.d.ts +327 -100
- package/dist-types/ts3.4/DataPipelineClient.d.ts +219 -92
- package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +19 -19
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DataPipelineServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +399 -532
- package/dist-types/ts3.4/pagination/DescribeObjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/QueryObjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -59
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,92 +1,219 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
ActivatePipelineCommandInput,
|
|
47
|
+
ActivatePipelineCommandOutput,
|
|
48
|
+
} from "./commands/ActivatePipelineCommand";
|
|
49
|
+
import {
|
|
50
|
+
AddTagsCommandInput,
|
|
51
|
+
AddTagsCommandOutput,
|
|
52
|
+
} from "./commands/AddTagsCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreatePipelineCommandInput,
|
|
55
|
+
CreatePipelineCommandOutput,
|
|
56
|
+
} from "./commands/CreatePipelineCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeactivatePipelineCommandInput,
|
|
59
|
+
DeactivatePipelineCommandOutput,
|
|
60
|
+
} from "./commands/DeactivatePipelineCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeletePipelineCommandInput,
|
|
63
|
+
DeletePipelineCommandOutput,
|
|
64
|
+
} from "./commands/DeletePipelineCommand";
|
|
65
|
+
import {
|
|
66
|
+
DescribeObjectsCommandInput,
|
|
67
|
+
DescribeObjectsCommandOutput,
|
|
68
|
+
} from "./commands/DescribeObjectsCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribePipelinesCommandInput,
|
|
71
|
+
DescribePipelinesCommandOutput,
|
|
72
|
+
} from "./commands/DescribePipelinesCommand";
|
|
73
|
+
import {
|
|
74
|
+
EvaluateExpressionCommandInput,
|
|
75
|
+
EvaluateExpressionCommandOutput,
|
|
76
|
+
} from "./commands/EvaluateExpressionCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetPipelineDefinitionCommandInput,
|
|
79
|
+
GetPipelineDefinitionCommandOutput,
|
|
80
|
+
} from "./commands/GetPipelineDefinitionCommand";
|
|
81
|
+
import {
|
|
82
|
+
ListPipelinesCommandInput,
|
|
83
|
+
ListPipelinesCommandOutput,
|
|
84
|
+
} from "./commands/ListPipelinesCommand";
|
|
85
|
+
import {
|
|
86
|
+
PollForTaskCommandInput,
|
|
87
|
+
PollForTaskCommandOutput,
|
|
88
|
+
} from "./commands/PollForTaskCommand";
|
|
89
|
+
import {
|
|
90
|
+
PutPipelineDefinitionCommandInput,
|
|
91
|
+
PutPipelineDefinitionCommandOutput,
|
|
92
|
+
} from "./commands/PutPipelineDefinitionCommand";
|
|
93
|
+
import {
|
|
94
|
+
QueryObjectsCommandInput,
|
|
95
|
+
QueryObjectsCommandOutput,
|
|
96
|
+
} from "./commands/QueryObjectsCommand";
|
|
97
|
+
import {
|
|
98
|
+
RemoveTagsCommandInput,
|
|
99
|
+
RemoveTagsCommandOutput,
|
|
100
|
+
} from "./commands/RemoveTagsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ReportTaskProgressCommandInput,
|
|
103
|
+
ReportTaskProgressCommandOutput,
|
|
104
|
+
} from "./commands/ReportTaskProgressCommand";
|
|
105
|
+
import {
|
|
106
|
+
ReportTaskRunnerHeartbeatCommandInput,
|
|
107
|
+
ReportTaskRunnerHeartbeatCommandOutput,
|
|
108
|
+
} from "./commands/ReportTaskRunnerHeartbeatCommand";
|
|
109
|
+
import {
|
|
110
|
+
SetStatusCommandInput,
|
|
111
|
+
SetStatusCommandOutput,
|
|
112
|
+
} from "./commands/SetStatusCommand";
|
|
113
|
+
import {
|
|
114
|
+
SetTaskStatusCommandInput,
|
|
115
|
+
SetTaskStatusCommandOutput,
|
|
116
|
+
} from "./commands/SetTaskStatusCommand";
|
|
117
|
+
import {
|
|
118
|
+
ValidatePipelineDefinitionCommandInput,
|
|
119
|
+
ValidatePipelineDefinitionCommandOutput,
|
|
120
|
+
} from "./commands/ValidatePipelineDefinitionCommand";
|
|
121
|
+
export declare type ServiceInputTypes =
|
|
122
|
+
| ActivatePipelineCommandInput
|
|
123
|
+
| AddTagsCommandInput
|
|
124
|
+
| CreatePipelineCommandInput
|
|
125
|
+
| DeactivatePipelineCommandInput
|
|
126
|
+
| DeletePipelineCommandInput
|
|
127
|
+
| DescribeObjectsCommandInput
|
|
128
|
+
| DescribePipelinesCommandInput
|
|
129
|
+
| EvaluateExpressionCommandInput
|
|
130
|
+
| GetPipelineDefinitionCommandInput
|
|
131
|
+
| ListPipelinesCommandInput
|
|
132
|
+
| PollForTaskCommandInput
|
|
133
|
+
| PutPipelineDefinitionCommandInput
|
|
134
|
+
| QueryObjectsCommandInput
|
|
135
|
+
| RemoveTagsCommandInput
|
|
136
|
+
| ReportTaskProgressCommandInput
|
|
137
|
+
| ReportTaskRunnerHeartbeatCommandInput
|
|
138
|
+
| SetStatusCommandInput
|
|
139
|
+
| SetTaskStatusCommandInput
|
|
140
|
+
| ValidatePipelineDefinitionCommandInput;
|
|
141
|
+
export declare type ServiceOutputTypes =
|
|
142
|
+
| ActivatePipelineCommandOutput
|
|
143
|
+
| AddTagsCommandOutput
|
|
144
|
+
| CreatePipelineCommandOutput
|
|
145
|
+
| DeactivatePipelineCommandOutput
|
|
146
|
+
| DeletePipelineCommandOutput
|
|
147
|
+
| DescribeObjectsCommandOutput
|
|
148
|
+
| DescribePipelinesCommandOutput
|
|
149
|
+
| EvaluateExpressionCommandOutput
|
|
150
|
+
| GetPipelineDefinitionCommandOutput
|
|
151
|
+
| ListPipelinesCommandOutput
|
|
152
|
+
| PollForTaskCommandOutput
|
|
153
|
+
| PutPipelineDefinitionCommandOutput
|
|
154
|
+
| QueryObjectsCommandOutput
|
|
155
|
+
| RemoveTagsCommandOutput
|
|
156
|
+
| ReportTaskProgressCommandOutput
|
|
157
|
+
| ReportTaskRunnerHeartbeatCommandOutput
|
|
158
|
+
| SetStatusCommandOutput
|
|
159
|
+
| SetTaskStatusCommandOutput
|
|
160
|
+
| ValidatePipelineDefinitionCommandOutput;
|
|
161
|
+
export interface ClientDefaults
|
|
162
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
163
|
+
requestHandler?: __HttpHandler;
|
|
164
|
+
sha256?: __HashConstructor;
|
|
165
|
+
urlParser?: __UrlParser;
|
|
166
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
167
|
+
streamCollector?: __StreamCollector;
|
|
168
|
+
base64Decoder?: __Decoder;
|
|
169
|
+
base64Encoder?: __Encoder;
|
|
170
|
+
utf8Decoder?: __Decoder;
|
|
171
|
+
utf8Encoder?: __Encoder;
|
|
172
|
+
runtime?: string;
|
|
173
|
+
disableHostPrefix?: boolean;
|
|
174
|
+
maxAttempts?: number | __Provider<number>;
|
|
175
|
+
retryMode?: string | __Provider<string>;
|
|
176
|
+
logger?: __Logger;
|
|
177
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
178
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
179
|
+
serviceId?: string;
|
|
180
|
+
region?: string | __Provider<string>;
|
|
181
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
182
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
183
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
184
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
185
|
+
}
|
|
186
|
+
declare type DataPipelineClientConfigType = Partial<
|
|
187
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
188
|
+
> &
|
|
189
|
+
ClientDefaults &
|
|
190
|
+
RegionInputConfig &
|
|
191
|
+
EndpointsInputConfig &
|
|
192
|
+
RetryInputConfig &
|
|
193
|
+
HostHeaderInputConfig &
|
|
194
|
+
AwsAuthInputConfig &
|
|
195
|
+
UserAgentInputConfig;
|
|
196
|
+
export interface DataPipelineClientConfig
|
|
197
|
+
extends DataPipelineClientConfigType {}
|
|
198
|
+
declare type DataPipelineClientResolvedConfigType =
|
|
199
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
200
|
+
Required<ClientDefaults> &
|
|
201
|
+
RegionResolvedConfig &
|
|
202
|
+
EndpointsResolvedConfig &
|
|
203
|
+
RetryResolvedConfig &
|
|
204
|
+
HostHeaderResolvedConfig &
|
|
205
|
+
AwsAuthResolvedConfig &
|
|
206
|
+
UserAgentResolvedConfig;
|
|
207
|
+
export interface DataPipelineClientResolvedConfig
|
|
208
|
+
extends DataPipelineClientResolvedConfigType {}
|
|
209
|
+
export declare class DataPipelineClient extends __Client<
|
|
210
|
+
__HttpHandlerOptions,
|
|
211
|
+
ServiceInputTypes,
|
|
212
|
+
ServiceOutputTypes,
|
|
213
|
+
DataPipelineClientResolvedConfig
|
|
214
|
+
> {
|
|
215
|
+
readonly config: DataPipelineClientResolvedConfig;
|
|
216
|
+
constructor(configuration: DataPipelineClientConfig);
|
|
217
|
+
destroy(): void;
|
|
218
|
+
}
|
|
219
|
+
export {};
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataPipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataPipelineClient";
|
|
13
|
+
import {
|
|
14
|
+
ActivatePipelineInput,
|
|
15
|
+
ActivatePipelineOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ActivatePipelineCommandInput extends ActivatePipelineInput {}
|
|
18
|
+
export interface ActivatePipelineCommandOutput
|
|
19
|
+
extends ActivatePipelineOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ActivatePipelineCommand extends $Command<
|
|
22
|
+
ActivatePipelineCommandInput,
|
|
23
|
+
ActivatePipelineCommandOutput,
|
|
24
|
+
DataPipelineClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ActivatePipelineCommandInput;
|
|
27
|
+
constructor(input: ActivatePipelineCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DataPipelineClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ActivatePipelineCommandInput, ActivatePipelineCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataPipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataPipelineClient";
|
|
13
|
+
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
14
|
+
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
15
|
+
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
16
|
+
export declare class AddTagsCommand extends $Command<
|
|
17
|
+
AddTagsCommandInput,
|
|
18
|
+
AddTagsCommandOutput,
|
|
19
|
+
DataPipelineClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: AddTagsCommandInput;
|
|
22
|
+
constructor(input: AddTagsCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: DataPipelineClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataPipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataPipelineClient";
|
|
13
|
+
import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
|
|
14
|
+
export interface CreatePipelineCommandInput extends CreatePipelineInput {}
|
|
15
|
+
export interface CreatePipelineCommandOutput
|
|
16
|
+
extends CreatePipelineOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreatePipelineCommand extends $Command<
|
|
19
|
+
CreatePipelineCommandInput,
|
|
20
|
+
CreatePipelineCommandOutput,
|
|
21
|
+
DataPipelineClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreatePipelineCommandInput;
|
|
24
|
+
constructor(input: CreatePipelineCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DataPipelineClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreatePipelineCommandInput, CreatePipelineCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataPipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataPipelineClient";
|
|
13
|
+
import {
|
|
14
|
+
DeactivatePipelineInput,
|
|
15
|
+
DeactivatePipelineOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeactivatePipelineCommandInput
|
|
18
|
+
extends DeactivatePipelineInput {}
|
|
19
|
+
export interface DeactivatePipelineCommandOutput
|
|
20
|
+
extends DeactivatePipelineOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeactivatePipelineCommand extends $Command<
|
|
23
|
+
DeactivatePipelineCommandInput,
|
|
24
|
+
DeactivatePipelineCommandOutput,
|
|
25
|
+
DataPipelineClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeactivatePipelineCommandInput;
|
|
28
|
+
constructor(input: DeactivatePipelineCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DataPipelineClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataPipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataPipelineClient";
|
|
13
|
+
import { DeletePipelineInput } from "../models/models_0";
|
|
14
|
+
export interface DeletePipelineCommandInput extends DeletePipelineInput {}
|
|
15
|
+
export interface DeletePipelineCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class DeletePipelineCommand extends $Command<
|
|
17
|
+
DeletePipelineCommandInput,
|
|
18
|
+
DeletePipelineCommandOutput,
|
|
19
|
+
DataPipelineClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DeletePipelineCommandInput;
|
|
22
|
+
constructor(input: DeletePipelineCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: DataPipelineClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<DeletePipelineCommandInput, DeletePipelineCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DataPipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DataPipelineClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeObjectsInput,
|
|
15
|
+
DescribeObjectsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeObjectsCommandInput extends DescribeObjectsInput {}
|
|
18
|
+
export interface DescribeObjectsCommandOutput
|
|
19
|
+
extends DescribeObjectsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeObjectsCommand extends $Command<
|
|
22
|
+
DescribeObjectsCommandInput,
|
|
23
|
+
DescribeObjectsCommandOutput,
|
|
24
|
+
DataPipelineClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeObjectsCommandInput;
|
|
27
|
+
constructor(input: DescribeObjectsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DataPipelineClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeObjectsCommandInput, DescribeObjectsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|