@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,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 { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
|
|
14
|
+
export interface CreatePipelineCommandInput extends CreatePipelineInput {}
|
|
15
|
+
export interface CreatePipelineCommandOutput
|
|
16
|
+
extends CreatePipelineOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreatePipelineCommand extends $Command<
|
|
20
|
+
CreatePipelineCommandInput,
|
|
21
|
+
CreatePipelineCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreatePipelineCommandInput;
|
|
25
|
+
constructor(input: CreatePipelineCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreatePipelineCommandInput, CreatePipelineCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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 { DeleteCustomActionTypeInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteCustomActionTypeCommandInput
|
|
15
|
+
extends DeleteCustomActionTypeInput {}
|
|
16
|
+
export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteCustomActionTypeCommand extends $Command<
|
|
19
|
+
DeleteCustomActionTypeCommandInput,
|
|
20
|
+
DeleteCustomActionTypeCommandOutput,
|
|
21
|
+
CodePipelineClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteCustomActionTypeCommandInput;
|
|
24
|
+
constructor(input: DeleteCustomActionTypeCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
DeleteCustomActionTypeCommandInput,
|
|
32
|
+
DeleteCustomActionTypeCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { DeletePipelineInput } from "../models/models_0";
|
|
14
|
+
export interface DeletePipelineCommandInput extends DeletePipelineInput {}
|
|
15
|
+
export interface DeletePipelineCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeletePipelineCommand extends $Command<
|
|
18
|
+
DeletePipelineCommandInput,
|
|
19
|
+
DeletePipelineCommandOutput,
|
|
20
|
+
CodePipelineClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeletePipelineCommandInput;
|
|
23
|
+
constructor(input: DeletePipelineCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeletePipelineCommandInput, DeletePipelineCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
|
|
14
|
+
export interface DeleteWebhookCommandInput extends DeleteWebhookInput {}
|
|
15
|
+
export interface DeleteWebhookCommandOutput
|
|
16
|
+
extends DeleteWebhookOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteWebhookCommand extends $Command<
|
|
20
|
+
DeleteWebhookCommandInput,
|
|
21
|
+
DeleteWebhookCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteWebhookCommandInput;
|
|
25
|
+
constructor(input: DeleteWebhookCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
|
|
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
|
+
DeregisterWebhookWithThirdPartyInput,
|
|
15
|
+
DeregisterWebhookWithThirdPartyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeregisterWebhookWithThirdPartyCommandInput
|
|
18
|
+
extends DeregisterWebhookWithThirdPartyInput {}
|
|
19
|
+
export interface DeregisterWebhookWithThirdPartyCommandOutput
|
|
20
|
+
extends DeregisterWebhookWithThirdPartyOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeregisterWebhookWithThirdPartyCommand extends $Command<
|
|
24
|
+
DeregisterWebhookWithThirdPartyCommandInput,
|
|
25
|
+
DeregisterWebhookWithThirdPartyCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeregisterWebhookWithThirdPartyCommandInput;
|
|
29
|
+
constructor(input: DeregisterWebhookWithThirdPartyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeregisterWebhookWithThirdPartyCommandInput,
|
|
37
|
+
DeregisterWebhookWithThirdPartyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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 { DisableStageTransitionInput } from "../models/models_0";
|
|
14
|
+
export interface DisableStageTransitionCommandInput
|
|
15
|
+
extends DisableStageTransitionInput {}
|
|
16
|
+
export interface DisableStageTransitionCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DisableStageTransitionCommand extends $Command<
|
|
19
|
+
DisableStageTransitionCommandInput,
|
|
20
|
+
DisableStageTransitionCommandOutput,
|
|
21
|
+
CodePipelineClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DisableStageTransitionCommandInput;
|
|
24
|
+
constructor(input: DisableStageTransitionCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
DisableStageTransitionCommandInput,
|
|
32
|
+
DisableStageTransitionCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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 { EnableStageTransitionInput } from "../models/models_0";
|
|
14
|
+
export interface EnableStageTransitionCommandInput
|
|
15
|
+
extends EnableStageTransitionInput {}
|
|
16
|
+
export interface EnableStageTransitionCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class EnableStageTransitionCommand extends $Command<
|
|
19
|
+
EnableStageTransitionCommandInput,
|
|
20
|
+
EnableStageTransitionCommandOutput,
|
|
21
|
+
CodePipelineClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: EnableStageTransitionCommandInput;
|
|
24
|
+
constructor(input: EnableStageTransitionCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
EnableStageTransitionCommandInput,
|
|
32
|
+
EnableStageTransitionCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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 { GetActionTypeInput, GetActionTypeOutput } from "../models/models_0";
|
|
14
|
+
export interface GetActionTypeCommandInput extends GetActionTypeInput {}
|
|
15
|
+
export interface GetActionTypeCommandOutput
|
|
16
|
+
extends GetActionTypeOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetActionTypeCommand extends $Command<
|
|
20
|
+
GetActionTypeCommandInput,
|
|
21
|
+
GetActionTypeCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetActionTypeCommandInput;
|
|
25
|
+
constructor(input: GetActionTypeCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetActionTypeCommandInput, GetActionTypeCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { GetJobDetailsInput, GetJobDetailsOutput } from "../models/models_0";
|
|
14
|
+
export interface GetJobDetailsCommandInput extends GetJobDetailsInput {}
|
|
15
|
+
export interface GetJobDetailsCommandOutput
|
|
16
|
+
extends GetJobDetailsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetJobDetailsCommand extends $Command<
|
|
20
|
+
GetJobDetailsCommandInput,
|
|
21
|
+
GetJobDetailsCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetJobDetailsCommandInput;
|
|
25
|
+
constructor(input: GetJobDetailsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetJobDetailsCommandInput, GetJobDetailsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { GetPipelineInput, GetPipelineOutput } from "../models/models_0";
|
|
14
|
+
export interface GetPipelineCommandInput extends GetPipelineInput {}
|
|
15
|
+
export interface GetPipelineCommandOutput
|
|
16
|
+
extends GetPipelineOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetPipelineCommand extends $Command<
|
|
20
|
+
GetPipelineCommandInput,
|
|
21
|
+
GetPipelineCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetPipelineCommandInput;
|
|
25
|
+
constructor(input: GetPipelineCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetPipelineCommandInput, GetPipelineCommandOutput>;
|
|
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
|
+
GetPipelineExecutionInput,
|
|
15
|
+
GetPipelineExecutionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetPipelineExecutionCommandInput
|
|
18
|
+
extends GetPipelineExecutionInput {}
|
|
19
|
+
export interface GetPipelineExecutionCommandOutput
|
|
20
|
+
extends GetPipelineExecutionOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetPipelineExecutionCommand extends $Command<
|
|
24
|
+
GetPipelineExecutionCommandInput,
|
|
25
|
+
GetPipelineExecutionCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetPipelineExecutionCommandInput;
|
|
29
|
+
constructor(input: GetPipelineExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetPipelineExecutionCommandInput,
|
|
37
|
+
GetPipelineExecutionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|