@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,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 { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
5
- export interface CreatePipelineCommandInput extends CreatePipelineInput {
6
- }
7
- export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePipelineCommand extends $Command<CreatePipelineCommandInput, CreatePipelineCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: CreatePipelineCommandInput;
12
- constructor(input: CreatePipelineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePipelineCommandInput, CreatePipelineCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { DeleteCustomActionTypeInput } from "../models/models_0";
5
- export interface DeleteCustomActionTypeCommandInput extends DeleteCustomActionTypeInput {
6
- }
7
- export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCustomActionTypeCommand extends $Command<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: DeleteCustomActionTypeCommandInput;
12
- constructor(input: DeleteCustomActionTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { DeletePipelineInput } from "../models/models_0";
5
- export interface DeletePipelineCommandInput extends DeletePipelineInput {
6
- }
7
- export interface DeletePipelineCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePipelineCommand extends $Command<DeletePipelineCommandInput, DeletePipelineCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: DeletePipelineCommandInput;
12
- constructor(input: DeletePipelineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePipelineCommandInput, DeletePipelineCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
5
- export interface DeleteWebhookCommandInput extends DeleteWebhookInput {
6
- }
7
- export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWebhookCommand extends $Command<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: DeleteWebhookCommandInput;
12
- constructor(input: DeleteWebhookCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { DeregisterWebhookWithThirdPartyInput, DeregisterWebhookWithThirdPartyOutput } from "../models/models_0";
5
- export interface DeregisterWebhookWithThirdPartyCommandInput extends DeregisterWebhookWithThirdPartyInput {
6
- }
7
- export interface DeregisterWebhookWithThirdPartyCommandOutput extends DeregisterWebhookWithThirdPartyOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeregisterWebhookWithThirdPartyCommand extends $Command<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: DeregisterWebhookWithThirdPartyCommandInput;
12
- constructor(input: DeregisterWebhookWithThirdPartyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput>;
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
+ 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { DisableStageTransitionInput } from "../models/models_0";
5
- export interface DisableStageTransitionCommandInput extends DisableStageTransitionInput {
6
- }
7
- export interface DisableStageTransitionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisableStageTransitionCommand extends $Command<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: DisableStageTransitionCommandInput;
12
- constructor(input: DisableStageTransitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { EnableStageTransitionInput } from "../models/models_0";
5
- export interface EnableStageTransitionCommandInput extends EnableStageTransitionInput {
6
- }
7
- export interface EnableStageTransitionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class EnableStageTransitionCommand extends $Command<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: EnableStageTransitionCommandInput;
12
- constructor(input: EnableStageTransitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { GetActionTypeInput, GetActionTypeOutput } from "../models/models_0";
5
- export interface GetActionTypeCommandInput extends GetActionTypeInput {
6
- }
7
- export interface GetActionTypeCommandOutput extends GetActionTypeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetActionTypeCommand extends $Command<GetActionTypeCommandInput, GetActionTypeCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: GetActionTypeCommandInput;
12
- constructor(input: GetActionTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetActionTypeCommandInput, GetActionTypeCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { GetJobDetailsInput, GetJobDetailsOutput } from "../models/models_0";
5
- export interface GetJobDetailsCommandInput extends GetJobDetailsInput {
6
- }
7
- export interface GetJobDetailsCommandOutput extends GetJobDetailsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetJobDetailsCommand extends $Command<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: GetJobDetailsCommandInput;
12
- constructor(input: GetJobDetailsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobDetailsCommandInput, GetJobDetailsCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { GetPipelineInput, GetPipelineOutput } from "../models/models_0";
5
- export interface GetPipelineCommandInput extends GetPipelineInput {
6
- }
7
- export interface GetPipelineCommandOutput extends GetPipelineOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPipelineCommand extends $Command<GetPipelineCommandInput, GetPipelineCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: GetPipelineCommandInput;
12
- constructor(input: GetPipelineCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPipelineCommandInput, GetPipelineCommandOutput>;
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 { 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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { GetPipelineExecutionInput, GetPipelineExecutionOutput } from "../models/models_0";
5
- export interface GetPipelineExecutionCommandInput extends GetPipelineExecutionInput {
6
- }
7
- export interface GetPipelineExecutionCommandOutput extends GetPipelineExecutionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPipelineExecutionCommand extends $Command<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: GetPipelineExecutionCommandInput;
12
- constructor(input: GetPipelineExecutionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput>;
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
+ 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
+ }