@aws-sdk/client-codepipeline 3.927.0 → 3.928.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2313 -2278
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CodePipelineClient.js +2 -0
- package/dist-es/commands/AcknowledgeJobCommand.js +3 -9
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +3 -9
- package/dist-es/commands/CreateCustomActionTypeCommand.js +3 -9
- package/dist-es/commands/CreatePipelineCommand.js +3 -9
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +3 -9
- package/dist-es/commands/DeletePipelineCommand.js +3 -9
- package/dist-es/commands/DeleteWebhookCommand.js +3 -9
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -9
- package/dist-es/commands/DisableStageTransitionCommand.js +3 -9
- package/dist-es/commands/EnableStageTransitionCommand.js +3 -9
- package/dist-es/commands/GetActionTypeCommand.js +3 -9
- package/dist-es/commands/GetJobDetailsCommand.js +3 -10
- package/dist-es/commands/GetPipelineCommand.js +3 -9
- package/dist-es/commands/GetPipelineExecutionCommand.js +3 -9
- package/dist-es/commands/GetPipelineStateCommand.js +3 -9
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +3 -10
- package/dist-es/commands/ListActionExecutionsCommand.js +3 -9
- package/dist-es/commands/ListActionTypesCommand.js +3 -9
- package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +3 -9
- package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -9
- package/dist-es/commands/ListPipelinesCommand.js +3 -9
- package/dist-es/commands/ListRuleExecutionsCommand.js +3 -9
- package/dist-es/commands/ListRuleTypesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWebhooksCommand.js +3 -9
- package/dist-es/commands/OverrideStageConditionCommand.js +3 -9
- package/dist-es/commands/PollForJobsCommand.js +3 -10
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +3 -9
- package/dist-es/commands/PutActionRevisionCommand.js +3 -9
- package/dist-es/commands/PutApprovalResultCommand.js +3 -9
- package/dist-es/commands/PutJobFailureResultCommand.js +3 -9
- package/dist-es/commands/PutJobSuccessResultCommand.js +3 -9
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +3 -9
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +3 -9
- package/dist-es/commands/PutWebhookCommand.js +3 -9
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +3 -9
- package/dist-es/commands/RetryStageExecutionCommand.js +3 -9
- package/dist-es/commands/RollbackStageCommand.js +3 -9
- package/dist-es/commands/StartPipelineExecutionCommand.js +3 -9
- package/dist-es/commands/StopPipelineExecutionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateActionTypeCommand.js +3 -9
- package/dist-es/commands/UpdatePipelineCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -39
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2118 -0
- package/dist-types/CodePipelineClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -36
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +340 -0
- package/dist-types/ts3.4/CodePipelineClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -21
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +347 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1804
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -398
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -533
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListRuleTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListRuleTypesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "ListRuleTypes", {})
|
|
17
13
|
.n("CodePipelineClient", "ListRuleTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListRuleTypesCommand)
|
|
20
|
-
.de(de_ListRuleTypesCommand)
|
|
14
|
+
.sc(ListRuleTypes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "ListTagsForResource", {})
|
|
17
13
|
.n("CodePipelineClient", "ListTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListWebhooks } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListWebhooksCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "ListWebhooks", {})
|
|
17
13
|
.n("CodePipelineClient", "ListWebhooksCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListWebhooksCommand)
|
|
20
|
-
.de(de_ListWebhooksCommand)
|
|
14
|
+
.sc(ListWebhooks)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { OverrideStageCondition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class OverrideStageConditionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "OverrideStageCondition", {})
|
|
17
13
|
.n("CodePipelineClient", "OverrideStageConditionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_OverrideStageConditionCommand)
|
|
20
|
-
.de(de_OverrideStageConditionCommand)
|
|
14
|
+
.sc(OverrideStageCondition)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_PollForJobsCommand, se_PollForJobsCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { PollForJobs } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class PollForJobsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CodePipeline_20150709", "PollForJobs", {})
|
|
18
13
|
.n("CodePipelineClient", "PollForJobsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_PollForJobsCommand)
|
|
21
|
-
.de(de_PollForJobsCommand)
|
|
14
|
+
.sc(PollForJobs)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PollForThirdPartyJobs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PollForThirdPartyJobsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "PollForThirdPartyJobs", {})
|
|
17
13
|
.n("CodePipelineClient", "PollForThirdPartyJobsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PollForThirdPartyJobsCommand)
|
|
20
|
-
.de(de_PollForThirdPartyJobsCommand)
|
|
14
|
+
.sc(PollForThirdPartyJobs)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutActionRevision } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutActionRevisionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "PutActionRevision", {})
|
|
17
13
|
.n("CodePipelineClient", "PutActionRevisionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutActionRevisionCommand)
|
|
20
|
-
.de(de_PutActionRevisionCommand)
|
|
14
|
+
.sc(PutActionRevision)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutApprovalResult } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutApprovalResultCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "PutApprovalResult", {})
|
|
17
13
|
.n("CodePipelineClient", "PutApprovalResultCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutApprovalResultCommand)
|
|
20
|
-
.de(de_PutApprovalResultCommand)
|
|
14
|
+
.sc(PutApprovalResult)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutJobFailureResult } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutJobFailureResultCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "PutJobFailureResult", {})
|
|
17
13
|
.n("CodePipelineClient", "PutJobFailureResultCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutJobFailureResultCommand)
|
|
20
|
-
.de(de_PutJobFailureResultCommand)
|
|
14
|
+
.sc(PutJobFailureResult)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutJobSuccessResult } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutJobSuccessResultCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "PutJobSuccessResult", {})
|
|
17
13
|
.n("CodePipelineClient", "PutJobSuccessResultCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutJobSuccessResultCommand)
|
|
20
|
-
.de(de_PutJobSuccessResultCommand)
|
|
14
|
+
.sc(PutJobSuccessResult)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutThirdPartyJobFailureResult } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutThirdPartyJobFailureResultCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "PutThirdPartyJobFailureResult", {})
|
|
17
13
|
.n("CodePipelineClient", "PutThirdPartyJobFailureResultCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutThirdPartyJobFailureResultCommand)
|
|
20
|
-
.de(de_PutThirdPartyJobFailureResultCommand)
|
|
14
|
+
.sc(PutThirdPartyJobFailureResult)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutThirdPartyJobSuccessResult } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutThirdPartyJobSuccessResultCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "PutThirdPartyJobSuccessResult", {})
|
|
17
13
|
.n("CodePipelineClient", "PutThirdPartyJobSuccessResultCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutThirdPartyJobSuccessResultCommand)
|
|
20
|
-
.de(de_PutThirdPartyJobSuccessResultCommand)
|
|
14
|
+
.sc(PutThirdPartyJobSuccessResult)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutWebhook } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutWebhookCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "PutWebhook", {})
|
|
17
13
|
.n("CodePipelineClient", "PutWebhookCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutWebhookCommand)
|
|
20
|
-
.de(de_PutWebhookCommand)
|
|
14
|
+
.sc(PutWebhook)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RegisterWebhookWithThirdParty } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RegisterWebhookWithThirdPartyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "RegisterWebhookWithThirdParty", {})
|
|
17
13
|
.n("CodePipelineClient", "RegisterWebhookWithThirdPartyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RegisterWebhookWithThirdPartyCommand)
|
|
20
|
-
.de(de_RegisterWebhookWithThirdPartyCommand)
|
|
14
|
+
.sc(RegisterWebhookWithThirdParty)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RetryStageExecution } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RetryStageExecutionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "RetryStageExecution", {})
|
|
17
13
|
.n("CodePipelineClient", "RetryStageExecutionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RetryStageExecutionCommand)
|
|
20
|
-
.de(de_RetryStageExecutionCommand)
|
|
14
|
+
.sc(RetryStageExecution)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RollbackStage } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RollbackStageCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "RollbackStage", {})
|
|
17
13
|
.n("CodePipelineClient", "RollbackStageCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RollbackStageCommand)
|
|
20
|
-
.de(de_RollbackStageCommand)
|
|
14
|
+
.sc(RollbackStage)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StartPipelineExecution } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StartPipelineExecutionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "StartPipelineExecution", {})
|
|
17
13
|
.n("CodePipelineClient", "StartPipelineExecutionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StartPipelineExecutionCommand)
|
|
20
|
-
.de(de_StartPipelineExecutionCommand)
|
|
14
|
+
.sc(StartPipelineExecution)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StopPipelineExecution } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StopPipelineExecutionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "StopPipelineExecution", {})
|
|
17
13
|
.n("CodePipelineClient", "StopPipelineExecutionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StopPipelineExecutionCommand)
|
|
20
|
-
.de(de_StopPipelineExecutionCommand)
|
|
14
|
+
.sc(StopPipelineExecution)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { TagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "TagResource", {})
|
|
17
13
|
.n("CodePipelineClient", "TagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TagResourceCommand)
|
|
20
|
-
.de(de_TagResourceCommand)
|
|
14
|
+
.sc(TagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UntagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UntagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "UntagResource", {})
|
|
17
13
|
.n("CodePipelineClient", "UntagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UntagResourceCommand)
|
|
20
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateActionType } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateActionTypeCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "UpdateActionType", {})
|
|
17
13
|
.n("CodePipelineClient", "UpdateActionTypeCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateActionTypeCommand)
|
|
20
|
-
.de(de_UpdateActionTypeCommand)
|
|
14
|
+
.sc(UpdateActionType)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdatePipeline } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdatePipelineCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodePipeline_20150709", "UpdatePipeline", {})
|
|
17
13
|
.n("CodePipelineClient", "UpdatePipelineCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdatePipelineCommand)
|
|
20
|
-
.de(de_UpdatePipelineCommand)
|
|
14
|
+
.sc(UpdatePipeline)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
1
|
import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
|
|
3
2
|
export const JobStatus = {
|
|
4
3
|
Created: "Created",
|
|
@@ -674,41 +673,3 @@ export class RequestFailedException extends __BaseException {
|
|
|
674
673
|
Object.setPrototypeOf(this, RequestFailedException.prototype);
|
|
675
674
|
}
|
|
676
675
|
}
|
|
677
|
-
export const AWSSessionCredentialsFilterSensitiveLog = (obj) => ({
|
|
678
|
-
...obj,
|
|
679
|
-
...(obj.accessKeyId && { accessKeyId: SENSITIVE_STRING }),
|
|
680
|
-
...(obj.secretAccessKey && { secretAccessKey: SENSITIVE_STRING }),
|
|
681
|
-
...(obj.sessionToken && { sessionToken: SENSITIVE_STRING }),
|
|
682
|
-
});
|
|
683
|
-
export const JobDataFilterSensitiveLog = (obj) => ({
|
|
684
|
-
...obj,
|
|
685
|
-
...(obj.artifactCredentials && { artifactCredentials: SENSITIVE_STRING }),
|
|
686
|
-
});
|
|
687
|
-
export const JobDetailsFilterSensitiveLog = (obj) => ({
|
|
688
|
-
...obj,
|
|
689
|
-
...(obj.data && { data: JobDataFilterSensitiveLog(obj.data) }),
|
|
690
|
-
});
|
|
691
|
-
export const GetJobDetailsOutputFilterSensitiveLog = (obj) => ({
|
|
692
|
-
...obj,
|
|
693
|
-
...(obj.jobDetails && { jobDetails: JobDetailsFilterSensitiveLog(obj.jobDetails) }),
|
|
694
|
-
});
|
|
695
|
-
export const ThirdPartyJobDataFilterSensitiveLog = (obj) => ({
|
|
696
|
-
...obj,
|
|
697
|
-
...(obj.artifactCredentials && { artifactCredentials: SENSITIVE_STRING }),
|
|
698
|
-
});
|
|
699
|
-
export const ThirdPartyJobDetailsFilterSensitiveLog = (obj) => ({
|
|
700
|
-
...obj,
|
|
701
|
-
...(obj.data && { data: ThirdPartyJobDataFilterSensitiveLog(obj.data) }),
|
|
702
|
-
});
|
|
703
|
-
export const GetThirdPartyJobDetailsOutputFilterSensitiveLog = (obj) => ({
|
|
704
|
-
...obj,
|
|
705
|
-
...(obj.jobDetails && { jobDetails: ThirdPartyJobDetailsFilterSensitiveLog(obj.jobDetails) }),
|
|
706
|
-
});
|
|
707
|
-
export const JobFilterSensitiveLog = (obj) => ({
|
|
708
|
-
...obj,
|
|
709
|
-
...(obj.data && { data: JobDataFilterSensitiveLog(obj.data) }),
|
|
710
|
-
});
|
|
711
|
-
export const PollForJobsOutputFilterSensitiveLog = (obj) => ({
|
|
712
|
-
...obj,
|
|
713
|
-
...(obj.jobs && { jobs: obj.jobs.map((item) => JobFilterSensitiveLog(item)) }),
|
|
714
|
-
});
|