@aws-sdk/client-codecommit 3.169.0 → 3.170.0

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