@aws-sdk/client-data-pipeline 3.32.0 → 3.36.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/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/DataPipeline.js +1 -2
- package/{dist/cjs → dist-cjs}/DataPipelineClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/ActivatePipelineCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreatePipelineCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeactivatePipelineCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeletePipelineCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeObjectsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribePipelinesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EvaluateExpressionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetPipelineDefinitionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListPipelinesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PollForTaskCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutPipelineDefinitionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/QueryObjectsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ReportTaskProgressCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SetStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SetTaskStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ValidatePipelineDefinitionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/DescribeObjectsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListPipelinesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/QueryObjectsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/DataPipeline.js +2 -22
- package/dist-es/DataPipelineClient.js +37 -0
- package/dist-es/commands/ActivatePipelineCommand.js +39 -0
- package/{dist/es → dist-es}/commands/AddTagsCommand.js +4 -30
- package/dist-es/commands/CreatePipelineCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeactivatePipelineCommand.js +4 -33
- package/dist-es/commands/DeletePipelineCommand.js +39 -0
- package/dist-es/commands/DescribeObjectsCommand.js +39 -0
- package/dist-es/commands/DescribePipelinesCommand.js +39 -0
- package/dist-es/commands/EvaluateExpressionCommand.js +39 -0
- package/dist-es/commands/GetPipelineDefinitionCommand.js +39 -0
- package/dist-es/commands/ListPipelinesCommand.js +39 -0
- package/dist-es/commands/PollForTaskCommand.js +39 -0
- package/dist-es/commands/PutPipelineDefinitionCommand.js +39 -0
- package/dist-es/commands/QueryObjectsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +4 -30
- package/dist-es/commands/ReportTaskProgressCommand.js +39 -0
- package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +39 -0
- package/dist-es/commands/SetStatusCommand.js +39 -0
- package/dist-es/commands/SetTaskStatusCommand.js +39 -0
- package/dist-es/commands/ValidatePipelineDefinitionCommand.js +39 -0
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -169
- package/{dist/es → dist-es}/pagination/DescribeObjectsPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListPipelinesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/QueryObjectsPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +424 -430
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/DataPipeline.d.ts +2 -2
- package/{dist/types → dist-types}/DataPipelineClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/ActivatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeactivatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeObjectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribePipelinesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EvaluateExpressionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPipelinesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PollForTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutPipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/QueryObjectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ReportTaskProgressCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/SetTaskStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ValidatePipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/QueryObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DataPipeline.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/DataPipelineClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/ActivatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AddTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeactivatePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeletePipelineCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeObjectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribePipelinesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EvaluateExpressionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListPipelinesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PollForTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/QueryObjectsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ReportTaskProgressCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SetStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/SetTaskStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/QueryObjectsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/DataPipeline.ts +0 -1578
- package/DataPipelineClient.ts +0 -320
- package/commands/ActivatePipelineCommand.ts +0 -124
- package/commands/AddTagsCommand.ts +0 -91
- package/commands/CreatePipelineCommand.ts +0 -124
- package/commands/DeactivatePipelineCommand.ts +0 -97
- package/commands/DeletePipelineCommand.ts +0 -125
- package/commands/DescribeObjectsCommand.ts +0 -152
- package/commands/DescribePipelinesCommand.ts +0 -155
- package/commands/EvaluateExpressionCommand.ts +0 -124
- package/commands/GetPipelineDefinitionCommand.ts +0 -158
- package/commands/ListPipelinesCommand.ts +0 -125
- package/commands/PollForTaskCommand.ts +0 -172
- package/commands/PutPipelineDefinitionCommand.ts +0 -253
- package/commands/QueryObjectsCommand.ts +0 -132
- package/commands/RemoveTagsCommand.ts +0 -94
- package/commands/ReportTaskProgressCommand.ts +0 -131
- package/commands/ReportTaskRunnerHeartbeatCommand.ts +0 -129
- package/commands/SetStatusCommand.ts +0 -123
- package/commands/SetTaskStatusCommand.ts +0 -124
- package/commands/ValidatePipelineDefinitionCommand.ts +0 -248
- package/dist/cjs/DataPipeline.js.map +0 -1
- package/dist/cjs/DataPipelineClient.js.map +0 -1
- package/dist/cjs/commands/ActivatePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DeactivatePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeObjectsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePipelinesCommand.js.map +0 -1
- package/dist/cjs/commands/EvaluateExpressionCommand.js.map +0 -1
- package/dist/cjs/commands/GetPipelineDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/ListPipelinesCommand.js.map +0 -1
- package/dist/cjs/commands/PollForTaskCommand.js.map +0 -1
- package/dist/cjs/commands/PutPipelineDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/QueryObjectsCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ReportTaskProgressCommand.js.map +0 -1
- package/dist/cjs/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
- package/dist/cjs/commands/SetStatusCommand.js.map +0 -1
- package/dist/cjs/commands/SetTaskStatusCommand.js.map +0 -1
- package/dist/cjs/commands/ValidatePipelineDefinitionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeObjectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListPipelinesPaginator.js.map +0 -1
- package/dist/cjs/pagination/QueryObjectsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DataPipeline.js.map +0 -1
- package/dist/es/DataPipelineClient.js +0 -62
- package/dist/es/DataPipelineClient.js.map +0 -1
- package/dist/es/commands/ActivatePipelineCommand.js +0 -95
- package/dist/es/commands/ActivatePipelineCommand.js.map +0 -1
- package/dist/es/commands/AddTagsCommand.js.map +0 -1
- package/dist/es/commands/CreatePipelineCommand.js +0 -95
- package/dist/es/commands/CreatePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeactivatePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeletePipelineCommand.js +0 -96
- package/dist/es/commands/DeletePipelineCommand.js.map +0 -1
- package/dist/es/commands/DescribeObjectsCommand.js +0 -123
- package/dist/es/commands/DescribeObjectsCommand.js.map +0 -1
- package/dist/es/commands/DescribePipelinesCommand.js +0 -126
- package/dist/es/commands/DescribePipelinesCommand.js.map +0 -1
- package/dist/es/commands/EvaluateExpressionCommand.js +0 -95
- package/dist/es/commands/EvaluateExpressionCommand.js.map +0 -1
- package/dist/es/commands/GetPipelineDefinitionCommand.js +0 -129
- package/dist/es/commands/GetPipelineDefinitionCommand.js.map +0 -1
- package/dist/es/commands/ListPipelinesCommand.js +0 -96
- package/dist/es/commands/ListPipelinesCommand.js.map +0 -1
- package/dist/es/commands/PollForTaskCommand.js +0 -143
- package/dist/es/commands/PollForTaskCommand.js.map +0 -1
- package/dist/es/commands/PutPipelineDefinitionCommand.js +0 -224
- package/dist/es/commands/PutPipelineDefinitionCommand.js.map +0 -1
- package/dist/es/commands/QueryObjectsCommand.js +0 -103
- package/dist/es/commands/QueryObjectsCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/es/commands/ReportTaskProgressCommand.js +0 -102
- package/dist/es/commands/ReportTaskProgressCommand.js.map +0 -1
- package/dist/es/commands/ReportTaskRunnerHeartbeatCommand.js +0 -97
- package/dist/es/commands/ReportTaskRunnerHeartbeatCommand.js.map +0 -1
- package/dist/es/commands/SetStatusCommand.js +0 -97
- package/dist/es/commands/SetStatusCommand.js.map +0 -1
- package/dist/es/commands/SetTaskStatusCommand.js +0 -95
- package/dist/es/commands/SetTaskStatusCommand.js.map +0 -1
- package/dist/es/commands/ValidatePipelineDefinitionCommand.js +0 -216
- package/dist/es/commands/ValidatePipelineDefinitionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -27
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeObjectsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListPipelinesPaginator.js.map +0 -1
- package/dist/es/pagination/QueryObjectsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1480
- package/pagination/DescribeObjectsPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListPipelinesPaginator.ts +0 -57
- package/pagination/QueryObjectsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -2766
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1RemoveTagsCommand, serializeAws_json1_1RemoveTagsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DataPipelineClient, RemoveTagsCommand } from "@aws-sdk/client-data-pipeline"; // ES Modules import
|
|
12
|
-
* // const { DataPipelineClient, RemoveTagsCommand } = require("@aws-sdk/client-data-pipeline"); // CommonJS import
|
|
13
|
-
* const client = new DataPipelineClient(config);
|
|
14
|
-
* const command = new RemoveTagsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link RemoveTagsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link RemoveTagsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DataPipelineClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var RemoveTagsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1RemoveTagsCommand, serializeAws_json1_1RemoveTagsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var RemoveTagsCommand = (function (_super) {
|
|
24
7
|
__extends(RemoveTagsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function RemoveTagsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
RemoveTagsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var RemoveTagsCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return RemoveTagsCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { RemoveTagsCommand };
|
|
65
|
-
//# sourceMappingURL=RemoveTagsCommand.js.map
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ReportTaskProgressInput, ReportTaskProgressOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ReportTaskProgressCommand, serializeAws_json1_1ReportTaskProgressCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ReportTaskProgressCommand = (function (_super) {
|
|
7
|
+
__extends(ReportTaskProgressCommand, _super);
|
|
8
|
+
function ReportTaskProgressCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ReportTaskProgressCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DataPipelineClient";
|
|
18
|
+
var commandName = "ReportTaskProgressCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ReportTaskProgressInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ReportTaskProgressOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ReportTaskProgressCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ReportTaskProgressCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ReportTaskProgressCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ReportTaskProgressCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ReportTaskProgressCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ReportTaskProgressCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ReportTaskRunnerHeartbeatInput, ReportTaskRunnerHeartbeatOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ReportTaskRunnerHeartbeatCommand, serializeAws_json1_1ReportTaskRunnerHeartbeatCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ReportTaskRunnerHeartbeatCommand = (function (_super) {
|
|
7
|
+
__extends(ReportTaskRunnerHeartbeatCommand, _super);
|
|
8
|
+
function ReportTaskRunnerHeartbeatCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ReportTaskRunnerHeartbeatCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DataPipelineClient";
|
|
18
|
+
var commandName = "ReportTaskRunnerHeartbeatCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ReportTaskRunnerHeartbeatInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ReportTaskRunnerHeartbeatOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ReportTaskRunnerHeartbeatCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ReportTaskRunnerHeartbeatCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ReportTaskRunnerHeartbeatCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ReportTaskRunnerHeartbeatCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ReportTaskRunnerHeartbeatCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ReportTaskRunnerHeartbeatCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { SetStatusInput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1SetStatusCommand, serializeAws_json1_1SetStatusCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
var SetStatusCommand = (function (_super) {
|
|
7
|
+
__extends(SetStatusCommand, _super);
|
|
8
|
+
function SetStatusCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
SetStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DataPipelineClient";
|
|
18
|
+
var commandName = "SetStatusCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: SetStatusInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
SetStatusCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1SetStatusCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
SetStatusCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1SetStatusCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return SetStatusCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { SetStatusCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1SetTaskStatusCommand, serializeAws_json1_1SetTaskStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var SetTaskStatusCommand = (function (_super) {
|
|
7
|
+
__extends(SetTaskStatusCommand, _super);
|
|
8
|
+
function SetTaskStatusCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
SetTaskStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DataPipelineClient";
|
|
18
|
+
var commandName = "SetTaskStatusCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: SetTaskStatusInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SetTaskStatusOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
SetTaskStatusCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1SetTaskStatusCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
SetTaskStatusCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1SetTaskStatusCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return SetTaskStatusCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { SetTaskStatusCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ValidatePipelineDefinitionInput, ValidatePipelineDefinitionOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ValidatePipelineDefinitionCommand, serializeAws_json1_1ValidatePipelineDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ValidatePipelineDefinitionCommand = (function (_super) {
|
|
7
|
+
__extends(ValidatePipelineDefinitionCommand, _super);
|
|
8
|
+
function ValidatePipelineDefinitionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ValidatePipelineDefinitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DataPipelineClient";
|
|
18
|
+
var commandName = "ValidatePipelineDefinitionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ValidatePipelineDefinitionInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ValidatePipelineDefinitionOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ValidatePipelineDefinitionCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ValidatePipelineDefinitionCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ValidatePipelineDefinitionCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ValidatePipelineDefinitionCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ValidatePipelineDefinitionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ValidatePipelineDefinitionCommand };
|
|
@@ -47,7 +47,6 @@ var partitionHash = {
|
|
|
47
47
|
};
|
|
48
48
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
49
49
|
return __generator(this, function (_a) {
|
|
50
|
-
return [2
|
|
50
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "datapipeline", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
51
51
|
});
|
|
52
52
|
}); };
|
|
53
|
-
//# sourceMappingURL=endpoints.js.map
|
|
File without changes
|
|
File without changes
|
|
@@ -1,282 +1,162 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var ParameterValue;
|
|
3
3
|
(function (ParameterValue) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
ParameterValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(ParameterValue || (ParameterValue = {}));
|
|
9
6
|
export var ActivatePipelineInput;
|
|
10
7
|
(function (ActivatePipelineInput) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
ActivatePipelineInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(ActivatePipelineInput || (ActivatePipelineInput = {}));
|
|
16
10
|
export var ActivatePipelineOutput;
|
|
17
11
|
(function (ActivatePipelineOutput) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
12
|
ActivatePipelineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
13
|
})(ActivatePipelineOutput || (ActivatePipelineOutput = {}));
|
|
23
14
|
export var InternalServiceError;
|
|
24
15
|
(function (InternalServiceError) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
16
|
InternalServiceError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
17
|
})(InternalServiceError || (InternalServiceError = {}));
|
|
30
18
|
export var InvalidRequestException;
|
|
31
19
|
(function (InvalidRequestException) {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
20
|
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
21
|
})(InvalidRequestException || (InvalidRequestException = {}));
|
|
37
22
|
export var PipelineDeletedException;
|
|
38
23
|
(function (PipelineDeletedException) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
24
|
PipelineDeletedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
25
|
})(PipelineDeletedException || (PipelineDeletedException = {}));
|
|
44
26
|
export var PipelineNotFoundException;
|
|
45
27
|
(function (PipelineNotFoundException) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
28
|
PipelineNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
29
|
})(PipelineNotFoundException || (PipelineNotFoundException = {}));
|
|
51
30
|
export var Tag;
|
|
52
31
|
(function (Tag) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
32
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
33
|
})(Tag || (Tag = {}));
|
|
58
34
|
export var AddTagsInput;
|
|
59
35
|
(function (AddTagsInput) {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
36
|
AddTagsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
37
|
})(AddTagsInput || (AddTagsInput = {}));
|
|
65
38
|
export var AddTagsOutput;
|
|
66
39
|
(function (AddTagsOutput) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
40
|
AddTagsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
41
|
})(AddTagsOutput || (AddTagsOutput = {}));
|
|
72
42
|
export var CreatePipelineInput;
|
|
73
43
|
(function (CreatePipelineInput) {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
44
|
CreatePipelineInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
45
|
})(CreatePipelineInput || (CreatePipelineInput = {}));
|
|
79
46
|
export var CreatePipelineOutput;
|
|
80
47
|
(function (CreatePipelineOutput) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
48
|
CreatePipelineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
49
|
})(CreatePipelineOutput || (CreatePipelineOutput = {}));
|
|
86
50
|
export var DeactivatePipelineInput;
|
|
87
51
|
(function (DeactivatePipelineInput) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
52
|
DeactivatePipelineInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
53
|
})(DeactivatePipelineInput || (DeactivatePipelineInput = {}));
|
|
93
54
|
export var DeactivatePipelineOutput;
|
|
94
55
|
(function (DeactivatePipelineOutput) {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
56
|
DeactivatePipelineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
57
|
})(DeactivatePipelineOutput || (DeactivatePipelineOutput = {}));
|
|
100
58
|
export var DeletePipelineInput;
|
|
101
59
|
(function (DeletePipelineInput) {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
60
|
DeletePipelineInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
61
|
})(DeletePipelineInput || (DeletePipelineInput = {}));
|
|
107
62
|
export var DescribeObjectsInput;
|
|
108
63
|
(function (DescribeObjectsInput) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
64
|
DescribeObjectsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
65
|
})(DescribeObjectsInput || (DescribeObjectsInput = {}));
|
|
114
66
|
export var Field;
|
|
115
67
|
(function (Field) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
68
|
Field.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
69
|
})(Field || (Field = {}));
|
|
121
70
|
export var PipelineObject;
|
|
122
71
|
(function (PipelineObject) {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
72
|
PipelineObject.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
73
|
})(PipelineObject || (PipelineObject = {}));
|
|
128
74
|
export var DescribeObjectsOutput;
|
|
129
75
|
(function (DescribeObjectsOutput) {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
76
|
DescribeObjectsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
77
|
})(DescribeObjectsOutput || (DescribeObjectsOutput = {}));
|
|
135
78
|
export var DescribePipelinesInput;
|
|
136
79
|
(function (DescribePipelinesInput) {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
80
|
DescribePipelinesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
81
|
})(DescribePipelinesInput || (DescribePipelinesInput = {}));
|
|
142
82
|
export var PipelineDescription;
|
|
143
83
|
(function (PipelineDescription) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
84
|
PipelineDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
85
|
})(PipelineDescription || (PipelineDescription = {}));
|
|
149
86
|
export var DescribePipelinesOutput;
|
|
150
87
|
(function (DescribePipelinesOutput) {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
88
|
DescribePipelinesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
89
|
})(DescribePipelinesOutput || (DescribePipelinesOutput = {}));
|
|
156
90
|
export var EvaluateExpressionInput;
|
|
157
91
|
(function (EvaluateExpressionInput) {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
92
|
EvaluateExpressionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
93
|
})(EvaluateExpressionInput || (EvaluateExpressionInput = {}));
|
|
163
94
|
export var EvaluateExpressionOutput;
|
|
164
95
|
(function (EvaluateExpressionOutput) {
|
|
165
|
-
/**
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
96
|
EvaluateExpressionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
97
|
})(EvaluateExpressionOutput || (EvaluateExpressionOutput = {}));
|
|
170
98
|
export var TaskNotFoundException;
|
|
171
99
|
(function (TaskNotFoundException) {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
100
|
TaskNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
101
|
})(TaskNotFoundException || (TaskNotFoundException = {}));
|
|
177
102
|
export var GetPipelineDefinitionInput;
|
|
178
103
|
(function (GetPipelineDefinitionInput) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
104
|
GetPipelineDefinitionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
105
|
})(GetPipelineDefinitionInput || (GetPipelineDefinitionInput = {}));
|
|
184
106
|
export var ParameterAttribute;
|
|
185
107
|
(function (ParameterAttribute) {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
108
|
ParameterAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
109
|
})(ParameterAttribute || (ParameterAttribute = {}));
|
|
191
110
|
export var ParameterObject;
|
|
192
111
|
(function (ParameterObject) {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
112
|
ParameterObject.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
113
|
})(ParameterObject || (ParameterObject = {}));
|
|
198
114
|
export var GetPipelineDefinitionOutput;
|
|
199
115
|
(function (GetPipelineDefinitionOutput) {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
116
|
GetPipelineDefinitionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
117
|
})(GetPipelineDefinitionOutput || (GetPipelineDefinitionOutput = {}));
|
|
205
118
|
export var ListPipelinesInput;
|
|
206
119
|
(function (ListPipelinesInput) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
120
|
ListPipelinesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
121
|
})(ListPipelinesInput || (ListPipelinesInput = {}));
|
|
212
122
|
export var PipelineIdName;
|
|
213
123
|
(function (PipelineIdName) {
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
124
|
PipelineIdName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
125
|
})(PipelineIdName || (PipelineIdName = {}));
|
|
219
126
|
export var ListPipelinesOutput;
|
|
220
127
|
(function (ListPipelinesOutput) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
128
|
ListPipelinesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
129
|
})(ListPipelinesOutput || (ListPipelinesOutput = {}));
|
|
226
130
|
export var InstanceIdentity;
|
|
227
131
|
(function (InstanceIdentity) {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
132
|
InstanceIdentity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
133
|
})(InstanceIdentity || (InstanceIdentity = {}));
|
|
233
134
|
export var PollForTaskInput;
|
|
234
135
|
(function (PollForTaskInput) {
|
|
235
|
-
/**
|
|
236
|
-
* @internal
|
|
237
|
-
*/
|
|
238
136
|
PollForTaskInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
137
|
})(PollForTaskInput || (PollForTaskInput = {}));
|
|
240
138
|
export var TaskObject;
|
|
241
139
|
(function (TaskObject) {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
140
|
TaskObject.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
141
|
})(TaskObject || (TaskObject = {}));
|
|
247
142
|
export var PollForTaskOutput;
|
|
248
143
|
(function (PollForTaskOutput) {
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
144
|
PollForTaskOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
145
|
})(PollForTaskOutput || (PollForTaskOutput = {}));
|
|
254
146
|
export var PutPipelineDefinitionInput;
|
|
255
147
|
(function (PutPipelineDefinitionInput) {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
148
|
PutPipelineDefinitionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
149
|
})(PutPipelineDefinitionInput || (PutPipelineDefinitionInput = {}));
|
|
261
150
|
export var ValidationError;
|
|
262
151
|
(function (ValidationError) {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
152
|
ValidationError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
153
|
})(ValidationError || (ValidationError = {}));
|
|
268
154
|
export var ValidationWarning;
|
|
269
155
|
(function (ValidationWarning) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
156
|
ValidationWarning.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
157
|
})(ValidationWarning || (ValidationWarning = {}));
|
|
275
158
|
export var PutPipelineDefinitionOutput;
|
|
276
159
|
(function (PutPipelineDefinitionOutput) {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
160
|
PutPipelineDefinitionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
161
|
})(PutPipelineDefinitionOutput || (PutPipelineDefinitionOutput = {}));
|
|
282
162
|
export var OperatorType;
|
|
@@ -289,86 +169,50 @@ export var OperatorType;
|
|
|
289
169
|
})(OperatorType || (OperatorType = {}));
|
|
290
170
|
export var Operator;
|
|
291
171
|
(function (Operator) {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
172
|
Operator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
173
|
})(Operator || (Operator = {}));
|
|
297
174
|
export var Selector;
|
|
298
175
|
(function (Selector) {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
176
|
Selector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
177
|
})(Selector || (Selector = {}));
|
|
304
178
|
export var Query;
|
|
305
179
|
(function (Query) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
180
|
Query.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
181
|
})(Query || (Query = {}));
|
|
311
182
|
export var QueryObjectsInput;
|
|
312
183
|
(function (QueryObjectsInput) {
|
|
313
|
-
/**
|
|
314
|
-
* @internal
|
|
315
|
-
*/
|
|
316
184
|
QueryObjectsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
185
|
})(QueryObjectsInput || (QueryObjectsInput = {}));
|
|
318
186
|
export var QueryObjectsOutput;
|
|
319
187
|
(function (QueryObjectsOutput) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
188
|
QueryObjectsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
189
|
})(QueryObjectsOutput || (QueryObjectsOutput = {}));
|
|
325
190
|
export var RemoveTagsInput;
|
|
326
191
|
(function (RemoveTagsInput) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
192
|
RemoveTagsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
193
|
})(RemoveTagsInput || (RemoveTagsInput = {}));
|
|
332
194
|
export var RemoveTagsOutput;
|
|
333
195
|
(function (RemoveTagsOutput) {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
196
|
RemoveTagsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
197
|
})(RemoveTagsOutput || (RemoveTagsOutput = {}));
|
|
339
198
|
export var ReportTaskProgressInput;
|
|
340
199
|
(function (ReportTaskProgressInput) {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
200
|
ReportTaskProgressInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
201
|
})(ReportTaskProgressInput || (ReportTaskProgressInput = {}));
|
|
346
202
|
export var ReportTaskProgressOutput;
|
|
347
203
|
(function (ReportTaskProgressOutput) {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
204
|
ReportTaskProgressOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
205
|
})(ReportTaskProgressOutput || (ReportTaskProgressOutput = {}));
|
|
353
206
|
export var ReportTaskRunnerHeartbeatInput;
|
|
354
207
|
(function (ReportTaskRunnerHeartbeatInput) {
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
208
|
ReportTaskRunnerHeartbeatInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
209
|
})(ReportTaskRunnerHeartbeatInput || (ReportTaskRunnerHeartbeatInput = {}));
|
|
360
210
|
export var ReportTaskRunnerHeartbeatOutput;
|
|
361
211
|
(function (ReportTaskRunnerHeartbeatOutput) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
212
|
ReportTaskRunnerHeartbeatOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
213
|
})(ReportTaskRunnerHeartbeatOutput || (ReportTaskRunnerHeartbeatOutput = {}));
|
|
367
214
|
export var SetStatusInput;
|
|
368
215
|
(function (SetStatusInput) {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
216
|
SetStatusInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
217
|
})(SetStatusInput || (SetStatusInput = {}));
|
|
374
218
|
export var TaskStatus;
|
|
@@ -379,30 +223,17 @@ export var TaskStatus;
|
|
|
379
223
|
})(TaskStatus || (TaskStatus = {}));
|
|
380
224
|
export var SetTaskStatusInput;
|
|
381
225
|
(function (SetTaskStatusInput) {
|
|
382
|
-
/**
|
|
383
|
-
* @internal
|
|
384
|
-
*/
|
|
385
226
|
SetTaskStatusInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
227
|
})(SetTaskStatusInput || (SetTaskStatusInput = {}));
|
|
387
228
|
export var SetTaskStatusOutput;
|
|
388
229
|
(function (SetTaskStatusOutput) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
230
|
SetTaskStatusOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
231
|
})(SetTaskStatusOutput || (SetTaskStatusOutput = {}));
|
|
394
232
|
export var ValidatePipelineDefinitionInput;
|
|
395
233
|
(function (ValidatePipelineDefinitionInput) {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
234
|
ValidatePipelineDefinitionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
235
|
})(ValidatePipelineDefinitionInput || (ValidatePipelineDefinitionInput = {}));
|
|
401
236
|
export var ValidatePipelineDefinitionOutput;
|
|
402
237
|
(function (ValidatePipelineDefinitionOutput) {
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
238
|
ValidatePipelineDefinitionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
239
|
})(ValidatePipelineDefinitionOutput || (ValidatePipelineDefinitionOutput = {}));
|
|
408
|
-
//# sourceMappingURL=models_0.js.map
|