@aws-sdk/client-codepipeline 3.478.0 → 3.481.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/commands/AcknowledgeJobCommand.js +18 -41
- package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +18 -41
- package/dist-cjs/commands/CreateCustomActionTypeCommand.js +18 -41
- package/dist-cjs/commands/CreatePipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +18 -41
- package/dist-cjs/commands/DeletePipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteWebhookCommand.js +18 -41
- package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +18 -41
- package/dist-cjs/commands/DisableStageTransitionCommand.js +18 -41
- package/dist-cjs/commands/EnableStageTransitionCommand.js +18 -41
- package/dist-cjs/commands/GetActionTypeCommand.js +18 -41
- package/dist-cjs/commands/GetJobDetailsCommand.js +18 -41
- package/dist-cjs/commands/GetPipelineCommand.js +18 -41
- package/dist-cjs/commands/GetPipelineExecutionCommand.js +18 -41
- package/dist-cjs/commands/GetPipelineStateCommand.js +18 -41
- package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +18 -41
- package/dist-cjs/commands/ListActionExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListActionTypesCommand.js +18 -41
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListPipelinesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWebhooksCommand.js +18 -41
- package/dist-cjs/commands/PollForJobsCommand.js +18 -41
- package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +18 -41
- package/dist-cjs/commands/PutActionRevisionCommand.js +18 -41
- package/dist-cjs/commands/PutApprovalResultCommand.js +18 -41
- package/dist-cjs/commands/PutJobFailureResultCommand.js +18 -41
- package/dist-cjs/commands/PutJobSuccessResultCommand.js +18 -41
- package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +18 -41
- package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +18 -41
- package/dist-cjs/commands/PutWebhookCommand.js +18 -41
- package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +18 -41
- package/dist-cjs/commands/RetryStageExecutionCommand.js +18 -41
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +18 -41
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateActionTypeCommand.js +18 -41
- package/dist-cjs/commands/UpdatePipelineCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AcknowledgeJobCommand.js +18 -41
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +18 -41
- package/dist-es/commands/CreateCustomActionTypeCommand.js +18 -41
- package/dist-es/commands/CreatePipelineCommand.js +18 -41
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +18 -41
- package/dist-es/commands/DeletePipelineCommand.js +18 -41
- package/dist-es/commands/DeleteWebhookCommand.js +18 -41
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +18 -41
- package/dist-es/commands/DisableStageTransitionCommand.js +18 -41
- package/dist-es/commands/EnableStageTransitionCommand.js +18 -41
- package/dist-es/commands/GetActionTypeCommand.js +18 -41
- package/dist-es/commands/GetJobDetailsCommand.js +18 -41
- package/dist-es/commands/GetPipelineCommand.js +18 -41
- package/dist-es/commands/GetPipelineExecutionCommand.js +18 -41
- package/dist-es/commands/GetPipelineStateCommand.js +18 -41
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +18 -41
- package/dist-es/commands/ListActionExecutionsCommand.js +18 -41
- package/dist-es/commands/ListActionTypesCommand.js +18 -41
- package/dist-es/commands/ListPipelineExecutionsCommand.js +18 -41
- package/dist-es/commands/ListPipelinesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWebhooksCommand.js +18 -41
- package/dist-es/commands/PollForJobsCommand.js +18 -41
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +18 -41
- package/dist-es/commands/PutActionRevisionCommand.js +18 -41
- package/dist-es/commands/PutApprovalResultCommand.js +18 -41
- package/dist-es/commands/PutJobFailureResultCommand.js +18 -41
- package/dist-es/commands/PutJobSuccessResultCommand.js +18 -41
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +18 -41
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +18 -41
- package/dist-es/commands/PutWebhookCommand.js +18 -41
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +18 -41
- package/dist-es/commands/RetryStageExecutionCommand.js +18 -41
- package/dist-es/commands/StartPipelineExecutionCommand.js +18 -41
- package/dist-es/commands/StopPipelineExecutionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateActionTypeCommand.js +18 -41
- package/dist-es/commands/UpdatePipelineCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AcknowledgeJobCommand.d.ts +6 -21
- package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +6 -21
- package/dist-types/commands/CreatePipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeletePipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +6 -21
- package/dist-types/commands/DisableStageTransitionCommand.d.ts +6 -21
- package/dist-types/commands/EnableStageTransitionCommand.d.ts +6 -21
- package/dist-types/commands/GetActionTypeCommand.d.ts +6 -21
- package/dist-types/commands/GetJobDetailsCommand.d.ts +6 -21
- package/dist-types/commands/GetPipelineCommand.d.ts +6 -21
- package/dist-types/commands/GetPipelineExecutionCommand.d.ts +6 -21
- package/dist-types/commands/GetPipelineStateCommand.d.ts +6 -21
- package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +6 -21
- package/dist-types/commands/ListActionExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListActionTypesCommand.d.ts +6 -21
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListPipelinesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWebhooksCommand.d.ts +6 -21
- package/dist-types/commands/PollForJobsCommand.d.ts +6 -21
- package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +6 -21
- package/dist-types/commands/PutActionRevisionCommand.d.ts +6 -21
- package/dist-types/commands/PutApprovalResultCommand.d.ts +6 -21
- package/dist-types/commands/PutJobFailureResultCommand.d.ts +6 -21
- package/dist-types/commands/PutJobSuccessResultCommand.d.ts +6 -21
- package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +6 -21
- package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +6 -21
- package/dist-types/commands/PutWebhookCommand.d.ts +6 -21
- package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +6 -21
- package/dist-types/commands/RetryStageExecutionCommand.d.ts +6 -21
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +6 -21
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateActionTypeCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePipelineCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListPipelineExecutionsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodePipelineClient";
|
|
29
|
-
const commandName = "ListPipelineExecutionsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodePipeline_20150709",
|
|
38
|
-
operation: "ListPipelineExecutions",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListPipelineExecutionsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListPipelineExecutionsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListPipelineExecutionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodePipeline_20150709", "ListPipelineExecutions", {})
|
|
22
|
+
.n("CodePipelineClient", "ListPipelineExecutionsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListPipelineExecutionsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListPipelineExecutionsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListPipelineExecutionsCommand = ListPipelineExecutionsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListPipelinesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodePipelineClient";
|
|
29
|
-
const commandName = "ListPipelinesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodePipeline_20150709",
|
|
38
|
-
operation: "ListPipelines",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListPipelinesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListPipelinesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListPipelinesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodePipeline_20150709", "ListPipelines", {})
|
|
22
|
+
.n("CodePipelineClient", "ListPipelinesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListPipelinesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListPipelinesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListPipelinesCommand = ListPipelinesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodePipelineClient";
|
|
29
|
-
const commandName = "ListTagsForResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodePipeline_20150709",
|
|
38
|
-
operation: "ListTagsForResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListTagsForResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListTagsForResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodePipeline_20150709", "ListTagsForResource", {})
|
|
22
|
+
.n("CodePipelineClient", "ListTagsForResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListTagsForResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListWebhooksCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodePipelineClient";
|
|
29
|
-
const commandName = "ListWebhooksCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodePipeline_20150709",
|
|
38
|
-
operation: "ListWebhooks",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_ListWebhooksCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_ListWebhooksCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListWebhooksCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodePipeline_20150709", "ListWebhooks", {})
|
|
22
|
+
.n("CodePipelineClient", "ListWebhooksCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_ListWebhooksCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_ListWebhooksCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListWebhooksCommand = ListWebhooksCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class PollForJobsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "CodePipelineClient";
|
|
30
|
-
const commandName = "PollForJobsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.PollForJobsOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "CodePipeline_20150709",
|
|
39
|
-
operation: "PollForJobs",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_PollForJobsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_PollForJobsCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class PollForJobsCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("CodePipeline_20150709", "PollForJobs", {})
|
|
23
|
+
.n("CodePipelineClient", "PollForJobsCommand")
|
|
24
|
+
.f(void 0, models_0_1.PollForJobsOutputFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_1_1.se_PollForJobsCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_PollForJobsCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.PollForJobsCommand = PollForJobsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class PollForThirdPartyJobsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodePipelineClient";
|
|
29
|
-
const commandName = "PollForThirdPartyJobsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodePipeline_20150709",
|
|
38
|
-
operation: "PollForThirdPartyJobs",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_PollForThirdPartyJobsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_PollForThirdPartyJobsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class PollForThirdPartyJobsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodePipeline_20150709", "PollForThirdPartyJobs", {})
|
|
22
|
+
.n("CodePipelineClient", "PollForThirdPartyJobsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_PollForThirdPartyJobsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_PollForThirdPartyJobsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.PollForThirdPartyJobsCommand = PollForThirdPartyJobsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class PutActionRevisionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodePipelineClient";
|
|
29
|
-
const commandName = "PutActionRevisionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodePipeline_20150709",
|
|
38
|
-
operation: "PutActionRevision",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_PutActionRevisionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_PutActionRevisionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class PutActionRevisionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodePipeline_20150709", "PutActionRevision", {})
|
|
22
|
+
.n("CodePipelineClient", "PutActionRevisionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_PutActionRevisionCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_PutActionRevisionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.PutActionRevisionCommand = PutActionRevisionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class PutApprovalResultCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodePipelineClient";
|
|
29
|
-
const commandName = "PutApprovalResultCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodePipeline_20150709",
|
|
38
|
-
operation: "PutApprovalResult",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_PutApprovalResultCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_PutApprovalResultCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class PutApprovalResultCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodePipeline_20150709", "PutApprovalResult", {})
|
|
22
|
+
.n("CodePipelineClient", "PutApprovalResultCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_PutApprovalResultCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_PutApprovalResultCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.PutApprovalResultCommand = PutApprovalResultCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class PutJobFailureResultCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CodePipelineClient";
|
|
29
|
-
const commandName = "PutJobFailureResultCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "CodePipeline_20150709",
|
|
38
|
-
operation: "PutJobFailureResult",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_PutJobFailureResultCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_PutJobFailureResultCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class PutJobFailureResultCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodePipeline_20150709", "PutJobFailureResult", {})
|
|
22
|
+
.n("CodePipelineClient", "PutJobFailureResultCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_PutJobFailureResultCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_PutJobFailureResultCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.PutJobFailureResultCommand = PutJobFailureResultCommand;
|