@aws-sdk/client-codepipeline 3.1044.0 → 3.1046.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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListActionTypesCommandOutput
18
18
  declare const ListActionTypesCommand_base: {
19
19
  new (
20
20
  input: ListActionTypesCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListActionTypesCommandInput,
23
23
  ListActionTypesCommandOutput,
24
24
  CodePipelineClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListActionTypesCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListActionTypesCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListActionTypesCommandInput,
32
32
  ListActionTypesCommandOutput,
33
33
  CodePipelineClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListActionTypesCommand extends ListActionTypesCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListDeployActionExecutionTargetsCommandOutput
19
19
  declare const ListDeployActionExecutionTargetsCommand_base: {
20
20
  new (
21
21
  input: ListDeployActionExecutionTargetsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListDeployActionExecutionTargetsCommandInput,
24
24
  ListDeployActionExecutionTargetsCommandOutput,
25
25
  CodePipelineClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListDeployActionExecutionTargetsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListDeployActionExecutionTargetsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListDeployActionExecutionTargetsCommandInput,
33
33
  ListDeployActionExecutionTargetsCommandOutput,
34
34
  CodePipelineClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListDeployActionExecutionTargetsCommand extends ListDeployActionExecutionTargetsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListPipelineExecutionsCommandOutput
19
19
  declare const ListPipelineExecutionsCommand_base: {
20
20
  new (
21
21
  input: ListPipelineExecutionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListPipelineExecutionsCommandInput,
24
24
  ListPipelineExecutionsCommandOutput,
25
25
  CodePipelineClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListPipelineExecutionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListPipelineExecutionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListPipelineExecutionsCommandInput,
33
33
  ListPipelineExecutionsCommandOutput,
34
34
  CodePipelineClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListPipelineExecutionsCommand extends ListPipelineExecutionsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListPipelinesCommandOutput
15
15
  declare const ListPipelinesCommand_base: {
16
16
  new (
17
17
  input: ListPipelinesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListPipelinesCommandInput,
20
20
  ListPipelinesCommandOutput,
21
21
  CodePipelineClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListPipelinesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListPipelinesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListPipelinesCommandInput,
29
29
  ListPipelinesCommandOutput,
30
30
  CodePipelineClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListPipelinesCommand extends ListPipelinesCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListRuleExecutionsCommandOutput
19
19
  declare const ListRuleExecutionsCommand_base: {
20
20
  new (
21
21
  input: ListRuleExecutionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListRuleExecutionsCommandInput,
24
24
  ListRuleExecutionsCommandOutput,
25
25
  CodePipelineClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListRuleExecutionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListRuleExecutionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListRuleExecutionsCommandInput,
33
33
  ListRuleExecutionsCommandOutput,
34
34
  CodePipelineClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListRuleExecutionsCommand extends ListRuleExecutionsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListRuleTypesCommandOutput
15
15
  declare const ListRuleTypesCommand_base: {
16
16
  new (
17
17
  input: ListRuleTypesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListRuleTypesCommandInput,
20
20
  ListRuleTypesCommandOutput,
21
21
  CodePipelineClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListRuleTypesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListRuleTypesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListRuleTypesCommandInput,
29
29
  ListRuleTypesCommandOutput,
30
30
  CodePipelineClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListRuleTypesCommand extends ListRuleTypesCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  CodePipelineClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  CodePipelineClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListWebhooksCommandOutput
15
15
  declare const ListWebhooksCommand_base: {
16
16
  new (
17
17
  input: ListWebhooksCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListWebhooksCommandInput,
20
20
  ListWebhooksCommandOutput,
21
21
  CodePipelineClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListWebhooksCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListWebhooksCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListWebhooksCommandInput,
29
29
  ListWebhooksCommandOutput,
30
30
  CodePipelineClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface OverrideStageConditionCommandOutput extends __MetadataBearer {}
14
14
  declare const OverrideStageConditionCommand_base: {
15
15
  new (
16
16
  input: OverrideStageConditionCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  OverrideStageConditionCommandInput,
19
19
  OverrideStageConditionCommandOutput,
20
20
  CodePipelineClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const OverrideStageConditionCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: OverrideStageConditionCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  OverrideStageConditionCommandInput,
28
28
  OverrideStageConditionCommandOutput,
29
29
  CodePipelineClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class OverrideStageConditionCommand extends OverrideStageConditionCommand_base {
36
38
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface PollForJobsCommandOutput
15
15
  declare const PollForJobsCommand_base: {
16
16
  new (
17
17
  input: PollForJobsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  PollForJobsCommandInput,
20
20
  PollForJobsCommandOutput,
21
21
  CodePipelineClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const PollForJobsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: PollForJobsCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  PollForJobsCommandInput,
29
29
  PollForJobsCommandOutput,
30
30
  CodePipelineClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class PollForJobsCommand extends PollForJobsCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface PollForThirdPartyJobsCommandOutput
19
19
  declare const PollForThirdPartyJobsCommand_base: {
20
20
  new (
21
21
  input: PollForThirdPartyJobsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  PollForThirdPartyJobsCommandInput,
24
24
  PollForThirdPartyJobsCommandOutput,
25
25
  CodePipelineClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const PollForThirdPartyJobsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: PollForThirdPartyJobsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  PollForThirdPartyJobsCommandInput,
33
33
  PollForThirdPartyJobsCommandOutput,
34
34
  CodePipelineClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class PollForThirdPartyJobsCommand extends PollForThirdPartyJobsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface PutActionRevisionCommandOutput
18
18
  declare const PutActionRevisionCommand_base: {
19
19
  new (
20
20
  input: PutActionRevisionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  PutActionRevisionCommandInput,
23
23
  PutActionRevisionCommandOutput,
24
24
  CodePipelineClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const PutActionRevisionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: PutActionRevisionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  PutActionRevisionCommandInput,
32
32
  PutActionRevisionCommandOutput,
33
33
  CodePipelineClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class PutActionRevisionCommand extends PutActionRevisionCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface PutApprovalResultCommandOutput
18
18
  declare const PutApprovalResultCommand_base: {
19
19
  new (
20
20
  input: PutApprovalResultCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  PutApprovalResultCommandInput,
23
23
  PutApprovalResultCommandOutput,
24
24
  CodePipelineClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const PutApprovalResultCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: PutApprovalResultCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  PutApprovalResultCommandInput,
32
32
  PutApprovalResultCommandOutput,
33
33
  CodePipelineClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class PutApprovalResultCommand extends PutApprovalResultCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface PutJobFailureResultCommandOutput extends __MetadataBearer {}
14
14
  declare const PutJobFailureResultCommand_base: {
15
15
  new (
16
16
  input: PutJobFailureResultCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  PutJobFailureResultCommandInput,
19
19
  PutJobFailureResultCommandOutput,
20
20
  CodePipelineClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const PutJobFailureResultCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: PutJobFailureResultCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  PutJobFailureResultCommandInput,
28
28
  PutJobFailureResultCommandOutput,
29
29
  CodePipelineClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class PutJobFailureResultCommand extends PutJobFailureResultCommand_base {
36
38
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface PutJobSuccessResultCommandOutput extends __MetadataBearer {}
14
14
  declare const PutJobSuccessResultCommand_base: {
15
15
  new (
16
16
  input: PutJobSuccessResultCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  PutJobSuccessResultCommandInput,
19
19
  PutJobSuccessResultCommandOutput,
20
20
  CodePipelineClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const PutJobSuccessResultCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: PutJobSuccessResultCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  PutJobSuccessResultCommandInput,
28
28
  PutJobSuccessResultCommandOutput,
29
29
  CodePipelineClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class PutJobSuccessResultCommand extends PutJobSuccessResultCommand_base {
36
38
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface PutThirdPartyJobFailureResultCommandOutput
15
15
  declare const PutThirdPartyJobFailureResultCommand_base: {
16
16
  new (
17
17
  input: PutThirdPartyJobFailureResultCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  PutThirdPartyJobFailureResultCommandInput,
20
20
  PutThirdPartyJobFailureResultCommandOutput,
21
21
  CodePipelineClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const PutThirdPartyJobFailureResultCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: PutThirdPartyJobFailureResultCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  PutThirdPartyJobFailureResultCommandInput,
29
29
  PutThirdPartyJobFailureResultCommandOutput,
30
30
  CodePipelineClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class PutThirdPartyJobFailureResultCommand extends PutThirdPartyJobFailureResultCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface PutThirdPartyJobSuccessResultCommandOutput
15
15
  declare const PutThirdPartyJobSuccessResultCommand_base: {
16
16
  new (
17
17
  input: PutThirdPartyJobSuccessResultCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  PutThirdPartyJobSuccessResultCommandInput,
20
20
  PutThirdPartyJobSuccessResultCommandOutput,
21
21
  CodePipelineClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const PutThirdPartyJobSuccessResultCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: PutThirdPartyJobSuccessResultCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  PutThirdPartyJobSuccessResultCommandInput,
29
29
  PutThirdPartyJobSuccessResultCommandOutput,
30
30
  CodePipelineClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class PutThirdPartyJobSuccessResultCommand extends PutThirdPartyJobSuccessResultCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface PutWebhookCommandOutput
15
15
  declare const PutWebhookCommand_base: {
16
16
  new (
17
17
  input: PutWebhookCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  PutWebhookCommandInput,
20
20
  PutWebhookCommandOutput,
21
21
  CodePipelineClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const PutWebhookCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: PutWebhookCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  PutWebhookCommandInput,
29
29
  PutWebhookCommandOutput,
30
30
  CodePipelineClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class PutWebhookCommand extends PutWebhookCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodePipelineClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface RegisterWebhookWithThirdPartyCommandOutput
19
19
  declare const RegisterWebhookWithThirdPartyCommand_base: {
20
20
  new (
21
21
  input: RegisterWebhookWithThirdPartyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RegisterWebhookWithThirdPartyCommandInput,
24
24
  RegisterWebhookWithThirdPartyCommandOutput,
25
25
  CodePipelineClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RegisterWebhookWithThirdPartyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [RegisterWebhookWithThirdPartyCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RegisterWebhookWithThirdPartyCommandInput,
33
33
  RegisterWebhookWithThirdPartyCommandOutput,
34
34
  CodePipelineClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class RegisterWebhookWithThirdPartyCommand extends RegisterWebhookWithThirdPartyCommand_base {
41
43
  protected static __types: {