@aws-sdk/client-codepipeline 3.489.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/CodePipeline.js +1 -89
- package/dist-cjs/CodePipelineClient.js +1 -43
- package/dist-cjs/commands/AcknowledgeJobCommand.js +1 -28
- package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +1 -28
- package/dist-cjs/commands/CreateCustomActionTypeCommand.js +1 -28
- package/dist-cjs/commands/CreatePipelineCommand.js +1 -28
- package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +1 -28
- package/dist-cjs/commands/DeletePipelineCommand.js +1 -28
- package/dist-cjs/commands/DeleteWebhookCommand.js +1 -28
- package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +1 -28
- package/dist-cjs/commands/DisableStageTransitionCommand.js +1 -28
- package/dist-cjs/commands/EnableStageTransitionCommand.js +1 -28
- package/dist-cjs/commands/GetActionTypeCommand.js +1 -28
- package/dist-cjs/commands/GetJobDetailsCommand.js +1 -29
- package/dist-cjs/commands/GetPipelineCommand.js +1 -28
- package/dist-cjs/commands/GetPipelineExecutionCommand.js +1 -28
- package/dist-cjs/commands/GetPipelineStateCommand.js +1 -28
- package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +1 -29
- package/dist-cjs/commands/ListActionExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListActionTypesCommand.js +1 -28
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListPipelinesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListWebhooksCommand.js +1 -28
- package/dist-cjs/commands/PollForJobsCommand.js +1 -29
- package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +1 -28
- package/dist-cjs/commands/PutActionRevisionCommand.js +1 -28
- package/dist-cjs/commands/PutApprovalResultCommand.js +1 -28
- package/dist-cjs/commands/PutJobFailureResultCommand.js +1 -28
- package/dist-cjs/commands/PutJobSuccessResultCommand.js +1 -28
- package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +1 -28
- package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +1 -28
- package/dist-cjs/commands/PutWebhookCommand.js +1 -28
- package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +1 -28
- package/dist-cjs/commands/RetryStageExecutionCommand.js +1 -28
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -28
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateActionTypeCommand.js +1 -28
- package/dist-cjs/commands/UpdatePipelineCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -42
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4299 -11
- package/dist-cjs/models/CodePipelineServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -633
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListActionExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListActionTypesPaginator.js +1 -7
- package/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPipelinesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListWebhooksPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2528
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/CodePipeline.js
CHANGED
|
@@ -1,89 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CodePipeline = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CodePipelineClient_1 = require("./CodePipelineClient");
|
|
6
|
-
const AcknowledgeJobCommand_1 = require("./commands/AcknowledgeJobCommand");
|
|
7
|
-
const AcknowledgeThirdPartyJobCommand_1 = require("./commands/AcknowledgeThirdPartyJobCommand");
|
|
8
|
-
const CreateCustomActionTypeCommand_1 = require("./commands/CreateCustomActionTypeCommand");
|
|
9
|
-
const CreatePipelineCommand_1 = require("./commands/CreatePipelineCommand");
|
|
10
|
-
const DeleteCustomActionTypeCommand_1 = require("./commands/DeleteCustomActionTypeCommand");
|
|
11
|
-
const DeletePipelineCommand_1 = require("./commands/DeletePipelineCommand");
|
|
12
|
-
const DeleteWebhookCommand_1 = require("./commands/DeleteWebhookCommand");
|
|
13
|
-
const DeregisterWebhookWithThirdPartyCommand_1 = require("./commands/DeregisterWebhookWithThirdPartyCommand");
|
|
14
|
-
const DisableStageTransitionCommand_1 = require("./commands/DisableStageTransitionCommand");
|
|
15
|
-
const EnableStageTransitionCommand_1 = require("./commands/EnableStageTransitionCommand");
|
|
16
|
-
const GetActionTypeCommand_1 = require("./commands/GetActionTypeCommand");
|
|
17
|
-
const GetJobDetailsCommand_1 = require("./commands/GetJobDetailsCommand");
|
|
18
|
-
const GetPipelineCommand_1 = require("./commands/GetPipelineCommand");
|
|
19
|
-
const GetPipelineExecutionCommand_1 = require("./commands/GetPipelineExecutionCommand");
|
|
20
|
-
const GetPipelineStateCommand_1 = require("./commands/GetPipelineStateCommand");
|
|
21
|
-
const GetThirdPartyJobDetailsCommand_1 = require("./commands/GetThirdPartyJobDetailsCommand");
|
|
22
|
-
const ListActionExecutionsCommand_1 = require("./commands/ListActionExecutionsCommand");
|
|
23
|
-
const ListActionTypesCommand_1 = require("./commands/ListActionTypesCommand");
|
|
24
|
-
const ListPipelineExecutionsCommand_1 = require("./commands/ListPipelineExecutionsCommand");
|
|
25
|
-
const ListPipelinesCommand_1 = require("./commands/ListPipelinesCommand");
|
|
26
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
27
|
-
const ListWebhooksCommand_1 = require("./commands/ListWebhooksCommand");
|
|
28
|
-
const PollForJobsCommand_1 = require("./commands/PollForJobsCommand");
|
|
29
|
-
const PollForThirdPartyJobsCommand_1 = require("./commands/PollForThirdPartyJobsCommand");
|
|
30
|
-
const PutActionRevisionCommand_1 = require("./commands/PutActionRevisionCommand");
|
|
31
|
-
const PutApprovalResultCommand_1 = require("./commands/PutApprovalResultCommand");
|
|
32
|
-
const PutJobFailureResultCommand_1 = require("./commands/PutJobFailureResultCommand");
|
|
33
|
-
const PutJobSuccessResultCommand_1 = require("./commands/PutJobSuccessResultCommand");
|
|
34
|
-
const PutThirdPartyJobFailureResultCommand_1 = require("./commands/PutThirdPartyJobFailureResultCommand");
|
|
35
|
-
const PutThirdPartyJobSuccessResultCommand_1 = require("./commands/PutThirdPartyJobSuccessResultCommand");
|
|
36
|
-
const PutWebhookCommand_1 = require("./commands/PutWebhookCommand");
|
|
37
|
-
const RegisterWebhookWithThirdPartyCommand_1 = require("./commands/RegisterWebhookWithThirdPartyCommand");
|
|
38
|
-
const RetryStageExecutionCommand_1 = require("./commands/RetryStageExecutionCommand");
|
|
39
|
-
const StartPipelineExecutionCommand_1 = require("./commands/StartPipelineExecutionCommand");
|
|
40
|
-
const StopPipelineExecutionCommand_1 = require("./commands/StopPipelineExecutionCommand");
|
|
41
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
42
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
43
|
-
const UpdateActionTypeCommand_1 = require("./commands/UpdateActionTypeCommand");
|
|
44
|
-
const UpdatePipelineCommand_1 = require("./commands/UpdatePipelineCommand");
|
|
45
|
-
const commands = {
|
|
46
|
-
AcknowledgeJobCommand: AcknowledgeJobCommand_1.AcknowledgeJobCommand,
|
|
47
|
-
AcknowledgeThirdPartyJobCommand: AcknowledgeThirdPartyJobCommand_1.AcknowledgeThirdPartyJobCommand,
|
|
48
|
-
CreateCustomActionTypeCommand: CreateCustomActionTypeCommand_1.CreateCustomActionTypeCommand,
|
|
49
|
-
CreatePipelineCommand: CreatePipelineCommand_1.CreatePipelineCommand,
|
|
50
|
-
DeleteCustomActionTypeCommand: DeleteCustomActionTypeCommand_1.DeleteCustomActionTypeCommand,
|
|
51
|
-
DeletePipelineCommand: DeletePipelineCommand_1.DeletePipelineCommand,
|
|
52
|
-
DeleteWebhookCommand: DeleteWebhookCommand_1.DeleteWebhookCommand,
|
|
53
|
-
DeregisterWebhookWithThirdPartyCommand: DeregisterWebhookWithThirdPartyCommand_1.DeregisterWebhookWithThirdPartyCommand,
|
|
54
|
-
DisableStageTransitionCommand: DisableStageTransitionCommand_1.DisableStageTransitionCommand,
|
|
55
|
-
EnableStageTransitionCommand: EnableStageTransitionCommand_1.EnableStageTransitionCommand,
|
|
56
|
-
GetActionTypeCommand: GetActionTypeCommand_1.GetActionTypeCommand,
|
|
57
|
-
GetJobDetailsCommand: GetJobDetailsCommand_1.GetJobDetailsCommand,
|
|
58
|
-
GetPipelineCommand: GetPipelineCommand_1.GetPipelineCommand,
|
|
59
|
-
GetPipelineExecutionCommand: GetPipelineExecutionCommand_1.GetPipelineExecutionCommand,
|
|
60
|
-
GetPipelineStateCommand: GetPipelineStateCommand_1.GetPipelineStateCommand,
|
|
61
|
-
GetThirdPartyJobDetailsCommand: GetThirdPartyJobDetailsCommand_1.GetThirdPartyJobDetailsCommand,
|
|
62
|
-
ListActionExecutionsCommand: ListActionExecutionsCommand_1.ListActionExecutionsCommand,
|
|
63
|
-
ListActionTypesCommand: ListActionTypesCommand_1.ListActionTypesCommand,
|
|
64
|
-
ListPipelineExecutionsCommand: ListPipelineExecutionsCommand_1.ListPipelineExecutionsCommand,
|
|
65
|
-
ListPipelinesCommand: ListPipelinesCommand_1.ListPipelinesCommand,
|
|
66
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
67
|
-
ListWebhooksCommand: ListWebhooksCommand_1.ListWebhooksCommand,
|
|
68
|
-
PollForJobsCommand: PollForJobsCommand_1.PollForJobsCommand,
|
|
69
|
-
PollForThirdPartyJobsCommand: PollForThirdPartyJobsCommand_1.PollForThirdPartyJobsCommand,
|
|
70
|
-
PutActionRevisionCommand: PutActionRevisionCommand_1.PutActionRevisionCommand,
|
|
71
|
-
PutApprovalResultCommand: PutApprovalResultCommand_1.PutApprovalResultCommand,
|
|
72
|
-
PutJobFailureResultCommand: PutJobFailureResultCommand_1.PutJobFailureResultCommand,
|
|
73
|
-
PutJobSuccessResultCommand: PutJobSuccessResultCommand_1.PutJobSuccessResultCommand,
|
|
74
|
-
PutThirdPartyJobFailureResultCommand: PutThirdPartyJobFailureResultCommand_1.PutThirdPartyJobFailureResultCommand,
|
|
75
|
-
PutThirdPartyJobSuccessResultCommand: PutThirdPartyJobSuccessResultCommand_1.PutThirdPartyJobSuccessResultCommand,
|
|
76
|
-
PutWebhookCommand: PutWebhookCommand_1.PutWebhookCommand,
|
|
77
|
-
RegisterWebhookWithThirdPartyCommand: RegisterWebhookWithThirdPartyCommand_1.RegisterWebhookWithThirdPartyCommand,
|
|
78
|
-
RetryStageExecutionCommand: RetryStageExecutionCommand_1.RetryStageExecutionCommand,
|
|
79
|
-
StartPipelineExecutionCommand: StartPipelineExecutionCommand_1.StartPipelineExecutionCommand,
|
|
80
|
-
StopPipelineExecutionCommand: StopPipelineExecutionCommand_1.StopPipelineExecutionCommand,
|
|
81
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
82
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
83
|
-
UpdateActionTypeCommand: UpdateActionTypeCommand_1.UpdateActionTypeCommand,
|
|
84
|
-
UpdatePipelineCommand: UpdatePipelineCommand_1.UpdatePipelineCommand,
|
|
85
|
-
};
|
|
86
|
-
class CodePipeline extends CodePipelineClient_1.CodePipelineClient {
|
|
87
|
-
}
|
|
88
|
-
exports.CodePipeline = CodePipeline;
|
|
89
|
-
(0, smithy_client_1.createAggregatedClient)(commands, CodePipeline);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CodePipelineClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class CodePipelineClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.CodePipelineClient = CodePipelineClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcknowledgeJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AcknowledgeJobCommand 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", "AcknowledgeJob", {})
|
|
22
|
-
.n("CodePipelineClient", "AcknowledgeJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AcknowledgeJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AcknowledgeJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AcknowledgeJobCommand = AcknowledgeJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcknowledgeThirdPartyJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AcknowledgeThirdPartyJobCommand 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", "AcknowledgeThirdPartyJob", {})
|
|
22
|
-
.n("CodePipelineClient", "AcknowledgeThirdPartyJobCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_AcknowledgeThirdPartyJobCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_AcknowledgeThirdPartyJobCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AcknowledgeThirdPartyJobCommand = AcknowledgeThirdPartyJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateCustomActionTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateCustomActionTypeCommand 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", "CreateCustomActionType", {})
|
|
22
|
-
.n("CodePipelineClient", "CreateCustomActionTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateCustomActionTypeCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateCustomActionTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateCustomActionTypeCommand = CreateCustomActionTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePipelineCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreatePipelineCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CodePipeline_20150709", "CreatePipeline", {})
|
|
22
|
-
.n("CodePipelineClient", "CreatePipelineCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreatePipelineCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreatePipelineCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePipelineCommand = CreatePipelineCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCustomActionTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteCustomActionTypeCommand 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", "DeleteCustomActionType", {})
|
|
22
|
-
.n("CodePipelineClient", "DeleteCustomActionTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteCustomActionTypeCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteCustomActionTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteCustomActionTypeCommand = DeleteCustomActionTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePipelineCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeletePipelineCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("CodePipeline_20150709", "DeletePipeline", {})
|
|
22
|
-
.n("CodePipelineClient", "DeletePipelineCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeletePipelineCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeletePipelineCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePipelineCommand = DeletePipelineCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteWebhookCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteWebhookCommand 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", "DeleteWebhook", {})
|
|
22
|
-
.n("CodePipelineClient", "DeleteWebhookCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteWebhookCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteWebhookCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteWebhookCommand = DeleteWebhookCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeregisterWebhookWithThirdPartyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeregisterWebhookWithThirdPartyCommand 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", "DeregisterWebhookWithThirdParty", {})
|
|
22
|
-
.n("CodePipelineClient", "DeregisterWebhookWithThirdPartyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeregisterWebhookWithThirdPartyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeregisterWebhookWithThirdPartyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeregisterWebhookWithThirdPartyCommand = DeregisterWebhookWithThirdPartyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisableStageTransitionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DisableStageTransitionCommand 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", "DisableStageTransition", {})
|
|
22
|
-
.n("CodePipelineClient", "DisableStageTransitionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DisableStageTransitionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DisableStageTransitionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DisableStageTransitionCommand = DisableStageTransitionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableStageTransitionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class EnableStageTransitionCommand 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", "EnableStageTransition", {})
|
|
22
|
-
.n("CodePipelineClient", "EnableStageTransitionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_EnableStageTransitionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_EnableStageTransitionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.EnableStageTransitionCommand = EnableStageTransitionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetActionTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetActionTypeCommand 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", "GetActionType", {})
|
|
22
|
-
.n("CodePipelineClient", "GetActionTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetActionTypeCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetActionTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetActionTypeCommand = GetActionTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetJobDetailsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class GetJobDetailsCommand 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", "GetJobDetails", {})
|
|
23
|
-
.n("CodePipelineClient", "GetJobDetailsCommand")
|
|
24
|
-
.f(void 0, models_0_1.GetJobDetailsOutputFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_GetJobDetailsCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_GetJobDetailsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.GetJobDetailsCommand = GetJobDetailsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetPipelineCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetPipelineCommand 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", "GetPipeline", {})
|
|
22
|
-
.n("CodePipelineClient", "GetPipelineCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetPipelineCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetPipelineCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetPipelineCommand = GetPipelineCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetPipelineExecutionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetPipelineExecutionCommand 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", "GetPipelineExecution", {})
|
|
22
|
-
.n("CodePipelineClient", "GetPipelineExecutionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetPipelineExecutionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetPipelineExecutionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetPipelineExecutionCommand = GetPipelineExecutionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetPipelineStateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetPipelineStateCommand 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", "GetPipelineState", {})
|
|
22
|
-
.n("CodePipelineClient", "GetPipelineStateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetPipelineStateCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetPipelineStateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetPipelineStateCommand = GetPipelineStateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetThirdPartyJobDetailsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class GetThirdPartyJobDetailsCommand 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", "GetThirdPartyJobDetails", {})
|
|
23
|
-
.n("CodePipelineClient", "GetThirdPartyJobDetailsCommand")
|
|
24
|
-
.f(void 0, models_0_1.GetThirdPartyJobDetailsOutputFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_GetThirdPartyJobDetailsCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_GetThirdPartyJobDetailsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.GetThirdPartyJobDetailsCommand = GetThirdPartyJobDetailsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|