@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
|
+
GetPipelineStateInput,
|
|
15
|
+
GetPipelineStateOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetPipelineStateCommandInput extends GetPipelineStateInput {}
|
|
18
|
+
export interface GetPipelineStateCommandOutput
|
|
19
|
+
extends GetPipelineStateOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetPipelineStateCommand extends $Command<
|
|
23
|
+
GetPipelineStateCommandInput,
|
|
24
|
+
GetPipelineStateCommandOutput,
|
|
25
|
+
CodePipelineClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetPipelineStateCommandInput;
|
|
28
|
+
constructor(input: GetPipelineStateCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetPipelineStateCommandInput, GetPipelineStateCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
GetThirdPartyJobDetailsInput,
|
|
15
|
+
GetThirdPartyJobDetailsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetThirdPartyJobDetailsCommandInput
|
|
18
|
+
extends GetThirdPartyJobDetailsInput {}
|
|
19
|
+
export interface GetThirdPartyJobDetailsCommandOutput
|
|
20
|
+
extends GetThirdPartyJobDetailsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetThirdPartyJobDetailsCommand extends $Command<
|
|
24
|
+
GetThirdPartyJobDetailsCommandInput,
|
|
25
|
+
GetThirdPartyJobDetailsCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetThirdPartyJobDetailsCommandInput;
|
|
29
|
+
constructor(input: GetThirdPartyJobDetailsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetThirdPartyJobDetailsCommandInput,
|
|
37
|
+
GetThirdPartyJobDetailsCommandOutput
|
|
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
|
+
ListActionExecutionsInput,
|
|
15
|
+
ListActionExecutionsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListActionExecutionsCommandInput
|
|
18
|
+
extends ListActionExecutionsInput {}
|
|
19
|
+
export interface ListActionExecutionsCommandOutput
|
|
20
|
+
extends ListActionExecutionsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListActionExecutionsCommand extends $Command<
|
|
24
|
+
ListActionExecutionsCommandInput,
|
|
25
|
+
ListActionExecutionsCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListActionExecutionsCommandInput;
|
|
29
|
+
constructor(input: ListActionExecutionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListActionExecutionsCommandInput,
|
|
37
|
+
ListActionExecutionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListActionTypesInput,
|
|
15
|
+
ListActionTypesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListActionTypesCommandInput extends ListActionTypesInput {}
|
|
18
|
+
export interface ListActionTypesCommandOutput
|
|
19
|
+
extends ListActionTypesOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListActionTypesCommand extends $Command<
|
|
23
|
+
ListActionTypesCommandInput,
|
|
24
|
+
ListActionTypesCommandOutput,
|
|
25
|
+
CodePipelineClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListActionTypesCommandInput;
|
|
28
|
+
constructor(input: ListActionTypesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListActionTypesCommandInput, ListActionTypesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
ListPipelineExecutionsInput,
|
|
15
|
+
ListPipelineExecutionsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPipelineExecutionsCommandInput
|
|
18
|
+
extends ListPipelineExecutionsInput {}
|
|
19
|
+
export interface ListPipelineExecutionsCommandOutput
|
|
20
|
+
extends ListPipelineExecutionsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPipelineExecutionsCommand extends $Command<
|
|
24
|
+
ListPipelineExecutionsCommandInput,
|
|
25
|
+
ListPipelineExecutionsCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPipelineExecutionsCommandInput;
|
|
29
|
+
constructor(input: ListPipelineExecutionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPipelineExecutionsCommandInput,
|
|
37
|
+
ListPipelineExecutionsCommandOutput
|
|
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 { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
|
|
14
|
+
export interface ListPipelinesCommandInput extends ListPipelinesInput {}
|
|
15
|
+
export interface ListPipelinesCommandOutput
|
|
16
|
+
extends ListPipelinesOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListPipelinesCommand extends $Command<
|
|
20
|
+
ListPipelinesCommandInput,
|
|
21
|
+
ListPipelinesCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListPipelinesCommandInput;
|
|
25
|
+
constructor(input: ListPipelinesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListPipelinesCommandInput, ListPipelinesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
ListTagsForResourceInput,
|
|
15
|
+
ListTagsForResourceOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceInput {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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 { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0";
|
|
14
|
+
export interface ListWebhooksCommandInput extends ListWebhooksInput {}
|
|
15
|
+
export interface ListWebhooksCommandOutput
|
|
16
|
+
extends ListWebhooksOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListWebhooksCommand extends $Command<
|
|
20
|
+
ListWebhooksCommandInput,
|
|
21
|
+
ListWebhooksCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListWebhooksCommandInput;
|
|
25
|
+
constructor(input: ListWebhooksCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListWebhooksCommandInput, ListWebhooksCommandOutput>;
|
|
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 { PollForJobsInput, PollForJobsOutput } from "../models/models_0";
|
|
14
|
+
export interface PollForJobsCommandInput extends PollForJobsInput {}
|
|
15
|
+
export interface PollForJobsCommandOutput
|
|
16
|
+
extends PollForJobsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PollForJobsCommand extends $Command<
|
|
20
|
+
PollForJobsCommandInput,
|
|
21
|
+
PollForJobsCommandOutput,
|
|
22
|
+
CodePipelineClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PollForJobsCommandInput;
|
|
25
|
+
constructor(input: PollForJobsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<PollForJobsCommandInput, PollForJobsCommandOutput>;
|
|
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
|
+
PollForThirdPartyJobsInput,
|
|
15
|
+
PollForThirdPartyJobsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PollForThirdPartyJobsCommandInput
|
|
18
|
+
extends PollForThirdPartyJobsInput {}
|
|
19
|
+
export interface PollForThirdPartyJobsCommandOutput
|
|
20
|
+
extends PollForThirdPartyJobsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PollForThirdPartyJobsCommand extends $Command<
|
|
24
|
+
PollForThirdPartyJobsCommandInput,
|
|
25
|
+
PollForThirdPartyJobsCommandOutput,
|
|
26
|
+
CodePipelineClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PollForThirdPartyJobsCommandInput;
|
|
29
|
+
constructor(input: PollForThirdPartyJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PollForThirdPartyJobsCommandInput,
|
|
37
|
+
PollForThirdPartyJobsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
PutActionRevisionInput,
|
|
15
|
+
PutActionRevisionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PutActionRevisionCommandInput extends PutActionRevisionInput {}
|
|
18
|
+
export interface PutActionRevisionCommandOutput
|
|
19
|
+
extends PutActionRevisionOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class PutActionRevisionCommand extends $Command<
|
|
23
|
+
PutActionRevisionCommandInput,
|
|
24
|
+
PutActionRevisionCommandOutput,
|
|
25
|
+
CodePipelineClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutActionRevisionCommandInput;
|
|
28
|
+
constructor(input: PutActionRevisionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodePipelineClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<PutActionRevisionCommandInput, PutActionRevisionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|