@aws-sdk/client-codecommit 3.168.0 → 3.170.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 (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeCommit.d.ts +1444 -390
  3. package/dist-types/ts3.4/CodeCommitClient.d.ts +591 -150
  4. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +43 -17
  6. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +43 -17
  8. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +43 -17
  48. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +33 -17
  64. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  69. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +33 -17
  74. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +37 -17
  76. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +37 -17
  80. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +36 -17
  81. package/dist-types/ts3.4/commands/index.d.ts +77 -77
  82. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  83. package/dist-types/ts3.4/index.d.ts +6 -6
  84. package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +8 -6
  85. package/dist-types/ts3.4/models/index.d.ts +2 -2
  86. package/dist-types/ts3.4/models/models_0.d.ts +3291 -2695
  87. package/dist-types/ts3.4/models/models_1.d.ts +1102 -877
  88. package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  96. package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +11 -4
  97. package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/index.d.ts +14 -14
  103. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  108. package/package.json +34 -34
@@ -1,233 +1,929 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateApprovalRuleTemplateWithRepositoryCommandInput, AssociateApprovalRuleTemplateWithRepositoryCommandOutput } from "../commands/AssociateApprovalRuleTemplateWithRepositoryCommand";
4
- import { BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput } from "../commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
5
- import { BatchDescribeMergeConflictsCommandInput, BatchDescribeMergeConflictsCommandOutput } from "../commands/BatchDescribeMergeConflictsCommand";
6
- import { BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput, BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput } from "../commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
7
- import { BatchGetCommitsCommandInput, BatchGetCommitsCommandOutput } from "../commands/BatchGetCommitsCommand";
8
- import { BatchGetRepositoriesCommandInput, BatchGetRepositoriesCommandOutput } from "../commands/BatchGetRepositoriesCommand";
9
- import { CreateApprovalRuleTemplateCommandInput, CreateApprovalRuleTemplateCommandOutput } from "../commands/CreateApprovalRuleTemplateCommand";
10
- import { CreateBranchCommandInput, CreateBranchCommandOutput } from "../commands/CreateBranchCommand";
11
- import { CreateCommitCommandInput, CreateCommitCommandOutput } from "../commands/CreateCommitCommand";
12
- import { CreatePullRequestApprovalRuleCommandInput, CreatePullRequestApprovalRuleCommandOutput } from "../commands/CreatePullRequestApprovalRuleCommand";
13
- import { CreatePullRequestCommandInput, CreatePullRequestCommandOutput } from "../commands/CreatePullRequestCommand";
14
- import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "../commands/CreateRepositoryCommand";
15
- import { CreateUnreferencedMergeCommitCommandInput, CreateUnreferencedMergeCommitCommandOutput } from "../commands/CreateUnreferencedMergeCommitCommand";
16
- import { DeleteApprovalRuleTemplateCommandInput, DeleteApprovalRuleTemplateCommandOutput } from "../commands/DeleteApprovalRuleTemplateCommand";
17
- import { DeleteBranchCommandInput, DeleteBranchCommandOutput } from "../commands/DeleteBranchCommand";
18
- import { DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput } from "../commands/DeleteCommentContentCommand";
19
- import { DeleteFileCommandInput, DeleteFileCommandOutput } from "../commands/DeleteFileCommand";
20
- import { DeletePullRequestApprovalRuleCommandInput, DeletePullRequestApprovalRuleCommandOutput } from "../commands/DeletePullRequestApprovalRuleCommand";
21
- import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "../commands/DeleteRepositoryCommand";
22
- import { DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput } from "../commands/DescribeMergeConflictsCommand";
23
- import { DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput } from "../commands/DescribePullRequestEventsCommand";
24
- import { DisassociateApprovalRuleTemplateFromRepositoryCommandInput, DisassociateApprovalRuleTemplateFromRepositoryCommandOutput } from "../commands/DisassociateApprovalRuleTemplateFromRepositoryCommand";
25
- import { EvaluatePullRequestApprovalRulesCommandInput, EvaluatePullRequestApprovalRulesCommandOutput } from "../commands/EvaluatePullRequestApprovalRulesCommand";
26
- import { GetApprovalRuleTemplateCommandInput, GetApprovalRuleTemplateCommandOutput } from "../commands/GetApprovalRuleTemplateCommand";
27
- import { GetBlobCommandInput, GetBlobCommandOutput } from "../commands/GetBlobCommand";
28
- import { GetBranchCommandInput, GetBranchCommandOutput } from "../commands/GetBranchCommand";
29
- import { GetCommentCommandInput, GetCommentCommandOutput } from "../commands/GetCommentCommand";
30
- import { GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput } from "../commands/GetCommentReactionsCommand";
31
- import { GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput } from "../commands/GetCommentsForComparedCommitCommand";
32
- import { GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput } from "../commands/GetCommentsForPullRequestCommand";
33
- import { GetCommitCommandInput, GetCommitCommandOutput } from "../commands/GetCommitCommand";
34
- import { GetDifferencesCommandInput, GetDifferencesCommandOutput } from "../commands/GetDifferencesCommand";
35
- import { GetFileCommandInput, GetFileCommandOutput } from "../commands/GetFileCommand";
36
- import { GetFolderCommandInput, GetFolderCommandOutput } from "../commands/GetFolderCommand";
37
- import { GetMergeCommitCommandInput, GetMergeCommitCommandOutput } from "../commands/GetMergeCommitCommand";
38
- import { GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput } from "../commands/GetMergeConflictsCommand";
39
- import { GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput } from "../commands/GetMergeOptionsCommand";
40
- import { GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput } from "../commands/GetPullRequestApprovalStatesCommand";
41
- import { GetPullRequestCommandInput, GetPullRequestCommandOutput } from "../commands/GetPullRequestCommand";
42
- import { GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput } from "../commands/GetPullRequestOverrideStateCommand";
43
- import { GetRepositoryCommandInput, GetRepositoryCommandOutput } from "../commands/GetRepositoryCommand";
44
- import { GetRepositoryTriggersCommandInput, GetRepositoryTriggersCommandOutput } from "../commands/GetRepositoryTriggersCommand";
45
- import { ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput } from "../commands/ListApprovalRuleTemplatesCommand";
46
- import { ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput } from "../commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
47
- import { ListBranchesCommandInput, ListBranchesCommandOutput } from "../commands/ListBranchesCommand";
48
- import { ListPullRequestsCommandInput, ListPullRequestsCommandOutput } from "../commands/ListPullRequestsCommand";
49
- import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "../commands/ListRepositoriesCommand";
50
- import { ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput } from "../commands/ListRepositoriesForApprovalRuleTemplateCommand";
51
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
52
- import { MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput } from "../commands/MergeBranchesByFastForwardCommand";
53
- import { MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput } from "../commands/MergeBranchesBySquashCommand";
54
- import { MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput } from "../commands/MergeBranchesByThreeWayCommand";
55
- import { MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput } from "../commands/MergePullRequestByFastForwardCommand";
56
- import { MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput } from "../commands/MergePullRequestBySquashCommand";
57
- import { MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput } from "../commands/MergePullRequestByThreeWayCommand";
58
- import { OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput } from "../commands/OverridePullRequestApprovalRulesCommand";
59
- import { PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput } from "../commands/PostCommentForComparedCommitCommand";
60
- import { PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput } from "../commands/PostCommentForPullRequestCommand";
61
- import { PostCommentReplyCommandInput, PostCommentReplyCommandOutput } from "../commands/PostCommentReplyCommand";
62
- import { PutCommentReactionCommandInput, PutCommentReactionCommandOutput } from "../commands/PutCommentReactionCommand";
63
- import { PutFileCommandInput, PutFileCommandOutput } from "../commands/PutFileCommand";
64
- import { PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput } from "../commands/PutRepositoryTriggersCommand";
65
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
66
- import { TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput } from "../commands/TestRepositoryTriggersCommand";
67
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
68
- import { UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput } from "../commands/UpdateApprovalRuleTemplateContentCommand";
69
- import { UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput } from "../commands/UpdateApprovalRuleTemplateDescriptionCommand";
70
- import { UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput } from "../commands/UpdateApprovalRuleTemplateNameCommand";
71
- import { UpdateCommentCommandInput, UpdateCommentCommandOutput } from "../commands/UpdateCommentCommand";
72
- import { UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput } from "../commands/UpdateDefaultBranchCommand";
73
- import { UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput } from "../commands/UpdatePullRequestApprovalRuleContentCommand";
74
- import { UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput } from "../commands/UpdatePullRequestApprovalStateCommand";
75
- import { UpdatePullRequestDescriptionCommandInput, UpdatePullRequestDescriptionCommandOutput } from "../commands/UpdatePullRequestDescriptionCommand";
76
- import { UpdatePullRequestStatusCommandInput, UpdatePullRequestStatusCommandOutput } from "../commands/UpdatePullRequestStatusCommand";
77
- import { UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput } from "../commands/UpdatePullRequestTitleCommand";
78
- import { UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput } from "../commands/UpdateRepositoryDescriptionCommand";
79
- import { UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput } from "../commands/UpdateRepositoryNameCommand";
80
- export declare const serializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand: (input: AssociateApprovalRuleTemplateWithRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: (input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1BatchDescribeMergeConflictsCommand: (input: BatchDescribeMergeConflictsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: (input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1BatchGetCommitsCommand: (input: BatchGetCommitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1BatchGetRepositoriesCommand: (input: BatchGetRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1CreateApprovalRuleTemplateCommand: (input: CreateApprovalRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1CreateBranchCommand: (input: CreateBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1CreateCommitCommand: (input: CreateCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1CreatePullRequestCommand: (input: CreatePullRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1CreatePullRequestApprovalRuleCommand: (input: CreatePullRequestApprovalRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1CreateUnreferencedMergeCommitCommand: (input: CreateUnreferencedMergeCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1DeleteApprovalRuleTemplateCommand: (input: DeleteApprovalRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1DeleteBranchCommand: (input: DeleteBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1DeleteCommentContentCommand: (input: DeleteCommentContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1DeleteFileCommand: (input: DeleteFileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1DeletePullRequestApprovalRuleCommand: (input: DeletePullRequestApprovalRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1DescribeMergeConflictsCommand: (input: DescribeMergeConflictsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1DescribePullRequestEventsCommand: (input: DescribePullRequestEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand: (input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1EvaluatePullRequestApprovalRulesCommand: (input: EvaluatePullRequestApprovalRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1GetApprovalRuleTemplateCommand: (input: GetApprovalRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1GetBlobCommand: (input: GetBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1GetBranchCommand: (input: GetBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1GetCommentCommand: (input: GetCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1GetCommentReactionsCommand: (input: GetCommentReactionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1GetCommentsForComparedCommitCommand: (input: GetCommentsForComparedCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1GetCommentsForPullRequestCommand: (input: GetCommentsForPullRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1GetCommitCommand: (input: GetCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1GetDifferencesCommand: (input: GetDifferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1GetFileCommand: (input: GetFileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1GetFolderCommand: (input: GetFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1GetMergeCommitCommand: (input: GetMergeCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1GetMergeConflictsCommand: (input: GetMergeConflictsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1GetMergeOptionsCommand: (input: GetMergeOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1GetPullRequestCommand: (input: GetPullRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1GetPullRequestApprovalStatesCommand: (input: GetPullRequestApprovalStatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1GetPullRequestOverrideStateCommand: (input: GetPullRequestOverrideStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1GetRepositoryCommand: (input: GetRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1GetRepositoryTriggersCommand: (input: GetRepositoryTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1ListApprovalRuleTemplatesCommand: (input: ListApprovalRuleTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand: (input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1ListBranchesCommand: (input: ListBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1ListPullRequestsCommand: (input: ListPullRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1ListRepositoriesCommand: (input: ListRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand: (input: ListRepositoriesForApprovalRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_json1_1MergeBranchesByFastForwardCommand: (input: MergeBranchesByFastForwardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1MergeBranchesBySquashCommand: (input: MergeBranchesBySquashCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_json1_1MergeBranchesByThreeWayCommand: (input: MergeBranchesByThreeWayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_json1_1MergePullRequestByFastForwardCommand: (input: MergePullRequestByFastForwardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_json1_1MergePullRequestBySquashCommand: (input: MergePullRequestBySquashCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1MergePullRequestByThreeWayCommand: (input: MergePullRequestByThreeWayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_json1_1OverridePullRequestApprovalRulesCommand: (input: OverridePullRequestApprovalRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_json1_1PostCommentForComparedCommitCommand: (input: PostCommentForComparedCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_json1_1PostCommentForPullRequestCommand: (input: PostCommentForPullRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1PostCommentReplyCommand: (input: PostCommentReplyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_json1_1PutCommentReactionCommand: (input: PutCommentReactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_json1_1PutFileCommand: (input: PutFileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_json1_1PutRepositoryTriggersCommand: (input: PutRepositoryTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_json1_1TestRepositoryTriggersCommand: (input: TestRepositoryTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_json1_1UpdateApprovalRuleTemplateContentCommand: (input: UpdateApprovalRuleTemplateContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand: (input: UpdateApprovalRuleTemplateDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_json1_1UpdateApprovalRuleTemplateNameCommand: (input: UpdateApprovalRuleTemplateNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_json1_1UpdateCommentCommand: (input: UpdateCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_json1_1UpdateDefaultBranchCommand: (input: UpdateDefaultBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand: (input: UpdatePullRequestApprovalRuleContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_json1_1UpdatePullRequestApprovalStateCommand: (input: UpdatePullRequestApprovalStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_json1_1UpdatePullRequestDescriptionCommand: (input: UpdatePullRequestDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_json1_1UpdatePullRequestStatusCommand: (input: UpdatePullRequestStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1UpdatePullRequestTitleCommand: (input: UpdatePullRequestTitleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_json1_1UpdateRepositoryDescriptionCommand: (input: UpdateRepositoryDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_json1_1UpdateRepositoryNameCommand: (input: UpdateRepositoryNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const deserializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApprovalRuleTemplateWithRepositoryCommandOutput>;
158
- export declare const deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput>;
159
- export declare const deserializeAws_json1_1BatchDescribeMergeConflictsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDescribeMergeConflictsCommandOutput>;
160
- export declare const deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput>;
161
- export declare const deserializeAws_json1_1BatchGetCommitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCommitsCommandOutput>;
162
- export declare const deserializeAws_json1_1BatchGetRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetRepositoriesCommandOutput>;
163
- export declare const deserializeAws_json1_1CreateApprovalRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApprovalRuleTemplateCommandOutput>;
164
- export declare const deserializeAws_json1_1CreateBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBranchCommandOutput>;
165
- export declare const deserializeAws_json1_1CreateCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCommitCommandOutput>;
166
- export declare const deserializeAws_json1_1CreatePullRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePullRequestCommandOutput>;
167
- export declare const deserializeAws_json1_1CreatePullRequestApprovalRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePullRequestApprovalRuleCommandOutput>;
168
- export declare const deserializeAws_json1_1CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
169
- export declare const deserializeAws_json1_1CreateUnreferencedMergeCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUnreferencedMergeCommitCommandOutput>;
170
- export declare const deserializeAws_json1_1DeleteApprovalRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApprovalRuleTemplateCommandOutput>;
171
- export declare const deserializeAws_json1_1DeleteBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBranchCommandOutput>;
172
- export declare const deserializeAws_json1_1DeleteCommentContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCommentContentCommandOutput>;
173
- export declare const deserializeAws_json1_1DeleteFileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileCommandOutput>;
174
- export declare const deserializeAws_json1_1DeletePullRequestApprovalRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePullRequestApprovalRuleCommandOutput>;
175
- export declare const deserializeAws_json1_1DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
176
- export declare const deserializeAws_json1_1DescribeMergeConflictsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMergeConflictsCommandOutput>;
177
- export declare const deserializeAws_json1_1DescribePullRequestEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePullRequestEventsCommandOutput>;
178
- export declare const deserializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApprovalRuleTemplateFromRepositoryCommandOutput>;
179
- export declare const deserializeAws_json1_1EvaluatePullRequestApprovalRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluatePullRequestApprovalRulesCommandOutput>;
180
- export declare const deserializeAws_json1_1GetApprovalRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApprovalRuleTemplateCommandOutput>;
181
- export declare const deserializeAws_json1_1GetBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBlobCommandOutput>;
182
- export declare const deserializeAws_json1_1GetBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBranchCommandOutput>;
183
- export declare const deserializeAws_json1_1GetCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommentCommandOutput>;
184
- export declare const deserializeAws_json1_1GetCommentReactionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommentReactionsCommandOutput>;
185
- export declare const deserializeAws_json1_1GetCommentsForComparedCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommentsForComparedCommitCommandOutput>;
186
- export declare const deserializeAws_json1_1GetCommentsForPullRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommentsForPullRequestCommandOutput>;
187
- export declare const deserializeAws_json1_1GetCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommitCommandOutput>;
188
- export declare const deserializeAws_json1_1GetDifferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDifferencesCommandOutput>;
189
- export declare const deserializeAws_json1_1GetFileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFileCommandOutput>;
190
- export declare const deserializeAws_json1_1GetFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFolderCommandOutput>;
191
- export declare const deserializeAws_json1_1GetMergeCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMergeCommitCommandOutput>;
192
- export declare const deserializeAws_json1_1GetMergeConflictsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMergeConflictsCommandOutput>;
193
- export declare const deserializeAws_json1_1GetMergeOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMergeOptionsCommandOutput>;
194
- export declare const deserializeAws_json1_1GetPullRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPullRequestCommandOutput>;
195
- export declare const deserializeAws_json1_1GetPullRequestApprovalStatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPullRequestApprovalStatesCommandOutput>;
196
- export declare const deserializeAws_json1_1GetPullRequestOverrideStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPullRequestOverrideStateCommandOutput>;
197
- export declare const deserializeAws_json1_1GetRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryCommandOutput>;
198
- export declare const deserializeAws_json1_1GetRepositoryTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryTriggersCommandOutput>;
199
- export declare const deserializeAws_json1_1ListApprovalRuleTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApprovalRuleTemplatesCommandOutput>;
200
- export declare const deserializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
201
- export declare const deserializeAws_json1_1ListBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBranchesCommandOutput>;
202
- export declare const deserializeAws_json1_1ListPullRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPullRequestsCommandOutput>;
203
- export declare const deserializeAws_json1_1ListRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoriesCommandOutput>;
204
- export declare const deserializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
205
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
206
- export declare const deserializeAws_json1_1MergeBranchesByFastForwardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeBranchesByFastForwardCommandOutput>;
207
- export declare const deserializeAws_json1_1MergeBranchesBySquashCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeBranchesBySquashCommandOutput>;
208
- export declare const deserializeAws_json1_1MergeBranchesByThreeWayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeBranchesByThreeWayCommandOutput>;
209
- export declare const deserializeAws_json1_1MergePullRequestByFastForwardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergePullRequestByFastForwardCommandOutput>;
210
- export declare const deserializeAws_json1_1MergePullRequestBySquashCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergePullRequestBySquashCommandOutput>;
211
- export declare const deserializeAws_json1_1MergePullRequestByThreeWayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergePullRequestByThreeWayCommandOutput>;
212
- export declare const deserializeAws_json1_1OverridePullRequestApprovalRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OverridePullRequestApprovalRulesCommandOutput>;
213
- export declare const deserializeAws_json1_1PostCommentForComparedCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PostCommentForComparedCommitCommandOutput>;
214
- export declare const deserializeAws_json1_1PostCommentForPullRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PostCommentForPullRequestCommandOutput>;
215
- export declare const deserializeAws_json1_1PostCommentReplyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PostCommentReplyCommandOutput>;
216
- export declare const deserializeAws_json1_1PutCommentReactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCommentReactionCommandOutput>;
217
- export declare const deserializeAws_json1_1PutFileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFileCommandOutput>;
218
- export declare const deserializeAws_json1_1PutRepositoryTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRepositoryTriggersCommandOutput>;
219
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
220
- export declare const deserializeAws_json1_1TestRepositoryTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestRepositoryTriggersCommandOutput>;
221
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
222
- export declare const deserializeAws_json1_1UpdateApprovalRuleTemplateContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApprovalRuleTemplateContentCommandOutput>;
223
- export declare const deserializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApprovalRuleTemplateDescriptionCommandOutput>;
224
- export declare const deserializeAws_json1_1UpdateApprovalRuleTemplateNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApprovalRuleTemplateNameCommandOutput>;
225
- export declare const deserializeAws_json1_1UpdateCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCommentCommandOutput>;
226
- export declare const deserializeAws_json1_1UpdateDefaultBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDefaultBranchCommandOutput>;
227
- export declare const deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullRequestApprovalRuleContentCommandOutput>;
228
- export declare const deserializeAws_json1_1UpdatePullRequestApprovalStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullRequestApprovalStateCommandOutput>;
229
- export declare const deserializeAws_json1_1UpdatePullRequestDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullRequestDescriptionCommandOutput>;
230
- export declare const deserializeAws_json1_1UpdatePullRequestStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullRequestStatusCommandOutput>;
231
- export declare const deserializeAws_json1_1UpdatePullRequestTitleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullRequestTitleCommandOutput>;
232
- export declare const deserializeAws_json1_1UpdateRepositoryDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRepositoryDescriptionCommandOutput>;
233
- export declare const deserializeAws_json1_1UpdateRepositoryNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRepositoryNameCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateApprovalRuleTemplateWithRepositoryCommandInput,
8
+ AssociateApprovalRuleTemplateWithRepositoryCommandOutput,
9
+ } from "../commands/AssociateApprovalRuleTemplateWithRepositoryCommand";
10
+ import {
11
+ BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
12
+ BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput,
13
+ } from "../commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
14
+ import {
15
+ BatchDescribeMergeConflictsCommandInput,
16
+ BatchDescribeMergeConflictsCommandOutput,
17
+ } from "../commands/BatchDescribeMergeConflictsCommand";
18
+ import {
19
+ BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
20
+ BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput,
21
+ } from "../commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
22
+ import {
23
+ BatchGetCommitsCommandInput,
24
+ BatchGetCommitsCommandOutput,
25
+ } from "../commands/BatchGetCommitsCommand";
26
+ import {
27
+ BatchGetRepositoriesCommandInput,
28
+ BatchGetRepositoriesCommandOutput,
29
+ } from "../commands/BatchGetRepositoriesCommand";
30
+ import {
31
+ CreateApprovalRuleTemplateCommandInput,
32
+ CreateApprovalRuleTemplateCommandOutput,
33
+ } from "../commands/CreateApprovalRuleTemplateCommand";
34
+ import {
35
+ CreateBranchCommandInput,
36
+ CreateBranchCommandOutput,
37
+ } from "../commands/CreateBranchCommand";
38
+ import {
39
+ CreateCommitCommandInput,
40
+ CreateCommitCommandOutput,
41
+ } from "../commands/CreateCommitCommand";
42
+ import {
43
+ CreatePullRequestApprovalRuleCommandInput,
44
+ CreatePullRequestApprovalRuleCommandOutput,
45
+ } from "../commands/CreatePullRequestApprovalRuleCommand";
46
+ import {
47
+ CreatePullRequestCommandInput,
48
+ CreatePullRequestCommandOutput,
49
+ } from "../commands/CreatePullRequestCommand";
50
+ import {
51
+ CreateRepositoryCommandInput,
52
+ CreateRepositoryCommandOutput,
53
+ } from "../commands/CreateRepositoryCommand";
54
+ import {
55
+ CreateUnreferencedMergeCommitCommandInput,
56
+ CreateUnreferencedMergeCommitCommandOutput,
57
+ } from "../commands/CreateUnreferencedMergeCommitCommand";
58
+ import {
59
+ DeleteApprovalRuleTemplateCommandInput,
60
+ DeleteApprovalRuleTemplateCommandOutput,
61
+ } from "../commands/DeleteApprovalRuleTemplateCommand";
62
+ import {
63
+ DeleteBranchCommandInput,
64
+ DeleteBranchCommandOutput,
65
+ } from "../commands/DeleteBranchCommand";
66
+ import {
67
+ DeleteCommentContentCommandInput,
68
+ DeleteCommentContentCommandOutput,
69
+ } from "../commands/DeleteCommentContentCommand";
70
+ import {
71
+ DeleteFileCommandInput,
72
+ DeleteFileCommandOutput,
73
+ } from "../commands/DeleteFileCommand";
74
+ import {
75
+ DeletePullRequestApprovalRuleCommandInput,
76
+ DeletePullRequestApprovalRuleCommandOutput,
77
+ } from "../commands/DeletePullRequestApprovalRuleCommand";
78
+ import {
79
+ DeleteRepositoryCommandInput,
80
+ DeleteRepositoryCommandOutput,
81
+ } from "../commands/DeleteRepositoryCommand";
82
+ import {
83
+ DescribeMergeConflictsCommandInput,
84
+ DescribeMergeConflictsCommandOutput,
85
+ } from "../commands/DescribeMergeConflictsCommand";
86
+ import {
87
+ DescribePullRequestEventsCommandInput,
88
+ DescribePullRequestEventsCommandOutput,
89
+ } from "../commands/DescribePullRequestEventsCommand";
90
+ import {
91
+ DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
92
+ DisassociateApprovalRuleTemplateFromRepositoryCommandOutput,
93
+ } from "../commands/DisassociateApprovalRuleTemplateFromRepositoryCommand";
94
+ import {
95
+ EvaluatePullRequestApprovalRulesCommandInput,
96
+ EvaluatePullRequestApprovalRulesCommandOutput,
97
+ } from "../commands/EvaluatePullRequestApprovalRulesCommand";
98
+ import {
99
+ GetApprovalRuleTemplateCommandInput,
100
+ GetApprovalRuleTemplateCommandOutput,
101
+ } from "../commands/GetApprovalRuleTemplateCommand";
102
+ import {
103
+ GetBlobCommandInput,
104
+ GetBlobCommandOutput,
105
+ } from "../commands/GetBlobCommand";
106
+ import {
107
+ GetBranchCommandInput,
108
+ GetBranchCommandOutput,
109
+ } from "../commands/GetBranchCommand";
110
+ import {
111
+ GetCommentCommandInput,
112
+ GetCommentCommandOutput,
113
+ } from "../commands/GetCommentCommand";
114
+ import {
115
+ GetCommentReactionsCommandInput,
116
+ GetCommentReactionsCommandOutput,
117
+ } from "../commands/GetCommentReactionsCommand";
118
+ import {
119
+ GetCommentsForComparedCommitCommandInput,
120
+ GetCommentsForComparedCommitCommandOutput,
121
+ } from "../commands/GetCommentsForComparedCommitCommand";
122
+ import {
123
+ GetCommentsForPullRequestCommandInput,
124
+ GetCommentsForPullRequestCommandOutput,
125
+ } from "../commands/GetCommentsForPullRequestCommand";
126
+ import {
127
+ GetCommitCommandInput,
128
+ GetCommitCommandOutput,
129
+ } from "../commands/GetCommitCommand";
130
+ import {
131
+ GetDifferencesCommandInput,
132
+ GetDifferencesCommandOutput,
133
+ } from "../commands/GetDifferencesCommand";
134
+ import {
135
+ GetFileCommandInput,
136
+ GetFileCommandOutput,
137
+ } from "../commands/GetFileCommand";
138
+ import {
139
+ GetFolderCommandInput,
140
+ GetFolderCommandOutput,
141
+ } from "../commands/GetFolderCommand";
142
+ import {
143
+ GetMergeCommitCommandInput,
144
+ GetMergeCommitCommandOutput,
145
+ } from "../commands/GetMergeCommitCommand";
146
+ import {
147
+ GetMergeConflictsCommandInput,
148
+ GetMergeConflictsCommandOutput,
149
+ } from "../commands/GetMergeConflictsCommand";
150
+ import {
151
+ GetMergeOptionsCommandInput,
152
+ GetMergeOptionsCommandOutput,
153
+ } from "../commands/GetMergeOptionsCommand";
154
+ import {
155
+ GetPullRequestApprovalStatesCommandInput,
156
+ GetPullRequestApprovalStatesCommandOutput,
157
+ } from "../commands/GetPullRequestApprovalStatesCommand";
158
+ import {
159
+ GetPullRequestCommandInput,
160
+ GetPullRequestCommandOutput,
161
+ } from "../commands/GetPullRequestCommand";
162
+ import {
163
+ GetPullRequestOverrideStateCommandInput,
164
+ GetPullRequestOverrideStateCommandOutput,
165
+ } from "../commands/GetPullRequestOverrideStateCommand";
166
+ import {
167
+ GetRepositoryCommandInput,
168
+ GetRepositoryCommandOutput,
169
+ } from "../commands/GetRepositoryCommand";
170
+ import {
171
+ GetRepositoryTriggersCommandInput,
172
+ GetRepositoryTriggersCommandOutput,
173
+ } from "../commands/GetRepositoryTriggersCommand";
174
+ import {
175
+ ListApprovalRuleTemplatesCommandInput,
176
+ ListApprovalRuleTemplatesCommandOutput,
177
+ } from "../commands/ListApprovalRuleTemplatesCommand";
178
+ import {
179
+ ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
180
+ ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
181
+ } from "../commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
182
+ import {
183
+ ListBranchesCommandInput,
184
+ ListBranchesCommandOutput,
185
+ } from "../commands/ListBranchesCommand";
186
+ import {
187
+ ListPullRequestsCommandInput,
188
+ ListPullRequestsCommandOutput,
189
+ } from "../commands/ListPullRequestsCommand";
190
+ import {
191
+ ListRepositoriesCommandInput,
192
+ ListRepositoriesCommandOutput,
193
+ } from "../commands/ListRepositoriesCommand";
194
+ import {
195
+ ListRepositoriesForApprovalRuleTemplateCommandInput,
196
+ ListRepositoriesForApprovalRuleTemplateCommandOutput,
197
+ } from "../commands/ListRepositoriesForApprovalRuleTemplateCommand";
198
+ import {
199
+ ListTagsForResourceCommandInput,
200
+ ListTagsForResourceCommandOutput,
201
+ } from "../commands/ListTagsForResourceCommand";
202
+ import {
203
+ MergeBranchesByFastForwardCommandInput,
204
+ MergeBranchesByFastForwardCommandOutput,
205
+ } from "../commands/MergeBranchesByFastForwardCommand";
206
+ import {
207
+ MergeBranchesBySquashCommandInput,
208
+ MergeBranchesBySquashCommandOutput,
209
+ } from "../commands/MergeBranchesBySquashCommand";
210
+ import {
211
+ MergeBranchesByThreeWayCommandInput,
212
+ MergeBranchesByThreeWayCommandOutput,
213
+ } from "../commands/MergeBranchesByThreeWayCommand";
214
+ import {
215
+ MergePullRequestByFastForwardCommandInput,
216
+ MergePullRequestByFastForwardCommandOutput,
217
+ } from "../commands/MergePullRequestByFastForwardCommand";
218
+ import {
219
+ MergePullRequestBySquashCommandInput,
220
+ MergePullRequestBySquashCommandOutput,
221
+ } from "../commands/MergePullRequestBySquashCommand";
222
+ import {
223
+ MergePullRequestByThreeWayCommandInput,
224
+ MergePullRequestByThreeWayCommandOutput,
225
+ } from "../commands/MergePullRequestByThreeWayCommand";
226
+ import {
227
+ OverridePullRequestApprovalRulesCommandInput,
228
+ OverridePullRequestApprovalRulesCommandOutput,
229
+ } from "../commands/OverridePullRequestApprovalRulesCommand";
230
+ import {
231
+ PostCommentForComparedCommitCommandInput,
232
+ PostCommentForComparedCommitCommandOutput,
233
+ } from "../commands/PostCommentForComparedCommitCommand";
234
+ import {
235
+ PostCommentForPullRequestCommandInput,
236
+ PostCommentForPullRequestCommandOutput,
237
+ } from "../commands/PostCommentForPullRequestCommand";
238
+ import {
239
+ PostCommentReplyCommandInput,
240
+ PostCommentReplyCommandOutput,
241
+ } from "../commands/PostCommentReplyCommand";
242
+ import {
243
+ PutCommentReactionCommandInput,
244
+ PutCommentReactionCommandOutput,
245
+ } from "../commands/PutCommentReactionCommand";
246
+ import {
247
+ PutFileCommandInput,
248
+ PutFileCommandOutput,
249
+ } from "../commands/PutFileCommand";
250
+ import {
251
+ PutRepositoryTriggersCommandInput,
252
+ PutRepositoryTriggersCommandOutput,
253
+ } from "../commands/PutRepositoryTriggersCommand";
254
+ import {
255
+ TagResourceCommandInput,
256
+ TagResourceCommandOutput,
257
+ } from "../commands/TagResourceCommand";
258
+ import {
259
+ TestRepositoryTriggersCommandInput,
260
+ TestRepositoryTriggersCommandOutput,
261
+ } from "../commands/TestRepositoryTriggersCommand";
262
+ import {
263
+ UntagResourceCommandInput,
264
+ UntagResourceCommandOutput,
265
+ } from "../commands/UntagResourceCommand";
266
+ import {
267
+ UpdateApprovalRuleTemplateContentCommandInput,
268
+ UpdateApprovalRuleTemplateContentCommandOutput,
269
+ } from "../commands/UpdateApprovalRuleTemplateContentCommand";
270
+ import {
271
+ UpdateApprovalRuleTemplateDescriptionCommandInput,
272
+ UpdateApprovalRuleTemplateDescriptionCommandOutput,
273
+ } from "../commands/UpdateApprovalRuleTemplateDescriptionCommand";
274
+ import {
275
+ UpdateApprovalRuleTemplateNameCommandInput,
276
+ UpdateApprovalRuleTemplateNameCommandOutput,
277
+ } from "../commands/UpdateApprovalRuleTemplateNameCommand";
278
+ import {
279
+ UpdateCommentCommandInput,
280
+ UpdateCommentCommandOutput,
281
+ } from "../commands/UpdateCommentCommand";
282
+ import {
283
+ UpdateDefaultBranchCommandInput,
284
+ UpdateDefaultBranchCommandOutput,
285
+ } from "../commands/UpdateDefaultBranchCommand";
286
+ import {
287
+ UpdatePullRequestApprovalRuleContentCommandInput,
288
+ UpdatePullRequestApprovalRuleContentCommandOutput,
289
+ } from "../commands/UpdatePullRequestApprovalRuleContentCommand";
290
+ import {
291
+ UpdatePullRequestApprovalStateCommandInput,
292
+ UpdatePullRequestApprovalStateCommandOutput,
293
+ } from "../commands/UpdatePullRequestApprovalStateCommand";
294
+ import {
295
+ UpdatePullRequestDescriptionCommandInput,
296
+ UpdatePullRequestDescriptionCommandOutput,
297
+ } from "../commands/UpdatePullRequestDescriptionCommand";
298
+ import {
299
+ UpdatePullRequestStatusCommandInput,
300
+ UpdatePullRequestStatusCommandOutput,
301
+ } from "../commands/UpdatePullRequestStatusCommand";
302
+ import {
303
+ UpdatePullRequestTitleCommandInput,
304
+ UpdatePullRequestTitleCommandOutput,
305
+ } from "../commands/UpdatePullRequestTitleCommand";
306
+ import {
307
+ UpdateRepositoryDescriptionCommandInput,
308
+ UpdateRepositoryDescriptionCommandOutput,
309
+ } from "../commands/UpdateRepositoryDescriptionCommand";
310
+ import {
311
+ UpdateRepositoryNameCommandInput,
312
+ UpdateRepositoryNameCommandOutput,
313
+ } from "../commands/UpdateRepositoryNameCommand";
314
+ export declare const serializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand: (
315
+ input: AssociateApprovalRuleTemplateWithRepositoryCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: (
319
+ input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1BatchDescribeMergeConflictsCommand: (
323
+ input: BatchDescribeMergeConflictsCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: (
327
+ input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1BatchGetCommitsCommand: (
331
+ input: BatchGetCommitsCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1BatchGetRepositoriesCommand: (
335
+ input: BatchGetRepositoriesCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1CreateApprovalRuleTemplateCommand: (
339
+ input: CreateApprovalRuleTemplateCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1CreateBranchCommand: (
343
+ input: CreateBranchCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1CreateCommitCommand: (
347
+ input: CreateCommitCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1CreatePullRequestCommand: (
351
+ input: CreatePullRequestCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1CreatePullRequestApprovalRuleCommand: (
355
+ input: CreatePullRequestApprovalRuleCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1CreateRepositoryCommand: (
359
+ input: CreateRepositoryCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1CreateUnreferencedMergeCommitCommand: (
363
+ input: CreateUnreferencedMergeCommitCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1DeleteApprovalRuleTemplateCommand: (
367
+ input: DeleteApprovalRuleTemplateCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1DeleteBranchCommand: (
371
+ input: DeleteBranchCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1DeleteCommentContentCommand: (
375
+ input: DeleteCommentContentCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1DeleteFileCommand: (
379
+ input: DeleteFileCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1DeletePullRequestApprovalRuleCommand: (
383
+ input: DeletePullRequestApprovalRuleCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1DeleteRepositoryCommand: (
387
+ input: DeleteRepositoryCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1DescribeMergeConflictsCommand: (
391
+ input: DescribeMergeConflictsCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1DescribePullRequestEventsCommand: (
395
+ input: DescribePullRequestEventsCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand: (
399
+ input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1EvaluatePullRequestApprovalRulesCommand: (
403
+ input: EvaluatePullRequestApprovalRulesCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1GetApprovalRuleTemplateCommand: (
407
+ input: GetApprovalRuleTemplateCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1GetBlobCommand: (
411
+ input: GetBlobCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1GetBranchCommand: (
415
+ input: GetBranchCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1GetCommentCommand: (
419
+ input: GetCommentCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1GetCommentReactionsCommand: (
423
+ input: GetCommentReactionsCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1GetCommentsForComparedCommitCommand: (
427
+ input: GetCommentsForComparedCommitCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1GetCommentsForPullRequestCommand: (
431
+ input: GetCommentsForPullRequestCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1GetCommitCommand: (
435
+ input: GetCommitCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1GetDifferencesCommand: (
439
+ input: GetDifferencesCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1GetFileCommand: (
443
+ input: GetFileCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1GetFolderCommand: (
447
+ input: GetFolderCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1GetMergeCommitCommand: (
451
+ input: GetMergeCommitCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1GetMergeConflictsCommand: (
455
+ input: GetMergeConflictsCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1GetMergeOptionsCommand: (
459
+ input: GetMergeOptionsCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1GetPullRequestCommand: (
463
+ input: GetPullRequestCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1GetPullRequestApprovalStatesCommand: (
467
+ input: GetPullRequestApprovalStatesCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1GetPullRequestOverrideStateCommand: (
471
+ input: GetPullRequestOverrideStateCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1GetRepositoryCommand: (
475
+ input: GetRepositoryCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1GetRepositoryTriggersCommand: (
479
+ input: GetRepositoryTriggersCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1ListApprovalRuleTemplatesCommand: (
483
+ input: ListApprovalRuleTemplatesCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand: (
487
+ input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_json1_1ListBranchesCommand: (
491
+ input: ListBranchesCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_1ListPullRequestsCommand: (
495
+ input: ListPullRequestsCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_1ListRepositoriesCommand: (
499
+ input: ListRepositoriesCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand: (
503
+ input: ListRepositoriesForApprovalRuleTemplateCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
507
+ input: ListTagsForResourceCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_json1_1MergeBranchesByFastForwardCommand: (
511
+ input: MergeBranchesByFastForwardCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_json1_1MergeBranchesBySquashCommand: (
515
+ input: MergeBranchesBySquashCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_json1_1MergeBranchesByThreeWayCommand: (
519
+ input: MergeBranchesByThreeWayCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_json1_1MergePullRequestByFastForwardCommand: (
523
+ input: MergePullRequestByFastForwardCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_json1_1MergePullRequestBySquashCommand: (
527
+ input: MergePullRequestBySquashCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_json1_1MergePullRequestByThreeWayCommand: (
531
+ input: MergePullRequestByThreeWayCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_json1_1OverridePullRequestApprovalRulesCommand: (
535
+ input: OverridePullRequestApprovalRulesCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_json1_1PostCommentForComparedCommitCommand: (
539
+ input: PostCommentForComparedCommitCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_json1_1PostCommentForPullRequestCommand: (
543
+ input: PostCommentForPullRequestCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_json1_1PostCommentReplyCommand: (
547
+ input: PostCommentReplyCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_json1_1PutCommentReactionCommand: (
551
+ input: PutCommentReactionCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_json1_1PutFileCommand: (
555
+ input: PutFileCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_json1_1PutRepositoryTriggersCommand: (
559
+ input: PutRepositoryTriggersCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_json1_1TagResourceCommand: (
563
+ input: TagResourceCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_json1_1TestRepositoryTriggersCommand: (
567
+ input: TestRepositoryTriggersCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_json1_1UntagResourceCommand: (
571
+ input: UntagResourceCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const serializeAws_json1_1UpdateApprovalRuleTemplateContentCommand: (
575
+ input: UpdateApprovalRuleTemplateContentCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const serializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand: (
579
+ input: UpdateApprovalRuleTemplateDescriptionCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
582
+ export declare const serializeAws_json1_1UpdateApprovalRuleTemplateNameCommand: (
583
+ input: UpdateApprovalRuleTemplateNameCommandInput,
584
+ context: __SerdeContext
585
+ ) => Promise<__HttpRequest>;
586
+ export declare const serializeAws_json1_1UpdateCommentCommand: (
587
+ input: UpdateCommentCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
590
+ export declare const serializeAws_json1_1UpdateDefaultBranchCommand: (
591
+ input: UpdateDefaultBranchCommandInput,
592
+ context: __SerdeContext
593
+ ) => Promise<__HttpRequest>;
594
+ export declare const serializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand: (
595
+ input: UpdatePullRequestApprovalRuleContentCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
598
+ export declare const serializeAws_json1_1UpdatePullRequestApprovalStateCommand: (
599
+ input: UpdatePullRequestApprovalStateCommandInput,
600
+ context: __SerdeContext
601
+ ) => Promise<__HttpRequest>;
602
+ export declare const serializeAws_json1_1UpdatePullRequestDescriptionCommand: (
603
+ input: UpdatePullRequestDescriptionCommandInput,
604
+ context: __SerdeContext
605
+ ) => Promise<__HttpRequest>;
606
+ export declare const serializeAws_json1_1UpdatePullRequestStatusCommand: (
607
+ input: UpdatePullRequestStatusCommandInput,
608
+ context: __SerdeContext
609
+ ) => Promise<__HttpRequest>;
610
+ export declare const serializeAws_json1_1UpdatePullRequestTitleCommand: (
611
+ input: UpdatePullRequestTitleCommandInput,
612
+ context: __SerdeContext
613
+ ) => Promise<__HttpRequest>;
614
+ export declare const serializeAws_json1_1UpdateRepositoryDescriptionCommand: (
615
+ input: UpdateRepositoryDescriptionCommandInput,
616
+ context: __SerdeContext
617
+ ) => Promise<__HttpRequest>;
618
+ export declare const serializeAws_json1_1UpdateRepositoryNameCommand: (
619
+ input: UpdateRepositoryNameCommandInput,
620
+ context: __SerdeContext
621
+ ) => Promise<__HttpRequest>;
622
+ export declare const deserializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<AssociateApprovalRuleTemplateWithRepositoryCommandOutput>;
626
+ export declare const deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput>;
630
+ export declare const deserializeAws_json1_1BatchDescribeMergeConflictsCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<BatchDescribeMergeConflictsCommandOutput>;
634
+ export declare const deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput>;
638
+ export declare const deserializeAws_json1_1BatchGetCommitsCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<BatchGetCommitsCommandOutput>;
642
+ export declare const deserializeAws_json1_1BatchGetRepositoriesCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<BatchGetRepositoriesCommandOutput>;
646
+ export declare const deserializeAws_json1_1CreateApprovalRuleTemplateCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<CreateApprovalRuleTemplateCommandOutput>;
650
+ export declare const deserializeAws_json1_1CreateBranchCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<CreateBranchCommandOutput>;
654
+ export declare const deserializeAws_json1_1CreateCommitCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<CreateCommitCommandOutput>;
658
+ export declare const deserializeAws_json1_1CreatePullRequestCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<CreatePullRequestCommandOutput>;
662
+ export declare const deserializeAws_json1_1CreatePullRequestApprovalRuleCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<CreatePullRequestApprovalRuleCommandOutput>;
666
+ export declare const deserializeAws_json1_1CreateRepositoryCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<CreateRepositoryCommandOutput>;
670
+ export declare const deserializeAws_json1_1CreateUnreferencedMergeCommitCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<CreateUnreferencedMergeCommitCommandOutput>;
674
+ export declare const deserializeAws_json1_1DeleteApprovalRuleTemplateCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<DeleteApprovalRuleTemplateCommandOutput>;
678
+ export declare const deserializeAws_json1_1DeleteBranchCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<DeleteBranchCommandOutput>;
682
+ export declare const deserializeAws_json1_1DeleteCommentContentCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<DeleteCommentContentCommandOutput>;
686
+ export declare const deserializeAws_json1_1DeleteFileCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<DeleteFileCommandOutput>;
690
+ export declare const deserializeAws_json1_1DeletePullRequestApprovalRuleCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<DeletePullRequestApprovalRuleCommandOutput>;
694
+ export declare const deserializeAws_json1_1DeleteRepositoryCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<DeleteRepositoryCommandOutput>;
698
+ export declare const deserializeAws_json1_1DescribeMergeConflictsCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<DescribeMergeConflictsCommandOutput>;
702
+ export declare const deserializeAws_json1_1DescribePullRequestEventsCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<DescribePullRequestEventsCommandOutput>;
706
+ export declare const deserializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<DisassociateApprovalRuleTemplateFromRepositoryCommandOutput>;
710
+ export declare const deserializeAws_json1_1EvaluatePullRequestApprovalRulesCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<EvaluatePullRequestApprovalRulesCommandOutput>;
714
+ export declare const deserializeAws_json1_1GetApprovalRuleTemplateCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<GetApprovalRuleTemplateCommandOutput>;
718
+ export declare const deserializeAws_json1_1GetBlobCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<GetBlobCommandOutput>;
722
+ export declare const deserializeAws_json1_1GetBranchCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<GetBranchCommandOutput>;
726
+ export declare const deserializeAws_json1_1GetCommentCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<GetCommentCommandOutput>;
730
+ export declare const deserializeAws_json1_1GetCommentReactionsCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<GetCommentReactionsCommandOutput>;
734
+ export declare const deserializeAws_json1_1GetCommentsForComparedCommitCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<GetCommentsForComparedCommitCommandOutput>;
738
+ export declare const deserializeAws_json1_1GetCommentsForPullRequestCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<GetCommentsForPullRequestCommandOutput>;
742
+ export declare const deserializeAws_json1_1GetCommitCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<GetCommitCommandOutput>;
746
+ export declare const deserializeAws_json1_1GetDifferencesCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<GetDifferencesCommandOutput>;
750
+ export declare const deserializeAws_json1_1GetFileCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<GetFileCommandOutput>;
754
+ export declare const deserializeAws_json1_1GetFolderCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<GetFolderCommandOutput>;
758
+ export declare const deserializeAws_json1_1GetMergeCommitCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<GetMergeCommitCommandOutput>;
762
+ export declare const deserializeAws_json1_1GetMergeConflictsCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<GetMergeConflictsCommandOutput>;
766
+ export declare const deserializeAws_json1_1GetMergeOptionsCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<GetMergeOptionsCommandOutput>;
770
+ export declare const deserializeAws_json1_1GetPullRequestCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<GetPullRequestCommandOutput>;
774
+ export declare const deserializeAws_json1_1GetPullRequestApprovalStatesCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<GetPullRequestApprovalStatesCommandOutput>;
778
+ export declare const deserializeAws_json1_1GetPullRequestOverrideStateCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<GetPullRequestOverrideStateCommandOutput>;
782
+ export declare const deserializeAws_json1_1GetRepositoryCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<GetRepositoryCommandOutput>;
786
+ export declare const deserializeAws_json1_1GetRepositoryTriggersCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<GetRepositoryTriggersCommandOutput>;
790
+ export declare const deserializeAws_json1_1ListApprovalRuleTemplatesCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<ListApprovalRuleTemplatesCommandOutput>;
794
+ export declare const deserializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
798
+ export declare const deserializeAws_json1_1ListBranchesCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<ListBranchesCommandOutput>;
802
+ export declare const deserializeAws_json1_1ListPullRequestsCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<ListPullRequestsCommandOutput>;
806
+ export declare const deserializeAws_json1_1ListRepositoriesCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<ListRepositoriesCommandOutput>;
810
+ export declare const deserializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
814
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<ListTagsForResourceCommandOutput>;
818
+ export declare const deserializeAws_json1_1MergeBranchesByFastForwardCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<MergeBranchesByFastForwardCommandOutput>;
822
+ export declare const deserializeAws_json1_1MergeBranchesBySquashCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<MergeBranchesBySquashCommandOutput>;
826
+ export declare const deserializeAws_json1_1MergeBranchesByThreeWayCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<MergeBranchesByThreeWayCommandOutput>;
830
+ export declare const deserializeAws_json1_1MergePullRequestByFastForwardCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<MergePullRequestByFastForwardCommandOutput>;
834
+ export declare const deserializeAws_json1_1MergePullRequestBySquashCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<MergePullRequestBySquashCommandOutput>;
838
+ export declare const deserializeAws_json1_1MergePullRequestByThreeWayCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<MergePullRequestByThreeWayCommandOutput>;
842
+ export declare const deserializeAws_json1_1OverridePullRequestApprovalRulesCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<OverridePullRequestApprovalRulesCommandOutput>;
846
+ export declare const deserializeAws_json1_1PostCommentForComparedCommitCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<PostCommentForComparedCommitCommandOutput>;
850
+ export declare const deserializeAws_json1_1PostCommentForPullRequestCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<PostCommentForPullRequestCommandOutput>;
854
+ export declare const deserializeAws_json1_1PostCommentReplyCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<PostCommentReplyCommandOutput>;
858
+ export declare const deserializeAws_json1_1PutCommentReactionCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<PutCommentReactionCommandOutput>;
862
+ export declare const deserializeAws_json1_1PutFileCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<PutFileCommandOutput>;
866
+ export declare const deserializeAws_json1_1PutRepositoryTriggersCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<PutRepositoryTriggersCommandOutput>;
870
+ export declare const deserializeAws_json1_1TagResourceCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<TagResourceCommandOutput>;
874
+ export declare const deserializeAws_json1_1TestRepositoryTriggersCommand: (
875
+ output: __HttpResponse,
876
+ context: __SerdeContext
877
+ ) => Promise<TestRepositoryTriggersCommandOutput>;
878
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
879
+ output: __HttpResponse,
880
+ context: __SerdeContext
881
+ ) => Promise<UntagResourceCommandOutput>;
882
+ export declare const deserializeAws_json1_1UpdateApprovalRuleTemplateContentCommand: (
883
+ output: __HttpResponse,
884
+ context: __SerdeContext
885
+ ) => Promise<UpdateApprovalRuleTemplateContentCommandOutput>;
886
+ export declare const deserializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<UpdateApprovalRuleTemplateDescriptionCommandOutput>;
890
+ export declare const deserializeAws_json1_1UpdateApprovalRuleTemplateNameCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<UpdateApprovalRuleTemplateNameCommandOutput>;
894
+ export declare const deserializeAws_json1_1UpdateCommentCommand: (
895
+ output: __HttpResponse,
896
+ context: __SerdeContext
897
+ ) => Promise<UpdateCommentCommandOutput>;
898
+ export declare const deserializeAws_json1_1UpdateDefaultBranchCommand: (
899
+ output: __HttpResponse,
900
+ context: __SerdeContext
901
+ ) => Promise<UpdateDefaultBranchCommandOutput>;
902
+ export declare const deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<UpdatePullRequestApprovalRuleContentCommandOutput>;
906
+ export declare const deserializeAws_json1_1UpdatePullRequestApprovalStateCommand: (
907
+ output: __HttpResponse,
908
+ context: __SerdeContext
909
+ ) => Promise<UpdatePullRequestApprovalStateCommandOutput>;
910
+ export declare const deserializeAws_json1_1UpdatePullRequestDescriptionCommand: (
911
+ output: __HttpResponse,
912
+ context: __SerdeContext
913
+ ) => Promise<UpdatePullRequestDescriptionCommandOutput>;
914
+ export declare const deserializeAws_json1_1UpdatePullRequestStatusCommand: (
915
+ output: __HttpResponse,
916
+ context: __SerdeContext
917
+ ) => Promise<UpdatePullRequestStatusCommandOutput>;
918
+ export declare const deserializeAws_json1_1UpdatePullRequestTitleCommand: (
919
+ output: __HttpResponse,
920
+ context: __SerdeContext
921
+ ) => Promise<UpdatePullRequestTitleCommandOutput>;
922
+ export declare const deserializeAws_json1_1UpdateRepositoryDescriptionCommand: (
923
+ output: __HttpResponse,
924
+ context: __SerdeContext
925
+ ) => Promise<UpdateRepositoryDescriptionCommandOutput>;
926
+ export declare const deserializeAws_json1_1UpdateRepositoryNameCommand: (
927
+ output: __HttpResponse,
928
+ context: __SerdeContext
929
+ ) => Promise<UpdateRepositoryNameCommandOutput>;