@aws-sdk/client-data-pipeline 3.489.0 → 3.495.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 (36) hide show
  1. package/dist-cjs/DataPipeline.js +1 -49
  2. package/dist-cjs/DataPipelineClient.js +1 -43
  3. package/dist-cjs/commands/ActivatePipelineCommand.js +1 -28
  4. package/dist-cjs/commands/AddTagsCommand.js +1 -28
  5. package/dist-cjs/commands/CreatePipelineCommand.js +1 -28
  6. package/dist-cjs/commands/DeactivatePipelineCommand.js +1 -28
  7. package/dist-cjs/commands/DeletePipelineCommand.js +1 -28
  8. package/dist-cjs/commands/DescribeObjectsCommand.js +1 -28
  9. package/dist-cjs/commands/DescribePipelinesCommand.js +1 -28
  10. package/dist-cjs/commands/EvaluateExpressionCommand.js +1 -28
  11. package/dist-cjs/commands/GetPipelineDefinitionCommand.js +1 -28
  12. package/dist-cjs/commands/ListPipelinesCommand.js +1 -28
  13. package/dist-cjs/commands/PollForTaskCommand.js +1 -28
  14. package/dist-cjs/commands/PutPipelineDefinitionCommand.js +1 -28
  15. package/dist-cjs/commands/QueryObjectsCommand.js +1 -28
  16. package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
  17. package/dist-cjs/commands/ReportTaskProgressCommand.js +1 -28
  18. package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +1 -28
  19. package/dist-cjs/commands/SetStatusCommand.js +1 -28
  20. package/dist-cjs/commands/SetTaskStatusCommand.js +1 -28
  21. package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +1 -28
  22. package/dist-cjs/commands/index.js +1 -22
  23. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  24. package/dist-cjs/extensionConfiguration.js +1 -2
  25. package/dist-cjs/index.js +1665 -11
  26. package/dist-cjs/models/DataPipelineServiceException.js +1 -12
  27. package/dist-cjs/models/index.js +1 -4
  28. package/dist-cjs/models/models_0.js +1 -81
  29. package/dist-cjs/pagination/DescribeObjectsPaginator.js +1 -7
  30. package/dist-cjs/pagination/Interfaces.js +1 -2
  31. package/dist-cjs/pagination/ListPipelinesPaginator.js +1 -7
  32. package/dist-cjs/pagination/QueryObjectsPaginator.js +1 -7
  33. package/dist-cjs/pagination/index.js +1 -7
  34. package/dist-cjs/protocols/Aws_json1_1.js +1 -1041
  35. package/dist-cjs/runtimeExtensions.js +1 -22
  36. package/package.json +40 -40
