@aws-sdk/client-data-pipeline 3.168.0 → 3.170.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 +346 -100
  3. package/dist-types/ts3.4/DataPipelineClient.d.ts +244 -92
  4. package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +41 -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 +8 -6
  27. package/dist-types/ts3.4/models/index.d.ts +1 -1
  28. package/dist-types/ts3.4/models/models_0.d.ts +579 -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 +66 -38
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  39. package/package.json +34 -34
@@ -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 { SetStatusInput } from "../models/models_0";
5
- export interface SetStatusCommandInput extends SetStatusInput {
6
- }
7
- export interface SetStatusCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SetStatusCommand extends $Command<SetStatusCommandInput, SetStatusCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: SetStatusCommandInput;
12
- constructor(input: SetStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetStatusCommandInput, SetStatusCommandOutput>;
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 { SetStatusInput } from "../models/models_0";
14
+ export interface SetStatusCommandInput extends SetStatusInput {}
15
+ export interface SetStatusCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class SetStatusCommand extends $Command<
18
+ SetStatusCommandInput,
19
+ SetStatusCommandOutput,
20
+ DataPipelineClientResolvedConfig
21
+ > {
22
+ readonly input: SetStatusCommandInput;
23
+ constructor(input: SetStatusCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DataPipelineClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<SetStatusCommandInput, SetStatusCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,34 @@
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 { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0";
5
- export interface SetTaskStatusCommandInput extends SetTaskStatusInput {
6
- }
7
- export interface SetTaskStatusCommandOutput extends SetTaskStatusOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class SetTaskStatusCommand extends $Command<SetTaskStatusCommandInput, SetTaskStatusCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: SetTaskStatusCommandInput;
12
- constructor(input: SetTaskStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTaskStatusCommandInput, SetTaskStatusCommandOutput>;
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 { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0";
14
+ export interface SetTaskStatusCommandInput extends SetTaskStatusInput {}
15
+ export interface SetTaskStatusCommandOutput
16
+ extends SetTaskStatusOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class SetTaskStatusCommand extends $Command<
20
+ SetTaskStatusCommandInput,
21
+ SetTaskStatusCommandOutput,
22
+ DataPipelineClientResolvedConfig
23
+ > {
24
+ readonly input: SetTaskStatusCommandInput;
25
+ constructor(input: SetTaskStatusCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: DataPipelineClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<SetTaskStatusCommandInput, SetTaskStatusCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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 { ValidatePipelineDefinitionInput, ValidatePipelineDefinitionOutput } from "../models/models_0";
5
- export interface ValidatePipelineDefinitionCommandInput extends ValidatePipelineDefinitionInput {
6
- }
7
- export interface ValidatePipelineDefinitionCommandOutput extends ValidatePipelineDefinitionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ValidatePipelineDefinitionCommand extends $Command<ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig> {
11
- readonly input: ValidatePipelineDefinitionCommandInput;
12
- constructor(input: ValidatePipelineDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataPipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput>;
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
+ ValidatePipelineDefinitionInput,
15
+ ValidatePipelineDefinitionOutput,
16
+ } from "../models/models_0";
17
+ export interface ValidatePipelineDefinitionCommandInput
18
+ extends ValidatePipelineDefinitionInput {}
19
+ export interface ValidatePipelineDefinitionCommandOutput
20
+ extends ValidatePipelineDefinitionOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ValidatePipelineDefinitionCommand extends $Command<
24
+ ValidatePipelineDefinitionCommandInput,
25
+ ValidatePipelineDefinitionCommandOutput,
26
+ DataPipelineClientResolvedConfig
27
+ > {
28
+ readonly input: ValidatePipelineDefinitionCommandInput;
29
+ constructor(input: ValidatePipelineDefinitionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DataPipelineClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ValidatePipelineDefinitionCommandInput,
37
+ ValidatePipelineDefinitionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,19 +1,19 @@
1
- export * from "./ActivatePipelineCommand";
2
- export * from "./AddTagsCommand";
3
- export * from "./CreatePipelineCommand";
4
- export * from "./DeactivatePipelineCommand";
5
- export * from "./DeletePipelineCommand";
6
- export * from "./DescribeObjectsCommand";
7
- export * from "./DescribePipelinesCommand";
8
- export * from "./EvaluateExpressionCommand";
9
- export * from "./GetPipelineDefinitionCommand";
10
- export * from "./ListPipelinesCommand";
11
- export * from "./PollForTaskCommand";
12
- export * from "./PutPipelineDefinitionCommand";
13
- export * from "./QueryObjectsCommand";
14
- export * from "./RemoveTagsCommand";
15
- export * from "./ReportTaskProgressCommand";
16
- export * from "./ReportTaskRunnerHeartbeatCommand";
17
- export * from "./SetStatusCommand";
18
- export * from "./SetTaskStatusCommand";
19
- export * from "./ValidatePipelineDefinitionCommand";
1
+ export * from "./ActivatePipelineCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./CreatePipelineCommand";
4
+ export * from "./DeactivatePipelineCommand";
5
+ export * from "./DeletePipelineCommand";
6
+ export * from "./DescribeObjectsCommand";
7
+ export * from "./DescribePipelinesCommand";
8
+ export * from "./EvaluateExpressionCommand";
9
+ export * from "./GetPipelineDefinitionCommand";
10
+ export * from "./ListPipelinesCommand";
11
+ export * from "./PollForTaskCommand";
12
+ export * from "./PutPipelineDefinitionCommand";
13
+ export * from "./QueryObjectsCommand";
14
+ export * from "./RemoveTagsCommand";
15
+ export * from "./ReportTaskProgressCommand";
16
+ export * from "./ReportTaskRunnerHeartbeatCommand";
17
+ export * from "./SetStatusCommand";
18
+ export * from "./SetTaskStatusCommand";
19
+ export * from "./ValidatePipelineDefinitionCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./DataPipeline";
2
- export * from "./DataPipelineClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { DataPipelineServiceException } from "./models/DataPipelineServiceException";
1
+ export * from "./DataPipeline";
2
+ export * from "./DataPipelineClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { DataPipelineServiceException } from "./models/DataPipelineServiceException";
@@ -1,6 +1,8 @@
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
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class DataPipelineServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";