@aws-sdk/client-data-pipeline 3.588.0 → 3.592.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/dist-cjs/index.js +0 -19
- package/dist-types/DataPipelineClient.d.ts +4 -4
- package/dist-types/commands/ActivatePipelineCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +2 -1
- package/dist-types/commands/DeactivatePipelineCommand.d.ts +2 -1
- package/dist-types/commands/DeletePipelineCommand.d.ts +2 -1
- package/dist-types/commands/DescribeObjectsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePipelinesCommand.d.ts +2 -1
- package/dist-types/commands/EvaluateExpressionCommand.d.ts +2 -1
- package/dist-types/commands/GetPipelineDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +2 -1
- package/dist-types/commands/PollForTaskCommand.d.ts +2 -1
- package/dist-types/commands/PutPipelineDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/QueryObjectsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/commands/ReportTaskProgressCommand.d.ts +2 -1
- package/dist-types/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -1
- package/dist-types/commands/SetStatusCommand.d.ts +2 -1
- package/dist-types/commands/SetTaskStatusCommand.d.ts +2 -1
- package/dist-types/commands/ValidatePipelineDefinitionCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/DataPipelineServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DataPipelineClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/DataPipelineServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- 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) {
|
|
@@ -109,15 +109,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
109
109
|
* Enables FIPS compatible endpoints.
|
|
110
110
|
*/
|
|
111
111
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
112
|
+
/**
|
|
113
|
+
* The AWS region to which this client will send requests
|
|
114
|
+
*/
|
|
115
|
+
region?: string | __Provider<string>;
|
|
112
116
|
/**
|
|
113
117
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
114
118
|
* @internal
|
|
115
119
|
*/
|
|
116
120
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
117
|
-
/**
|
|
118
|
-
* The AWS region to which this client will send requests
|
|
119
|
-
*/
|
|
120
|
-
region?: string | __Provider<string>;
|
|
121
121
|
/**
|
|
122
122
|
* Default credentials provider; Not available in browser runtime.
|
|
123
123
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -184,8 +184,8 @@ export interface ClientDefaults
|
|
|
184
184
|
serviceId?: string;
|
|
185
185
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
186
186
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
187
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
188
187
|
region?: string | __Provider<string>;
|
|
188
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
189
189
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
190
190
|
maxAttempts?: number | __Provider<number>;
|
|
191
191
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ActivatePipelineInput,
|
|
10
10
|
ActivatePipelineOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class DataPipelineServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-data-pipeline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Data Pipeline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.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.
|
|
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",
|