@aws-sdk/client-codepipeline 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CodePipeline.d.ts +0 -39
- package/dist-types/ts3.4/CodePipelineClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -588
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface GetThirdPartyJobDetailsCommandInput
|
|
|
19
19
|
export interface GetThirdPartyJobDetailsCommandOutput
|
|
20
20
|
extends GetThirdPartyJobDetailsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetThirdPartyJobDetailsCommand extends $Command<
|
|
24
23
|
GetThirdPartyJobDetailsCommandInput,
|
|
25
24
|
GetThirdPartyJobDetailsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetThirdPartyJobDetailsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetThirdPartyJobDetailsCommandInput;
|
|
29
28
|
constructor(input: GetThirdPartyJobDetailsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListActionExecutionsCommandInput
|
|
|
19
19
|
export interface ListActionExecutionsCommandOutput
|
|
20
20
|
extends ListActionExecutionsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListActionExecutionsCommand extends $Command<
|
|
24
23
|
ListActionExecutionsCommandInput,
|
|
25
24
|
ListActionExecutionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListActionExecutionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListActionExecutionsCommandInput;
|
|
29
28
|
constructor(input: ListActionExecutionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListActionTypesCommandInput extends ListActionTypesInput {}
|
|
|
18
18
|
export interface ListActionTypesCommandOutput
|
|
19
19
|
extends ListActionTypesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListActionTypesCommand extends $Command<
|
|
23
22
|
ListActionTypesCommandInput,
|
|
24
23
|
ListActionTypesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListActionTypesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListActionTypesCommandInput;
|
|
28
27
|
constructor(input: ListActionTypesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPipelineExecutionsCommandInput
|
|
|
19
19
|
export interface ListPipelineExecutionsCommandOutput
|
|
20
20
|
extends ListPipelineExecutionsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPipelineExecutionsCommand extends $Command<
|
|
24
23
|
ListPipelineExecutionsCommandInput,
|
|
25
24
|
ListPipelineExecutionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPipelineExecutionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPipelineExecutionsCommandInput;
|
|
29
28
|
constructor(input: ListPipelineExecutionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListPipelinesCommandInput extends ListPipelinesInput {}
|
|
|
15
15
|
export interface ListPipelinesCommandOutput
|
|
16
16
|
extends ListPipelinesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListPipelinesCommand extends $Command<
|
|
20
19
|
ListPipelinesCommandInput,
|
|
21
20
|
ListPipelinesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListPipelinesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListPipelinesCommandInput;
|
|
25
24
|
constructor(input: ListPipelinesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListWebhooksCommandInput extends ListWebhooksInput {}
|
|
|
15
15
|
export interface ListWebhooksCommandOutput
|
|
16
16
|
extends ListWebhooksOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListWebhooksCommand extends $Command<
|
|
20
19
|
ListWebhooksCommandInput,
|
|
21
20
|
ListWebhooksCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListWebhooksCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListWebhooksCommandInput;
|
|
25
24
|
constructor(input: ListWebhooksCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PollForJobsCommandInput extends PollForJobsInput {}
|
|
|
15
15
|
export interface PollForJobsCommandOutput
|
|
16
16
|
extends PollForJobsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PollForJobsCommand extends $Command<
|
|
20
19
|
PollForJobsCommandInput,
|
|
21
20
|
PollForJobsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PollForJobsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PollForJobsCommandInput;
|
|
25
24
|
constructor(input: PollForJobsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PollForThirdPartyJobsCommandInput
|
|
|
19
19
|
export interface PollForThirdPartyJobsCommandOutput
|
|
20
20
|
extends PollForThirdPartyJobsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PollForThirdPartyJobsCommand extends $Command<
|
|
24
23
|
PollForThirdPartyJobsCommandInput,
|
|
25
24
|
PollForThirdPartyJobsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PollForThirdPartyJobsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PollForThirdPartyJobsCommandInput;
|
|
29
28
|
constructor(input: PollForThirdPartyJobsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutActionRevisionCommandInput extends PutActionRevisionInput {}
|
|
|
18
18
|
export interface PutActionRevisionCommandOutput
|
|
19
19
|
extends PutActionRevisionOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutActionRevisionCommand extends $Command<
|
|
23
22
|
PutActionRevisionCommandInput,
|
|
24
23
|
PutActionRevisionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutActionRevisionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutActionRevisionCommandInput;
|
|
28
27
|
constructor(input: PutActionRevisionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutApprovalResultCommandInput extends PutApprovalResultInput {}
|
|
|
18
18
|
export interface PutApprovalResultCommandOutput
|
|
19
19
|
extends PutApprovalResultOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutApprovalResultCommand extends $Command<
|
|
23
22
|
PutApprovalResultCommandInput,
|
|
24
23
|
PutApprovalResultCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutApprovalResultCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutApprovalResultCommandInput;
|
|
28
27
|
constructor(input: PutApprovalResultCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { PutJobFailureResultInput } from "../models/models_0";
|
|
|
14
14
|
export interface PutJobFailureResultCommandInput
|
|
15
15
|
extends PutJobFailureResultInput {}
|
|
16
16
|
export interface PutJobFailureResultCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class PutJobFailureResultCommand extends $Command<
|
|
19
18
|
PutJobFailureResultCommandInput,
|
|
20
19
|
PutJobFailureResultCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class PutJobFailureResultCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: PutJobFailureResultCommandInput;
|
|
24
23
|
constructor(input: PutJobFailureResultCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { PutJobSuccessResultInput } from "../models/models_0";
|
|
|
14
14
|
export interface PutJobSuccessResultCommandInput
|
|
15
15
|
extends PutJobSuccessResultInput {}
|
|
16
16
|
export interface PutJobSuccessResultCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class PutJobSuccessResultCommand extends $Command<
|
|
19
18
|
PutJobSuccessResultCommandInput,
|
|
20
19
|
PutJobSuccessResultCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class PutJobSuccessResultCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: PutJobSuccessResultCommandInput;
|
|
24
23
|
constructor(input: PutJobSuccessResultCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PutThirdPartyJobFailureResultCommandInput
|
|
|
15
15
|
extends PutThirdPartyJobFailureResultInput {}
|
|
16
16
|
export interface PutThirdPartyJobFailureResultCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PutThirdPartyJobFailureResultCommand extends $Command<
|
|
20
19
|
PutThirdPartyJobFailureResultCommandInput,
|
|
21
20
|
PutThirdPartyJobFailureResultCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PutThirdPartyJobFailureResultCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PutThirdPartyJobFailureResultCommandInput;
|
|
25
24
|
constructor(input: PutThirdPartyJobFailureResultCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PutThirdPartyJobSuccessResultCommandInput
|
|
|
15
15
|
extends PutThirdPartyJobSuccessResultInput {}
|
|
16
16
|
export interface PutThirdPartyJobSuccessResultCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PutThirdPartyJobSuccessResultCommand extends $Command<
|
|
20
19
|
PutThirdPartyJobSuccessResultCommandInput,
|
|
21
20
|
PutThirdPartyJobSuccessResultCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PutThirdPartyJobSuccessResultCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PutThirdPartyJobSuccessResultCommandInput;
|
|
25
24
|
constructor(input: PutThirdPartyJobSuccessResultCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PutWebhookCommandInput extends PutWebhookInput {}
|
|
|
15
15
|
export interface PutWebhookCommandOutput
|
|
16
16
|
extends PutWebhookOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PutWebhookCommand extends $Command<
|
|
20
19
|
PutWebhookCommandInput,
|
|
21
20
|
PutWebhookCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PutWebhookCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PutWebhookCommandInput;
|
|
25
24
|
constructor(input: PutWebhookCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RegisterWebhookWithThirdPartyCommandInput
|
|
|
19
19
|
export interface RegisterWebhookWithThirdPartyCommandOutput
|
|
20
20
|
extends RegisterWebhookWithThirdPartyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RegisterWebhookWithThirdPartyCommand extends $Command<
|
|
24
23
|
RegisterWebhookWithThirdPartyCommandInput,
|
|
25
24
|
RegisterWebhookWithThirdPartyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RegisterWebhookWithThirdPartyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RegisterWebhookWithThirdPartyCommandInput;
|
|
29
28
|
constructor(input: RegisterWebhookWithThirdPartyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RetryStageExecutionCommandInput
|
|
|
19
19
|
export interface RetryStageExecutionCommandOutput
|
|
20
20
|
extends RetryStageExecutionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RetryStageExecutionCommand extends $Command<
|
|
24
23
|
RetryStageExecutionCommandInput,
|
|
25
24
|
RetryStageExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RetryStageExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RetryStageExecutionCommandInput;
|
|
29
28
|
constructor(input: RetryStageExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartPipelineExecutionCommandInput
|
|
|
19
19
|
export interface StartPipelineExecutionCommandOutput
|
|
20
20
|
extends StartPipelineExecutionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartPipelineExecutionCommand extends $Command<
|
|
24
23
|
StartPipelineExecutionCommandInput,
|
|
25
24
|
StartPipelineExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartPipelineExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartPipelineExecutionCommandInput;
|
|
29
28
|
constructor(input: StartPipelineExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopPipelineExecutionCommandInput
|
|
|
19
19
|
export interface StopPipelineExecutionCommandOutput
|
|
20
20
|
extends StopPipelineExecutionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopPipelineExecutionCommand extends $Command<
|
|
24
23
|
StopPipelineExecutionCommandInput,
|
|
25
24
|
StopPipelineExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopPipelineExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopPipelineExecutionCommandInput;
|
|
29
28
|
constructor(input: StopPipelineExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UpdateActionTypeInput } from "../models/models_0";
|
|
14
14
|
export interface UpdateActionTypeCommandInput extends UpdateActionTypeInput {}
|
|
15
15
|
export interface UpdateActionTypeCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UpdateActionTypeCommand extends $Command<
|
|
18
17
|
UpdateActionTypeCommandInput,
|
|
19
18
|
UpdateActionTypeCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UpdateActionTypeCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UpdateActionTypeCommandInput;
|
|
23
22
|
constructor(input: UpdateActionTypeCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdatePipelineCommandInput extends UpdatePipelineInput {}
|
|
|
15
15
|
export interface UpdatePipelineCommandOutput
|
|
16
16
|
extends UpdatePipelineOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdatePipelineCommand extends $Command<
|
|
20
19
|
UpdatePipelineCommandInput,
|
|
21
20
|
UpdatePipelineCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdatePipelineCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdatePipelineCommandInput;
|
|
25
24
|
constructor(input: UpdatePipelineCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodePipelineClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CodePipelineServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|