@aws-sdk/client-codepipeline 3.477.0 → 3.481.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 (185) hide show
  1. package/dist-cjs/commands/AcknowledgeJobCommand.js +18 -41
  2. package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +18 -41
  3. package/dist-cjs/commands/CreateCustomActionTypeCommand.js +18 -41
  4. package/dist-cjs/commands/CreatePipelineCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +18 -41
  6. package/dist-cjs/commands/DeletePipelineCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteWebhookCommand.js +18 -41
  8. package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +18 -41
  9. package/dist-cjs/commands/DisableStageTransitionCommand.js +18 -41
  10. package/dist-cjs/commands/EnableStageTransitionCommand.js +18 -41
  11. package/dist-cjs/commands/GetActionTypeCommand.js +18 -41
  12. package/dist-cjs/commands/GetJobDetailsCommand.js +18 -41
  13. package/dist-cjs/commands/GetPipelineCommand.js +18 -41
  14. package/dist-cjs/commands/GetPipelineExecutionCommand.js +18 -41
  15. package/dist-cjs/commands/GetPipelineStateCommand.js +18 -41
  16. package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +18 -41
  17. package/dist-cjs/commands/ListActionExecutionsCommand.js +18 -41
  18. package/dist-cjs/commands/ListActionTypesCommand.js +18 -41
  19. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +18 -41
  20. package/dist-cjs/commands/ListPipelinesCommand.js +18 -41
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  22. package/dist-cjs/commands/ListWebhooksCommand.js +18 -41
  23. package/dist-cjs/commands/PollForJobsCommand.js +18 -41
  24. package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +18 -41
  25. package/dist-cjs/commands/PutActionRevisionCommand.js +18 -41
  26. package/dist-cjs/commands/PutApprovalResultCommand.js +18 -41
  27. package/dist-cjs/commands/PutJobFailureResultCommand.js +18 -41
  28. package/dist-cjs/commands/PutJobSuccessResultCommand.js +18 -41
  29. package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +18 -41
  30. package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +18 -41
  31. package/dist-cjs/commands/PutWebhookCommand.js +18 -41
  32. package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +18 -41
  33. package/dist-cjs/commands/RetryStageExecutionCommand.js +18 -41
  34. package/dist-cjs/commands/StartPipelineExecutionCommand.js +18 -41
  35. package/dist-cjs/commands/StopPipelineExecutionCommand.js +18 -41
  36. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  37. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  38. package/dist-cjs/commands/UpdateActionTypeCommand.js +18 -41
  39. package/dist-cjs/commands/UpdatePipelineCommand.js +18 -41
  40. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  41. package/dist-cjs/pagination/ListActionExecutionsPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListActionTypesPaginator.js +2 -23
  43. package/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +2 -24
  44. package/dist-cjs/pagination/ListPipelinesPaginator.js +2 -24
  45. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
  46. package/dist-cjs/pagination/ListWebhooksPaginator.js +2 -24
  47. package/dist-es/commands/AcknowledgeJobCommand.js +18 -41
  48. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +18 -41
  49. package/dist-es/commands/CreateCustomActionTypeCommand.js +18 -41
  50. package/dist-es/commands/CreatePipelineCommand.js +18 -41
  51. package/dist-es/commands/DeleteCustomActionTypeCommand.js +18 -41
  52. package/dist-es/commands/DeletePipelineCommand.js +18 -41
  53. package/dist-es/commands/DeleteWebhookCommand.js +18 -41
  54. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +18 -41
  55. package/dist-es/commands/DisableStageTransitionCommand.js +18 -41
  56. package/dist-es/commands/EnableStageTransitionCommand.js +18 -41
  57. package/dist-es/commands/GetActionTypeCommand.js +18 -41
  58. package/dist-es/commands/GetJobDetailsCommand.js +18 -41
  59. package/dist-es/commands/GetPipelineCommand.js +18 -41
  60. package/dist-es/commands/GetPipelineExecutionCommand.js +18 -41
  61. package/dist-es/commands/GetPipelineStateCommand.js +18 -41
  62. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +18 -41
  63. package/dist-es/commands/ListActionExecutionsCommand.js +18 -41
  64. package/dist-es/commands/ListActionTypesCommand.js +18 -41
  65. package/dist-es/commands/ListPipelineExecutionsCommand.js +18 -41
  66. package/dist-es/commands/ListPipelinesCommand.js +18 -41
  67. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  68. package/dist-es/commands/ListWebhooksCommand.js +18 -41
  69. package/dist-es/commands/PollForJobsCommand.js +18 -41
  70. package/dist-es/commands/PollForThirdPartyJobsCommand.js +18 -41
  71. package/dist-es/commands/PutActionRevisionCommand.js +18 -41
  72. package/dist-es/commands/PutApprovalResultCommand.js +18 -41
  73. package/dist-es/commands/PutJobFailureResultCommand.js +18 -41
  74. package/dist-es/commands/PutJobSuccessResultCommand.js +18 -41
  75. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +18 -41
  76. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +18 -41
  77. package/dist-es/commands/PutWebhookCommand.js +18 -41
  78. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +18 -41
  79. package/dist-es/commands/RetryStageExecutionCommand.js +18 -41
  80. package/dist-es/commands/StartPipelineExecutionCommand.js +18 -41
  81. package/dist-es/commands/StopPipelineExecutionCommand.js +18 -41
  82. package/dist-es/commands/TagResourceCommand.js +18 -41
  83. package/dist-es/commands/UntagResourceCommand.js +18 -41
  84. package/dist-es/commands/UpdateActionTypeCommand.js +18 -41
  85. package/dist-es/commands/UpdatePipelineCommand.js +18 -41
  86. package/dist-es/endpoint/EndpointParameters.js +6 -0
  87. package/dist-es/pagination/ListActionExecutionsPaginator.js +2 -23
  88. package/dist-es/pagination/ListActionTypesPaginator.js +2 -22
  89. package/dist-es/pagination/ListPipelineExecutionsPaginator.js +2 -23
  90. package/dist-es/pagination/ListPipelinesPaginator.js +2 -23
  91. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  92. package/dist-es/pagination/ListWebhooksPaginator.js +2 -23
  93. package/dist-types/commands/AcknowledgeJobCommand.d.ts +6 -21
  94. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +6 -21
  95. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +6 -21
  96. package/dist-types/commands/CreatePipelineCommand.d.ts +6 -21
  97. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +6 -21
  98. package/dist-types/commands/DeletePipelineCommand.d.ts +6 -21
  99. package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -21
  100. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +6 -21
  101. package/dist-types/commands/DisableStageTransitionCommand.d.ts +6 -21
  102. package/dist-types/commands/EnableStageTransitionCommand.d.ts +6 -21
  103. package/dist-types/commands/GetActionTypeCommand.d.ts +6 -21
  104. package/dist-types/commands/GetJobDetailsCommand.d.ts +6 -21
  105. package/dist-types/commands/GetPipelineCommand.d.ts +6 -21
  106. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +6 -21
  107. package/dist-types/commands/GetPipelineStateCommand.d.ts +6 -21
  108. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +6 -21
  109. package/dist-types/commands/ListActionExecutionsCommand.d.ts +6 -21
  110. package/dist-types/commands/ListActionTypesCommand.d.ts +6 -21
  111. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +6 -21
  112. package/dist-types/commands/ListPipelinesCommand.d.ts +6 -21
  113. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  114. package/dist-types/commands/ListWebhooksCommand.d.ts +6 -21
  115. package/dist-types/commands/PollForJobsCommand.d.ts +6 -21
  116. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +6 -21
  117. package/dist-types/commands/PutActionRevisionCommand.d.ts +6 -21
  118. package/dist-types/commands/PutApprovalResultCommand.d.ts +6 -21
  119. package/dist-types/commands/PutJobFailureResultCommand.d.ts +6 -21
  120. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +6 -21
  121. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +6 -21
  122. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +6 -21
  123. package/dist-types/commands/PutWebhookCommand.d.ts +6 -21
  124. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +6 -21
  125. package/dist-types/commands/RetryStageExecutionCommand.d.ts +6 -21
  126. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +6 -21
  127. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +6 -21
  128. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  129. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  130. package/dist-types/commands/UpdateActionTypeCommand.d.ts +6 -21
  131. package/dist-types/commands/UpdatePipelineCommand.d.ts +6 -21
  132. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  133. package/dist-types/pagination/ListActionExecutionsPaginator.d.ts +1 -1
  134. package/dist-types/pagination/ListActionTypesPaginator.d.ts +1 -1
  135. package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
  136. package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
  137. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  138. package/dist-types/pagination/ListWebhooksPaginator.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +12 -24
  173. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  179. package/dist-types/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +3 -3
  180. package/dist-types/ts3.4/pagination/ListActionTypesPaginator.d.ts +3 -3
  181. package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +3 -3
  182. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +3 -3
  183. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  184. package/dist-types/ts3.4/pagination/ListWebhooksPaginator.d.ts +3 -3
  185. package/package.json +11 -10
