@aws-sdk/client-codecommit 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 (170) 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/CodeCommit.d.ts +4 -1
  6. package/dist-types/CodeCommitClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchGetCommitsCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateBranchCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateCommitCommand.d.ts +2 -1
  16. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +2 -1
  17. package/dist-types/commands/CreatePullRequestCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteBranchCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteCommentContentCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteFileCommand.d.ts +2 -1
  24. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +2 -1
  28. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +2 -1
  29. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +2 -1
  30. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +2 -1
  31. package/dist-types/commands/GetBlobCommand.d.ts +2 -1
  32. package/dist-types/commands/GetBranchCommand.d.ts +2 -1
  33. package/dist-types/commands/GetCommentCommand.d.ts +2 -1
  34. package/dist-types/commands/GetCommentReactionsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +2 -1
  36. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +2 -1
  37. package/dist-types/commands/GetCommitCommand.d.ts +2 -1
  38. package/dist-types/commands/GetDifferencesCommand.d.ts +2 -1
  39. package/dist-types/commands/GetFileCommand.d.ts +2 -1
  40. package/dist-types/commands/GetFolderCommand.d.ts +2 -1
  41. package/dist-types/commands/GetMergeCommitCommand.d.ts +2 -1
  42. package/dist-types/commands/GetMergeConflictsCommand.d.ts +2 -1
  43. package/dist-types/commands/GetMergeOptionsCommand.d.ts +2 -1
  44. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +2 -1
  45. package/dist-types/commands/GetPullRequestCommand.d.ts +2 -1
  46. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +2 -1
  47. package/dist-types/commands/GetRepositoryCommand.d.ts +2 -1
  48. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +2 -1
  49. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +2 -1
  50. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +2 -1
  51. package/dist-types/commands/ListBranchesCommand.d.ts +2 -1
  52. package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +2 -1
  53. package/dist-types/commands/ListPullRequestsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -1
  55. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +2 -1
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  57. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +2 -1
  58. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +2 -1
  59. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +2 -1
  60. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +2 -1
  61. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +2 -1
  62. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +2 -1
  63. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +2 -1
  64. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +2 -1
  65. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +2 -1
  66. package/dist-types/commands/PostCommentReplyCommand.d.ts +2 -1
  67. package/dist-types/commands/PutCommentReactionCommand.d.ts +2 -1
  68. package/dist-types/commands/PutFileCommand.d.ts +2 -1
  69. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +2 -1
  70. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  71. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +2 -1
  72. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateCommentCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +2 -1
  80. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +2 -1
  81. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +2 -1
  82. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +2 -1
  83. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +2 -1
  84. package/dist-types/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +2 -1
  85. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +2 -1
  86. package/dist-types/index.d.ts +0 -1
  87. package/dist-types/models/models_0.d.ts +712 -712
  88. package/dist-types/models/models_1.d.ts +243 -243
  89. package/dist-types/ts3.4/CodeCommit.d.ts +3 -0
  90. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +7 -0
  115. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +7 -0
  123. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +7 -0
  152. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/index.d.ts +0 -1
  170. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface MergePullRequestBySquashCommandOutput extends MergePullRequestB
22
22
  }
23
23
  declare const MergePullRequestBySquashCommand_base: {
24
24
  new (input: MergePullRequestBySquashCommandInput): import("@smithy/smithy-client").CommandImpl<MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: MergePullRequestBySquashCommandInput): import("@smithy/smithy-client").CommandImpl<MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attempts to merge the source commit of a pull request into the specified destination
30
30
  * branch for that pull request at the specified commit using the squash merge strategy. If the merge is successful, it closes the pull request.</p>
31
31
  * @example
@@ -250,6 +250,7 @@ declare const MergePullRequestBySquashCommand_base: {
250
250
  * @throws {@link CodeCommitServiceException}
251
251
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
252
252
  *
253
+ * @public
253
254
  */
254
255
  export declare class MergePullRequestBySquashCommand extends MergePullRequestBySquashCommand_base {
255
256
  }
@@ -22,10 +22,10 @@ export interface MergePullRequestByThreeWayCommandOutput extends MergePullReques
22
22
  }
23
23
  declare const MergePullRequestByThreeWayCommand_base: {
24
24
  new (input: MergePullRequestByThreeWayCommandInput): import("@smithy/smithy-client").CommandImpl<MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: MergePullRequestByThreeWayCommandInput): import("@smithy/smithy-client").CommandImpl<MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attempts to merge the source commit of a pull request into the specified destination
30
30
  * branch for that pull request at the specified commit using the three-way merge strategy. If the merge is successful, it closes the pull request.</p>
31
31
  * @example
@@ -250,6 +250,7 @@ declare const MergePullRequestByThreeWayCommand_base: {
250
250
  * @throws {@link CodeCommitServiceException}
251
251
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
252
252
  *
253
+ * @public
253
254
  */
254
255
  export declare class MergePullRequestByThreeWayCommand extends MergePullRequestByThreeWayCommand_base {
255
256
  }
@@ -22,10 +22,10 @@ export interface OverridePullRequestApprovalRulesCommandOutput extends __Metadat
22
22
  }
23
23
  declare const OverridePullRequestApprovalRulesCommand_base: {
24
24
  new (input: OverridePullRequestApprovalRulesCommandInput): import("@smithy/smithy-client").CommandImpl<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: OverridePullRequestApprovalRulesCommandInput): import("@smithy/smithy-client").CommandImpl<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets aside (overrides) all approval rule requirements for a specified pull request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const OverridePullRequestApprovalRulesCommand_base: {
98
98
  * @throws {@link CodeCommitServiceException}
99
99
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class OverridePullRequestApprovalRulesCommand extends OverridePullRequestApprovalRulesCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface PostCommentForComparedCommitCommandOutput extends PostCommentFo
22
22
  }
23
23
  declare const PostCommentForComparedCommitCommand_base: {
24
24
  new (input: PostCommentForComparedCommitCommandInput): import("@smithy/smithy-client").CommandImpl<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PostCommentForComparedCommitCommandInput): import("@smithy/smithy-client").CommandImpl<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Posts a comment on the comparison between two commits.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -167,6 +167,7 @@ declare const PostCommentForComparedCommitCommand_base: {
167
167
  * @throws {@link CodeCommitServiceException}
168
168
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
169
169
  *
170
+ * @public
170
171
  */
171
172
  export declare class PostCommentForComparedCommitCommand extends PostCommentForComparedCommitCommand_base {
172
173
  }
@@ -22,10 +22,10 @@ export interface PostCommentForPullRequestCommandOutput extends PostCommentForPu
22
22
  }
23
23
  declare const PostCommentForPullRequestCommand_base: {
24
24
  new (input: PostCommentForPullRequestCommandInput): import("@smithy/smithy-client").CommandImpl<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PostCommentForPullRequestCommandInput): import("@smithy/smithy-client").CommandImpl<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Posts a comment on a pull request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -181,6 +181,7 @@ declare const PostCommentForPullRequestCommand_base: {
181
181
  * @throws {@link CodeCommitServiceException}
182
182
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
183
183
  *
184
+ * @public
184
185
  */
185
186
  export declare class PostCommentForPullRequestCommand extends PostCommentForPullRequestCommand_base {
186
187
  }
@@ -22,10 +22,10 @@ export interface PostCommentReplyCommandOutput extends PostCommentReplyOutput, _
22
22
  }
23
23
  declare const PostCommentReplyCommand_base: {
24
24
  new (input: PostCommentReplyCommandInput): import("@smithy/smithy-client").CommandImpl<PostCommentReplyCommandInput, PostCommentReplyCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PostCommentReplyCommandInput): import("@smithy/smithy-client").CommandImpl<PostCommentReplyCommandInput, PostCommentReplyCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Posts a comment in reply to an existing comment on a comparison between commits or a pull request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -100,6 +100,7 @@ declare const PostCommentReplyCommand_base: {
100
100
  * @throws {@link CodeCommitServiceException}
101
101
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class PostCommentReplyCommand extends PostCommentReplyCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface PutCommentReactionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutCommentReactionCommand_base: {
24
24
  new (input: PutCommentReactionCommandInput): import("@smithy/smithy-client").CommandImpl<PutCommentReactionCommandInput, PutCommentReactionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutCommentReactionCommandInput): import("@smithy/smithy-client").CommandImpl<PutCommentReactionCommandInput, PutCommentReactionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates a reaction to a specified comment for the user whose identity is used to make the request. You can only add or
30
30
  * update a reaction for yourself. You cannot add, modify, or delete a reaction for another user.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const PutCommentReactionCommand_base: {
75
75
  * @throws {@link CodeCommitServiceException}
76
76
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class PutCommentReactionCommand extends PutCommentReactionCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {
22
22
  }
23
23
  declare const PutFileCommand_base: {
24
24
  new (input: PutFileCommandInput): import("@smithy/smithy-client").CommandImpl<PutFileCommandInput, PutFileCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutFileCommandInput): import("@smithy/smithy-client").CommandImpl<PutFileCommandInput, PutFileCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates a file in a branch in an CodeCommit repository, and generates a commit for the addition in the specified branch.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -171,6 +171,7 @@ declare const PutFileCommand_base: {
171
171
  * @throws {@link CodeCommitServiceException}
172
172
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
173
173
  *
174
+ * @public
174
175
  */
175
176
  export declare class PutFileCommand extends PutFileCommand_base {
176
177
  }
@@ -22,10 +22,10 @@ export interface PutRepositoryTriggersCommandOutput extends PutRepositoryTrigger
22
22
  }
23
23
  declare const PutRepositoryTriggersCommand_base: {
24
24
  new (input: PutRepositoryTriggersCommandInput): import("@smithy/smithy-client").CommandImpl<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRepositoryTriggersCommandInput): import("@smithy/smithy-client").CommandImpl<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Replaces all triggers for a repository. Used to create or delete triggers.</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 PutRepositoryTriggersCommand_base: {
138
138
  * @throws {@link CodeCommitServiceException}
139
139
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
140
140
  *
141
+ * @public
141
142
  */
142
143
  export declare class PutRepositoryTriggersCommand extends PutRepositoryTriggersCommand_base {
143
144
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates tags for a resource in CodeCommit. For a list of valid resources
30
30
  * in CodeCommit, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a> in the <i>CodeCommit User
31
31
  * Guide</i>.</p>
@@ -92,6 +92,7 @@ declare const TagResourceCommand_base: {
92
92
  * @throws {@link CodeCommitServiceException}
93
93
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class TagResourceCommand extends TagResourceCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface TestRepositoryTriggersCommandOutput extends TestRepositoryTrigg
22
22
  }
23
23
  declare const TestRepositoryTriggersCommand_base: {
24
24
  new (input: TestRepositoryTriggersCommandInput): import("@smithy/smithy-client").CommandImpl<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TestRepositoryTriggersCommandInput): import("@smithy/smithy-client").CommandImpl<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Tests the functionality of repository triggers by sending information to the trigger
30
30
  * target. If real data is available in the repository, the test sends data from the last
31
31
  * commit. If no data is available, sample data is generated.</p>
@@ -148,6 +148,7 @@ declare const TestRepositoryTriggersCommand_base: {
148
148
  * @throws {@link CodeCommitServiceException}
149
149
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
150
150
  *
151
+ * @public
151
152
  */
152
153
  export declare class TestRepositoryTriggersCommand extends TestRepositoryTriggersCommand_base {
153
154
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags for a resource in CodeCommit. For a list of valid resources in CodeCommit, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a> in the <i>CodeCommit User
30
30
  * Guide</i>.</p>
31
31
  * @example
@@ -91,6 +91,7 @@ declare const UntagResourceCommand_base: {
91
91
  * @throws {@link CodeCommitServiceException}
92
92
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface UpdateApprovalRuleTemplateContentCommandOutput extends UpdateAp
22
22
  }
23
23
  declare const UpdateApprovalRuleTemplateContentCommand_base: {
24
24
  new (input: UpdateApprovalRuleTemplateContentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApprovalRuleTemplateContentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the content of an approval rule template. You can change the number of
30
30
  * required approvals, the membership of the approval rule, and whether an approval pool is
31
31
  * defined.</p>
@@ -87,6 +87,7 @@ declare const UpdateApprovalRuleTemplateContentCommand_base: {
87
87
  * @throws {@link CodeCommitServiceException}
88
88
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class UpdateApprovalRuleTemplateContentCommand extends UpdateApprovalRuleTemplateContentCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface UpdateApprovalRuleTemplateDescriptionCommandOutput extends Upda
22
22
  }
23
23
  declare const UpdateApprovalRuleTemplateDescriptionCommand_base: {
24
24
  new (input: UpdateApprovalRuleTemplateDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApprovalRuleTemplateDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the description for a specified approval rule template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const UpdateApprovalRuleTemplateDescriptionCommand_base: {
80
80
  * @throws {@link CodeCommitServiceException}
81
81
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class UpdateApprovalRuleTemplateDescriptionCommand extends UpdateApprovalRuleTemplateDescriptionCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface UpdateApprovalRuleTemplateNameCommandOutput extends UpdateAppro
22
22
  }
23
23
  declare const UpdateApprovalRuleTemplateNameCommand_base: {
24
24
  new (input: UpdateApprovalRuleTemplateNameCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApprovalRuleTemplateNameCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the name of a specified approval rule template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const UpdateApprovalRuleTemplateNameCommand_base: {
80
80
  * @throws {@link CodeCommitServiceException}
81
81
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class UpdateApprovalRuleTemplateNameCommand extends UpdateApprovalRuleTemplateNameCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __Metad
22
22
  }
23
23
  declare const UpdateCommentCommand_base: {
24
24
  new (input: UpdateCommentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCommentCommandInput, UpdateCommentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCommentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCommentCommandInput, UpdateCommentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Replaces the contents of a comment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const UpdateCommentCommand_base: {
91
91
  * @throws {@link CodeCommitServiceException}
92
92
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UpdateCommentCommand extends UpdateCommentCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateDefaultBranchCommand_base: {
24
24
  new (input: UpdateDefaultBranchCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDefaultBranchCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets or changes the default branch name for the specified repository.</p>
30
30
  * <note>
31
31
  * <p>If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.</p>
@@ -93,6 +93,7 @@ declare const UpdateDefaultBranchCommand_base: {
93
93
  * @throws {@link CodeCommitServiceException}
94
94
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateDefaultBranchCommand extends UpdateDefaultBranchCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface UpdatePullRequestApprovalRuleContentCommandOutput extends Updat
22
22
  }
23
23
  declare const UpdatePullRequestApprovalRuleContentCommand_base: {
24
24
  new (input: UpdatePullRequestApprovalRuleContentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePullRequestApprovalRuleContentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the structure of an approval rule created specifically for a pull request. For example, you can change the number of required approvers and
30
30
  * the approval pool for approvers. </p>
31
31
  * @example
@@ -118,6 +118,7 @@ declare const UpdatePullRequestApprovalRuleContentCommand_base: {
118
118
  * @throws {@link CodeCommitServiceException}
119
119
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class UpdatePullRequestApprovalRuleContentCommand extends UpdatePullRequestApprovalRuleContentCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface UpdatePullRequestApprovalStateCommandOutput extends __MetadataB
22
22
  }
23
23
  declare const UpdatePullRequestApprovalStateCommand_base: {
24
24
  new (input: UpdatePullRequestApprovalStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePullRequestApprovalStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const UpdatePullRequestApprovalStateCommand_base: {
102
102
  * @throws {@link CodeCommitServiceException}
103
103
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class UpdatePullRequestApprovalStateCommand extends UpdatePullRequestApprovalStateCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface UpdatePullRequestDescriptionCommandOutput extends UpdatePullReq
22
22
  }
23
23
  declare const UpdatePullRequestDescriptionCommand_base: {
24
24
  new (input: UpdatePullRequestDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullRequestDescriptionCommandInput, UpdatePullRequestDescriptionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePullRequestDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullRequestDescriptionCommandInput, UpdatePullRequestDescriptionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Replaces the contents of the description of a pull request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const UpdatePullRequestDescriptionCommand_base: {
111
111
  * @throws {@link CodeCommitServiceException}
112
112
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class UpdatePullRequestDescriptionCommand extends UpdatePullRequestDescriptionCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface UpdatePullRequestStatusCommandOutput extends UpdatePullRequestS
22
22
  }
23
23
  declare const UpdatePullRequestStatusCommand_base: {
24
24
  new (input: UpdatePullRequestStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullRequestStatusCommandInput, UpdatePullRequestStatusCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePullRequestStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullRequestStatusCommandInput, UpdatePullRequestStatusCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the status of a pull request. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -128,6 +128,7 @@ declare const UpdatePullRequestStatusCommand_base: {
128
128
  * @throws {@link CodeCommitServiceException}
129
129
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
130
130
  *
131
+ * @public
131
132
  */
132
133
  export declare class UpdatePullRequestStatusCommand extends UpdatePullRequestStatusCommand_base {
133
134
  }
@@ -22,10 +22,10 @@ export interface UpdatePullRequestTitleCommandOutput extends UpdatePullRequestTi
22
22
  }
23
23
  declare const UpdatePullRequestTitleCommand_base: {
24
24
  new (input: UpdatePullRequestTitleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePullRequestTitleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Replaces the title of a pull request.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -113,6 +113,7 @@ declare const UpdatePullRequestTitleCommand_base: {
113
113
  * @throws {@link CodeCommitServiceException}
114
114
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class UpdatePullRequestTitleCommand extends UpdatePullRequestTitleCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface UpdateRepositoryDescriptionCommandOutput extends __MetadataBear
22
22
  }
23
23
  declare const UpdateRepositoryDescriptionCommand_base: {
24
24
  new (input: UpdateRepositoryDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRepositoryDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets or changes the comment or description for a repository.</p>
30
30
  * <note>
31
31
  * <p>The description field for a repository accepts all HTML characters and all valid
@@ -91,6 +91,7 @@ declare const UpdateRepositoryDescriptionCommand_base: {
91
91
  * @throws {@link CodeCommitServiceException}
92
92
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UpdateRepositoryDescriptionCommand extends UpdateRepositoryDescriptionCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface UpdateRepositoryEncryptionKeyCommandOutput extends UpdateReposi
22
22
  }
23
23
  declare const UpdateRepositoryEncryptionKeyCommand_base: {
24
24
  new (input: UpdateRepositoryEncryptionKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryEncryptionKeyCommandInput, UpdateRepositoryEncryptionKeyCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRepositoryEncryptionKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryEncryptionKeyCommandInput, UpdateRepositoryEncryptionKeyCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const UpdateRepositoryEncryptionKeyCommand_base: {
95
95
  * @throws {@link CodeCommitServiceException}
96
96
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class UpdateRepositoryEncryptionKeyCommand extends UpdateRepositoryEncryptionKeyCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface UpdateRepositoryNameCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateRepositoryNameCommand_base: {
24
24
  new (input: UpdateRepositoryNameCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRepositoryNameCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Renames a repository. The repository name must be unique across the calling Amazon Web Services account.
30
30
  * Repository names are limited to 100 alphanumeric, dash, and underscore
31
31
  * characters, and cannot include certain characters. The suffix .git is prohibited. For
@@ -73,6 +73,7 @@ declare const UpdateRepositoryNameCommand_base: {
73
73
  * @throws {@link CodeCommitServiceException}
74
74
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class UpdateRepositoryNameCommand extends UpdateRepositoryNameCommand_base {
78
79
  }
@@ -396,5 +396,4 @@ export { CodeCommitExtensionConfiguration } from "./extensionConfiguration";
396
396
  export * from "./commands";
397
397
  export * from "./pagination";
398
398
  export * from "./models";
399
- import "@aws-sdk/util-endpoints";
400
399
  export { CodeCommitServiceException } from "./models/CodeCommitServiceException";