@aws-sdk/client-data-pipeline 3.716.0 → 3.723.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 +123 -92
- package/dist-es/DataPipelineClient.js +1 -0
- package/dist-es/models/models_0.js +10 -10
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -153,7 +153,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
153
153
|
}, "resolveRuntimeExtensions");
|
|
154
154
|
|
|
155
155
|
// src/DataPipelineClient.ts
|
|
156
|
-
var
|
|
156
|
+
var DataPipelineClient = class extends import_smithy_client.Client {
|
|
157
|
+
static {
|
|
158
|
+
__name(this, "DataPipelineClient");
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* The resolved configuration of DataPipelineClient class. This is resolved and normalized from the {@link DataPipelineClientConfig | constructor configuration interface}.
|
|
162
|
+
*/
|
|
163
|
+
config;
|
|
157
164
|
constructor(...[configuration]) {
|
|
158
165
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
159
166
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -163,7 +170,7 @@ var _DataPipelineClient = class _DataPipelineClient extends import_smithy_client
|
|
|
163
170
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
164
171
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
165
172
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
166
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
173
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
167
174
|
super(_config_8);
|
|
168
175
|
this.config = _config_8;
|
|
169
176
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -191,8 +198,6 @@ var _DataPipelineClient = class _DataPipelineClient extends import_smithy_client
|
|
|
191
198
|
super.destroy();
|
|
192
199
|
}
|
|
193
200
|
};
|
|
194
|
-
__name(_DataPipelineClient, "DataPipelineClient");
|
|
195
|
-
var DataPipelineClient = _DataPipelineClient;
|
|
196
201
|
|
|
197
202
|
// src/DataPipeline.ts
|
|
198
203
|
|
|
@@ -209,7 +214,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
209
214
|
|
|
210
215
|
// src/models/DataPipelineServiceException.ts
|
|
211
216
|
|
|
212
|
-
var
|
|
217
|
+
var DataPipelineServiceException = class _DataPipelineServiceException extends import_smithy_client.ServiceException {
|
|
218
|
+
static {
|
|
219
|
+
__name(this, "DataPipelineServiceException");
|
|
220
|
+
}
|
|
213
221
|
/**
|
|
214
222
|
* @internal
|
|
215
223
|
*/
|
|
@@ -218,11 +226,14 @@ var _DataPipelineServiceException = class _DataPipelineServiceException extends
|
|
|
218
226
|
Object.setPrototypeOf(this, _DataPipelineServiceException.prototype);
|
|
219
227
|
}
|
|
220
228
|
};
|
|
221
|
-
__name(_DataPipelineServiceException, "DataPipelineServiceException");
|
|
222
|
-
var DataPipelineServiceException = _DataPipelineServiceException;
|
|
223
229
|
|
|
224
230
|
// src/models/models_0.ts
|
|
225
|
-
var
|
|
231
|
+
var InternalServiceError = class _InternalServiceError extends DataPipelineServiceException {
|
|
232
|
+
static {
|
|
233
|
+
__name(this, "InternalServiceError");
|
|
234
|
+
}
|
|
235
|
+
name = "InternalServiceError";
|
|
236
|
+
$fault = "server";
|
|
226
237
|
/**
|
|
227
238
|
* @internal
|
|
228
239
|
*/
|
|
@@ -232,14 +243,15 @@ var _InternalServiceError = class _InternalServiceError extends DataPipelineServ
|
|
|
232
243
|
$fault: "server",
|
|
233
244
|
...opts
|
|
234
245
|
});
|
|
235
|
-
this.name = "InternalServiceError";
|
|
236
|
-
this.$fault = "server";
|
|
237
246
|
Object.setPrototypeOf(this, _InternalServiceError.prototype);
|
|
238
247
|
}
|
|
239
248
|
};
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
249
|
+
var InvalidRequestException = class _InvalidRequestException extends DataPipelineServiceException {
|
|
250
|
+
static {
|
|
251
|
+
__name(this, "InvalidRequestException");
|
|
252
|
+
}
|
|
253
|
+
name = "InvalidRequestException";
|
|
254
|
+
$fault = "client";
|
|
243
255
|
/**
|
|
244
256
|
* @internal
|
|
245
257
|
*/
|
|
@@ -249,14 +261,15 @@ var _InvalidRequestException = class _InvalidRequestException extends DataPipeli
|
|
|
249
261
|
$fault: "client",
|
|
250
262
|
...opts
|
|
251
263
|
});
|
|
252
|
-
this.name = "InvalidRequestException";
|
|
253
|
-
this.$fault = "client";
|
|
254
264
|
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
255
265
|
}
|
|
256
266
|
};
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
267
|
+
var PipelineDeletedException = class _PipelineDeletedException extends DataPipelineServiceException {
|
|
268
|
+
static {
|
|
269
|
+
__name(this, "PipelineDeletedException");
|
|
270
|
+
}
|
|
271
|
+
name = "PipelineDeletedException";
|
|
272
|
+
$fault = "client";
|
|
260
273
|
/**
|
|
261
274
|
* @internal
|
|
262
275
|
*/
|
|
@@ -266,14 +279,15 @@ var _PipelineDeletedException = class _PipelineDeletedException extends DataPipe
|
|
|
266
279
|
$fault: "client",
|
|
267
280
|
...opts
|
|
268
281
|
});
|
|
269
|
-
this.name = "PipelineDeletedException";
|
|
270
|
-
this.$fault = "client";
|
|
271
282
|
Object.setPrototypeOf(this, _PipelineDeletedException.prototype);
|
|
272
283
|
}
|
|
273
284
|
};
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
285
|
+
var PipelineNotFoundException = class _PipelineNotFoundException extends DataPipelineServiceException {
|
|
286
|
+
static {
|
|
287
|
+
__name(this, "PipelineNotFoundException");
|
|
288
|
+
}
|
|
289
|
+
name = "PipelineNotFoundException";
|
|
290
|
+
$fault = "client";
|
|
277
291
|
/**
|
|
278
292
|
* @internal
|
|
279
293
|
*/
|
|
@@ -283,14 +297,15 @@ var _PipelineNotFoundException = class _PipelineNotFoundException extends DataPi
|
|
|
283
297
|
$fault: "client",
|
|
284
298
|
...opts
|
|
285
299
|
});
|
|
286
|
-
this.name = "PipelineNotFoundException";
|
|
287
|
-
this.$fault = "client";
|
|
288
300
|
Object.setPrototypeOf(this, _PipelineNotFoundException.prototype);
|
|
289
301
|
}
|
|
290
302
|
};
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
303
|
+
var TaskNotFoundException = class _TaskNotFoundException extends DataPipelineServiceException {
|
|
304
|
+
static {
|
|
305
|
+
__name(this, "TaskNotFoundException");
|
|
306
|
+
}
|
|
307
|
+
name = "TaskNotFoundException";
|
|
308
|
+
$fault = "client";
|
|
294
309
|
/**
|
|
295
310
|
* @internal
|
|
296
311
|
*/
|
|
@@ -300,13 +315,9 @@ var _TaskNotFoundException = class _TaskNotFoundException extends DataPipelineSe
|
|
|
300
315
|
$fault: "client",
|
|
301
316
|
...opts
|
|
302
317
|
});
|
|
303
|
-
this.name = "TaskNotFoundException";
|
|
304
|
-
this.$fault = "client";
|
|
305
318
|
Object.setPrototypeOf(this, _TaskNotFoundException.prototype);
|
|
306
319
|
}
|
|
307
320
|
};
|
|
308
|
-
__name(_TaskNotFoundException, "TaskNotFoundException");
|
|
309
|
-
var TaskNotFoundException = _TaskNotFoundException;
|
|
310
321
|
var OperatorType = {
|
|
311
322
|
Between: "BETWEEN",
|
|
312
323
|
Equal: "EQ",
|
|
@@ -793,267 +804,286 @@ function sharedHeaders(operation) {
|
|
|
793
804
|
__name(sharedHeaders, "sharedHeaders");
|
|
794
805
|
|
|
795
806
|
// src/commands/ActivatePipelineCommand.ts
|
|
796
|
-
var
|
|
807
|
+
var ActivatePipelineCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
797
808
|
return [
|
|
798
809
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
799
810
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
800
811
|
];
|
|
801
812
|
}).s("DataPipeline", "ActivatePipeline", {}).n("DataPipelineClient", "ActivatePipelineCommand").f(void 0, void 0).ser(se_ActivatePipelineCommand).de(de_ActivatePipelineCommand).build() {
|
|
813
|
+
static {
|
|
814
|
+
__name(this, "ActivatePipelineCommand");
|
|
815
|
+
}
|
|
802
816
|
};
|
|
803
|
-
__name(_ActivatePipelineCommand, "ActivatePipelineCommand");
|
|
804
|
-
var ActivatePipelineCommand = _ActivatePipelineCommand;
|
|
805
817
|
|
|
806
818
|
// src/commands/AddTagsCommand.ts
|
|
807
819
|
|
|
808
820
|
|
|
809
821
|
|
|
810
|
-
var
|
|
822
|
+
var AddTagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
811
823
|
return [
|
|
812
824
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
813
825
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
814
826
|
];
|
|
815
827
|
}).s("DataPipeline", "AddTags", {}).n("DataPipelineClient", "AddTagsCommand").f(void 0, void 0).ser(se_AddTagsCommand).de(de_AddTagsCommand).build() {
|
|
828
|
+
static {
|
|
829
|
+
__name(this, "AddTagsCommand");
|
|
830
|
+
}
|
|
816
831
|
};
|
|
817
|
-
__name(_AddTagsCommand, "AddTagsCommand");
|
|
818
|
-
var AddTagsCommand = _AddTagsCommand;
|
|
819
832
|
|
|
820
833
|
// src/commands/CreatePipelineCommand.ts
|
|
821
834
|
|
|
822
835
|
|
|
823
836
|
|
|
824
|
-
var
|
|
837
|
+
var CreatePipelineCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
825
838
|
return [
|
|
826
839
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
827
840
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
828
841
|
];
|
|
829
842
|
}).s("DataPipeline", "CreatePipeline", {}).n("DataPipelineClient", "CreatePipelineCommand").f(void 0, void 0).ser(se_CreatePipelineCommand).de(de_CreatePipelineCommand).build() {
|
|
843
|
+
static {
|
|
844
|
+
__name(this, "CreatePipelineCommand");
|
|
845
|
+
}
|
|
830
846
|
};
|
|
831
|
-
__name(_CreatePipelineCommand, "CreatePipelineCommand");
|
|
832
|
-
var CreatePipelineCommand = _CreatePipelineCommand;
|
|
833
847
|
|
|
834
848
|
// src/commands/DeactivatePipelineCommand.ts
|
|
835
849
|
|
|
836
850
|
|
|
837
851
|
|
|
838
|
-
var
|
|
852
|
+
var DeactivatePipelineCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
839
853
|
return [
|
|
840
854
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
841
855
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
842
856
|
];
|
|
843
857
|
}).s("DataPipeline", "DeactivatePipeline", {}).n("DataPipelineClient", "DeactivatePipelineCommand").f(void 0, void 0).ser(se_DeactivatePipelineCommand).de(de_DeactivatePipelineCommand).build() {
|
|
858
|
+
static {
|
|
859
|
+
__name(this, "DeactivatePipelineCommand");
|
|
860
|
+
}
|
|
844
861
|
};
|
|
845
|
-
__name(_DeactivatePipelineCommand, "DeactivatePipelineCommand");
|
|
846
|
-
var DeactivatePipelineCommand = _DeactivatePipelineCommand;
|
|
847
862
|
|
|
848
863
|
// src/commands/DeletePipelineCommand.ts
|
|
849
864
|
|
|
850
865
|
|
|
851
866
|
|
|
852
|
-
var
|
|
867
|
+
var DeletePipelineCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
853
868
|
return [
|
|
854
869
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
855
870
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
856
871
|
];
|
|
857
872
|
}).s("DataPipeline", "DeletePipeline", {}).n("DataPipelineClient", "DeletePipelineCommand").f(void 0, void 0).ser(se_DeletePipelineCommand).de(de_DeletePipelineCommand).build() {
|
|
873
|
+
static {
|
|
874
|
+
__name(this, "DeletePipelineCommand");
|
|
875
|
+
}
|
|
858
876
|
};
|
|
859
|
-
__name(_DeletePipelineCommand, "DeletePipelineCommand");
|
|
860
|
-
var DeletePipelineCommand = _DeletePipelineCommand;
|
|
861
877
|
|
|
862
878
|
// src/commands/DescribeObjectsCommand.ts
|
|
863
879
|
|
|
864
880
|
|
|
865
881
|
|
|
866
|
-
var
|
|
882
|
+
var DescribeObjectsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
867
883
|
return [
|
|
868
884
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
869
885
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
870
886
|
];
|
|
871
887
|
}).s("DataPipeline", "DescribeObjects", {}).n("DataPipelineClient", "DescribeObjectsCommand").f(void 0, void 0).ser(se_DescribeObjectsCommand).de(de_DescribeObjectsCommand).build() {
|
|
888
|
+
static {
|
|
889
|
+
__name(this, "DescribeObjectsCommand");
|
|
890
|
+
}
|
|
872
891
|
};
|
|
873
|
-
__name(_DescribeObjectsCommand, "DescribeObjectsCommand");
|
|
874
|
-
var DescribeObjectsCommand = _DescribeObjectsCommand;
|
|
875
892
|
|
|
876
893
|
// src/commands/DescribePipelinesCommand.ts
|
|
877
894
|
|
|
878
895
|
|
|
879
896
|
|
|
880
|
-
var
|
|
897
|
+
var DescribePipelinesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
881
898
|
return [
|
|
882
899
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
883
900
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
884
901
|
];
|
|
885
902
|
}).s("DataPipeline", "DescribePipelines", {}).n("DataPipelineClient", "DescribePipelinesCommand").f(void 0, void 0).ser(se_DescribePipelinesCommand).de(de_DescribePipelinesCommand).build() {
|
|
903
|
+
static {
|
|
904
|
+
__name(this, "DescribePipelinesCommand");
|
|
905
|
+
}
|
|
886
906
|
};
|
|
887
|
-
__name(_DescribePipelinesCommand, "DescribePipelinesCommand");
|
|
888
|
-
var DescribePipelinesCommand = _DescribePipelinesCommand;
|
|
889
907
|
|
|
890
908
|
// src/commands/EvaluateExpressionCommand.ts
|
|
891
909
|
|
|
892
910
|
|
|
893
911
|
|
|
894
|
-
var
|
|
912
|
+
var EvaluateExpressionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
895
913
|
return [
|
|
896
914
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
897
915
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
898
916
|
];
|
|
899
917
|
}).s("DataPipeline", "EvaluateExpression", {}).n("DataPipelineClient", "EvaluateExpressionCommand").f(void 0, void 0).ser(se_EvaluateExpressionCommand).de(de_EvaluateExpressionCommand).build() {
|
|
918
|
+
static {
|
|
919
|
+
__name(this, "EvaluateExpressionCommand");
|
|
920
|
+
}
|
|
900
921
|
};
|
|
901
|
-
__name(_EvaluateExpressionCommand, "EvaluateExpressionCommand");
|
|
902
|
-
var EvaluateExpressionCommand = _EvaluateExpressionCommand;
|
|
903
922
|
|
|
904
923
|
// src/commands/GetPipelineDefinitionCommand.ts
|
|
905
924
|
|
|
906
925
|
|
|
907
926
|
|
|
908
|
-
var
|
|
927
|
+
var GetPipelineDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
909
928
|
return [
|
|
910
929
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
911
930
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
912
931
|
];
|
|
913
932
|
}).s("DataPipeline", "GetPipelineDefinition", {}).n("DataPipelineClient", "GetPipelineDefinitionCommand").f(void 0, void 0).ser(se_GetPipelineDefinitionCommand).de(de_GetPipelineDefinitionCommand).build() {
|
|
933
|
+
static {
|
|
934
|
+
__name(this, "GetPipelineDefinitionCommand");
|
|
935
|
+
}
|
|
914
936
|
};
|
|
915
|
-
__name(_GetPipelineDefinitionCommand, "GetPipelineDefinitionCommand");
|
|
916
|
-
var GetPipelineDefinitionCommand = _GetPipelineDefinitionCommand;
|
|
917
937
|
|
|
918
938
|
// src/commands/ListPipelinesCommand.ts
|
|
919
939
|
|
|
920
940
|
|
|
921
941
|
|
|
922
|
-
var
|
|
942
|
+
var ListPipelinesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
923
943
|
return [
|
|
924
944
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
925
945
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
926
946
|
];
|
|
927
947
|
}).s("DataPipeline", "ListPipelines", {}).n("DataPipelineClient", "ListPipelinesCommand").f(void 0, void 0).ser(se_ListPipelinesCommand).de(de_ListPipelinesCommand).build() {
|
|
948
|
+
static {
|
|
949
|
+
__name(this, "ListPipelinesCommand");
|
|
950
|
+
}
|
|
928
951
|
};
|
|
929
|
-
__name(_ListPipelinesCommand, "ListPipelinesCommand");
|
|
930
|
-
var ListPipelinesCommand = _ListPipelinesCommand;
|
|
931
952
|
|
|
932
953
|
// src/commands/PollForTaskCommand.ts
|
|
933
954
|
|
|
934
955
|
|
|
935
956
|
|
|
936
|
-
var
|
|
957
|
+
var PollForTaskCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
937
958
|
return [
|
|
938
959
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
939
960
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
940
961
|
];
|
|
941
962
|
}).s("DataPipeline", "PollForTask", {}).n("DataPipelineClient", "PollForTaskCommand").f(void 0, void 0).ser(se_PollForTaskCommand).de(de_PollForTaskCommand).build() {
|
|
963
|
+
static {
|
|
964
|
+
__name(this, "PollForTaskCommand");
|
|
965
|
+
}
|
|
942
966
|
};
|
|
943
|
-
__name(_PollForTaskCommand, "PollForTaskCommand");
|
|
944
|
-
var PollForTaskCommand = _PollForTaskCommand;
|
|
945
967
|
|
|
946
968
|
// src/commands/PutPipelineDefinitionCommand.ts
|
|
947
969
|
|
|
948
970
|
|
|
949
971
|
|
|
950
|
-
var
|
|
972
|
+
var PutPipelineDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
951
973
|
return [
|
|
952
974
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
953
975
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
954
976
|
];
|
|
955
977
|
}).s("DataPipeline", "PutPipelineDefinition", {}).n("DataPipelineClient", "PutPipelineDefinitionCommand").f(void 0, void 0).ser(se_PutPipelineDefinitionCommand).de(de_PutPipelineDefinitionCommand).build() {
|
|
978
|
+
static {
|
|
979
|
+
__name(this, "PutPipelineDefinitionCommand");
|
|
980
|
+
}
|
|
956
981
|
};
|
|
957
|
-
__name(_PutPipelineDefinitionCommand, "PutPipelineDefinitionCommand");
|
|
958
|
-
var PutPipelineDefinitionCommand = _PutPipelineDefinitionCommand;
|
|
959
982
|
|
|
960
983
|
// src/commands/QueryObjectsCommand.ts
|
|
961
984
|
|
|
962
985
|
|
|
963
986
|
|
|
964
|
-
var
|
|
987
|
+
var QueryObjectsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
965
988
|
return [
|
|
966
989
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
967
990
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
968
991
|
];
|
|
969
992
|
}).s("DataPipeline", "QueryObjects", {}).n("DataPipelineClient", "QueryObjectsCommand").f(void 0, void 0).ser(se_QueryObjectsCommand).de(de_QueryObjectsCommand).build() {
|
|
993
|
+
static {
|
|
994
|
+
__name(this, "QueryObjectsCommand");
|
|
995
|
+
}
|
|
970
996
|
};
|
|
971
|
-
__name(_QueryObjectsCommand, "QueryObjectsCommand");
|
|
972
|
-
var QueryObjectsCommand = _QueryObjectsCommand;
|
|
973
997
|
|
|
974
998
|
// src/commands/RemoveTagsCommand.ts
|
|
975
999
|
|
|
976
1000
|
|
|
977
1001
|
|
|
978
|
-
var
|
|
1002
|
+
var RemoveTagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
979
1003
|
return [
|
|
980
1004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
981
1005
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
982
1006
|
];
|
|
983
1007
|
}).s("DataPipeline", "RemoveTags", {}).n("DataPipelineClient", "RemoveTagsCommand").f(void 0, void 0).ser(se_RemoveTagsCommand).de(de_RemoveTagsCommand).build() {
|
|
1008
|
+
static {
|
|
1009
|
+
__name(this, "RemoveTagsCommand");
|
|
1010
|
+
}
|
|
984
1011
|
};
|
|
985
|
-
__name(_RemoveTagsCommand, "RemoveTagsCommand");
|
|
986
|
-
var RemoveTagsCommand = _RemoveTagsCommand;
|
|
987
1012
|
|
|
988
1013
|
// src/commands/ReportTaskProgressCommand.ts
|
|
989
1014
|
|
|
990
1015
|
|
|
991
1016
|
|
|
992
|
-
var
|
|
1017
|
+
var ReportTaskProgressCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
993
1018
|
return [
|
|
994
1019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
995
1020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
996
1021
|
];
|
|
997
1022
|
}).s("DataPipeline", "ReportTaskProgress", {}).n("DataPipelineClient", "ReportTaskProgressCommand").f(void 0, void 0).ser(se_ReportTaskProgressCommand).de(de_ReportTaskProgressCommand).build() {
|
|
1023
|
+
static {
|
|
1024
|
+
__name(this, "ReportTaskProgressCommand");
|
|
1025
|
+
}
|
|
998
1026
|
};
|
|
999
|
-
__name(_ReportTaskProgressCommand, "ReportTaskProgressCommand");
|
|
1000
|
-
var ReportTaskProgressCommand = _ReportTaskProgressCommand;
|
|
1001
1027
|
|
|
1002
1028
|
// src/commands/ReportTaskRunnerHeartbeatCommand.ts
|
|
1003
1029
|
|
|
1004
1030
|
|
|
1005
1031
|
|
|
1006
|
-
var
|
|
1032
|
+
var ReportTaskRunnerHeartbeatCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1007
1033
|
return [
|
|
1008
1034
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1009
1035
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1010
1036
|
];
|
|
1011
1037
|
}).s("DataPipeline", "ReportTaskRunnerHeartbeat", {}).n("DataPipelineClient", "ReportTaskRunnerHeartbeatCommand").f(void 0, void 0).ser(se_ReportTaskRunnerHeartbeatCommand).de(de_ReportTaskRunnerHeartbeatCommand).build() {
|
|
1038
|
+
static {
|
|
1039
|
+
__name(this, "ReportTaskRunnerHeartbeatCommand");
|
|
1040
|
+
}
|
|
1012
1041
|
};
|
|
1013
|
-
__name(_ReportTaskRunnerHeartbeatCommand, "ReportTaskRunnerHeartbeatCommand");
|
|
1014
|
-
var ReportTaskRunnerHeartbeatCommand = _ReportTaskRunnerHeartbeatCommand;
|
|
1015
1042
|
|
|
1016
1043
|
// src/commands/SetStatusCommand.ts
|
|
1017
1044
|
|
|
1018
1045
|
|
|
1019
1046
|
|
|
1020
|
-
var
|
|
1047
|
+
var SetStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1021
1048
|
return [
|
|
1022
1049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1023
1050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1024
1051
|
];
|
|
1025
1052
|
}).s("DataPipeline", "SetStatus", {}).n("DataPipelineClient", "SetStatusCommand").f(void 0, void 0).ser(se_SetStatusCommand).de(de_SetStatusCommand).build() {
|
|
1053
|
+
static {
|
|
1054
|
+
__name(this, "SetStatusCommand");
|
|
1055
|
+
}
|
|
1026
1056
|
};
|
|
1027
|
-
__name(_SetStatusCommand, "SetStatusCommand");
|
|
1028
|
-
var SetStatusCommand = _SetStatusCommand;
|
|
1029
1057
|
|
|
1030
1058
|
// src/commands/SetTaskStatusCommand.ts
|
|
1031
1059
|
|
|
1032
1060
|
|
|
1033
1061
|
|
|
1034
|
-
var
|
|
1062
|
+
var SetTaskStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1035
1063
|
return [
|
|
1036
1064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1037
1065
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1038
1066
|
];
|
|
1039
1067
|
}).s("DataPipeline", "SetTaskStatus", {}).n("DataPipelineClient", "SetTaskStatusCommand").f(void 0, void 0).ser(se_SetTaskStatusCommand).de(de_SetTaskStatusCommand).build() {
|
|
1068
|
+
static {
|
|
1069
|
+
__name(this, "SetTaskStatusCommand");
|
|
1070
|
+
}
|
|
1040
1071
|
};
|
|
1041
|
-
__name(_SetTaskStatusCommand, "SetTaskStatusCommand");
|
|
1042
|
-
var SetTaskStatusCommand = _SetTaskStatusCommand;
|
|
1043
1072
|
|
|
1044
1073
|
// src/commands/ValidatePipelineDefinitionCommand.ts
|
|
1045
1074
|
|
|
1046
1075
|
|
|
1047
1076
|
|
|
1048
|
-
var
|
|
1077
|
+
var ValidatePipelineDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1049
1078
|
return [
|
|
1050
1079
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1051
1080
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1052
1081
|
];
|
|
1053
1082
|
}).s("DataPipeline", "ValidatePipelineDefinition", {}).n("DataPipelineClient", "ValidatePipelineDefinitionCommand").f(void 0, void 0).ser(se_ValidatePipelineDefinitionCommand).de(de_ValidatePipelineDefinitionCommand).build() {
|
|
1083
|
+
static {
|
|
1084
|
+
__name(this, "ValidatePipelineDefinitionCommand");
|
|
1085
|
+
}
|
|
1054
1086
|
};
|
|
1055
|
-
__name(_ValidatePipelineDefinitionCommand, "ValidatePipelineDefinitionCommand");
|
|
1056
|
-
var ValidatePipelineDefinitionCommand = _ValidatePipelineDefinitionCommand;
|
|
1057
1087
|
|
|
1058
1088
|
// src/DataPipeline.ts
|
|
1059
1089
|
var commands = {
|
|
@@ -1077,10 +1107,11 @@ var commands = {
|
|
|
1077
1107
|
SetTaskStatusCommand,
|
|
1078
1108
|
ValidatePipelineDefinitionCommand
|
|
1079
1109
|
};
|
|
1080
|
-
var
|
|
1110
|
+
var DataPipeline = class extends DataPipelineClient {
|
|
1111
|
+
static {
|
|
1112
|
+
__name(this, "DataPipeline");
|
|
1113
|
+
}
|
|
1081
1114
|
};
|
|
1082
|
-
__name(_DataPipeline, "DataPipeline");
|
|
1083
|
-
var DataPipeline = _DataPipeline;
|
|
1084
1115
|
(0, import_smithy_client.createAggregatedClient)(commands, DataPipeline);
|
|
1085
1116
|
|
|
1086
1117
|
// src/pagination/DescribeObjectsPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class DataPipelineClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
import { DataPipelineServiceException as __BaseException } from "./DataPipelineServiceException";
|
|
2
2
|
export class InternalServiceError extends __BaseException {
|
|
3
|
+
name = "InternalServiceError";
|
|
4
|
+
$fault = "server";
|
|
3
5
|
constructor(opts) {
|
|
4
6
|
super({
|
|
5
7
|
name: "InternalServiceError",
|
|
6
8
|
$fault: "server",
|
|
7
9
|
...opts,
|
|
8
10
|
});
|
|
9
|
-
this.name = "InternalServiceError";
|
|
10
|
-
this.$fault = "server";
|
|
11
11
|
Object.setPrototypeOf(this, InternalServiceError.prototype);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
export class InvalidRequestException extends __BaseException {
|
|
15
|
+
name = "InvalidRequestException";
|
|
16
|
+
$fault = "client";
|
|
15
17
|
constructor(opts) {
|
|
16
18
|
super({
|
|
17
19
|
name: "InvalidRequestException",
|
|
18
20
|
$fault: "client",
|
|
19
21
|
...opts,
|
|
20
22
|
});
|
|
21
|
-
this.name = "InvalidRequestException";
|
|
22
|
-
this.$fault = "client";
|
|
23
23
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
export class PipelineDeletedException extends __BaseException {
|
|
27
|
+
name = "PipelineDeletedException";
|
|
28
|
+
$fault = "client";
|
|
27
29
|
constructor(opts) {
|
|
28
30
|
super({
|
|
29
31
|
name: "PipelineDeletedException",
|
|
30
32
|
$fault: "client",
|
|
31
33
|
...opts,
|
|
32
34
|
});
|
|
33
|
-
this.name = "PipelineDeletedException";
|
|
34
|
-
this.$fault = "client";
|
|
35
35
|
Object.setPrototypeOf(this, PipelineDeletedException.prototype);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
export class PipelineNotFoundException extends __BaseException {
|
|
39
|
+
name = "PipelineNotFoundException";
|
|
40
|
+
$fault = "client";
|
|
39
41
|
constructor(opts) {
|
|
40
42
|
super({
|
|
41
43
|
name: "PipelineNotFoundException",
|
|
42
44
|
$fault: "client",
|
|
43
45
|
...opts,
|
|
44
46
|
});
|
|
45
|
-
this.name = "PipelineNotFoundException";
|
|
46
|
-
this.$fault = "client";
|
|
47
47
|
Object.setPrototypeOf(this, PipelineNotFoundException.prototype);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
export class TaskNotFoundException extends __BaseException {
|
|
51
|
+
name = "TaskNotFoundException";
|
|
52
|
+
$fault = "client";
|
|
51
53
|
constructor(opts) {
|
|
52
54
|
super({
|
|
53
55
|
name: "TaskNotFoundException",
|
|
54
56
|
$fault: "client",
|
|
55
57
|
...opts,
|
|
56
58
|
});
|
|
57
|
-
this.name = "TaskNotFoundException";
|
|
58
|
-
this.$fault = "client";
|
|
59
59
|
Object.setPrototypeOf(this, TaskNotFoundException.prototype);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
15
|
config?:
|
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
16
18
|
defaultUserAgentProvider: (
|
|
17
19
|
config?:
|
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
29
|
| undefined
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
input: any
|
|
33
|
-
|
|
31
|
+
credentialDefaultProvider:
|
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
33
|
+
| ((
|
|
34
|
+
_: unknown
|
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
38
|
logger: import("@smithy/types").Logger;
|
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
|
51
53
|
| undefined;
|
|
52
54
|
endpoint?:
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
| ((
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Endpoint
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
59
|
+
| import("@smithy/types").EndpointV2
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
|
+
) &
|
|
62
|
+
(
|
|
63
|
+
| string
|
|
64
|
+
| import("@smithy/types").Provider<string>
|
|
65
|
+
| import("@smithy/types").Endpoint
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
67
|
+
| import("@smithy/types").EndpointV2
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
69
|
+
))
|
|
58
70
|
| undefined;
|
|
59
71
|
endpointProvider: (
|
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
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.723.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,56 +20,56 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.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.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@tsconfig/
|
|
65
|
-
"@types/node": "^
|
|
64
|
+
"@tsconfig/node18": "18.2.4",
|
|
65
|
+
"@types/node": "^18.19.69",
|
|
66
66
|
"concurrently": "7.0.0",
|
|
67
67
|
"downlevel-dts": "0.10.1",
|
|
68
68
|
"rimraf": "3.0.2",
|
|
69
|
-
"typescript": "~
|
|
69
|
+
"typescript": "~5.2.2"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
|
-
"node": ">=
|
|
72
|
+
"node": ">=18.0.0"
|
|
73
73
|
},
|
|
74
74
|
"typesVersions": {
|
|
75
75
|
"<4.0": {
|