@aws-sdk/client-codepipeline 3.337.0 → 3.340.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 (177) hide show
  1. package/README.md +12 -13
  2. package/dist-cjs/CodePipelineClient.js +2 -1
  3. package/dist-cjs/commands/AcknowledgeJobCommand.js +2 -1
  4. package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +2 -1
  5. package/dist-cjs/commands/CreateCustomActionTypeCommand.js +2 -1
  6. package/dist-cjs/commands/CreatePipelineCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +2 -1
  8. package/dist-cjs/commands/DeletePipelineCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -1
  10. package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -1
  11. package/dist-cjs/commands/DisableStageTransitionCommand.js +2 -1
  12. package/dist-cjs/commands/EnableStageTransitionCommand.js +2 -1
  13. package/dist-cjs/commands/GetActionTypeCommand.js +2 -1
  14. package/dist-cjs/commands/GetJobDetailsCommand.js +2 -1
  15. package/dist-cjs/commands/GetPipelineCommand.js +2 -1
  16. package/dist-cjs/commands/GetPipelineExecutionCommand.js +2 -1
  17. package/dist-cjs/commands/GetPipelineStateCommand.js +2 -1
  18. package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +2 -1
  19. package/dist-cjs/commands/ListActionExecutionsCommand.js +2 -1
  20. package/dist-cjs/commands/ListActionTypesCommand.js +2 -1
  21. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -1
  22. package/dist-cjs/commands/ListPipelinesCommand.js +2 -1
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  24. package/dist-cjs/commands/ListWebhooksCommand.js +2 -1
  25. package/dist-cjs/commands/PollForJobsCommand.js +2 -1
  26. package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +2 -1
  27. package/dist-cjs/commands/PutActionRevisionCommand.js +2 -1
  28. package/dist-cjs/commands/PutApprovalResultCommand.js +2 -1
  29. package/dist-cjs/commands/PutJobFailureResultCommand.js +2 -1
  30. package/dist-cjs/commands/PutJobSuccessResultCommand.js +2 -1
  31. package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +2 -1
  32. package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +2 -1
  33. package/dist-cjs/commands/PutWebhookCommand.js +2 -1
  34. package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +2 -1
  35. package/dist-cjs/commands/RetryStageExecutionCommand.js +2 -1
  36. package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -1
  37. package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -1
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  40. package/dist-cjs/commands/UpdateActionTypeCommand.js +2 -1
  41. package/dist-cjs/commands/UpdatePipelineCommand.js +2 -1
  42. package/dist-cjs/endpoint/ruleset.js +3 -3
  43. package/dist-cjs/index.js +2 -2
  44. package/dist-cjs/models/CodePipelineServiceException.js +2 -1
  45. package/dist-cjs/protocols/Aws_json1_1.js +1 -0
  46. package/dist-es/CodePipelineClient.js +1 -0
  47. package/dist-es/commands/AcknowledgeJobCommand.js +1 -0
  48. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +1 -0
  49. package/dist-es/commands/CreateCustomActionTypeCommand.js +1 -0
  50. package/dist-es/commands/CreatePipelineCommand.js +1 -0
  51. package/dist-es/commands/DeleteCustomActionTypeCommand.js +1 -0
  52. package/dist-es/commands/DeletePipelineCommand.js +1 -0
  53. package/dist-es/commands/DeleteWebhookCommand.js +1 -0
  54. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +1 -0
  55. package/dist-es/commands/DisableStageTransitionCommand.js +1 -0
  56. package/dist-es/commands/EnableStageTransitionCommand.js +1 -0
  57. package/dist-es/commands/GetActionTypeCommand.js +1 -0
  58. package/dist-es/commands/GetJobDetailsCommand.js +1 -0
  59. package/dist-es/commands/GetPipelineCommand.js +1 -0
  60. package/dist-es/commands/GetPipelineExecutionCommand.js +1 -0
  61. package/dist-es/commands/GetPipelineStateCommand.js +1 -0
  62. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +1 -0
  63. package/dist-es/commands/ListActionExecutionsCommand.js +1 -0
  64. package/dist-es/commands/ListActionTypesCommand.js +1 -0
  65. package/dist-es/commands/ListPipelineExecutionsCommand.js +1 -0
  66. package/dist-es/commands/ListPipelinesCommand.js +1 -0
  67. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  68. package/dist-es/commands/ListWebhooksCommand.js +1 -0
  69. package/dist-es/commands/PollForJobsCommand.js +1 -0
  70. package/dist-es/commands/PollForThirdPartyJobsCommand.js +1 -0
  71. package/dist-es/commands/PutActionRevisionCommand.js +1 -0
  72. package/dist-es/commands/PutApprovalResultCommand.js +1 -0
  73. package/dist-es/commands/PutJobFailureResultCommand.js +1 -0
  74. package/dist-es/commands/PutJobSuccessResultCommand.js +1 -0
  75. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +1 -0
  76. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +1 -0
  77. package/dist-es/commands/PutWebhookCommand.js +1 -0
  78. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +1 -0
  79. package/dist-es/commands/RetryStageExecutionCommand.js +1 -0
  80. package/dist-es/commands/StartPipelineExecutionCommand.js +1 -0
  81. package/dist-es/commands/StopPipelineExecutionCommand.js +1 -0
  82. package/dist-es/commands/TagResourceCommand.js +1 -0
  83. package/dist-es/commands/UntagResourceCommand.js +1 -0
  84. package/dist-es/commands/UpdateActionTypeCommand.js +1 -0
  85. package/dist-es/commands/UpdatePipelineCommand.js +1 -0
  86. package/dist-es/endpoint/ruleset.js +3 -3
  87. package/dist-es/index.js +2 -2
  88. package/dist-es/models/CodePipelineServiceException.js +1 -0
  89. package/dist-es/protocols/Aws_json1_1.js +1 -0
  90. package/dist-types/CodePipeline.d.ts +83 -84
  91. package/dist-types/CodePipelineClient.d.ts +86 -87
  92. package/dist-types/commands/AcknowledgeJobCommand.d.ts +5 -1
  93. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +5 -1
  94. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +12 -8
  95. package/dist-types/commands/CreatePipelineCommand.d.ts +22 -18
  96. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +7 -3
  97. package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
  98. package/dist-types/commands/DeleteWebhookCommand.d.ts +5 -2
  99. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +7 -3
  100. package/dist-types/commands/DisableStageTransitionCommand.d.ts +5 -1
  101. package/dist-types/commands/EnableStageTransitionCommand.d.ts +5 -1
  102. package/dist-types/commands/GetActionTypeCommand.d.ts +7 -3
  103. package/dist-types/commands/GetJobDetailsCommand.d.ts +15 -11
  104. package/dist-types/commands/GetPipelineCommand.d.ts +12 -7
  105. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +5 -1
  106. package/dist-types/commands/GetPipelineStateCommand.d.ts +9 -5
  107. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +15 -11
  108. package/dist-types/commands/ListActionExecutionsCommand.d.ts +7 -3
  109. package/dist-types/commands/ListActionTypesCommand.d.ts +9 -5
  110. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +6 -2
  111. package/dist-types/commands/ListPipelinesCommand.d.ts +4 -0
  112. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  113. package/dist-types/commands/ListWebhooksCommand.d.ts +8 -4
  114. package/dist-types/commands/PollForJobsCommand.d.ts +20 -16
  115. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +11 -7
  116. package/dist-types/commands/PutActionRevisionCommand.d.ts +6 -1
  117. package/dist-types/commands/PutApprovalResultCommand.d.ts +6 -2
  118. package/dist-types/commands/PutJobFailureResultCommand.d.ts +5 -1
  119. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +4 -0
  120. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +5 -1
  121. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +4 -0
  122. package/dist-types/commands/PutWebhookCommand.d.ts +16 -11
  123. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +4 -0
  124. package/dist-types/commands/RetryStageExecutionCommand.d.ts +8 -3
  125. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
  126. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
  127. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  128. package/dist-types/commands/UntagResourceCommand.d.ts +5 -1
  129. package/dist-types/commands/UpdateActionTypeCommand.d.ts +6 -2
  130. package/dist-types/commands/UpdatePipelineCommand.d.ts +20 -16
  131. package/dist-types/index.d.ts +200 -2
  132. package/dist-types/models/CodePipelineServiceException.d.ts +1 -0
  133. package/dist-types/models/models_0.d.ts +195 -178
  134. package/dist-types/ts3.4/CodePipelineClient.d.ts +3 -3
  135. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/index.d.ts +2 -2
  175. package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  177. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { GetThirdPartyJobDetailsInput, GetThirdPartyJobDetailsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -21,12 +25,12 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
21
25
  * @public
22
26
  * <p>Requests the details of a job for a third party action. Used for partner actions
23
27
  * only.</p>
24
- * <important>
25
- * <p>When this API is called, AWS CodePipeline returns temporary credentials for the
26
- * S3 bucket used to store artifacts for the pipeline, if the action requires access to
27
- * that S3 bucket for input or output artifacts. This API also returns any secret
28
- * values defined for the action.</p>
29
- * </important>
28
+ * <important>
29
+ * <p>When this API is called, CodePipeline returns temporary credentials for
30
+ * the S3 bucket used to store artifacts for the pipeline, if the action requires
31
+ * access to that S3 bucket for input or output artifacts. This API also returns any
32
+ * secret values defined for the action.</p>
33
+ * </important>
30
34
  * @example
31
35
  * Use a bare-bones client and the command you need to make an API call.
32
36
  * ```javascript
@@ -44,8 +48,8 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
44
48
  * // id: "STRING_VALUE",
45
49
  * // data: { // ThirdPartyJobData
46
50
  * // actionTypeId: { // ActionTypeId
47
- * // category: "STRING_VALUE", // required
48
- * // owner: "STRING_VALUE", // required
51
+ * // category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
52
+ * // owner: "AWS" || "ThirdParty" || "Custom", // required
49
53
  * // provider: "STRING_VALUE", // required
50
54
  * // version: "STRING_VALUE", // required
51
55
  * // },
@@ -71,7 +75,7 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
71
75
  * // name: "STRING_VALUE",
72
76
  * // revision: "STRING_VALUE",
73
77
  * // location: { // ArtifactLocation
74
- * // type: "STRING_VALUE",
78
+ * // type: "S3",
75
79
  * // s3Location: { // S3ArtifactLocation
76
80
  * // bucketName: "STRING_VALUE", // required
77
81
  * // objectKey: "STRING_VALUE", // required
@@ -84,7 +88,7 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
84
88
  * // name: "STRING_VALUE",
85
89
  * // revision: "STRING_VALUE",
86
90
  * // location: {
87
- * // type: "STRING_VALUE",
91
+ * // type: "S3",
88
92
  * // s3Location: {
89
93
  * // bucketName: "STRING_VALUE", // required
90
94
  * // objectKey: "STRING_VALUE", // required
@@ -100,7 +104,7 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
100
104
  * // continuationToken: "STRING_VALUE",
101
105
  * // encryptionKey: { // EncryptionKey
102
106
  * // id: "STRING_VALUE", // required
103
- * // type: "STRING_VALUE", // required
107
+ * // type: "KMS", // required
104
108
  * // },
105
109
  * // },
106
110
  * // nonce: "STRING_VALUE",
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { ListActionExecutionsInput, ListActionExecutionsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -46,11 +50,11 @@ export interface ListActionExecutionsCommandOutput extends ListActionExecutionsO
46
50
  * // actionName: "STRING_VALUE",
47
51
  * // startTime: new Date("TIMESTAMP"),
48
52
  * // lastUpdateTime: new Date("TIMESTAMP"),
49
- * // status: "STRING_VALUE",
53
+ * // status: "InProgress" || "Abandoned" || "Succeeded" || "Failed",
50
54
  * // input: { // ActionExecutionInput
51
55
  * // actionTypeId: { // ActionTypeId
52
- * // category: "STRING_VALUE", // required
53
- * // owner: "STRING_VALUE", // required
56
+ * // category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
57
+ * // owner: "AWS" || "ThirdParty" || "Custom", // required
54
58
  * // provider: "STRING_VALUE", // required
55
59
  * // version: "STRING_VALUE", // required
56
60
  * // },
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { ListActionTypesInput, ListActionTypesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -19,7 +23,7 @@ export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __M
19
23
  }
20
24
  /**
21
25
  * @public
22
- * <p>Gets a summary of all AWS CodePipeline action types associated with your
26
+ * <p>Gets a summary of all CodePipeline action types associated with your
23
27
  * account.</p>
24
28
  * @example
25
29
  * Use a bare-bones client and the command you need to make an API call.
@@ -28,7 +32,7 @@ export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __M
28
32
  * // const { CodePipelineClient, ListActionTypesCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import
29
33
  * const client = new CodePipelineClient(config);
30
34
  * const input = { // ListActionTypesInput
31
- * actionOwnerFilter: "STRING_VALUE",
35
+ * actionOwnerFilter: "AWS" || "ThirdParty" || "Custom",
32
36
  * nextToken: "STRING_VALUE",
33
37
  * regionFilter: "STRING_VALUE",
34
38
  * };
@@ -38,8 +42,8 @@ export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __M
38
42
  * // actionTypes: [ // ActionTypeList // required
39
43
  * // { // ActionType
40
44
  * // id: { // ActionTypeId
41
- * // category: "STRING_VALUE", // required
42
- * // owner: "STRING_VALUE", // required
45
+ * // category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
46
+ * // owner: "AWS" || "ThirdParty" || "Custom", // required
43
47
  * // provider: "STRING_VALUE", // required
44
48
  * // version: "STRING_VALUE", // required
45
49
  * // },
@@ -57,7 +61,7 @@ export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __M
57
61
  * // secret: true || false, // required
58
62
  * // queryable: true || false,
59
63
  * // description: "STRING_VALUE",
60
- * // type: "STRING_VALUE",
64
+ * // type: "String" || "Number" || "Boolean",
61
65
  * // },
62
66
  * // ],
63
67
  * // inputArtifactDetails: { // ArtifactDetails
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { ListPipelineExecutionsInput, ListPipelineExecutionsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -37,7 +41,7 @@ export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecuti
37
41
  * // pipelineExecutionSummaries: [ // PipelineExecutionSummaryList
38
42
  * // { // PipelineExecutionSummary
39
43
  * // pipelineExecutionId: "STRING_VALUE",
40
- * // status: "STRING_VALUE",
44
+ * // status: "Cancelled" || "InProgress" || "Stopped" || "Stopping" || "Succeeded" || "Superseded" || "Failed",
41
45
  * // startTime: new Date("TIMESTAMP"),
42
46
  * // lastUpdateTime: new Date("TIMESTAMP"),
43
47
  * // sourceRevisions: [ // SourceRevisionList
@@ -49,7 +53,7 @@ export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecuti
49
53
  * // },
50
54
  * // ],
51
55
  * // trigger: { // ExecutionTrigger
52
- * // triggerType: "STRING_VALUE",
56
+ * // triggerType: "CreatePipeline" || "StartPipelineExecution" || "PollForSourceChanges" || "Webhook" || "CloudWatchEvent" || "PutActionRevision",
53
57
  * // triggerDetail: "STRING_VALUE",
54
58
  * // },
55
59
  * // stopTrigger: { // StopExecutionTrigger
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -19,9 +23,9 @@ export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __Metadat
19
23
  }
20
24
  /**
21
25
  * @public
22
- * <p>Gets a listing of all the webhooks in this AWS Region for this account. The output
23
- * lists all webhooks and includes the webhook URL and ARN and the configuration for each
24
- * webhook.</p>
26
+ * <p>Gets a listing of all the webhooks in this Amazon Web Services Region for this
27
+ * account. The output lists all webhooks and includes the webhook URL and ARN and the
28
+ * configuration for each webhook.</p>
25
29
  * @example
26
30
  * Use a bare-bones client and the command you need to make an API call.
27
31
  * ```javascript
@@ -47,7 +51,7 @@ export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __Metadat
47
51
  * // matchEquals: "STRING_VALUE",
48
52
  * // },
49
53
  * // ],
50
- * // authentication: "STRING_VALUE", // required
54
+ * // authentication: "GITHUB_HMAC" || "IP" || "UNAUTHENTICATED", // required
51
55
  * // authenticationConfiguration: { // WebhookAuthConfiguration
52
56
  * // AllowedIPRange: "STRING_VALUE",
53
57
  * // SecretToken: "STRING_VALUE",
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { PollForJobsInput, PollForJobsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -19,16 +23,16 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
19
23
  }
20
24
  /**
21
25
  * @public
22
- * <p>Returns information about any jobs for AWS CodePipeline to act on.
26
+ * <p>Returns information about any jobs for CodePipeline to act on.
23
27
  * <code>PollForJobs</code> is valid only for action types with "Custom" in the owner
24
- * field. If the action type contains "AWS" or "ThirdParty" in the owner field, the
25
- * <code>PollForJobs</code> action returns an error.</p>
26
- * <important>
27
- * <p>When this API is called, AWS CodePipeline returns temporary credentials for the
28
- * S3 bucket used to store artifacts for the pipeline, if the action requires access to
29
- * that S3 bucket for input or output artifacts. This API also returns any secret
30
- * values defined for the action.</p>
31
- * </important>
28
+ * field. If the action type contains <code>AWS</code> or <code>ThirdParty</code> in the
29
+ * owner field, the <code>PollForJobs</code> action returns an error.</p>
30
+ * <important>
31
+ * <p>When this API is called, CodePipeline returns temporary credentials for
32
+ * the S3 bucket used to store artifacts for the pipeline, if the action requires
33
+ * access to that S3 bucket for input or output artifacts. This API also returns any
34
+ * secret values defined for the action.</p>
35
+ * </important>
32
36
  * @example
33
37
  * Use a bare-bones client and the command you need to make an API call.
34
38
  * ```javascript
@@ -37,8 +41,8 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
37
41
  * const client = new CodePipelineClient(config);
38
42
  * const input = { // PollForJobsInput
39
43
  * actionTypeId: { // ActionTypeId
40
- * category: "STRING_VALUE", // required
41
- * owner: "STRING_VALUE", // required
44
+ * category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
45
+ * owner: "AWS" || "ThirdParty" || "Custom", // required
42
46
  * provider: "STRING_VALUE", // required
43
47
  * version: "STRING_VALUE", // required
44
48
  * },
@@ -55,8 +59,8 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
55
59
  * // id: "STRING_VALUE",
56
60
  * // data: { // JobData
57
61
  * // actionTypeId: { // ActionTypeId
58
- * // category: "STRING_VALUE", // required
59
- * // owner: "STRING_VALUE", // required
62
+ * // category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
63
+ * // owner: "AWS" || "ThirdParty" || "Custom", // required
60
64
  * // provider: "STRING_VALUE", // required
61
65
  * // version: "STRING_VALUE", // required
62
66
  * // },
@@ -82,7 +86,7 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
82
86
  * // name: "STRING_VALUE",
83
87
  * // revision: "STRING_VALUE",
84
88
  * // location: { // ArtifactLocation
85
- * // type: "STRING_VALUE",
89
+ * // type: "S3",
86
90
  * // s3Location: { // S3ArtifactLocation
87
91
  * // bucketName: "STRING_VALUE", // required
88
92
  * // objectKey: "STRING_VALUE", // required
@@ -95,7 +99,7 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
95
99
  * // name: "STRING_VALUE",
96
100
  * // revision: "STRING_VALUE",
97
101
  * // location: {
98
- * // type: "STRING_VALUE",
102
+ * // type: "S3",
99
103
  * // s3Location: {
100
104
  * // bucketName: "STRING_VALUE", // required
101
105
  * // objectKey: "STRING_VALUE", // required
@@ -111,7 +115,7 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
111
115
  * // continuationToken: "STRING_VALUE",
112
116
  * // encryptionKey: { // EncryptionKey
113
117
  * // id: "STRING_VALUE", // required
114
- * // type: "STRING_VALUE", // required
118
+ * // type: "KMS", // required
115
119
  * // },
116
120
  * // },
117
121
  * // nonce: "STRING_VALUE",
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { PollForThirdPartyJobsInput, PollForThirdPartyJobsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -21,11 +25,11 @@ export interface PollForThirdPartyJobsCommandOutput extends PollForThirdPartyJob
21
25
  * @public
22
26
  * <p>Determines whether there are any third party jobs for a job worker to act on. Used
23
27
  * for partner actions only.</p>
24
- * <important>
25
- * <p>When this API is called, AWS CodePipeline returns temporary credentials for the
26
- * S3 bucket used to store artifacts for the pipeline, if the action requires access to
27
- * that S3 bucket for input or output artifacts.</p>
28
- * </important>
28
+ * <important>
29
+ * <p>When this API is called, CodePipeline returns temporary credentials for
30
+ * the S3 bucket used to store artifacts for the pipeline, if the action requires
31
+ * access to that S3 bucket for input or output artifacts.</p>
32
+ * </important>
29
33
  * @example
30
34
  * Use a bare-bones client and the command you need to make an API call.
31
35
  * ```javascript
@@ -34,8 +38,8 @@ export interface PollForThirdPartyJobsCommandOutput extends PollForThirdPartyJob
34
38
  * const client = new CodePipelineClient(config);
35
39
  * const input = { // PollForThirdPartyJobsInput
36
40
  * actionTypeId: { // ActionTypeId
37
- * category: "STRING_VALUE", // required
38
- * owner: "STRING_VALUE", // required
41
+ * category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
42
+ * owner: "AWS" || "ThirdParty" || "Custom", // required
39
43
  * provider: "STRING_VALUE", // required
40
44
  * version: "STRING_VALUE", // required
41
45
  * },
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { PutActionRevisionInput, PutActionRevisionOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -19,7 +23,8 @@ export interface PutActionRevisionCommandOutput extends PutActionRevisionOutput,
19
23
  }
20
24
  /**
21
25
  * @public
22
- * <p>Provides information to AWS CodePipeline about new revisions to a source.</p>
26
+ * <p>Provides information to CodePipeline about new revisions to a
27
+ * source.</p>
23
28
  * @example
24
29
  * Use a bare-bones client and the command you need to make an API call.
25
30
  * ```javascript
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { PutApprovalResultInput, PutApprovalResultOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -19,7 +23,7 @@ export interface PutApprovalResultCommandOutput extends PutApprovalResultOutput,
19
23
  }
20
24
  /**
21
25
  * @public
22
- * <p>Provides the response to a manual approval request to AWS CodePipeline. Valid
26
+ * <p>Provides the response to a manual approval request to CodePipeline. Valid
23
27
  * responses include Approved and Rejected.</p>
24
28
  * @example
25
29
  * Use a bare-bones client and the command you need to make an API call.
@@ -33,7 +37,7 @@ export interface PutApprovalResultCommandOutput extends PutApprovalResultOutput,
33
37
  * actionName: "STRING_VALUE", // required
34
38
  * result: { // ApprovalResult
35
39
  * summary: "STRING_VALUE", // required
36
- * status: "STRING_VALUE", // required
40
+ * status: "Approved" || "Rejected", // required
37
41
  * },
38
42
  * token: "STRING_VALUE", // required
39
43
  * };
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { PutJobFailureResultInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -30,7 +34,7 @@ export interface PutJobFailureResultCommandOutput extends __MetadataBearer {
30
34
  * const input = { // PutJobFailureResultInput
31
35
  * jobId: "STRING_VALUE", // required
32
36
  * failureDetails: { // FailureDetails
33
- * type: "STRING_VALUE", // required
37
+ * type: "JobFailed" || "ConfigurationError" || "PermissionError" || "RevisionOutOfSync" || "RevisionUnavailable" || "SystemUnavailable", // required
34
38
  * message: "STRING_VALUE", // required
35
39
  * externalExecutionId: "STRING_VALUE",
36
40
  * },
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { PutJobSuccessResultInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { PutThirdPartyJobFailureResultInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -31,7 +35,7 @@ export interface PutThirdPartyJobFailureResultCommandOutput extends __MetadataBe
31
35
  * jobId: "STRING_VALUE", // required
32
36
  * clientToken: "STRING_VALUE", // required
33
37
  * failureDetails: { // FailureDetails
34
- * type: "STRING_VALUE", // required
38
+ * type: "JobFailed" || "ConfigurationError" || "PermissionError" || "RevisionOutOfSync" || "RevisionUnavailable" || "SystemUnavailable", // required
35
39
  * message: "STRING_VALUE", // required
36
40
  * externalExecutionId: "STRING_VALUE",
37
41
  * },
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { PutThirdPartyJobSuccessResultInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { PutWebhookInput, PutWebhookOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -19,13 +23,14 @@ export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBea
19
23
  }
20
24
  /**
21
25
  * @public
22
- * <p>Defines a webhook and returns a unique webhook URL generated by CodePipeline. This
23
- * URL can be supplied to third party source hosting providers to call every time there's a
24
- * code change. When CodePipeline receives a POST request on this URL, the pipeline defined
25
- * in the webhook is started as long as the POST request satisfied the authentication and
26
- * filtering requirements supplied when defining the webhook. RegisterWebhookWithThirdParty
27
- * and DeregisterWebhookWithThirdParty APIs can be used to automatically configure
28
- * supported third parties to call the generated webhook URL.</p>
26
+ * <p>Defines a webhook and returns a unique webhook URL generated by CodePipeline.
27
+ * This URL can be supplied to third party source hosting providers to call every time
28
+ * there's a code change. When CodePipeline receives a POST request on this URL, the
29
+ * pipeline defined in the webhook is started as long as the POST request satisfied the
30
+ * authentication and filtering requirements supplied when defining the webhook.
31
+ * RegisterWebhookWithThirdParty and DeregisterWebhookWithThirdParty APIs can be used to
32
+ * automatically configure supported third parties to call the generated webhook
33
+ * URL.</p>
29
34
  * @example
30
35
  * Use a bare-bones client and the command you need to make an API call.
31
36
  * ```javascript
@@ -43,7 +48,7 @@ export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBea
43
48
  * matchEquals: "STRING_VALUE",
44
49
  * },
45
50
  * ],
46
- * authentication: "STRING_VALUE", // required
51
+ * authentication: "GITHUB_HMAC" || "IP" || "UNAUTHENTICATED", // required
47
52
  * authenticationConfiguration: { // WebhookAuthConfiguration
48
53
  * AllowedIPRange: "STRING_VALUE",
49
54
  * SecretToken: "STRING_VALUE",
@@ -70,7 +75,7 @@ export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBea
70
75
  * // matchEquals: "STRING_VALUE",
71
76
  * // },
72
77
  * // ],
73
- * // authentication: "STRING_VALUE", // required
78
+ * // authentication: "GITHUB_HMAC" || "IP" || "UNAUTHENTICATED", // required
74
79
  * // authenticationConfiguration: { // WebhookAuthConfiguration
75
80
  * // AllowedIPRange: "STRING_VALUE",
76
81
  * // SecretToken: "STRING_VALUE",
@@ -111,8 +116,8 @@ export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBea
111
116
  * <p>The specified event filter rule is in an invalid format.</p>
112
117
  *
113
118
  * @throws {@link LimitExceededException} (client fault)
114
- * <p>The number of pipelines associated with the AWS account has exceeded the limit
115
- * allowed for the account.</p>
119
+ * <p>The number of pipelines associated with the Amazon Web Services account has exceeded
120
+ * the limit allowed for the account.</p>
116
121
  *
117
122
  * @throws {@link PipelineNotFoundException} (client fault)
118
123
  * <p>The pipeline was specified in an invalid format or cannot be found.</p>
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { RegisterWebhookWithThirdPartyInput, RegisterWebhookWithThirdPartyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { RetryStageExecutionInput, RetryStageExecutionOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -33,7 +37,7 @@ export interface RetryStageExecutionCommandOutput extends RetryStageExecutionOut
33
37
  * pipelineName: "STRING_VALUE", // required
34
38
  * stageName: "STRING_VALUE", // required
35
39
  * pipelineExecutionId: "STRING_VALUE", // required
36
- * retryMode: "STRING_VALUE", // required
40
+ * retryMode: "FAILED_ACTIONS", // required
37
41
  * };
38
42
  * const command = new RetryStageExecutionCommand(input);
39
43
  * const response = await client.send(command);
@@ -54,8 +58,9 @@ export interface RetryStageExecutionCommandOutput extends RetryStageExecutionOut
54
58
  * activities. Try again later.</p>
55
59
  *
56
60
  * @throws {@link NotLatestPipelineExecutionException} (client fault)
57
- * <p>The stage has failed in a later run of the pipeline and the pipelineExecutionId
58
- * associated with the request is out of date.</p>
61
+ * <p>The stage has failed in a later run of the pipeline and the
62
+ * <code>pipelineExecutionId</code> associated with the request is out of
63
+ * date.</p>
59
64
  *
60
65
  * @throws {@link PipelineNotFoundException} (client fault)
61
66
  * <p>The pipeline was specified in an invalid format or cannot be found.</p>
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { StartPipelineExecutionInput, StartPipelineExecutionOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { StopPipelineExecutionInput, StopPipelineExecutionOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -19,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
19
23
  }
20
24
  /**
21
25
  * @public
22
- * <p>Removes tags from an AWS resource.</p>
26
+ * <p>Removes tags from an Amazon Web Services resource.</p>
23
27
  * @example
24
28
  * Use a bare-bones client and the command you need to make an API call.
25
29
  * ```javascript