@@ -4,4 +4,4 @@ import { CodePipelinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListActionTypes(config: CodePipelinePaginationConfiguration, input: ListActionTypesCommandInput, ...additionalArguments: any): Paginator<ListActionTypesCommandOutput>;
7
+ export declare const paginateListActionTypes: (config: CodePipelinePaginationConfiguration, input: ListActionTypesCommandInput, ...rest: any[]) => Paginator<ListActionTypesCommandOutput>;
@@ -4,4 +4,4 @@ import { CodePipelinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPipelineExecutions(config: CodePipelinePaginationConfiguration, input: ListPipelineExecutionsCommandInput, ...additionalArguments: any): Paginator<ListPipelineExecutionsCommandOutput>;
7
+ export declare const paginateListPipelineExecutions: (config: CodePipelinePaginationConfiguration, input: ListPipelineExecutionsCommandInput, ...rest: any[]) => Paginator<ListPipelineExecutionsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodePipelinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPipelines(config: CodePipelinePaginationConfiguration, input: ListPipelinesCommandInput, ...additionalArguments: any): Paginator<ListPipelinesCommandOutput>;
7
+ export declare const paginateListPipelines: (config: CodePipelinePaginationConfiguration, input: ListPipelinesCommandInput, ...rest: any[]) => Paginator<ListPipelinesCommandOutput>;
@@ -4,4 +4,4 @@ import { CodePipelinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListTagsForResource(config: CodePipelinePaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
7
+ export declare const paginateListTagsForResource: (config: CodePipelinePaginationConfiguration, input: ListTagsForResourceCommandInput, ...rest: any[]) => Paginator<ListTagsForResourceCommandOutput>;
@@ -4,4 +4,4 @@ import { CodePipelinePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListWebhooks(config: CodePipelinePaginationConfiguration, input: ListWebhooksCommandInput, ...additionalArguments: any): Paginator<ListWebhooksCommandOutput>;
7
+ export declare const paginateListWebhooks: (config: CodePipelinePaginationConfiguration, input: ListWebhooksCommandInput, ...rest: any[]) => Paginator<ListWebhooksCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface AcknowledgeJobCommandInput extends AcknowledgeJobInput {}
17
11
  export interface AcknowledgeJobCommandOutput
18
12
  extends AcknowledgeJobOutput,
19
13
  __MetadataBearer {}
20
- export declare class AcknowledgeJobCommand extends $Command<
21
- AcknowledgeJobCommandInput,
22
- AcknowledgeJobCommandOutput,
23
- CodePipelineClientResolvedConfig
24
- > {
25
- readonly input: AcknowledgeJobCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: AcknowledgeJobCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodePipelineClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const AcknowledgeJobCommand_base: {
15
+ new (
16
+ input: AcknowledgeJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ AcknowledgeJobCommandInput,
19
+ AcknowledgeJobCommandOutput,
20
+ CodePipelineClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class AcknowledgeJobCommand extends AcknowledgeJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AcknowledgeThirdPartyJobCommandInput
21
15
  export interface AcknowledgeThirdPartyJobCommandOutput
22
16
  extends AcknowledgeThirdPartyJobOutput,
23
17
  __MetadataBearer {}
24
- export declare class AcknowledgeThirdPartyJobCommand extends $Command<
25
- AcknowledgeThirdPartyJobCommandInput,
26
- AcknowledgeThirdPartyJobCommandOutput,
27
- CodePipelineClientResolvedConfig
28
- > {
29
- readonly input: AcknowledgeThirdPartyJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AcknowledgeThirdPartyJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodePipelineClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AcknowledgeThirdPartyJobCommand_base: {
19
+ new (
20
+ input: AcknowledgeThirdPartyJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AcknowledgeThirdPartyJobCommandInput,
38
- AcknowledgeThirdPartyJobCommandOutput
23
+ AcknowledgeThirdPartyJobCommandOutput,
24
+ CodePipelineClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AcknowledgeThirdPartyJobCommand extends AcknowledgeThirdPartyJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateCustomActionTypeCommandInput
21
15
  export interface CreateCustomActionTypeCommandOutput
22
16
  extends CreateCustomActionTypeOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateCustomActionTypeCommand extends $Command<
25
- CreateCustomActionTypeCommandInput,
26
- CreateCustomActionTypeCommandOutput,
27
- CodePipelineClientResolvedConfig
28
- > {
29
- readonly input: CreateCustomActionTypeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCustomActionTypeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodePipelineClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCustomActionTypeCommand_base: {
19
+ new (
20
+ input: CreateCustomActionTypeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCustomActionTypeCommandInput,
38
- CreateCustomActionTypeCommandOutput
23
+ CreateCustomActionTypeCommandOutput,
24
+ CodePipelineClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateCustomActionTypeCommand extends CreateCustomActionTypeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreatePipelineCommandInput extends CreatePipelineInput {}
17
11
  export interface CreatePipelineCommandOutput
18
12
  extends CreatePipelineOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreatePipelineCommand extends $Command<
21
- CreatePipelineCommandInput,
22
- CreatePipelineCommandOutput,
23
- CodePipelineClientResolvedConfig
24
- > {
25
- readonly input: CreatePipelineCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreatePipelineCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodePipelineClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreatePipelineCommandInput, CreatePipelineCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreatePipelineCommand_base: {
15
+ new (
16
+ input: CreatePipelineCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreatePipelineCommandInput,
19
+ CreatePipelineCommandOutput,
20
+ CodePipelineClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreatePipelineCommand extends CreatePipelineCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteCustomActionTypeCommandInput
17
11
  extends DeleteCustomActionTypeInput {}
18
12
  export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteCustomActionTypeCommand extends $Command<
20
- DeleteCustomActionTypeCommandInput,
21
- DeleteCustomActionTypeCommandOutput,
22
- CodePipelineClientResolvedConfig
23
- > {
24
- readonly input: DeleteCustomActionTypeCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteCustomActionTypeCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: CodePipelineClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const DeleteCustomActionTypeCommand_base: {
14
+ new (
15
+ input: DeleteCustomActionTypeCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  DeleteCustomActionTypeCommandInput,
33
- DeleteCustomActionTypeCommandOutput
18
+ DeleteCustomActionTypeCommandOutput,
19
+ CodePipelineClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteCustomActionTypeCommand extends DeleteCustomActionTypeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeletePipelineInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeletePipelineCommandInput extends DeletePipelineInput {}
17
11
  export interface DeletePipelineCommandOutput extends __MetadataBearer {}
18
- export declare class DeletePipelineCommand extends $Command<
19
- DeletePipelineCommandInput,
20
- DeletePipelineCommandOutput,
21
- CodePipelineClientResolvedConfig
22
- > {
23
- readonly input: DeletePipelineCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeletePipelineCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: CodePipelineClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeletePipelineCommandInput, DeletePipelineCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeletePipelineCommand_base: {
13
+ new (
14
+ input: DeletePipelineCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeletePipelineCommandInput,
17
+ DeletePipelineCommandOutput,
18
+ CodePipelineClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeletePipelineCommand extends DeletePipelineCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {}
17
11
  export interface DeleteWebhookCommandOutput
18
12
  extends DeleteWebhookOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteWebhookCommand extends $Command<
21
- DeleteWebhookCommandInput,
22
- DeleteWebhookCommandOutput,
23
- CodePipelineClientResolvedConfig
24
- > {
25
- readonly input: DeleteWebhookCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteWebhookCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodePipelineClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteWebhookCommand_base: {
15
+ new (
16
+ input: DeleteWebhookCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteWebhookCommandInput,
19
+ DeleteWebhookCommandOutput,
20
+ CodePipelineClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeregisterWebhookWithThirdPartyCommandInput
21
15
  export interface DeregisterWebhookWithThirdPartyCommandOutput
22
16
  extends DeregisterWebhookWithThirdPartyOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeregisterWebhookWithThirdPartyCommand extends $Command<
25
- DeregisterWebhookWithThirdPartyCommandInput,
26
- DeregisterWebhookWithThirdPartyCommandOutput,
27
- CodePipelineClientResolvedConfig
28
- > {
29
- readonly input: DeregisterWebhookWithThirdPartyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeregisterWebhookWithThirdPartyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodePipelineClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeregisterWebhookWithThirdPartyCommand_base: {
19
+ new (
20
+ input: DeregisterWebhookWithThirdPartyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeregisterWebhookWithThirdPartyCommandInput,
38
- DeregisterWebhookWithThirdPartyCommandOutput
23
+ DeregisterWebhookWithThirdPartyCommandOutput,
24
+ CodePipelineClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeregisterWebhookWithThirdPartyCommand extends DeregisterWebhookWithThirdPartyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DisableStageTransitionCommandInput
17
11
  extends DisableStageTransitionInput {}
18
12
  export interface DisableStageTransitionCommandOutput extends __MetadataBearer {}
19
- export declare class DisableStageTransitionCommand extends $Command<
20
- DisableStageTransitionCommandInput,
21
- DisableStageTransitionCommandOutput,
22
- CodePipelineClientResolvedConfig
23
- > {
24
- readonly input: DisableStageTransitionCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DisableStageTransitionCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: CodePipelineClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const DisableStageTransitionCommand_base: {
14
+ new (
15
+ input: DisableStageTransitionCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  DisableStageTransitionCommandInput,
33
- DisableStageTransitionCommandOutput
18
+ DisableStageTransitionCommandOutput,
19
+ CodePipelineClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DisableStageTransitionCommand extends DisableStageTransitionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface EnableStageTransitionCommandInput
17
11
  extends EnableStageTransitionInput {}
18
12
  export interface EnableStageTransitionCommandOutput extends __MetadataBearer {}
19
- export declare class EnableStageTransitionCommand extends $Command<
20
- EnableStageTransitionCommandInput,
21
- EnableStageTransitionCommandOutput,
22
- CodePipelineClientResolvedConfig
23
- > {
24
- readonly input: EnableStageTransitionCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: EnableStageTransitionCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: CodePipelineClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const EnableStageTransitionCommand_base: {
14
+ new (
15
+ input: EnableStageTransitionCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  EnableStageTransitionCommandInput,
33
- EnableStageTransitionCommandOutput
18
+ EnableStageTransitionCommandOutput,
19
+ CodePipelineClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class EnableStageTransitionCommand extends EnableStageTransitionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetActionTypeCommandInput extends GetActionTypeInput {}
17
11
  export interface GetActionTypeCommandOutput
18
12
  extends GetActionTypeOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetActionTypeCommand extends $Command<
21
- GetActionTypeCommandInput,
22
- GetActionTypeCommandOutput,
23
- CodePipelineClientResolvedConfig
24
- > {
25
- readonly input: GetActionTypeCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetActionTypeCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodePipelineClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetActionTypeCommandInput, GetActionTypeCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetActionTypeCommand_base: {
15
+ new (
16
+ input: GetActionTypeCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetActionTypeCommandInput,
19
+ GetActionTypeCommandOutput,
20
+ CodePipelineClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetActionTypeCommand extends GetActionTypeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetJobDetailsCommandInput extends GetJobDetailsInput {}
17
11
  export interface GetJobDetailsCommandOutput
18
12
  extends GetJobDetailsOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetJobDetailsCommand extends $Command<
21
- GetJobDetailsCommandInput,
22
- GetJobDetailsCommandOutput,
23
- CodePipelineClientResolvedConfig
24
- > {
25
- readonly input: GetJobDetailsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetJobDetailsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodePipelineClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetJobDetailsCommandInput, GetJobDetailsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetJobDetailsCommand_base: {
15
+ new (
16
+ input: GetJobDetailsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetJobDetailsCommandInput,
19
+ GetJobDetailsCommandOutput,
20
+ CodePipelineClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetJobDetailsCommand extends GetJobDetailsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodePipelineClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetPipelineCommandInput extends GetPipelineInput {}
17
11
  export interface GetPipelineCommandOutput
18
12
  extends GetPipelineOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetPipelineCommand extends $Command<
21
- GetPipelineCommandInput,
22
- GetPipelineCommandOutput,
23
- CodePipelineClientResolvedConfig
24
- > {
25
- readonly input: GetPipelineCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetPipelineCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodePipelineClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetPipelineCommandInput, GetPipelineCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetPipelineCommand_base: {
15
+ new (
16
+ input: GetPipelineCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetPipelineCommandInput,
19
+ GetPipelineCommandOutput,
20
+ CodePipelineClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetPipelineCommand extends GetPipelineCommand_base {}