@aws-sdk/client-codecommit 3.927.0 → 3.928.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 (100) hide show
  1. package/dist-cjs/index.js +4997 -5401
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodeCommitClient.js +2 -0
  4. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +3 -9
  5. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -9
  6. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +3 -9
  7. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -9
  8. package/dist-es/commands/BatchGetCommitsCommand.js +3 -9
  9. package/dist-es/commands/BatchGetRepositoriesCommand.js +3 -9
  10. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +3 -9
  11. package/dist-es/commands/CreateBranchCommand.js +3 -9
  12. package/dist-es/commands/CreateCommitCommand.js +3 -9
  13. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +3 -9
  14. package/dist-es/commands/CreatePullRequestCommand.js +3 -9
  15. package/dist-es/commands/CreateRepositoryCommand.js +3 -9
  16. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +3 -9
  17. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +3 -9
  18. package/dist-es/commands/DeleteBranchCommand.js +3 -9
  19. package/dist-es/commands/DeleteCommentContentCommand.js +3 -9
  20. package/dist-es/commands/DeleteFileCommand.js +3 -9
  21. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +3 -9
  22. package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
  23. package/dist-es/commands/DescribeMergeConflictsCommand.js +3 -9
  24. package/dist-es/commands/DescribePullRequestEventsCommand.js +3 -9
  25. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +3 -9
  26. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -9
  27. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +3 -9
  28. package/dist-es/commands/GetBlobCommand.js +3 -9
  29. package/dist-es/commands/GetBranchCommand.js +3 -9
  30. package/dist-es/commands/GetCommentCommand.js +3 -9
  31. package/dist-es/commands/GetCommentReactionsCommand.js +3 -9
  32. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +3 -9
  33. package/dist-es/commands/GetCommentsForPullRequestCommand.js +3 -9
  34. package/dist-es/commands/GetCommitCommand.js +3 -9
  35. package/dist-es/commands/GetDifferencesCommand.js +3 -9
  36. package/dist-es/commands/GetFileCommand.js +3 -9
  37. package/dist-es/commands/GetFolderCommand.js +3 -9
  38. package/dist-es/commands/GetMergeCommitCommand.js +3 -9
  39. package/dist-es/commands/GetMergeConflictsCommand.js +3 -9
  40. package/dist-es/commands/GetMergeOptionsCommand.js +3 -9
  41. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +3 -9
  42. package/dist-es/commands/GetPullRequestCommand.js +3 -9
  43. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +3 -9
  44. package/dist-es/commands/GetRepositoryCommand.js +3 -9
  45. package/dist-es/commands/GetRepositoryTriggersCommand.js +3 -9
  46. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +3 -9
  47. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -9
  48. package/dist-es/commands/ListBranchesCommand.js +3 -9
  49. package/dist-es/commands/ListFileCommitHistoryCommand.js +3 -9
  50. package/dist-es/commands/ListPullRequestsCommand.js +3 -9
  51. package/dist-es/commands/ListRepositoriesCommand.js +3 -9
  52. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -9
  53. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  54. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +3 -9
  55. package/dist-es/commands/MergeBranchesBySquashCommand.js +3 -9
  56. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +3 -9
  57. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +3 -9
  58. package/dist-es/commands/MergePullRequestBySquashCommand.js +3 -9
  59. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +3 -9
  60. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +3 -9
  61. package/dist-es/commands/PostCommentForComparedCommitCommand.js +3 -9
  62. package/dist-es/commands/PostCommentForPullRequestCommand.js +3 -9
  63. package/dist-es/commands/PostCommentReplyCommand.js +3 -9
  64. package/dist-es/commands/PutCommentReactionCommand.js +3 -9
  65. package/dist-es/commands/PutFileCommand.js +3 -9
  66. package/dist-es/commands/PutRepositoryTriggersCommand.js +3 -9
  67. package/dist-es/commands/TagResourceCommand.js +3 -9
  68. package/dist-es/commands/TestRepositoryTriggersCommand.js +3 -9
  69. package/dist-es/commands/UntagResourceCommand.js +3 -9
  70. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -9
  71. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -9
  72. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -9
  73. package/dist-es/commands/UpdateCommentCommand.js +3 -9
  74. package/dist-es/commands/UpdateDefaultBranchCommand.js +3 -9
  75. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -9
  76. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +3 -9
  77. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +3 -9
  78. package/dist-es/commands/UpdatePullRequestStatusCommand.js +3 -9
  79. package/dist-es/commands/UpdatePullRequestTitleCommand.js +3 -9
  80. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +3 -9
  81. package/dist-es/commands/UpdateRepositoryEncryptionKeyCommand.js +3 -9
  82. package/dist-es/commands/UpdateRepositoryNameCommand.js +3 -9
  83. package/dist-es/runtimeConfig.shared.js +7 -0
  84. package/dist-es/schemas/schemas_0.js +4289 -0
  85. package/dist-types/CodeCommitClient.d.ts +10 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  87. package/dist-types/runtimeConfig.d.ts +1 -0
  88. package/dist-types/runtimeConfig.native.d.ts +1 -0
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/schemas/schemas_0.d.ts +528 -0
  91. package/dist-types/ts3.4/CodeCommitClient.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  96. package/dist-types/ts3.4/schemas/schemas_0.d.ts +533 -0
  97. package/package.json +5 -6
  98. package/dist-es/protocols/Aws_json1_1.js +0 -4286
  99. package/dist-types/protocols/Aws_json1_1.d.ts +0 -713
  100. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -953
