@aws-sdk/client-codecommit 3.388.0 → 3.395.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 (130) hide show
  1. package/README.md +30 -32
  2. package/dist-cjs/CodeCommit.js +2 -0
  3. package/dist-cjs/CodeCommitClient.js +4 -2
  4. package/dist-cjs/clientConfiguration.js +2 -0
  5. package/dist-cjs/commands/ListFileCommitHistoryCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +1 -0
  7. package/dist-cjs/endpoint/ruleset.js +3 -3
  8. package/dist-cjs/models/models_0.js +1 -27
  9. package/dist-cjs/models/models_1.js +27 -1
  10. package/dist-cjs/pagination/ListFileCommitHistoryPaginator.js +29 -0
  11. package/dist-cjs/pagination/index.js +1 -0
  12. package/dist-cjs/protocols/Aws_json1_1.js +85 -6
  13. package/dist-cjs/runtimeConfig.shared.js +1 -0
  14. package/dist-cjs/runtimeExtensions.js +16 -0
  15. package/dist-es/CodeCommit.js +2 -0
  16. package/dist-es/CodeCommitClient.js +4 -2
  17. package/dist-es/clientConfiguration.js +1 -0
  18. package/dist-es/commands/ListFileCommitHistoryCommand.js +42 -0
  19. package/dist-es/commands/index.js +1 -0
  20. package/dist-es/endpoint/ruleset.js +3 -3
  21. package/dist-es/models/models_0.js +0 -24
  22. package/dist-es/models/models_1.js +24 -0
  23. package/dist-es/pagination/ListFileCommitHistoryPaginator.js +25 -0
  24. package/dist-es/pagination/index.js +1 -0
  25. package/dist-es/protocols/Aws_json1_1.js +79 -2
  26. package/dist-es/runtimeConfig.shared.js +1 -0
  27. package/dist-es/runtimeExtensions.js +12 -0
  28. package/dist-types/CodeCommit.d.ts +100 -109
  29. package/dist-types/CodeCommitClient.d.ts +102 -112
  30. package/dist-types/clientConfiguration.d.ts +6 -0
  31. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +4 -6
  32. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +3 -4
  33. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +12 -13
  34. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +3 -4
  35. package/dist-types/commands/BatchGetCommitsCommand.d.ts +1 -2
  36. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +2 -3
  37. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +7 -9
  38. package/dist-types/commands/CreateBranchCommand.d.ts +3 -3
  39. package/dist-types/commands/CreateCommitCommand.d.ts +6 -7
  40. package/dist-types/commands/CreatePullRequestCommand.d.ts +4 -5
  41. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -3
  42. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +8 -9
  43. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +2 -3
  44. package/dist-types/commands/DeleteBranchCommand.d.ts +1 -2
  45. package/dist-types/commands/DeleteFileCommand.d.ts +1 -2
  46. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -3
  47. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +12 -13
  48. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +7 -7
  49. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +4 -6
  50. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +3 -4
  51. package/dist-types/commands/GetBlobCommand.d.ts +3 -4
  52. package/dist-types/commands/GetBranchCommand.d.ts +1 -2
  53. package/dist-types/commands/GetCommentCommand.d.ts +1 -1
  54. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +3 -4
  55. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +3 -4
  56. package/dist-types/commands/GetCommitCommand.d.ts +1 -2
  57. package/dist-types/commands/GetDifferencesCommand.d.ts +2 -3
  58. package/dist-types/commands/GetFileCommand.d.ts +4 -5
  59. package/dist-types/commands/GetFolderCommand.d.ts +3 -4
  60. package/dist-types/commands/GetMergeCommitCommand.d.ts +3 -4
  61. package/dist-types/commands/GetMergeConflictsCommand.d.ts +12 -13
  62. package/dist-types/commands/GetMergeOptionsCommand.d.ts +4 -5
  63. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +1 -1
  64. package/dist-types/commands/GetPullRequestCommand.d.ts +2 -2
  65. package/dist-types/commands/GetRepositoryCommand.d.ts +2 -4
  66. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +2 -3
  67. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +2 -2
  68. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +1 -2
  69. package/dist-types/commands/ListBranchesCommand.d.ts +1 -2
  70. package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +153 -0
  71. package/dist-types/commands/ListPullRequestsCommand.d.ts +5 -5
  72. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -2
  73. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +3 -4
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -8
  75. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +1 -2
  76. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +6 -7
  77. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +6 -7
  78. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +3 -4
  79. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +8 -9
  80. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +8 -9
  81. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
  82. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +4 -5
  83. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +4 -5
  84. package/dist-types/commands/PostCommentReplyCommand.d.ts +1 -1
  85. package/dist-types/commands/PutCommentReactionCommand.d.ts +1 -1
  86. package/dist-types/commands/PutFileCommand.d.ts +3 -4
  87. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +4 -5
  88. package/dist-types/commands/TagResourceCommand.d.ts +8 -9
  89. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +4 -5
  90. package/dist-types/commands/UntagResourceCommand.d.ts +7 -9
  91. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +3 -4
  92. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +5 -7
  93. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +4 -5
  94. package/dist-types/commands/UpdateCommentCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +2 -3
  96. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +2 -2
  98. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +3 -3
  99. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +2 -2
  100. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +2 -3
  101. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +4 -5
  102. package/dist-types/commands/index.d.ts +1 -0
  103. package/dist-types/index.d.ts +93 -109
  104. package/dist-types/models/models_0.d.ts +153 -114
  105. package/dist-types/models/models_1.d.ts +68 -30
  106. package/dist-types/pagination/ListFileCommitHistoryPaginator.d.ts +7 -0
  107. package/dist-types/pagination/index.d.ts +1 -0
  108. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  109. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  110. package/dist-types/runtimeConfig.d.ts +1 -0
  111. package/dist-types/runtimeConfig.native.d.ts +1 -0
  112. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  113. package/dist-types/runtimeExtensions.d.ts +17 -0
  114. package/dist-types/ts3.4/CodeCommit.d.ts +17 -0
  115. package/dist-types/ts3.4/CodeCommitClient.d.ts +9 -0
  116. package/dist-types/ts3.4/clientConfiguration.d.ts +3 -0
  117. package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +42 -0
  118. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +2 -4
  119. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  120. package/dist-types/ts3.4/models/models_0.d.ts +17 -18
  121. package/dist-types/ts3.4/models/models_1.d.ts +18 -0
  122. package/dist-types/ts3.4/pagination/ListFileCommitHistoryPaginator.d.ts +11 -0
  123. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  124. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  128. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  129. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  130. package/package.json +28 -28
