@aws-sdk/client-data-pipeline 3.590.0 → 3.596.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 (43) hide show
  1. package/dist-cjs/index.js +0 -19
  2. package/dist-types/commands/ActivatePipelineCommand.d.ts +2 -1
  3. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  4. package/dist-types/commands/CreatePipelineCommand.d.ts +2 -1
  5. package/dist-types/commands/DeactivatePipelineCommand.d.ts +2 -1
  6. package/dist-types/commands/DeletePipelineCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeObjectsCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribePipelinesCommand.d.ts +2 -1
  9. package/dist-types/commands/EvaluateExpressionCommand.d.ts +2 -1
  10. package/dist-types/commands/GetPipelineDefinitionCommand.d.ts +2 -1
  11. package/dist-types/commands/ListPipelinesCommand.d.ts +2 -1
  12. package/dist-types/commands/PollForTaskCommand.d.ts +2 -1
  13. package/dist-types/commands/PutPipelineDefinitionCommand.d.ts +2 -1
  14. package/dist-types/commands/QueryObjectsCommand.d.ts +2 -1
  15. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
  16. package/dist-types/commands/ReportTaskProgressCommand.d.ts +2 -1
  17. package/dist-types/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -1
  18. package/dist-types/commands/SetStatusCommand.d.ts +2 -1
  19. package/dist-types/commands/SetTaskStatusCommand.d.ts +2 -1
  20. package/dist-types/commands/ValidatePipelineDefinitionCommand.d.ts +2 -1
  21. package/dist-types/index.d.ts +2 -2
  22. package/dist-types/models/DataPipelineServiceException.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/models/DataPipelineServiceException.d.ts +2 -1
  43. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -207,7 +207,6 @@ var DataPipelineClient = _DataPipelineClient;
207
207
 
208
208
  var import_middleware_serde = require("@smithy/middleware-serde");
209
209
 
210
- var import_types = require("@smithy/types");
211
210
 
212
211
  // src/protocols/Aws_json1_1.ts
213
212
  var import_core2 = require("@aws-sdk/core");
@@ -816,7 +815,6 @@ var ActivatePipelineCommand = _ActivatePipelineCommand;
816
815
 
817
816
 
818
817
 
