@aws-sdk/client-codepipeline 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/CodePipeline.d.ts +667 -200
  3. package/dist-types/ts3.4/CodePipelineClient.d.ts +339 -112
  4. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +31 -17
  31. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +31 -17
  32. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +30 -17
  42. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +32 -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 +7 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +1439 -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 +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  62. package/package.json +34 -34
@@ -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 { 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
+ export declare class CreatePipelineCommand extends $Command<
19
+ CreatePipelineCommandInput,
20
+ CreatePipelineCommandOutput,
21
+ CodePipelineClientResolvedConfig
22
+ > {
23
+ readonly input: CreatePipelineCommandInput;
24
+ constructor(input: CreatePipelineCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodePipelineClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreatePipelineCommandInput, CreatePipelineCommandOutput>;
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 { 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
+ export declare class DeleteCustomActionTypeCommand extends $Command<
18
+ DeleteCustomActionTypeCommandInput,
19
+ DeleteCustomActionTypeCommandOutput,
20
+ CodePipelineClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteCustomActionTypeCommandInput;
23
+ constructor(input: DeleteCustomActionTypeCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: CodePipelineClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ DeleteCustomActionTypeCommandInput,
30
+ DeleteCustomActionTypeCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,30 @@
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
+ export declare class DeletePipelineCommand extends $Command<
17
+ DeletePipelineCommandInput,
18
+ DeletePipelineCommandOutput,
19
+ CodePipelineClientResolvedConfig
20
+ > {
21
+ readonly input: DeletePipelineCommandInput;
22
+ constructor(input: DeletePipelineCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: CodePipelineClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeletePipelineCommandInput, DeletePipelineCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { 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
+ export declare class DeleteWebhookCommand extends $Command<
19
+ DeleteWebhookCommandInput,
20
+ DeleteWebhookCommandOutput,
21
+ CodePipelineClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteWebhookCommandInput;
24
+ constructor(input: DeleteWebhookCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodePipelineClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DeregisterWebhookWithThirdPartyCommand extends $Command<
23
+ DeregisterWebhookWithThirdPartyCommandInput,
24
+ DeregisterWebhookWithThirdPartyCommandOutput,
25
+ CodePipelineClientResolvedConfig
26
+ > {
27
+ readonly input: DeregisterWebhookWithThirdPartyCommandInput;
28
+ constructor(input: DeregisterWebhookWithThirdPartyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodePipelineClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeregisterWebhookWithThirdPartyCommandInput,
35
+ DeregisterWebhookWithThirdPartyCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
+ export declare class DisableStageTransitionCommand extends $Command<
18
+ DisableStageTransitionCommandInput,
19
+ DisableStageTransitionCommandOutput,
20
+ CodePipelineClientResolvedConfig
21
+ > {
22
+ readonly input: DisableStageTransitionCommandInput;
23
+ constructor(input: DisableStageTransitionCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: CodePipelineClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ DisableStageTransitionCommandInput,
30
+ DisableStageTransitionCommandOutput
31
+ >;
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 { 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
+ export declare class EnableStageTransitionCommand extends $Command<
18
+ EnableStageTransitionCommandInput,
19
+ EnableStageTransitionCommandOutput,
20
+ CodePipelineClientResolvedConfig
21
+ > {
22
+ readonly input: EnableStageTransitionCommandInput;
23
+ constructor(input: EnableStageTransitionCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: CodePipelineClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ EnableStageTransitionCommandInput,
30
+ EnableStageTransitionCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { 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
+ export declare class GetActionTypeCommand extends $Command<
19
+ GetActionTypeCommandInput,
20
+ GetActionTypeCommandOutput,
21
+ CodePipelineClientResolvedConfig
22
+ > {
23
+ readonly input: GetActionTypeCommandInput;
24
+ constructor(input: GetActionTypeCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodePipelineClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetActionTypeCommandInput, GetActionTypeCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+ export declare class GetJobDetailsCommand extends $Command<
19
+ GetJobDetailsCommandInput,
20
+ GetJobDetailsCommandOutput,
21
+ CodePipelineClientResolvedConfig
22
+ > {
23
+ readonly input: GetJobDetailsCommandInput;
24
+ constructor(input: GetJobDetailsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodePipelineClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetJobDetailsCommandInput, GetJobDetailsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+ export declare class GetPipelineCommand extends $Command<
19
+ GetPipelineCommandInput,
20
+ GetPipelineCommandOutput,
21
+ CodePipelineClientResolvedConfig
22
+ > {
23
+ readonly input: GetPipelineCommandInput;
24
+ constructor(input: GetPipelineCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodePipelineClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetPipelineCommandInput, GetPipelineCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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
+ export declare class GetPipelineExecutionCommand extends $Command<
23
+ GetPipelineExecutionCommandInput,
24
+ GetPipelineExecutionCommandOutput,
25
+ CodePipelineClientResolvedConfig
26
+ > {
27
+ readonly input: GetPipelineExecutionCommandInput;
28
+ constructor(input: GetPipelineExecutionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodePipelineClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetPipelineExecutionCommandInput,
35
+ GetPipelineExecutionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { GetPipelineStateInput, GetPipelineStateOutput } from "../models/models_0";
5
- export interface GetPipelineStateCommandInput extends GetPipelineStateInput {
6
- }
7
- export interface GetPipelineStateCommandOutput extends GetPipelineStateOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPipelineStateCommand extends $Command<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: GetPipelineStateCommandInput;
12
- constructor(input: GetPipelineStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPipelineStateCommandInput, GetPipelineStateCommandOutput>;
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
+ GetPipelineStateInput,
15
+ GetPipelineStateOutput,
16
+ } from "../models/models_0";
17
+ export interface GetPipelineStateCommandInput extends GetPipelineStateInput {}
18
+ export interface GetPipelineStateCommandOutput
19
+ extends GetPipelineStateOutput,
20
+ __MetadataBearer {}
21
+ export declare class GetPipelineStateCommand extends $Command<
22
+ GetPipelineStateCommandInput,
23
+ GetPipelineStateCommandOutput,
24
+ CodePipelineClientResolvedConfig
25
+ > {
26
+ readonly input: GetPipelineStateCommandInput;
27
+ constructor(input: GetPipelineStateCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodePipelineClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetPipelineStateCommandInput, GetPipelineStateCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }