@aws-sdk/client-codecommit 3.169.0 → 3.171.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 +1367 -390
  3. package/dist-types/ts3.4/CodeCommitClient.d.ts +566 -150
  4. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +30 -17
  37. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +31 -17
  64. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +30 -17
  65. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  67. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  69. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +31 -17
  74. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +35 -17
  76. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +35 -17
  80. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +34 -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 +7 -6
  85. package/dist-types/ts3.4/models/index.d.ts +2 -2
  86. package/dist-types/ts3.4/models/models_0.d.ts +2444 -2695
  87. package/dist-types/ts3.4/models/models_1.d.ts +837 -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 +65 -38
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  108. package/package.json +34 -34
@@ -1,877 +1,837 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
3
- import { ApprovalRule, ApprovalRuleTemplate, ApprovalState, Comment, ConflictDetailLevelTypeEnum, ConflictResolution, ConflictResolutionStrategyTypeEnum, FileModeTypeEnum, Location, OverrideStatus, PullRequest, PullRequestStatusEnum, RepositoryTrigger } from "./models_0";
4
- export declare enum OrderEnum {
5
- ASCENDING = "ascending",
6
- DESCENDING = "descending"
7
- }
8
- export declare enum SortByEnum {
9
- MODIFIED_DATE = "lastModifiedDate",
10
- REPOSITORY_NAME = "repositoryName"
11
- }
12
-
13
- export interface ListRepositoriesInput {
14
-
15
- nextToken?: string;
16
-
17
- sortBy?: SortByEnum | string;
18
-
19
- order?: OrderEnum | string;
20
- }
21
-
22
- export interface RepositoryNameIdPair {
23
-
24
- repositoryName?: string;
25
-
26
- repositoryId?: string;
27
- }
28
-
29
- export interface ListRepositoriesOutput {
30
-
31
- repositories?: RepositoryNameIdPair[];
32
-
33
- nextToken?: string;
34
- }
35
- export interface ListRepositoriesForApprovalRuleTemplateInput {
36
-
37
- approvalRuleTemplateName: string | undefined;
38
-
39
- nextToken?: string;
40
-
41
- maxResults?: number;
42
- }
43
- export interface ListRepositoriesForApprovalRuleTemplateOutput {
44
-
45
- repositoryNames?: string[];
46
-
47
- nextToken?: string;
48
- }
49
-
50
- export declare class InvalidResourceArnException extends __BaseException {
51
- readonly name: "InvalidResourceArnException";
52
- readonly $fault: "client";
53
-
54
- constructor(opts: __ExceptionOptionType<InvalidResourceArnException, __BaseException>);
55
- }
56
- export interface ListTagsForResourceInput {
57
-
58
- resourceArn: string | undefined;
59
-
60
- nextToken?: string;
61
- }
62
- export interface ListTagsForResourceOutput {
63
-
64
- tags?: Record<string, string>;
65
-
66
- nextToken?: string;
67
- }
68
-
69
- export declare class ResourceArnRequiredException extends __BaseException {
70
- readonly name: "ResourceArnRequiredException";
71
- readonly $fault: "client";
72
-
73
- constructor(opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>);
74
- }
75
-
76
- export declare class InvalidTargetBranchException extends __BaseException {
77
- readonly name: "InvalidTargetBranchException";
78
- readonly $fault: "client";
79
-
80
- constructor(opts: __ExceptionOptionType<InvalidTargetBranchException, __BaseException>);
81
- }
82
- export interface MergeBranchesByFastForwardInput {
83
-
84
- repositoryName: string | undefined;
85
-
86
- sourceCommitSpecifier: string | undefined;
87
-
88
- destinationCommitSpecifier: string | undefined;
89
-
90
- targetBranch?: string;
91
- }
92
- export interface MergeBranchesByFastForwardOutput {
93
-
94
- commitId?: string;
95
-
96
- treeId?: string;
97
- }
98
- export interface MergeBranchesBySquashInput {
99
-
100
- repositoryName: string | undefined;
101
-
102
- sourceCommitSpecifier: string | undefined;
103
-
104
- destinationCommitSpecifier: string | undefined;
105
-
106
- targetBranch?: string;
107
-
108
- conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
109
-
110
- conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
111
-
112
- authorName?: string;
113
-
114
- email?: string;
115
-
116
- commitMessage?: string;
117
-
118
- keepEmptyFolders?: boolean;
119
-
120
- conflictResolution?: ConflictResolution;
121
- }
122
- export interface MergeBranchesBySquashOutput {
123
-
124
- commitId?: string;
125
-
126
- treeId?: string;
127
- }
128
- export interface MergeBranchesByThreeWayInput {
129
-
130
- repositoryName: string | undefined;
131
-
132
- sourceCommitSpecifier: string | undefined;
133
-
134
- destinationCommitSpecifier: string | undefined;
135
-
136
- targetBranch?: string;
137
-
138
- conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
139
-
140
- conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
141
-
142
- authorName?: string;
143
-
144
- email?: string;
145
-
146
- commitMessage?: string;
147
-
148
- keepEmptyFolders?: boolean;
149
-
150
- conflictResolution?: ConflictResolution;
151
- }
152
- export interface MergeBranchesByThreeWayOutput {
153
-
154
- commitId?: string;
155
-
156
- treeId?: string;
157
- }
158
- export interface MergePullRequestByFastForwardInput {
159
-
160
- pullRequestId: string | undefined;
161
-
162
- repositoryName: string | undefined;
163
-
164
- sourceCommitId?: string;
165
- }
166
- export interface MergePullRequestByFastForwardOutput {
167
-
168
- pullRequest?: PullRequest;
169
- }
170
-
171
- export declare class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
172
- readonly name: "PullRequestApprovalRulesNotSatisfiedException";
173
- readonly $fault: "client";
174
-
175
- constructor(opts: __ExceptionOptionType<PullRequestApprovalRulesNotSatisfiedException, __BaseException>);
176
- }
177
-
178
- export declare class TipOfSourceReferenceIsDifferentException extends __BaseException {
179
- readonly name: "TipOfSourceReferenceIsDifferentException";
180
- readonly $fault: "client";
181
-
182
- constructor(opts: __ExceptionOptionType<TipOfSourceReferenceIsDifferentException, __BaseException>);
183
- }
184
- export interface MergePullRequestBySquashInput {
185
-
186
- pullRequestId: string | undefined;
187
-
188
- repositoryName: string | undefined;
189
-
190
- sourceCommitId?: string;
191
-
192
- conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
193
-
194
- conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
195
-
196
- commitMessage?: string;
197
-
198
- authorName?: string;
199
-
200
- email?: string;
201
-
202
- keepEmptyFolders?: boolean;
203
-
204
- conflictResolution?: ConflictResolution;
205
- }
206
- export interface MergePullRequestBySquashOutput {
207
-
208
- pullRequest?: PullRequest;
209
- }
210
- export interface MergePullRequestByThreeWayInput {
211
-
212
- pullRequestId: string | undefined;
213
-
214
- repositoryName: string | undefined;
215
-
216
- sourceCommitId?: string;
217
-
218
- conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
219
-
220
- conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
221
-
222
- commitMessage?: string;
223
-
224
- authorName?: string;
225
-
226
- email?: string;
227
-
228
- keepEmptyFolders?: boolean;
229
-
230
- conflictResolution?: ConflictResolution;
231
- }
232
- export interface MergePullRequestByThreeWayOutput {
233
-
234
- pullRequest?: PullRequest;
235
- }
236
-
237
- export declare class InvalidOverrideStatusException extends __BaseException {
238
- readonly name: "InvalidOverrideStatusException";
239
- readonly $fault: "client";
240
-
241
- constructor(opts: __ExceptionOptionType<InvalidOverrideStatusException, __BaseException>);
242
- }
243
-
244
- export declare class OverrideAlreadySetException extends __BaseException {
245
- readonly name: "OverrideAlreadySetException";
246
- readonly $fault: "client";
247
-
248
- constructor(opts: __ExceptionOptionType<OverrideAlreadySetException, __BaseException>);
249
- }
250
- export interface OverridePullRequestApprovalRulesInput {
251
-
252
- pullRequestId: string | undefined;
253
-
254
- revisionId: string | undefined;
255
-
256
- overrideStatus: OverrideStatus | string | undefined;
257
- }
258
-
259
- export declare class OverrideStatusRequiredException extends __BaseException {
260
- readonly name: "OverrideStatusRequiredException";
261
- readonly $fault: "client";
262
-
263
- constructor(opts: __ExceptionOptionType<OverrideStatusRequiredException, __BaseException>);
264
- }
265
-
266
- export declare class CommentContentRequiredException extends __BaseException {
267
- readonly name: "CommentContentRequiredException";
268
- readonly $fault: "client";
269
-
270
- constructor(opts: __ExceptionOptionType<CommentContentRequiredException, __BaseException>);
271
- }
272
-
273
- export declare class CommentContentSizeLimitExceededException extends __BaseException {
274
- readonly name: "CommentContentSizeLimitExceededException";
275
- readonly $fault: "client";
276
-
277
- constructor(opts: __ExceptionOptionType<CommentContentSizeLimitExceededException, __BaseException>);
278
- }
279
-
280
- export declare class InvalidFileLocationException extends __BaseException {
281
- readonly name: "InvalidFileLocationException";
282
- readonly $fault: "client";
283
-
284
- constructor(opts: __ExceptionOptionType<InvalidFileLocationException, __BaseException>);
285
- }
286
-
287
- export declare class InvalidFilePositionException extends __BaseException {
288
- readonly name: "InvalidFilePositionException";
289
- readonly $fault: "client";
290
-
291
- constructor(opts: __ExceptionOptionType<InvalidFilePositionException, __BaseException>);
292
- }
293
-
294
- export declare class InvalidRelativeFileVersionEnumException extends __BaseException {
295
- readonly name: "InvalidRelativeFileVersionEnumException";
296
- readonly $fault: "client";
297
-
298
- constructor(opts: __ExceptionOptionType<InvalidRelativeFileVersionEnumException, __BaseException>);
299
- }
300
- export interface PostCommentForComparedCommitInput {
301
-
302
- repositoryName: string | undefined;
303
-
304
- beforeCommitId?: string;
305
-
306
- afterCommitId: string | undefined;
307
-
308
- location?: Location;
309
-
310
- content: string | undefined;
311
-
312
- clientRequestToken?: string;
313
- }
314
- export interface PostCommentForComparedCommitOutput {
315
-
316
- repositoryName?: string;
317
-
318
- beforeCommitId?: string;
319
-
320
- afterCommitId?: string;
321
-
322
- beforeBlobId?: string;
323
-
324
- afterBlobId?: string;
325
-
326
- location?: Location;
327
-
328
- comment?: Comment;
329
- }
330
- export interface PostCommentForPullRequestInput {
331
-
332
- pullRequestId: string | undefined;
333
-
334
- repositoryName: string | undefined;
335
-
336
- beforeCommitId: string | undefined;
337
-
338
- afterCommitId: string | undefined;
339
-
340
- location?: Location;
341
-
342
- content: string | undefined;
343
-
344
- clientRequestToken?: string;
345
- }
346
- export interface PostCommentForPullRequestOutput {
347
-
348
- repositoryName?: string;
349
-
350
- pullRequestId?: string;
351
-
352
- beforeCommitId?: string;
353
-
354
- afterCommitId?: string;
355
-
356
- beforeBlobId?: string;
357
-
358
- afterBlobId?: string;
359
-
360
- location?: Location;
361
-
362
- comment?: Comment;
363
- }
364
- export interface PostCommentReplyInput {
365
-
366
- inReplyTo: string | undefined;
367
-
368
- clientRequestToken?: string;
369
-
370
- content: string | undefined;
371
- }
372
- export interface PostCommentReplyOutput {
373
-
374
- comment?: Comment;
375
- }
376
-
377
- export declare class InvalidReactionValueException extends __BaseException {
378
- readonly name: "InvalidReactionValueException";
379
- readonly $fault: "client";
380
-
381
- constructor(opts: __ExceptionOptionType<InvalidReactionValueException, __BaseException>);
382
- }
383
- export interface PutCommentReactionInput {
384
-
385
- commentId: string | undefined;
386
-
387
- reactionValue: string | undefined;
388
- }
389
-
390
- export declare class ReactionLimitExceededException extends __BaseException {
391
- readonly name: "ReactionLimitExceededException";
392
- readonly $fault: "client";
393
-
394
- constructor(opts: __ExceptionOptionType<ReactionLimitExceededException, __BaseException>);
395
- }
396
-
397
- export declare class ReactionValueRequiredException extends __BaseException {
398
- readonly name: "ReactionValueRequiredException";
399
- readonly $fault: "client";
400
-
401
- constructor(opts: __ExceptionOptionType<ReactionValueRequiredException, __BaseException>);
402
- }
403
-
404
- export declare class FileContentRequiredException extends __BaseException {
405
- readonly name: "FileContentRequiredException";
406
- readonly $fault: "client";
407
-
408
- constructor(opts: __ExceptionOptionType<FileContentRequiredException, __BaseException>);
409
- }
410
- export interface PutFileInput {
411
-
412
- repositoryName: string | undefined;
413
-
414
- branchName: string | undefined;
415
-
416
- fileContent: Uint8Array | undefined;
417
-
418
- filePath: string | undefined;
419
-
420
- fileMode?: FileModeTypeEnum | string;
421
-
422
- parentCommitId?: string;
423
-
424
- commitMessage?: string;
425
-
426
- name?: string;
427
-
428
- email?: string;
429
- }
430
- export interface PutFileOutput {
431
-
432
- commitId: string | undefined;
433
-
434
- blobId: string | undefined;
435
-
436
- treeId: string | undefined;
437
- }
438
-
439
- export declare class SameFileContentException extends __BaseException {
440
- readonly name: "SameFileContentException";
441
- readonly $fault: "client";
442
-
443
- constructor(opts: __ExceptionOptionType<SameFileContentException, __BaseException>);
444
- }
445
-
446
- export declare class InvalidRepositoryTriggerBranchNameException extends __BaseException {
447
- readonly name: "InvalidRepositoryTriggerBranchNameException";
448
- readonly $fault: "client";
449
-
450
- constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerBranchNameException, __BaseException>);
451
- }
452
-
453
- export declare class InvalidRepositoryTriggerCustomDataException extends __BaseException {
454
- readonly name: "InvalidRepositoryTriggerCustomDataException";
455
- readonly $fault: "client";
456
-
457
- constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerCustomDataException, __BaseException>);
458
- }
459
-
460
- export declare class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
461
- readonly name: "InvalidRepositoryTriggerDestinationArnException";
462
- readonly $fault: "client";
463
-
464
- constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerDestinationArnException, __BaseException>);
465
- }
466
-
467
- export declare class InvalidRepositoryTriggerEventsException extends __BaseException {
468
- readonly name: "InvalidRepositoryTriggerEventsException";
469
- readonly $fault: "client";
470
-
471
- constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerEventsException, __BaseException>);
472
- }
473
-
474
- export declare class InvalidRepositoryTriggerNameException extends __BaseException {
475
- readonly name: "InvalidRepositoryTriggerNameException";
476
- readonly $fault: "client";
477
-
478
- constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerNameException, __BaseException>);
479
- }
480
-
481
- export declare class InvalidRepositoryTriggerRegionException extends __BaseException {
482
- readonly name: "InvalidRepositoryTriggerRegionException";
483
- readonly $fault: "client";
484
-
485
- constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerRegionException, __BaseException>);
486
- }
487
-
488
- export declare class MaximumBranchesExceededException extends __BaseException {
489
- readonly name: "MaximumBranchesExceededException";
490
- readonly $fault: "client";
491
-
492
- constructor(opts: __ExceptionOptionType<MaximumBranchesExceededException, __BaseException>);
493
- }
494
-
495
- export declare class MaximumRepositoryTriggersExceededException extends __BaseException {
496
- readonly name: "MaximumRepositoryTriggersExceededException";
497
- readonly $fault: "client";
498
-
499
- constructor(opts: __ExceptionOptionType<MaximumRepositoryTriggersExceededException, __BaseException>);
500
- }
501
-
502
- export interface PutRepositoryTriggersInput {
503
-
504
- repositoryName: string | undefined;
505
-
506
- triggers: RepositoryTrigger[] | undefined;
507
- }
508
-
509
- export interface PutRepositoryTriggersOutput {
510
-
511
- configurationId?: string;
512
- }
513
-
514
- export declare class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
515
- readonly name: "RepositoryTriggerBranchNameListRequiredException";
516
- readonly $fault: "client";
517
-
518
- constructor(opts: __ExceptionOptionType<RepositoryTriggerBranchNameListRequiredException, __BaseException>);
519
- }
520
-
521
- export declare class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
522
- readonly name: "RepositoryTriggerDestinationArnRequiredException";
523
- readonly $fault: "client";
524
-
525
- constructor(opts: __ExceptionOptionType<RepositoryTriggerDestinationArnRequiredException, __BaseException>);
526
- }
527
-
528
- export declare class RepositoryTriggerEventsListRequiredException extends __BaseException {
529
- readonly name: "RepositoryTriggerEventsListRequiredException";
530
- readonly $fault: "client";
531
-
532
- constructor(opts: __ExceptionOptionType<RepositoryTriggerEventsListRequiredException, __BaseException>);
533
- }
534
-
535
- export declare class RepositoryTriggerNameRequiredException extends __BaseException {
536
- readonly name: "RepositoryTriggerNameRequiredException";
537
- readonly $fault: "client";
538
-
539
- constructor(opts: __ExceptionOptionType<RepositoryTriggerNameRequiredException, __BaseException>);
540
- }
541
-
542
- export declare class RepositoryTriggersListRequiredException extends __BaseException {
543
- readonly name: "RepositoryTriggersListRequiredException";
544
- readonly $fault: "client";
545
-
546
- constructor(opts: __ExceptionOptionType<RepositoryTriggersListRequiredException, __BaseException>);
547
- }
548
- export interface TagResourceInput {
549
-
550
- resourceArn: string | undefined;
551
-
552
- tags: Record<string, string> | undefined;
553
- }
554
-
555
- export declare class TagsMapRequiredException extends __BaseException {
556
- readonly name: "TagsMapRequiredException";
557
- readonly $fault: "client";
558
-
559
- constructor(opts: __ExceptionOptionType<TagsMapRequiredException, __BaseException>);
560
- }
561
-
562
- export interface TestRepositoryTriggersInput {
563
-
564
- repositoryName: string | undefined;
565
-
566
- triggers: RepositoryTrigger[] | undefined;
567
- }
568
-
569
- export interface RepositoryTriggerExecutionFailure {
570
-
571
- trigger?: string;
572
-
573
- failureMessage?: string;
574
- }
575
-
576
- export interface TestRepositoryTriggersOutput {
577
-
578
- successfulExecutions?: string[];
579
-
580
- failedExecutions?: RepositoryTriggerExecutionFailure[];
581
- }
582
-
583
- export declare class InvalidTagKeysListException extends __BaseException {
584
- readonly name: "InvalidTagKeysListException";
585
- readonly $fault: "client";
586
-
587
- constructor(opts: __ExceptionOptionType<InvalidTagKeysListException, __BaseException>);
588
- }
589
-
590
- export declare class TagKeysListRequiredException extends __BaseException {
591
- readonly name: "TagKeysListRequiredException";
592
- readonly $fault: "client";
593
-
594
- constructor(opts: __ExceptionOptionType<TagKeysListRequiredException, __BaseException>);
595
- }
596
- export interface UntagResourceInput {
597
-
598
- resourceArn: string | undefined;
599
-
600
- tagKeys: string[] | undefined;
601
- }
602
-
603
- export declare class InvalidRuleContentSha256Exception extends __BaseException {
604
- readonly name: "InvalidRuleContentSha256Exception";
605
- readonly $fault: "client";
606
-
607
- constructor(opts: __ExceptionOptionType<InvalidRuleContentSha256Exception, __BaseException>);
608
- }
609
- export interface UpdateApprovalRuleTemplateContentInput {
610
-
611
- approvalRuleTemplateName: string | undefined;
612
-
613
- newRuleContent: string | undefined;
614
-
615
- existingRuleContentSha256?: string;
616
- }
617
- export interface UpdateApprovalRuleTemplateContentOutput {
618
-
619
- approvalRuleTemplate: ApprovalRuleTemplate | undefined;
620
- }
621
- export interface UpdateApprovalRuleTemplateDescriptionInput {
622
-
623
- approvalRuleTemplateName: string | undefined;
624
-
625
- approvalRuleTemplateDescription: string | undefined;
626
- }
627
- export interface UpdateApprovalRuleTemplateDescriptionOutput {
628
-
629
- approvalRuleTemplate: ApprovalRuleTemplate | undefined;
630
- }
631
- export interface UpdateApprovalRuleTemplateNameInput {
632
-
633
- oldApprovalRuleTemplateName: string | undefined;
634
-
635
- newApprovalRuleTemplateName: string | undefined;
636
- }
637
- export interface UpdateApprovalRuleTemplateNameOutput {
638
-
639
- approvalRuleTemplate: ApprovalRuleTemplate | undefined;
640
- }
641
-
642
- export declare class CommentNotCreatedByCallerException extends __BaseException {
643
- readonly name: "CommentNotCreatedByCallerException";
644
- readonly $fault: "client";
645
-
646
- constructor(opts: __ExceptionOptionType<CommentNotCreatedByCallerException, __BaseException>);
647
- }
648
- export interface UpdateCommentInput {
649
-
650
- commentId: string | undefined;
651
-
652
- content: string | undefined;
653
- }
654
- export interface UpdateCommentOutput {
655
-
656
- comment?: Comment;
657
- }
658
-
659
- export interface UpdateDefaultBranchInput {
660
-
661
- repositoryName: string | undefined;
662
-
663
- defaultBranchName: string | undefined;
664
- }
665
- export interface UpdatePullRequestApprovalRuleContentInput {
666
-
667
- pullRequestId: string | undefined;
668
-
669
- approvalRuleName: string | undefined;
670
-
671
- existingRuleContentSha256?: string;
672
-
673
- newRuleContent: string | undefined;
674
- }
675
- export interface UpdatePullRequestApprovalRuleContentOutput {
676
-
677
- approvalRule: ApprovalRule | undefined;
678
- }
679
-
680
- export declare class InvalidApprovalStateException extends __BaseException {
681
- readonly name: "InvalidApprovalStateException";
682
- readonly $fault: "client";
683
-
684
- constructor(opts: __ExceptionOptionType<InvalidApprovalStateException, __BaseException>);
685
- }
686
-
687
- export declare class MaximumNumberOfApprovalsExceededException extends __BaseException {
688
- readonly name: "MaximumNumberOfApprovalsExceededException";
689
- readonly $fault: "client";
690
-
691
- constructor(opts: __ExceptionOptionType<MaximumNumberOfApprovalsExceededException, __BaseException>);
692
- }
693
-
694
- export declare class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
695
- readonly name: "PullRequestCannotBeApprovedByAuthorException";
696
- readonly $fault: "client";
697
-
698
- constructor(opts: __ExceptionOptionType<PullRequestCannotBeApprovedByAuthorException, __BaseException>);
699
- }
700
- export interface UpdatePullRequestApprovalStateInput {
701
-
702
- pullRequestId: string | undefined;
703
-
704
- revisionId: string | undefined;
705
-
706
- approvalState: ApprovalState | string | undefined;
707
- }
708
- export interface UpdatePullRequestDescriptionInput {
709
-
710
- pullRequestId: string | undefined;
711
-
712
- description: string | undefined;
713
- }
714
- export interface UpdatePullRequestDescriptionOutput {
715
-
716
- pullRequest: PullRequest | undefined;
717
- }
718
-
719
- export declare class InvalidPullRequestStatusUpdateException extends __BaseException {
720
- readonly name: "InvalidPullRequestStatusUpdateException";
721
- readonly $fault: "client";
722
-
723
- constructor(opts: __ExceptionOptionType<InvalidPullRequestStatusUpdateException, __BaseException>);
724
- }
725
-
726
- export declare class PullRequestStatusRequiredException extends __BaseException {
727
- readonly name: "PullRequestStatusRequiredException";
728
- readonly $fault: "client";
729
-
730
- constructor(opts: __ExceptionOptionType<PullRequestStatusRequiredException, __BaseException>);
731
- }
732
- export interface UpdatePullRequestStatusInput {
733
-
734
- pullRequestId: string | undefined;
735
-
736
- pullRequestStatus: PullRequestStatusEnum | string | undefined;
737
- }
738
- export interface UpdatePullRequestStatusOutput {
739
-
740
- pullRequest: PullRequest | undefined;
741
- }
742
- export interface UpdatePullRequestTitleInput {
743
-
744
- pullRequestId: string | undefined;
745
-
746
- title: string | undefined;
747
- }
748
- export interface UpdatePullRequestTitleOutput {
749
-
750
- pullRequest: PullRequest | undefined;
751
- }
752
-
753
- export interface UpdateRepositoryDescriptionInput {
754
-
755
- repositoryName: string | undefined;
756
-
757
- repositoryDescription?: string;
758
- }
759
-
760
- export interface UpdateRepositoryNameInput {
761
-
762
- oldName: string | undefined;
763
-
764
- newName: string | undefined;
765
- }
766
-
767
- export declare const ListRepositoriesInputFilterSensitiveLog: (obj: ListRepositoriesInput) => any;
768
-
769
- export declare const RepositoryNameIdPairFilterSensitiveLog: (obj: RepositoryNameIdPair) => any;
770
-
771
- export declare const ListRepositoriesOutputFilterSensitiveLog: (obj: ListRepositoriesOutput) => any;
772
-
773
- export declare const ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateInput) => any;
774
-
775
- export declare const ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateOutput) => any;
776
-
777
- export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
778
-
779
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
780
-
781
- export declare const MergeBranchesByFastForwardInputFilterSensitiveLog: (obj: MergeBranchesByFastForwardInput) => any;
782
-
783
- export declare const MergeBranchesByFastForwardOutputFilterSensitiveLog: (obj: MergeBranchesByFastForwardOutput) => any;
784
-
785
- export declare const MergeBranchesBySquashInputFilterSensitiveLog: (obj: MergeBranchesBySquashInput) => any;
786
-
787
- export declare const MergeBranchesBySquashOutputFilterSensitiveLog: (obj: MergeBranchesBySquashOutput) => any;
788
-
789
- export declare const MergeBranchesByThreeWayInputFilterSensitiveLog: (obj: MergeBranchesByThreeWayInput) => any;
790
-
791
- export declare const MergeBranchesByThreeWayOutputFilterSensitiveLog: (obj: MergeBranchesByThreeWayOutput) => any;
792
-
793
- export declare const MergePullRequestByFastForwardInputFilterSensitiveLog: (obj: MergePullRequestByFastForwardInput) => any;
794
-
795
- export declare const MergePullRequestByFastForwardOutputFilterSensitiveLog: (obj: MergePullRequestByFastForwardOutput) => any;
796
-
797
- export declare const MergePullRequestBySquashInputFilterSensitiveLog: (obj: MergePullRequestBySquashInput) => any;
798
-
799
- export declare const MergePullRequestBySquashOutputFilterSensitiveLog: (obj: MergePullRequestBySquashOutput) => any;
800
-
801
- export declare const MergePullRequestByThreeWayInputFilterSensitiveLog: (obj: MergePullRequestByThreeWayInput) => any;
802
-
803
- export declare const MergePullRequestByThreeWayOutputFilterSensitiveLog: (obj: MergePullRequestByThreeWayOutput) => any;
804
-
805
- export declare const OverridePullRequestApprovalRulesInputFilterSensitiveLog: (obj: OverridePullRequestApprovalRulesInput) => any;
806
-
807
- export declare const PostCommentForComparedCommitInputFilterSensitiveLog: (obj: PostCommentForComparedCommitInput) => any;
808
-
809
- export declare const PostCommentForComparedCommitOutputFilterSensitiveLog: (obj: PostCommentForComparedCommitOutput) => any;
810
-
811
- export declare const PostCommentForPullRequestInputFilterSensitiveLog: (obj: PostCommentForPullRequestInput) => any;
812
-
813
- export declare const PostCommentForPullRequestOutputFilterSensitiveLog: (obj: PostCommentForPullRequestOutput) => any;
814
-
815
- export declare const PostCommentReplyInputFilterSensitiveLog: (obj: PostCommentReplyInput) => any;
816
-
817
- export declare const PostCommentReplyOutputFilterSensitiveLog: (obj: PostCommentReplyOutput) => any;
818
-
819
- export declare const PutCommentReactionInputFilterSensitiveLog: (obj: PutCommentReactionInput) => any;
820
-
821
- export declare const PutFileInputFilterSensitiveLog: (obj: PutFileInput) => any;
822
-
823
- export declare const PutFileOutputFilterSensitiveLog: (obj: PutFileOutput) => any;
824
-
825
- export declare const PutRepositoryTriggersInputFilterSensitiveLog: (obj: PutRepositoryTriggersInput) => any;
826
-
827
- export declare const PutRepositoryTriggersOutputFilterSensitiveLog: (obj: PutRepositoryTriggersOutput) => any;
828
-
829
- export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
830
-
831
- export declare const TestRepositoryTriggersInputFilterSensitiveLog: (obj: TestRepositoryTriggersInput) => any;
832
-
833
- export declare const RepositoryTriggerExecutionFailureFilterSensitiveLog: (obj: RepositoryTriggerExecutionFailure) => any;
834
-
835
- export declare const TestRepositoryTriggersOutputFilterSensitiveLog: (obj: TestRepositoryTriggersOutput) => any;
836
-
837
- export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
838
-
839
- export declare const UpdateApprovalRuleTemplateContentInputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateContentInput) => any;
840
-
841
- export declare const UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateContentOutput) => any;
842
-
843
- export declare const UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateDescriptionInput) => any;
844
-
845
- export declare const UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateDescriptionOutput) => any;
846
-
847
- export declare const UpdateApprovalRuleTemplateNameInputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameInput) => any;
848
-
849
- export declare const UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameOutput) => any;
850
-
851
- export declare const UpdateCommentInputFilterSensitiveLog: (obj: UpdateCommentInput) => any;
852
-
853
- export declare const UpdateCommentOutputFilterSensitiveLog: (obj: UpdateCommentOutput) => any;
854
-
855
- export declare const UpdateDefaultBranchInputFilterSensitiveLog: (obj: UpdateDefaultBranchInput) => any;
856
-
857
- export declare const UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentInput) => any;
858
-
859
- export declare const UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentOutput) => any;
860
-
861
- export declare const UpdatePullRequestApprovalStateInputFilterSensitiveLog: (obj: UpdatePullRequestApprovalStateInput) => any;
862
-
863
- export declare const UpdatePullRequestDescriptionInputFilterSensitiveLog: (obj: UpdatePullRequestDescriptionInput) => any;
864
-
865
- export declare const UpdatePullRequestDescriptionOutputFilterSensitiveLog: (obj: UpdatePullRequestDescriptionOutput) => any;
866
-
867
- export declare const UpdatePullRequestStatusInputFilterSensitiveLog: (obj: UpdatePullRequestStatusInput) => any;
868
-
869
- export declare const UpdatePullRequestStatusOutputFilterSensitiveLog: (obj: UpdatePullRequestStatusOutput) => any;
870
-
871
- export declare const UpdatePullRequestTitleInputFilterSensitiveLog: (obj: UpdatePullRequestTitleInput) => any;
872
-
873
- export declare const UpdatePullRequestTitleOutputFilterSensitiveLog: (obj: UpdatePullRequestTitleOutput) => any;
874
-
875
- export declare const UpdateRepositoryDescriptionInputFilterSensitiveLog: (obj: UpdateRepositoryDescriptionInput) => any;
876
-
877
- export declare const UpdateRepositoryNameInputFilterSensitiveLog: (obj: UpdateRepositoryNameInput) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
3
+ import {
4
+ ApprovalRule,
5
+ ApprovalRuleTemplate,
6
+ ApprovalState,
7
+ Comment,
8
+ ConflictDetailLevelTypeEnum,
9
+ ConflictResolution,
10
+ ConflictResolutionStrategyTypeEnum,
11
+ FileModeTypeEnum,
12
+ Location,
13
+ OverrideStatus,
14
+ PullRequest,
15
+ PullRequestStatusEnum,
16
+ RepositoryTrigger,
17
+ } from "./models_0";
18
+ export declare enum OrderEnum {
19
+ ASCENDING = "ascending",
20
+ DESCENDING = "descending",
21
+ }
22
+ export declare enum SortByEnum {
23
+ MODIFIED_DATE = "lastModifiedDate",
24
+ REPOSITORY_NAME = "repositoryName",
25
+ }
26
+ export interface ListRepositoriesInput {
27
+ nextToken?: string;
28
+ sortBy?: SortByEnum | string;
29
+ order?: OrderEnum | string;
30
+ }
31
+ export interface RepositoryNameIdPair {
32
+ repositoryName?: string;
33
+ repositoryId?: string;
34
+ }
35
+ export interface ListRepositoriesOutput {
36
+ repositories?: RepositoryNameIdPair[];
37
+ nextToken?: string;
38
+ }
39
+ export interface ListRepositoriesForApprovalRuleTemplateInput {
40
+ approvalRuleTemplateName: string | undefined;
41
+ nextToken?: string;
42
+ maxResults?: number;
43
+ }
44
+ export interface ListRepositoriesForApprovalRuleTemplateOutput {
45
+ repositoryNames?: string[];
46
+ nextToken?: string;
47
+ }
48
+ export declare class InvalidResourceArnException extends __BaseException {
49
+ readonly name: "InvalidResourceArnException";
50
+ readonly $fault: "client";
51
+ constructor(
52
+ opts: __ExceptionOptionType<InvalidResourceArnException, __BaseException>
53
+ );
54
+ }
55
+ export interface ListTagsForResourceInput {
56
+ resourceArn: string | undefined;
57
+ nextToken?: string;
58
+ }
59
+ export interface ListTagsForResourceOutput {
60
+ tags?: Record<string, string>;
61
+ nextToken?: string;
62
+ }
63
+ export declare class ResourceArnRequiredException extends __BaseException {
64
+ readonly name: "ResourceArnRequiredException";
65
+ readonly $fault: "client";
66
+ constructor(
67
+ opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>
68
+ );
69
+ }
70
+ export declare class InvalidTargetBranchException extends __BaseException {
71
+ readonly name: "InvalidTargetBranchException";
72
+ readonly $fault: "client";
73
+ constructor(
74
+ opts: __ExceptionOptionType<InvalidTargetBranchException, __BaseException>
75
+ );
76
+ }
77
+ export interface MergeBranchesByFastForwardInput {
78
+ repositoryName: string | undefined;
79
+ sourceCommitSpecifier: string | undefined;
80
+ destinationCommitSpecifier: string | undefined;
81
+ targetBranch?: string;
82
+ }
83
+ export interface MergeBranchesByFastForwardOutput {
84
+ commitId?: string;
85
+ treeId?: string;
86
+ }
87
+ export interface MergeBranchesBySquashInput {
88
+ repositoryName: string | undefined;
89
+ sourceCommitSpecifier: string | undefined;
90
+ destinationCommitSpecifier: string | undefined;
91
+ targetBranch?: string;
92
+ conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
93
+ conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
94
+ authorName?: string;
95
+ email?: string;
96
+ commitMessage?: string;
97
+ keepEmptyFolders?: boolean;
98
+ conflictResolution?: ConflictResolution;
99
+ }
100
+ export interface MergeBranchesBySquashOutput {
101
+ commitId?: string;
102
+ treeId?: string;
103
+ }
104
+ export interface MergeBranchesByThreeWayInput {
105
+ repositoryName: string | undefined;
106
+ sourceCommitSpecifier: string | undefined;
107
+ destinationCommitSpecifier: string | undefined;
108
+ targetBranch?: string;
109
+ conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
110
+ conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
111
+ authorName?: string;
112
+ email?: string;
113
+ commitMessage?: string;
114
+ keepEmptyFolders?: boolean;
115
+ conflictResolution?: ConflictResolution;
116
+ }
117
+ export interface MergeBranchesByThreeWayOutput {
118
+ commitId?: string;
119
+ treeId?: string;
120
+ }
121
+ export interface MergePullRequestByFastForwardInput {
122
+ pullRequestId: string | undefined;
123
+ repositoryName: string | undefined;
124
+ sourceCommitId?: string;
125
+ }
126
+ export interface MergePullRequestByFastForwardOutput {
127
+ pullRequest?: PullRequest;
128
+ }
129
+ export declare class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
130
+ readonly name: "PullRequestApprovalRulesNotSatisfiedException";
131
+ readonly $fault: "client";
132
+ constructor(
133
+ opts: __ExceptionOptionType<
134
+ PullRequestApprovalRulesNotSatisfiedException,
135
+ __BaseException
136
+ >
137
+ );
138
+ }
139
+ export declare class TipOfSourceReferenceIsDifferentException extends __BaseException {
140
+ readonly name: "TipOfSourceReferenceIsDifferentException";
141
+ readonly $fault: "client";
142
+ constructor(
143
+ opts: __ExceptionOptionType<
144
+ TipOfSourceReferenceIsDifferentException,
145
+ __BaseException
146
+ >
147
+ );
148
+ }
149
+ export interface MergePullRequestBySquashInput {
150
+ pullRequestId: string | undefined;
151
+ repositoryName: string | undefined;
152
+ sourceCommitId?: string;
153
+ conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
154
+ conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
155
+ commitMessage?: string;
156
+ authorName?: string;
157
+ email?: string;
158
+ keepEmptyFolders?: boolean;
159
+ conflictResolution?: ConflictResolution;
160
+ }
161
+ export interface MergePullRequestBySquashOutput {
162
+ pullRequest?: PullRequest;
163
+ }
164
+ export interface MergePullRequestByThreeWayInput {
165
+ pullRequestId: string | undefined;
166
+ repositoryName: string | undefined;
167
+ sourceCommitId?: string;
168
+ conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
169
+ conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
170
+ commitMessage?: string;
171
+ authorName?: string;
172
+ email?: string;
173
+ keepEmptyFolders?: boolean;
174
+ conflictResolution?: ConflictResolution;
175
+ }
176
+ export interface MergePullRequestByThreeWayOutput {
177
+ pullRequest?: PullRequest;
178
+ }
179
+ export declare class InvalidOverrideStatusException extends __BaseException {
180
+ readonly name: "InvalidOverrideStatusException";
181
+ readonly $fault: "client";
182
+ constructor(
183
+ opts: __ExceptionOptionType<InvalidOverrideStatusException, __BaseException>
184
+ );
185
+ }
186
+ export declare class OverrideAlreadySetException extends __BaseException {
187
+ readonly name: "OverrideAlreadySetException";
188
+ readonly $fault: "client";
189
+ constructor(
190
+ opts: __ExceptionOptionType<OverrideAlreadySetException, __BaseException>
191
+ );
192
+ }
193
+ export interface OverridePullRequestApprovalRulesInput {
194
+ pullRequestId: string | undefined;
195
+ revisionId: string | undefined;
196
+ overrideStatus: OverrideStatus | string | undefined;
197
+ }
198
+ export declare class OverrideStatusRequiredException extends __BaseException {
199
+ readonly name: "OverrideStatusRequiredException";
200
+ readonly $fault: "client";
201
+ constructor(
202
+ opts: __ExceptionOptionType<
203
+ OverrideStatusRequiredException,
204
+ __BaseException
205
+ >
206
+ );
207
+ }
208
+ export declare class CommentContentRequiredException extends __BaseException {
209
+ readonly name: "CommentContentRequiredException";
210
+ readonly $fault: "client";
211
+ constructor(
212
+ opts: __ExceptionOptionType<
213
+ CommentContentRequiredException,
214
+ __BaseException
215
+ >
216
+ );
217
+ }
218
+ export declare class CommentContentSizeLimitExceededException extends __BaseException {
219
+ readonly name: "CommentContentSizeLimitExceededException";
220
+ readonly $fault: "client";
221
+ constructor(
222
+ opts: __ExceptionOptionType<
223
+ CommentContentSizeLimitExceededException,
224
+ __BaseException
225
+ >
226
+ );
227
+ }
228
+ export declare class InvalidFileLocationException extends __BaseException {
229
+ readonly name: "InvalidFileLocationException";
230
+ readonly $fault: "client";
231
+ constructor(
232
+ opts: __ExceptionOptionType<InvalidFileLocationException, __BaseException>
233
+ );
234
+ }
235
+ export declare class InvalidFilePositionException extends __BaseException {
236
+ readonly name: "InvalidFilePositionException";
237
+ readonly $fault: "client";
238
+ constructor(
239
+ opts: __ExceptionOptionType<InvalidFilePositionException, __BaseException>
240
+ );
241
+ }
242
+ export declare class InvalidRelativeFileVersionEnumException extends __BaseException {
243
+ readonly name: "InvalidRelativeFileVersionEnumException";
244
+ readonly $fault: "client";
245
+ constructor(
246
+ opts: __ExceptionOptionType<
247
+ InvalidRelativeFileVersionEnumException,
248
+ __BaseException
249
+ >
250
+ );
251
+ }
252
+ export interface PostCommentForComparedCommitInput {
253
+ repositoryName: string | undefined;
254
+ beforeCommitId?: string;
255
+ afterCommitId: string | undefined;
256
+ location?: Location;
257
+ content: string | undefined;
258
+ clientRequestToken?: string;
259
+ }
260
+ export interface PostCommentForComparedCommitOutput {
261
+ repositoryName?: string;
262
+ beforeCommitId?: string;
263
+ afterCommitId?: string;
264
+ beforeBlobId?: string;
265
+ afterBlobId?: string;
266
+ location?: Location;
267
+ comment?: Comment;
268
+ }
269
+ export interface PostCommentForPullRequestInput {
270
+ pullRequestId: string | undefined;
271
+ repositoryName: string | undefined;
272
+ beforeCommitId: string | undefined;
273
+ afterCommitId: string | undefined;
274
+ location?: Location;
275
+ content: string | undefined;
276
+ clientRequestToken?: string;
277
+ }
278
+ export interface PostCommentForPullRequestOutput {
279
+ repositoryName?: string;
280
+ pullRequestId?: string;
281
+ beforeCommitId?: string;
282
+ afterCommitId?: string;
283
+ beforeBlobId?: string;
284
+ afterBlobId?: string;
285
+ location?: Location;
286
+ comment?: Comment;
287
+ }
288
+ export interface PostCommentReplyInput {
289
+ inReplyTo: string | undefined;
290
+ clientRequestToken?: string;
291
+ content: string | undefined;
292
+ }
293
+ export interface PostCommentReplyOutput {
294
+ comment?: Comment;
295
+ }
296
+ export declare class InvalidReactionValueException extends __BaseException {
297
+ readonly name: "InvalidReactionValueException";
298
+ readonly $fault: "client";
299
+ constructor(
300
+ opts: __ExceptionOptionType<InvalidReactionValueException, __BaseException>
301
+ );
302
+ }
303
+ export interface PutCommentReactionInput {
304
+ commentId: string | undefined;
305
+ reactionValue: string | undefined;
306
+ }
307
+ export declare class ReactionLimitExceededException extends __BaseException {
308
+ readonly name: "ReactionLimitExceededException";
309
+ readonly $fault: "client";
310
+ constructor(
311
+ opts: __ExceptionOptionType<ReactionLimitExceededException, __BaseException>
312
+ );
313
+ }
314
+ export declare class ReactionValueRequiredException extends __BaseException {
315
+ readonly name: "ReactionValueRequiredException";
316
+ readonly $fault: "client";
317
+ constructor(
318
+ opts: __ExceptionOptionType<ReactionValueRequiredException, __BaseException>
319
+ );
320
+ }
321
+ export declare class FileContentRequiredException extends __BaseException {
322
+ readonly name: "FileContentRequiredException";
323
+ readonly $fault: "client";
324
+ constructor(
325
+ opts: __ExceptionOptionType<FileContentRequiredException, __BaseException>
326
+ );
327
+ }
328
+ export interface PutFileInput {
329
+ repositoryName: string | undefined;
330
+ branchName: string | undefined;
331
+ fileContent: Uint8Array | undefined;
332
+ filePath: string | undefined;
333
+ fileMode?: FileModeTypeEnum | string;
334
+ parentCommitId?: string;
335
+ commitMessage?: string;
336
+ name?: string;
337
+ email?: string;
338
+ }
339
+ export interface PutFileOutput {
340
+ commitId: string | undefined;
341
+ blobId: string | undefined;
342
+ treeId: string | undefined;
343
+ }
344
+ export declare class SameFileContentException extends __BaseException {
345
+ readonly name: "SameFileContentException";
346
+ readonly $fault: "client";
347
+ constructor(
348
+ opts: __ExceptionOptionType<SameFileContentException, __BaseException>
349
+ );
350
+ }
351
+ export declare class InvalidRepositoryTriggerBranchNameException extends __BaseException {
352
+ readonly name: "InvalidRepositoryTriggerBranchNameException";
353
+ readonly $fault: "client";
354
+ constructor(
355
+ opts: __ExceptionOptionType<
356
+ InvalidRepositoryTriggerBranchNameException,
357
+ __BaseException
358
+ >
359
+ );
360
+ }
361
+ export declare class InvalidRepositoryTriggerCustomDataException extends __BaseException {
362
+ readonly name: "InvalidRepositoryTriggerCustomDataException";
363
+ readonly $fault: "client";
364
+ constructor(
365
+ opts: __ExceptionOptionType<
366
+ InvalidRepositoryTriggerCustomDataException,
367
+ __BaseException
368
+ >
369
+ );
370
+ }
371
+ export declare class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
372
+ readonly name: "InvalidRepositoryTriggerDestinationArnException";
373
+ readonly $fault: "client";
374
+ constructor(
375
+ opts: __ExceptionOptionType<
376
+ InvalidRepositoryTriggerDestinationArnException,
377
+ __BaseException
378
+ >
379
+ );
380
+ }
381
+ export declare class InvalidRepositoryTriggerEventsException extends __BaseException {
382
+ readonly name: "InvalidRepositoryTriggerEventsException";
383
+ readonly $fault: "client";
384
+ constructor(
385
+ opts: __ExceptionOptionType<
386
+ InvalidRepositoryTriggerEventsException,
387
+ __BaseException
388
+ >
389
+ );
390
+ }
391
+ export declare class InvalidRepositoryTriggerNameException extends __BaseException {
392
+ readonly name: "InvalidRepositoryTriggerNameException";
393
+ readonly $fault: "client";
394
+ constructor(
395
+ opts: __ExceptionOptionType<
396
+ InvalidRepositoryTriggerNameException,
397
+ __BaseException
398
+ >
399
+ );
400
+ }
401
+ export declare class InvalidRepositoryTriggerRegionException extends __BaseException {
402
+ readonly name: "InvalidRepositoryTriggerRegionException";
403
+ readonly $fault: "client";
404
+ constructor(
405
+ opts: __ExceptionOptionType<
406
+ InvalidRepositoryTriggerRegionException,
407
+ __BaseException
408
+ >
409
+ );
410
+ }
411
+ export declare class MaximumBranchesExceededException extends __BaseException {
412
+ readonly name: "MaximumBranchesExceededException";
413
+ readonly $fault: "client";
414
+ constructor(
415
+ opts: __ExceptionOptionType<
416
+ MaximumBranchesExceededException,
417
+ __BaseException
418
+ >
419
+ );
420
+ }
421
+ export declare class MaximumRepositoryTriggersExceededException extends __BaseException {
422
+ readonly name: "MaximumRepositoryTriggersExceededException";
423
+ readonly $fault: "client";
424
+ constructor(
425
+ opts: __ExceptionOptionType<
426
+ MaximumRepositoryTriggersExceededException,
427
+ __BaseException
428
+ >
429
+ );
430
+ }
431
+ export interface PutRepositoryTriggersInput {
432
+ repositoryName: string | undefined;
433
+ triggers: RepositoryTrigger[] | undefined;
434
+ }
435
+ export interface PutRepositoryTriggersOutput {
436
+ configurationId?: string;
437
+ }
438
+ export declare class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
439
+ readonly name: "RepositoryTriggerBranchNameListRequiredException";
440
+ readonly $fault: "client";
441
+ constructor(
442
+ opts: __ExceptionOptionType<
443
+ RepositoryTriggerBranchNameListRequiredException,
444
+ __BaseException
445
+ >
446
+ );
447
+ }
448
+ export declare class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
449
+ readonly name: "RepositoryTriggerDestinationArnRequiredException";
450
+ readonly $fault: "client";
451
+ constructor(
452
+ opts: __ExceptionOptionType<
453
+ RepositoryTriggerDestinationArnRequiredException,
454
+ __BaseException
455
+ >
456
+ );
457
+ }
458
+ export declare class RepositoryTriggerEventsListRequiredException extends __BaseException {
459
+ readonly name: "RepositoryTriggerEventsListRequiredException";
460
+ readonly $fault: "client";
461
+ constructor(
462
+ opts: __ExceptionOptionType<
463
+ RepositoryTriggerEventsListRequiredException,
464
+ __BaseException
465
+ >
466
+ );
467
+ }
468
+ export declare class RepositoryTriggerNameRequiredException extends __BaseException {
469
+ readonly name: "RepositoryTriggerNameRequiredException";
470
+ readonly $fault: "client";
471
+ constructor(
472
+ opts: __ExceptionOptionType<
473
+ RepositoryTriggerNameRequiredException,
474
+ __BaseException
475
+ >
476
+ );
477
+ }
478
+ export declare class RepositoryTriggersListRequiredException extends __BaseException {
479
+ readonly name: "RepositoryTriggersListRequiredException";
480
+ readonly $fault: "client";
481
+ constructor(
482
+ opts: __ExceptionOptionType<
483
+ RepositoryTriggersListRequiredException,
484
+ __BaseException
485
+ >
486
+ );
487
+ }
488
+ export interface TagResourceInput {
489
+ resourceArn: string | undefined;
490
+ tags: Record<string, string> | undefined;
491
+ }
492
+ export declare class TagsMapRequiredException extends __BaseException {
493
+ readonly name: "TagsMapRequiredException";
494
+ readonly $fault: "client";
495
+ constructor(
496
+ opts: __ExceptionOptionType<TagsMapRequiredException, __BaseException>
497
+ );
498
+ }
499
+ export interface TestRepositoryTriggersInput {
500
+ repositoryName: string | undefined;
501
+ triggers: RepositoryTrigger[] | undefined;
502
+ }
503
+ export interface RepositoryTriggerExecutionFailure {
504
+ trigger?: string;
505
+ failureMessage?: string;
506
+ }
507
+ export interface TestRepositoryTriggersOutput {
508
+ successfulExecutions?: string[];
509
+ failedExecutions?: RepositoryTriggerExecutionFailure[];
510
+ }
511
+ export declare class InvalidTagKeysListException extends __BaseException {
512
+ readonly name: "InvalidTagKeysListException";
513
+ readonly $fault: "client";
514
+ constructor(
515
+ opts: __ExceptionOptionType<InvalidTagKeysListException, __BaseException>
516
+ );
517
+ }
518
+ export declare class TagKeysListRequiredException extends __BaseException {
519
+ readonly name: "TagKeysListRequiredException";
520
+ readonly $fault: "client";
521
+ constructor(
522
+ opts: __ExceptionOptionType<TagKeysListRequiredException, __BaseException>
523
+ );
524
+ }
525
+ export interface UntagResourceInput {
526
+ resourceArn: string | undefined;
527
+ tagKeys: string[] | undefined;
528
+ }
529
+ export declare class InvalidRuleContentSha256Exception extends __BaseException {
530
+ readonly name: "InvalidRuleContentSha256Exception";
531
+ readonly $fault: "client";
532
+ constructor(
533
+ opts: __ExceptionOptionType<
534
+ InvalidRuleContentSha256Exception,
535
+ __BaseException
536
+ >
537
+ );
538
+ }
539
+ export interface UpdateApprovalRuleTemplateContentInput {
540
+ approvalRuleTemplateName: string | undefined;
541
+ newRuleContent: string | undefined;
542
+ existingRuleContentSha256?: string;
543
+ }
544
+ export interface UpdateApprovalRuleTemplateContentOutput {
545
+ approvalRuleTemplate: ApprovalRuleTemplate | undefined;
546
+ }
547
+ export interface UpdateApprovalRuleTemplateDescriptionInput {
548
+ approvalRuleTemplateName: string | undefined;
549
+ approvalRuleTemplateDescription: string | undefined;
550
+ }
551
+ export interface UpdateApprovalRuleTemplateDescriptionOutput {
552
+ approvalRuleTemplate: ApprovalRuleTemplate | undefined;
553
+ }
554
+ export interface UpdateApprovalRuleTemplateNameInput {
555
+ oldApprovalRuleTemplateName: string | undefined;
556
+ newApprovalRuleTemplateName: string | undefined;
557
+ }
558
+ export interface UpdateApprovalRuleTemplateNameOutput {
559
+ approvalRuleTemplate: ApprovalRuleTemplate | undefined;
560
+ }
561
+ export declare class CommentNotCreatedByCallerException extends __BaseException {
562
+ readonly name: "CommentNotCreatedByCallerException";
563
+ readonly $fault: "client";
564
+ constructor(
565
+ opts: __ExceptionOptionType<
566
+ CommentNotCreatedByCallerException,
567
+ __BaseException
568
+ >
569
+ );
570
+ }
571
+ export interface UpdateCommentInput {
572
+ commentId: string | undefined;
573
+ content: string | undefined;
574
+ }
575
+ export interface UpdateCommentOutput {
576
+ comment?: Comment;
577
+ }
578
+ export interface UpdateDefaultBranchInput {
579
+ repositoryName: string | undefined;
580
+ defaultBranchName: string | undefined;
581
+ }
582
+ export interface UpdatePullRequestApprovalRuleContentInput {
583
+ pullRequestId: string | undefined;
584
+ approvalRuleName: string | undefined;
585
+ existingRuleContentSha256?: string;
586
+ newRuleContent: string | undefined;
587
+ }
588
+ export interface UpdatePullRequestApprovalRuleContentOutput {
589
+ approvalRule: ApprovalRule | undefined;
590
+ }
591
+ export declare class InvalidApprovalStateException extends __BaseException {
592
+ readonly name: "InvalidApprovalStateException";
593
+ readonly $fault: "client";
594
+ constructor(
595
+ opts: __ExceptionOptionType<InvalidApprovalStateException, __BaseException>
596
+ );
597
+ }
598
+ export declare class MaximumNumberOfApprovalsExceededException extends __BaseException {
599
+ readonly name: "MaximumNumberOfApprovalsExceededException";
600
+ readonly $fault: "client";
601
+ constructor(
602
+ opts: __ExceptionOptionType<
603
+ MaximumNumberOfApprovalsExceededException,
604
+ __BaseException
605
+ >
606
+ );
607
+ }
608
+ export declare class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
609
+ readonly name: "PullRequestCannotBeApprovedByAuthorException";
610
+ readonly $fault: "client";
611
+ constructor(
612
+ opts: __ExceptionOptionType<
613
+ PullRequestCannotBeApprovedByAuthorException,
614
+ __BaseException
615
+ >
616
+ );
617
+ }
618
+ export interface UpdatePullRequestApprovalStateInput {
619
+ pullRequestId: string | undefined;
620
+ revisionId: string | undefined;
621
+ approvalState: ApprovalState | string | undefined;
622
+ }
623
+ export interface UpdatePullRequestDescriptionInput {
624
+ pullRequestId: string | undefined;
625
+ description: string | undefined;
626
+ }
627
+ export interface UpdatePullRequestDescriptionOutput {
628
+ pullRequest: PullRequest | undefined;
629
+ }
630
+ export declare class InvalidPullRequestStatusUpdateException extends __BaseException {
631
+ readonly name: "InvalidPullRequestStatusUpdateException";
632
+ readonly $fault: "client";
633
+ constructor(
634
+ opts: __ExceptionOptionType<
635
+ InvalidPullRequestStatusUpdateException,
636
+ __BaseException
637
+ >
638
+ );
639
+ }
640
+ export declare class PullRequestStatusRequiredException extends __BaseException {
641
+ readonly name: "PullRequestStatusRequiredException";
642
+ readonly $fault: "client";
643
+ constructor(
644
+ opts: __ExceptionOptionType<
645
+ PullRequestStatusRequiredException,
646
+ __BaseException
647
+ >
648
+ );
649
+ }
650
+ export interface UpdatePullRequestStatusInput {
651
+ pullRequestId: string | undefined;
652
+ pullRequestStatus: PullRequestStatusEnum | string | undefined;
653
+ }
654
+ export interface UpdatePullRequestStatusOutput {
655
+ pullRequest: PullRequest | undefined;
656
+ }
657
+ export interface UpdatePullRequestTitleInput {
658
+ pullRequestId: string | undefined;
659
+ title: string | undefined;
660
+ }
661
+ export interface UpdatePullRequestTitleOutput {
662
+ pullRequest: PullRequest | undefined;
663
+ }
664
+ export interface UpdateRepositoryDescriptionInput {
665
+ repositoryName: string | undefined;
666
+ repositoryDescription?: string;
667
+ }
668
+ export interface UpdateRepositoryNameInput {
669
+ oldName: string | undefined;
670
+ newName: string | undefined;
671
+ }
672
+ export declare const ListRepositoriesInputFilterSensitiveLog: (
673
+ obj: ListRepositoriesInput
674
+ ) => any;
675
+ export declare const RepositoryNameIdPairFilterSensitiveLog: (
676
+ obj: RepositoryNameIdPair
677
+ ) => any;
678
+ export declare const ListRepositoriesOutputFilterSensitiveLog: (
679
+ obj: ListRepositoriesOutput
680
+ ) => any;
681
+ export declare const ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog: (
682
+ obj: ListRepositoriesForApprovalRuleTemplateInput
683
+ ) => any;
684
+ export declare const ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog: (
685
+ obj: ListRepositoriesForApprovalRuleTemplateOutput
686
+ ) => any;
687
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (
688
+ obj: ListTagsForResourceInput
689
+ ) => any;
690
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (
691
+ obj: ListTagsForResourceOutput
692
+ ) => any;
693
+ export declare const MergeBranchesByFastForwardInputFilterSensitiveLog: (
694
+ obj: MergeBranchesByFastForwardInput
695
+ ) => any;
696
+ export declare const MergeBranchesByFastForwardOutputFilterSensitiveLog: (
697
+ obj: MergeBranchesByFastForwardOutput
698
+ ) => any;
699
+ export declare const MergeBranchesBySquashInputFilterSensitiveLog: (
700
+ obj: MergeBranchesBySquashInput
701
+ ) => any;
702
+ export declare const MergeBranchesBySquashOutputFilterSensitiveLog: (
703
+ obj: MergeBranchesBySquashOutput
704
+ ) => any;
705
+ export declare const MergeBranchesByThreeWayInputFilterSensitiveLog: (
706
+ obj: MergeBranchesByThreeWayInput
707
+ ) => any;
708
+ export declare const MergeBranchesByThreeWayOutputFilterSensitiveLog: (
709
+ obj: MergeBranchesByThreeWayOutput
710
+ ) => any;
711
+ export declare const MergePullRequestByFastForwardInputFilterSensitiveLog: (
712
+ obj: MergePullRequestByFastForwardInput
713
+ ) => any;
714
+ export declare const MergePullRequestByFastForwardOutputFilterSensitiveLog: (
715
+ obj: MergePullRequestByFastForwardOutput
716
+ ) => any;
717
+ export declare const MergePullRequestBySquashInputFilterSensitiveLog: (
718
+ obj: MergePullRequestBySquashInput
719
+ ) => any;
720
+ export declare const MergePullRequestBySquashOutputFilterSensitiveLog: (
721
+ obj: MergePullRequestBySquashOutput
722
+ ) => any;
723
+ export declare const MergePullRequestByThreeWayInputFilterSensitiveLog: (
724
+ obj: MergePullRequestByThreeWayInput
725
+ ) => any;
726
+ export declare const MergePullRequestByThreeWayOutputFilterSensitiveLog: (
727
+ obj: MergePullRequestByThreeWayOutput
728
+ ) => any;
729
+ export declare const OverridePullRequestApprovalRulesInputFilterSensitiveLog: (
730
+ obj: OverridePullRequestApprovalRulesInput
731
+ ) => any;
732
+ export declare const PostCommentForComparedCommitInputFilterSensitiveLog: (
733
+ obj: PostCommentForComparedCommitInput
734
+ ) => any;
735
+ export declare const PostCommentForComparedCommitOutputFilterSensitiveLog: (
736
+ obj: PostCommentForComparedCommitOutput
737
+ ) => any;
738
+ export declare const PostCommentForPullRequestInputFilterSensitiveLog: (
739
+ obj: PostCommentForPullRequestInput
740
+ ) => any;
741
+ export declare const PostCommentForPullRequestOutputFilterSensitiveLog: (
742
+ obj: PostCommentForPullRequestOutput
743
+ ) => any;
744
+ export declare const PostCommentReplyInputFilterSensitiveLog: (
745
+ obj: PostCommentReplyInput
746
+ ) => any;
747
+ export declare const PostCommentReplyOutputFilterSensitiveLog: (
748
+ obj: PostCommentReplyOutput
749
+ ) => any;
750
+ export declare const PutCommentReactionInputFilterSensitiveLog: (
751
+ obj: PutCommentReactionInput
752
+ ) => any;
753
+ export declare const PutFileInputFilterSensitiveLog: (obj: PutFileInput) => any;
754
+ export declare const PutFileOutputFilterSensitiveLog: (
755
+ obj: PutFileOutput
756
+ ) => any;
757
+ export declare const PutRepositoryTriggersInputFilterSensitiveLog: (
758
+ obj: PutRepositoryTriggersInput
759
+ ) => any;
760
+ export declare const PutRepositoryTriggersOutputFilterSensitiveLog: (
761
+ obj: PutRepositoryTriggersOutput
762
+ ) => any;
763
+ export declare const TagResourceInputFilterSensitiveLog: (
764
+ obj: TagResourceInput
765
+ ) => any;
766
+ export declare const TestRepositoryTriggersInputFilterSensitiveLog: (
767
+ obj: TestRepositoryTriggersInput
768
+ ) => any;
769
+ export declare const RepositoryTriggerExecutionFailureFilterSensitiveLog: (
770
+ obj: RepositoryTriggerExecutionFailure
771
+ ) => any;
772
+ export declare const TestRepositoryTriggersOutputFilterSensitiveLog: (
773
+ obj: TestRepositoryTriggersOutput
774
+ ) => any;
775
+ export declare const UntagResourceInputFilterSensitiveLog: (
776
+ obj: UntagResourceInput
777
+ ) => any;
778
+ export declare const UpdateApprovalRuleTemplateContentInputFilterSensitiveLog: (
779
+ obj: UpdateApprovalRuleTemplateContentInput
780
+ ) => any;
781
+ export declare const UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog: (
782
+ obj: UpdateApprovalRuleTemplateContentOutput
783
+ ) => any;
784
+ export declare const UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog: (
785
+ obj: UpdateApprovalRuleTemplateDescriptionInput
786
+ ) => any;
787
+ export declare const UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog: (
788
+ obj: UpdateApprovalRuleTemplateDescriptionOutput
789
+ ) => any;
790
+ export declare const UpdateApprovalRuleTemplateNameInputFilterSensitiveLog: (
791
+ obj: UpdateApprovalRuleTemplateNameInput
792
+ ) => any;
793
+ export declare const UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog: (
794
+ obj: UpdateApprovalRuleTemplateNameOutput
795
+ ) => any;
796
+ export declare const UpdateCommentInputFilterSensitiveLog: (
797
+ obj: UpdateCommentInput
798
+ ) => any;
799
+ export declare const UpdateCommentOutputFilterSensitiveLog: (
800
+ obj: UpdateCommentOutput
801
+ ) => any;
802
+ export declare const UpdateDefaultBranchInputFilterSensitiveLog: (
803
+ obj: UpdateDefaultBranchInput
804
+ ) => any;
805
+ export declare const UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog: (
806
+ obj: UpdatePullRequestApprovalRuleContentInput
807
+ ) => any;
808
+ export declare const UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog: (
809
+ obj: UpdatePullRequestApprovalRuleContentOutput
810
+ ) => any;
811
+ export declare const UpdatePullRequestApprovalStateInputFilterSensitiveLog: (
812
+ obj: UpdatePullRequestApprovalStateInput
813
+ ) => any;
814
+ export declare const UpdatePullRequestDescriptionInputFilterSensitiveLog: (
815
+ obj: UpdatePullRequestDescriptionInput
816
+ ) => any;
817
+ export declare const UpdatePullRequestDescriptionOutputFilterSensitiveLog: (
818
+ obj: UpdatePullRequestDescriptionOutput
819
+ ) => any;
820
+ export declare const UpdatePullRequestStatusInputFilterSensitiveLog: (
821
+ obj: UpdatePullRequestStatusInput
822
+ ) => any;
823
+ export declare const UpdatePullRequestStatusOutputFilterSensitiveLog: (
824
+ obj: UpdatePullRequestStatusOutput
825
+ ) => any;
826
+ export declare const UpdatePullRequestTitleInputFilterSensitiveLog: (
827
+ obj: UpdatePullRequestTitleInput
828
+ ) => any;
829
+ export declare const UpdatePullRequestTitleOutputFilterSensitiveLog: (
830
+ obj: UpdatePullRequestTitleOutput
831
+ ) => any;
832
+ export declare const UpdateRepositoryDescriptionInputFilterSensitiveLog: (
833
+ obj: UpdateRepositoryDescriptionInput
834
+ ) => any;
835
+ export declare const UpdateRepositoryNameInputFilterSensitiveLog: (
836
+ obj: UpdateRepositoryNameInput
837
+ ) => any;