@aws-sdk/client-codecommit 3.39.0 → 3.43.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 (93) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +163 -9
  3. package/dist-cjs/runtimeConfig.browser.js +6 -3
  4. package/dist-cjs/runtimeConfig.js +5 -3
  5. package/dist-es/endpoints.js +163 -9
  6. package/dist-es/runtimeConfig.browser.js +3 -2
  7. package/dist-es/runtimeConfig.js +3 -3
  8. package/dist-types/CodeCommitClient.d.ts +8 -0
  9. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +1 -1
  10. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +1 -1
  11. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +1 -1
  12. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +1 -1
  13. package/dist-types/commands/BatchGetCommitsCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateBranchCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateCommitCommand.d.ts +1 -1
  18. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +1 -1
  19. package/dist-types/commands/CreatePullRequestCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateRepositoryCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteBranchCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteCommentContentCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteFileCommand.d.ts +1 -1
  26. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteRepositoryCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +1 -1
  30. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +1 -1
  31. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +1 -1
  32. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +1 -1
  33. package/dist-types/commands/GetBlobCommand.d.ts +1 -1
  34. package/dist-types/commands/GetBranchCommand.d.ts +1 -1
  35. package/dist-types/commands/GetCommentCommand.d.ts +1 -1
  36. package/dist-types/commands/GetCommentReactionsCommand.d.ts +1 -1
  37. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +1 -1
  38. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +1 -1
  39. package/dist-types/commands/GetCommitCommand.d.ts +1 -1
  40. package/dist-types/commands/GetDifferencesCommand.d.ts +1 -1
  41. package/dist-types/commands/GetFileCommand.d.ts +1 -1
  42. package/dist-types/commands/GetFolderCommand.d.ts +1 -1
  43. package/dist-types/commands/GetMergeCommitCommand.d.ts +1 -1
  44. package/dist-types/commands/GetMergeConflictsCommand.d.ts +1 -1
  45. package/dist-types/commands/GetMergeOptionsCommand.d.ts +1 -1
  46. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +1 -1
  47. package/dist-types/commands/GetPullRequestCommand.d.ts +1 -1
  48. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +1 -1
  49. package/dist-types/commands/GetRepositoryCommand.d.ts +1 -1
  50. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +1 -1
  51. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +1 -1
  53. package/dist-types/commands/ListBranchesCommand.d.ts +1 -1
  54. package/dist-types/commands/ListPullRequestsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListRepositoriesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +1 -1
  59. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +1 -1
  60. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +1 -1
  61. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +1 -1
  62. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +1 -1
  63. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +1 -1
  64. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
  65. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +1 -1
  66. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +1 -1
  67. package/dist-types/commands/PostCommentReplyCommand.d.ts +1 -1
  68. package/dist-types/commands/PutCommentReactionCommand.d.ts +1 -1
  69. package/dist-types/commands/PutFileCommand.d.ts +1 -1
  70. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +1 -1
  71. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  72. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +1 -1
  73. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateCommentCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  87. package/dist-types/runtimeConfig.d.ts +2 -0
  88. package/dist-types/runtimeConfig.native.d.ts +2 -0
  89. package/dist-types/ts3.4/CodeCommitClient.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  93. package/package.json +23 -23
@@ -24,7 +24,7 @@ export interface CreateApprovalRuleTemplateCommandOutput extends CreateApprovalR
24
24
  *
25
25
  * @see {@link CreateApprovalRuleTemplateCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateApprovalRuleTemplateCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateApprovalRuleTemplateCommand extends $Command<CreateApprovalRuleTemplateCommandInput, CreateApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateBranchCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link CreateBranchCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateBranchCommandOutput} for command's `response` shape.
26
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateBranchCommand extends $Command<CreateBranchCommandInput, CreateBranchCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateCommitCommandOutput extends CreateCommitOutput, __Metadat
20
20
  *
21
21
  * @see {@link CreateCommitCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateCommitCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateCommitCommand extends $Command<CreateCommitCommandInput, CreateCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreatePullRequestApprovalRuleCommandOutput extends CreatePullRe
20
20
  *
21
21
  * @see {@link CreatePullRequestApprovalRuleCommandInput} for command's `input` shape.
22
22
  * @see {@link CreatePullRequestApprovalRuleCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreatePullRequestApprovalRuleCommand extends $Command<CreatePullRequestApprovalRuleCommandInput, CreatePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreatePullRequestCommandOutput extends CreatePullRequestOutput,
20
20
  *
21
21
  * @see {@link CreatePullRequestCommandInput} for command's `input` shape.
22
22
  * @see {@link CreatePullRequestCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreatePullRequestCommand extends $Command<CreatePullRequestCommandInput, CreatePullRequestCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, _
20
20
  *
21
21
  * @see {@link CreateRepositoryCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateRepositoryCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface CreateUnreferencedMergeCommitCommandOutput extends CreateUnrefe
27
27
  *
28
28
  * @see {@link CreateUnreferencedMergeCommitCommandInput} for command's `input` shape.
29
29
  * @see {@link CreateUnreferencedMergeCommitCommandOutput} for command's `response` shape.
30
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class CreateUnreferencedMergeCommitCommand extends $Command<CreateUnreferencedMergeCommitCommandInput, CreateUnreferencedMergeCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteApprovalRuleTemplateCommandOutput extends DeleteApprovalR
20
20
  *
21
21
  * @see {@link DeleteApprovalRuleTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteApprovalRuleTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteApprovalRuleTemplateCommand extends $Command<DeleteApprovalRuleTemplateCommandInput, DeleteApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteBranchCommandOutput extends DeleteBranchOutput, __Metadat
20
20
  *
21
21
  * @see {@link DeleteBranchCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteBranchCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteBranchCommand extends $Command<DeleteBranchCommandInput, DeleteBranchCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteCommentContentCommandOutput extends DeleteCommentContentO
20
20
  *
21
21
  * @see {@link DeleteCommentContentCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteCommentContentCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteCommentContentCommand extends $Command<DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteFileCommandOutput extends DeleteFileOutput, __MetadataBea
22
22
  *
23
23
  * @see {@link DeleteFileCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteFileCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteFileCommand extends $Command<DeleteFileCommandInput, DeleteFileCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeletePullRequestApprovalRuleCommandOutput extends DeletePullRe
22
22
  *
23
23
  * @see {@link DeletePullRequestApprovalRuleCommandInput} for command's `input` shape.
24
24
  * @see {@link DeletePullRequestApprovalRuleCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeletePullRequestApprovalRuleCommand extends $Command<DeletePullRequestApprovalRuleCommandInput, DeletePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
25
25
  *
26
26
  * @see {@link DeleteRepositoryCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteRepositoryCommandOutput} for command's `response` shape.
28
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeMergeConflictsCommandOutput extends DescribeMergeConfli
22
22
  *
23
23
  * @see {@link DescribeMergeConflictsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeMergeConflictsCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DescribeMergeConflictsCommand extends $Command<DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribePullRequestEventsCommandOutput extends DescribePullRequ
20
20
  *
21
21
  * @see {@link DescribePullRequestEventsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribePullRequestEventsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribePullRequestEventsCommand extends $Command<DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput ext
23
23
  *
24
24
  * @see {@link DisassociateApprovalRuleTemplateFromRepositoryCommandInput} for command's `input` shape.
25
25
  * @see {@link DisassociateApprovalRuleTemplateFromRepositoryCommandOutput} for command's `response` shape.
26
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Command<DisassociateApprovalRuleTemplateFromRepositoryCommandInput, DisassociateApprovalRuleTemplateFromRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface EvaluatePullRequestApprovalRulesCommandOutput extends EvaluateP
20
20
  *
21
21
  * @see {@link EvaluatePullRequestApprovalRulesCommandInput} for command's `input` shape.
22
22
  * @see {@link EvaluatePullRequestApprovalRulesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class EvaluatePullRequestApprovalRulesCommand extends $Command<EvaluatePullRequestApprovalRulesCommandInput, EvaluatePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetApprovalRuleTemplateCommandOutput extends GetApprovalRuleTem
20
20
  *
21
21
  * @see {@link GetApprovalRuleTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link GetApprovalRuleTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetApprovalRuleTemplateCommand extends $Command<GetApprovalRuleTemplateCommandInput, GetApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBlobCommandOutput extends GetBlobOutput, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetBlobCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBlobCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetBlobCommand extends $Command<GetBlobCommandInput, GetBlobCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetBranchCommandOutput extends GetBranchOutput, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetBranchCommandInput} for command's `input` shape.
22
22
  * @see {@link GetBranchCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetBranchCommand extends $Command<GetBranchCommandInput, GetBranchCommandOutput, CodeCommitClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetCommentCommandOutput extends GetCommentOutput, __MetadataBea
24
24
  *
25
25
  * @see {@link GetCommentCommandInput} for command's `input` shape.
26
26
  * @see {@link GetCommentCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetCommentCommand extends $Command<GetCommentCommandInput, GetCommentCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetCommentReactionsCommandOutput extends GetCommentReactionsOut
20
20
  *
21
21
  * @see {@link GetCommentReactionsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetCommentReactionsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetCommentReactionsCommand extends $Command<GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetCommentsForComparedCommitCommandOutput extends GetCommentsFo
24
24
  *
25
25
  * @see {@link GetCommentsForComparedCommitCommandInput} for command's `input` shape.
26
26
  * @see {@link GetCommentsForComparedCommitCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetCommentsForComparedCommitCommand extends $Command<GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetCommentsForPullRequestCommandOutput extends GetCommentsForPu
24
24
  *
25
25
  * @see {@link GetCommentsForPullRequestCommandInput} for command's `input` shape.
26
26
  * @see {@link GetCommentsForPullRequestCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetCommentsForPullRequestCommand extends $Command<GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetCommitCommandOutput extends GetCommitOutput, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetCommitCommandInput} for command's `input` shape.
22
22
  * @see {@link GetCommitCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetCommitCommand extends $Command<GetCommitCommandInput, GetCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetDifferencesCommandOutput extends GetDifferencesOutput, __Met
22
22
  *
23
23
  * @see {@link GetDifferencesCommandInput} for command's `input` shape.
24
24
  * @see {@link GetDifferencesCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetDifferencesCommand extends $Command<GetDifferencesCommandInput, GetDifferencesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetFileCommandInput} for command's `input` shape.
22
22
  * @see {@link GetFileCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetFileCommand extends $Command<GetFileCommandInput, GetFileCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetFolderCommandOutput extends GetFolderOutput, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetFolderCommandInput} for command's `input` shape.
22
22
  * @see {@link GetFolderCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetFolderCommand extends $Command<GetFolderCommandInput, GetFolderCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, __Met
20
20
  *
21
21
  * @see {@link GetMergeCommitCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMergeCommitCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMergeCommitCommand extends $Command<GetMergeCommitCommandInput, GetMergeCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMergeConflictsCommandOutput extends GetMergeConflictsOutput,
20
20
  *
21
21
  * @see {@link GetMergeConflictsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMergeConflictsCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetMergeConflictsCommand extends $Command<GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetMergeOptionsCommandOutput extends GetMergeOptionsOutput, __M
22
22
  *
23
23
  * @see {@link GetMergeOptionsCommandInput} for command's `input` shape.
24
24
  * @see {@link GetMergeOptionsCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetMergeOptionsCommand extends $Command<GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetPullRequestApprovalStatesCommandOutput extends GetPullReques
21
21
  *
22
22
  * @see {@link GetPullRequestApprovalStatesCommandInput} for command's `input` shape.
23
23
  * @see {@link GetPullRequestApprovalStatesCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetPullRequestApprovalStatesCommand extends $Command<GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetPullRequestCommandOutput extends GetPullRequestOutput, __Met
20
20
  *
21
21
  * @see {@link GetPullRequestCommandInput} for command's `input` shape.
22
22
  * @see {@link GetPullRequestCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetPullRequestCommand extends $Command<GetPullRequestCommandInput, GetPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetPullRequestOverrideStateCommandOutput extends GetPullRequest
21
21
  *
22
22
  * @see {@link GetPullRequestOverrideStateCommandInput} for command's `input` shape.
23
23
  * @see {@link GetPullRequestOverrideStateCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetPullRequestOverrideStateCommand extends $Command<GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
28
28
  *
29
29
  * @see {@link GetRepositoryCommandInput} for command's `input` shape.
30
30
  * @see {@link GetRepositoryCommandOutput} for command's `response` shape.
31
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetRepositoryCommand extends $Command<GetRepositoryCommandInput, GetRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRepositoryTriggersCommandOutput extends GetRepositoryTrigger
20
20
  *
21
21
  * @see {@link GetRepositoryTriggersCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRepositoryTriggersCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRepositoryTriggersCommand extends $Command<GetRepositoryTriggersCommandInput, GetRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListApprovalRuleTemplatesCommandOutput extends ListApprovalRule
21
21
  *
22
22
  * @see {@link ListApprovalRuleTemplatesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListApprovalRuleTemplatesCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListApprovalRuleTemplatesCommand extends $Command<ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput e
20
20
  *
21
21
  * @see {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput} for command's `input` shape.
22
22
  * @see {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Command<ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListBranchesCommandOutput extends ListBranchesOutput, __Metadat
20
20
  *
21
21
  * @see {@link ListBranchesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListBranchesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListBranchesCommand extends $Command<ListBranchesCommandInput, ListBranchesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListPullRequestsCommandOutput extends ListPullRequestsOutput, _
21
21
  *
22
22
  * @see {@link ListPullRequestsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListPullRequestsCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListPullRequestsCommand extends $Command<ListPullRequestsCommandInput, ListPullRequestsCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, _
20
20
  *
21
21
  * @see {@link ListRepositoriesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListRepositoriesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListRepositoriesCommand extends $Command<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListRepositoriesForApprovalRuleTemplateCommandOutput extends Li
20
20
  *
21
21
  * @see {@link ListRepositoriesForApprovalRuleTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link ListRepositoriesForApprovalRuleTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListRepositoriesForApprovalRuleTemplateCommand extends $Command<ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
22
22
  *
23
23
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface MergeBranchesByFastForwardCommandOutput extends MergeBranchesBy
20
20
  *
21
21
  * @see {@link MergeBranchesByFastForwardCommandInput} for command's `input` shape.
22
22
  * @see {@link MergeBranchesByFastForwardCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class MergeBranchesByFastForwardCommand extends $Command<MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface MergeBranchesBySquashCommandOutput extends MergeBranchesBySquas
20
20
  *
21
21
  * @see {@link MergeBranchesBySquashCommandInput} for command's `input` shape.
22
22
  * @see {@link MergeBranchesBySquashCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class MergeBranchesBySquashCommand extends $Command<MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface MergeBranchesByThreeWayCommandOutput extends MergeBranchesByThr
20
20
  *
21
21
  * @see {@link MergeBranchesByThreeWayCommandInput} for command's `input` shape.
22
22
  * @see {@link MergeBranchesByThreeWayCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class MergeBranchesByThreeWayCommand extends $Command<MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface MergePullRequestByFastForwardCommandOutput extends MergePullReq
21
21
  *
22
22
  * @see {@link MergePullRequestByFastForwardCommandInput} for command's `input` shape.
23
23
  * @see {@link MergePullRequestByFastForwardCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class MergePullRequestByFastForwardCommand extends $Command<MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface MergePullRequestBySquashCommandOutput extends MergePullRequestB
21
21
  *
22
22
  * @see {@link MergePullRequestBySquashCommandInput} for command's `input` shape.
23
23
  * @see {@link MergePullRequestBySquashCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class MergePullRequestBySquashCommand extends $Command<MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface MergePullRequestByThreeWayCommandOutput extends MergePullReques
21
21
  *
22
22
  * @see {@link MergePullRequestByThreeWayCommandInput} for command's `input` shape.
23
23
  * @see {@link MergePullRequestByThreeWayCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class MergePullRequestByThreeWayCommand extends $Command<MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface OverridePullRequestApprovalRulesCommandOutput extends __Metadat
20
20
  *
21
21
  * @see {@link OverridePullRequestApprovalRulesCommandInput} for command's `input` shape.
22
22
  * @see {@link OverridePullRequestApprovalRulesCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class OverridePullRequestApprovalRulesCommand extends $Command<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PostCommentForComparedCommitCommandOutput extends PostCommentFo
20
20
  *
21
21
  * @see {@link PostCommentForComparedCommitCommandInput} for command's `input` shape.
22
22
  * @see {@link PostCommentForComparedCommitCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PostCommentForComparedCommitCommand extends $Command<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PostCommentForPullRequestCommandOutput extends PostCommentForPu
20
20
  *
21
21
  * @see {@link PostCommentForPullRequestCommandInput} for command's `input` shape.
22
22
  * @see {@link PostCommentForPullRequestCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PostCommentForPullRequestCommand extends $Command<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PostCommentReplyCommandOutput extends PostCommentReplyOutput, _
20
20
  *
21
21
  * @see {@link PostCommentReplyCommandInput} for command's `input` shape.
22
22
  * @see {@link PostCommentReplyCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PostCommentReplyCommand extends $Command<PostCommentReplyCommandInput, PostCommentReplyCommandOutput, CodeCommitClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutCommentReactionCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link PutCommentReactionCommandInput} for command's `input` shape.
23
23
  * @see {@link PutCommentReactionCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class PutCommentReactionCommand extends $Command<PutCommentReactionCommandInput, PutCommentReactionCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {
20
20
  *
21
21
  * @see {@link PutFileCommandInput} for command's `input` shape.
22
22
  * @see {@link PutFileCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutFileCommand extends $Command<PutFileCommandInput, PutFileCommandOutput, CodeCommitClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutRepositoryTriggersCommandOutput extends PutRepositoryTrigger
20
20
  *
21
21
  * @see {@link PutRepositoryTriggersCommandInput} for command's `input` shape.
22
22
  * @see {@link PutRepositoryTriggersCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PutRepositoryTriggersCommand extends $Command<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link TagResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
25
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link CodeCommitClientResolvedConfig | config} for CodeCommitClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeCommitClientResolvedConfig> {