@aws-sdk/client-codecommit 3.49.0 → 3.50.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 (107) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +25 -25
  3. package/dist-types/ts3.4/CodeCommit.d.ts +0 -390
  4. package/dist-types/ts3.4/CodeCommitClient.d.ts +0 -150
  5. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +0 -17
  62. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +0 -17
  63. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +0 -17
  64. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +0 -17
  65. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +0 -17
  66. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +0 -17
  67. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  68. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +0 -17
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  70. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +0 -17
  72. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +0 -17
  73. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +0 -17
  74. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +0 -17
  76. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +0 -17
  77. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +0 -17
  78. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +0 -17
  79. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +0 -17
  80. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +0 -17
  81. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +0 -17
  82. package/dist-types/ts3.4/commands/index.d.ts +0 -77
  83. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  84. package/dist-types/ts3.4/index.d.ts +0 -5
  85. package/dist-types/ts3.4/models/index.d.ts +0 -2
  86. package/dist-types/ts3.4/models/models_0.d.ts +0 -2984
  87. package/dist-types/ts3.4/models/models_1.d.ts +0 -992
  88. package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +0 -4
  89. package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +0 -4
  90. package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +0 -4
  91. package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +0 -4
  92. package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +0 -4
  93. package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +0 -4
  94. package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +0 -4
  95. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  96. package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +0 -4
  97. package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +0 -4
  98. package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +0 -4
  99. package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +0 -4
  100. package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +0 -4
  101. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +0 -4
  102. package/dist-types/ts3.4/pagination/index.d.ts +0 -14
  103. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -233
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,2984 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface ActorDoesNotExistException extends __SmithyException, $MetadataBearer {
4
- name: "ActorDoesNotExistException";
5
- $fault: "client";
6
-
7
- message?: string;
8
- }
9
- export declare enum ApprovalState {
10
- APPROVE = "APPROVE",
11
- REVOKE = "REVOKE"
12
- }
13
-
14
- export interface Approval {
15
-
16
- userArn?: string;
17
-
18
- approvalState?: ApprovalState | string;
19
- }
20
- export declare namespace Approval {
21
-
22
- const filterSensitiveLog: (obj: Approval) => any;
23
- }
24
-
25
- export interface OriginApprovalRuleTemplate {
26
-
27
- approvalRuleTemplateId?: string;
28
-
29
- approvalRuleTemplateName?: string;
30
- }
31
- export declare namespace OriginApprovalRuleTemplate {
32
-
33
- const filterSensitiveLog: (obj: OriginApprovalRuleTemplate) => any;
34
- }
35
-
36
- export interface ApprovalRule {
37
-
38
- approvalRuleId?: string;
39
-
40
- approvalRuleName?: string;
41
-
42
- approvalRuleContent?: string;
43
-
44
- ruleContentSha256?: string;
45
-
46
- lastModifiedDate?: Date;
47
-
48
- creationDate?: Date;
49
-
50
- lastModifiedUser?: string;
51
-
52
- originApprovalRuleTemplate?: OriginApprovalRuleTemplate;
53
- }
54
- export declare namespace ApprovalRule {
55
-
56
- const filterSensitiveLog: (obj: ApprovalRule) => any;
57
- }
58
-
59
- export interface ApprovalRuleContentRequiredException extends __SmithyException, $MetadataBearer {
60
- name: "ApprovalRuleContentRequiredException";
61
- $fault: "client";
62
-
63
- message?: string;
64
- }
65
-
66
- export interface ApprovalRuleDoesNotExistException extends __SmithyException, $MetadataBearer {
67
- name: "ApprovalRuleDoesNotExistException";
68
- $fault: "client";
69
-
70
- message?: string;
71
- }
72
-
73
- export interface ApprovalRuleEventMetadata {
74
-
75
- approvalRuleName?: string;
76
-
77
- approvalRuleId?: string;
78
-
79
- approvalRuleContent?: string;
80
- }
81
- export declare namespace ApprovalRuleEventMetadata {
82
-
83
- const filterSensitiveLog: (obj: ApprovalRuleEventMetadata) => any;
84
- }
85
-
86
- export interface ApprovalRuleNameAlreadyExistsException extends __SmithyException, $MetadataBearer {
87
- name: "ApprovalRuleNameAlreadyExistsException";
88
- $fault: "client";
89
-
90
- message?: string;
91
- }
92
-
93
- export interface ApprovalRuleNameRequiredException extends __SmithyException, $MetadataBearer {
94
- name: "ApprovalRuleNameRequiredException";
95
- $fault: "client";
96
-
97
- message?: string;
98
- }
99
- export declare enum OverrideStatus {
100
- OVERRIDE = "OVERRIDE",
101
- REVOKE = "REVOKE"
102
- }
103
-
104
- export interface ApprovalRuleOverriddenEventMetadata {
105
-
106
- revisionId?: string;
107
-
108
- overrideStatus?: OverrideStatus | string;
109
- }
110
- export declare namespace ApprovalRuleOverriddenEventMetadata {
111
-
112
- const filterSensitiveLog: (obj: ApprovalRuleOverriddenEventMetadata) => any;
113
- }
114
-
115
- export interface ApprovalRuleTemplate {
116
-
117
- approvalRuleTemplateId?: string;
118
-
119
- approvalRuleTemplateName?: string;
120
-
121
- approvalRuleTemplateDescription?: string;
122
-
123
- approvalRuleTemplateContent?: string;
124
-
125
- ruleContentSha256?: string;
126
-
127
- lastModifiedDate?: Date;
128
-
129
- creationDate?: Date;
130
-
131
- lastModifiedUser?: string;
132
- }
133
- export declare namespace ApprovalRuleTemplate {
134
-
135
- const filterSensitiveLog: (obj: ApprovalRuleTemplate) => any;
136
- }
137
-
138
- export interface ApprovalRuleTemplateContentRequiredException extends __SmithyException, $MetadataBearer {
139
- name: "ApprovalRuleTemplateContentRequiredException";
140
- $fault: "client";
141
-
142
- message?: string;
143
- }
144
-
145
- export interface ApprovalRuleTemplateDoesNotExistException extends __SmithyException, $MetadataBearer {
146
- name: "ApprovalRuleTemplateDoesNotExistException";
147
- $fault: "client";
148
-
149
- message?: string;
150
- }
151
-
152
- export interface ApprovalRuleTemplateInUseException extends __SmithyException, $MetadataBearer {
153
- name: "ApprovalRuleTemplateInUseException";
154
- $fault: "client";
155
-
156
- message?: string;
157
- }
158
-
159
- export interface ApprovalRuleTemplateNameAlreadyExistsException extends __SmithyException, $MetadataBearer {
160
- name: "ApprovalRuleTemplateNameAlreadyExistsException";
161
- $fault: "client";
162
-
163
- message?: string;
164
- }
165
-
166
- export interface ApprovalRuleTemplateNameRequiredException extends __SmithyException, $MetadataBearer {
167
- name: "ApprovalRuleTemplateNameRequiredException";
168
- $fault: "client";
169
-
170
- message?: string;
171
- }
172
-
173
- export interface ApprovalStateChangedEventMetadata {
174
-
175
- revisionId?: string;
176
-
177
- approvalStatus?: ApprovalState | string;
178
- }
179
- export declare namespace ApprovalStateChangedEventMetadata {
180
-
181
- const filterSensitiveLog: (obj: ApprovalStateChangedEventMetadata) => any;
182
- }
183
-
184
- export interface ApprovalStateRequiredException extends __SmithyException, $MetadataBearer {
185
- name: "ApprovalStateRequiredException";
186
- $fault: "client";
187
-
188
- message?: string;
189
- }
190
- export interface AssociateApprovalRuleTemplateWithRepositoryInput {
191
-
192
- approvalRuleTemplateName: string | undefined;
193
-
194
- repositoryName: string | undefined;
195
- }
196
- export declare namespace AssociateApprovalRuleTemplateWithRepositoryInput {
197
-
198
- const filterSensitiveLog: (obj: AssociateApprovalRuleTemplateWithRepositoryInput) => any;
199
- }
200
-
201
- export interface EncryptionIntegrityChecksFailedException extends __SmithyException, $MetadataBearer {
202
- name: "EncryptionIntegrityChecksFailedException";
203
- $fault: "server";
204
-
205
- message?: string;
206
- }
207
-
208
- export interface EncryptionKeyAccessDeniedException extends __SmithyException, $MetadataBearer {
209
- name: "EncryptionKeyAccessDeniedException";
210
- $fault: "client";
211
-
212
- message?: string;
213
- }
214
-
215
- export interface EncryptionKeyDisabledException extends __SmithyException, $MetadataBearer {
216
- name: "EncryptionKeyDisabledException";
217
- $fault: "client";
218
-
219
- message?: string;
220
- }
221
-
222
- export interface EncryptionKeyNotFoundException extends __SmithyException, $MetadataBearer {
223
- name: "EncryptionKeyNotFoundException";
224
- $fault: "client";
225
-
226
- message?: string;
227
- }
228
-
229
- export interface EncryptionKeyUnavailableException extends __SmithyException, $MetadataBearer {
230
- name: "EncryptionKeyUnavailableException";
231
- $fault: "client";
232
-
233
- message?: string;
234
- }
235
-
236
- export interface InvalidApprovalRuleTemplateNameException extends __SmithyException, $MetadataBearer {
237
- name: "InvalidApprovalRuleTemplateNameException";
238
- $fault: "client";
239
-
240
- message?: string;
241
- }
242
-
243
- export interface InvalidRepositoryNameException extends __SmithyException, $MetadataBearer {
244
- name: "InvalidRepositoryNameException";
245
- $fault: "client";
246
-
247
- message?: string;
248
- }
249
-
250
- export interface MaximumRuleTemplatesAssociatedWithRepositoryException extends __SmithyException, $MetadataBearer {
251
- name: "MaximumRuleTemplatesAssociatedWithRepositoryException";
252
- $fault: "client";
253
-
254
- message?: string;
255
- }
256
-
257
- export interface RepositoryDoesNotExistException extends __SmithyException, $MetadataBearer {
258
- name: "RepositoryDoesNotExistException";
259
- $fault: "client";
260
-
261
- message?: string;
262
- }
263
-
264
- export interface RepositoryNameRequiredException extends __SmithyException, $MetadataBearer {
265
- name: "RepositoryNameRequiredException";
266
- $fault: "client";
267
-
268
- message?: string;
269
- }
270
-
271
- export interface AuthorDoesNotExistException extends __SmithyException, $MetadataBearer {
272
- name: "AuthorDoesNotExistException";
273
- $fault: "client";
274
-
275
- message?: string;
276
- }
277
- export interface BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
278
-
279
- approvalRuleTemplateName: string | undefined;
280
-
281
- repositoryNames: string[] | undefined;
282
- }
283
- export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
284
-
285
- const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesInput) => any;
286
- }
287
-
288
- export interface BatchAssociateApprovalRuleTemplateWithRepositoriesError {
289
-
290
- repositoryName?: string;
291
-
292
- errorCode?: string;
293
-
294
- errorMessage?: string;
295
- }
296
- export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesError {
297
-
298
- const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesError) => any;
299
- }
300
- export interface BatchAssociateApprovalRuleTemplateWithRepositoriesOutput {
301
-
302
- associatedRepositoryNames: string[] | undefined;
303
-
304
- errors: BatchAssociateApprovalRuleTemplateWithRepositoriesError[] | undefined;
305
- }
306
- export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesOutput {
307
-
308
- const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput) => any;
309
- }
310
-
311
- export interface MaximumRepositoryNamesExceededException extends __SmithyException, $MetadataBearer {
312
- name: "MaximumRepositoryNamesExceededException";
313
- $fault: "client";
314
-
315
- message?: string;
316
- }
317
-
318
- export interface RepositoryNamesRequiredException extends __SmithyException, $MetadataBearer {
319
- name: "RepositoryNamesRequiredException";
320
- $fault: "client";
321
-
322
- message?: string;
323
- }
324
- export declare enum ConflictDetailLevelTypeEnum {
325
- FILE_LEVEL = "FILE_LEVEL",
326
- LINE_LEVEL = "LINE_LEVEL"
327
- }
328
- export declare enum ConflictResolutionStrategyTypeEnum {
329
- ACCEPT_DESTINATION = "ACCEPT_DESTINATION",
330
- ACCEPT_SOURCE = "ACCEPT_SOURCE",
331
- AUTOMERGE = "AUTOMERGE",
332
- NONE = "NONE"
333
- }
334
- export declare enum MergeOptionTypeEnum {
335
- FAST_FORWARD_MERGE = "FAST_FORWARD_MERGE",
336
- SQUASH_MERGE = "SQUASH_MERGE",
337
- THREE_WAY_MERGE = "THREE_WAY_MERGE"
338
- }
339
- export interface BatchDescribeMergeConflictsInput {
340
-
341
- repositoryName: string | undefined;
342
-
343
- destinationCommitSpecifier: string | undefined;
344
-
345
- sourceCommitSpecifier: string | undefined;
346
-
347
- mergeOption: MergeOptionTypeEnum | string | undefined;
348
-
349
- maxMergeHunks?: number;
350
-
351
- maxConflictFiles?: number;
352
-
353
- filePaths?: string[];
354
-
355
- conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
356
-
357
- conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
358
-
359
- nextToken?: string;
360
- }
361
- export declare namespace BatchDescribeMergeConflictsInput {
362
-
363
- const filterSensitiveLog: (obj: BatchDescribeMergeConflictsInput) => any;
364
- }
365
- export declare enum FileModeTypeEnum {
366
- EXECUTABLE = "EXECUTABLE",
367
- NORMAL = "NORMAL",
368
- SYMLINK = "SYMLINK"
369
- }
370
-
371
- export interface FileModes {
372
-
373
- source?: FileModeTypeEnum | string;
374
-
375
- destination?: FileModeTypeEnum | string;
376
-
377
- base?: FileModeTypeEnum | string;
378
- }
379
- export declare namespace FileModes {
380
-
381
- const filterSensitiveLog: (obj: FileModes) => any;
382
- }
383
-
384
- export interface FileSizes {
385
-
386
- source?: number;
387
-
388
- destination?: number;
389
-
390
- base?: number;
391
- }
392
- export declare namespace FileSizes {
393
-
394
- const filterSensitiveLog: (obj: FileSizes) => any;
395
- }
396
-
397
- export interface IsBinaryFile {
398
-
399
- source?: boolean;
400
-
401
- destination?: boolean;
402
-
403
- base?: boolean;
404
- }
405
- export declare namespace IsBinaryFile {
406
-
407
- const filterSensitiveLog: (obj: IsBinaryFile) => any;
408
- }
409
- export declare enum ChangeTypeEnum {
410
- ADDED = "A",
411
- DELETED = "D",
412
- MODIFIED = "M"
413
- }
414
-
415
- export interface MergeOperations {
416
-
417
- source?: ChangeTypeEnum | string;
418
-
419
- destination?: ChangeTypeEnum | string;
420
- }
421
- export declare namespace MergeOperations {
422
-
423
- const filterSensitiveLog: (obj: MergeOperations) => any;
424
- }
425
- export declare enum ObjectTypeEnum {
426
- DIRECTORY = "DIRECTORY",
427
- FILE = "FILE",
428
- GIT_LINK = "GIT_LINK",
429
- SYMBOLIC_LINK = "SYMBOLIC_LINK"
430
- }
431
-
432
- export interface ObjectTypes {
433
-
434
- source?: ObjectTypeEnum | string;
435
-
436
- destination?: ObjectTypeEnum | string;
437
-
438
- base?: ObjectTypeEnum | string;
439
- }
440
- export declare namespace ObjectTypes {
441
-
442
- const filterSensitiveLog: (obj: ObjectTypes) => any;
443
- }
444
-
445
- export interface ConflictMetadata {
446
-
447
- filePath?: string;
448
-
449
- fileSizes?: FileSizes;
450
-
451
- fileModes?: FileModes;
452
-
453
- objectTypes?: ObjectTypes;
454
-
455
- numberOfConflicts?: number;
456
-
457
- isBinaryFile?: IsBinaryFile;
458
-
459
- contentConflict?: boolean;
460
-
461
- fileModeConflict?: boolean;
462
-
463
- objectTypeConflict?: boolean;
464
-
465
- mergeOperations?: MergeOperations;
466
- }
467
- export declare namespace ConflictMetadata {
468
-
469
- const filterSensitiveLog: (obj: ConflictMetadata) => any;
470
- }
471
-
472
- export interface MergeHunkDetail {
473
-
474
- startLine?: number;
475
-
476
- endLine?: number;
477
-
478
- hunkContent?: string;
479
- }
480
- export declare namespace MergeHunkDetail {
481
-
482
- const filterSensitiveLog: (obj: MergeHunkDetail) => any;
483
- }
484
-
485
- export interface MergeHunk {
486
-
487
- isConflict?: boolean;
488
-
489
- source?: MergeHunkDetail;
490
-
491
- destination?: MergeHunkDetail;
492
-
493
- base?: MergeHunkDetail;
494
- }
495
- export declare namespace MergeHunk {
496
-
497
- const filterSensitiveLog: (obj: MergeHunk) => any;
498
- }
499
-
500
- export interface Conflict {
501
-
502
- conflictMetadata?: ConflictMetadata;
503
-
504
- mergeHunks?: MergeHunk[];
505
- }
506
- export declare namespace Conflict {
507
-
508
- const filterSensitiveLog: (obj: Conflict) => any;
509
- }
510
-
511
- export interface BatchDescribeMergeConflictsError {
512
-
513
- filePath: string | undefined;
514
-
515
- exceptionName: string | undefined;
516
-
517
- message: string | undefined;
518
- }
519
- export declare namespace BatchDescribeMergeConflictsError {
520
-
521
- const filterSensitiveLog: (obj: BatchDescribeMergeConflictsError) => any;
522
- }
523
- export interface BatchDescribeMergeConflictsOutput {
524
-
525
- conflicts: Conflict[] | undefined;
526
-
527
- nextToken?: string;
528
-
529
- errors?: BatchDescribeMergeConflictsError[];
530
-
531
- destinationCommitId: string | undefined;
532
-
533
- sourceCommitId: string | undefined;
534
-
535
- baseCommitId?: string;
536
- }
537
- export declare namespace BatchDescribeMergeConflictsOutput {
538
-
539
- const filterSensitiveLog: (obj: BatchDescribeMergeConflictsOutput) => any;
540
- }
541
-
542
- export interface CommitDoesNotExistException extends __SmithyException, $MetadataBearer {
543
- name: "CommitDoesNotExistException";
544
- $fault: "client";
545
-
546
- message?: string;
547
- }
548
-
549
- export interface CommitRequiredException extends __SmithyException, $MetadataBearer {
550
- name: "CommitRequiredException";
551
- $fault: "client";
552
-
553
- message?: string;
554
- }
555
-
556
- export interface InvalidCommitException extends __SmithyException, $MetadataBearer {
557
- name: "InvalidCommitException";
558
- $fault: "client";
559
-
560
- message?: string;
561
- }
562
-
563
- export interface InvalidConflictDetailLevelException extends __SmithyException, $MetadataBearer {
564
- name: "InvalidConflictDetailLevelException";
565
- $fault: "client";
566
-
567
- message?: string;
568
- }
569
-
570
- export interface InvalidConflictResolutionStrategyException extends __SmithyException, $MetadataBearer {
571
- name: "InvalidConflictResolutionStrategyException";
572
- $fault: "client";
573
-
574
- message?: string;
575
- }
576
-
577
- export interface InvalidContinuationTokenException extends __SmithyException, $MetadataBearer {
578
- name: "InvalidContinuationTokenException";
579
- $fault: "client";
580
-
581
- message?: string;
582
- }
583
-
584
- export interface InvalidMaxConflictFilesException extends __SmithyException, $MetadataBearer {
585
- name: "InvalidMaxConflictFilesException";
586
- $fault: "client";
587
-
588
- message?: string;
589
- }
590
-
591
- export interface InvalidMaxMergeHunksException extends __SmithyException, $MetadataBearer {
592
- name: "InvalidMaxMergeHunksException";
593
- $fault: "client";
594
-
595
- message?: string;
596
- }
597
-
598
- export interface InvalidMergeOptionException extends __SmithyException, $MetadataBearer {
599
- name: "InvalidMergeOptionException";
600
- $fault: "client";
601
-
602
- message?: string;
603
- }
604
-
605
- export interface MaximumFileContentToLoadExceededException extends __SmithyException, $MetadataBearer {
606
- name: "MaximumFileContentToLoadExceededException";
607
- $fault: "client";
608
-
609
- message?: string;
610
- }
611
-
612
- export interface MaximumItemsToCompareExceededException extends __SmithyException, $MetadataBearer {
613
- name: "MaximumItemsToCompareExceededException";
614
- $fault: "client";
615
-
616
- message?: string;
617
- }
618
-
619
- export interface MergeOptionRequiredException extends __SmithyException, $MetadataBearer {
620
- name: "MergeOptionRequiredException";
621
- $fault: "client";
622
-
623
- message?: string;
624
- }
625
-
626
- export interface TipsDivergenceExceededException extends __SmithyException, $MetadataBearer {
627
- name: "TipsDivergenceExceededException";
628
- $fault: "client";
629
-
630
- message?: string;
631
- }
632
- export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
633
-
634
- approvalRuleTemplateName: string | undefined;
635
-
636
- repositoryNames: string[] | undefined;
637
- }
638
- export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
639
-
640
- const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput) => any;
641
- }
642
-
643
- export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError {
644
-
645
- repositoryName?: string;
646
-
647
- errorCode?: string;
648
-
649
- errorMessage?: string;
650
- }
651
- export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesError {
652
-
653
- const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesError) => any;
654
- }
655
- export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput {
656
-
657
- disassociatedRepositoryNames: string[] | undefined;
658
-
659
- errors: BatchDisassociateApprovalRuleTemplateFromRepositoriesError[] | undefined;
660
- }
661
- export declare namespace BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput {
662
-
663
- const filterSensitiveLog: (obj: BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput) => any;
664
- }
665
- export interface BatchGetCommitsInput {
666
-
667
- commitIds: string[] | undefined;
668
-
669
- repositoryName: string | undefined;
670
- }
671
- export declare namespace BatchGetCommitsInput {
672
-
673
- const filterSensitiveLog: (obj: BatchGetCommitsInput) => any;
674
- }
675
-
676
- export interface UserInfo {
677
-
678
- name?: string;
679
-
680
- email?: string;
681
-
682
- date?: string;
683
- }
684
- export declare namespace UserInfo {
685
-
686
- const filterSensitiveLog: (obj: UserInfo) => any;
687
- }
688
-
689
- export interface Commit {
690
-
691
- commitId?: string;
692
-
693
- treeId?: string;
694
-
695
- parents?: string[];
696
-
697
- message?: string;
698
-
699
- author?: UserInfo;
700
-
701
- committer?: UserInfo;
702
-
703
- additionalData?: string;
704
- }
705
- export declare namespace Commit {
706
-
707
- const filterSensitiveLog: (obj: Commit) => any;
708
- }
709
-
710
- export interface BatchGetCommitsError {
711
-
712
- commitId?: string;
713
-
714
- errorCode?: string;
715
-
716
- errorMessage?: string;
717
- }
718
- export declare namespace BatchGetCommitsError {
719
-
720
- const filterSensitiveLog: (obj: BatchGetCommitsError) => any;
721
- }
722
- export interface BatchGetCommitsOutput {
723
-
724
- commits?: Commit[];
725
-
726
- errors?: BatchGetCommitsError[];
727
- }
728
- export declare namespace BatchGetCommitsOutput {
729
-
730
- const filterSensitiveLog: (obj: BatchGetCommitsOutput) => any;
731
- }
732
-
733
- export interface CommitIdsLimitExceededException extends __SmithyException, $MetadataBearer {
734
- name: "CommitIdsLimitExceededException";
735
- $fault: "client";
736
-
737
- message?: string;
738
- }
739
-
740
- export interface CommitIdsListRequiredException extends __SmithyException, $MetadataBearer {
741
- name: "CommitIdsListRequiredException";
742
- $fault: "client";
743
-
744
- message?: string;
745
- }
746
-
747
- export interface BatchGetRepositoriesInput {
748
-
749
- repositoryNames: string[] | undefined;
750
- }
751
- export declare namespace BatchGetRepositoriesInput {
752
-
753
- const filterSensitiveLog: (obj: BatchGetRepositoriesInput) => any;
754
- }
755
-
756
- export interface RepositoryMetadata {
757
-
758
- accountId?: string;
759
-
760
- repositoryId?: string;
761
-
762
- repositoryName?: string;
763
-
764
- repositoryDescription?: string;
765
-
766
- defaultBranch?: string;
767
-
768
- lastModifiedDate?: Date;
769
-
770
- creationDate?: Date;
771
-
772
- cloneUrlHttp?: string;
773
-
774
- cloneUrlSsh?: string;
775
-
776
- Arn?: string;
777
- }
778
- export declare namespace RepositoryMetadata {
779
-
780
- const filterSensitiveLog: (obj: RepositoryMetadata) => any;
781
- }
782
-
783
- export interface BatchGetRepositoriesOutput {
784
-
785
- repositories?: RepositoryMetadata[];
786
-
787
- repositoriesNotFound?: string[];
788
- }
789
- export declare namespace BatchGetRepositoriesOutput {
790
-
791
- const filterSensitiveLog: (obj: BatchGetRepositoriesOutput) => any;
792
- }
793
-
794
- export interface BeforeCommitIdAndAfterCommitIdAreSameException extends __SmithyException, $MetadataBearer {
795
- name: "BeforeCommitIdAndAfterCommitIdAreSameException";
796
- $fault: "client";
797
-
798
- message?: string;
799
- }
800
-
801
- export interface BlobIdDoesNotExistException extends __SmithyException, $MetadataBearer {
802
- name: "BlobIdDoesNotExistException";
803
- $fault: "client";
804
-
805
- message?: string;
806
- }
807
-
808
- export interface BlobIdRequiredException extends __SmithyException, $MetadataBearer {
809
- name: "BlobIdRequiredException";
810
- $fault: "client";
811
-
812
- message?: string;
813
- }
814
-
815
- export interface BlobMetadata {
816
-
817
- blobId?: string;
818
-
819
- path?: string;
820
-
821
- mode?: string;
822
- }
823
- export declare namespace BlobMetadata {
824
-
825
- const filterSensitiveLog: (obj: BlobMetadata) => any;
826
- }
827
-
828
- export interface BranchDoesNotExistException extends __SmithyException, $MetadataBearer {
829
- name: "BranchDoesNotExistException";
830
- $fault: "client";
831
-
832
- message?: string;
833
- }
834
-
835
- export interface BranchInfo {
836
-
837
- branchName?: string;
838
-
839
- commitId?: string;
840
- }
841
- export declare namespace BranchInfo {
842
-
843
- const filterSensitiveLog: (obj: BranchInfo) => any;
844
- }
845
-
846
- export interface BranchNameExistsException extends __SmithyException, $MetadataBearer {
847
- name: "BranchNameExistsException";
848
- $fault: "client";
849
-
850
- message?: string;
851
- }
852
-
853
- export interface BranchNameIsTagNameException extends __SmithyException, $MetadataBearer {
854
- name: "BranchNameIsTagNameException";
855
- $fault: "client";
856
-
857
- message?: string;
858
- }
859
-
860
- export interface BranchNameRequiredException extends __SmithyException, $MetadataBearer {
861
- name: "BranchNameRequiredException";
862
- $fault: "client";
863
-
864
- message?: string;
865
- }
866
-
867
- export interface CannotDeleteApprovalRuleFromTemplateException extends __SmithyException, $MetadataBearer {
868
- name: "CannotDeleteApprovalRuleFromTemplateException";
869
- $fault: "client";
870
-
871
- message?: string;
872
- }
873
-
874
- export interface CannotModifyApprovalRuleFromTemplateException extends __SmithyException, $MetadataBearer {
875
- name: "CannotModifyApprovalRuleFromTemplateException";
876
- $fault: "client";
877
-
878
- message?: string;
879
- }
880
-
881
- export interface ClientRequestTokenRequiredException extends __SmithyException, $MetadataBearer {
882
- name: "ClientRequestTokenRequiredException";
883
- $fault: "client";
884
-
885
- message?: string;
886
- }
887
- export interface CreateApprovalRuleTemplateInput {
888
-
889
- approvalRuleTemplateName: string | undefined;
890
-
891
- approvalRuleTemplateContent: string | undefined;
892
-
893
- approvalRuleTemplateDescription?: string;
894
- }
895
- export declare namespace CreateApprovalRuleTemplateInput {
896
-
897
- const filterSensitiveLog: (obj: CreateApprovalRuleTemplateInput) => any;
898
- }
899
- export interface CreateApprovalRuleTemplateOutput {
900
-
901
- approvalRuleTemplate: ApprovalRuleTemplate | undefined;
902
- }
903
- export declare namespace CreateApprovalRuleTemplateOutput {
904
-
905
- const filterSensitiveLog: (obj: CreateApprovalRuleTemplateOutput) => any;
906
- }
907
-
908
- export interface InvalidApprovalRuleTemplateContentException extends __SmithyException, $MetadataBearer {
909
- name: "InvalidApprovalRuleTemplateContentException";
910
- $fault: "client";
911
-
912
- message?: string;
913
- }
914
-
915
- export interface InvalidApprovalRuleTemplateDescriptionException extends __SmithyException, $MetadataBearer {
916
- name: "InvalidApprovalRuleTemplateDescriptionException";
917
- $fault: "client";
918
-
919
- message?: string;
920
- }
921
-
922
- export interface NumberOfRuleTemplatesExceededException extends __SmithyException, $MetadataBearer {
923
- name: "NumberOfRuleTemplatesExceededException";
924
- $fault: "client";
925
-
926
- message?: string;
927
- }
928
-
929
- export interface CommitIdRequiredException extends __SmithyException, $MetadataBearer {
930
- name: "CommitIdRequiredException";
931
- $fault: "client";
932
-
933
- message?: string;
934
- }
935
-
936
- export interface CreateBranchInput {
937
-
938
- repositoryName: string | undefined;
939
-
940
- branchName: string | undefined;
941
-
942
- commitId: string | undefined;
943
- }
944
- export declare namespace CreateBranchInput {
945
-
946
- const filterSensitiveLog: (obj: CreateBranchInput) => any;
947
- }
948
-
949
- export interface InvalidBranchNameException extends __SmithyException, $MetadataBearer {
950
- name: "InvalidBranchNameException";
951
- $fault: "client";
952
-
953
- message?: string;
954
- }
955
-
956
- export interface InvalidCommitIdException extends __SmithyException, $MetadataBearer {
957
- name: "InvalidCommitIdException";
958
- $fault: "client";
959
-
960
- message?: string;
961
- }
962
-
963
- export interface CommitMessageLengthExceededException extends __SmithyException, $MetadataBearer {
964
- name: "CommitMessageLengthExceededException";
965
- $fault: "client";
966
-
967
- message?: string;
968
- }
969
-
970
- export interface DeleteFileEntry {
971
-
972
- filePath: string | undefined;
973
- }
974
- export declare namespace DeleteFileEntry {
975
-
976
- const filterSensitiveLog: (obj: DeleteFileEntry) => any;
977
- }
978
-
979
- export interface SourceFileSpecifier {
980
-
981
- filePath: string | undefined;
982
-
983
- isMove?: boolean;
984
- }
985
- export declare namespace SourceFileSpecifier {
986
-
987
- const filterSensitiveLog: (obj: SourceFileSpecifier) => any;
988
- }
989
-
990
- export interface PutFileEntry {
991
-
992
- filePath: string | undefined;
993
-
994
- fileMode?: FileModeTypeEnum | string;
995
-
996
- fileContent?: Uint8Array;
997
-
998
- sourceFile?: SourceFileSpecifier;
999
- }
1000
- export declare namespace PutFileEntry {
1001
-
1002
- const filterSensitiveLog: (obj: PutFileEntry) => any;
1003
- }
1004
-
1005
- export interface SetFileModeEntry {
1006
-
1007
- filePath: string | undefined;
1008
-
1009
- fileMode: FileModeTypeEnum | string | undefined;
1010
- }
1011
- export declare namespace SetFileModeEntry {
1012
-
1013
- const filterSensitiveLog: (obj: SetFileModeEntry) => any;
1014
- }
1015
- export interface CreateCommitInput {
1016
-
1017
- repositoryName: string | undefined;
1018
-
1019
- branchName: string | undefined;
1020
-
1021
- parentCommitId?: string;
1022
-
1023
- authorName?: string;
1024
-
1025
- email?: string;
1026
-
1027
- commitMessage?: string;
1028
-
1029
- keepEmptyFolders?: boolean;
1030
-
1031
- putFiles?: PutFileEntry[];
1032
-
1033
- deleteFiles?: DeleteFileEntry[];
1034
-
1035
- setFileModes?: SetFileModeEntry[];
1036
- }
1037
- export declare namespace CreateCommitInput {
1038
-
1039
- const filterSensitiveLog: (obj: CreateCommitInput) => any;
1040
- }
1041
-
1042
- export interface FileMetadata {
1043
-
1044
- absolutePath?: string;
1045
-
1046
- blobId?: string;
1047
-
1048
- fileMode?: FileModeTypeEnum | string;
1049
- }
1050
- export declare namespace FileMetadata {
1051
-
1052
- const filterSensitiveLog: (obj: FileMetadata) => any;
1053
- }
1054
- export interface CreateCommitOutput {
1055
-
1056
- commitId?: string;
1057
-
1058
- treeId?: string;
1059
-
1060
- filesAdded?: FileMetadata[];
1061
-
1062
- filesUpdated?: FileMetadata[];
1063
-
1064
- filesDeleted?: FileMetadata[];
1065
- }
1066
- export declare namespace CreateCommitOutput {
1067
-
1068
- const filterSensitiveLog: (obj: CreateCommitOutput) => any;
1069
- }
1070
-
1071
- export interface DirectoryNameConflictsWithFileNameException extends __SmithyException, $MetadataBearer {
1072
- name: "DirectoryNameConflictsWithFileNameException";
1073
- $fault: "client";
1074
-
1075
- message?: string;
1076
- }
1077
-
1078
- export interface FileContentAndSourceFileSpecifiedException extends __SmithyException, $MetadataBearer {
1079
- name: "FileContentAndSourceFileSpecifiedException";
1080
- $fault: "client";
1081
-
1082
- message?: string;
1083
- }
1084
-
1085
- export interface FileContentSizeLimitExceededException extends __SmithyException, $MetadataBearer {
1086
- name: "FileContentSizeLimitExceededException";
1087
- $fault: "client";
1088
-
1089
- message?: string;
1090
- }
1091
-
1092
- export interface FileDoesNotExistException extends __SmithyException, $MetadataBearer {
1093
- name: "FileDoesNotExistException";
1094
- $fault: "client";
1095
-
1096
- message?: string;
1097
- }
1098
-
1099
- export interface FileEntryRequiredException extends __SmithyException, $MetadataBearer {
1100
- name: "FileEntryRequiredException";
1101
- $fault: "client";
1102
-
1103
- message?: string;
1104
- }
1105
-
1106
- export interface FileModeRequiredException extends __SmithyException, $MetadataBearer {
1107
- name: "FileModeRequiredException";
1108
- $fault: "client";
1109
-
1110
- message?: string;
1111
- }
1112
-
1113
- export interface FileNameConflictsWithDirectoryNameException extends __SmithyException, $MetadataBearer {
1114
- name: "FileNameConflictsWithDirectoryNameException";
1115
- $fault: "client";
1116
-
1117
- message?: string;
1118
- }
1119
-
1120
- export interface FilePathConflictsWithSubmodulePathException extends __SmithyException, $MetadataBearer {
1121
- name: "FilePathConflictsWithSubmodulePathException";
1122
- $fault: "client";
1123
-
1124
- message?: string;
1125
- }
1126
-
1127
- export interface FolderContentSizeLimitExceededException extends __SmithyException, $MetadataBearer {
1128
- name: "FolderContentSizeLimitExceededException";
1129
- $fault: "client";
1130
-
1131
- message?: string;
1132
- }
1133
-
1134
- export interface InvalidDeletionParameterException extends __SmithyException, $MetadataBearer {
1135
- name: "InvalidDeletionParameterException";
1136
- $fault: "client";
1137
-
1138
- message?: string;
1139
- }
1140
-
1141
- export interface InvalidEmailException extends __SmithyException, $MetadataBearer {
1142
- name: "InvalidEmailException";
1143
- $fault: "client";
1144
-
1145
- message?: string;
1146
- }
1147
-
1148
- export interface InvalidFileModeException extends __SmithyException, $MetadataBearer {
1149
- name: "InvalidFileModeException";
1150
- $fault: "client";
1151
-
1152
- message?: string;
1153
- }
1154
-
1155
- export interface InvalidParentCommitIdException extends __SmithyException, $MetadataBearer {
1156
- name: "InvalidParentCommitIdException";
1157
- $fault: "client";
1158
-
1159
- message?: string;
1160
- }
1161
-
1162
- export interface InvalidPathException extends __SmithyException, $MetadataBearer {
1163
- name: "InvalidPathException";
1164
- $fault: "client";
1165
-
1166
- message?: string;
1167
- }
1168
-
1169
- export interface MaximumFileEntriesExceededException extends __SmithyException, $MetadataBearer {
1170
- name: "MaximumFileEntriesExceededException";
1171
- $fault: "client";
1172
-
1173
- message?: string;
1174
- }
1175
-
1176
- export interface NameLengthExceededException extends __SmithyException, $MetadataBearer {
1177
- name: "NameLengthExceededException";
1178
- $fault: "client";
1179
-
1180
- message?: string;
1181
- }
1182
-
1183
- export interface NoChangeException extends __SmithyException, $MetadataBearer {
1184
- name: "NoChangeException";
1185
- $fault: "client";
1186
-
1187
- message?: string;
1188
- }
1189
-
1190
- export interface ParentCommitDoesNotExistException extends __SmithyException, $MetadataBearer {
1191
- name: "ParentCommitDoesNotExistException";
1192
- $fault: "client";
1193
-
1194
- message?: string;
1195
- }
1196
-
1197
- export interface ParentCommitIdOutdatedException extends __SmithyException, $MetadataBearer {
1198
- name: "ParentCommitIdOutdatedException";
1199
- $fault: "client";
1200
-
1201
- message?: string;
1202
- }
1203
-
1204
- export interface ParentCommitIdRequiredException extends __SmithyException, $MetadataBearer {
1205
- name: "ParentCommitIdRequiredException";
1206
- $fault: "client";
1207
-
1208
- message?: string;
1209
- }
1210
-
1211
- export interface PathRequiredException extends __SmithyException, $MetadataBearer {
1212
- name: "PathRequiredException";
1213
- $fault: "client";
1214
-
1215
- message?: string;
1216
- }
1217
-
1218
- export interface PutFileEntryConflictException extends __SmithyException, $MetadataBearer {
1219
- name: "PutFileEntryConflictException";
1220
- $fault: "client";
1221
-
1222
- message?: string;
1223
- }
1224
-
1225
- export interface RestrictedSourceFileException extends __SmithyException, $MetadataBearer {
1226
- name: "RestrictedSourceFileException";
1227
- $fault: "client";
1228
-
1229
- message?: string;
1230
- }
1231
-
1232
- export interface SamePathRequestException extends __SmithyException, $MetadataBearer {
1233
- name: "SamePathRequestException";
1234
- $fault: "client";
1235
-
1236
- message?: string;
1237
- }
1238
-
1239
- export interface SourceFileOrContentRequiredException extends __SmithyException, $MetadataBearer {
1240
- name: "SourceFileOrContentRequiredException";
1241
- $fault: "client";
1242
-
1243
- message?: string;
1244
- }
1245
-
1246
- export interface Target {
1247
-
1248
- repositoryName: string | undefined;
1249
-
1250
- sourceReference: string | undefined;
1251
-
1252
- destinationReference?: string;
1253
- }
1254
- export declare namespace Target {
1255
-
1256
- const filterSensitiveLog: (obj: Target) => any;
1257
- }
1258
- export interface CreatePullRequestInput {
1259
-
1260
- title: string | undefined;
1261
-
1262
- description?: string;
1263
-
1264
- targets: Target[] | undefined;
1265
-
1266
- clientRequestToken?: string;
1267
- }
1268
- export declare namespace CreatePullRequestInput {
1269
-
1270
- const filterSensitiveLog: (obj: CreatePullRequestInput) => any;
1271
- }
1272
- export declare enum PullRequestStatusEnum {
1273
- CLOSED = "CLOSED",
1274
- OPEN = "OPEN"
1275
- }
1276
-
1277
- export interface MergeMetadata {
1278
-
1279
- isMerged?: boolean;
1280
-
1281
- mergedBy?: string;
1282
-
1283
- mergeCommitId?: string;
1284
-
1285
- mergeOption?: MergeOptionTypeEnum | string;
1286
- }
1287
- export declare namespace MergeMetadata {
1288
-
1289
- const filterSensitiveLog: (obj: MergeMetadata) => any;
1290
- }
1291
-
1292
- export interface PullRequestTarget {
1293
-
1294
- repositoryName?: string;
1295
-
1296
- sourceReference?: string;
1297
-
1298
- destinationReference?: string;
1299
-
1300
- destinationCommit?: string;
1301
-
1302
- sourceCommit?: string;
1303
-
1304
- mergeBase?: string;
1305
-
1306
- mergeMetadata?: MergeMetadata;
1307
- }
1308
- export declare namespace PullRequestTarget {
1309
-
1310
- const filterSensitiveLog: (obj: PullRequestTarget) => any;
1311
- }
1312
-
1313
- export interface PullRequest {
1314
-
1315
- pullRequestId?: string;
1316
-
1317
- title?: string;
1318
-
1319
- description?: string;
1320
-
1321
- lastActivityDate?: Date;
1322
-
1323
- creationDate?: Date;
1324
-
1325
- pullRequestStatus?: PullRequestStatusEnum | string;
1326
-
1327
- authorArn?: string;
1328
-
1329
- pullRequestTargets?: PullRequestTarget[];
1330
-
1331
- clientRequestToken?: string;
1332
-
1333
- revisionId?: string;
1334
-
1335
- approvalRules?: ApprovalRule[];
1336
- }
1337
- export declare namespace PullRequest {
1338
-
1339
- const filterSensitiveLog: (obj: PullRequest) => any;
1340
- }
1341
- export interface CreatePullRequestOutput {
1342
-
1343
- pullRequest: PullRequest | undefined;
1344
- }
1345
- export declare namespace CreatePullRequestOutput {
1346
-
1347
- const filterSensitiveLog: (obj: CreatePullRequestOutput) => any;
1348
- }
1349
-
1350
- export interface IdempotencyParameterMismatchException extends __SmithyException, $MetadataBearer {
1351
- name: "IdempotencyParameterMismatchException";
1352
- $fault: "client";
1353
-
1354
- message?: string;
1355
- }
1356
-
1357
- export interface InvalidClientRequestTokenException extends __SmithyException, $MetadataBearer {
1358
- name: "InvalidClientRequestTokenException";
1359
- $fault: "client";
1360
-
1361
- message?: string;
1362
- }
1363
-
1364
- export interface InvalidDescriptionException extends __SmithyException, $MetadataBearer {
1365
- name: "InvalidDescriptionException";
1366
- $fault: "client";
1367
-
1368
- message?: string;
1369
- }
1370
-
1371
- export interface InvalidReferenceNameException extends __SmithyException, $MetadataBearer {
1372
- name: "InvalidReferenceNameException";
1373
- $fault: "client";
1374
-
1375
- message?: string;
1376
- }
1377
-
1378
- export interface InvalidTargetException extends __SmithyException, $MetadataBearer {
1379
- name: "InvalidTargetException";
1380
- $fault: "client";
1381
-
1382
- message?: string;
1383
- }
1384
-
1385
- export interface InvalidTargetsException extends __SmithyException, $MetadataBearer {
1386
- name: "InvalidTargetsException";
1387
- $fault: "client";
1388
-
1389
- message?: string;
1390
- }
1391
-
1392
- export interface InvalidTitleException extends __SmithyException, $MetadataBearer {
1393
- name: "InvalidTitleException";
1394
- $fault: "client";
1395
-
1396
- message?: string;
1397
- }
1398
-
1399
- export interface MaximumOpenPullRequestsExceededException extends __SmithyException, $MetadataBearer {
1400
- name: "MaximumOpenPullRequestsExceededException";
1401
- $fault: "client";
1402
-
1403
- message?: string;
1404
- }
1405
-
1406
- export interface MultipleRepositoriesInPullRequestException extends __SmithyException, $MetadataBearer {
1407
- name: "MultipleRepositoriesInPullRequestException";
1408
- $fault: "client";
1409
-
1410
- message?: string;
1411
- }
1412
-
1413
- export interface ReferenceDoesNotExistException extends __SmithyException, $MetadataBearer {
1414
- name: "ReferenceDoesNotExistException";
1415
- $fault: "client";
1416
-
1417
- message?: string;
1418
- }
1419
-
1420
- export interface ReferenceNameRequiredException extends __SmithyException, $MetadataBearer {
1421
- name: "ReferenceNameRequiredException";
1422
- $fault: "client";
1423
-
1424
- message?: string;
1425
- }
1426
-
1427
- export interface ReferenceTypeNotSupportedException extends __SmithyException, $MetadataBearer {
1428
- name: "ReferenceTypeNotSupportedException";
1429
- $fault: "client";
1430
-
1431
- message?: string;
1432
- }
1433
-
1434
- export interface SourceAndDestinationAreSameException extends __SmithyException, $MetadataBearer {
1435
- name: "SourceAndDestinationAreSameException";
1436
- $fault: "client";
1437
-
1438
- message?: string;
1439
- }
1440
-
1441
- export interface TargetRequiredException extends __SmithyException, $MetadataBearer {
1442
- name: "TargetRequiredException";
1443
- $fault: "client";
1444
-
1445
- message?: string;
1446
- }
1447
-
1448
- export interface TargetsRequiredException extends __SmithyException, $MetadataBearer {
1449
- name: "TargetsRequiredException";
1450
- $fault: "client";
1451
-
1452
- message?: string;
1453
- }
1454
-
1455
- export interface TitleRequiredException extends __SmithyException, $MetadataBearer {
1456
- name: "TitleRequiredException";
1457
- $fault: "client";
1458
-
1459
- message?: string;
1460
- }
1461
- export interface CreatePullRequestApprovalRuleInput {
1462
-
1463
- pullRequestId: string | undefined;
1464
-
1465
- approvalRuleName: string | undefined;
1466
-
1467
- approvalRuleContent: string | undefined;
1468
- }
1469
- export declare namespace CreatePullRequestApprovalRuleInput {
1470
-
1471
- const filterSensitiveLog: (obj: CreatePullRequestApprovalRuleInput) => any;
1472
- }
1473
- export interface CreatePullRequestApprovalRuleOutput {
1474
-
1475
- approvalRule: ApprovalRule | undefined;
1476
- }
1477
- export declare namespace CreatePullRequestApprovalRuleOutput {
1478
-
1479
- const filterSensitiveLog: (obj: CreatePullRequestApprovalRuleOutput) => any;
1480
- }
1481
-
1482
- export interface InvalidApprovalRuleContentException extends __SmithyException, $MetadataBearer {
1483
- name: "InvalidApprovalRuleContentException";
1484
- $fault: "client";
1485
-
1486
- message?: string;
1487
- }
1488
-
1489
- export interface InvalidApprovalRuleNameException extends __SmithyException, $MetadataBearer {
1490
- name: "InvalidApprovalRuleNameException";
1491
- $fault: "client";
1492
-
1493
- message?: string;
1494
- }
1495
-
1496
- export interface InvalidPullRequestIdException extends __SmithyException, $MetadataBearer {
1497
- name: "InvalidPullRequestIdException";
1498
- $fault: "client";
1499
-
1500
- message?: string;
1501
- }
1502
-
1503
- export interface NumberOfRulesExceededException extends __SmithyException, $MetadataBearer {
1504
- name: "NumberOfRulesExceededException";
1505
- $fault: "client";
1506
-
1507
- message?: string;
1508
- }
1509
-
1510
- export interface PullRequestAlreadyClosedException extends __SmithyException, $MetadataBearer {
1511
- name: "PullRequestAlreadyClosedException";
1512
- $fault: "client";
1513
-
1514
- message?: string;
1515
- }
1516
-
1517
- export interface PullRequestDoesNotExistException extends __SmithyException, $MetadataBearer {
1518
- name: "PullRequestDoesNotExistException";
1519
- $fault: "client";
1520
-
1521
- message?: string;
1522
- }
1523
-
1524
- export interface PullRequestIdRequiredException extends __SmithyException, $MetadataBearer {
1525
- name: "PullRequestIdRequiredException";
1526
- $fault: "client";
1527
-
1528
- message?: string;
1529
- }
1530
-
1531
- export interface CreateRepositoryInput {
1532
-
1533
- repositoryName: string | undefined;
1534
-
1535
- repositoryDescription?: string;
1536
-
1537
- tags?: {
1538
- [key: string]: string;
1539
- };
1540
- }
1541
- export declare namespace CreateRepositoryInput {
1542
-
1543
- const filterSensitiveLog: (obj: CreateRepositoryInput) => any;
1544
- }
1545
-
1546
- export interface CreateRepositoryOutput {
1547
-
1548
- repositoryMetadata?: RepositoryMetadata;
1549
- }
1550
- export declare namespace CreateRepositoryOutput {
1551
-
1552
- const filterSensitiveLog: (obj: CreateRepositoryOutput) => any;
1553
- }
1554
-
1555
- export interface InvalidRepositoryDescriptionException extends __SmithyException, $MetadataBearer {
1556
- name: "InvalidRepositoryDescriptionException";
1557
- $fault: "client";
1558
-
1559
- message?: string;
1560
- }
1561
-
1562
- export interface InvalidSystemTagUsageException extends __SmithyException, $MetadataBearer {
1563
- name: "InvalidSystemTagUsageException";
1564
- $fault: "client";
1565
-
1566
- message?: string;
1567
- }
1568
-
1569
- export interface InvalidTagsMapException extends __SmithyException, $MetadataBearer {
1570
- name: "InvalidTagsMapException";
1571
- $fault: "client";
1572
-
1573
- message?: string;
1574
- }
1575
-
1576
- export interface RepositoryLimitExceededException extends __SmithyException, $MetadataBearer {
1577
- name: "RepositoryLimitExceededException";
1578
- $fault: "client";
1579
-
1580
- message?: string;
1581
- }
1582
-
1583
- export interface RepositoryNameExistsException extends __SmithyException, $MetadataBearer {
1584
- name: "RepositoryNameExistsException";
1585
- $fault: "client";
1586
-
1587
- message?: string;
1588
- }
1589
-
1590
- export interface TagPolicyException extends __SmithyException, $MetadataBearer {
1591
- name: "TagPolicyException";
1592
- $fault: "client";
1593
-
1594
- message?: string;
1595
- }
1596
-
1597
- export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
1598
- name: "TooManyTagsException";
1599
- $fault: "client";
1600
-
1601
- message?: string;
1602
- }
1603
-
1604
- export interface ConcurrentReferenceUpdateException extends __SmithyException, $MetadataBearer {
1605
- name: "ConcurrentReferenceUpdateException";
1606
- $fault: "client";
1607
-
1608
- message?: string;
1609
- }
1610
- export declare enum ReplacementTypeEnum {
1611
- KEEP_BASE = "KEEP_BASE",
1612
- KEEP_DESTINATION = "KEEP_DESTINATION",
1613
- KEEP_SOURCE = "KEEP_SOURCE",
1614
- USE_NEW_CONTENT = "USE_NEW_CONTENT"
1615
- }
1616
-
1617
- export interface ReplaceContentEntry {
1618
-
1619
- filePath: string | undefined;
1620
-
1621
- replacementType: ReplacementTypeEnum | string | undefined;
1622
-
1623
- content?: Uint8Array;
1624
-
1625
- fileMode?: FileModeTypeEnum | string;
1626
- }
1627
- export declare namespace ReplaceContentEntry {
1628
-
1629
- const filterSensitiveLog: (obj: ReplaceContentEntry) => any;
1630
- }
1631
-
1632
- export interface ConflictResolution {
1633
-
1634
- replaceContents?: ReplaceContentEntry[];
1635
-
1636
- deleteFiles?: DeleteFileEntry[];
1637
-
1638
- setFileModes?: SetFileModeEntry[];
1639
- }
1640
- export declare namespace ConflictResolution {
1641
-
1642
- const filterSensitiveLog: (obj: ConflictResolution) => any;
1643
- }
1644
- export interface CreateUnreferencedMergeCommitInput {
1645
-
1646
- repositoryName: string | undefined;
1647
-
1648
- sourceCommitSpecifier: string | undefined;
1649
-
1650
- destinationCommitSpecifier: string | undefined;
1651
-
1652
- mergeOption: MergeOptionTypeEnum | string | undefined;
1653
-
1654
- conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
1655
-
1656
- conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
1657
-
1658
- authorName?: string;
1659
-
1660
- email?: string;
1661
-
1662
- commitMessage?: string;
1663
-
1664
- keepEmptyFolders?: boolean;
1665
-
1666
- conflictResolution?: ConflictResolution;
1667
- }
1668
- export declare namespace CreateUnreferencedMergeCommitInput {
1669
-
1670
- const filterSensitiveLog: (obj: CreateUnreferencedMergeCommitInput) => any;
1671
- }
1672
- export interface CreateUnreferencedMergeCommitOutput {
1673
-
1674
- commitId?: string;
1675
-
1676
- treeId?: string;
1677
- }
1678
- export declare namespace CreateUnreferencedMergeCommitOutput {
1679
-
1680
- const filterSensitiveLog: (obj: CreateUnreferencedMergeCommitOutput) => any;
1681
- }
1682
-
1683
- export interface InvalidConflictResolutionException extends __SmithyException, $MetadataBearer {
1684
- name: "InvalidConflictResolutionException";
1685
- $fault: "client";
1686
-
1687
- message?: string;
1688
- }
1689
-
1690
- export interface InvalidReplacementContentException extends __SmithyException, $MetadataBearer {
1691
- name: "InvalidReplacementContentException";
1692
- $fault: "client";
1693
-
1694
- message?: string;
1695
- }
1696
-
1697
- export interface InvalidReplacementTypeException extends __SmithyException, $MetadataBearer {
1698
- name: "InvalidReplacementTypeException";
1699
- $fault: "client";
1700
-
1701
- message?: string;
1702
- }
1703
-
1704
- export interface ManualMergeRequiredException extends __SmithyException, $MetadataBearer {
1705
- name: "ManualMergeRequiredException";
1706
- $fault: "client";
1707
-
1708
- message?: string;
1709
- }
1710
-
1711
- export interface MaximumConflictResolutionEntriesExceededException extends __SmithyException, $MetadataBearer {
1712
- name: "MaximumConflictResolutionEntriesExceededException";
1713
- $fault: "client";
1714
-
1715
- message?: string;
1716
- }
1717
-
1718
- export interface MultipleConflictResolutionEntriesException extends __SmithyException, $MetadataBearer {
1719
- name: "MultipleConflictResolutionEntriesException";
1720
- $fault: "client";
1721
-
1722
- message?: string;
1723
- }
1724
-
1725
- export interface ReplacementContentRequiredException extends __SmithyException, $MetadataBearer {
1726
- name: "ReplacementContentRequiredException";
1727
- $fault: "client";
1728
-
1729
- message?: string;
1730
- }
1731
-
1732
- export interface ReplacementTypeRequiredException extends __SmithyException, $MetadataBearer {
1733
- name: "ReplacementTypeRequiredException";
1734
- $fault: "client";
1735
-
1736
- message?: string;
1737
- }
1738
- export interface DeleteApprovalRuleTemplateInput {
1739
-
1740
- approvalRuleTemplateName: string | undefined;
1741
- }
1742
- export declare namespace DeleteApprovalRuleTemplateInput {
1743
-
1744
- const filterSensitiveLog: (obj: DeleteApprovalRuleTemplateInput) => any;
1745
- }
1746
- export interface DeleteApprovalRuleTemplateOutput {
1747
-
1748
- approvalRuleTemplateId: string | undefined;
1749
- }
1750
- export declare namespace DeleteApprovalRuleTemplateOutput {
1751
-
1752
- const filterSensitiveLog: (obj: DeleteApprovalRuleTemplateOutput) => any;
1753
- }
1754
-
1755
- export interface DefaultBranchCannotBeDeletedException extends __SmithyException, $MetadataBearer {
1756
- name: "DefaultBranchCannotBeDeletedException";
1757
- $fault: "client";
1758
-
1759
- message?: string;
1760
- }
1761
-
1762
- export interface DeleteBranchInput {
1763
-
1764
- repositoryName: string | undefined;
1765
-
1766
- branchName: string | undefined;
1767
- }
1768
- export declare namespace DeleteBranchInput {
1769
-
1770
- const filterSensitiveLog: (obj: DeleteBranchInput) => any;
1771
- }
1772
-
1773
- export interface DeleteBranchOutput {
1774
-
1775
- deletedBranch?: BranchInfo;
1776
- }
1777
- export declare namespace DeleteBranchOutput {
1778
-
1779
- const filterSensitiveLog: (obj: DeleteBranchOutput) => any;
1780
- }
1781
-
1782
- export interface CommentDeletedException extends __SmithyException, $MetadataBearer {
1783
- name: "CommentDeletedException";
1784
- $fault: "client";
1785
-
1786
- message?: string;
1787
- }
1788
-
1789
- export interface CommentDoesNotExistException extends __SmithyException, $MetadataBearer {
1790
- name: "CommentDoesNotExistException";
1791
- $fault: "client";
1792
-
1793
- message?: string;
1794
- }
1795
-
1796
- export interface CommentIdRequiredException extends __SmithyException, $MetadataBearer {
1797
- name: "CommentIdRequiredException";
1798
- $fault: "client";
1799
-
1800
- message?: string;
1801
- }
1802
- export interface DeleteCommentContentInput {
1803
-
1804
- commentId: string | undefined;
1805
- }
1806
- export declare namespace DeleteCommentContentInput {
1807
-
1808
- const filterSensitiveLog: (obj: DeleteCommentContentInput) => any;
1809
- }
1810
-
1811
- export interface Comment {
1812
-
1813
- commentId?: string;
1814
-
1815
- content?: string;
1816
-
1817
- inReplyTo?: string;
1818
-
1819
- creationDate?: Date;
1820
-
1821
- lastModifiedDate?: Date;
1822
-
1823
- authorArn?: string;
1824
-
1825
- deleted?: boolean;
1826
-
1827
- clientRequestToken?: string;
1828
-
1829
- callerReactions?: string[];
1830
-
1831
- reactionCounts?: {
1832
- [key: string]: number;
1833
- };
1834
- }
1835
- export declare namespace Comment {
1836
-
1837
- const filterSensitiveLog: (obj: Comment) => any;
1838
- }
1839
- export interface DeleteCommentContentOutput {
1840
-
1841
- comment?: Comment;
1842
- }
1843
- export declare namespace DeleteCommentContentOutput {
1844
-
1845
- const filterSensitiveLog: (obj: DeleteCommentContentOutput) => any;
1846
- }
1847
-
1848
- export interface InvalidCommentIdException extends __SmithyException, $MetadataBearer {
1849
- name: "InvalidCommentIdException";
1850
- $fault: "client";
1851
-
1852
- message?: string;
1853
- }
1854
- export interface DeleteFileInput {
1855
-
1856
- repositoryName: string | undefined;
1857
-
1858
- branchName: string | undefined;
1859
-
1860
- filePath: string | undefined;
1861
-
1862
- parentCommitId: string | undefined;
1863
-
1864
- keepEmptyFolders?: boolean;
1865
-
1866
- commitMessage?: string;
1867
-
1868
- name?: string;
1869
-
1870
- email?: string;
1871
- }
1872
- export declare namespace DeleteFileInput {
1873
-
1874
- const filterSensitiveLog: (obj: DeleteFileInput) => any;
1875
- }
1876
- export interface DeleteFileOutput {
1877
-
1878
- commitId: string | undefined;
1879
-
1880
- blobId: string | undefined;
1881
-
1882
- treeId: string | undefined;
1883
-
1884
- filePath: string | undefined;
1885
- }
1886
- export declare namespace DeleteFileOutput {
1887
-
1888
- const filterSensitiveLog: (obj: DeleteFileOutput) => any;
1889
- }
1890
- export interface DeletePullRequestApprovalRuleInput {
1891
-
1892
- pullRequestId: string | undefined;
1893
-
1894
- approvalRuleName: string | undefined;
1895
- }
1896
- export declare namespace DeletePullRequestApprovalRuleInput {
1897
-
1898
- const filterSensitiveLog: (obj: DeletePullRequestApprovalRuleInput) => any;
1899
- }
1900
- export interface DeletePullRequestApprovalRuleOutput {
1901
-
1902
- approvalRuleId: string | undefined;
1903
- }
1904
- export declare namespace DeletePullRequestApprovalRuleOutput {
1905
-
1906
- const filterSensitiveLog: (obj: DeletePullRequestApprovalRuleOutput) => any;
1907
- }
1908
-
1909
- export interface DeleteRepositoryInput {
1910
-
1911
- repositoryName: string | undefined;
1912
- }
1913
- export declare namespace DeleteRepositoryInput {
1914
-
1915
- const filterSensitiveLog: (obj: DeleteRepositoryInput) => any;
1916
- }
1917
-
1918
- export interface DeleteRepositoryOutput {
1919
-
1920
- repositoryId?: string;
1921
- }
1922
- export declare namespace DeleteRepositoryOutput {
1923
-
1924
- const filterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
1925
- }
1926
- export interface DescribeMergeConflictsInput {
1927
-
1928
- repositoryName: string | undefined;
1929
-
1930
- destinationCommitSpecifier: string | undefined;
1931
-
1932
- sourceCommitSpecifier: string | undefined;
1933
-
1934
- mergeOption: MergeOptionTypeEnum | string | undefined;
1935
-
1936
- maxMergeHunks?: number;
1937
-
1938
- filePath: string | undefined;
1939
-
1940
- conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
1941
-
1942
- conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
1943
-
1944
- nextToken?: string;
1945
- }
1946
- export declare namespace DescribeMergeConflictsInput {
1947
-
1948
- const filterSensitiveLog: (obj: DescribeMergeConflictsInput) => any;
1949
- }
1950
- export interface DescribeMergeConflictsOutput {
1951
-
1952
- conflictMetadata: ConflictMetadata | undefined;
1953
-
1954
- mergeHunks: MergeHunk[] | undefined;
1955
-
1956
- nextToken?: string;
1957
-
1958
- destinationCommitId: string | undefined;
1959
-
1960
- sourceCommitId: string | undefined;
1961
-
1962
- baseCommitId?: string;
1963
- }
1964
- export declare namespace DescribeMergeConflictsOutput {
1965
-
1966
- const filterSensitiveLog: (obj: DescribeMergeConflictsOutput) => any;
1967
- }
1968
- export declare enum PullRequestEventType {
1969
- PULL_REQUEST_APPROVAL_RULE_CREATED = "PULL_REQUEST_APPROVAL_RULE_CREATED",
1970
- PULL_REQUEST_APPROVAL_RULE_DELETED = "PULL_REQUEST_APPROVAL_RULE_DELETED",
1971
- PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN = "PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN",
1972
- PULL_REQUEST_APPROVAL_RULE_UPDATED = "PULL_REQUEST_APPROVAL_RULE_UPDATED",
1973
- PULL_REQUEST_APPROVAL_STATE_CHANGED = "PULL_REQUEST_APPROVAL_STATE_CHANGED",
1974
- PULL_REQUEST_CREATED = "PULL_REQUEST_CREATED",
1975
- PULL_REQUEST_MERGE_STATE_CHANGED = "PULL_REQUEST_MERGE_STATE_CHANGED",
1976
- PULL_REQUEST_SOURCE_REFERENCE_UPDATED = "PULL_REQUEST_SOURCE_REFERENCE_UPDATED",
1977
- PULL_REQUEST_STATUS_CHANGED = "PULL_REQUEST_STATUS_CHANGED"
1978
- }
1979
- export interface DescribePullRequestEventsInput {
1980
-
1981
- pullRequestId: string | undefined;
1982
-
1983
- pullRequestEventType?: PullRequestEventType | string;
1984
-
1985
- actorArn?: string;
1986
-
1987
- nextToken?: string;
1988
-
1989
- maxResults?: number;
1990
- }
1991
- export declare namespace DescribePullRequestEventsInput {
1992
-
1993
- const filterSensitiveLog: (obj: DescribePullRequestEventsInput) => any;
1994
- }
1995
-
1996
- export interface PullRequestCreatedEventMetadata {
1997
-
1998
- repositoryName?: string;
1999
-
2000
- sourceCommitId?: string;
2001
-
2002
- destinationCommitId?: string;
2003
-
2004
- mergeBase?: string;
2005
- }
2006
- export declare namespace PullRequestCreatedEventMetadata {
2007
-
2008
- const filterSensitiveLog: (obj: PullRequestCreatedEventMetadata) => any;
2009
- }
2010
-
2011
- export interface PullRequestMergedStateChangedEventMetadata {
2012
-
2013
- repositoryName?: string;
2014
-
2015
- destinationReference?: string;
2016
-
2017
- mergeMetadata?: MergeMetadata;
2018
- }
2019
- export declare namespace PullRequestMergedStateChangedEventMetadata {
2020
-
2021
- const filterSensitiveLog: (obj: PullRequestMergedStateChangedEventMetadata) => any;
2022
- }
2023
-
2024
- export interface PullRequestSourceReferenceUpdatedEventMetadata {
2025
-
2026
- repositoryName?: string;
2027
-
2028
- beforeCommitId?: string;
2029
-
2030
- afterCommitId?: string;
2031
-
2032
- mergeBase?: string;
2033
- }
2034
- export declare namespace PullRequestSourceReferenceUpdatedEventMetadata {
2035
-
2036
- const filterSensitiveLog: (obj: PullRequestSourceReferenceUpdatedEventMetadata) => any;
2037
- }
2038
-
2039
- export interface PullRequestStatusChangedEventMetadata {
2040
-
2041
- pullRequestStatus?: PullRequestStatusEnum | string;
2042
- }
2043
- export declare namespace PullRequestStatusChangedEventMetadata {
2044
-
2045
- const filterSensitiveLog: (obj: PullRequestStatusChangedEventMetadata) => any;
2046
- }
2047
-
2048
- export interface PullRequestEvent {
2049
-
2050
- pullRequestId?: string;
2051
-
2052
- eventDate?: Date;
2053
-
2054
- pullRequestEventType?: PullRequestEventType | string;
2055
-
2056
- actorArn?: string;
2057
-
2058
- pullRequestCreatedEventMetadata?: PullRequestCreatedEventMetadata;
2059
-
2060
- pullRequestStatusChangedEventMetadata?: PullRequestStatusChangedEventMetadata;
2061
-
2062
- pullRequestSourceReferenceUpdatedEventMetadata?: PullRequestSourceReferenceUpdatedEventMetadata;
2063
-
2064
- pullRequestMergedStateChangedEventMetadata?: PullRequestMergedStateChangedEventMetadata;
2065
-
2066
- approvalRuleEventMetadata?: ApprovalRuleEventMetadata;
2067
-
2068
- approvalStateChangedEventMetadata?: ApprovalStateChangedEventMetadata;
2069
-
2070
- approvalRuleOverriddenEventMetadata?: ApprovalRuleOverriddenEventMetadata;
2071
- }
2072
- export declare namespace PullRequestEvent {
2073
-
2074
- const filterSensitiveLog: (obj: PullRequestEvent) => any;
2075
- }
2076
- export interface DescribePullRequestEventsOutput {
2077
-
2078
- pullRequestEvents: PullRequestEvent[] | undefined;
2079
-
2080
- nextToken?: string;
2081
- }
2082
- export declare namespace DescribePullRequestEventsOutput {
2083
-
2084
- const filterSensitiveLog: (obj: DescribePullRequestEventsOutput) => any;
2085
- }
2086
-
2087
- export interface InvalidActorArnException extends __SmithyException, $MetadataBearer {
2088
- name: "InvalidActorArnException";
2089
- $fault: "client";
2090
-
2091
- message?: string;
2092
- }
2093
-
2094
- export interface InvalidMaxResultsException extends __SmithyException, $MetadataBearer {
2095
- name: "InvalidMaxResultsException";
2096
- $fault: "client";
2097
-
2098
- message?: string;
2099
- }
2100
-
2101
- export interface InvalidPullRequestEventTypeException extends __SmithyException, $MetadataBearer {
2102
- name: "InvalidPullRequestEventTypeException";
2103
- $fault: "client";
2104
-
2105
- message?: string;
2106
- }
2107
- export interface DisassociateApprovalRuleTemplateFromRepositoryInput {
2108
-
2109
- approvalRuleTemplateName: string | undefined;
2110
-
2111
- repositoryName: string | undefined;
2112
- }
2113
- export declare namespace DisassociateApprovalRuleTemplateFromRepositoryInput {
2114
-
2115
- const filterSensitiveLog: (obj: DisassociateApprovalRuleTemplateFromRepositoryInput) => any;
2116
- }
2117
- export interface EvaluatePullRequestApprovalRulesInput {
2118
-
2119
- pullRequestId: string | undefined;
2120
-
2121
- revisionId: string | undefined;
2122
- }
2123
- export declare namespace EvaluatePullRequestApprovalRulesInput {
2124
-
2125
- const filterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesInput) => any;
2126
- }
2127
-
2128
- export interface Evaluation {
2129
-
2130
- approved?: boolean;
2131
-
2132
- overridden?: boolean;
2133
-
2134
- approvalRulesSatisfied?: string[];
2135
-
2136
- approvalRulesNotSatisfied?: string[];
2137
- }
2138
- export declare namespace Evaluation {
2139
-
2140
- const filterSensitiveLog: (obj: Evaluation) => any;
2141
- }
2142
- export interface EvaluatePullRequestApprovalRulesOutput {
2143
-
2144
- evaluation: Evaluation | undefined;
2145
- }
2146
- export declare namespace EvaluatePullRequestApprovalRulesOutput {
2147
-
2148
- const filterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesOutput) => any;
2149
- }
2150
-
2151
- export interface InvalidRevisionIdException extends __SmithyException, $MetadataBearer {
2152
- name: "InvalidRevisionIdException";
2153
- $fault: "client";
2154
-
2155
- message?: string;
2156
- }
2157
-
2158
- export interface RevisionIdRequiredException extends __SmithyException, $MetadataBearer {
2159
- name: "RevisionIdRequiredException";
2160
- $fault: "client";
2161
-
2162
- message?: string;
2163
- }
2164
-
2165
- export interface RevisionNotCurrentException extends __SmithyException, $MetadataBearer {
2166
- name: "RevisionNotCurrentException";
2167
- $fault: "client";
2168
-
2169
- message?: string;
2170
- }
2171
- export interface GetApprovalRuleTemplateInput {
2172
-
2173
- approvalRuleTemplateName: string | undefined;
2174
- }
2175
- export declare namespace GetApprovalRuleTemplateInput {
2176
-
2177
- const filterSensitiveLog: (obj: GetApprovalRuleTemplateInput) => any;
2178
- }
2179
- export interface GetApprovalRuleTemplateOutput {
2180
-
2181
- approvalRuleTemplate: ApprovalRuleTemplate | undefined;
2182
- }
2183
- export declare namespace GetApprovalRuleTemplateOutput {
2184
-
2185
- const filterSensitiveLog: (obj: GetApprovalRuleTemplateOutput) => any;
2186
- }
2187
-
2188
- export interface FileTooLargeException extends __SmithyException, $MetadataBearer {
2189
- name: "FileTooLargeException";
2190
- $fault: "client";
2191
-
2192
- message?: string;
2193
- }
2194
-
2195
- export interface GetBlobInput {
2196
-
2197
- repositoryName: string | undefined;
2198
-
2199
- blobId: string | undefined;
2200
- }
2201
- export declare namespace GetBlobInput {
2202
-
2203
- const filterSensitiveLog: (obj: GetBlobInput) => any;
2204
- }
2205
-
2206
- export interface GetBlobOutput {
2207
-
2208
- content: Uint8Array | undefined;
2209
- }
2210
- export declare namespace GetBlobOutput {
2211
-
2212
- const filterSensitiveLog: (obj: GetBlobOutput) => any;
2213
- }
2214
-
2215
- export interface InvalidBlobIdException extends __SmithyException, $MetadataBearer {
2216
- name: "InvalidBlobIdException";
2217
- $fault: "client";
2218
-
2219
- message?: string;
2220
- }
2221
-
2222
- export interface GetBranchInput {
2223
-
2224
- repositoryName?: string;
2225
-
2226
- branchName?: string;
2227
- }
2228
- export declare namespace GetBranchInput {
2229
-
2230
- const filterSensitiveLog: (obj: GetBranchInput) => any;
2231
- }
2232
-
2233
- export interface GetBranchOutput {
2234
-
2235
- branch?: BranchInfo;
2236
- }
2237
- export declare namespace GetBranchOutput {
2238
-
2239
- const filterSensitiveLog: (obj: GetBranchOutput) => any;
2240
- }
2241
- export interface GetCommentInput {
2242
-
2243
- commentId: string | undefined;
2244
- }
2245
- export declare namespace GetCommentInput {
2246
-
2247
- const filterSensitiveLog: (obj: GetCommentInput) => any;
2248
- }
2249
- export interface GetCommentOutput {
2250
-
2251
- comment?: Comment;
2252
- }
2253
- export declare namespace GetCommentOutput {
2254
-
2255
- const filterSensitiveLog: (obj: GetCommentOutput) => any;
2256
- }
2257
- export interface GetCommentReactionsInput {
2258
-
2259
- commentId: string | undefined;
2260
-
2261
- reactionUserArn?: string;
2262
-
2263
- nextToken?: string;
2264
-
2265
- maxResults?: number;
2266
- }
2267
- export declare namespace GetCommentReactionsInput {
2268
-
2269
- const filterSensitiveLog: (obj: GetCommentReactionsInput) => any;
2270
- }
2271
-
2272
- export interface ReactionValueFormats {
2273
-
2274
- emoji?: string;
2275
-
2276
- shortCode?: string;
2277
-
2278
- unicode?: string;
2279
- }
2280
- export declare namespace ReactionValueFormats {
2281
-
2282
- const filterSensitiveLog: (obj: ReactionValueFormats) => any;
2283
- }
2284
-
2285
- export interface ReactionForComment {
2286
-
2287
- reaction?: ReactionValueFormats;
2288
-
2289
- reactionUsers?: string[];
2290
-
2291
- reactionsFromDeletedUsersCount?: number;
2292
- }
2293
- export declare namespace ReactionForComment {
2294
-
2295
- const filterSensitiveLog: (obj: ReactionForComment) => any;
2296
- }
2297
- export interface GetCommentReactionsOutput {
2298
-
2299
- reactionsForComment: ReactionForComment[] | undefined;
2300
-
2301
- nextToken?: string;
2302
- }
2303
- export declare namespace GetCommentReactionsOutput {
2304
-
2305
- const filterSensitiveLog: (obj: GetCommentReactionsOutput) => any;
2306
- }
2307
-
2308
- export interface InvalidReactionUserArnException extends __SmithyException, $MetadataBearer {
2309
- name: "InvalidReactionUserArnException";
2310
- $fault: "client";
2311
-
2312
- message?: string;
2313
- }
2314
- export interface GetCommentsForComparedCommitInput {
2315
-
2316
- repositoryName: string | undefined;
2317
-
2318
- beforeCommitId?: string;
2319
-
2320
- afterCommitId: string | undefined;
2321
-
2322
- nextToken?: string;
2323
-
2324
- maxResults?: number;
2325
- }
2326
- export declare namespace GetCommentsForComparedCommitInput {
2327
-
2328
- const filterSensitiveLog: (obj: GetCommentsForComparedCommitInput) => any;
2329
- }
2330
- export declare enum RelativeFileVersionEnum {
2331
- AFTER = "AFTER",
2332
- BEFORE = "BEFORE"
2333
- }
2334
-
2335
- export interface Location {
2336
-
2337
- filePath?: string;
2338
-
2339
- filePosition?: number;
2340
-
2341
- relativeFileVersion?: RelativeFileVersionEnum | string;
2342
- }
2343
- export declare namespace Location {
2344
-
2345
- const filterSensitiveLog: (obj: Location) => any;
2346
- }
2347
-
2348
- export interface CommentsForComparedCommit {
2349
-
2350
- repositoryName?: string;
2351
-
2352
- beforeCommitId?: string;
2353
-
2354
- afterCommitId?: string;
2355
-
2356
- beforeBlobId?: string;
2357
-
2358
- afterBlobId?: string;
2359
-
2360
- location?: Location;
2361
-
2362
- comments?: Comment[];
2363
- }
2364
- export declare namespace CommentsForComparedCommit {
2365
-
2366
- const filterSensitiveLog: (obj: CommentsForComparedCommit) => any;
2367
- }
2368
- export interface GetCommentsForComparedCommitOutput {
2369
-
2370
- commentsForComparedCommitData?: CommentsForComparedCommit[];
2371
-
2372
- nextToken?: string;
2373
- }
2374
- export declare namespace GetCommentsForComparedCommitOutput {
2375
-
2376
- const filterSensitiveLog: (obj: GetCommentsForComparedCommitOutput) => any;
2377
- }
2378
- export interface GetCommentsForPullRequestInput {
2379
-
2380
- pullRequestId: string | undefined;
2381
-
2382
- repositoryName?: string;
2383
-
2384
- beforeCommitId?: string;
2385
-
2386
- afterCommitId?: string;
2387
-
2388
- nextToken?: string;
2389
-
2390
- maxResults?: number;
2391
- }
2392
- export declare namespace GetCommentsForPullRequestInput {
2393
-
2394
- const filterSensitiveLog: (obj: GetCommentsForPullRequestInput) => any;
2395
- }
2396
-
2397
- export interface CommentsForPullRequest {
2398
-
2399
- pullRequestId?: string;
2400
-
2401
- repositoryName?: string;
2402
-
2403
- beforeCommitId?: string;
2404
-
2405
- afterCommitId?: string;
2406
-
2407
- beforeBlobId?: string;
2408
-
2409
- afterBlobId?: string;
2410
-
2411
- location?: Location;
2412
-
2413
- comments?: Comment[];
2414
- }
2415
- export declare namespace CommentsForPullRequest {
2416
-
2417
- const filterSensitiveLog: (obj: CommentsForPullRequest) => any;
2418
- }
2419
- export interface GetCommentsForPullRequestOutput {
2420
-
2421
- commentsForPullRequestData?: CommentsForPullRequest[];
2422
-
2423
- nextToken?: string;
2424
- }
2425
- export declare namespace GetCommentsForPullRequestOutput {
2426
-
2427
- const filterSensitiveLog: (obj: GetCommentsForPullRequestOutput) => any;
2428
- }
2429
-
2430
- export interface RepositoryNotAssociatedWithPullRequestException extends __SmithyException, $MetadataBearer {
2431
- name: "RepositoryNotAssociatedWithPullRequestException";
2432
- $fault: "client";
2433
-
2434
- message?: string;
2435
- }
2436
-
2437
- export interface CommitIdDoesNotExistException extends __SmithyException, $MetadataBearer {
2438
- name: "CommitIdDoesNotExistException";
2439
- $fault: "client";
2440
-
2441
- message?: string;
2442
- }
2443
-
2444
- export interface GetCommitInput {
2445
-
2446
- repositoryName: string | undefined;
2447
-
2448
- commitId: string | undefined;
2449
- }
2450
- export declare namespace GetCommitInput {
2451
-
2452
- const filterSensitiveLog: (obj: GetCommitInput) => any;
2453
- }
2454
-
2455
- export interface GetCommitOutput {
2456
-
2457
- commit: Commit | undefined;
2458
- }
2459
- export declare namespace GetCommitOutput {
2460
-
2461
- const filterSensitiveLog: (obj: GetCommitOutput) => any;
2462
- }
2463
- export interface GetDifferencesInput {
2464
-
2465
- repositoryName: string | undefined;
2466
-
2467
- beforeCommitSpecifier?: string;
2468
-
2469
- afterCommitSpecifier: string | undefined;
2470
-
2471
- beforePath?: string;
2472
-
2473
- afterPath?: string;
2474
-
2475
- MaxResults?: number;
2476
-
2477
- NextToken?: string;
2478
- }
2479
- export declare namespace GetDifferencesInput {
2480
-
2481
- const filterSensitiveLog: (obj: GetDifferencesInput) => any;
2482
- }
2483
-
2484
- export interface Difference {
2485
-
2486
- beforeBlob?: BlobMetadata;
2487
-
2488
- afterBlob?: BlobMetadata;
2489
-
2490
- changeType?: ChangeTypeEnum | string;
2491
- }
2492
- export declare namespace Difference {
2493
-
2494
- const filterSensitiveLog: (obj: Difference) => any;
2495
- }
2496
- export interface GetDifferencesOutput {
2497
-
2498
- differences?: Difference[];
2499
-
2500
- NextToken?: string;
2501
- }
2502
- export declare namespace GetDifferencesOutput {
2503
-
2504
- const filterSensitiveLog: (obj: GetDifferencesOutput) => any;
2505
- }
2506
-
2507
- export interface PathDoesNotExistException extends __SmithyException, $MetadataBearer {
2508
- name: "PathDoesNotExistException";
2509
- $fault: "client";
2510
-
2511
- message?: string;
2512
- }
2513
- export interface GetFileInput {
2514
-
2515
- repositoryName: string | undefined;
2516
-
2517
- commitSpecifier?: string;
2518
-
2519
- filePath: string | undefined;
2520
- }
2521
- export declare namespace GetFileInput {
2522
-
2523
- const filterSensitiveLog: (obj: GetFileInput) => any;
2524
- }
2525
- export interface GetFileOutput {
2526
-
2527
- commitId: string | undefined;
2528
-
2529
- blobId: string | undefined;
2530
-
2531
- filePath: string | undefined;
2532
-
2533
- fileMode: FileModeTypeEnum | string | undefined;
2534
-
2535
- fileSize: number | undefined;
2536
-
2537
- fileContent: Uint8Array | undefined;
2538
- }
2539
- export declare namespace GetFileOutput {
2540
-
2541
- const filterSensitiveLog: (obj: GetFileOutput) => any;
2542
- }
2543
-
2544
- export interface FolderDoesNotExistException extends __SmithyException, $MetadataBearer {
2545
- name: "FolderDoesNotExistException";
2546
- $fault: "client";
2547
-
2548
- message?: string;
2549
- }
2550
- export interface GetFolderInput {
2551
-
2552
- repositoryName: string | undefined;
2553
-
2554
- commitSpecifier?: string;
2555
-
2556
- folderPath: string | undefined;
2557
- }
2558
- export declare namespace GetFolderInput {
2559
-
2560
- const filterSensitiveLog: (obj: GetFolderInput) => any;
2561
- }
2562
-
2563
- export interface File {
2564
-
2565
- blobId?: string;
2566
-
2567
- absolutePath?: string;
2568
-
2569
- relativePath?: string;
2570
-
2571
- fileMode?: FileModeTypeEnum | string;
2572
- }
2573
- export declare namespace File {
2574
-
2575
- const filterSensitiveLog: (obj: File) => any;
2576
- }
2577
-
2578
- export interface Folder {
2579
-
2580
- treeId?: string;
2581
-
2582
- absolutePath?: string;
2583
-
2584
- relativePath?: string;
2585
- }
2586
- export declare namespace Folder {
2587
-
2588
- const filterSensitiveLog: (obj: Folder) => any;
2589
- }
2590
-
2591
- export interface SubModule {
2592
-
2593
- commitId?: string;
2594
-
2595
- absolutePath?: string;
2596
-
2597
- relativePath?: string;
2598
- }
2599
- export declare namespace SubModule {
2600
-
2601
- const filterSensitiveLog: (obj: SubModule) => any;
2602
- }
2603
-
2604
- export interface SymbolicLink {
2605
-
2606
- blobId?: string;
2607
-
2608
- absolutePath?: string;
2609
-
2610
- relativePath?: string;
2611
-
2612
- fileMode?: FileModeTypeEnum | string;
2613
- }
2614
- export declare namespace SymbolicLink {
2615
-
2616
- const filterSensitiveLog: (obj: SymbolicLink) => any;
2617
- }
2618
- export interface GetFolderOutput {
2619
-
2620
- commitId: string | undefined;
2621
-
2622
- folderPath: string | undefined;
2623
-
2624
- treeId?: string;
2625
-
2626
- subFolders?: Folder[];
2627
-
2628
- files?: File[];
2629
-
2630
- symbolicLinks?: SymbolicLink[];
2631
-
2632
- subModules?: SubModule[];
2633
- }
2634
- export declare namespace GetFolderOutput {
2635
-
2636
- const filterSensitiveLog: (obj: GetFolderOutput) => any;
2637
- }
2638
- export interface GetMergeCommitInput {
2639
-
2640
- repositoryName: string | undefined;
2641
-
2642
- sourceCommitSpecifier: string | undefined;
2643
-
2644
- destinationCommitSpecifier: string | undefined;
2645
-
2646
- conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
2647
-
2648
- conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
2649
- }
2650
- export declare namespace GetMergeCommitInput {
2651
-
2652
- const filterSensitiveLog: (obj: GetMergeCommitInput) => any;
2653
- }
2654
- export interface GetMergeCommitOutput {
2655
-
2656
- sourceCommitId?: string;
2657
-
2658
- destinationCommitId?: string;
2659
-
2660
- baseCommitId?: string;
2661
-
2662
- mergedCommitId?: string;
2663
- }
2664
- export declare namespace GetMergeCommitOutput {
2665
-
2666
- const filterSensitiveLog: (obj: GetMergeCommitOutput) => any;
2667
- }
2668
- export interface GetMergeConflictsInput {
2669
-
2670
- repositoryName: string | undefined;
2671
-
2672
- destinationCommitSpecifier: string | undefined;
2673
-
2674
- sourceCommitSpecifier: string | undefined;
2675
-
2676
- mergeOption: MergeOptionTypeEnum | string | undefined;
2677
-
2678
- conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
2679
-
2680
- maxConflictFiles?: number;
2681
-
2682
- conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
2683
-
2684
- nextToken?: string;
2685
- }
2686
- export declare namespace GetMergeConflictsInput {
2687
-
2688
- const filterSensitiveLog: (obj: GetMergeConflictsInput) => any;
2689
- }
2690
- export interface GetMergeConflictsOutput {
2691
-
2692
- mergeable: boolean | undefined;
2693
-
2694
- destinationCommitId: string | undefined;
2695
-
2696
- sourceCommitId: string | undefined;
2697
-
2698
- baseCommitId?: string;
2699
-
2700
- conflictMetadataList: ConflictMetadata[] | undefined;
2701
-
2702
- nextToken?: string;
2703
- }
2704
- export declare namespace GetMergeConflictsOutput {
2705
-
2706
- const filterSensitiveLog: (obj: GetMergeConflictsOutput) => any;
2707
- }
2708
-
2709
- export interface InvalidDestinationCommitSpecifierException extends __SmithyException, $MetadataBearer {
2710
- name: "InvalidDestinationCommitSpecifierException";
2711
- $fault: "client";
2712
-
2713
- message?: string;
2714
- }
2715
-
2716
- export interface InvalidSourceCommitSpecifierException extends __SmithyException, $MetadataBearer {
2717
- name: "InvalidSourceCommitSpecifierException";
2718
- $fault: "client";
2719
-
2720
- message?: string;
2721
- }
2722
- export interface GetMergeOptionsInput {
2723
-
2724
- repositoryName: string | undefined;
2725
-
2726
- sourceCommitSpecifier: string | undefined;
2727
-
2728
- destinationCommitSpecifier: string | undefined;
2729
-
2730
- conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
2731
-
2732
- conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
2733
- }
2734
- export declare namespace GetMergeOptionsInput {
2735
-
2736
- const filterSensitiveLog: (obj: GetMergeOptionsInput) => any;
2737
- }
2738
- export interface GetMergeOptionsOutput {
2739
-
2740
- mergeOptions: (MergeOptionTypeEnum | string)[] | undefined;
2741
-
2742
- sourceCommitId: string | undefined;
2743
-
2744
- destinationCommitId: string | undefined;
2745
-
2746
- baseCommitId: string | undefined;
2747
- }
2748
- export declare namespace GetMergeOptionsOutput {
2749
-
2750
- const filterSensitiveLog: (obj: GetMergeOptionsOutput) => any;
2751
- }
2752
- export interface GetPullRequestInput {
2753
-
2754
- pullRequestId: string | undefined;
2755
- }
2756
- export declare namespace GetPullRequestInput {
2757
-
2758
- const filterSensitiveLog: (obj: GetPullRequestInput) => any;
2759
- }
2760
- export interface GetPullRequestOutput {
2761
-
2762
- pullRequest: PullRequest | undefined;
2763
- }
2764
- export declare namespace GetPullRequestOutput {
2765
-
2766
- const filterSensitiveLog: (obj: GetPullRequestOutput) => any;
2767
- }
2768
- export interface GetPullRequestApprovalStatesInput {
2769
-
2770
- pullRequestId: string | undefined;
2771
-
2772
- revisionId: string | undefined;
2773
- }
2774
- export declare namespace GetPullRequestApprovalStatesInput {
2775
-
2776
- const filterSensitiveLog: (obj: GetPullRequestApprovalStatesInput) => any;
2777
- }
2778
- export interface GetPullRequestApprovalStatesOutput {
2779
-
2780
- approvals?: Approval[];
2781
- }
2782
- export declare namespace GetPullRequestApprovalStatesOutput {
2783
-
2784
- const filterSensitiveLog: (obj: GetPullRequestApprovalStatesOutput) => any;
2785
- }
2786
- export interface GetPullRequestOverrideStateInput {
2787
-
2788
- pullRequestId: string | undefined;
2789
-
2790
- revisionId: string | undefined;
2791
- }
2792
- export declare namespace GetPullRequestOverrideStateInput {
2793
-
2794
- const filterSensitiveLog: (obj: GetPullRequestOverrideStateInput) => any;
2795
- }
2796
- export interface GetPullRequestOverrideStateOutput {
2797
-
2798
- overridden?: boolean;
2799
-
2800
- overrider?: string;
2801
- }
2802
- export declare namespace GetPullRequestOverrideStateOutput {
2803
-
2804
- const filterSensitiveLog: (obj: GetPullRequestOverrideStateOutput) => any;
2805
- }
2806
-
2807
- export interface GetRepositoryInput {
2808
-
2809
- repositoryName: string | undefined;
2810
- }
2811
- export declare namespace GetRepositoryInput {
2812
-
2813
- const filterSensitiveLog: (obj: GetRepositoryInput) => any;
2814
- }
2815
-
2816
- export interface GetRepositoryOutput {
2817
-
2818
- repositoryMetadata?: RepositoryMetadata;
2819
- }
2820
- export declare namespace GetRepositoryOutput {
2821
-
2822
- const filterSensitiveLog: (obj: GetRepositoryOutput) => any;
2823
- }
2824
-
2825
- export interface GetRepositoryTriggersInput {
2826
-
2827
- repositoryName: string | undefined;
2828
- }
2829
- export declare namespace GetRepositoryTriggersInput {
2830
-
2831
- const filterSensitiveLog: (obj: GetRepositoryTriggersInput) => any;
2832
- }
2833
- export declare enum RepositoryTriggerEventEnum {
2834
- ALL = "all",
2835
- CREATE_REFERENCE = "createReference",
2836
- DELETE_REFERENCE = "deleteReference",
2837
- UPDATE_REFERENCE = "updateReference"
2838
- }
2839
-
2840
- export interface RepositoryTrigger {
2841
-
2842
- name: string | undefined;
2843
-
2844
- destinationArn: string | undefined;
2845
-
2846
- customData?: string;
2847
-
2848
- branches?: string[];
2849
-
2850
- events: (RepositoryTriggerEventEnum | string)[] | undefined;
2851
- }
2852
- export declare namespace RepositoryTrigger {
2853
-
2854
- const filterSensitiveLog: (obj: RepositoryTrigger) => any;
2855
- }
2856
-
2857
- export interface GetRepositoryTriggersOutput {
2858
-
2859
- configurationId?: string;
2860
-
2861
- triggers?: RepositoryTrigger[];
2862
- }
2863
- export declare namespace GetRepositoryTriggersOutput {
2864
-
2865
- const filterSensitiveLog: (obj: GetRepositoryTriggersOutput) => any;
2866
- }
2867
- export interface ListApprovalRuleTemplatesInput {
2868
-
2869
- nextToken?: string;
2870
-
2871
- maxResults?: number;
2872
- }
2873
- export declare namespace ListApprovalRuleTemplatesInput {
2874
-
2875
- const filterSensitiveLog: (obj: ListApprovalRuleTemplatesInput) => any;
2876
- }
2877
- export interface ListApprovalRuleTemplatesOutput {
2878
-
2879
- approvalRuleTemplateNames?: string[];
2880
-
2881
- nextToken?: string;
2882
- }
2883
- export declare namespace ListApprovalRuleTemplatesOutput {
2884
-
2885
- const filterSensitiveLog: (obj: ListApprovalRuleTemplatesOutput) => any;
2886
- }
2887
- export interface ListAssociatedApprovalRuleTemplatesForRepositoryInput {
2888
-
2889
- repositoryName: string | undefined;
2890
-
2891
- nextToken?: string;
2892
-
2893
- maxResults?: number;
2894
- }
2895
- export declare namespace ListAssociatedApprovalRuleTemplatesForRepositoryInput {
2896
-
2897
- const filterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryInput) => any;
2898
- }
2899
- export interface ListAssociatedApprovalRuleTemplatesForRepositoryOutput {
2900
-
2901
- approvalRuleTemplateNames?: string[];
2902
-
2903
- nextToken?: string;
2904
- }
2905
- export declare namespace ListAssociatedApprovalRuleTemplatesForRepositoryOutput {
2906
-
2907
- const filterSensitiveLog: (obj: ListAssociatedApprovalRuleTemplatesForRepositoryOutput) => any;
2908
- }
2909
-
2910
- export interface ListBranchesInput {
2911
-
2912
- repositoryName: string | undefined;
2913
-
2914
- nextToken?: string;
2915
- }
2916
- export declare namespace ListBranchesInput {
2917
-
2918
- const filterSensitiveLog: (obj: ListBranchesInput) => any;
2919
- }
2920
-
2921
- export interface ListBranchesOutput {
2922
-
2923
- branches?: string[];
2924
-
2925
- nextToken?: string;
2926
- }
2927
- export declare namespace ListBranchesOutput {
2928
-
2929
- const filterSensitiveLog: (obj: ListBranchesOutput) => any;
2930
- }
2931
-
2932
- export interface InvalidAuthorArnException extends __SmithyException, $MetadataBearer {
2933
- name: "InvalidAuthorArnException";
2934
- $fault: "client";
2935
-
2936
- message?: string;
2937
- }
2938
-
2939
- export interface InvalidPullRequestStatusException extends __SmithyException, $MetadataBearer {
2940
- name: "InvalidPullRequestStatusException";
2941
- $fault: "client";
2942
-
2943
- message?: string;
2944
- }
2945
- export interface ListPullRequestsInput {
2946
-
2947
- repositoryName: string | undefined;
2948
-
2949
- authorArn?: string;
2950
-
2951
- pullRequestStatus?: PullRequestStatusEnum | string;
2952
-
2953
- nextToken?: string;
2954
-
2955
- maxResults?: number;
2956
- }
2957
- export declare namespace ListPullRequestsInput {
2958
-
2959
- const filterSensitiveLog: (obj: ListPullRequestsInput) => any;
2960
- }
2961
- export interface ListPullRequestsOutput {
2962
-
2963
- pullRequestIds: string[] | undefined;
2964
-
2965
- nextToken?: string;
2966
- }
2967
- export declare namespace ListPullRequestsOutput {
2968
-
2969
- const filterSensitiveLog: (obj: ListPullRequestsOutput) => any;
2970
- }
2971
-
2972
- export interface InvalidOrderException extends __SmithyException, $MetadataBearer {
2973
- name: "InvalidOrderException";
2974
- $fault: "client";
2975
-
2976
- message?: string;
2977
- }
2978
-
2979
- export interface InvalidSortByException extends __SmithyException, $MetadataBearer {
2980
- name: "InvalidSortByException";
2981
- $fault: "client";
2982
-
2983
- message?: string;
2984
- }