@aws-sdk/client-codepipeline 3.1077.0 → 3.1079.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 (140) hide show
  1. package/dist-cjs/index.js +138 -529
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcknowledgeJobCommand.js +2 -14
  4. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -14
  5. package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -14
  6. package/dist-es/commands/CreatePipelineCommand.js +2 -14
  7. package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -14
  8. package/dist-es/commands/DeletePipelineCommand.js +2 -14
  9. package/dist-es/commands/DeleteWebhookCommand.js +2 -14
  10. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -14
  11. package/dist-es/commands/DisableStageTransitionCommand.js +2 -14
  12. package/dist-es/commands/EnableStageTransitionCommand.js +2 -14
  13. package/dist-es/commands/GetActionTypeCommand.js +2 -14
  14. package/dist-es/commands/GetJobDetailsCommand.js +2 -14
  15. package/dist-es/commands/GetPipelineCommand.js +2 -14
  16. package/dist-es/commands/GetPipelineExecutionCommand.js +2 -14
  17. package/dist-es/commands/GetPipelineStateCommand.js +2 -14
  18. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -14
  19. package/dist-es/commands/ListActionExecutionsCommand.js +2 -14
  20. package/dist-es/commands/ListActionTypesCommand.js +2 -14
  21. package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +2 -14
  22. package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -14
  23. package/dist-es/commands/ListPipelinesCommand.js +2 -14
  24. package/dist-es/commands/ListRuleExecutionsCommand.js +2 -14
  25. package/dist-es/commands/ListRuleTypesCommand.js +2 -14
  26. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  27. package/dist-es/commands/ListWebhooksCommand.js +2 -14
  28. package/dist-es/commands/OverrideStageConditionCommand.js +2 -14
  29. package/dist-es/commands/PollForJobsCommand.js +2 -14
  30. package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -14
  31. package/dist-es/commands/PutActionRevisionCommand.js +2 -14
  32. package/dist-es/commands/PutApprovalResultCommand.js +2 -14
  33. package/dist-es/commands/PutJobFailureResultCommand.js +2 -14
  34. package/dist-es/commands/PutJobSuccessResultCommand.js +2 -14
  35. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -14
  36. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -14
  37. package/dist-es/commands/PutWebhookCommand.js +2 -14
  38. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -14
  39. package/dist-es/commands/RetryStageExecutionCommand.js +2 -14
  40. package/dist-es/commands/RollbackStageCommand.js +2 -14
  41. package/dist-es/commands/StartPipelineExecutionCommand.js +2 -14
  42. package/dist-es/commands/StopPipelineExecutionCommand.js +2 -14
  43. package/dist-es/commands/TagResourceCommand.js +2 -14
  44. package/dist-es/commands/UntagResourceCommand.js +2 -14
  45. package/dist-es/commands/UpdateActionTypeCommand.js +2 -14
  46. package/dist-es/commands/UpdatePipelineCommand.js +2 -14
  47. package/dist-es/index.js +1 -0
  48. package/dist-types/commandBuilder.d.ts +18 -0
  49. package/dist-types/commands/AcknowledgeJobCommand.d.ts +3 -8
  50. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +3 -8
  52. package/dist-types/commands/CreatePipelineCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +3 -8
  54. package/dist-types/commands/DeletePipelineCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -8
  56. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -8
  57. package/dist-types/commands/DisableStageTransitionCommand.d.ts +3 -8
  58. package/dist-types/commands/EnableStageTransitionCommand.d.ts +3 -8
  59. package/dist-types/commands/GetActionTypeCommand.d.ts +3 -8
  60. package/dist-types/commands/GetJobDetailsCommand.d.ts +3 -8
  61. package/dist-types/commands/GetPipelineCommand.d.ts +3 -8
  62. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +3 -8
  63. package/dist-types/commands/GetPipelineStateCommand.d.ts +3 -8
  64. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListActionExecutionsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListActionTypesCommand.d.ts +3 -8
  67. package/dist-types/commands/ListDeployActionExecutionTargetsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListPipelinesCommand.d.ts +3 -8
  70. package/dist-types/commands/ListRuleExecutionsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListRuleTypesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/ListWebhooksCommand.d.ts +3 -8
  74. package/dist-types/commands/OverrideStageConditionCommand.d.ts +3 -8
  75. package/dist-types/commands/PollForJobsCommand.d.ts +3 -8
  76. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +3 -8
  77. package/dist-types/commands/PutActionRevisionCommand.d.ts +3 -8
  78. package/dist-types/commands/PutApprovalResultCommand.d.ts +3 -8
  79. package/dist-types/commands/PutJobFailureResultCommand.d.ts +3 -8
  80. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +3 -8
  81. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +3 -8
  82. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +3 -8
  83. package/dist-types/commands/PutWebhookCommand.d.ts +3 -8
  84. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -8
  85. package/dist-types/commands/RetryStageExecutionCommand.d.ts +3 -8
  86. package/dist-types/commands/RollbackStageCommand.d.ts +3 -8
  87. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +3 -8
  88. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +3 -8
  89. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  90. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  91. package/dist-types/commands/UpdateActionTypeCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -8
  93. package/dist-types/index.d.ts +1 -0
  94. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  95. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/index.d.ts +1 -0
  140. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { GetJobDetailsInput, GetJobDetailsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetJobDetailsCommandInput extends GetJobDetailsInput {
22
19
  export interface GetJobDetailsCommandOutput extends GetJobDetailsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetJobDetailsCommand_base: {
25
- new (input: GetJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a job. Used for custom actions only.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { GetPipelineInput, GetPipelineOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetPipelineCommandInput extends GetPipelineInput {
22
19
  export interface GetPipelineCommandOutput extends GetPipelineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetPipelineCommand_base: {
25
- new (input: GetPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the metadata, structure, stages, and actions of a pipeline. Can be used to
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { GetPipelineExecutionInput, GetPipelineExecutionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetPipelineExecutionCommandInput extends GetPipelineExecutionIn
22
19
  export interface GetPipelineExecutionCommandOutput extends GetPipelineExecutionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetPipelineExecutionCommand_base: {
25
- new (input: GetPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about an execution of a pipeline, including details about
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { GetPipelineStateInput, GetPipelineStateOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetPipelineStateCommandInput extends GetPipelineStateInput {
22
19
  export interface GetPipelineStateCommandOutput extends GetPipelineStateOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetPipelineStateCommand_base: {
25
- new (input: GetPipelineStateCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPipelineStateCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPipelineStateCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPipelineStateCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about the state of a pipeline, including the stages and
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { GetThirdPartyJobDetailsInput, GetThirdPartyJobDetailsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetThirdPartyJobDetailsCommandInput extends GetThirdPartyJobDet
22
19
  export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDetailsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetThirdPartyJobDetailsCommand_base: {
25
- new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Requests the details of a job for a third party action. Used for partner actions
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { ListActionExecutionsInput, ListActionExecutionsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListActionExecutionsCommandInput extends ListActionExecutionsIn
22
19
  export interface ListActionExecutionsCommandOutput extends ListActionExecutionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListActionExecutionsCommand_base: {
25
- new (input: ListActionExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListActionExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListActionExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListActionExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the action executions that have occurred in a pipeline.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { ListActionTypesInput, ListActionTypesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListActionTypesCommandInput extends ListActionTypesInput {
22
19
  export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListActionTypesCommand_base: {
25
- new (input: ListActionTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListActionTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListActionTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListActionTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a summary of all CodePipeline action types associated with your
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { ListDeployActionExecutionTargetsInput, ListDeployActionExecutionTargetsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDeployActionExecutionTargetsCommandInput extends ListDeploy
22
19
  export interface ListDeployActionExecutionTargetsCommandOutput extends ListDeployActionExecutionTargetsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListDeployActionExecutionTargetsCommand_base: {
25
- new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the targets for the deploy action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { ListPipelineExecutionsInput, ListPipelineExecutionsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPipelineExecutionsCommandInput extends ListPipelineExecutio
22
19
  export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecutionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListPipelineExecutionsCommand_base: {
25
- new (input: ListPipelineExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPipelineExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPipelineExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPipelineExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a summary of the most recent executions for a pipeline.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPipelinesCommandInput extends ListPipelinesInput {
22
19
  export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListPipelinesCommand_base: {
25
- new (input: ListPipelinesCommandInput): import("@smithy/core/client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPipelinesCommandInput]): import("@smithy/core/client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPipelinesCommandInput): import("@smithy/core/client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPipelinesCommandInput]): import("@smithy/core/client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a summary of all of the pipelines associated with your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { ListRuleExecutionsInput, ListRuleExecutionsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRuleExecutionsCommandInput extends ListRuleExecutionsInput
22
19
  export interface ListRuleExecutionsCommandOutput extends ListRuleExecutionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListRuleExecutionsCommand_base: {
25
- new (input: ListRuleExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRuleExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRuleExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListRuleExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the rule executions that have occurred in a pipeline configured for conditions
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { ListRuleTypesInput, ListRuleTypesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRuleTypesCommandInput extends ListRuleTypesInput {
22
19
  export interface ListRuleTypesCommandOutput extends ListRuleTypesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListRuleTypesCommand_base: {
25
- new (input: ListRuleTypesCommandInput): import("@smithy/core/client").CommandImpl<ListRuleTypesCommandInput, ListRuleTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRuleTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListRuleTypesCommandInput, ListRuleTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRuleTypesCommandInput): import("@smithy/core/client").CommandImpl<ListRuleTypesCommandInput, ListRuleTypesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRuleTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListRuleTypesCommandInput, ListRuleTypesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the rules for the condition. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the set of key-value pairs (metadata) that are used to manage the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListWebhooksCommandInput extends ListWebhooksInput {
22
19
  export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListWebhooksCommand_base: {
25
- new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWebhooksCommandInput]): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListWebhooksCommandInput]): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets a listing of all the webhooks in this Amazon Web Services Region for this
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { OverrideStageConditionInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface OverrideStageConditionCommandInput extends OverrideStageConditi
22
19
  export interface OverrideStageConditionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const OverrideStageConditionCommand_base: {
25
- new (input: OverrideStageConditionCommandInput): import("@smithy/core/client").CommandImpl<OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: OverrideStageConditionCommandInput): import("@smithy/core/client").CommandImpl<OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: OverrideStageConditionCommandInput): import("@smithy/core/client").CommandImpl<OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: OverrideStageConditionCommandInput): import("@smithy/core/client").CommandImpl<OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used to override a stage condition. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { PollForJobsInput, PollForJobsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PollForJobsCommandInput extends PollForJobsInput {
22
19
  export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PollForJobsCommand_base: {
25
- new (input: PollForJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PollForJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PollForJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PollForJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about any jobs for CodePipeline to act on.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { PollForThirdPartyJobsInput, PollForThirdPartyJobsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PollForThirdPartyJobsCommandInput extends PollForThirdPartyJobs
22
19
  export interface PollForThirdPartyJobsCommandOutput extends PollForThirdPartyJobsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PollForThirdPartyJobsCommand_base: {
25
- new (input: PollForThirdPartyJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PollForThirdPartyJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PollForThirdPartyJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PollForThirdPartyJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Determines whether there are any third party jobs for a job worker to act on. Used
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { PutActionRevisionInput, PutActionRevisionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutActionRevisionCommandInput extends PutActionRevisionInput {
22
19
  export interface PutActionRevisionCommandOutput extends PutActionRevisionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PutActionRevisionCommand_base: {
25
- new (input: PutActionRevisionCommandInput): import("@smithy/core/client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutActionRevisionCommandInput): import("@smithy/core/client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutActionRevisionCommandInput): import("@smithy/core/client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutActionRevisionCommandInput): import("@smithy/core/client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides information to CodePipeline about new revisions to a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { PutApprovalResultInput, PutApprovalResultOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutApprovalResultCommandInput extends PutApprovalResultInput {
22
19
  export interface PutApprovalResultCommandOutput extends PutApprovalResultOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PutApprovalResultCommand_base: {
25
- new (input: PutApprovalResultCommandInput): import("@smithy/core/client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutApprovalResultCommandInput): import("@smithy/core/client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutApprovalResultCommandInput): import("@smithy/core/client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutApprovalResultCommandInput): import("@smithy/core/client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides the response to a manual approval request to CodePipeline. Valid
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { PutJobFailureResultInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutJobFailureResultCommandInput extends PutJobFailureResultInpu
22
19
  export interface PutJobFailureResultCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutJobFailureResultCommand_base: {
25
- new (input: PutJobFailureResultCommandInput): import("@smithy/core/client").CommandImpl<PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutJobFailureResultCommandInput): import("@smithy/core/client").CommandImpl<PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutJobFailureResultCommandInput): import("@smithy/core/client").CommandImpl<PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutJobFailureResultCommandInput): import("@smithy/core/client").CommandImpl<PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Represents the failure of a job as returned to the pipeline by a job worker. Used
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { PutJobSuccessResultInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutJobSuccessResultCommandInput extends PutJobSuccessResultInpu
22
19
  export interface PutJobSuccessResultCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutJobSuccessResultCommand_base: {
25
- new (input: PutJobSuccessResultCommandInput): import("@smithy/core/client").CommandImpl<PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutJobSuccessResultCommandInput): import("@smithy/core/client").CommandImpl<PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutJobSuccessResultCommandInput): import("@smithy/core/client").CommandImpl<PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutJobSuccessResultCommandInput): import("@smithy/core/client").CommandImpl<PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Represents the success of a job as returned to the pipeline by a job worker. Used