@aws-sdk/client-codepipeline 3.1077.0 → 3.1078.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 +138 -529
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcknowledgeJobCommand.js +2 -14
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -14
- package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -14
- package/dist-es/commands/CreatePipelineCommand.js +2 -14
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -14
- package/dist-es/commands/DeletePipelineCommand.js +2 -14
- package/dist-es/commands/DeleteWebhookCommand.js +2 -14
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -14
- package/dist-es/commands/DisableStageTransitionCommand.js +2 -14
- package/dist-es/commands/EnableStageTransitionCommand.js +2 -14
- package/dist-es/commands/GetActionTypeCommand.js +2 -14
- package/dist-es/commands/GetJobDetailsCommand.js +2 -14
- package/dist-es/commands/GetPipelineCommand.js +2 -14
- package/dist-es/commands/GetPipelineExecutionCommand.js +2 -14
- package/dist-es/commands/GetPipelineStateCommand.js +2 -14
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -14
- package/dist-es/commands/ListActionExecutionsCommand.js +2 -14
- package/dist-es/commands/ListActionTypesCommand.js +2 -14
- package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +2 -14
- package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -14
- package/dist-es/commands/ListPipelinesCommand.js +2 -14
- package/dist-es/commands/ListRuleExecutionsCommand.js +2 -14
- package/dist-es/commands/ListRuleTypesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWebhooksCommand.js +2 -14
- package/dist-es/commands/OverrideStageConditionCommand.js +2 -14
- package/dist-es/commands/PollForJobsCommand.js +2 -14
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -14
- package/dist-es/commands/PutActionRevisionCommand.js +2 -14
- package/dist-es/commands/PutApprovalResultCommand.js +2 -14
- package/dist-es/commands/PutJobFailureResultCommand.js +2 -14
- package/dist-es/commands/PutJobSuccessResultCommand.js +2 -14
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -14
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -14
- package/dist-es/commands/PutWebhookCommand.js +2 -14
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -14
- package/dist-es/commands/RetryStageExecutionCommand.js +2 -14
- package/dist-es/commands/RollbackStageCommand.js +2 -14
- package/dist-es/commands/StartPipelineExecutionCommand.js +2 -14
- package/dist-es/commands/StopPipelineExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateActionTypeCommand.js +2 -14
- package/dist-es/commands/UpdatePipelineCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcknowledgeJobCommand.d.ts +3 -8
- package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +3 -8
- package/dist-types/commands/CreatePipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeletePipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -8
- package/dist-types/commands/DisableStageTransitionCommand.d.ts +3 -8
- package/dist-types/commands/EnableStageTransitionCommand.d.ts +3 -8
- package/dist-types/commands/GetActionTypeCommand.d.ts +3 -8
- package/dist-types/commands/GetJobDetailsCommand.d.ts +3 -8
- package/dist-types/commands/GetPipelineCommand.d.ts +3 -8
- package/dist-types/commands/GetPipelineExecutionCommand.d.ts +3 -8
- package/dist-types/commands/GetPipelineStateCommand.d.ts +3 -8
- package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +3 -8
- package/dist-types/commands/ListActionExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListActionTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListDeployActionExecutionTargetsCommand.d.ts +3 -8
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPipelinesCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWebhooksCommand.d.ts +3 -8
- package/dist-types/commands/OverrideStageConditionCommand.d.ts +3 -8
- package/dist-types/commands/PollForJobsCommand.d.ts +3 -8
- package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +3 -8
- package/dist-types/commands/PutActionRevisionCommand.d.ts +3 -8
- package/dist-types/commands/PutApprovalResultCommand.d.ts +3 -8
- package/dist-types/commands/PutJobFailureResultCommand.d.ts +3 -8
- package/dist-types/commands/PutJobSuccessResultCommand.d.ts +3 -8
- package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +3 -8
- package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +3 -8
- package/dist-types/commands/PutWebhookCommand.d.ts +3 -8
- package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -8
- package/dist-types/commands/RetryStageExecutionCommand.d.ts +3 -8
- package/dist-types/commands/RollbackStageCommand.d.ts +3 -8
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateActionTypeCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutJobSuccessResult$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutJobSuccessResultCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "PutJobSuccessResult", {})
|
|
13
|
-
.n("CodePipelineClient", "PutJobSuccessResultCommand")
|
|
14
|
-
.sc(PutJobSuccessResult$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutJobSuccessResultCommand extends command(_ep0, _mw0, "PutJobSuccessResult", PutJobSuccessResult$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutThirdPartyJobFailureResult$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutThirdPartyJobFailureResultCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "PutThirdPartyJobFailureResult", {})
|
|
13
|
-
.n("CodePipelineClient", "PutThirdPartyJobFailureResultCommand")
|
|
14
|
-
.sc(PutThirdPartyJobFailureResult$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutThirdPartyJobFailureResultCommand extends command(_ep0, _mw0, "PutThirdPartyJobFailureResult", PutThirdPartyJobFailureResult$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutThirdPartyJobSuccessResult$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutThirdPartyJobSuccessResultCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "PutThirdPartyJobSuccessResult", {})
|
|
13
|
-
.n("CodePipelineClient", "PutThirdPartyJobSuccessResultCommand")
|
|
14
|
-
.sc(PutThirdPartyJobSuccessResult$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutThirdPartyJobSuccessResultCommand extends command(_ep0, _mw0, "PutThirdPartyJobSuccessResult", PutThirdPartyJobSuccessResult$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutWebhook$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutWebhookCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "PutWebhook", {})
|
|
13
|
-
.n("CodePipelineClient", "PutWebhookCommand")
|
|
14
|
-
.sc(PutWebhook$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutWebhookCommand extends command(_ep0, _mw0, "PutWebhook", PutWebhook$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterWebhookWithThirdParty$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterWebhookWithThirdPartyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "RegisterWebhookWithThirdParty", {})
|
|
13
|
-
.n("CodePipelineClient", "RegisterWebhookWithThirdPartyCommand")
|
|
14
|
-
.sc(RegisterWebhookWithThirdParty$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterWebhookWithThirdPartyCommand extends command(_ep0, _mw0, "RegisterWebhookWithThirdParty", RegisterWebhookWithThirdParty$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RetryStageExecution$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RetryStageExecutionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "RetryStageExecution", {})
|
|
13
|
-
.n("CodePipelineClient", "RetryStageExecutionCommand")
|
|
14
|
-
.sc(RetryStageExecution$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RetryStageExecutionCommand extends command(_ep0, _mw0, "RetryStageExecution", RetryStageExecution$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RollbackStage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RollbackStageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "RollbackStage", {})
|
|
13
|
-
.n("CodePipelineClient", "RollbackStageCommand")
|
|
14
|
-
.sc(RollbackStage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RollbackStageCommand extends command(_ep0, _mw0, "RollbackStage", RollbackStage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartPipelineExecution$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartPipelineExecutionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "StartPipelineExecution", {})
|
|
13
|
-
.n("CodePipelineClient", "StartPipelineExecutionCommand")
|
|
14
|
-
.sc(StartPipelineExecution$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartPipelineExecutionCommand extends command(_ep0, _mw0, "StartPipelineExecution", StartPipelineExecution$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopPipelineExecution$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopPipelineExecutionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "StopPipelineExecution", {})
|
|
13
|
-
.n("CodePipelineClient", "StopPipelineExecutionCommand")
|
|
14
|
-
.sc(StopPipelineExecution$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopPipelineExecutionCommand extends command(_ep0, _mw0, "StopPipelineExecution", StopPipelineExecution$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "TagResource", {})
|
|
13
|
-
.n("CodePipelineClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "UntagResource", {})
|
|
13
|
-
.n("CodePipelineClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateActionType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateActionTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "UpdateActionType", {})
|
|
13
|
-
.n("CodePipelineClient", "UpdateActionTypeCommand")
|
|
14
|
-
.sc(UpdateActionType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateActionTypeCommand extends command(_ep0, _mw0, "UpdateActionType", UpdateActionType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdatePipeline$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdatePipelineCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodePipeline_20150709", "UpdatePipeline", {})
|
|
13
|
-
.n("CodePipelineClient", "UpdatePipelineCommand")
|
|
14
|
-
.sc(UpdatePipeline$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdatePipelineCommand extends command(_ep0, _mw0, "UpdatePipeline", UpdatePipeline$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CodePipelineClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AcknowledgeJobCommandInput extends AcknowledgeJobInput {
|
|
|
22
19
|
export interface AcknowledgeJobCommandOutput extends AcknowledgeJobOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AcknowledgeJobCommand_base: {
|
|
25
|
-
new (input: AcknowledgeJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AcknowledgeJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AcknowledgeJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AcknowledgeJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a specified job and whether that job has been received by
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AcknowledgeThirdPartyJobCommandInput extends AcknowledgeThirdPa
|
|
|
22
19
|
export interface AcknowledgeThirdPartyJobCommandOutput extends AcknowledgeThirdPartyJobOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AcknowledgeThirdPartyJobCommand_base: {
|
|
25
|
-
new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Confirms a job worker has received the specified job. Used for partner actions
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { CreateCustomActionTypeInput, CreateCustomActionTypeOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCustomActionTypeCommandInput extends CreateCustomActionTy
|
|
|
22
19
|
export interface CreateCustomActionTypeCommandOutput extends CreateCustomActionTypeOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCustomActionTypeCommand_base: {
|
|
25
|
-
new (input: CreateCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new custom action that can be used in all pipelines associated with the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreatePipelineCommandInput extends CreatePipelineInput {
|
|
|
22
19
|
export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePipelineCommand_base: {
|
|
25
|
-
new (input: CreatePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { DeleteCustomActionTypeInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCustomActionTypeCommandInput extends DeleteCustomActionTy
|
|
|
22
19
|
export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCustomActionTypeCommand_base: {
|
|
25
|
-
new (input: DeleteCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Marks a custom action as deleted. <code>PollForJobs</code> for the custom action
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { DeletePipelineInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeletePipelineCommandInput extends DeletePipelineInput {
|
|
|
22
19
|
export interface DeletePipelineCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeletePipelineCommand_base: {
|
|
25
|
-
new (input: DeletePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeletePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeletePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeletePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {
|
|
|
22
19
|
export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteWebhookCommand_base: {
|
|
25
|
-
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a previously created webhook by name. Deleting the webhook stops CodePipeline from starting a pipeline every time an external event occurs. The API
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { DeregisterWebhookWithThirdPartyInput, DeregisterWebhookWithThirdPartyOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeregisterWebhookWithThirdPartyCommandInput extends DeregisterW
|
|
|
22
19
|
export interface DeregisterWebhookWithThirdPartyCommandOutput extends DeregisterWebhookWithThirdPartyOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeregisterWebhookWithThirdPartyCommand_base: {
|
|
25
|
-
new (input: DeregisterWebhookWithThirdPartyCommandInput): import("@smithy/core/client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DeregisterWebhookWithThirdPartyCommandInput]): import("@smithy/core/client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeregisterWebhookWithThirdPartyCommandInput): import("@smithy/core/client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DeregisterWebhookWithThirdPartyCommandInput]): import("@smithy/core/client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the connection between the webhook that was created by CodePipeline
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { DisableStageTransitionInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DisableStageTransitionCommandInput extends DisableStageTransiti
|
|
|
22
19
|
export interface DisableStageTransitionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisableStageTransitionCommand_base: {
|
|
25
|
-
new (input: DisableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Prevents artifacts in a pipeline from transitioning to the next stage in the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { EnableStageTransitionInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface EnableStageTransitionCommandInput extends EnableStageTransition
|
|
|
22
19
|
export interface EnableStageTransitionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const EnableStageTransitionCommand_base: {
|
|
25
|
-
new (input: EnableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: EnableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: EnableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: EnableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables artifacts in a pipeline to transition to a stage in a pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { GetActionTypeInput, GetActionTypeOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetActionTypeCommandInput extends GetActionTypeInput {
|
|
|
22
19
|
export interface GetActionTypeCommandOutput extends GetActionTypeOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetActionTypeCommand_base: {
|
|
25
|
-
new (input: GetActionTypeCommandInput): import("@smithy/core/client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetActionTypeCommandInput): import("@smithy/core/client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetActionTypeCommandInput): import("@smithy/core/client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetActionTypeCommandInput): import("@smithy/core/client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about an action type created for an external provider, where the
|