@@ -53,6 +53,7 @@ import { GetRepositoryTriggersCommandInput, GetRepositoryTriggersCommandOutput }
53
53
  import { ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput } from "./commands/ListApprovalRuleTemplatesCommand";
54
54
  import { ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput } from "./commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
55
55
  import { ListBranchesCommandInput, ListBranchesCommandOutput } from "./commands/ListBranchesCommand";
56
+ import { ListFileCommitHistoryCommandInput, ListFileCommitHistoryCommandOutput } from "./commands/ListFileCommitHistoryCommand";
56
57
  import { ListPullRequestsCommandInput, ListPullRequestsCommandOutput } from "./commands/ListPullRequestsCommand";
57
58
  import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
58
59
  import { ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput } from "./commands/ListRepositoriesForApprovalRuleTemplateCommand";
@@ -86,15 +87,16 @@ import { UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput
86
87
  import { UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput } from "./commands/UpdateRepositoryDescriptionCommand";
87
88
  import { UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput } from "./commands/UpdateRepositoryNameCommand";
88
89
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
90
+ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
89
91
  export { __Client };
90
92
  /**
91
93
  * @public
92
94
  */
93
- export type ServiceInputTypes = AssociateApprovalRuleTemplateWithRepositoryCommandInput | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput | BatchDescribeMergeConflictsCommandInput | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput | BatchGetCommitsCommandInput | BatchGetRepositoriesCommandInput | CreateApprovalRuleTemplateCommandInput | CreateBranchCommandInput | CreateCommitCommandInput | CreatePullRequestApprovalRuleCommandInput | CreatePullRequestCommandInput | CreateRepositoryCommandInput | CreateUnreferencedMergeCommitCommandInput | DeleteApprovalRuleTemplateCommandInput | DeleteBranchCommandInput | DeleteCommentContentCommandInput | DeleteFileCommandInput | DeletePullRequestApprovalRuleCommandInput | DeleteRepositoryCommandInput | DescribeMergeConflictsCommandInput | DescribePullRequestEventsCommandInput | DisassociateApprovalRuleTemplateFromRepositoryCommandInput | EvaluatePullRequestApprovalRulesCommandInput | GetApprovalRuleTemplateCommandInput | GetBlobCommandInput | GetBranchCommandInput | GetCommentCommandInput | GetCommentReactionsCommandInput | GetCommentsForComparedCommitCommandInput | GetCommentsForPullRequestCommandInput | GetCommitCommandInput | GetDifferencesCommandInput | GetFileCommandInput | GetFolderCommandInput | GetMergeCommitCommandInput | GetMergeConflictsCommandInput | GetMergeOptionsCommandInput | GetPullRequestApprovalStatesCommandInput | GetPullRequestCommandInput | GetPullRequestOverrideStateCommandInput | GetRepositoryCommandInput | GetRepositoryTriggersCommandInput | ListApprovalRuleTemplatesCommandInput | ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput | ListBranchesCommandInput | ListPullRequestsCommandInput | ListRepositoriesCommandInput | ListRepositoriesForApprovalRuleTemplateCommandInput | ListTagsForResourceCommandInput | MergeBranchesByFastForwardCommandInput | MergeBranchesBySquashCommandInput | MergeBranchesByThreeWayCommandInput | MergePullRequestByFastForwardCommandInput | MergePullRequestBySquashCommandInput | MergePullRequestByThreeWayCommandInput | OverridePullRequestApprovalRulesCommandInput | PostCommentForComparedCommitCommandInput | PostCommentForPullRequestCommandInput | PostCommentReplyCommandInput | PutCommentReactionCommandInput | PutFileCommandInput | PutRepositoryTriggersCommandInput | TagResourceCommandInput | TestRepositoryTriggersCommandInput | UntagResourceCommandInput | UpdateApprovalRuleTemplateContentCommandInput | UpdateApprovalRuleTemplateDescriptionCommandInput | UpdateApprovalRuleTemplateNameCommandInput | UpdateCommentCommandInput | UpdateDefaultBranchCommandInput | UpdatePullRequestApprovalRuleContentCommandInput | UpdatePullRequestApprovalStateCommandInput | UpdatePullRequestDescriptionCommandInput | UpdatePullRequestStatusCommandInput | UpdatePullRequestTitleCommandInput | UpdateRepositoryDescriptionCommandInput | UpdateRepositoryNameCommandInput;
95
+ export type ServiceInputTypes = AssociateApprovalRuleTemplateWithRepositoryCommandInput | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput | BatchDescribeMergeConflictsCommandInput | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput | BatchGetCommitsCommandInput | BatchGetRepositoriesCommandInput | CreateApprovalRuleTemplateCommandInput | CreateBranchCommandInput | CreateCommitCommandInput | CreatePullRequestApprovalRuleCommandInput | CreatePullRequestCommandInput | CreateRepositoryCommandInput | CreateUnreferencedMergeCommitCommandInput | DeleteApprovalRuleTemplateCommandInput | DeleteBranchCommandInput | DeleteCommentContentCommandInput | DeleteFileCommandInput | DeletePullRequestApprovalRuleCommandInput | DeleteRepositoryCommandInput | DescribeMergeConflictsCommandInput | DescribePullRequestEventsCommandInput | DisassociateApprovalRuleTemplateFromRepositoryCommandInput | EvaluatePullRequestApprovalRulesCommandInput | GetApprovalRuleTemplateCommandInput | GetBlobCommandInput | GetBranchCommandInput | GetCommentCommandInput | GetCommentReactionsCommandInput | GetCommentsForComparedCommitCommandInput | GetCommentsForPullRequestCommandInput | GetCommitCommandInput | GetDifferencesCommandInput | GetFileCommandInput | GetFolderCommandInput | GetMergeCommitCommandInput | GetMergeConflictsCommandInput | GetMergeOptionsCommandInput | GetPullRequestApprovalStatesCommandInput | GetPullRequestCommandInput | GetPullRequestOverrideStateCommandInput | GetRepositoryCommandInput | GetRepositoryTriggersCommandInput | ListApprovalRuleTemplatesCommandInput | ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput | ListBranchesCommandInput | ListFileCommitHistoryCommandInput | ListPullRequestsCommandInput | ListRepositoriesCommandInput | ListRepositoriesForApprovalRuleTemplateCommandInput | ListTagsForResourceCommandInput | MergeBranchesByFastForwardCommandInput | MergeBranchesBySquashCommandInput | MergeBranchesByThreeWayCommandInput | MergePullRequestByFastForwardCommandInput | MergePullRequestBySquashCommandInput | MergePullRequestByThreeWayCommandInput | OverridePullRequestApprovalRulesCommandInput | PostCommentForComparedCommitCommandInput | PostCommentForPullRequestCommandInput | PostCommentReplyCommandInput | PutCommentReactionCommandInput | PutFileCommandInput | PutRepositoryTriggersCommandInput | TagResourceCommandInput | TestRepositoryTriggersCommandInput | UntagResourceCommandInput | UpdateApprovalRuleTemplateContentCommandInput | UpdateApprovalRuleTemplateDescriptionCommandInput | UpdateApprovalRuleTemplateNameCommandInput | UpdateCommentCommandInput | UpdateDefaultBranchCommandInput | UpdatePullRequestApprovalRuleContentCommandInput | UpdatePullRequestApprovalStateCommandInput | UpdatePullRequestDescriptionCommandInput | UpdatePullRequestStatusCommandInput | UpdatePullRequestTitleCommandInput | UpdateRepositoryDescriptionCommandInput | UpdateRepositoryNameCommandInput;
94
96
  /**
95
97
  * @public
96
98
  */
97
- export type ServiceOutputTypes = AssociateApprovalRuleTemplateWithRepositoryCommandOutput | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput | BatchDescribeMergeConflictsCommandOutput | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput | BatchGetCommitsCommandOutput | BatchGetRepositoriesCommandOutput | CreateApprovalRuleTemplateCommandOutput | CreateBranchCommandOutput | CreateCommitCommandOutput | CreatePullRequestApprovalRuleCommandOutput | CreatePullRequestCommandOutput | CreateRepositoryCommandOutput | CreateUnreferencedMergeCommitCommandOutput | DeleteApprovalRuleTemplateCommandOutput | DeleteBranchCommandOutput | DeleteCommentContentCommandOutput | DeleteFileCommandOutput | DeletePullRequestApprovalRuleCommandOutput | DeleteRepositoryCommandOutput | DescribeMergeConflictsCommandOutput | DescribePullRequestEventsCommandOutput | DisassociateApprovalRuleTemplateFromRepositoryCommandOutput | EvaluatePullRequestApprovalRulesCommandOutput | GetApprovalRuleTemplateCommandOutput | GetBlobCommandOutput | GetBranchCommandOutput | GetCommentCommandOutput | GetCommentReactionsCommandOutput | GetCommentsForComparedCommitCommandOutput | GetCommentsForPullRequestCommandOutput | GetCommitCommandOutput | GetDifferencesCommandOutput | GetFileCommandOutput | GetFolderCommandOutput | GetMergeCommitCommandOutput | GetMergeConflictsCommandOutput | GetMergeOptionsCommandOutput | GetPullRequestApprovalStatesCommandOutput | GetPullRequestCommandOutput | GetPullRequestOverrideStateCommandOutput | GetRepositoryCommandOutput | GetRepositoryTriggersCommandOutput | ListApprovalRuleTemplatesCommandOutput | ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput | ListBranchesCommandOutput | ListPullRequestsCommandOutput | ListRepositoriesCommandOutput | ListRepositoriesForApprovalRuleTemplateCommandOutput | ListTagsForResourceCommandOutput | MergeBranchesByFastForwardCommandOutput | MergeBranchesBySquashCommandOutput | MergeBranchesByThreeWayCommandOutput | MergePullRequestByFastForwardCommandOutput | MergePullRequestBySquashCommandOutput | MergePullRequestByThreeWayCommandOutput | OverridePullRequestApprovalRulesCommandOutput | PostCommentForComparedCommitCommandOutput | PostCommentForPullRequestCommandOutput | PostCommentReplyCommandOutput | PutCommentReactionCommandOutput | PutFileCommandOutput | PutRepositoryTriggersCommandOutput | TagResourceCommandOutput | TestRepositoryTriggersCommandOutput | UntagResourceCommandOutput | UpdateApprovalRuleTemplateContentCommandOutput | UpdateApprovalRuleTemplateDescriptionCommandOutput | UpdateApprovalRuleTemplateNameCommandOutput | UpdateCommentCommandOutput | UpdateDefaultBranchCommandOutput | UpdatePullRequestApprovalRuleContentCommandOutput | UpdatePullRequestApprovalStateCommandOutput | UpdatePullRequestDescriptionCommandOutput | UpdatePullRequestStatusCommandOutput | UpdatePullRequestTitleCommandOutput | UpdateRepositoryDescriptionCommandOutput | UpdateRepositoryNameCommandOutput;
99
+ export type ServiceOutputTypes = AssociateApprovalRuleTemplateWithRepositoryCommandOutput | BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput | BatchDescribeMergeConflictsCommandOutput | BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput | BatchGetCommitsCommandOutput | BatchGetRepositoriesCommandOutput | CreateApprovalRuleTemplateCommandOutput | CreateBranchCommandOutput | CreateCommitCommandOutput | CreatePullRequestApprovalRuleCommandOutput | CreatePullRequestCommandOutput | CreateRepositoryCommandOutput | CreateUnreferencedMergeCommitCommandOutput | DeleteApprovalRuleTemplateCommandOutput | DeleteBranchCommandOutput | DeleteCommentContentCommandOutput | DeleteFileCommandOutput | DeletePullRequestApprovalRuleCommandOutput | DeleteRepositoryCommandOutput | DescribeMergeConflictsCommandOutput | DescribePullRequestEventsCommandOutput | DisassociateApprovalRuleTemplateFromRepositoryCommandOutput | EvaluatePullRequestApprovalRulesCommandOutput | GetApprovalRuleTemplateCommandOutput | GetBlobCommandOutput | GetBranchCommandOutput | GetCommentCommandOutput | GetCommentReactionsCommandOutput | GetCommentsForComparedCommitCommandOutput | GetCommentsForPullRequestCommandOutput | GetCommitCommandOutput | GetDifferencesCommandOutput | GetFileCommandOutput | GetFolderCommandOutput | GetMergeCommitCommandOutput | GetMergeConflictsCommandOutput | GetMergeOptionsCommandOutput | GetPullRequestApprovalStatesCommandOutput | GetPullRequestCommandOutput | GetPullRequestOverrideStateCommandOutput | GetRepositoryCommandOutput | GetRepositoryTriggersCommandOutput | ListApprovalRuleTemplatesCommandOutput | ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput | ListBranchesCommandOutput | ListFileCommitHistoryCommandOutput | ListPullRequestsCommandOutput | ListRepositoriesCommandOutput | ListRepositoriesForApprovalRuleTemplateCommandOutput | ListTagsForResourceCommandOutput | MergeBranchesByFastForwardCommandOutput | MergeBranchesBySquashCommandOutput | MergeBranchesByThreeWayCommandOutput | MergePullRequestByFastForwardCommandOutput | MergePullRequestBySquashCommandOutput | MergePullRequestByThreeWayCommandOutput | OverridePullRequestApprovalRulesCommandOutput | PostCommentForComparedCommitCommandOutput | PostCommentForPullRequestCommandOutput | PostCommentReplyCommandOutput | PutCommentReactionCommandOutput | PutFileCommandOutput | PutRepositoryTriggersCommandOutput | TagResourceCommandOutput | TestRepositoryTriggersCommandOutput | UntagResourceCommandOutput | UpdateApprovalRuleTemplateContentCommandOutput | UpdateApprovalRuleTemplateDescriptionCommandOutput | UpdateApprovalRuleTemplateNameCommandOutput | UpdateCommentCommandOutput | UpdateDefaultBranchCommandOutput | UpdatePullRequestApprovalRuleContentCommandOutput | UpdatePullRequestApprovalStateCommandOutput | UpdatePullRequestDescriptionCommandOutput | UpdatePullRequestStatusCommandOutput | UpdatePullRequestTitleCommandOutput | UpdateRepositoryDescriptionCommandOutput | UpdateRepositoryNameCommandOutput;
98
100
  /**
99
101
  * @public
100
102
  */
@@ -193,6 +195,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
193
195
  * Optional logger for logging debug/info/warn/error.
194
196
  */
195
197
  logger?: __Logger;
198
+ /**
199
+ * Optional extensions
200
+ */
201
+ extensions?: RuntimeExtension[];
196
202
  /**
197
203
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
198
204
  */
@@ -212,7 +218,7 @@ export interface CodeCommitClientConfig extends CodeCommitClientConfigType {
212
218
  /**
213
219
  * @public
214
220
  */
215
- export type CodeCommitClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
221
+ export type CodeCommitClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
216
222
  /**
217
223
  * @public
218
224
  *
@@ -222,79 +228,76 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
222
228
  }
223
229
  /**
224
230
  * @public
225
- * <fullname>AWS CodeCommit</fullname>
226
- * <p>This is the <i>AWS CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for
227
- * AWS CodeCommit API along with usage examples.</p>
228
- * <p>You can use the AWS CodeCommit API to work with the following objects:</p>
229
- *
230
- * <p>Repositories, by calling the following:</p>
231
- * <ul>
231
+ * <fullname>CodeCommit</fullname>
232
+ * <p>This is the <i>CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for
233
+ * CodeCommit API along with usage examples.</p>
234
+ * <p>You can use the CodeCommit API to work with the following objects:</p>
235
+ * <p>Repositories, by calling the following:</p>
236
+ * <ul>
232
237
  * <li>
233
- * <p>
234
- * <a>BatchGetRepositories</a>, which returns information about one or more repositories associated with your AWS account.</p>
238
+ * <p>
239
+ * <a>BatchGetRepositories</a>, which returns information about one or more repositories associated with your Amazon Web Services account.</p>
235
240
  * </li>
236
241
  * <li>
237
- * <p>
238
- * <a>CreateRepository</a>, which creates an AWS CodeCommit repository.</p>
242
+ * <p>
243
+ * <a>CreateRepository</a>, which creates an CodeCommit repository.</p>
239
244
  * </li>
240
245
  * <li>
241
- * <p>
242
- * <a>DeleteRepository</a>, which deletes an AWS CodeCommit repository.</p>
246
+ * <p>
247
+ * <a>DeleteRepository</a>, which deletes an CodeCommit repository.</p>
243
248
  * </li>
244
249
  * <li>
245
- * <p>
250
+ * <p>
246
251
  * <a>GetRepository</a>, which returns information about a specified repository.</p>
247
252
  * </li>
248
253
  * <li>
249
- * <p>
250
- * <a>ListRepositories</a>, which lists all AWS CodeCommit repositories associated with your AWS account.</p>
254
+ * <p>
255
+ * <a>ListRepositories</a>, which lists all CodeCommit repositories associated with your Amazon Web Services account.</p>
251
256
  * </li>
252
257
  * <li>
253
- * <p>
258
+ * <p>
254
259
  * <a>UpdateRepositoryDescription</a>, which sets or updates the description of the repository.</p>
255
- * </li>
260
+ * </li>
256
261
  * <li>
257
- * <p>
262
+ * <p>
258
263
  * <a>UpdateRepositoryName</a>, which changes the name of the
259
264
  * repository. If you change the name of a repository, no other users of that
260
265
  * repository can access it until you send them the new HTTPS or SSH URL to
261
266
  * use.</p>
262
267
  * </li>
263
268
  * </ul>
264
- *
265
- * <p>Branches, by calling the following:</p>
266
- * <ul>
269
+ * <p>Branches, by calling the following:</p>
270
+ * <ul>
267
271
  * <li>
268
- * <p>
272
+ * <p>
269
273
  * <a>CreateBranch</a>, which creates a branch in a specified
270
274
  * repository.</p>
271
275
  * </li>
272
276
  * <li>
273
- * <p>
277
+ * <p>
274
278
  * <a>DeleteBranch</a>, which deletes the specified branch in a repository unless it is the default branch.</p>
275
- * </li>
279
+ * </li>
276
280
  * <li>
277
- * <p>
281
+ * <p>
278
282
  * <a>GetBranch</a>, which returns information about a specified branch.</p>
279
283
  * </li>
280
284
  * <li>
281
- * <p>
285
+ * <p>
282
286
  * <a>ListBranches</a>, which lists all branches for a specified repository.</p>
283
287
  * </li>
284
288
  * <li>
285
- * <p>
289
+ * <p>
286
290
  * <a>UpdateDefaultBranch</a>, which changes the default branch for a repository.</p>
287
291
  * </li>
288
292
  * </ul>
289
- *
290
- * <p>Files, by calling the following:</p>
291
- * <ul>
293
+ * <p>Files, by calling the following:</p>
294
+ * <ul>
292
295
  * <li>
293
296
  * <p>
294
297
  * <a>DeleteFile</a>, which deletes the content of a specified file from a specified branch.</p>
295
298
  * </li>
296
299
  * <li>
297
- * <p>
300
+ * <p>
298
301
  * <a>GetBlob</a>, which returns the base-64 encoded content of an
299
302
  * individual Git blob object in a repository.</p>
300
303
  * </li>
@@ -308,85 +311,81 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
308
311
  * </li>
309
312
  * <li>
310
313
  * <p>
314
+ * <a>ListFileCommitHistory</a>, which retrieves a list of commits and changes to a specified file. </p>
315
+ * </li>
316
+ * <li>
317
+ * <p>
311
318
  * <a>PutFile</a>, which adds or modifies a single file in a specified repository and branch.</p>
312
319
  * </li>
313
320
  * </ul>
314
- *
315
- *
316
- * <p>Commits, by calling the following:</p>
317
- * <ul>
321
+ * <p>Commits, by calling the following:</p>
322
+ * <ul>
318
323
  * <li>
319
- * <p>
324
+ * <p>
320
325
  * <a>BatchGetCommits</a>, which returns information about one or more commits in a repository.</p>
321
- * </li>
326
+ * </li>
322
327
  * <li>
323
328
  * <p>
324
329
  * <a>CreateCommit</a>, which creates a commit for changes to a repository.</p>
325
330
  * </li>
326
331
  * <li>
327
- * <p>
332
+ * <p>
328
333
  * <a>GetCommit</a>, which returns information about a commit, including commit
329
334
  * messages and author and committer information.</p>
330
- * </li>
335
+ * </li>
331
336
  * <li>
332
- * <p>
337
+ * <p>
333
338
  * <a>GetDifferences</a>, which returns information about the
334
339
  * differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID,
335
340
  * or other fully qualified reference).</p>
336
- * </li>
341
+ * </li>
337
342
  * </ul>
338
- *
339
- *
340
- * <p>Merges, by calling the following:</p>
341
- * <ul>
343
+ * <p>Merges, by calling the following:</p>
344
+ * <ul>
342
345
  * <li>
343
- * <p>
346
+ * <p>
344
347
  * <a>BatchDescribeMergeConflicts</a>, which returns information about conflicts in a merge between commits in a repository.</p>
345
348
  * </li>
346
349
  * <li>
347
- * <p>
350
+ * <p>
348
351
  * <a>CreateUnreferencedMergeCommit</a>, which creates an unreferenced commit between two branches or commits for the
349
352
  * purpose of comparing them and identifying any potential conflicts.</p>
350
353
  * </li>
351
354
  * <li>
352
- * <p>
355
+ * <p>
353
356
  * <a>DescribeMergeConflicts</a>, which returns information about merge conflicts between the base, source, and destination versions
354
357
  * of a file in a potential merge.</p>
355
358
  * </li>
356
359
  * <li>
357
- * <p>
360
+ * <p>
358
361
  * <a>GetMergeCommit</a>, which returns information about the merge between a source and destination commit. </p>
359
- *
360
362
  * </li>
361
363
  * <li>
362
- * <p>
364
+ * <p>
363
365
  * <a>GetMergeConflicts</a>, which returns information about merge conflicts
364
366
  * between the source and destination branch in a pull request.</p>
365
367
  * </li>
366
368
  * <li>
367
- *
368
- * <p>
369
+ * <p>
369
370
  * <a>GetMergeOptions</a>, which returns information about the available merge options between two branches or commit specifiers.</p>
370
371
  * </li>
371
372
  * <li>
372
- * <p>
373
+ * <p>
373
374
  * <a>MergeBranchesByFastForward</a>, which merges two branches using the fast-forward merge option.</p>
374
375
  * </li>
375
376
  * <li>
376
- * <p>
377
+ * <p>
377
378
  * <a>MergeBranchesBySquash</a>, which merges two branches using the squash merge option.</p>
378
379
  * </li>
379
380
  * <li>
380
- * <p>
381
+ * <p>
381
382
  * <a>MergeBranchesByThreeWay</a>, which merges two branches using the three-way merge option.</p>
382
383
  * </li>
383
384
  * </ul>
384
- *
385
- *
386
- * <p>Pull requests, by calling the following:</p>
387
- * <ul>
385
+ * <p>Pull requests, by calling the following:</p>
386
+ * <ul>
388
387
  * <li>
389
- * <p>
388
+ * <p>
390
389
  * <a>CreatePullRequest</a>, which creates a pull request in a specified repository.</p>
391
390
  * </li>
392
391
  * <li>
@@ -398,7 +397,7 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
398
397
  * <a>DeletePullRequestApprovalRule</a>, which deletes an approval rule for a specified pull request.</p>
399
398
  * </li>
400
399
  * <li>
401
- * <p>
400
+ * <p>
402
401
  * <a>DescribePullRequestEvents</a>, which returns information about one or more pull request events.</p>
403
402
  * </li>
404
403
  * <li>
@@ -406,12 +405,11 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
406
405
  * <a>EvaluatePullRequestApprovalRules</a>, which evaluates whether a pull request has met all the conditions specified in its associated approval rules.</p>
407
406
  * </li>
408
407
  * <li>
409
- * <p>
408
+ * <p>
410
409
  * <a>GetCommentsForPullRequest</a>, which returns information about comments on a specified pull request.</p>
411
410
  * </li>
412
411
  * <li>
413
- *
414
- * <p>
412
+ * <p>
415
413
  * <a>GetPullRequest</a>, which returns information about a specified pull request.</p>
416
414
  * </li>
417
415
  * <li>
@@ -424,22 +422,22 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
424
422
  * pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.</p>
425
423
  * </li>
426
424
  * <li>
427
- * <p>
425
+ * <p>
428
426
  * <a>ListPullRequests</a>, which lists all pull requests for a repository.</p>
429
427
  * </li>
430
428
  * <li>
431
- * <p>
429
+ * <p>
432
430
  * <a>MergePullRequestByFastForward</a>, which merges the source destination branch of a pull request into the specified destination
433
431
  * branch for that pull request using the fast-forward merge option.</p>
434
432
  * </li>
435
433
  * <li>
436
- * <p>
434
+ * <p>
437
435
  * <a>MergePullRequestBySquash</a>, which merges the source destination branch of a pull request into the specified destination
438
436
  * branch for that pull request using the squash merge option.</p>
439
437
  * </li>
440
438
  * <li>
441
- * <p>
442
- * <a>MergePullRequestByThreeWay</a>. which merges the source destination branch of a pull request into the specified destination
439
+ * <p>
440
+ * <a>MergePullRequestByThreeWay</a>, which merges the source destination branch of a pull request into the specified destination
443
441
  * branch for that pull request using the three-way merge option.</p>
444
442
  * </li>
445
443
  * <li>
@@ -447,7 +445,7 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
447
445
  * <a>OverridePullRequestApprovalRules</a>, which sets aside all approval rule requirements for a pull request.</p>
448
446
  * </li>
449
447
  * <li>
450
- * <p>
448
+ * <p>
451
449
  * <a>PostCommentForPullRequest</a>, which posts a comment to a pull request at the specified line, file, or request.</p>
452
450
  * </li>
453
451
  * <li>
@@ -459,33 +457,32 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
459
457
  * <a>UpdatePullRequestApprovalState</a>, which updates the state of an approval on a pull request.</p>
460
458
  * </li>
461
459
  * <li>
462
- * <p>
460
+ * <p>
463
461
  * <a>UpdatePullRequestDescription</a>, which updates the description of a pull request.</p>
464
462
  * </li>
465
463
  * <li>
466
- * <p>
464
+ * <p>
467
465
  * <a>UpdatePullRequestStatus</a>, which updates the status of a pull request.</p>
468
466
  * </li>
469
467
  * <li>
470
- * <p>
468
+ * <p>
471
469
  * <a>UpdatePullRequestTitle</a>, which updates the title of a pull request.</p>
472
470
  * </li>
473
471
  * </ul>
474
- *
475
- * <p>Approval rule templates, by calling the following:</p>
476
- * <ul>
472
+ * <p>Approval rule templates, by calling the following:</p>
473
+ * <ul>
477
474
  * <li>
478
475
  * <p>
479
476
  * <a>AssociateApprovalRuleTemplateWithRepository</a>, which associates a template
480
477
  * with a specified repository. After the template is associated with a repository,
481
- * AWS CodeCommit creates approval rules that match the template conditions on
478
+ * CodeCommit creates approval rules that match the template conditions on
482
479
  * every pull request created in the specified repository.</p>
483
480
  * </li>
484
481
  * <li>
485
482
  * <p>
486
483
  * <a>BatchAssociateApprovalRuleTemplateWithRepositories</a>, which associates a
487
484
  * template with one or more specified repositories. After the template is
488
- * associated with a repository, AWS CodeCommit creates approval rules that match
485
+ * associated with a repository, CodeCommit creates approval rules that match
489
486
  * the template conditions on every pull request created in the specified
490
487
  * repositories.</p>
491
488
  * </li>
@@ -499,7 +496,7 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
499
496
  * <li>
500
497
  * <p>
501
498
  * <a>CreateApprovalRuleTemplate</a>, which creates a template for approval rules that can then be associated with one or more repositories
502
- * in your AWS account.</p>
499
+ * in your Amazon Web Services account.</p>
503
500
  * </li>
504
501
  * <li>
505
502
  * <p>
@@ -518,7 +515,7 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
518
515
  * </li>
519
516
  * <li>
520
517
  * <p>
521
- * <a>ListApprovalRuleTemplates</a>, which lists all approval rule templates in the AWS Region in your AWS account.</p>
518
+ * <a>ListApprovalRuleTemplates</a>, which lists all approval rule templates in the Amazon Web Services Region in your Amazon Web Services account.</p>
522
519
  * </li>
523
520
  * <li>
524
521
  * <p>
@@ -542,32 +539,31 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
542
539
  * <a>UpdateApprovalRuleTemplateContent</a>, which updates the content of an approval rule template.</p>
543
540
  * </li>
544
541
  * </ul>
545
- *
546
- * <p>Comments in a repository, by calling the following:</p>
547
- * <ul>
542
+ * <p>Comments in a repository, by calling the following:</p>
543
+ * <ul>
548
544
  * <li>
549
- * <p>
545
+ * <p>
550
546
  * <a>DeleteCommentContent</a>, which deletes the content of a comment on a commit in a repository.</p>
551
547
  * </li>
552
548
  * <li>
553
- * <p>
549
+ * <p>
554
550
  * <a>GetComment</a>, which returns information about a comment on a commit.</p>
555
551
  * </li>
556
552
  * <li>
557
- * <p>
553
+ * <p>
558
554
  * <a>GetCommentReactions</a>, which returns information about emoji reactions to comments.</p>
559
555
  * </li>
560
556
  * <li>
561
- * <p>
557
+ * <p>
562
558
  * <a>GetCommentsForComparedCommit</a>, which returns information about comments on the comparison between two commit specifiers
563
559
  * in a repository.</p>
564
560
  * </li>
565
561
  * <li>
566
- * <p>
562
+ * <p>
567
563
  * <a>PostCommentForComparedCommit</a>, which creates a comment on the comparison between two commit specifiers in a repository.</p>
568
564
  * </li>
569
565
  * <li>
570
- * <p>
566
+ * <p>
571
567
  * <a>PostCommentReply</a>, which creates a reply to a comment.</p>
572
568
  * </li>
573
569
  * <li>
@@ -575,50 +571,44 @@ export interface CodeCommitClientResolvedConfig extends CodeCommitClientResolved
575
571
  * <a>PutCommentReaction</a>, which creates or updates an emoji reaction to a comment.</p>
576
572
  * </li>
577
573
  * <li>
578
- * <p>
574
+ * <p>
579
575
  * <a>UpdateComment</a>, which updates the content of a comment on a commit in a repository.</p>
580
576
  * </li>
581
577
  * </ul>
582
- *
583
- * <p>Tags used to tag resources in AWS CodeCommit (not Git tags), by calling the following:</p>
584
- * <ul>
578
+ * <p>Tags used to tag resources in CodeCommit (not Git tags), by calling the following:</p>
579
+ * <ul>
585
580
  * <li>
586
581
  * <p>
587
- * <a>ListTagsForResource</a>, which gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.</p>
582
+ * <a>ListTagsForResource</a>, which gets information about Amazon Web Servicestags for a specified Amazon Resource Name (ARN) in CodeCommit.</p>
588
583
  * </li>
589
584
  * <li>
590
585
  * <p>
591
- * <a>TagResource</a>, which adds or updates tags for a resource in AWS CodeCommit.</p>
586
+ * <a>TagResource</a>, which adds or updates tags for a resource in CodeCommit.</p>
592
587
  * </li>
593
588
  * <li>
594
589
  * <p>
595
- * <a>UntagResource</a>, which removes tags for a resource in AWS CodeCommit.</p>
590
+ * <a>UntagResource</a>, which removes tags for a resource in CodeCommit.</p>
596
591
  * </li>
597
592
  * </ul>
598
- *
599
- * <p>Triggers, by calling the following:</p>
600
- * <ul>
593
+ * <p>Triggers, by calling the following:</p>
594
+ * <ul>
601
595
  * <li>
602
- * <p>
596
+ * <p>
603
597
  * <a>GetRepositoryTriggers</a>, which returns information about triggers configured
604
598
  * for a repository.</p>
605
599
  * </li>
606
600
  * <li>
607
- * <p>
601
+ * <p>
608
602
  * <a>PutRepositoryTriggers</a>, which replaces all triggers for a repository and can
609
603
  * be used to create or delete triggers.</p>
610
604
  * </li>
611
605
  * <li>
612
- * <p>
606
+ * <p>
613
607
  * <a>TestRepositoryTriggers</a>, which tests the functionality of a repository trigger
614
608
  * by sending data to the trigger target.</p>
615
609
  * </li>
616
610
  * </ul>
617
- *
618
- *
619
- *
620
- *
621
- * <p>For information about how to use AWS CodeCommit, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">AWS CodeCommit User Guide</a>.</p>
611
+ * <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>
622
612
  */
623
613
  export declare class CodeCommitClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeCommitClientResolvedConfig> {
624
614
  /**
@@ -0,0 +1,6 @@
1
+ import { DefaultClientConfiguration } from "@smithy/types";
2
+ /**
3
+ * @internal
4
+ */
5
+ export interface CodeCommitClientConfiguration extends DefaultClientConfiguration {
6
+ }
@@ -53,7 +53,7 @@ export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput extend
53
53
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
54
54
  *
55
55
  * @throws {@link ApprovalRuleTemplateDoesNotExistException} (client fault)
56
- * <p>The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the AWS Region where the template
56
+ * <p>The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the Amazon Web Services Region where the template
57
57
  * was created, and then try again.</p>
58
58
  *
59
59
  * @throws {@link ApprovalRuleTemplateNameRequiredException} (client fault)
@@ -76,14 +76,12 @@ export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput extend
76
76
  *
77
77
  * @throws {@link InvalidApprovalRuleTemplateNameException} (client fault)
78
78
  * <p>The name of the approval rule template is not valid. Template names must be between 1
79
- * and 100 valid characters in length. For more information about limits in AWS CodeCommit,
80
- * see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">AWS
81
- * CodeCommit User Guide</a>.</p>
79
+ * and 100 valid characters in length. For more information about limits in CodeCommit,
80
+ * see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">Quotas</a> in the <i>CodeCommit User Guide</i>.</p>
82
81
  *
83
82
  * @throws {@link InvalidRepositoryNameException} (client fault)
84
83
  * <p>A specified repository name is not valid.</p>
85
- *
86
- * <note>
84
+ * <note>
87
85
  * <p>This exception occurs only when a specified repository name is not valid. Other
88
86
  * exceptions occur when a required repository parameter is missing, or when a
89
87
  * specified repository does not exist.</p>
@@ -60,7 +60,7 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
60
60
  * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
61
61
  *
62
62
  * @throws {@link ApprovalRuleTemplateDoesNotExistException} (client fault)
63
- * <p>The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the AWS Region where the template
63
+ * <p>The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the Amazon Web Services Region where the template
64
64
  * was created, and then try again.</p>
65
65
  *
66
66
  * @throws {@link ApprovalRuleTemplateNameRequiredException} (client fault)
@@ -83,9 +83,8 @@ export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
83
83
  *
84
84
  * @throws {@link InvalidApprovalRuleTemplateNameException} (client fault)
85
85
  * <p>The name of the approval rule template is not valid. Template names must be between 1
86
- * and 100 valid characters in length. For more information about limits in AWS CodeCommit,
87
- * see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">AWS
88
- * CodeCommit User Guide</a>.</p>
86
+ * and 100 valid characters in length. For more information about limits in CodeCommit,
87
+ * see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">Quotas</a> in the <i>CodeCommit User Guide</i>.</p>
89
88
  *
90
89
  * @throws {@link MaximumRepositoryNamesExceededException} (client fault)
91
90
  * <p>The maximum number of allowed repository names was exceeded. Currently, this number is 100.</p>
@@ -34,14 +34,14 @@ export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeM
34
34
  * repositoryName: "STRING_VALUE", // required
35
35
  * destinationCommitSpecifier: "STRING_VALUE", // required
36
36
  * sourceCommitSpecifier: "STRING_VALUE", // required
37
- * mergeOption: "STRING_VALUE", // required
37
+ * mergeOption: "FAST_FORWARD_MERGE" || "SQUASH_MERGE" || "THREE_WAY_MERGE", // required
38
38
  * maxMergeHunks: Number("int"),
39
39
  * maxConflictFiles: Number("int"),
40
40
  * filePaths: [ // FilePaths
41
41
  * "STRING_VALUE",
42
42
  * ],
43
- * conflictDetailLevel: "STRING_VALUE",
44
- * conflictResolutionStrategy: "STRING_VALUE",
43
+ * conflictDetailLevel: "FILE_LEVEL" || "LINE_LEVEL",
44
+ * conflictResolutionStrategy: "NONE" || "ACCEPT_SOURCE" || "ACCEPT_DESTINATION" || "AUTOMERGE",
45
45
  * nextToken: "STRING_VALUE",
46
46
  * };
47
47
  * const command = new BatchDescribeMergeConflictsCommand(input);
@@ -57,14 +57,14 @@ export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeM
57
57
  * // base: Number("long"),
58
58
  * // },
59
59
  * // fileModes: { // FileModes
60
- * // source: "STRING_VALUE",
61
- * // destination: "STRING_VALUE",
62
- * // base: "STRING_VALUE",
60
+ * // source: "EXECUTABLE" || "NORMAL" || "SYMLINK",
61
+ * // destination: "EXECUTABLE" || "NORMAL" || "SYMLINK",
62
+ * // base: "EXECUTABLE" || "NORMAL" || "SYMLINK",
63
63
  * // },
64
64
  * // objectTypes: { // ObjectTypes
65
- * // source: "STRING_VALUE",
66
- * // destination: "STRING_VALUE",
67
- * // base: "STRING_VALUE",
65
+ * // source: "FILE" || "DIRECTORY" || "GIT_LINK" || "SYMBOLIC_LINK",
66
+ * // destination: "FILE" || "DIRECTORY" || "GIT_LINK" || "SYMBOLIC_LINK",
67
+ * // base: "FILE" || "DIRECTORY" || "GIT_LINK" || "SYMBOLIC_LINK",
68
68
  * // },
69
69
  * // numberOfConflicts: Number("int"),
70
70
  * // isBinaryFile: { // IsBinaryFile
@@ -76,8 +76,8 @@ export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeM
76
76
  * // fileModeConflict: true || false,
77
77
  * // objectTypeConflict: true || false,
78
78
  * // mergeOperations: { // MergeOperations
79
- * // source: "STRING_VALUE",
80
- * // destination: "STRING_VALUE",
79
+ * // source: "A" || "M" || "D",
80
+ * // destination: "A" || "M" || "D",
81
81
  * // },
82
82
  * // },
83
83
  * // mergeHunks: [ // MergeHunks
@@ -167,8 +167,7 @@ export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeM
167
167
  *
168
168
  * @throws {@link InvalidRepositoryNameException} (client fault)
169
169
  * <p>A specified repository name is not valid.</p>
170
- *
171
- * <note>
170
+ * <note>
172
171
  * <p>This exception occurs only when a specified repository name is not valid. Other
173
172
  * exceptions occur when a required repository parameter is missing, or when a
174
173
  * specified repository does not exist.</p>