@aws-sdk/client-codepipeline 3.529.1 → 3.535.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 (91) hide show
  1. package/dist-types/CodePipeline.d.ts +6 -1
  2. package/dist-types/CodePipelineClient.d.ts +1 -1
  3. package/dist-types/commands/AcknowledgeJobCommand.d.ts +2 -1
  4. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +2 -1
  6. package/dist-types/commands/CreatePipelineCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +2 -1
  8. package/dist-types/commands/DeletePipelineCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  10. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +2 -1
  11. package/dist-types/commands/DisableStageTransitionCommand.d.ts +2 -1
  12. package/dist-types/commands/EnableStageTransitionCommand.d.ts +2 -1
  13. package/dist-types/commands/GetActionTypeCommand.d.ts +2 -1
  14. package/dist-types/commands/GetJobDetailsCommand.d.ts +2 -1
  15. package/dist-types/commands/GetPipelineCommand.d.ts +2 -1
  16. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +2 -1
  17. package/dist-types/commands/GetPipelineStateCommand.d.ts +2 -1
  18. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListActionExecutionsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListActionTypesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListPipelinesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
  25. package/dist-types/commands/PollForJobsCommand.d.ts +2 -1
  26. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +2 -1
  27. package/dist-types/commands/PutActionRevisionCommand.d.ts +2 -1
  28. package/dist-types/commands/PutApprovalResultCommand.d.ts +2 -1
  29. package/dist-types/commands/PutJobFailureResultCommand.d.ts +2 -1
  30. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +2 -1
  31. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +2 -1
  32. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +2 -1
  33. package/dist-types/commands/PutWebhookCommand.d.ts +2 -1
  34. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +2 -1
  35. package/dist-types/commands/RetryStageExecutionCommand.d.ts +2 -1
  36. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -1
  37. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -1
  38. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateActionTypeCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdatePipelineCommand.d.ts +2 -1
  42. package/dist-types/models/models_0.d.ts +607 -607
  43. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  44. package/dist-types/runtimeConfig.d.ts +2 -2
  45. package/dist-types/runtimeConfig.native.d.ts +2 -2
  46. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  47. package/dist-types/ts3.4/CodePipeline.d.ts +5 -0
  48. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  91. package/package.json +40 -40
@@ -85,6 +85,7 @@ export interface CodePipeline {
85
85
  /**
86
86
  * @see {@link DeregisterWebhookWithThirdPartyCommand}
87
87
  */
88
+ deregisterWebhookWithThirdParty(): Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
88
89
  deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
89
90
  deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void): void;
90
91
  deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void): void;