819
-
820
818
  var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep({
821
819
  ...commonParams
822
820
  }).m(function(Command, cs, config, o) {
@@ -833,7 +831,6 @@ var AddTagsCommand = _AddTagsCommand;
833
831
 
834
832
 
835
833
 
836
-
837
834
  var _CreatePipelineCommand = class _CreatePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
838
835
  ...commonParams
839
836
  }).m(function(Command, cs, config, o) {
@@ -850,7 +847,6 @@ var CreatePipelineCommand = _CreatePipelineCommand;
850
847
 
851
848
 
852
849
 
853
-
854
850
  var _DeactivatePipelineCommand = class _DeactivatePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
855
851
  ...commonParams
856
852
  }).m(function(Command, cs, config, o) {
@@ -867,7 +863,6 @@ var DeactivatePipelineCommand = _DeactivatePipelineCommand;
867
863
 
868
864
 
869
865
 
870
-
871
866
  var _DeletePipelineCommand = class _DeletePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
872
867
  ...commonParams
873
868
  }).m(function(Command, cs, config, o) {
@@ -884,7 +879,6 @@ var DeletePipelineCommand = _DeletePipelineCommand;
884
879
 
885
880
 
886
881
 
887
-
888
882
  var _DescribeObjectsCommand = class _DescribeObjectsCommand extends import_smithy_client.Command.classBuilder().ep({
889
883
  ...commonParams
890
884
  }).m(function(Command, cs, config, o) {
@@ -901,7 +895,6 @@ var DescribeObjectsCommand = _DescribeObjectsCommand;
901
895
 
902
896
 
903
897
 
904
-
905
898
  var _DescribePipelinesCommand = class _DescribePipelinesCommand extends import_smithy_client.Command.classBuilder().ep({
906
899
  ...commonParams
907
900
  }).m(function(Command, cs, config, o) {
@@ -918,7 +911,6 @@ var DescribePipelinesCommand = _DescribePipelinesCommand;
918
911
 
919
912
 
920
913
 
921
-
922
914
  var _EvaluateExpressionCommand = class _EvaluateExpressionCommand extends import_smithy_client.Command.classBuilder().ep({
923
915
  ...commonParams
924
916
  }).m(function(Command, cs, config, o) {
@@ -935,7 +927,6 @@ var EvaluateExpressionCommand = _EvaluateExpressionCommand;
935
927
 
936
928
 
937
929
 
938
-
939
930
  var _GetPipelineDefinitionCommand = class _GetPipelineDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
940
931
  ...commonParams
941
932
  }).m(function(Command, cs, config, o) {
@@ -952,7 +943,6 @@ var GetPipelineDefinitionCommand = _GetPipelineDefinitionCommand;
952
943
 
953
944
 
954
945
 
955
-
956
946
  var _ListPipelinesCommand = class _ListPipelinesCommand extends import_smithy_client.Command.classBuilder().ep({
957
947
  ...commonParams
958
948
  }).m(function(Command, cs, config, o) {
@@ -969,7 +959,6 @@ var ListPipelinesCommand = _ListPipelinesCommand;
969
959
 
970
960
 
971
961
 
972
-
973
962
  var _PollForTaskCommand = class _PollForTaskCommand extends import_smithy_client.Command.classBuilder().ep({
974
963
  ...commonParams
975
964
  }).m(function(Command, cs, config, o) {
@@ -986,7 +975,6 @@ var PollForTaskCommand = _PollForTaskCommand;
986
975
 
987
976
 
988
977
 
989
-
990
978
  var _PutPipelineDefinitionCommand = class _PutPipelineDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
991
979
  ...commonParams
992
980
  }).m(function(Command, cs, config, o) {
@@ -1003,7 +991,6 @@ var PutPipelineDefinitionCommand = _PutPipelineDefinitionCommand;
1003
991
 
1004
992
 
1005
993
 
1006
-
1007
994
  var _QueryObjectsCommand = class _QueryObjectsCommand extends import_smithy_client.Command.classBuilder().ep({
1008
995
  ...commonParams
1009
996
  }).m(function(Command, cs, config, o) {
@@ -1020,7 +1007,6 @@ var QueryObjectsCommand = _QueryObjectsCommand;
1020
1007
 
1021
1008
 
1022
1009
 
1023
-
1024
1010
  var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep({
1025
1011
  ...commonParams
1026
1012
  }).m(function(Command, cs, config, o) {
@@ -1037,7 +1023,6 @@ var RemoveTagsCommand = _RemoveTagsCommand;
1037
1023
 
1038
1024
 
1039
1025
 
1040
-
1041
1026
  var _ReportTaskProgressCommand = class _ReportTaskProgressCommand extends import_smithy_client.Command.classBuilder().ep({
1042
1027
  ...commonParams
1043
1028
  }).m(function(Command, cs, config, o) {
@@ -1054,7 +1039,6 @@ var ReportTaskProgressCommand = _ReportTaskProgressCommand;
1054
1039
 
1055
1040
 
1056
1041
 
1057
-
1058
1042
  var _ReportTaskRunnerHeartbeatCommand = class _ReportTaskRunnerHeartbeatCommand extends import_smithy_client.Command.classBuilder().ep({
1059
1043
  ...commonParams
1060
1044
  }).m(function(Command, cs, config, o) {
@@ -1071,7 +1055,6 @@ var ReportTaskRunnerHeartbeatCommand = _ReportTaskRunnerHeartbeatCommand;
1071
1055
 
1072
1056
 
1073
1057
 
1074
-
1075
1058
  var _SetStatusCommand = class _SetStatusCommand extends import_smithy_client.Command.classBuilder().ep({
1076
1059
  ...commonParams
1077
1060
  }).m(function(Command, cs, config, o) {
@@ -1088,7 +1071,6 @@ var SetStatusCommand = _SetStatusCommand;
1088
1071
 
1089
1072
 
1090
1073
 
1091
-
1092
1074
  var _SetTaskStatusCommand = class _SetTaskStatusCommand extends import_smithy_client.Command.classBuilder().ep({
1093
1075
  ...commonParams
1094
1076
  }).m(function(Command, cs, config, o) {
@@ -1105,7 +1087,6 @@ var SetTaskStatusCommand = _SetTaskStatusCommand;
1105
1087
 
1106
1088
 
1107
1089
 
1108
-
1109
1090
  var _ValidatePipelineDefinitionCommand = class _ValidatePipelineDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
1110
1091
  ...commonParams
1111
1092
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { AddTagsInput, AddTagsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeletePipelineInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeObjectsInput, DescribeObjectsOutput } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribePipelinesInput, DescribePipelinesOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { EvaluateExpressionInput, EvaluateExpressionOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetPipelineDefinitionInput, GetPipelineDefinitionOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PollForTaskInput, PollForTaskOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutPipelineDefinitionInput, PutPipelineDefinitionOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { QueryObjectsInput, QueryObjectsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ReportTaskProgressInput, ReportTaskProgressOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ReportTaskRunnerHeartbeatInput, ReportTaskRunnerHeartbeatOutput } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SetStatusInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ValidatePipelineDefinitionInput, ValidatePipelineDefinitionOutput } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -22,8 +22,8 @@
22
22
  export * from "./DataPipelineClient";
23
23
  export * from "./DataPipeline";
24
24
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
25
- export { RuntimeExtension } from "./runtimeExtensions";
26
- export { DataPipelineExtensionConfiguration } from "./extensionConfiguration";
25
+ export type { RuntimeExtension } from "./runtimeExtensions";
26
+ export type { DataPipelineExtensionConfiguration } from "./extensionConfiguration";
27
27
  export * from "./commands";
28
28
  export * from "./pagination";
29
29
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  ActivatePipelineInput,
10
10
  ActivatePipelineOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ActivatePipelineCommandInput extends ActivatePipelineInput {}
14
15
  export interface ActivatePipelineCommandOutput
15
16
  extends ActivatePipelineOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DataPipelineClient";
8
8
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface AddTagsCommandInput extends AddTagsInput {}
11
12
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
12
13
  declare const AddTagsCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DataPipelineClient";
8
8
  import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreatePipelineCommandInput extends CreatePipelineInput {}
11
12
  export interface CreatePipelineCommandOutput
12
13
  extends CreatePipelineOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeactivatePipelineInput,
10
10
  DeactivatePipelineOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeactivatePipelineCommandInput
14
15
  extends DeactivatePipelineInput {}
15
16
  export interface DeactivatePipelineCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DataPipelineClient";
8
8
  import { DeletePipelineInput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeletePipelineCommandInput extends DeletePipelineInput {}
11
12
  export interface DeletePipelineCommandOutput extends __MetadataBearer {}
12
13
  declare const DeletePipelineCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  DescribeObjectsInput,
10
10
  DescribeObjectsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeObjectsCommandInput extends DescribeObjectsInput {}
14
15
  export interface DescribeObjectsCommandOutput
15
16
  extends DescribeObjectsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DescribePipelinesInput,
10
10
  DescribePipelinesOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribePipelinesCommandInput extends DescribePipelinesInput {}
14
15
  export interface DescribePipelinesCommandOutput
15
16
  extends DescribePipelinesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  EvaluateExpressionInput,
10
10
  EvaluateExpressionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface EvaluateExpressionCommandInput
14
15
  extends EvaluateExpressionInput {}
15
16
  export interface EvaluateExpressionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetPipelineDefinitionInput,
10
10
  GetPipelineDefinitionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetPipelineDefinitionCommandInput
14
15
  extends GetPipelineDefinitionInput {}
15
16
  export interface GetPipelineDefinitionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DataPipelineClient";
8
8
  import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListPipelinesCommandInput extends ListPipelinesInput {}
11
12
  export interface ListPipelinesCommandOutput
12
13
  extends ListPipelinesOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DataPipelineClient";
8
8
  import { PollForTaskInput, PollForTaskOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PollForTaskCommandInput extends PollForTaskInput {}
11
12
  export interface PollForTaskCommandOutput
12
13
  extends PollForTaskOutput,
@@ -9,7 +9,8 @@ import {
9
9
  PutPipelineDefinitionInput,
10
10
  PutPipelineDefinitionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutPipelineDefinitionCommandInput
14
15
  extends PutPipelineDefinitionInput {}
15
16
  export interface PutPipelineDefinitionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DataPipelineClient";
8
8
  import { QueryObjectsInput, QueryObjectsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface QueryObjectsCommandInput extends QueryObjectsInput {}
11
12
  export interface QueryObjectsCommandOutput
12
13
  extends QueryObjectsOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DataPipelineClient";
8
8
  import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RemoveTagsCommandInput extends RemoveTagsInput {}
11
12
  export interface RemoveTagsCommandOutput
12
13
  extends RemoveTagsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ReportTaskProgressInput,
10
10
  ReportTaskProgressOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ReportTaskProgressCommandInput
14
15
  extends ReportTaskProgressInput {}
15
16
  export interface ReportTaskProgressCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ReportTaskRunnerHeartbeatInput,
10
10
  ReportTaskRunnerHeartbeatOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ReportTaskRunnerHeartbeatCommandInput
14
15
  extends ReportTaskRunnerHeartbeatInput {}
15
16
  export interface ReportTaskRunnerHeartbeatCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DataPipelineClient";
8
8
  import { SetStatusInput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SetStatusCommandInput extends SetStatusInput {}
11
12
  export interface SetStatusCommandOutput extends __MetadataBearer {}
12
13
  declare const SetStatusCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DataPipelineClient";
8
8
  import { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SetTaskStatusCommandInput extends SetTaskStatusInput {}
11
12
  export interface SetTaskStatusCommandOutput
12
13
  extends SetTaskStatusOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ValidatePipelineDefinitionInput,
10
10
  ValidatePipelineDefinitionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ValidatePipelineDefinitionCommandInput
14
15
  extends ValidatePipelineDefinitionInput {}
15
16
  export interface ValidatePipelineDefinitionCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class DataPipelineServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.596.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-data-pipeline",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",