@aws-sdk/client-codepipeline 3.1045.0 → 3.1047.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 (167) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +104 -105
  5. package/dist-cjs/models/CodePipelineServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/CodePipeline.js +1 -1
  10. package/dist-es/CodePipelineClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcknowledgeJobCommand.js +2 -2
  13. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -2
  14. package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -2
  15. package/dist-es/commands/CreatePipelineCommand.js +2 -2
  16. package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -2
  17. package/dist-es/commands/DeletePipelineCommand.js +2 -2
  18. package/dist-es/commands/DeleteWebhookCommand.js +2 -2
  19. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -2
  20. package/dist-es/commands/DisableStageTransitionCommand.js +2 -2
  21. package/dist-es/commands/EnableStageTransitionCommand.js +2 -2
  22. package/dist-es/commands/GetActionTypeCommand.js +2 -2
  23. package/dist-es/commands/GetJobDetailsCommand.js +2 -2
  24. package/dist-es/commands/GetPipelineCommand.js +2 -2
  25. package/dist-es/commands/GetPipelineExecutionCommand.js +2 -2
  26. package/dist-es/commands/GetPipelineStateCommand.js +2 -2
  27. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -2
  28. package/dist-es/commands/ListActionExecutionsCommand.js +2 -2
  29. package/dist-es/commands/ListActionTypesCommand.js +2 -2
  30. package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +2 -2
  31. package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -2
  32. package/dist-es/commands/ListPipelinesCommand.js +2 -2
  33. package/dist-es/commands/ListRuleExecutionsCommand.js +2 -2
  34. package/dist-es/commands/ListRuleTypesCommand.js +2 -2
  35. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  36. package/dist-es/commands/ListWebhooksCommand.js +2 -2
  37. package/dist-es/commands/OverrideStageConditionCommand.js +2 -2
  38. package/dist-es/commands/PollForJobsCommand.js +2 -2
  39. package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -2
  40. package/dist-es/commands/PutActionRevisionCommand.js +2 -2
  41. package/dist-es/commands/PutApprovalResultCommand.js +2 -2
  42. package/dist-es/commands/PutJobFailureResultCommand.js +2 -2
  43. package/dist-es/commands/PutJobSuccessResultCommand.js +2 -2
  44. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -2
  45. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -2
  46. package/dist-es/commands/PutWebhookCommand.js +2 -2
  47. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -2
  48. package/dist-es/commands/RetryStageExecutionCommand.js +2 -2
  49. package/dist-es/commands/RollbackStageCommand.js +2 -2
  50. package/dist-es/commands/StartPipelineExecutionCommand.js +2 -2
  51. package/dist-es/commands/StopPipelineExecutionCommand.js +2 -2
  52. package/dist-es/commands/TagResourceCommand.js +2 -2
  53. package/dist-es/commands/UntagResourceCommand.js +2 -2
  54. package/dist-es/commands/UpdateActionTypeCommand.js +2 -2
  55. package/dist-es/commands/UpdatePipelineCommand.js +2 -2
  56. package/dist-es/endpoint/bdd.js +1 -1
  57. package/dist-es/endpoint/endpointResolver.js +1 -1
  58. package/dist-es/models/CodePipelineServiceException.js +1 -1
  59. package/dist-es/runtimeConfig.browser.js +4 -6
  60. package/dist-es/runtimeConfig.js +4 -8
  61. package/dist-es/runtimeConfig.shared.js +3 -4
  62. package/dist-es/runtimeExtensions.js +2 -2
  63. package/dist-types/CodePipelineClient.d.ts +5 -5
  64. package/dist-types/commands/AcknowledgeJobCommand.d.ts +6 -4
  65. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +6 -4
  66. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +6 -4
  67. package/dist-types/commands/CreatePipelineCommand.d.ts +6 -4
  68. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +6 -4
  69. package/dist-types/commands/DeletePipelineCommand.d.ts +6 -4
  70. package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -4
  71. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +6 -4
  72. package/dist-types/commands/DisableStageTransitionCommand.d.ts +6 -4
  73. package/dist-types/commands/EnableStageTransitionCommand.d.ts +6 -4
  74. package/dist-types/commands/GetActionTypeCommand.d.ts +6 -4
  75. package/dist-types/commands/GetJobDetailsCommand.d.ts +6 -4
  76. package/dist-types/commands/GetPipelineCommand.d.ts +6 -4
  77. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +6 -4
  78. package/dist-types/commands/GetPipelineStateCommand.d.ts +6 -4
  79. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +6 -4
  80. package/dist-types/commands/ListActionExecutionsCommand.d.ts +6 -4
  81. package/dist-types/commands/ListActionTypesCommand.d.ts +6 -4
  82. package/dist-types/commands/ListDeployActionExecutionTargetsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +6 -4
  84. package/dist-types/commands/ListPipelinesCommand.d.ts +6 -4
  85. package/dist-types/commands/ListRuleExecutionsCommand.d.ts +6 -4
  86. package/dist-types/commands/ListRuleTypesCommand.d.ts +6 -4
  87. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  88. package/dist-types/commands/ListWebhooksCommand.d.ts +6 -4
  89. package/dist-types/commands/OverrideStageConditionCommand.d.ts +6 -4
  90. package/dist-types/commands/PollForJobsCommand.d.ts +6 -4
  91. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +6 -4
  92. package/dist-types/commands/PutActionRevisionCommand.d.ts +6 -4
  93. package/dist-types/commands/PutApprovalResultCommand.d.ts +6 -4
  94. package/dist-types/commands/PutJobFailureResultCommand.d.ts +6 -4
  95. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +6 -4
  96. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +6 -4
  97. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +6 -4
  98. package/dist-types/commands/PutWebhookCommand.d.ts +6 -4
  99. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +6 -4
  100. package/dist-types/commands/RetryStageExecutionCommand.d.ts +6 -4
  101. package/dist-types/commands/RollbackStageCommand.d.ts +6 -4
  102. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +6 -4
  103. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +6 -4
  104. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  105. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  106. package/dist-types/commands/UpdateActionTypeCommand.d.ts +6 -4
  107. package/dist-types/commands/UpdatePipelineCommand.d.ts +6 -4
  108. package/dist-types/endpoint/bdd.d.ts +1 -1
  109. package/dist-types/extensionConfiguration.d.ts +1 -1
  110. package/dist-types/models/CodePipelineServiceException.d.ts +1 -1
  111. package/dist-types/models/errors.d.ts +1 -1
  112. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  113. package/dist-types/runtimeConfig.d.ts +2 -2
  114. package/dist-types/runtimeConfig.native.d.ts +2 -2
  115. package/dist-types/ts3.4/CodePipelineClient.d.ts +8 -14
  116. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  161. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  162. package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -1
  163. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  164. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  165. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  166. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  167. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPipelinesCommandInput extends ListPipelinesInput {
22
22
  export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListPipelinesCommand_base: {
25
- new (input: ListPipelinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPipelinesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a summary of all of the pipelines associated with your account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { ListRuleExecutionsInput, ListRuleExecutionsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListRuleExecutionsCommandInput extends ListRuleExecutionsInput
22
22
  export interface ListRuleExecutionsCommandOutput extends ListRuleExecutionsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListRuleExecutionsCommand_base: {
25
- new (input: ListRuleExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRuleExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the rule executions that have occurred in a pipeline configured for conditions
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { ListRuleTypesInput, ListRuleTypesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListRuleTypesCommandInput extends ListRuleTypesInput {
22
22
  export interface ListRuleTypesCommandOutput extends ListRuleTypesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListRuleTypesCommand_base: {
25
- new (input: ListRuleTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleTypesCommandInput, ListRuleTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRuleTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRuleTypesCommandInput, ListRuleTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the set of key-value pairs (metadata) that are used to manage the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWebhooksCommandInput extends ListWebhooksInput {
22
22
  export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListWebhooksCommand_base: {
25
- new (input: ListWebhooksCommandInput): import("@smithy/smithy-client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWebhooksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a listing of all the webhooks in this Amazon Web Services Region for this
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { OverrideStageConditionInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface OverrideStageConditionCommandInput extends OverrideStageConditi
22
22
  export interface OverrideStageConditionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const OverrideStageConditionCommand_base: {
25
- new (input: OverrideStageConditionCommandInput): import("@smithy/smithy-client").CommandImpl<OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: OverrideStageConditionCommandInput): import("@smithy/smithy-client").CommandImpl<OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { PollForJobsInput, PollForJobsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PollForJobsCommandInput extends PollForJobsInput {
22
22
  export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PollForJobsCommand_base: {
25
- new (input: PollForJobsCommandInput): import("@smithy/smithy-client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PollForJobsCommandInput): import("@smithy/smithy-client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about any jobs for CodePipeline to act on.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { PollForThirdPartyJobsInput, PollForThirdPartyJobsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PollForThirdPartyJobsCommandInput extends PollForThirdPartyJobs
22
22
  export interface PollForThirdPartyJobsCommandOutput extends PollForThirdPartyJobsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PollForThirdPartyJobsCommand_base: {
25
- new (input: PollForThirdPartyJobsCommandInput): import("@smithy/smithy-client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PollForThirdPartyJobsCommandInput): import("@smithy/smithy-client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Determines whether there are any third party jobs for a job worker to act on. Used
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { PutActionRevisionInput, PutActionRevisionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutActionRevisionCommandInput extends PutActionRevisionInput {
22
22
  export interface PutActionRevisionCommandOutput extends PutActionRevisionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PutActionRevisionCommand_base: {
25
- new (input: PutActionRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutActionRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides information to CodePipeline about new revisions to a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { PutApprovalResultInput, PutApprovalResultOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutApprovalResultCommandInput extends PutApprovalResultInput {
22
22
  export interface PutApprovalResultCommandOutput extends PutApprovalResultOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PutApprovalResultCommand_base: {
25
- new (input: PutApprovalResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutApprovalResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides the response to a manual approval request to CodePipeline. Valid
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { PutJobFailureResultInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutJobFailureResultCommandInput extends PutJobFailureResultInpu
22
22
  export interface PutJobFailureResultCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutJobFailureResultCommand_base: {
25
- new (input: PutJobFailureResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutJobFailureResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Represents the failure of a job as returned to the pipeline by a job worker. Used
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { PutJobSuccessResultInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutJobSuccessResultCommandInput extends PutJobSuccessResultInpu
22
22
  export interface PutJobSuccessResultCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutJobSuccessResultCommand_base: {
25
- new (input: PutJobSuccessResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutJobSuccessResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Represents the success of a job as returned to the pipeline by a job worker. Used
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { PutThirdPartyJobFailureResultInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutThirdPartyJobFailureResultCommandInput extends PutThirdParty
22
22
  export interface PutThirdPartyJobFailureResultCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutThirdPartyJobFailureResultCommand_base: {
25
- new (input: PutThirdPartyJobFailureResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutThirdPartyJobFailureResultCommandInput, PutThirdPartyJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutThirdPartyJobFailureResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutThirdPartyJobFailureResultCommandInput, PutThirdPartyJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutThirdPartyJobFailureResultCommandInput): import("@smithy/core/client").CommandImpl<PutThirdPartyJobFailureResultCommandInput, PutThirdPartyJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutThirdPartyJobFailureResultCommandInput): import("@smithy/core/client").CommandImpl<PutThirdPartyJobFailureResultCommandInput, PutThirdPartyJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Represents the failure of a third party job as returned to the pipeline by a job
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { PutThirdPartyJobSuccessResultInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutThirdPartyJobSuccessResultCommandInput extends PutThirdParty
22
22
  export interface PutThirdPartyJobSuccessResultCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutThirdPartyJobSuccessResultCommand_base: {
25
- new (input: PutThirdPartyJobSuccessResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutThirdPartyJobSuccessResultCommandInput, PutThirdPartyJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutThirdPartyJobSuccessResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutThirdPartyJobSuccessResultCommandInput, PutThirdPartyJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutThirdPartyJobSuccessResultCommandInput): import("@smithy/core/client").CommandImpl<PutThirdPartyJobSuccessResultCommandInput, PutThirdPartyJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutThirdPartyJobSuccessResultCommandInput): import("@smithy/core/client").CommandImpl<PutThirdPartyJobSuccessResultCommandInput, PutThirdPartyJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Represents the success of a third party job as returned to the pipeline by a job
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { PutWebhookInput, PutWebhookOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutWebhookCommandInput extends PutWebhookInput {
22
22
  export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PutWebhookCommand_base: {
25
- new (input: PutWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<PutWebhookCommandInput, PutWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<PutWebhookCommandInput, PutWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutWebhookCommandInput): import("@smithy/core/client").CommandImpl<PutWebhookCommandInput, PutWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutWebhookCommandInput): import("@smithy/core/client").CommandImpl<PutWebhookCommandInput, PutWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Defines a webhook and returns a unique webhook URL generated by CodePipeline.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { RegisterWebhookWithThirdPartyInput, RegisterWebhookWithThirdPartyOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RegisterWebhookWithThirdPartyCommandInput extends RegisterWebho
22
22
  export interface RegisterWebhookWithThirdPartyCommandOutput extends RegisterWebhookWithThirdPartyOutput, __MetadataBearer {
23
23
  }
24
24
  declare const RegisterWebhookWithThirdPartyCommand_base: {
25
- new (input: RegisterWebhookWithThirdPartyCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [RegisterWebhookWithThirdPartyCommandInput]): import("@smithy/smithy-client").CommandImpl<RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RegisterWebhookWithThirdPartyCommandInput): import("@smithy/core/client").CommandImpl<RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [RegisterWebhookWithThirdPartyCommandInput]): import("@smithy/core/client").CommandImpl<RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Configures a connection between the webhook that was created and the external tool
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { RetryStageExecutionInput, RetryStageExecutionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RetryStageExecutionCommandInput extends RetryStageExecutionInpu
22
22
  export interface RetryStageExecutionCommandOutput extends RetryStageExecutionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const RetryStageExecutionCommand_base: {
25
- new (input: RetryStageExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RetryStageExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RetryStageExecutionCommandInput): import("@smithy/core/client").CommandImpl<RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RetryStageExecutionCommandInput): import("@smithy/core/client").CommandImpl<RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>You can retry a stage that has failed without having to run a pipeline again from
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { RollbackStageInput, RollbackStageOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RollbackStageCommandInput extends RollbackStageInput {
22
22
  export interface RollbackStageCommandOutput extends RollbackStageOutput, __MetadataBearer {
23
23
  }
24
24
  declare const RollbackStageCommand_base: {
25
- new (input: RollbackStageCommandInput): import("@smithy/smithy-client").CommandImpl<RollbackStageCommandInput, RollbackStageCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RollbackStageCommandInput): import("@smithy/smithy-client").CommandImpl<RollbackStageCommandInput, RollbackStageCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RollbackStageCommandInput): import("@smithy/core/client").CommandImpl<RollbackStageCommandInput, RollbackStageCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RollbackStageCommandInput): import("@smithy/core/client").CommandImpl<RollbackStageCommandInput, RollbackStageCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Rolls back a stage execution.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { StartPipelineExecutionInput, StartPipelineExecutionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartPipelineExecutionCommandInput extends StartPipelineExecuti
22
22
  export interface StartPipelineExecutionCommandOutput extends StartPipelineExecutionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartPipelineExecutionCommand_base: {
25
- new (input: StartPipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartPipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts the specified pipeline. Specifically, it begins processing the latest commit
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { StopPipelineExecutionInput, StopPipelineExecutionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopPipelineExecutionCommandInput extends StopPipelineExecution
22
22
  export interface StopPipelineExecutionCommandOutput extends StopPipelineExecutionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StopPipelineExecutionCommand_base: {
25
- new (input: StopPipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopPipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops the specified pipeline execution. You choose to either stop the pipeline
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
22
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes tags from an Amazon Web Services resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { UpdateActionTypeInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateActionTypeCommandInput extends UpdateActionTypeInput {
22
22
  export interface UpdateActionTypeCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateActionTypeCommand_base: {
25
- new (input: UpdateActionTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateActionTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateActionTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateActionTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an action type that was created with any supported integration model, where
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
4
  import type { UpdatePipelineInput, UpdatePipelineOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdatePipelineCommandInput extends UpdatePipelineInput {
22
22
  export interface UpdatePipelineCommandOutput extends UpdatePipelineOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdatePipelineCommand_base: {
25
- new (input: UpdatePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePipelineCommandInput, UpdatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePipelineCommandInput, UpdatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdatePipelineCommandInput): import("@smithy/core/client").CommandImpl<UpdatePipelineCommandInput, UpdatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdatePipelineCommandInput): import("@smithy/core/client").CommandImpl<UpdatePipelineCommandInput, UpdatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a specified pipeline with edits or changes to its structure. Use a JSON
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
3
3
  /**
4
4
  * <p>The nonce was specified in an invalid format.</p>
@@ -5,13 +5,13 @@ import type { CodePipelineClientConfig } from "./CodePipelineClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;