@aws-sdk/client-codepipeline 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/CodePipeline.d.ts +706 -200
- package/dist-types/ts3.4/CodePipelineClient.d.ts +364 -112
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2027 -1808
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListActionTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWebhooksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import {
|
|
14
|
+
PutApprovalResultInput,
|
|
15
|
+
PutApprovalResultOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PutApprovalResultCommandInput extends PutApprovalResultInput {}
|
|
18
|
+
export interface PutApprovalResultCommandOutput
|
|
19
|
+
extends PutApprovalResultOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class PutApprovalResultCommand extends $Command<
|
|
23
|
+
PutApprovalResultCommandInput,
|
|
24
|
+
PutApprovalResultCommandOutput,
|
|
25
|
+
CodePipelineClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutApprovalResultCommandInput;
|
|
28
|
+
constructor(input: PutApprovalResultCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<PutApprovalResultCommandInput, PutApprovalResultCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import { PutJobFailureResultInput } from "../models/models_0";
|
|
14
|
+
export interface PutJobFailureResultCommandInput
|
|
15
|
+
extends PutJobFailureResultInput {}
|
|
16
|
+
export interface PutJobFailureResultCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class PutJobFailureResultCommand extends $Command<
|
|
19
|
+
PutJobFailureResultCommandInput,
|
|
20
|
+
PutJobFailureResultCommandOutput,
|
|
21
|
+
CodePipelineClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: PutJobFailureResultCommandInput;
|
|
24
|
+
constructor(input: PutJobFailureResultCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import { PutJobSuccessResultInput } from "../models/models_0";
|
|
14
|
+
export interface PutJobSuccessResultCommandInput
|
|
15
|
+
extends PutJobSuccessResultInput {}
|
|
16
|
+
export interface PutJobSuccessResultCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class PutJobSuccessResultCommand extends $Command<
|
|
19
|
+
PutJobSuccessResultCommandInput,
|
|
20
|
+
PutJobSuccessResultCommandOutput,
|
|
21
|
+
CodePipelineClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: PutJobSuccessResultCommandInput;
|
|
24
|
+
constructor(input: PutJobSuccessResultCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import { PutThirdPartyJobFailureResultInput } from "../models/models_0";
|
|
14
|
+
export interface PutThirdPartyJobFailureResultCommandInput
|
|
15
|
+
extends PutThirdPartyJobFailureResultInput {}
|
|
16
|
+
export interface PutThirdPartyJobFailureResultCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutThirdPartyJobFailureResultCommand extends $Command<
|
|
20
|
+
PutThirdPartyJobFailureResultCommandInput,
|
|
21
|
+
PutThirdPartyJobFailureResultCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutThirdPartyJobFailureResultCommandInput;
|
|
25
|
+
constructor(input: PutThirdPartyJobFailureResultCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
PutThirdPartyJobFailureResultCommandInput,
|
|
33
|
+
PutThirdPartyJobFailureResultCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import { PutThirdPartyJobSuccessResultInput } from "../models/models_0";
|
|
14
|
+
export interface PutThirdPartyJobSuccessResultCommandInput
|
|
15
|
+
extends PutThirdPartyJobSuccessResultInput {}
|
|
16
|
+
export interface PutThirdPartyJobSuccessResultCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutThirdPartyJobSuccessResultCommand extends $Command<
|
|
20
|
+
PutThirdPartyJobSuccessResultCommandInput,
|
|
21
|
+
PutThirdPartyJobSuccessResultCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutThirdPartyJobSuccessResultCommandInput;
|
|
25
|
+
constructor(input: PutThirdPartyJobSuccessResultCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
PutThirdPartyJobSuccessResultCommandInput,
|
|
33
|
+
PutThirdPartyJobSuccessResultCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import { PutWebhookInput, PutWebhookOutput } from "../models/models_0";
|
|
14
|
+
export interface PutWebhookCommandInput extends PutWebhookInput {}
|
|
15
|
+
export interface PutWebhookCommandOutput
|
|
16
|
+
extends PutWebhookOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutWebhookCommand extends $Command<
|
|
20
|
+
PutWebhookCommandInput,
|
|
21
|
+
PutWebhookCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutWebhookCommandInput;
|
|
25
|
+
constructor(input: PutWebhookCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<PutWebhookCommandInput, PutWebhookCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import {
|
|
14
|
+
RegisterWebhookWithThirdPartyInput,
|
|
15
|
+
RegisterWebhookWithThirdPartyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterWebhookWithThirdPartyCommandInput
|
|
18
|
+
extends RegisterWebhookWithThirdPartyInput {}
|
|
19
|
+
export interface RegisterWebhookWithThirdPartyCommandOutput
|
|
20
|
+
extends RegisterWebhookWithThirdPartyOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RegisterWebhookWithThirdPartyCommand extends $Command<
|
|
24
|
+
RegisterWebhookWithThirdPartyCommandInput,
|
|
25
|
+
RegisterWebhookWithThirdPartyCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RegisterWebhookWithThirdPartyCommandInput;
|
|
29
|
+
constructor(input: RegisterWebhookWithThirdPartyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RegisterWebhookWithThirdPartyCommandInput,
|
|
37
|
+
RegisterWebhookWithThirdPartyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import {
|
|
14
|
+
RetryStageExecutionInput,
|
|
15
|
+
RetryStageExecutionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RetryStageExecutionCommandInput
|
|
18
|
+
extends RetryStageExecutionInput {}
|
|
19
|
+
export interface RetryStageExecutionCommandOutput
|
|
20
|
+
extends RetryStageExecutionOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RetryStageExecutionCommand extends $Command<
|
|
24
|
+
RetryStageExecutionCommandInput,
|
|
25
|
+
RetryStageExecutionCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RetryStageExecutionCommandInput;
|
|
29
|
+
constructor(input: RetryStageExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import {
|
|
14
|
+
StartPipelineExecutionInput,
|
|
15
|
+
StartPipelineExecutionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartPipelineExecutionCommandInput
|
|
18
|
+
extends StartPipelineExecutionInput {}
|
|
19
|
+
export interface StartPipelineExecutionCommandOutput
|
|
20
|
+
extends StartPipelineExecutionOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StartPipelineExecutionCommand extends $Command<
|
|
24
|
+
StartPipelineExecutionCommandInput,
|
|
25
|
+
StartPipelineExecutionCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartPipelineExecutionCommandInput;
|
|
29
|
+
constructor(input: StartPipelineExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StartPipelineExecutionCommandInput,
|
|
37
|
+
StartPipelineExecutionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import {
|
|
14
|
+
StopPipelineExecutionInput,
|
|
15
|
+
StopPipelineExecutionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StopPipelineExecutionCommandInput
|
|
18
|
+
extends StopPipelineExecutionInput {}
|
|
19
|
+
export interface StopPipelineExecutionCommandOutput
|
|
20
|
+
extends StopPipelineExecutionOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StopPipelineExecutionCommand extends $Command<
|
|
24
|
+
StopPipelineExecutionCommandInput,
|
|
25
|
+
StopPipelineExecutionCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StopPipelineExecutionCommandInput;
|
|
29
|
+
constructor(input: StopPipelineExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StopPipelineExecutionCommandInput,
|
|
37
|
+
StopPipelineExecutionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodePipelineClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodePipelineClient";
|
|
13
|
+
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|