@@ -145,6 +146,7 @@ export interface CodePipeline {
145
146
  /**
146
147
  * @see {@link ListActionTypesCommand}
147
148
  */
149
+ listActionTypes(): Promise<ListActionTypesCommandOutput>;
148
150
  listActionTypes(args: ListActionTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListActionTypesCommandOutput>;
149
151
  listActionTypes(args: ListActionTypesCommandInput, cb: (err: any, data?: ListActionTypesCommandOutput) => void): void;
150
152
  listActionTypes(args: ListActionTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionTypesCommandOutput) => void): void;
@@ -157,6 +159,7 @@ export interface CodePipeline {
157
159
  /**
158
160
  * @see {@link ListPipelinesCommand}
159
161
  */
162
+ listPipelines(): Promise<ListPipelinesCommandOutput>;
160
163
  listPipelines(args: ListPipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelinesCommandOutput>;
161
164
  listPipelines(args: ListPipelinesCommandInput, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
162
165
  listPipelines(args: ListPipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
@@ -169,6 +172,7 @@ export interface CodePipeline {
169
172
  /**
170
173
  * @see {@link ListWebhooksCommand}
171
174
  */
175
+ listWebhooks(): Promise<ListWebhooksCommandOutput>;
172
176
  listWebhooks(args: ListWebhooksCommandInput, options?: __HttpHandlerOptions): Promise<ListWebhooksCommandOutput>;
173
177
  listWebhooks(args: ListWebhooksCommandInput, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
174
178
  listWebhooks(args: ListWebhooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
@@ -229,6 +233,7 @@ export interface CodePipeline {
229
233
  /**
230
234
  * @see {@link RegisterWebhookWithThirdPartyCommand}
231
235
  */
236
+ registerWebhookWithThirdParty(): Promise<RegisterWebhookWithThirdPartyCommandOutput>;
232
237
  registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, options?: __HttpHandlerOptions): Promise<RegisterWebhookWithThirdPartyCommandOutput>;
233
238
  registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void): void;
234
239
  registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void): void;
@@ -276,7 +281,6 @@ export interface CodePipeline {
276
281
  updatePipeline(args: UpdatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
277
282
  }
278
283
  /**
279
- * @public
280
284
  * <fullname>CodePipeline</fullname>
281
285
  * <p>
282
286
  * <b>Overview</b>
@@ -471,6 +475,7 @@ export interface CodePipeline {
471
475
  * success.</p>
472
476
  * </li>
473
477
  * </ul>
478
+ * @public
474
479
  */
475
480
  export declare class CodePipeline extends CodePipelineClient implements CodePipeline {
476
481
  }
@@ -190,7 +190,6 @@ export type CodePipelineClientResolvedConfigType = __SmithyResolvedConfiguration
190
190
  export interface CodePipelineClientResolvedConfig extends CodePipelineClientResolvedConfigType {
191
191
  }
192
192
  /**
193
- * @public
194
193
  * <fullname>CodePipeline</fullname>
195
194
  * <p>
196
195
  * <b>Overview</b>
@@ -385,6 +384,7 @@ export interface CodePipelineClientResolvedConfig extends CodePipelineClientReso
385
384
  * success.</p>
386
385
  * </li>
387
386
  * </ul>
387
+ * @public
388
388
  */
389
389
  export declare class CodePipelineClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodePipelineClientResolvedConfig> {
390
390
  /**
@@ -22,10 +22,10 @@ export interface AcknowledgeJobCommandOutput extends AcknowledgeJobOutput, __Met
22
22
  }
23
23
  declare const AcknowledgeJobCommand_base: {
24
24
  new (input: AcknowledgeJobCommandInput): import("@smithy/smithy-client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AcknowledgeJobCommandInput): import("@smithy/smithy-client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a specified job and whether that job has been received by
30
30
  * the job worker. Used for custom actions only.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const AcknowledgeJobCommand_base: {
64
64
  * @throws {@link CodePipelineServiceException}
65
65
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class AcknowledgeJobCommand extends AcknowledgeJobCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface AcknowledgeThirdPartyJobCommandOutput extends AcknowledgeThirdP
22
22
  }
23
23
  declare const AcknowledgeThirdPartyJobCommand_base: {
24
24
  new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/smithy-client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AcknowledgeThirdPartyJobCommandInput): import("@smithy/smithy-client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Confirms a job worker has received the specified job. Used for partner actions
30
30
  * only.</p>
31
31
  * @example
@@ -68,6 +68,7 @@ declare const AcknowledgeThirdPartyJobCommand_base: {
68
68
  * @throws {@link CodePipelineServiceException}
69
69
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class AcknowledgeThirdPartyJobCommand extends AcknowledgeThirdPartyJobCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface CreateCustomActionTypeCommandOutput extends CreateCustomActionT
22
22
  }
23
23
  declare const CreateCustomActionTypeCommand_base: {
24
24
  new (input: CreateCustomActionTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCustomActionTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new custom action that can be used in all pipelines associated with the
30
30
  * Amazon Web Services account. Only used for custom actions.</p>
31
31
  * @example
@@ -141,6 +141,7 @@ declare const CreateCustomActionTypeCommand_base: {
141
141
  * @throws {@link CodePipelineServiceException}
142
142
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
143
143
  *
144
+ * @public
144
145
  */
145
146
  export declare class CreateCustomActionTypeCommand extends CreateCustomActionTypeCommand_base {
146
147
  }
@@ -22,10 +22,10 @@ export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __Met
22
22
  }
23
23
  declare const CreatePipelineCommand_base: {
24
24
  new (input: CreatePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a pipeline.</p>
30
30
  * <note>
31
31
  * <p>In the pipeline structure, you must include either <code>artifactStore</code>
@@ -362,6 +362,7 @@ declare const CreatePipelineCommand_base: {
362
362
  * @throws {@link CodePipelineServiceException}
363
363
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
364
364
  *
365
+ * @public
365
366
  */
366
367
  export declare class CreatePipelineCommand extends CreatePipelineCommand_base {
367
368
  }
@@ -22,10 +22,10 @@ export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteCustomActionTypeCommand_base: {
24
24
  new (input: DeleteCustomActionTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCustomActionTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Marks a custom action as deleted. <code>PollForJobs</code> for the custom action
30
30
  * fails after the action is marked for deletion. Used for custom actions only.</p>
31
31
  * <important>
@@ -67,6 +67,7 @@ declare const DeleteCustomActionTypeCommand_base: {
67
67
  * @throws {@link CodePipelineServiceException}
68
68
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteCustomActionTypeCommand extends DeleteCustomActionTypeCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeletePipelineCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeletePipelineCommand_base: {
24
24
  new (input: DeletePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified pipeline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeletePipelineCommand_base: {
57
57
  * @throws {@link CodePipelineServiceException}
58
58
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeletePipelineCommand extends DeletePipelineCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __Metad
22
22
  }
23
23
  declare const DeleteWebhookCommand_base: {
24
24
  new (input: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a previously created webhook by name. Deleting the webhook stops CodePipeline from starting a pipeline every time an external event occurs. The API
30
30
  * returns successfully when trying to delete a webhook that is already deleted. If a
31
31
  * deleted webhook is re-created by calling PutWebhook with the same name, it will have a
@@ -60,6 +60,7 @@ declare const DeleteWebhookCommand_base: {
60
60
  * @throws {@link CodePipelineServiceException}
61
61
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeregisterWebhookWithThirdPartyCommandOutput extends Deregister
22
22
  }
23
23
  declare const DeregisterWebhookWithThirdPartyCommand_base: {
24
24
  new (input: DeregisterWebhookWithThirdPartyCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeregisterWebhookWithThirdPartyCommandInput]): import("@smithy/smithy-client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the connection between the webhook that was created by CodePipeline
30
30
  * and the external tool with events to be detected. Currently supported only for webhooks
31
31
  * that target an action type of GitHub.</p>
@@ -60,6 +60,7 @@ declare const DeregisterWebhookWithThirdPartyCommand_base: {
60
60
  * @throws {@link CodePipelineServiceException}
61
61
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeregisterWebhookWithThirdPartyCommand extends DeregisterWebhookWithThirdPartyCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DisableStageTransitionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DisableStageTransitionCommand_base: {
24
24
  new (input: DisableStageTransitionCommandInput): import("@smithy/smithy-client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisableStageTransitionCommandInput): import("@smithy/smithy-client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Prevents artifacts in a pipeline from transitioning to the next stage in the
30
30
  * pipeline.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DisableStageTransitionCommand_base: {
64
64
  * @throws {@link CodePipelineServiceException}
65
65
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DisableStageTransitionCommand extends DisableStageTransitionCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface EnableStageTransitionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const EnableStageTransitionCommand_base: {
24
24
  new (input: EnableStageTransitionCommandInput): import("@smithy/smithy-client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableStageTransitionCommandInput): import("@smithy/smithy-client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables artifacts in a pipeline to transition to a stage in a pipeline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const EnableStageTransitionCommand_base: {
62
62
  * @throws {@link CodePipelineServiceException}
63
63
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class EnableStageTransitionCommand extends EnableStageTransitionCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface GetActionTypeCommandOutput extends GetActionTypeOutput, __Metad
22
22
  }
23
23
  declare const GetActionTypeCommand_base: {
24
24
  new (input: GetActionTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetActionTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about an action type created for an external provider, where the
30
30
  * action is to be used by customers of the external provider. The action can be created
31
31
  * with any supported integration model.</p>
@@ -119,6 +119,7 @@ declare const GetActionTypeCommand_base: {
119
119
  * @throws {@link CodePipelineServiceException}
120
120
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
121
121
  *
122
+ * @public
122
123
  */
123
124
  export declare class GetActionTypeCommand extends GetActionTypeCommand_base {
124
125
  }
@@ -22,10 +22,10 @@ export interface GetJobDetailsCommandOutput extends GetJobDetailsOutput, __Metad
22
22
  }
23
23
  declare const GetJobDetailsCommand_base: {
24
24
  new (input: GetJobDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetJobDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a job. Used for custom actions only.</p>
30
30
  * <important>
31
31
  * <p>When this API is called, CodePipeline returns temporary credentials for
@@ -129,6 +129,7 @@ declare const GetJobDetailsCommand_base: {
129
129
  * @throws {@link CodePipelineServiceException}
130
130
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
131
131
  *
132
+ * @public
132
133
  */
133
134
  export declare class GetJobDetailsCommand extends GetJobDetailsCommand_base {
134
135
  }
@@ -22,10 +22,10 @@ export interface GetPipelineCommandOutput extends GetPipelineOutput, __MetadataB
22
22
  }
23
23
  declare const GetPipelineCommand_base: {
24
24
  new (input: GetPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPipelineCommandInput): import("@smithy/smithy-client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the metadata, structure, stages, and actions of a pipeline. Can be used to
30
30
  * return the entire structure of a pipeline in JSON format, which can then be modified and
31
31
  * used to update the pipeline structure with <a>UpdatePipeline</a>.</p>
@@ -202,6 +202,7 @@ declare const GetPipelineCommand_base: {
202
202
  * @throws {@link CodePipelineServiceException}
203
203
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
204
204
  *
205
+ * @public
205
206
  */
206
207
  export declare class GetPipelineCommand extends GetPipelineCommand_base {
207
208
  }
@@ -22,10 +22,10 @@ export interface GetPipelineExecutionCommandOutput extends GetPipelineExecutionO
22
22
  }
23
23
  declare const GetPipelineExecutionCommand_base: {
24
24
  new (input: GetPipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about an execution of a pipeline, including details about
30
30
  * artifacts, the pipeline execution ID, and the name, version, and status of the
31
31
  * pipeline.</p>
@@ -93,6 +93,7 @@ declare const GetPipelineExecutionCommand_base: {
93
93
  * @throws {@link CodePipelineServiceException}
94
94
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class GetPipelineExecutionCommand extends GetPipelineExecutionCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface GetPipelineStateCommandOutput extends GetPipelineStateOutput, _
22
22
  }
23
23
  declare const GetPipelineStateCommand_base: {
24
24
  new (input: GetPipelineStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPipelineStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the state of a pipeline, including the stages and
30
30
  * actions.</p>
31
31
  * <note>
@@ -120,6 +120,7 @@ declare const GetPipelineStateCommand_base: {
120
120
  * @throws {@link CodePipelineServiceException}
121
121
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class GetPipelineStateCommand extends GetPipelineStateCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
22
22
  }
23
23
  declare const GetThirdPartyJobDetailsCommand_base: {
24
24
  new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetThirdPartyJobDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Requests the details of a job for a third party action. Used for partner actions
30
30
  * only.</p>
31
31
  * <important>
@@ -137,6 +137,7 @@ declare const GetThirdPartyJobDetailsCommand_base: {
137
137
  * @throws {@link CodePipelineServiceException}
138
138
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
139
139
  *
140
+ * @public
140
141
  */
141
142
  export declare class GetThirdPartyJobDetailsCommand extends GetThirdPartyJobDetailsCommand_base {
142
143
  }
@@ -22,10 +22,10 @@ export interface ListActionExecutionsCommandOutput extends ListActionExecutionsO
22
22
  }
23
23
  declare const ListActionExecutionsCommand_base: {
24
24
  new (input: ListActionExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListActionExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the action executions that have occurred in a pipeline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -138,6 +138,7 @@ declare const ListActionExecutionsCommand_base: {
138
138
  * @throws {@link CodePipelineServiceException}
139
139
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
140
140
  *
141
+ * @public
141
142
  */
142
143
  export declare class ListActionExecutionsCommand extends ListActionExecutionsCommand_base {
143
144
  }
@@ -22,10 +22,10 @@ export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __M
22
22
  }
23
23
  declare const ListActionTypesCommand_base: {
24
24
  new (input: ListActionTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListActionTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a summary of all CodePipeline action types associated with your
30
30
  * account.</p>
31
31
  * @example
@@ -98,6 +98,7 @@ declare const ListActionTypesCommand_base: {
98
98
  * @throws {@link CodePipelineServiceException}
99
99
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class ListActionTypesCommand extends ListActionTypesCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecuti
22
22
  }
23
23
  declare const ListPipelineExecutionsCommand_base: {
24
24
  new (input: ListPipelineExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListPipelineExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a summary of the most recent executions for a pipeline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const ListPipelineExecutionsCommand_base: {
89
89
  * @throws {@link CodePipelineServiceException}
90
90
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class ListPipelineExecutionsCommand extends ListPipelineExecutionsCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __Metad
22
22
  }
23
23
  declare const ListPipelinesCommand_base: {
24
24
  new (input: ListPipelinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPipelinesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a summary of all of the pipelines associated with your account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const ListPipelinesCommand_base: {
71
71
  * @throws {@link CodePipelineServiceException}
72
72
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class ListPipelinesCommand extends ListPipelinesCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the set of key-value pairs (metadata) that are used to manage the
30
30
  * resource.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const ListTagsForResourceCommand_base: {
75
75
  * @throws {@link CodePipelineServiceException}
76
76
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __Metadat
22
22
  }
23
23
  declare const ListWebhooksCommand_base: {
24
24
  new (input: ListWebhooksCommandInput): import("@smithy/smithy-client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListWebhooksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a listing of all the webhooks in this Amazon Web Services Region for this
30
30
  * account. The output lists all webhooks and includes the webhook URL and ARN and the
31
31
  * configuration for each webhook.</p>
@@ -94,6 +94,7 @@ declare const ListWebhooksCommand_base: {
94
94
  * @throws {@link CodePipelineServiceException}
95
95
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
22
22
  }
23
23
  declare const PollForJobsCommand_base: {
24
24
  new (input: PollForJobsCommandInput): import("@smithy/smithy-client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PollForJobsCommandInput): import("@smithy/smithy-client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about any jobs for CodePipeline to act on.
30
30
  * <code>PollForJobs</code> is valid only for action types with "Custom" in the owner
31
31
  * field. If the action type contains <code>AWS</code> or <code>ThirdParty</code> in the
@@ -144,6 +144,7 @@ declare const PollForJobsCommand_base: {
144
144
  * @throws {@link CodePipelineServiceException}
145
145
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
146
146
  *
147
+ * @public
147
148
  */
148
149
  export declare class PollForJobsCommand extends PollForJobsCommand_base {
149
150
  }
@@ -22,10 +22,10 @@ export interface PollForThirdPartyJobsCommandOutput extends PollForThirdPartyJob
22
22
  }
23
23
  declare const PollForThirdPartyJobsCommand_base: {
24
24
  new (input: PollForThirdPartyJobsCommandInput): import("@smithy/smithy-client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PollForThirdPartyJobsCommandInput): import("@smithy/smithy-client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Determines whether there are any third party jobs for a job worker to act on. Used
30
30
  * for partner actions only.</p>
31
31
  * <important>
@@ -76,6 +76,7 @@ declare const PollForThirdPartyJobsCommand_base: {
76
76
  * @throws {@link CodePipelineServiceException}
77
77
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class PollForThirdPartyJobsCommand extends PollForThirdPartyJobsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface PutActionRevisionCommandOutput extends PutActionRevisionOutput,
22
22
  }
23
23
  declare const PutActionRevisionCommand_base: {
24
24
  new (input: PutActionRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutActionRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information to CodePipeline about new revisions to a
30
30
  * source.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const PutActionRevisionCommand_base: {
74
74
  * @throws {@link CodePipelineServiceException}
75
75
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class PutActionRevisionCommand extends PutActionRevisionCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface PutApprovalResultCommandOutput extends PutApprovalResultOutput,
22
22
  }
23
23
  declare const PutApprovalResultCommand_base: {
24
24
  new (input: PutApprovalResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutApprovalResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides the response to a manual approval request to CodePipeline. Valid
30
30
  * responses include Approved and Rejected.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const PutApprovalResultCommand_base: {
79
79
  * @throws {@link CodePipelineServiceException}
80
80
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class PutApprovalResultCommand extends PutApprovalResultCommand_base {
84
85
  }