@@ -1,49 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DataPipeline = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ActivatePipelineCommand_1 = require("./commands/ActivatePipelineCommand");
6
- const AddTagsCommand_1 = require("./commands/AddTagsCommand");
7
- const CreatePipelineCommand_1 = require("./commands/CreatePipelineCommand");
8
- const DeactivatePipelineCommand_1 = require("./commands/DeactivatePipelineCommand");
9
- const DeletePipelineCommand_1 = require("./commands/DeletePipelineCommand");
10
- const DescribeObjectsCommand_1 = require("./commands/DescribeObjectsCommand");
11
- const DescribePipelinesCommand_1 = require("./commands/DescribePipelinesCommand");
12
- const EvaluateExpressionCommand_1 = require("./commands/EvaluateExpressionCommand");
13
- const GetPipelineDefinitionCommand_1 = require("./commands/GetPipelineDefinitionCommand");
14
- const ListPipelinesCommand_1 = require("./commands/ListPipelinesCommand");
15
- const PollForTaskCommand_1 = require("./commands/PollForTaskCommand");
16
- const PutPipelineDefinitionCommand_1 = require("./commands/PutPipelineDefinitionCommand");
17
- const QueryObjectsCommand_1 = require("./commands/QueryObjectsCommand");
18
- const RemoveTagsCommand_1 = require("./commands/RemoveTagsCommand");
19
- const ReportTaskProgressCommand_1 = require("./commands/ReportTaskProgressCommand");
20
- const ReportTaskRunnerHeartbeatCommand_1 = require("./commands/ReportTaskRunnerHeartbeatCommand");
21
- const SetStatusCommand_1 = require("./commands/SetStatusCommand");
22
- const SetTaskStatusCommand_1 = require("./commands/SetTaskStatusCommand");
23
- const ValidatePipelineDefinitionCommand_1 = require("./commands/ValidatePipelineDefinitionCommand");
24
- const DataPipelineClient_1 = require("./DataPipelineClient");
25
- const commands = {
26
- ActivatePipelineCommand: ActivatePipelineCommand_1.ActivatePipelineCommand,
27
- AddTagsCommand: AddTagsCommand_1.AddTagsCommand,
28
- CreatePipelineCommand: CreatePipelineCommand_1.CreatePipelineCommand,
29
- DeactivatePipelineCommand: DeactivatePipelineCommand_1.DeactivatePipelineCommand,
30
- DeletePipelineCommand: DeletePipelineCommand_1.DeletePipelineCommand,
31
- DescribeObjectsCommand: DescribeObjectsCommand_1.DescribeObjectsCommand,
32
- DescribePipelinesCommand: DescribePipelinesCommand_1.DescribePipelinesCommand,
33
- EvaluateExpressionCommand: EvaluateExpressionCommand_1.EvaluateExpressionCommand,
34
- GetPipelineDefinitionCommand: GetPipelineDefinitionCommand_1.GetPipelineDefinitionCommand,
35
- ListPipelinesCommand: ListPipelinesCommand_1.ListPipelinesCommand,
36
- PollForTaskCommand: PollForTaskCommand_1.PollForTaskCommand,
37
- PutPipelineDefinitionCommand: PutPipelineDefinitionCommand_1.PutPipelineDefinitionCommand,
38
- QueryObjectsCommand: QueryObjectsCommand_1.QueryObjectsCommand,
39
- RemoveTagsCommand: RemoveTagsCommand_1.RemoveTagsCommand,
40
- ReportTaskProgressCommand: ReportTaskProgressCommand_1.ReportTaskProgressCommand,
41
- ReportTaskRunnerHeartbeatCommand: ReportTaskRunnerHeartbeatCommand_1.ReportTaskRunnerHeartbeatCommand,
42
- SetStatusCommand: SetStatusCommand_1.SetStatusCommand,
43
- SetTaskStatusCommand: SetTaskStatusCommand_1.SetTaskStatusCommand,
44
- ValidatePipelineDefinitionCommand: ValidatePipelineDefinitionCommand_1.ValidatePipelineDefinitionCommand,
45
- };
46
- class DataPipeline extends DataPipelineClient_1.DataPipelineClient {
47
- }
48
- exports.DataPipeline = DataPipeline;
49
- (0, smithy_client_1.createAggregatedClient)(commands, DataPipeline);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DataPipelineClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class DataPipelineClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.DataPipelineClient = DataPipelineClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ActivatePipelineCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ActivatePipelineCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "ActivatePipeline", {})
22
- .n("DataPipelineClient", "ActivatePipelineCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ActivatePipelineCommand)
25
- .de(Aws_json1_1_1.de_ActivatePipelineCommand)
26
- .build() {
27
- }
28
- exports.ActivatePipelineCommand = ActivatePipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class AddTagsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "AddTags", {})
22
- .n("DataPipelineClient", "AddTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddTagsCommand)
25
- .de(Aws_json1_1_1.de_AddTagsCommand)
26
- .build() {
27
- }
28
- exports.AddTagsCommand = AddTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePipelineCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreatePipelineCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "CreatePipeline", {})
22
- .n("DataPipelineClient", "CreatePipelineCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreatePipelineCommand)
25
- .de(Aws_json1_1_1.de_CreatePipelineCommand)
26
- .build() {
27
- }
28
- exports.CreatePipelineCommand = CreatePipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeactivatePipelineCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeactivatePipelineCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "DeactivatePipeline", {})
22
- .n("DataPipelineClient", "DeactivatePipelineCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeactivatePipelineCommand)
25
- .de(Aws_json1_1_1.de_DeactivatePipelineCommand)
26
- .build() {
27
- }
28
- exports.DeactivatePipelineCommand = DeactivatePipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePipelineCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeletePipelineCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "DeletePipeline", {})
22
- .n("DataPipelineClient", "DeletePipelineCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeletePipelineCommand)
25
- .de(Aws_json1_1_1.de_DeletePipelineCommand)
26
- .build() {
27
- }
28
- exports.DeletePipelineCommand = DeletePipelineCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeObjectsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeObjectsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "DescribeObjects", {})
22
- .n("DataPipelineClient", "DescribeObjectsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeObjectsCommand)
25
- .de(Aws_json1_1_1.de_DescribeObjectsCommand)
26
- .build() {
27
- }
28
- exports.DescribeObjectsCommand = DescribeObjectsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePipelinesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribePipelinesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "DescribePipelines", {})
22
- .n("DataPipelineClient", "DescribePipelinesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribePipelinesCommand)
25
- .de(Aws_json1_1_1.de_DescribePipelinesCommand)
26
- .build() {
27
- }
28
- exports.DescribePipelinesCommand = DescribePipelinesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EvaluateExpressionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class EvaluateExpressionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "EvaluateExpression", {})
22
- .n("DataPipelineClient", "EvaluateExpressionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_EvaluateExpressionCommand)
25
- .de(Aws_json1_1_1.de_EvaluateExpressionCommand)
26
- .build() {
27
- }
28
- exports.EvaluateExpressionCommand = EvaluateExpressionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPipelineDefinitionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetPipelineDefinitionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "GetPipelineDefinition", {})
22
- .n("DataPipelineClient", "GetPipelineDefinitionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetPipelineDefinitionCommand)
25
- .de(Aws_json1_1_1.de_GetPipelineDefinitionCommand)
26
- .build() {
27
- }
28
- exports.GetPipelineDefinitionCommand = GetPipelineDefinitionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPipelinesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListPipelinesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "ListPipelines", {})
22
- .n("DataPipelineClient", "ListPipelinesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListPipelinesCommand)
25
- .de(Aws_json1_1_1.de_ListPipelinesCommand)
26
- .build() {
27
- }
28
- exports.ListPipelinesCommand = ListPipelinesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PollForTaskCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class PollForTaskCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "PollForTask", {})
22
- .n("DataPipelineClient", "PollForTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_PollForTaskCommand)
25
- .de(Aws_json1_1_1.de_PollForTaskCommand)
26
- .build() {
27
- }
28
- exports.PollForTaskCommand = PollForTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutPipelineDefinitionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class PutPipelineDefinitionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "PutPipelineDefinition", {})
22
- .n("DataPipelineClient", "PutPipelineDefinitionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_PutPipelineDefinitionCommand)
25
- .de(Aws_json1_1_1.de_PutPipelineDefinitionCommand)
26
- .build() {
27
- }
28
- exports.PutPipelineDefinitionCommand = PutPipelineDefinitionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QueryObjectsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class QueryObjectsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "QueryObjects", {})
22
- .n("DataPipelineClient", "QueryObjectsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_QueryObjectsCommand)
25
- .de(Aws_json1_1_1.de_QueryObjectsCommand)
26
- .build() {
27
- }
28
- exports.QueryObjectsCommand = QueryObjectsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveTagsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class RemoveTagsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "RemoveTags", {})
22
- .n("DataPipelineClient", "RemoveTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RemoveTagsCommand)
25
- .de(Aws_json1_1_1.de_RemoveTagsCommand)
26
- .build() {
27
- }
28
- exports.RemoveTagsCommand = RemoveTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReportTaskProgressCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ReportTaskProgressCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "ReportTaskProgress", {})
22
- .n("DataPipelineClient", "ReportTaskProgressCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ReportTaskProgressCommand)
25
- .de(Aws_json1_1_1.de_ReportTaskProgressCommand)
26
- .build() {
27
- }
28
- exports.ReportTaskProgressCommand = ReportTaskProgressCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReportTaskRunnerHeartbeatCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ReportTaskRunnerHeartbeatCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "ReportTaskRunnerHeartbeat", {})
22
- .n("DataPipelineClient", "ReportTaskRunnerHeartbeatCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ReportTaskRunnerHeartbeatCommand)
25
- .de(Aws_json1_1_1.de_ReportTaskRunnerHeartbeatCommand)
26
- .build() {
27
- }
28
- exports.ReportTaskRunnerHeartbeatCommand = ReportTaskRunnerHeartbeatCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class SetStatusCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "SetStatus", {})
22
- .n("DataPipelineClient", "SetStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_SetStatusCommand)
25
- .de(Aws_json1_1_1.de_SetStatusCommand)
26
- .build() {
27
- }
28
- exports.SetStatusCommand = SetStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetTaskStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class SetTaskStatusCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DataPipeline", "SetTaskStatus", {})
22
- .n("DataPipelineClient", "SetTaskStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_SetTaskStatusCommand)
25
- .de(Aws_json1_1_1.de_SetTaskStatusCommand)
26
- .build() {
27
- }
28
- exports.SetTaskStatusCommand = SetTaskStatusCommand;
1
+ module.exports = require("../index.js");