@aws-sdk/client-data-pipeline 3.1076.0 → 3.1078.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 (77) hide show
  1. package/dist-cjs/index.js +30 -195
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/ActivatePipelineCommand.js +2 -14
  4. package/dist-es/commands/AddTagsCommand.js +2 -14
  5. package/dist-es/commands/CreatePipelineCommand.js +2 -14
  6. package/dist-es/commands/DeactivatePipelineCommand.js +2 -14
  7. package/dist-es/commands/DeletePipelineCommand.js +2 -14
  8. package/dist-es/commands/DescribeObjectsCommand.js +2 -14
  9. package/dist-es/commands/DescribePipelinesCommand.js +2 -14
  10. package/dist-es/commands/EvaluateExpressionCommand.js +2 -14
  11. package/dist-es/commands/GetPipelineDefinitionCommand.js +2 -14
  12. package/dist-es/commands/ListPipelinesCommand.js +2 -14
  13. package/dist-es/commands/PollForTaskCommand.js +2 -14
  14. package/dist-es/commands/PutPipelineDefinitionCommand.js +2 -14
  15. package/dist-es/commands/QueryObjectsCommand.js +2 -14
  16. package/dist-es/commands/RemoveTagsCommand.js +2 -14
  17. package/dist-es/commands/ReportTaskProgressCommand.js +2 -14
  18. package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +2 -14
  19. package/dist-es/commands/SetStatusCommand.js +2 -14
  20. package/dist-es/commands/SetTaskStatusCommand.js +2 -14
  21. package/dist-es/commands/ValidatePipelineDefinitionCommand.js +2 -14
  22. package/dist-es/index.js +1 -0
  23. package/dist-es/runtimeConfig.browser.js +0 -2
  24. package/dist-es/runtimeConfig.js +1 -2
  25. package/dist-es/runtimeConfig.native.js +0 -2
  26. package/dist-es/runtimeConfig.shared.js +2 -0
  27. package/dist-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/ActivatePipelineCommand.d.ts +3 -8
  29. package/dist-types/commands/AddTagsCommand.d.ts +3 -8
  30. package/dist-types/commands/CreatePipelineCommand.d.ts +3 -8
  31. package/dist-types/commands/DeactivatePipelineCommand.d.ts +3 -8
  32. package/dist-types/commands/DeletePipelineCommand.d.ts +3 -8
  33. package/dist-types/commands/DescribeObjectsCommand.d.ts +3 -8
  34. package/dist-types/commands/DescribePipelinesCommand.d.ts +3 -8
  35. package/dist-types/commands/EvaluateExpressionCommand.d.ts +3 -8
  36. package/dist-types/commands/GetPipelineDefinitionCommand.d.ts +3 -8
  37. package/dist-types/commands/ListPipelinesCommand.d.ts +3 -8
  38. package/dist-types/commands/PollForTaskCommand.d.ts +3 -8
  39. package/dist-types/commands/PutPipelineDefinitionCommand.d.ts +3 -8
  40. package/dist-types/commands/QueryObjectsCommand.d.ts +3 -8
  41. package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
  42. package/dist-types/commands/ReportTaskProgressCommand.d.ts +3 -8
  43. package/dist-types/commands/ReportTaskRunnerHeartbeatCommand.d.ts +3 -8
  44. package/dist-types/commands/SetStatusCommand.d.ts +3 -8
  45. package/dist-types/commands/SetTaskStatusCommand.d.ts +3 -8
  46. package/dist-types/commands/ValidatePipelineDefinitionCommand.d.ts +3 -8
  47. package/dist-types/index.d.ts +1 -0
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  49. package/dist-types/runtimeConfig.d.ts +1 -1
  50. package/dist-types/runtimeConfig.native.d.ts +1 -1
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/index.d.ts +1 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  77. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultDataPipelineHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -764,6 +766,7 @@ const getRuntimeConfig$1 = (config) => {
764
766
  serviceTarget: "DataPipeline",
765
767
  },
766
768
  serviceId: config?.serviceId ?? "Data Pipeline",
769
+ sha256: config?.sha256 ?? Sha256,
767
770
  urlParser: config?.urlParser ?? parseUrl,
768
771
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
769
772
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -797,7 +800,6 @@ const getRuntimeConfig = (config) => {
797
800
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
798
801
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
799
802
  }, config),
800
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
801
803
  streamCollector: config?.streamCollector ?? streamCollector,
802
804
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
803
805
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -885,232 +887,65 @@ class DataPipelineClient extends Client {
885
887
  }
886
888
  }
887
889
 
888
- class ActivatePipelineCommand extends Command
889
- .classBuilder()
890
- .ep(commonParams)
891
- .m(function (Command, cs, config, o) {
892
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
893
- })
894
- .s("DataPipeline", "ActivatePipeline", {})
895
- .n("DataPipelineClient", "ActivatePipelineCommand")
896
- .sc(ActivatePipeline$)
897
- .build() {
890
+ const command = makeBuilder(commonParams, "DataPipeline", "DataPipelineClient", getEndpointPlugin);
891
+ const _ep0 = {};
892
+ const _mw0 = (Command, cs, config, o) => [];
893
+
894
+ class ActivatePipelineCommand extends command(_ep0, _mw0, "ActivatePipeline", ActivatePipeline$) {
898
895
  }
899
896
 
900
- class AddTagsCommand extends Command
901
- .classBuilder()
902
- .ep(commonParams)
903
- .m(function (Command, cs, config, o) {
904
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
905
- })
906
- .s("DataPipeline", "AddTags", {})
907
- .n("DataPipelineClient", "AddTagsCommand")
908
- .sc(AddTags$)
909
- .build() {
897
+ class AddTagsCommand extends command(_ep0, _mw0, "AddTags", AddTags$) {
910
898
  }
911
899
 
912
- class CreatePipelineCommand extends Command
913
- .classBuilder()
914
- .ep(commonParams)
915
- .m(function (Command, cs, config, o) {
916
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
917
- })
918
- .s("DataPipeline", "CreatePipeline", {})
919
- .n("DataPipelineClient", "CreatePipelineCommand")
920
- .sc(CreatePipeline$)
921
- .build() {
900
+ class CreatePipelineCommand extends command(_ep0, _mw0, "CreatePipeline", CreatePipeline$) {
922
901
  }
923
902
 
924
- class DeactivatePipelineCommand extends Command
925
- .classBuilder()
926
- .ep(commonParams)
927
- .m(function (Command, cs, config, o) {
928
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
929
- })
930
- .s("DataPipeline", "DeactivatePipeline", {})
931
- .n("DataPipelineClient", "DeactivatePipelineCommand")
932
- .sc(DeactivatePipeline$)
933
- .build() {
903
+ class DeactivatePipelineCommand extends command(_ep0, _mw0, "DeactivatePipeline", DeactivatePipeline$) {
934
904
  }
935
905
 
936
- class DeletePipelineCommand extends Command
937
- .classBuilder()
938
- .ep(commonParams)
939
- .m(function (Command, cs, config, o) {
940
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
941
- })
942
- .s("DataPipeline", "DeletePipeline", {})
943
- .n("DataPipelineClient", "DeletePipelineCommand")
944
- .sc(DeletePipeline$)
945
- .build() {
906
+ class DeletePipelineCommand extends command(_ep0, _mw0, "DeletePipeline", DeletePipeline$) {
946
907
  }
947
908
 
948
- class DescribeObjectsCommand extends Command
949
- .classBuilder()
950
- .ep(commonParams)
951
- .m(function (Command, cs, config, o) {
952
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
953
- })
954
- .s("DataPipeline", "DescribeObjects", {})
955
- .n("DataPipelineClient", "DescribeObjectsCommand")
956
- .sc(DescribeObjects$)
957
- .build() {
909
+ class DescribeObjectsCommand extends command(_ep0, _mw0, "DescribeObjects", DescribeObjects$) {
958
910
  }
959
911
 
960
- class DescribePipelinesCommand extends Command
961
- .classBuilder()
962
- .ep(commonParams)
963
- .m(function (Command, cs, config, o) {
964
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
965
- })
966
- .s("DataPipeline", "DescribePipelines", {})
967
- .n("DataPipelineClient", "DescribePipelinesCommand")
968
- .sc(DescribePipelines$)
969
- .build() {
912
+ class DescribePipelinesCommand extends command(_ep0, _mw0, "DescribePipelines", DescribePipelines$) {
970
913
  }
971
914
 
972
- class EvaluateExpressionCommand extends Command
973
- .classBuilder()
974
- .ep(commonParams)
975
- .m(function (Command, cs, config, o) {
976
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
977
- })
978
- .s("DataPipeline", "EvaluateExpression", {})
979
- .n("DataPipelineClient", "EvaluateExpressionCommand")
980
- .sc(EvaluateExpression$)
981
- .build() {
915
+ class EvaluateExpressionCommand extends command(_ep0, _mw0, "EvaluateExpression", EvaluateExpression$) {
982
916
  }
983
917
 
984
- class GetPipelineDefinitionCommand extends Command
985
- .classBuilder()
986
- .ep(commonParams)
987
- .m(function (Command, cs, config, o) {
988
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
989
- })
990
- .s("DataPipeline", "GetPipelineDefinition", {})
991
- .n("DataPipelineClient", "GetPipelineDefinitionCommand")
992
- .sc(GetPipelineDefinition$)
993
- .build() {
918
+ class GetPipelineDefinitionCommand extends command(_ep0, _mw0, "GetPipelineDefinition", GetPipelineDefinition$) {
994
919
  }
995
920
 
996
- class ListPipelinesCommand extends Command
997
- .classBuilder()
998
- .ep(commonParams)
999
- .m(function (Command, cs, config, o) {
1000
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1001
- })
1002
- .s("DataPipeline", "ListPipelines", {})
1003
- .n("DataPipelineClient", "ListPipelinesCommand")
1004
- .sc(ListPipelines$)
1005
- .build() {
921
+ class ListPipelinesCommand extends command(_ep0, _mw0, "ListPipelines", ListPipelines$) {
1006
922
  }
1007
923
 
1008
- class PollForTaskCommand extends Command
1009
- .classBuilder()
1010
- .ep(commonParams)
1011
- .m(function (Command, cs, config, o) {
1012
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1013
- })
1014
- .s("DataPipeline", "PollForTask", {})
1015
- .n("DataPipelineClient", "PollForTaskCommand")
1016
- .sc(PollForTask$)
1017
- .build() {
924
+ class PollForTaskCommand extends command(_ep0, _mw0, "PollForTask", PollForTask$) {
1018
925
  }
1019
926
 
1020
- class PutPipelineDefinitionCommand extends Command
1021
- .classBuilder()
1022
- .ep(commonParams)
1023
- .m(function (Command, cs, config, o) {
1024
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1025
- })
1026
- .s("DataPipeline", "PutPipelineDefinition", {})
1027
- .n("DataPipelineClient", "PutPipelineDefinitionCommand")
1028
- .sc(PutPipelineDefinition$)
1029
- .build() {
927
+ class PutPipelineDefinitionCommand extends command(_ep0, _mw0, "PutPipelineDefinition", PutPipelineDefinition$) {
1030
928
  }
1031
929
 
1032
- class QueryObjectsCommand extends Command
1033
- .classBuilder()
1034
- .ep(commonParams)
1035
- .m(function (Command, cs, config, o) {
1036
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1037
- })
1038
- .s("DataPipeline", "QueryObjects", {})
1039
- .n("DataPipelineClient", "QueryObjectsCommand")
1040
- .sc(QueryObjects$)
1041
- .build() {
930
+ class QueryObjectsCommand extends command(_ep0, _mw0, "QueryObjects", QueryObjects$) {
1042
931
  }
1043
932
 
1044
- class RemoveTagsCommand extends Command
1045
- .classBuilder()
1046
- .ep(commonParams)
1047
- .m(function (Command, cs, config, o) {
1048
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1049
- })
1050
- .s("DataPipeline", "RemoveTags", {})
1051
- .n("DataPipelineClient", "RemoveTagsCommand")
1052
- .sc(RemoveTags$)
1053
- .build() {
933
+ class RemoveTagsCommand extends command(_ep0, _mw0, "RemoveTags", RemoveTags$) {
1054
934
  }
1055
935
 
1056
- class ReportTaskProgressCommand extends Command
1057
- .classBuilder()
1058
- .ep(commonParams)
1059
- .m(function (Command, cs, config, o) {
1060
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1061
- })
1062
- .s("DataPipeline", "ReportTaskProgress", {})
1063
- .n("DataPipelineClient", "ReportTaskProgressCommand")
1064
- .sc(ReportTaskProgress$)
1065
- .build() {
936
+ class ReportTaskProgressCommand extends command(_ep0, _mw0, "ReportTaskProgress", ReportTaskProgress$) {
1066
937
  }
1067
938
 
1068
- class ReportTaskRunnerHeartbeatCommand extends Command
1069
- .classBuilder()
1070
- .ep(commonParams)
1071
- .m(function (Command, cs, config, o) {
1072
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1073
- })
1074
- .s("DataPipeline", "ReportTaskRunnerHeartbeat", {})
1075
- .n("DataPipelineClient", "ReportTaskRunnerHeartbeatCommand")
1076
- .sc(ReportTaskRunnerHeartbeat$)
1077
- .build() {
939
+ class ReportTaskRunnerHeartbeatCommand extends command(_ep0, _mw0, "ReportTaskRunnerHeartbeat", ReportTaskRunnerHeartbeat$) {
1078
940
  }
1079
941
 
1080
- class SetStatusCommand extends Command
1081
- .classBuilder()
1082
- .ep(commonParams)
1083
- .m(function (Command, cs, config, o) {
1084
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1085
- })
1086
- .s("DataPipeline", "SetStatus", {})
1087
- .n("DataPipelineClient", "SetStatusCommand")
1088
- .sc(SetStatus$)
1089
- .build() {
942
+ class SetStatusCommand extends command(_ep0, _mw0, "SetStatus", SetStatus$) {
1090
943
  }
1091
944
 
1092
- class SetTaskStatusCommand extends Command
1093
- .classBuilder()
1094
- .ep(commonParams)
1095
- .m(function (Command, cs, config, o) {
1096
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1097
- })
1098
- .s("DataPipeline", "SetTaskStatus", {})
1099
- .n("DataPipelineClient", "SetTaskStatusCommand")
1100
- .sc(SetTaskStatus$)
1101
- .build() {
945
+ class SetTaskStatusCommand extends command(_ep0, _mw0, "SetTaskStatus", SetTaskStatus$) {
1102
946
  }
1103
947
 
1104
- class ValidatePipelineDefinitionCommand extends Command
1105
- .classBuilder()
1106
- .ep(commonParams)
1107
- .m(function (Command, cs, config, o) {
1108
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1109
- })
1110
- .s("DataPipeline", "ValidatePipelineDefinition", {})
1111
- .n("DataPipelineClient", "ValidatePipelineDefinitionCommand")
1112
- .sc(ValidatePipelineDefinition$)
1113
- .build() {
948
+ class ValidatePipelineDefinitionCommand extends command(_ep0, _mw0, "ValidatePipelineDefinition", ValidatePipelineDefinition$) {
1114
949
  }
1115
950
 
1116
951
  const paginateDescribeObjects = createPaginator(DataPipelineClient, DescribeObjectsCommand, "marker", "marker", "");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "DataPipeline", "DataPipelineClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ActivatePipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ActivatePipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "ActivatePipeline", {})
13
- .n("DataPipelineClient", "ActivatePipelineCommand")
14
- .sc(ActivatePipeline$)
15
- .build() {
3
+ export class ActivatePipelineCommand extends command(_ep0, _mw0, "ActivatePipeline", ActivatePipeline$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AddTags$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AddTagsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "AddTags", {})
13
- .n("DataPipelineClient", "AddTagsCommand")
14
- .sc(AddTags$)
15
- .build() {
3
+ export class AddTagsCommand extends command(_ep0, _mw0, "AddTags", AddTags$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreatePipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreatePipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "CreatePipeline", {})
13
- .n("DataPipelineClient", "CreatePipelineCommand")
14
- .sc(CreatePipeline$)
15
- .build() {
3
+ export class CreatePipelineCommand extends command(_ep0, _mw0, "CreatePipeline", CreatePipeline$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeactivatePipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeactivatePipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "DeactivatePipeline", {})
13
- .n("DataPipelineClient", "DeactivatePipelineCommand")
14
- .sc(DeactivatePipeline$)
15
- .build() {
3
+ export class DeactivatePipelineCommand extends command(_ep0, _mw0, "DeactivatePipeline", DeactivatePipeline$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeletePipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeletePipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "DeletePipeline", {})
13
- .n("DataPipelineClient", "DeletePipelineCommand")
14
- .sc(DeletePipeline$)
15
- .build() {
3
+ export class DeletePipelineCommand extends command(_ep0, _mw0, "DeletePipeline", DeletePipeline$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeObjects$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeObjectsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "DescribeObjects", {})
13
- .n("DataPipelineClient", "DescribeObjectsCommand")
14
- .sc(DescribeObjects$)
15
- .build() {
3
+ export class DescribeObjectsCommand extends command(_ep0, _mw0, "DescribeObjects", DescribeObjects$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribePipelines$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribePipelinesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "DescribePipelines", {})
13
- .n("DataPipelineClient", "DescribePipelinesCommand")
14
- .sc(DescribePipelines$)
15
- .build() {
3
+ export class DescribePipelinesCommand extends command(_ep0, _mw0, "DescribePipelines", DescribePipelines$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { EvaluateExpression$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class EvaluateExpressionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "EvaluateExpression", {})
13
- .n("DataPipelineClient", "EvaluateExpressionCommand")
14
- .sc(EvaluateExpression$)
15
- .build() {
3
+ export class EvaluateExpressionCommand extends command(_ep0, _mw0, "EvaluateExpression", EvaluateExpression$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetPipelineDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetPipelineDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "GetPipelineDefinition", {})
13
- .n("DataPipelineClient", "GetPipelineDefinitionCommand")
14
- .sc(GetPipelineDefinition$)
15
- .build() {
3
+ export class GetPipelineDefinitionCommand extends command(_ep0, _mw0, "GetPipelineDefinition", GetPipelineDefinition$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListPipelines$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPipelinesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "ListPipelines", {})
13
- .n("DataPipelineClient", "ListPipelinesCommand")
14
- .sc(ListPipelines$)
15
- .build() {
3
+ export class ListPipelinesCommand extends command(_ep0, _mw0, "ListPipelines", ListPipelines$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PollForTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PollForTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "PollForTask", {})
13
- .n("DataPipelineClient", "PollForTaskCommand")
14
- .sc(PollForTask$)
15
- .build() {
3
+ export class PollForTaskCommand extends command(_ep0, _mw0, "PollForTask", PollForTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutPipelineDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutPipelineDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "PutPipelineDefinition", {})
13
- .n("DataPipelineClient", "PutPipelineDefinitionCommand")
14
- .sc(PutPipelineDefinition$)
15
- .build() {
3
+ export class PutPipelineDefinitionCommand extends command(_ep0, _mw0, "PutPipelineDefinition", PutPipelineDefinition$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { QueryObjects$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class QueryObjectsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "QueryObjects", {})
13
- .n("DataPipelineClient", "QueryObjectsCommand")
14
- .sc(QueryObjects$)
15
- .build() {
3
+ export class QueryObjectsCommand extends command(_ep0, _mw0, "QueryObjects", QueryObjects$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RemoveTags$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RemoveTagsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "RemoveTags", {})
13
- .n("DataPipelineClient", "RemoveTagsCommand")
14
- .sc(RemoveTags$)
15
- .build() {
3
+ export class RemoveTagsCommand extends command(_ep0, _mw0, "RemoveTags", RemoveTags$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ReportTaskProgress$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ReportTaskProgressCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "ReportTaskProgress", {})
13
- .n("DataPipelineClient", "ReportTaskProgressCommand")
14
- .sc(ReportTaskProgress$)
15
- .build() {
3
+ export class ReportTaskProgressCommand extends command(_ep0, _mw0, "ReportTaskProgress", ReportTaskProgress$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ReportTaskRunnerHeartbeat$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ReportTaskRunnerHeartbeatCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "ReportTaskRunnerHeartbeat", {})
13
- .n("DataPipelineClient", "ReportTaskRunnerHeartbeatCommand")
14
- .sc(ReportTaskRunnerHeartbeat$)
15
- .build() {
3
+ export class ReportTaskRunnerHeartbeatCommand extends command(_ep0, _mw0, "ReportTaskRunnerHeartbeat", ReportTaskRunnerHeartbeat$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SetStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SetStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("DataPipeline", "SetStatus", {})
13
- .n("DataPipelineClient", "SetStatusCommand")
14
- .sc(SetStatus$)
15
- .build() {
3
+ export class SetStatusCommand extends command(_ep0, _mw0, "SetStatus", SetStatus$) {
16
4
  }