@aws-sdk/client-codepipeline 3.533.0 → 3.540.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 (89) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/CodePipeline.d.ts +6 -1
  6. package/dist-types/CodePipelineClient.d.ts +1 -1
  7. package/dist-types/commands/AcknowledgeJobCommand.d.ts +2 -1
  8. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +2 -1
  10. package/dist-types/commands/CreatePipelineCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +2 -1
  12. package/dist-types/commands/DeletePipelineCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  14. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +2 -1
  15. package/dist-types/commands/DisableStageTransitionCommand.d.ts +2 -1
  16. package/dist-types/commands/EnableStageTransitionCommand.d.ts +2 -1
  17. package/dist-types/commands/GetActionTypeCommand.d.ts +2 -1
  18. package/dist-types/commands/GetJobDetailsCommand.d.ts +2 -1
  19. package/dist-types/commands/GetPipelineCommand.d.ts +2 -1
  20. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +2 -1
  21. package/dist-types/commands/GetPipelineStateCommand.d.ts +2 -1
  22. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListActionExecutionsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListActionTypesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListPipelinesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
  29. package/dist-types/commands/PollForJobsCommand.d.ts +2 -1
  30. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +2 -1
  31. package/dist-types/commands/PutActionRevisionCommand.d.ts +2 -1
  32. package/dist-types/commands/PutApprovalResultCommand.d.ts +2 -1
  33. package/dist-types/commands/PutJobFailureResultCommand.d.ts +2 -1
  34. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +2 -1
  35. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +2 -1
  36. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +2 -1
  37. package/dist-types/commands/PutWebhookCommand.d.ts +2 -1
  38. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +2 -1
  39. package/dist-types/commands/RetryStageExecutionCommand.d.ts +2 -1
  40. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -1
  41. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -1
  42. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateActionTypeCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdatePipelineCommand.d.ts +2 -1
  46. package/dist-types/index.d.ts +0 -1
  47. package/dist-types/models/models_0.d.ts +607 -607
  48. package/dist-types/ts3.4/CodePipeline.d.ts +5 -0
  49. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/index.d.ts +0 -1
  89. package/package.json +40 -40
@@ -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
  }
@@ -22,10 +22,10 @@ export interface PutJobFailureResultCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutJobFailureResultCommand_base: {
24
24
  new (input: PutJobFailureResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutJobFailureResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Represents the failure of a job as returned to the pipeline by a job worker. Used
30
30
  * for custom actions only.</p>
31
31
  * @example
@@ -66,6 +66,7 @@ declare const PutJobFailureResultCommand_base: {
66
66
  * @throws {@link CodePipelineServiceException}
67
67
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class PutJobFailureResultCommand extends PutJobFailureResultCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface PutJobSuccessResultCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutJobSuccessResultCommand_base: {
24
24
  new (input: PutJobSuccessResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutJobSuccessResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Represents the success of a job as returned to the pipeline by a job worker. Used
30
30
  * for custom actions only.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const PutJobSuccessResultCommand_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 PutJobSuccessResultCommand extends PutJobSuccessResultCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface PutThirdPartyJobFailureResultCommandOutput extends __MetadataBe
22
22
  }
23
23
  declare const PutThirdPartyJobFailureResultCommand_base: {
24
24
  new (input: PutThirdPartyJobFailureResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutThirdPartyJobFailureResultCommandInput, PutThirdPartyJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutThirdPartyJobFailureResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutThirdPartyJobFailureResultCommandInput, PutThirdPartyJobFailureResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Represents the failure of a third party job as returned to the pipeline by a job
30
30
  * worker. Used for partner actions only.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const PutThirdPartyJobFailureResultCommand_base: {
70
70
  * @throws {@link CodePipelineServiceException}
71
71
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class PutThirdPartyJobFailureResultCommand extends PutThirdPartyJobFailureResultCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface PutThirdPartyJobSuccessResultCommandOutput extends __MetadataBe
22
22
  }
23
23
  declare const PutThirdPartyJobSuccessResultCommand_base: {
24
24
  new (input: PutThirdPartyJobSuccessResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutThirdPartyJobSuccessResultCommandInput, PutThirdPartyJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutThirdPartyJobSuccessResultCommandInput): import("@smithy/smithy-client").CommandImpl<PutThirdPartyJobSuccessResultCommandInput, PutThirdPartyJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Represents the success of a third party job as returned to the pipeline by a job
30
30
  * worker. Used for partner actions only.</p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const PutThirdPartyJobSuccessResultCommand_base: {
77
77
  * @throws {@link CodePipelineServiceException}
78
78
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class PutThirdPartyJobSuccessResultCommand extends PutThirdPartyJobSuccessResultCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBea
22
22
  }
23
23
  declare const PutWebhookCommand_base: {
24
24
  new (input: PutWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<PutWebhookCommandInput, PutWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<PutWebhookCommandInput, PutWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Defines a webhook and returns a unique webhook URL generated by CodePipeline.
30
30
  * This URL can be supplied to third party source hosting providers to call every time
31
31
  * there's a code change. When CodePipeline receives a POST request on this URL, the
@@ -134,6 +134,7 @@ declare const PutWebhookCommand_base: {
134
134
  * @throws {@link CodePipelineServiceException}
135
135
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
136
136
  *
137
+ * @public
137
138
  */
138
139
  export declare class PutWebhookCommand extends PutWebhookCommand_base {
139
140
  }
@@ -22,10 +22,10 @@ export interface RegisterWebhookWithThirdPartyCommandOutput extends RegisterWebh
22
22
  }
23
23
  declare const RegisterWebhookWithThirdPartyCommand_base: {
24
24
  new (input: RegisterWebhookWithThirdPartyCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [RegisterWebhookWithThirdPartyCommandInput]): import("@smithy/smithy-client").CommandImpl<RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Configures a connection between the webhook that was created and the external tool
30
30
  * with events to be detected.</p>
31
31
  * @example
@@ -59,6 +59,7 @@ declare const RegisterWebhookWithThirdPartyCommand_base: {
59
59
  * @throws {@link CodePipelineServiceException}
60
60
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class RegisterWebhookWithThirdPartyCommand extends RegisterWebhookWithThirdPartyCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface RetryStageExecutionCommandOutput extends RetryStageExecutionOut
22
22
  }
23
23
  declare const RetryStageExecutionCommand_base: {
24
24
  new (input: RetryStageExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RetryStageExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>You can retry a stage that has failed without having to run a pipeline again from
30
30
  * the beginning. You do this by either retrying the failed actions in a stage or by
31
31
  * retrying all actions in the stage starting from the first action in the stage. When you
@@ -86,6 +86,7 @@ declare const RetryStageExecutionCommand_base: {
86
86
  * @throws {@link CodePipelineServiceException}
87
87
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class RetryStageExecutionCommand extends RetryStageExecutionCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface StartPipelineExecutionCommandOutput extends StartPipelineExecut
22
22
  }
23
23
  declare const StartPipelineExecutionCommand_base: {
24
24
  new (input: StartPipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartPipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts the specified pipeline. Specifically, it begins processing the latest commit
30
30
  * to the source location specified as part of the pipeline.</p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const StartPipelineExecutionCommand_base: {
81
81
  * @throws {@link CodePipelineServiceException}
82
82
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class StartPipelineExecutionCommand extends StartPipelineExecutionCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface StopPipelineExecutionCommandOutput extends StopPipelineExecutio
22
22
  }
23
23
  declare const StopPipelineExecutionCommand_base: {
24
24
  new (input: StopPipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopPipelineExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops the specified pipeline execution. You choose to either stop the pipeline
30
30
  * execution by completing in-progress actions without starting subsequent actions, or by
31
31
  * abandoning in-progress actions. While completing or abandoning in-progress actions, the
@@ -82,6 +82,7 @@ declare const StopPipelineExecutionCommand_base: {
82
82
  * @throws {@link CodePipelineServiceException}
83
83
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class StopPipelineExecutionCommand extends StopPipelineExecutionCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used
30
30
  * to manage a resource. </p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from an Amazon Web Services resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
69
69
  * @throws {@link CodePipelineServiceException}
70
70
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UpdateActionTypeCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateActionTypeCommand_base: {
24
24
  new (input: UpdateActionTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateActionTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an action type that was created with any supported integration model, where
30
30
  * the action type is to be used by customers of the action type provider. Use a JSON file
31
31
  * with the action definition and <code>UpdateActionType</code> to provide the full
@@ -118,6 +118,7 @@ declare const UpdateActionTypeCommand_base: {
118
118
  * @throws {@link CodePipelineServiceException}
119
119
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class UpdateActionTypeCommand extends UpdateActionTypeCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineOutput, __Met
22
22
  }
23
23
  declare const UpdatePipelineCommand_base: {
24
24
  new (input: UpdatePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePipelineCommandInput, UpdatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePipelineCommandInput, UpdatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a specified pipeline with edits or changes to its structure. Use a JSON
30
30
  * file with the pipeline structure and <code>UpdatePipeline</code> to provide the full
31
31
  * structure of the pipeline. Updating the pipeline increases the version number of the
@@ -335,6 +335,7 @@ declare const UpdatePipelineCommand_base: {
335
335
  * @throws {@link CodePipelineServiceException}
336
336
  * <p>Base exception class for all service exceptions from CodePipeline service.</p>
337
337
  *
338
+ * @public
338
339
  */
339
340
  export declare class UpdatePipelineCommand extends UpdatePipelineCommand_base {
340
341
  }
@@ -204,5 +204,4 @@ export { CodePipelineExtensionConfiguration } from "./extensionConfiguration";
204
204
  export * from "./commands";
205
205
  export * from "./pagination";
206
206
  export * from "./models";
207
- import "@aws-sdk/util-endpoints";
208
207
  export { CodePipelineServiceException } from "./models/CodePipelineServiceException";