@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.
Files changed (39) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DataPipeline.d.ts +327 -100
  3. package/dist-types/ts3.4/DataPipelineClient.d.ts +219 -92
  4. package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
  6. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +30 -17
  9. package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +30 -17
  21. package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/index.d.ts +19 -19
  24. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  25. package/dist-types/ts3.4/index.d.ts +6 -6
  26. package/dist-types/ts3.4/models/DataPipelineServiceException.d.ts +7 -6
  27. package/dist-types/ts3.4/models/index.d.ts +1 -1
  28. package/dist-types/ts3.4/models/models_0.d.ts +399 -532
  29. package/dist-types/ts3.4/pagination/DescribeObjectsPaginator.d.ts +11 -4
  30. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  31. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +11 -4
  32. package/dist-types/ts3.4/pagination/QueryObjectsPaginator.d.ts +11 -4
  33. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  34. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -59
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  39. package/package.json +34 -34
@@ -1,92 +1,219 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { ActivatePipelineCommandInput, ActivatePipelineCommandOutput } from "./commands/ActivatePipelineCommand";
10
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
11
- import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
12
- import { DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput } from "./commands/DeactivatePipelineCommand";
13
- import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "./commands/DeletePipelineCommand";
14
- import { DescribeObjectsCommandInput, DescribeObjectsCommandOutput } from "./commands/DescribeObjectsCommand";
15
- import { DescribePipelinesCommandInput, DescribePipelinesCommandOutput } from "./commands/DescribePipelinesCommand";
16
- import { EvaluateExpressionCommandInput, EvaluateExpressionCommandOutput } from "./commands/EvaluateExpressionCommand";
17
- import { GetPipelineDefinitionCommandInput, GetPipelineDefinitionCommandOutput } from "./commands/GetPipelineDefinitionCommand";
18
- import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "./commands/ListPipelinesCommand";
19
- import { PollForTaskCommandInput, PollForTaskCommandOutput } from "./commands/PollForTaskCommand";
20
- import { PutPipelineDefinitionCommandInput, PutPipelineDefinitionCommandOutput } from "./commands/PutPipelineDefinitionCommand";
21
- import { QueryObjectsCommandInput, QueryObjectsCommandOutput } from "./commands/QueryObjectsCommand";
22
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
23
- import { ReportTaskProgressCommandInput, ReportTaskProgressCommandOutput } from "./commands/ReportTaskProgressCommand";
24
- import { ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommandOutput } from "./commands/ReportTaskRunnerHeartbeatCommand";
25
- import { SetStatusCommandInput, SetStatusCommandOutput } from "./commands/SetStatusCommand";
26
- import { SetTaskStatusCommandInput, SetTaskStatusCommandOutput } from "./commands/SetTaskStatusCommand";
27
- import { ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput } from "./commands/ValidatePipelineDefinitionCommand";
28
- export declare type ServiceInputTypes = ActivatePipelineCommandInput | AddTagsCommandInput | CreatePipelineCommandInput | DeactivatePipelineCommandInput | DeletePipelineCommandInput | DescribeObjectsCommandInput | DescribePipelinesCommandInput | EvaluateExpressionCommandInput | GetPipelineDefinitionCommandInput | ListPipelinesCommandInput | PollForTaskCommandInput | PutPipelineDefinitionCommandInput | QueryObjectsCommandInput | RemoveTagsCommandInput | ReportTaskProgressCommandInput | ReportTaskRunnerHeartbeatCommandInput | SetStatusCommandInput | SetTaskStatusCommandInput | ValidatePipelineDefinitionCommandInput;
29
- export declare type ServiceOutputTypes = ActivatePipelineCommandOutput | AddTagsCommandOutput | CreatePipelineCommandOutput | DeactivatePipelineCommandOutput | DeletePipelineCommandOutput | DescribeObjectsCommandOutput | DescribePipelinesCommandOutput | EvaluateExpressionCommandOutput | GetPipelineDefinitionCommandOutput | ListPipelinesCommandOutput | PollForTaskCommandOutput | PutPipelineDefinitionCommandOutput | QueryObjectsCommandOutput | RemoveTagsCommandOutput | ReportTaskProgressCommandOutput | ReportTaskRunnerHeartbeatCommandOutput | SetStatusCommandOutput | SetTaskStatusCommandOutput | ValidatePipelineDefinitionCommandOutput;
30
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
31
-
32
- requestHandler?: __HttpHandler;
33
-
34
- sha256?: __HashConstructor;
35
-
36
- urlParser?: __UrlParser;
37
-
38
- bodyLengthChecker?: __BodyLengthCalculator;
39
-
40
- streamCollector?: __StreamCollector;
41
-
42
- base64Decoder?: __Decoder;
43
-
44
- base64Encoder?: __Encoder;
45
-
46
- utf8Decoder?: __Decoder;
47
-
48
- utf8Encoder?: __Encoder;
49
-
50
- runtime?: string;
51
-
52
- disableHostPrefix?: boolean;
53
-
54
- maxAttempts?: number | __Provider<number>;
55
-
56
- retryMode?: string | __Provider<string>;
57
-
58
- logger?: __Logger;
59
-
60
- useDualstackEndpoint?: boolean | __Provider<boolean>;
61
-
62
- useFipsEndpoint?: boolean | __Provider<boolean>;
63
-
64
- serviceId?: string;
65
-
66
- region?: string | __Provider<string>;
67
-
68
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
69
-
70
- regionInfoProvider?: RegionInfoProvider;
71
-
72
- defaultUserAgentProvider?: Provider<__UserAgent>;
73
-
74
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
75
- }
76
- declare type DataPipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
77
-
78
- export interface DataPipelineClientConfig extends DataPipelineClientConfigType {
79
- }
80
- declare type DataPipelineClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
81
-
82
- export interface DataPipelineClientResolvedConfig extends DataPipelineClientResolvedConfigType {
83
- }
84
-
85
- export declare class DataPipelineClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataPipelineClientResolvedConfig> {
86
-
87
- readonly config: DataPipelineClientResolvedConfig;
88
- constructor(configuration: DataPipelineClientConfig);
89
-
90
- destroy(): void;
91
- }
92
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
4
- import { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_0";
5
- export interface ActivatePipelineCommandInput extends ActivatePipelineInput {
6
- }
7
- export interface ActivatePipelineCommandOutput extends ActivatePipelineOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ActivatePipelineCommand extends $Command<ActivatePipelineCommandInput, ActivatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: ActivatePipelineCommandInput;
12
- constructor(input: ActivatePipelineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivatePipelineCommandInput, ActivatePipelineCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
4
- import { AddTagsInput, AddTagsOutput } from "../models/models_0";
5
- export interface AddTagsCommandInput extends AddTagsInput {
6
- }
7
- export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: AddTagsCommandInput;
12
- constructor(input: AddTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
4
- import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
5
- export interface CreatePipelineCommandInput extends CreatePipelineInput {
6
- }
7
- export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePipelineCommand extends $Command<CreatePipelineCommandInput, CreatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: CreatePipelineCommandInput;
12
- constructor(input: CreatePipelineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePipelineCommandInput, CreatePipelineCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
4
- import { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/models_0";
5
- export interface DeactivatePipelineCommandInput extends DeactivatePipelineInput {
6
- }
7
- export interface DeactivatePipelineCommandOutput extends DeactivatePipelineOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeactivatePipelineCommand extends $Command<DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: DeactivatePipelineCommandInput;
12
- constructor(input: DeactivatePipelineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
4
- import { DeletePipelineInput } from "../models/models_0";
5
- export interface DeletePipelineCommandInput extends DeletePipelineInput {
6
- }
7
- export interface DeletePipelineCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePipelineCommand extends $Command<DeletePipelineCommandInput, DeletePipelineCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: DeletePipelineCommandInput;
12
- constructor(input: DeletePipelineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePipelineCommandInput, DeletePipelineCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
4
- import { DescribeObjectsInput, DescribeObjectsOutput } from "../models/models_0";
5
- export interface DescribeObjectsCommandInput extends DescribeObjectsInput {
6
- }
7
- export interface DescribeObjectsCommandOutput extends DescribeObjectsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeObjectsCommand extends $Command<DescribeObjectsCommandInput, DescribeObjectsCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: DescribeObjectsCommandInput;
12
- constructor(input: DescribeObjectsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeObjectsCommandInput, DescribeObjectsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }