@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
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -9518,9 +9518,6 @@ var paginateListRepositoriesForApprovalRuleTemplate = (0, import_core.createPagi
9518
9518
  // src/pagination/ListRepositoriesPaginator.ts
9519
9519
 
9520
9520
  var paginateListRepositories = (0, import_core.createPaginator)(CodeCommitClient, ListRepositoriesCommand, "nextToken", "nextToken", "");
9521
-
9522
- // src/index.ts
9523
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
9524
9521
  // Annotate the CommonJS export names for ESM import in node:
9525
9522
 
9526
9523
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./CodeCommit";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { CodeCommitServiceException } from "./models/CodeCommitServiceException";
@@ -233,6 +233,7 @@ export interface CodeCommit {
233
233
  /**
234
234
  * @see {@link GetBranchCommand}
235
235
  */
236
+ getBranch(): Promise<GetBranchCommandOutput>;
236
237
  getBranch(args: GetBranchCommandInput, options?: __HttpHandlerOptions): Promise<GetBranchCommandOutput>;
237
238
  getBranch(args: GetBranchCommandInput, cb: (err: any, data?: GetBranchCommandOutput) => void): void;
238
239
  getBranch(args: GetBranchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBranchCommandOutput) => void): void;
@@ -335,6 +336,7 @@ export interface CodeCommit {
335
336
  /**
336
337
  * @see {@link ListApprovalRuleTemplatesCommand}
337
338
  */
339
+ listApprovalRuleTemplates(): Promise<ListApprovalRuleTemplatesCommandOutput>;
338
340
  listApprovalRuleTemplates(args: ListApprovalRuleTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListApprovalRuleTemplatesCommandOutput>;
339
341
  listApprovalRuleTemplates(args: ListApprovalRuleTemplatesCommandInput, cb: (err: any, data?: ListApprovalRuleTemplatesCommandOutput) => void): void;
340
342
  listApprovalRuleTemplates(args: ListApprovalRuleTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApprovalRuleTemplatesCommandOutput) => void): void;
@@ -365,6 +367,7 @@ export interface CodeCommit {
365
367
  /**
366
368
  * @see {@link ListRepositoriesCommand}
367
369
  */
370
+ listRepositories(): Promise<ListRepositoriesCommandOutput>;
368
371
  listRepositories(args: ListRepositoriesCommandInput, options?: __HttpHandlerOptions): Promise<ListRepositoriesCommandOutput>;
369
372
  listRepositories(args: ListRepositoriesCommandInput, cb: (err: any, data?: ListRepositoriesCommandOutput) => void): void;
370
373
  listRepositories(args: ListRepositoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRepositoriesCommandOutput) => void): void;
@@ -556,7 +559,6 @@ export interface CodeCommit {
556
559
  updateRepositoryName(args: UpdateRepositoryNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRepositoryNameCommandOutput) => void): void;
557
560
  }
558
561
  /**
559
- * @public
560
562
  * <fullname>CodeCommit</fullname>
561
563
  * <p>This is the <i>CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for
562
564
  * CodeCommit API along with usage examples.</p>
@@ -943,6 +945,7 @@ export interface CodeCommit {
943
945
  * </li>
944
946
  * </ul>
945
947
  * <p>For information about how to use CodeCommit, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">CodeCommit User Guide</a>.</p>
948
+ * @public
946
949
  */
947
950
  export declare class CodeCommit extends CodeCommitClient implements CodeCommit {
948
951
  }
@@ -230,7 +230,6 @@ export type CodeCommitClientResolvedConfigType = __SmithyResolvedConfiguration<_
230
230
  export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolvedConfigType {
231
231
  }
232
232
  /**
233
- * @public
234
233
  * <fullname>CodeCommit</fullname>
235
234
  * <p>This is the <i>CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for
236
235
  * CodeCommit API along with usage examples.</p>
@@ -617,6 +616,7 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
617
616
  * </li>
618
617
  * </ul>
619
618
  * <p>For information about how to use CodeCommit, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">CodeCommit User Guide</a>.</p>
619
+ * @public
620
620
  */
621
621
  export declare class CodeCommitClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeCommitClientResolvedConfig> {
622
622
  /**
@@ -22,10 +22,10 @@ export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput extend
22
22
  }
23
23
  declare const AssociateApprovalRuleTemplateWithRepositoryCommand_base: {
24
24
  new (input: AssociateApprovalRuleTemplateWithRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateApprovalRuleTemplateWithRepositoryCommandInput, AssociateApprovalRuleTemplateWithRepositoryCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateApprovalRuleTemplateWithRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateApprovalRuleTemplateWithRepositoryCommandInput, AssociateApprovalRuleTemplateWithRepositoryCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an association between an approval rule template and a specified repository.
30
30
  * Then, the next time a pull request is created in the repository where the destination
31
31
  * reference (if specified) matches the destination reference (branch) for the pull
@@ -103,6 +103,7 @@ declare const AssociateApprovalRuleTemplateWithRepositoryCommand_base: {
103
103
  * @throws {@link CodeCommitServiceException}
104
104
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class AssociateApprovalRuleTemplateWithRepositoryCommand extends AssociateApprovalRuleTemplateWithRepositoryCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
22
22
  }
23
23
  declare const BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_base: {
24
24
  new (input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an association between an approval rule template and one or more specified repositories. </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 BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_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 BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeM
22
22
  }
23
23
  declare const BatchDescribeMergeConflictsCommand_base: {
24
24
  new (input: BatchDescribeMergeConflictsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDescribeMergeConflictsCommandInput, BatchDescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDescribeMergeConflictsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDescribeMergeConflictsCommandInput, BatchDescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -198,6 +198,7 @@ declare const BatchDescribeMergeConflictsCommand_base: {
198
198
  * @throws {@link CodeCommitServiceException}
199
199
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
200
200
  *
201
+ * @public
201
202
  */
202
203
  export declare class BatchDescribeMergeConflictsCommand extends BatchDescribeMergeConflictsCommand_base {
203
204
  }
@@ -22,10 +22,10 @@ export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOut
22
22
  }
23
23
  declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand_base: {
24
24
  new (input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput, BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput, BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the association between an approval rule template and one or more specified repositories. </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 BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand_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 BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface BatchGetCommitsCommandOutput extends BatchGetCommitsOutput, __M
22
22
  }
23
23
  declare const BatchGetCommitsCommand_base: {
24
24
  new (input: BatchGetCommitsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCommitsCommandInput, BatchGetCommitsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetCommitsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCommitsCommandInput, BatchGetCommitsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the contents of one or more commits in a repository.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -118,6 +118,7 @@ declare const BatchGetCommitsCommand_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 BatchGetCommitsCommand extends BatchGetCommitsCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface BatchGetRepositoriesCommandOutput extends BatchGetRepositoriesO
22
22
  }
23
23
  declare const BatchGetRepositoriesCommand_base: {
24
24
  new (input: BatchGetRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRepositoriesCommandInput, BatchGetRepositoriesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRepositoriesCommandInput, BatchGetRepositoriesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about one or more repositories.</p>
30
30
  * <note>
31
31
  * <p>The description field for a repository accepts all HTML characters and all valid
@@ -116,6 +116,7 @@ declare const BatchGetRepositoriesCommand_base: {
116
116
  * @throws {@link CodeCommitServiceException}
117
117
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
118
118
  *
119
+ * @public
119
120
  */
120
121
  export declare class BatchGetRepositoriesCommand extends BatchGetRepositoriesCommand_base {
121
122
  }
@@ -22,10 +22,10 @@ export interface CreateApprovalRuleTemplateCommandOutput extends CreateApprovalR
22
22
  }
23
23
  declare const CreateApprovalRuleTemplateCommand_base: {
24
24
  new (input: CreateApprovalRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApprovalRuleTemplateCommandInput, CreateApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApprovalRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApprovalRuleTemplateCommandInput, CreateApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a template for approval rules that can then be associated with one or more
30
30
  * repositories in your Amazon Web Services account. When you associate a template with a repository,
31
31
  * CodeCommit creates an approval rule that matches the conditions of the template for all
@@ -95,6 +95,7 @@ declare const CreateApprovalRuleTemplateCommand_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 CreateApprovalRuleTemplateCommand extends CreateApprovalRuleTemplateCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface CreateBranchCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const CreateBranchCommand_base: {
24
24
  new (input: CreateBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a branch in a repository and points the branch to a commit.</p>
30
30
  * <note>
31
31
  * <p>Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.</p>
@@ -105,6 +105,7 @@ declare const CreateBranchCommand_base: {
105
105
  * @throws {@link CodeCommitServiceException}
106
106
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class CreateBranchCommand extends CreateBranchCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface CreateCommitCommandOutput extends CreateCommitOutput, __Metadat
22
22
  }
23
23
  declare const CreateCommitCommand_base: {
24
24
  new (input: CreateCommitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCommitCommandInput, CreateCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCommitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCommitCommandInput, CreateCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a commit for a repository on the tip of a specified branch.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -241,6 +241,7 @@ declare const CreateCommitCommand_base: {
241
241
  * @throws {@link CodeCommitServiceException}
242
242
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
243
243
  *
244
+ * @public
244
245
  */
245
246
  export declare class CreateCommitCommand extends CreateCommitCommand_base {
246
247
  }
@@ -22,10 +22,10 @@ export interface CreatePullRequestApprovalRuleCommandOutput extends CreatePullRe
22
22
  }
23
23
  declare const CreatePullRequestApprovalRuleCommand_base: {
24
24
  new (input: CreatePullRequestApprovalRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePullRequestApprovalRuleCommandInput, CreatePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePullRequestApprovalRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePullRequestApprovalRuleCommandInput, CreatePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an approval rule for 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 CreatePullRequestApprovalRuleCommand_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 CreatePullRequestApprovalRuleCommand extends CreatePullRequestApprovalRuleCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface CreatePullRequestCommandOutput extends CreatePullRequestOutput,
22
22
  }
23
23
  declare const CreatePullRequestCommand_base: {
24
24
  new (input: CreatePullRequestCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePullRequestCommandInput, CreatePullRequestCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePullRequestCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePullRequestCommandInput, CreatePullRequestCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a pull request in the specified repository.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -194,6 +194,7 @@ declare const CreatePullRequestCommand_base: {
194
194
  * @throws {@link CodeCommitServiceException}
195
195
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
196
196
  *
197
+ * @public
197
198
  */
198
199
  export declare class CreatePullRequestCommand extends CreatePullRequestCommand_base {
199
200
  }
@@ -22,10 +22,10 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, _
22
22
  }
23
23
  declare const CreateRepositoryCommand_base: {
24
24
  new (input: CreateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new, empty repository.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -124,6 +124,7 @@ declare const CreateRepositoryCommand_base: {
124
124
  * @throws {@link CodeCommitServiceException}
125
125
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface CreateUnreferencedMergeCommitCommandOutput extends CreateUnrefe
22
22
  }
23
23
  declare const CreateUnreferencedMergeCommitCommand_base: {
24
24
  new (input: CreateUnreferencedMergeCommitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUnreferencedMergeCommitCommandInput, CreateUnreferencedMergeCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateUnreferencedMergeCommitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUnreferencedMergeCommitCommandInput, CreateUnreferencedMergeCommitCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an unreferenced commit that represents the result of merging two branches
30
30
  * using a specified merge strategy. This can help you determine the outcome of a potential
31
31
  * merge. This API cannot be used with the fast-forward merge strategy because that
@@ -211,6 +211,7 @@ declare const CreateUnreferencedMergeCommitCommand_base: {
211
211
  * @throws {@link CodeCommitServiceException}
212
212
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
213
213
  *
214
+ * @public
214
215
  */
215
216
  export declare class CreateUnreferencedMergeCommitCommand extends CreateUnreferencedMergeCommitCommand_base {
216
217
  }
@@ -22,10 +22,10 @@ export interface DeleteApprovalRuleTemplateCommandOutput extends DeleteApprovalR
22
22
  }
23
23
  declare const DeleteApprovalRuleTemplateCommand_base: {
24
24
  new (input: DeleteApprovalRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApprovalRuleTemplateCommandInput, DeleteApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApprovalRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApprovalRuleTemplateCommandInput, DeleteApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified approval rule template. Deleting a template does not remove approval rules on pull requests already created with the template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteApprovalRuleTemplateCommand_base: {
65
65
  * @throws {@link CodeCommitServiceException}
66
66
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteApprovalRuleTemplateCommand extends DeleteApprovalRuleTemplateCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteBranchCommandOutput extends DeleteBranchOutput, __Metadat
22
22
  }
23
23
  declare const DeleteBranchCommand_base: {
24
24
  new (input: DeleteBranchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteBranchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a branch from a repository, unless that branch is the default branch for the 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 DeleteBranchCommand_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 DeleteBranchCommand extends DeleteBranchCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface DeleteCommentContentCommandOutput extends DeleteCommentContentO
22
22
  }
23
23
  declare const DeleteCommentContentCommand_base: {
24
24
  new (input: DeleteCommentContentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCommentContentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the content of a comment made on a change, file, or commit in a repository.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const DeleteCommentContentCommand_base: {
81
81
  * @throws {@link CodeCommitServiceException}
82
82
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DeleteCommentContentCommand extends DeleteCommentContentCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DeleteFileCommandOutput extends DeleteFileOutput, __MetadataBea
22
22
  }
23
23
  declare const DeleteFileCommand_base: {
24
24
  new (input: DeleteFileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFileCommandInput, DeleteFileCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFileCommandInput, DeleteFileCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified file from a specified branch. A commit is created on the branch
30
30
  * that contains the revision. The file still exists in the commits earlier to the commit
31
31
  * that contains the deletion.</p>
@@ -142,6 +142,7 @@ declare const DeleteFileCommand_base: {
142
142
  * @throws {@link CodeCommitServiceException}
143
143
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class DeleteFileCommand extends DeleteFileCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface DeletePullRequestApprovalRuleCommandOutput extends DeletePullRe
22
22
  }
23
23
  declare const DeletePullRequestApprovalRuleCommand_base: {
24
24
  new (input: DeletePullRequestApprovalRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePullRequestApprovalRuleCommandInput, DeletePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePullRequestApprovalRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePullRequestApprovalRuleCommandInput, DeletePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an approval rule from a specified pull request. Approval rules can be deleted from a pull request only if the pull request is open, and if the
30
30
  * approval rule was created specifically for a pull request and not generated from an approval rule template associated with the repository where the
31
31
  * pull request was created. You cannot delete an approval rule from a merged or closed pull request.</p>
@@ -93,6 +93,7 @@ declare const DeletePullRequestApprovalRuleCommand_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 DeletePullRequestApprovalRuleCommand extends DeletePullRequestApprovalRuleCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
22
22
  }
23
23
  declare const DeleteRepositoryCommand_base: {
24
24
  new (input: DeleteRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a repository. If a specified repository was already deleted, a null repository
30
30
  * ID is returned.</p>
31
31
  * <important>
@@ -84,6 +84,7 @@ declare const DeleteRepositoryCommand_base: {
84
84
  * @throws {@link CodeCommitServiceException}
85
85
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DescribeMergeConflictsCommandOutput extends DescribeMergeConfli
22
22
  }
23
23
  declare const DescribeMergeConflictsCommand_base: {
24
24
  new (input: DescribeMergeConflictsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeMergeConflictsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about one or more merge conflicts in the attempted merge of two
30
30
  * commit specifiers using the squash or three-way merge strategy. If the merge option for
31
31
  * the attempted merge is specified as FAST_FORWARD_MERGE, an exception is thrown.</p>
@@ -193,6 +193,7 @@ declare const DescribeMergeConflictsCommand_base: {
193
193
  * @throws {@link CodeCommitServiceException}
194
194
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
195
195
  *
196
+ * @public
196
197
  */
197
198
  export declare class DescribeMergeConflictsCommand extends DescribeMergeConflictsCommand_base {
198
199
  }
@@ -22,10 +22,10 @@ export interface DescribePullRequestEventsCommandOutput extends DescribePullRequ
22
22
  }
23
23
  declare const DescribePullRequestEventsCommand_base: {
24
24
  new (input: DescribePullRequestEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribePullRequestEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about one or more pull request events.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -143,6 +143,7 @@ declare const DescribePullRequestEventsCommand_base: {
143
143
  * @throws {@link CodeCommitServiceException}
144
144
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
145
145
  *
146
+ * @public
146
147
  */
147
148
  export declare class DescribePullRequestEventsCommand extends DescribePullRequestEventsCommand_base {
148
149
  }
@@ -22,10 +22,10 @@ export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput ext
22
22
  }
23
23
  declare const DisassociateApprovalRuleTemplateFromRepositoryCommand_base: {
24
24
  new (input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateApprovalRuleTemplateFromRepositoryCommandInput, DisassociateApprovalRuleTemplateFromRepositoryCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateApprovalRuleTemplateFromRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateApprovalRuleTemplateFromRepositoryCommandInput, DisassociateApprovalRuleTemplateFromRepositoryCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the association between a template and a repository so that approval rules
30
30
  * based on the template are not automatically created when pull requests are created in
31
31
  * the specified repository. This does not delete any approval rules previously created for
@@ -96,6 +96,7 @@ declare const DisassociateApprovalRuleTemplateFromRepositoryCommand_base: {
96
96
  * @throws {@link CodeCommitServiceException}
97
97
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class DisassociateApprovalRuleTemplateFromRepositoryCommand extends DisassociateApprovalRuleTemplateFromRepositoryCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface EvaluatePullRequestApprovalRulesCommandOutput extends EvaluateP
22
22
  }
23
23
  declare const EvaluatePullRequestApprovalRulesCommand_base: {
24
24
  new (input: EvaluatePullRequestApprovalRulesCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluatePullRequestApprovalRulesCommandInput, EvaluatePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EvaluatePullRequestApprovalRulesCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluatePullRequestApprovalRulesCommandInput, EvaluatePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Evaluates whether a pull request has met all the conditions specified in its associated approval rules.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const EvaluatePullRequestApprovalRulesCommand_base: {
96
96
  * @throws {@link CodeCommitServiceException}
97
97
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class EvaluatePullRequestApprovalRulesCommand extends EvaluatePullRequestApprovalRulesCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface GetApprovalRuleTemplateCommandOutput extends GetApprovalRuleTem
22
22
  }
23
23
  declare const GetApprovalRuleTemplateCommand_base: {
24
24
  new (input: GetApprovalRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetApprovalRuleTemplateCommandInput, GetApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetApprovalRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetApprovalRuleTemplateCommandInput, GetApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about 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.
@@ -74,6 +74,7 @@ declare const GetApprovalRuleTemplateCommand_base: {
74
74
  * @throws {@link CodeCommitServiceException}
75
75
  * <p>Base exception class for all service exceptions from CodeCommit service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetApprovalRuleTemplateCommand extends GetApprovalRuleTemplateCommand_base {
79
80
  }