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