@@ -1,713 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/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 { ListFileCommitHistoryCommandInput, ListFileCommitHistoryCommandOutput } from "../commands/ListFileCommitHistoryCommand";
49
- import { ListPullRequestsCommandInput, ListPullRequestsCommandOutput } from "../commands/ListPullRequestsCommand";
50
- import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "../commands/ListRepositoriesCommand";
51
- import { ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput } from "../commands/ListRepositoriesForApprovalRuleTemplateCommand";
52
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
53
- import { MergeBranchesByFastForwardCommandInput, MergeBranchesByFastForwardCommandOutput } from "../commands/MergeBranchesByFastForwardCommand";
54
- import { MergeBranchesBySquashCommandInput, MergeBranchesBySquashCommandOutput } from "../commands/MergeBranchesBySquashCommand";
55
- import { MergeBranchesByThreeWayCommandInput, MergeBranchesByThreeWayCommandOutput } from "../commands/MergeBranchesByThreeWayCommand";
56
- import { MergePullRequestByFastForwardCommandInput, MergePullRequestByFastForwardCommandOutput } from "../commands/MergePullRequestByFastForwardCommand";
57
- import { MergePullRequestBySquashCommandInput, MergePullRequestBySquashCommandOutput } from "../commands/MergePullRequestBySquashCommand";
58
- import { MergePullRequestByThreeWayCommandInput, MergePullRequestByThreeWayCommandOutput } from "../commands/MergePullRequestByThreeWayCommand";
59
- import { OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput } from "../commands/OverridePullRequestApprovalRulesCommand";
60
- import { PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput } from "../commands/PostCommentForComparedCommitCommand";
61
- import { PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput } from "../commands/PostCommentForPullRequestCommand";
62
- import { PostCommentReplyCommandInput, PostCommentReplyCommandOutput } from "../commands/PostCommentReplyCommand";
63
- import { PutCommentReactionCommandInput, PutCommentReactionCommandOutput } from "../commands/PutCommentReactionCommand";
64
- import { PutFileCommandInput, PutFileCommandOutput } from "../commands/PutFileCommand";
65
- import { PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput } from "../commands/PutRepositoryTriggersCommand";
66
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
67
- import { TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput } from "../commands/TestRepositoryTriggersCommand";
68
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
69
- import { UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput } from "../commands/UpdateApprovalRuleTemplateContentCommand";
70
- import { UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput } from "../commands/UpdateApprovalRuleTemplateDescriptionCommand";
71
- import { UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput } from "../commands/UpdateApprovalRuleTemplateNameCommand";
72
- import { UpdateCommentCommandInput, UpdateCommentCommandOutput } from "../commands/UpdateCommentCommand";
73
- import { UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput } from "../commands/UpdateDefaultBranchCommand";
74
- import { UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput } from "../commands/UpdatePullRequestApprovalRuleContentCommand";
75
- import { UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput } from "../commands/UpdatePullRequestApprovalStateCommand";
76
- import { UpdatePullRequestDescriptionCommandInput, UpdatePullRequestDescriptionCommandOutput } from "../commands/UpdatePullRequestDescriptionCommand";
77
- import { UpdatePullRequestStatusCommandInput, UpdatePullRequestStatusCommandOutput } from "../commands/UpdatePullRequestStatusCommand";
78
- import { UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput } from "../commands/UpdatePullRequestTitleCommand";
79
- import { UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput } from "../commands/UpdateRepositoryDescriptionCommand";
80
- import { UpdateRepositoryEncryptionKeyCommandInput, UpdateRepositoryEncryptionKeyCommandOutput } from "../commands/UpdateRepositoryEncryptionKeyCommand";
81
- import { UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput } from "../commands/UpdateRepositoryNameCommand";
82
- /**
83
- * serializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand
84
- */
85
- export declare const se_AssociateApprovalRuleTemplateWithRepositoryCommand: (input: AssociateApprovalRuleTemplateWithRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand
88
- */
89
- export declare const se_BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: (input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_1BatchDescribeMergeConflictsCommand
92
- */
93
- export declare const se_BatchDescribeMergeConflictsCommand: (input: BatchDescribeMergeConflictsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand
96
- */
97
- export declare const se_BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: (input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_1BatchGetCommitsCommand
100
- */
101
- export declare const se_BatchGetCommitsCommand: (input: BatchGetCommitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_1BatchGetRepositoriesCommand
104
- */
105
- export declare const se_BatchGetRepositoriesCommand: (input: BatchGetRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_1CreateApprovalRuleTemplateCommand
108
- */
109
- export declare const se_CreateApprovalRuleTemplateCommand: (input: CreateApprovalRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_1CreateBranchCommand
112
- */
113
- export declare const se_CreateBranchCommand: (input: CreateBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_1CreateCommitCommand
116
- */
117
- export declare const se_CreateCommitCommand: (input: CreateCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_json1_1CreatePullRequestCommand
120
- */
121
- export declare const se_CreatePullRequestCommand: (input: CreatePullRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_json1_1CreatePullRequestApprovalRuleCommand
124
- */
125
- export declare const se_CreatePullRequestApprovalRuleCommand: (input: CreatePullRequestApprovalRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_json1_1CreateRepositoryCommand
128
- */
129
- export declare const se_CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_json1_1CreateUnreferencedMergeCommitCommand
132
- */
133
- export declare const se_CreateUnreferencedMergeCommitCommand: (input: CreateUnreferencedMergeCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_json1_1DeleteApprovalRuleTemplateCommand
136
- */
137
- export declare const se_DeleteApprovalRuleTemplateCommand: (input: DeleteApprovalRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_json1_1DeleteBranchCommand
140
- */
141
- export declare const se_DeleteBranchCommand: (input: DeleteBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_json1_1DeleteCommentContentCommand
144
- */
145
- export declare const se_DeleteCommentContentCommand: (input: DeleteCommentContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_json1_1DeleteFileCommand
148
- */
149
- export declare const se_DeleteFileCommand: (input: DeleteFileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_json1_1DeletePullRequestApprovalRuleCommand
152
- */
153
- export declare const se_DeletePullRequestApprovalRuleCommand: (input: DeletePullRequestApprovalRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_json1_1DeleteRepositoryCommand
156
- */
157
- export declare const se_DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_json1_1DescribeMergeConflictsCommand
160
- */
161
- export declare const se_DescribeMergeConflictsCommand: (input: DescribeMergeConflictsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_json1_1DescribePullRequestEventsCommand
164
- */
165
- export declare const se_DescribePullRequestEventsCommand: (input: DescribePullRequestEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand
168
- */
169
- export declare const se_DisassociateApprovalRuleTemplateFromRepositoryCommand: (input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_json1_1EvaluatePullRequestApprovalRulesCommand
172
- */
173
- export declare const se_EvaluatePullRequestApprovalRulesCommand: (input: EvaluatePullRequestApprovalRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_json1_1GetApprovalRuleTemplateCommand
176
- */
177
- export declare const se_GetApprovalRuleTemplateCommand: (input: GetApprovalRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_json1_1GetBlobCommand
180
- */
181
- export declare const se_GetBlobCommand: (input: GetBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_json1_1GetBranchCommand
184
- */
185
- export declare const se_GetBranchCommand: (input: GetBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_json1_1GetCommentCommand
188
- */
189
- export declare const se_GetCommentCommand: (input: GetCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_json1_1GetCommentReactionsCommand
192
- */
193
- export declare const se_GetCommentReactionsCommand: (input: GetCommentReactionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_json1_1GetCommentsForComparedCommitCommand
196
- */
197
- export declare const se_GetCommentsForComparedCommitCommand: (input: GetCommentsForComparedCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_json1_1GetCommentsForPullRequestCommand
200
- */
201
- export declare const se_GetCommentsForPullRequestCommand: (input: GetCommentsForPullRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_json1_1GetCommitCommand
204
- */
205
- export declare const se_GetCommitCommand: (input: GetCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_json1_1GetDifferencesCommand
208
- */
209
- export declare const se_GetDifferencesCommand: (input: GetDifferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_json1_1GetFileCommand
212
- */
213
- export declare const se_GetFileCommand: (input: GetFileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_json1_1GetFolderCommand
216
- */
217
- export declare const se_GetFolderCommand: (input: GetFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_json1_1GetMergeCommitCommand
220
- */
221
- export declare const se_GetMergeCommitCommand: (input: GetMergeCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_json1_1GetMergeConflictsCommand
224
- */
225
- export declare const se_GetMergeConflictsCommand: (input: GetMergeConflictsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_json1_1GetMergeOptionsCommand
228
- */
229
- export declare const se_GetMergeOptionsCommand: (input: GetMergeOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_json1_1GetPullRequestCommand
232
- */
233
- export declare const se_GetPullRequestCommand: (input: GetPullRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_json1_1GetPullRequestApprovalStatesCommand
236
- */
237
- export declare const se_GetPullRequestApprovalStatesCommand: (input: GetPullRequestApprovalStatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_json1_1GetPullRequestOverrideStateCommand
240
- */
241
- export declare const se_GetPullRequestOverrideStateCommand: (input: GetPullRequestOverrideStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_json1_1GetRepositoryCommand
244
- */
245
- export declare const se_GetRepositoryCommand: (input: GetRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_json1_1GetRepositoryTriggersCommand
248
- */
249
- export declare const se_GetRepositoryTriggersCommand: (input: GetRepositoryTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_json1_1ListApprovalRuleTemplatesCommand
252
- */
253
- export declare const se_ListApprovalRuleTemplatesCommand: (input: ListApprovalRuleTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand
256
- */
257
- export declare const se_ListAssociatedApprovalRuleTemplatesForRepositoryCommand: (input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_json1_1ListBranchesCommand
260
- */
261
- export declare const se_ListBranchesCommand: (input: ListBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_json1_1ListFileCommitHistoryCommand
264
- */
265
- export declare const se_ListFileCommitHistoryCommand: (input: ListFileCommitHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_json1_1ListPullRequestsCommand
268
- */
269
- export declare const se_ListPullRequestsCommand: (input: ListPullRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_json1_1ListRepositoriesCommand
272
- */
273
- export declare const se_ListRepositoriesCommand: (input: ListRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand
276
- */
277
- export declare const se_ListRepositoriesForApprovalRuleTemplateCommand: (input: ListRepositoriesForApprovalRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_json1_1ListTagsForResourceCommand
280
- */
281
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_json1_1MergeBranchesByFastForwardCommand
284
- */
285
- export declare const se_MergeBranchesByFastForwardCommand: (input: MergeBranchesByFastForwardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_json1_1MergeBranchesBySquashCommand
288
- */
289
- export declare const se_MergeBranchesBySquashCommand: (input: MergeBranchesBySquashCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_json1_1MergeBranchesByThreeWayCommand
292
- */
293
- export declare const se_MergeBranchesByThreeWayCommand: (input: MergeBranchesByThreeWayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_json1_1MergePullRequestByFastForwardCommand
296
- */
297
- export declare const se_MergePullRequestByFastForwardCommand: (input: MergePullRequestByFastForwardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_json1_1MergePullRequestBySquashCommand
300
- */
301
- export declare const se_MergePullRequestBySquashCommand: (input: MergePullRequestBySquashCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_json1_1MergePullRequestByThreeWayCommand
304
- */
305
- export declare const se_MergePullRequestByThreeWayCommand: (input: MergePullRequestByThreeWayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_json1_1OverridePullRequestApprovalRulesCommand
308
- */
309
- export declare const se_OverridePullRequestApprovalRulesCommand: (input: OverridePullRequestApprovalRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_json1_1PostCommentForComparedCommitCommand
312
- */
313
- export declare const se_PostCommentForComparedCommitCommand: (input: PostCommentForComparedCommitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_json1_1PostCommentForPullRequestCommand
316
- */
317
- export declare const se_PostCommentForPullRequestCommand: (input: PostCommentForPullRequestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_json1_1PostCommentReplyCommand
320
- */
321
- export declare const se_PostCommentReplyCommand: (input: PostCommentReplyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_json1_1PutCommentReactionCommand
324
- */
325
- export declare const se_PutCommentReactionCommand: (input: PutCommentReactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_json1_1PutFileCommand
328
- */
329
- export declare const se_PutFileCommand: (input: PutFileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_json1_1PutRepositoryTriggersCommand
332
- */
333
- export declare const se_PutRepositoryTriggersCommand: (input: PutRepositoryTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_json1_1TagResourceCommand
336
- */
337
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_json1_1TestRepositoryTriggersCommand
340
- */
341
- export declare const se_TestRepositoryTriggersCommand: (input: TestRepositoryTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_json1_1UntagResourceCommand
344
- */
345
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_json1_1UpdateApprovalRuleTemplateContentCommand
348
- */
349
- export declare const se_UpdateApprovalRuleTemplateContentCommand: (input: UpdateApprovalRuleTemplateContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand
352
- */
353
- export declare const se_UpdateApprovalRuleTemplateDescriptionCommand: (input: UpdateApprovalRuleTemplateDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_json1_1UpdateApprovalRuleTemplateNameCommand
356
- */
357
- export declare const se_UpdateApprovalRuleTemplateNameCommand: (input: UpdateApprovalRuleTemplateNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_json1_1UpdateCommentCommand
360
- */
361
- export declare const se_UpdateCommentCommand: (input: UpdateCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_json1_1UpdateDefaultBranchCommand
364
- */
365
- export declare const se_UpdateDefaultBranchCommand: (input: UpdateDefaultBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand
368
- */
369
- export declare const se_UpdatePullRequestApprovalRuleContentCommand: (input: UpdatePullRequestApprovalRuleContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_json1_1UpdatePullRequestApprovalStateCommand
372
- */
373
- export declare const se_UpdatePullRequestApprovalStateCommand: (input: UpdatePullRequestApprovalStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_json1_1UpdatePullRequestDescriptionCommand
376
- */
377
- export declare const se_UpdatePullRequestDescriptionCommand: (input: UpdatePullRequestDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * serializeAws_json1_1UpdatePullRequestStatusCommand
380
- */
381
- export declare const se_UpdatePullRequestStatusCommand: (input: UpdatePullRequestStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
- /**
383
- * serializeAws_json1_1UpdatePullRequestTitleCommand
384
- */
385
- export declare const se_UpdatePullRequestTitleCommand: (input: UpdatePullRequestTitleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
386
- /**
387
- * serializeAws_json1_1UpdateRepositoryDescriptionCommand
388
- */
389
- export declare const se_UpdateRepositoryDescriptionCommand: (input: UpdateRepositoryDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
390
- /**
391
- * serializeAws_json1_1UpdateRepositoryEncryptionKeyCommand
392
- */
393
- export declare const se_UpdateRepositoryEncryptionKeyCommand: (input: UpdateRepositoryEncryptionKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
394
- /**
395
- * serializeAws_json1_1UpdateRepositoryNameCommand
396
- */
397
- export declare const se_UpdateRepositoryNameCommand: (input: UpdateRepositoryNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
398
- /**
399
- * deserializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand
400
- */
401
- export declare const de_AssociateApprovalRuleTemplateWithRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApprovalRuleTemplateWithRepositoryCommandOutput>;
402
- /**
403
- * deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand
404
- */
405
- export declare const de_BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput>;
406
- /**
407
- * deserializeAws_json1_1BatchDescribeMergeConflictsCommand
408
- */
409
- export declare const de_BatchDescribeMergeConflictsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDescribeMergeConflictsCommandOutput>;
410
- /**
411
- * deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand
412
- */
413
- export declare const de_BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput>;
414
- /**
415
- * deserializeAws_json1_1BatchGetCommitsCommand
416
- */
417
- export declare const de_BatchGetCommitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCommitsCommandOutput>;
418
- /**
419
- * deserializeAws_json1_1BatchGetRepositoriesCommand
420
- */
421
- export declare const de_BatchGetRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetRepositoriesCommandOutput>;
422
- /**
423
- * deserializeAws_json1_1CreateApprovalRuleTemplateCommand
424
- */
425
- export declare const de_CreateApprovalRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApprovalRuleTemplateCommandOutput>;
426
- /**
427
- * deserializeAws_json1_1CreateBranchCommand
428
- */
429
- export declare const de_CreateBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBranchCommandOutput>;
430
- /**
431
- * deserializeAws_json1_1CreateCommitCommand
432
- */
433
- export declare const de_CreateCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCommitCommandOutput>;
434
- /**
435
- * deserializeAws_json1_1CreatePullRequestCommand
436
- */
437
- export declare const de_CreatePullRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePullRequestCommandOutput>;
438
- /**
439
- * deserializeAws_json1_1CreatePullRequestApprovalRuleCommand
440
- */
441
- export declare const de_CreatePullRequestApprovalRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePullRequestApprovalRuleCommandOutput>;
442
- /**
443
- * deserializeAws_json1_1CreateRepositoryCommand
444
- */
445
- export declare const de_CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
446
- /**
447
- * deserializeAws_json1_1CreateUnreferencedMergeCommitCommand
448
- */
449
- export declare const de_CreateUnreferencedMergeCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUnreferencedMergeCommitCommandOutput>;
450
- /**
451
- * deserializeAws_json1_1DeleteApprovalRuleTemplateCommand
452
- */
453
- export declare const de_DeleteApprovalRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApprovalRuleTemplateCommandOutput>;
454
- /**
455
- * deserializeAws_json1_1DeleteBranchCommand
456
- */
457
- export declare const de_DeleteBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBranchCommandOutput>;
458
- /**
459
- * deserializeAws_json1_1DeleteCommentContentCommand
460
- */
461
- export declare const de_DeleteCommentContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCommentContentCommandOutput>;
462
- /**
463
- * deserializeAws_json1_1DeleteFileCommand
464
- */
465
- export declare const de_DeleteFileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileCommandOutput>;
466
- /**
467
- * deserializeAws_json1_1DeletePullRequestApprovalRuleCommand
468
- */
469
- export declare const de_DeletePullRequestApprovalRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePullRequestApprovalRuleCommandOutput>;
470
- /**
471
- * deserializeAws_json1_1DeleteRepositoryCommand
472
- */
473
- export declare const de_DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
474
- /**
475
- * deserializeAws_json1_1DescribeMergeConflictsCommand
476
- */
477
- export declare const de_DescribeMergeConflictsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMergeConflictsCommandOutput>;
478
- /**
479
- * deserializeAws_json1_1DescribePullRequestEventsCommand
480
- */
481
- export declare const de_DescribePullRequestEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePullRequestEventsCommandOutput>;
482
- /**
483
- * deserializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand
484
- */
485
- export declare const de_DisassociateApprovalRuleTemplateFromRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApprovalRuleTemplateFromRepositoryCommandOutput>;
486
- /**
487
- * deserializeAws_json1_1EvaluatePullRequestApprovalRulesCommand
488
- */
489
- export declare const de_EvaluatePullRequestApprovalRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EvaluatePullRequestApprovalRulesCommandOutput>;
490
- /**
491
- * deserializeAws_json1_1GetApprovalRuleTemplateCommand
492
- */
493
- export declare const de_GetApprovalRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApprovalRuleTemplateCommandOutput>;
494
- /**
495
- * deserializeAws_json1_1GetBlobCommand
496
- */
497
- export declare const de_GetBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBlobCommandOutput>;
498
- /**
499
- * deserializeAws_json1_1GetBranchCommand
500
- */
501
- export declare const de_GetBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBranchCommandOutput>;
502
- /**
503
- * deserializeAws_json1_1GetCommentCommand
504
- */
505
- export declare const de_GetCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommentCommandOutput>;
506
- /**
507
- * deserializeAws_json1_1GetCommentReactionsCommand
508
- */
509
- export declare const de_GetCommentReactionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommentReactionsCommandOutput>;
510
- /**
511
- * deserializeAws_json1_1GetCommentsForComparedCommitCommand
512
- */
513
- export declare const de_GetCommentsForComparedCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommentsForComparedCommitCommandOutput>;
514
- /**
515
- * deserializeAws_json1_1GetCommentsForPullRequestCommand
516
- */
517
- export declare const de_GetCommentsForPullRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommentsForPullRequestCommandOutput>;
518
- /**
519
- * deserializeAws_json1_1GetCommitCommand
520
- */
521
- export declare const de_GetCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCommitCommandOutput>;
522
- /**
523
- * deserializeAws_json1_1GetDifferencesCommand
524
- */
525
- export declare const de_GetDifferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDifferencesCommandOutput>;
526
- /**
527
- * deserializeAws_json1_1GetFileCommand
528
- */
529
- export declare const de_GetFileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFileCommandOutput>;
530
- /**
531
- * deserializeAws_json1_1GetFolderCommand
532
- */
533
- export declare const de_GetFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFolderCommandOutput>;
534
- /**
535
- * deserializeAws_json1_1GetMergeCommitCommand
536
- */
537
- export declare const de_GetMergeCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMergeCommitCommandOutput>;
538
- /**
539
- * deserializeAws_json1_1GetMergeConflictsCommand
540
- */
541
- export declare const de_GetMergeConflictsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMergeConflictsCommandOutput>;
542
- /**
543
- * deserializeAws_json1_1GetMergeOptionsCommand
544
- */
545
- export declare const de_GetMergeOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMergeOptionsCommandOutput>;
546
- /**
547
- * deserializeAws_json1_1GetPullRequestCommand
548
- */
549
- export declare const de_GetPullRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPullRequestCommandOutput>;
550
- /**
551
- * deserializeAws_json1_1GetPullRequestApprovalStatesCommand
552
- */
553
- export declare const de_GetPullRequestApprovalStatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPullRequestApprovalStatesCommandOutput>;
554
- /**
555
- * deserializeAws_json1_1GetPullRequestOverrideStateCommand
556
- */
557
- export declare const de_GetPullRequestOverrideStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPullRequestOverrideStateCommandOutput>;
558
- /**
559
- * deserializeAws_json1_1GetRepositoryCommand
560
- */
561
- export declare const de_GetRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryCommandOutput>;
562
- /**
563
- * deserializeAws_json1_1GetRepositoryTriggersCommand
564
- */
565
- export declare const de_GetRepositoryTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryTriggersCommandOutput>;
566
- /**
567
- * deserializeAws_json1_1ListApprovalRuleTemplatesCommand
568
- */
569
- export declare const de_ListApprovalRuleTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApprovalRuleTemplatesCommandOutput>;
570
- /**
571
- * deserializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand
572
- */
573
- export declare const de_ListAssociatedApprovalRuleTemplatesForRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
574
- /**
575
- * deserializeAws_json1_1ListBranchesCommand
576
- */
577
- export declare const de_ListBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBranchesCommandOutput>;
578
- /**
579
- * deserializeAws_json1_1ListFileCommitHistoryCommand
580
- */
581
- export declare const de_ListFileCommitHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFileCommitHistoryCommandOutput>;
582
- /**
583
- * deserializeAws_json1_1ListPullRequestsCommand
584
- */
585
- export declare const de_ListPullRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPullRequestsCommandOutput>;
586
- /**
587
- * deserializeAws_json1_1ListRepositoriesCommand
588
- */
589
- export declare const de_ListRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoriesCommandOutput>;
590
- /**
591
- * deserializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand
592
- */
593
- export declare const de_ListRepositoriesForApprovalRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
594
- /**
595
- * deserializeAws_json1_1ListTagsForResourceCommand
596
- */
597
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
598
- /**
599
- * deserializeAws_json1_1MergeBranchesByFastForwardCommand
600
- */
601
- export declare const de_MergeBranchesByFastForwardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeBranchesByFastForwardCommandOutput>;
602
- /**
603
- * deserializeAws_json1_1MergeBranchesBySquashCommand
604
- */
605
- export declare const de_MergeBranchesBySquashCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeBranchesBySquashCommandOutput>;
606
- /**
607
- * deserializeAws_json1_1MergeBranchesByThreeWayCommand
608
- */
609
- export declare const de_MergeBranchesByThreeWayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergeBranchesByThreeWayCommandOutput>;
610
- /**
611
- * deserializeAws_json1_1MergePullRequestByFastForwardCommand
612
- */
613
- export declare const de_MergePullRequestByFastForwardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergePullRequestByFastForwardCommandOutput>;
614
- /**
615
- * deserializeAws_json1_1MergePullRequestBySquashCommand
616
- */
617
- export declare const de_MergePullRequestBySquashCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergePullRequestBySquashCommandOutput>;
618
- /**
619
- * deserializeAws_json1_1MergePullRequestByThreeWayCommand
620
- */
621
- export declare const de_MergePullRequestByThreeWayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MergePullRequestByThreeWayCommandOutput>;
622
- /**
623
- * deserializeAws_json1_1OverridePullRequestApprovalRulesCommand
624
- */
625
- export declare const de_OverridePullRequestApprovalRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OverridePullRequestApprovalRulesCommandOutput>;
626
- /**
627
- * deserializeAws_json1_1PostCommentForComparedCommitCommand
628
- */
629
- export declare const de_PostCommentForComparedCommitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PostCommentForComparedCommitCommandOutput>;
630
- /**
631
- * deserializeAws_json1_1PostCommentForPullRequestCommand
632
- */
633
- export declare const de_PostCommentForPullRequestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PostCommentForPullRequestCommandOutput>;
634
- /**
635
- * deserializeAws_json1_1PostCommentReplyCommand
636
- */
637
- export declare const de_PostCommentReplyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PostCommentReplyCommandOutput>;
638
- /**
639
- * deserializeAws_json1_1PutCommentReactionCommand
640
- */
641
- export declare const de_PutCommentReactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCommentReactionCommandOutput>;
642
- /**
643
- * deserializeAws_json1_1PutFileCommand
644
- */
645
- export declare const de_PutFileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFileCommandOutput>;
646
- /**
647
- * deserializeAws_json1_1PutRepositoryTriggersCommand
648
- */
649
- export declare const de_PutRepositoryTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRepositoryTriggersCommandOutput>;
650
- /**
651
- * deserializeAws_json1_1TagResourceCommand
652
- */
653
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
654
- /**
655
- * deserializeAws_json1_1TestRepositoryTriggersCommand
656
- */
657
- export declare const de_TestRepositoryTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestRepositoryTriggersCommandOutput>;
658
- /**
659
- * deserializeAws_json1_1UntagResourceCommand
660
- */
661
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
662
- /**
663
- * deserializeAws_json1_1UpdateApprovalRuleTemplateContentCommand
664
- */
665
- export declare const de_UpdateApprovalRuleTemplateContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApprovalRuleTemplateContentCommandOutput>;
666
- /**
667
- * deserializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand
668
- */
669
- export declare const de_UpdateApprovalRuleTemplateDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApprovalRuleTemplateDescriptionCommandOutput>;
670
- /**
671
- * deserializeAws_json1_1UpdateApprovalRuleTemplateNameCommand
672
- */
673
- export declare const de_UpdateApprovalRuleTemplateNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApprovalRuleTemplateNameCommandOutput>;
674
- /**
675
- * deserializeAws_json1_1UpdateCommentCommand
676
- */
677
- export declare const de_UpdateCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCommentCommandOutput>;
678
- /**
679
- * deserializeAws_json1_1UpdateDefaultBranchCommand
680
- */
681
- export declare const de_UpdateDefaultBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDefaultBranchCommandOutput>;
682
- /**
683
- * deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand
684
- */
685
- export declare const de_UpdatePullRequestApprovalRuleContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullRequestApprovalRuleContentCommandOutput>;
686
- /**
687
- * deserializeAws_json1_1UpdatePullRequestApprovalStateCommand
688
- */
689
- export declare const de_UpdatePullRequestApprovalStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullRequestApprovalStateCommandOutput>;
690
- /**
691
- * deserializeAws_json1_1UpdatePullRequestDescriptionCommand
692
- */
693
- export declare const de_UpdatePullRequestDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullRequestDescriptionCommandOutput>;
694
- /**
695
- * deserializeAws_json1_1UpdatePullRequestStatusCommand
696
- */
697
- export declare const de_UpdatePullRequestStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullRequestStatusCommandOutput>;
698
- /**
699
- * deserializeAws_json1_1UpdatePullRequestTitleCommand
700
- */
701
- export declare const de_UpdatePullRequestTitleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePullRequestTitleCommandOutput>;
702
- /**
703
- * deserializeAws_json1_1UpdateRepositoryDescriptionCommand
704
- */
705
- export declare const de_UpdateRepositoryDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRepositoryDescriptionCommandOutput>;
706
- /**
707
- * deserializeAws_json1_1UpdateRepositoryEncryptionKeyCommand
708
- */
709
- export declare const de_UpdateRepositoryEncryptionKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRepositoryEncryptionKeyCommandOutput>;
710
- /**
711
- * deserializeAws_json1_1UpdateRepositoryNameCommand
712
- */
713
- export declare const de_UpdateRepositoryNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRepositoryNameCommandOutput>;