@aws-sdk/client-data-pipeline 3.1077.0 → 3.1079.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 +27 -193
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ActivatePipelineCommand.js +2 -14
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/CreatePipelineCommand.js +2 -14
- package/dist-es/commands/DeactivatePipelineCommand.js +2 -14
- package/dist-es/commands/DeletePipelineCommand.js +2 -14
- package/dist-es/commands/DescribeObjectsCommand.js +2 -14
- package/dist-es/commands/DescribePipelinesCommand.js +2 -14
- package/dist-es/commands/EvaluateExpressionCommand.js +2 -14
- package/dist-es/commands/GetPipelineDefinitionCommand.js +2 -14
- package/dist-es/commands/ListPipelinesCommand.js +2 -14
- package/dist-es/commands/PollForTaskCommand.js +2 -14
- package/dist-es/commands/PutPipelineDefinitionCommand.js +2 -14
- package/dist-es/commands/QueryObjectsCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/ReportTaskProgressCommand.js +2 -14
- package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +2 -14
- package/dist-es/commands/SetStatusCommand.js +2 -14
- package/dist-es/commands/SetTaskStatusCommand.js +2 -14
- package/dist-es/commands/ValidatePipelineDefinitionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ActivatePipelineCommand.d.ts +3 -8
- package/dist-types/commands/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/CreatePipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeactivatePipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeletePipelineCommand.d.ts +3 -8
- package/dist-types/commands/DescribeObjectsCommand.d.ts +3 -8
- package/dist-types/commands/DescribePipelinesCommand.d.ts +3 -8
- package/dist-types/commands/EvaluateExpressionCommand.d.ts +3 -8
- package/dist-types/commands/GetPipelineDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/ListPipelinesCommand.d.ts +3 -8
- package/dist-types/commands/PollForTaskCommand.d.ts +3 -8
- package/dist-types/commands/PutPipelineDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/QueryObjectsCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/ReportTaskProgressCommand.d.ts +3 -8
- package/dist-types/commands/ReportTaskRunnerHeartbeatCommand.d.ts +3 -8
- package/dist-types/commands/SetStatusCommand.d.ts +3 -8
- package/dist-types/commands/SetTaskStatusCommand.d.ts +3 -8
- package/dist-types/commands/ValidatePipelineDefinitionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
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,
|
|
4
|
-
|
|
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");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -886,232 +887,65 @@ class DataPipelineClient extends Client {
|
|
|
886
887
|
}
|
|
887
888
|
}
|
|
888
889
|
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
})
|
|
895
|
-
.s("DataPipeline", "ActivatePipeline", {})
|
|
896
|
-
.n("DataPipelineClient", "ActivatePipelineCommand")
|
|
897
|
-
.sc(ActivatePipeline$)
|
|
898
|
-
.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$) {
|
|
899
895
|
}
|
|
900
896
|
|
|
901
|
-
class AddTagsCommand extends
|
|
902
|
-
.classBuilder()
|
|
903
|
-
.ep(commonParams)
|
|
904
|
-
.m(function (Command, cs, config, o) {
|
|
905
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
906
|
-
})
|
|
907
|
-
.s("DataPipeline", "AddTags", {})
|
|
908
|
-
.n("DataPipelineClient", "AddTagsCommand")
|
|
909
|
-
.sc(AddTags$)
|
|
910
|
-
.build() {
|
|
897
|
+
class AddTagsCommand extends command(_ep0, _mw0, "AddTags", AddTags$) {
|
|
911
898
|
}
|
|
912
899
|
|
|
913
|
-
class CreatePipelineCommand extends
|
|
914
|
-
.classBuilder()
|
|
915
|
-
.ep(commonParams)
|
|
916
|
-
.m(function (Command, cs, config, o) {
|
|
917
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
918
|
-
})
|
|
919
|
-
.s("DataPipeline", "CreatePipeline", {})
|
|
920
|
-
.n("DataPipelineClient", "CreatePipelineCommand")
|
|
921
|
-
.sc(CreatePipeline$)
|
|
922
|
-
.build() {
|
|
900
|
+
class CreatePipelineCommand extends command(_ep0, _mw0, "CreatePipeline", CreatePipeline$) {
|
|
923
901
|
}
|
|
924
902
|
|
|
925
|
-
class DeactivatePipelineCommand extends
|
|
926
|
-
.classBuilder()
|
|
927
|
-
.ep(commonParams)
|
|
928
|
-
.m(function (Command, cs, config, o) {
|
|
929
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
930
|
-
})
|
|
931
|
-
.s("DataPipeline", "DeactivatePipeline", {})
|
|
932
|
-
.n("DataPipelineClient", "DeactivatePipelineCommand")
|
|
933
|
-
.sc(DeactivatePipeline$)
|
|
934
|
-
.build() {
|
|
903
|
+
class DeactivatePipelineCommand extends command(_ep0, _mw0, "DeactivatePipeline", DeactivatePipeline$) {
|
|
935
904
|
}
|
|
936
905
|
|
|
937
|
-
class DeletePipelineCommand extends
|
|
938
|
-
.classBuilder()
|
|
939
|
-
.ep(commonParams)
|
|
940
|
-
.m(function (Command, cs, config, o) {
|
|
941
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
942
|
-
})
|
|
943
|
-
.s("DataPipeline", "DeletePipeline", {})
|
|
944
|
-
.n("DataPipelineClient", "DeletePipelineCommand")
|
|
945
|
-
.sc(DeletePipeline$)
|
|
946
|
-
.build() {
|
|
906
|
+
class DeletePipelineCommand extends command(_ep0, _mw0, "DeletePipeline", DeletePipeline$) {
|
|
947
907
|
}
|
|
948
908
|
|
|
949
|
-
class DescribeObjectsCommand extends
|
|
950
|
-
.classBuilder()
|
|
951
|
-
.ep(commonParams)
|
|
952
|
-
.m(function (Command, cs, config, o) {
|
|
953
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
954
|
-
})
|
|
955
|
-
.s("DataPipeline", "DescribeObjects", {})
|
|
956
|
-
.n("DataPipelineClient", "DescribeObjectsCommand")
|
|
957
|
-
.sc(DescribeObjects$)
|
|
958
|
-
.build() {
|
|
909
|
+
class DescribeObjectsCommand extends command(_ep0, _mw0, "DescribeObjects", DescribeObjects$) {
|
|
959
910
|
}
|
|
960
911
|
|
|
961
|
-
class DescribePipelinesCommand extends
|
|
962
|
-
.classBuilder()
|
|
963
|
-
.ep(commonParams)
|
|
964
|
-
.m(function (Command, cs, config, o) {
|
|
965
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
966
|
-
})
|
|
967
|
-
.s("DataPipeline", "DescribePipelines", {})
|
|
968
|
-
.n("DataPipelineClient", "DescribePipelinesCommand")
|
|
969
|
-
.sc(DescribePipelines$)
|
|
970
|
-
.build() {
|
|
912
|
+
class DescribePipelinesCommand extends command(_ep0, _mw0, "DescribePipelines", DescribePipelines$) {
|
|
971
913
|
}
|
|
972
914
|
|
|
973
|
-
class EvaluateExpressionCommand extends
|
|
974
|
-
.classBuilder()
|
|
975
|
-
.ep(commonParams)
|
|
976
|
-
.m(function (Command, cs, config, o) {
|
|
977
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
978
|
-
})
|
|
979
|
-
.s("DataPipeline", "EvaluateExpression", {})
|
|
980
|
-
.n("DataPipelineClient", "EvaluateExpressionCommand")
|
|
981
|
-
.sc(EvaluateExpression$)
|
|
982
|
-
.build() {
|
|
915
|
+
class EvaluateExpressionCommand extends command(_ep0, _mw0, "EvaluateExpression", EvaluateExpression$) {
|
|
983
916
|
}
|
|
984
917
|
|
|
985
|
-
class GetPipelineDefinitionCommand extends
|
|
986
|
-
.classBuilder()
|
|
987
|
-
.ep(commonParams)
|
|
988
|
-
.m(function (Command, cs, config, o) {
|
|
989
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
990
|
-
})
|
|
991
|
-
.s("DataPipeline", "GetPipelineDefinition", {})
|
|
992
|
-
.n("DataPipelineClient", "GetPipelineDefinitionCommand")
|
|
993
|
-
.sc(GetPipelineDefinition$)
|
|
994
|
-
.build() {
|
|
918
|
+
class GetPipelineDefinitionCommand extends command(_ep0, _mw0, "GetPipelineDefinition", GetPipelineDefinition$) {
|
|
995
919
|
}
|
|
996
920
|
|
|
997
|
-
class ListPipelinesCommand extends
|
|
998
|
-
.classBuilder()
|
|
999
|
-
.ep(commonParams)
|
|
1000
|
-
.m(function (Command, cs, config, o) {
|
|
1001
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1002
|
-
})
|
|
1003
|
-
.s("DataPipeline", "ListPipelines", {})
|
|
1004
|
-
.n("DataPipelineClient", "ListPipelinesCommand")
|
|
1005
|
-
.sc(ListPipelines$)
|
|
1006
|
-
.build() {
|
|
921
|
+
class ListPipelinesCommand extends command(_ep0, _mw0, "ListPipelines", ListPipelines$) {
|
|
1007
922
|
}
|
|
1008
923
|
|
|
1009
|
-
class PollForTaskCommand extends
|
|
1010
|
-
.classBuilder()
|
|
1011
|
-
.ep(commonParams)
|
|
1012
|
-
.m(function (Command, cs, config, o) {
|
|
1013
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1014
|
-
})
|
|
1015
|
-
.s("DataPipeline", "PollForTask", {})
|
|
1016
|
-
.n("DataPipelineClient", "PollForTaskCommand")
|
|
1017
|
-
.sc(PollForTask$)
|
|
1018
|
-
.build() {
|
|
924
|
+
class PollForTaskCommand extends command(_ep0, _mw0, "PollForTask", PollForTask$) {
|
|
1019
925
|
}
|
|
1020
926
|
|
|
1021
|
-
class PutPipelineDefinitionCommand extends
|
|
1022
|
-
.classBuilder()
|
|
1023
|
-
.ep(commonParams)
|
|
1024
|
-
.m(function (Command, cs, config, o) {
|
|
1025
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1026
|
-
})
|
|
1027
|
-
.s("DataPipeline", "PutPipelineDefinition", {})
|
|
1028
|
-
.n("DataPipelineClient", "PutPipelineDefinitionCommand")
|
|
1029
|
-
.sc(PutPipelineDefinition$)
|
|
1030
|
-
.build() {
|
|
927
|
+
class PutPipelineDefinitionCommand extends command(_ep0, _mw0, "PutPipelineDefinition", PutPipelineDefinition$) {
|
|
1031
928
|
}
|
|
1032
929
|
|
|
1033
|
-
class QueryObjectsCommand extends
|
|
1034
|
-
.classBuilder()
|
|
1035
|
-
.ep(commonParams)
|
|
1036
|
-
.m(function (Command, cs, config, o) {
|
|
1037
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1038
|
-
})
|
|
1039
|
-
.s("DataPipeline", "QueryObjects", {})
|
|
1040
|
-
.n("DataPipelineClient", "QueryObjectsCommand")
|
|
1041
|
-
.sc(QueryObjects$)
|
|
1042
|
-
.build() {
|
|
930
|
+
class QueryObjectsCommand extends command(_ep0, _mw0, "QueryObjects", QueryObjects$) {
|
|
1043
931
|
}
|
|
1044
932
|
|
|
1045
|
-
class RemoveTagsCommand extends
|
|
1046
|
-
.classBuilder()
|
|
1047
|
-
.ep(commonParams)
|
|
1048
|
-
.m(function (Command, cs, config, o) {
|
|
1049
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1050
|
-
})
|
|
1051
|
-
.s("DataPipeline", "RemoveTags", {})
|
|
1052
|
-
.n("DataPipelineClient", "RemoveTagsCommand")
|
|
1053
|
-
.sc(RemoveTags$)
|
|
1054
|
-
.build() {
|
|
933
|
+
class RemoveTagsCommand extends command(_ep0, _mw0, "RemoveTags", RemoveTags$) {
|
|
1055
934
|
}
|
|
1056
935
|
|
|
1057
|
-
class ReportTaskProgressCommand extends
|
|
1058
|
-
.classBuilder()
|
|
1059
|
-
.ep(commonParams)
|
|
1060
|
-
.m(function (Command, cs, config, o) {
|
|
1061
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1062
|
-
})
|
|
1063
|
-
.s("DataPipeline", "ReportTaskProgress", {})
|
|
1064
|
-
.n("DataPipelineClient", "ReportTaskProgressCommand")
|
|
1065
|
-
.sc(ReportTaskProgress$)
|
|
1066
|
-
.build() {
|
|
936
|
+
class ReportTaskProgressCommand extends command(_ep0, _mw0, "ReportTaskProgress", ReportTaskProgress$) {
|
|
1067
937
|
}
|
|
1068
938
|
|
|
1069
|
-
class ReportTaskRunnerHeartbeatCommand extends
|
|
1070
|
-
.classBuilder()
|
|
1071
|
-
.ep(commonParams)
|
|
1072
|
-
.m(function (Command, cs, config, o) {
|
|
1073
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1074
|
-
})
|
|
1075
|
-
.s("DataPipeline", "ReportTaskRunnerHeartbeat", {})
|
|
1076
|
-
.n("DataPipelineClient", "ReportTaskRunnerHeartbeatCommand")
|
|
1077
|
-
.sc(ReportTaskRunnerHeartbeat$)
|
|
1078
|
-
.build() {
|
|
939
|
+
class ReportTaskRunnerHeartbeatCommand extends command(_ep0, _mw0, "ReportTaskRunnerHeartbeat", ReportTaskRunnerHeartbeat$) {
|
|
1079
940
|
}
|
|
1080
941
|
|
|
1081
|
-
class SetStatusCommand extends
|
|
1082
|
-
.classBuilder()
|
|
1083
|
-
.ep(commonParams)
|
|
1084
|
-
.m(function (Command, cs, config, o) {
|
|
1085
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1086
|
-
})
|
|
1087
|
-
.s("DataPipeline", "SetStatus", {})
|
|
1088
|
-
.n("DataPipelineClient", "SetStatusCommand")
|
|
1089
|
-
.sc(SetStatus$)
|
|
1090
|
-
.build() {
|
|
942
|
+
class SetStatusCommand extends command(_ep0, _mw0, "SetStatus", SetStatus$) {
|
|
1091
943
|
}
|
|
1092
944
|
|
|
1093
|
-
class SetTaskStatusCommand extends
|
|
1094
|
-
.classBuilder()
|
|
1095
|
-
.ep(commonParams)
|
|
1096
|
-
.m(function (Command, cs, config, o) {
|
|
1097
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1098
|
-
})
|
|
1099
|
-
.s("DataPipeline", "SetTaskStatus", {})
|
|
1100
|
-
.n("DataPipelineClient", "SetTaskStatusCommand")
|
|
1101
|
-
.sc(SetTaskStatus$)
|
|
1102
|
-
.build() {
|
|
945
|
+
class SetTaskStatusCommand extends command(_ep0, _mw0, "SetTaskStatus", SetTaskStatus$) {
|
|
1103
946
|
}
|
|
1104
947
|
|
|
1105
|
-
class ValidatePipelineDefinitionCommand extends
|
|
1106
|
-
.classBuilder()
|
|
1107
|
-
.ep(commonParams)
|
|
1108
|
-
.m(function (Command, cs, config, o) {
|
|
1109
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1110
|
-
})
|
|
1111
|
-
.s("DataPipeline", "ValidatePipelineDefinition", {})
|
|
1112
|
-
.n("DataPipelineClient", "ValidatePipelineDefinitionCommand")
|
|
1113
|
-
.sc(ValidatePipelineDefinition$)
|
|
1114
|
-
.build() {
|
|
948
|
+
class ValidatePipelineDefinitionCommand extends command(_ep0, _mw0, "ValidatePipelineDefinition", ValidatePipelineDefinition$) {
|
|
1115
949
|
}
|
|
1116
950
|
|
|
1117
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SetTaskStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetTaskStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DataPipeline", "SetTaskStatus", {})
|
|
13
|
-
.n("DataPipelineClient", "SetTaskStatusCommand")
|
|
14
|
-
.sc(SetTaskStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetTaskStatusCommand extends command(_ep0, _mw0, "SetTaskStatus", SetTaskStatus$) {
|
|
16
4
|
}
|