@aws-sdk/client-codecommit 3.131.0 → 3.142.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 (167) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +1 -1
  4. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +2 -2
  6. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -2
  7. package/dist-cjs/commands/BatchGetCommitsCommand.js +2 -2
  8. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +2 -2
  9. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +2 -2
  10. package/dist-cjs/commands/CreateBranchCommand.js +1 -1
  11. package/dist-cjs/commands/CreateCommitCommand.js +2 -2
  12. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +2 -2
  13. package/dist-cjs/commands/CreatePullRequestCommand.js +2 -2
  14. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
  15. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteBranchCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteCommentContentCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteFileCommand.js +2 -2
  20. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +2 -2
  24. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +1 -1
  25. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -2
  26. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +2 -2
  27. package/dist-cjs/commands/GetBlobCommand.js +2 -2
  28. package/dist-cjs/commands/GetBranchCommand.js +2 -2
  29. package/dist-cjs/commands/GetCommentCommand.js +2 -2
  30. package/dist-cjs/commands/GetCommentReactionsCommand.js +2 -2
  31. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +2 -2
  32. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +2 -2
  33. package/dist-cjs/commands/GetCommitCommand.js +2 -2
  34. package/dist-cjs/commands/GetDifferencesCommand.js +2 -2
  35. package/dist-cjs/commands/GetFileCommand.js +2 -2
  36. package/dist-cjs/commands/GetFolderCommand.js +2 -2
  37. package/dist-cjs/commands/GetMergeCommitCommand.js +2 -2
  38. package/dist-cjs/commands/GetMergeConflictsCommand.js +2 -2
  39. package/dist-cjs/commands/GetMergeOptionsCommand.js +2 -2
  40. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +2 -2
  41. package/dist-cjs/commands/GetPullRequestCommand.js +2 -2
  42. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +2 -2
  43. package/dist-cjs/commands/GetRepositoryCommand.js +2 -2
  44. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +2 -2
  45. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +2 -2
  46. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -2
  47. package/dist-cjs/commands/ListBranchesCommand.js +2 -2
  48. package/dist-cjs/commands/ListPullRequestsCommand.js +2 -2
  49. package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
  50. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -2
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  52. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +2 -2
  53. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +2 -2
  54. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +2 -2
  55. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +2 -2
  56. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +2 -2
  57. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +2 -2
  58. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +1 -1
  59. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +2 -2
  60. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +2 -2
  61. package/dist-cjs/commands/PostCommentReplyCommand.js +2 -2
  62. package/dist-cjs/commands/PutCommentReactionCommand.js +1 -1
  63. package/dist-cjs/commands/PutFileCommand.js +2 -2
  64. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +2 -2
  65. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  66. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +2 -2
  67. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  68. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -2
  69. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -2
  70. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -2
  71. package/dist-cjs/commands/UpdateCommentCommand.js +2 -2
  72. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +1 -1
  73. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -2
  74. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +1 -1
  75. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +2 -2
  76. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +2 -2
  77. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +2 -2
  78. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +1 -1
  79. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +1 -1
  80. package/dist-cjs/models/models_0.js +578 -864
  81. package/dist-cjs/models/models_1.js +226 -338
  82. package/dist-cjs/protocols/Aws_json1_1.js +385 -652
  83. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -2
  84. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -3
  85. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +3 -3
  86. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -3
  87. package/dist-es/commands/BatchGetCommitsCommand.js +3 -3
  88. package/dist-es/commands/BatchGetRepositoriesCommand.js +3 -3
  89. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +3 -3
  90. package/dist-es/commands/CreateBranchCommand.js +2 -2
  91. package/dist-es/commands/CreateCommitCommand.js +3 -3
  92. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +3 -3
  93. package/dist-es/commands/CreatePullRequestCommand.js +3 -3
  94. package/dist-es/commands/CreateRepositoryCommand.js +3 -3
  95. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +3 -3
  96. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +3 -3
  97. package/dist-es/commands/DeleteBranchCommand.js +3 -3
  98. package/dist-es/commands/DeleteCommentContentCommand.js +3 -3
  99. package/dist-es/commands/DeleteFileCommand.js +3 -3
  100. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +3 -3
  101. package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
  102. package/dist-es/commands/DescribeMergeConflictsCommand.js +3 -3
  103. package/dist-es/commands/DescribePullRequestEventsCommand.js +3 -3
  104. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -2
  105. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -3
  106. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +3 -3
  107. package/dist-es/commands/GetBlobCommand.js +3 -3
  108. package/dist-es/commands/GetBranchCommand.js +3 -3
  109. package/dist-es/commands/GetCommentCommand.js +3 -3
  110. package/dist-es/commands/GetCommentReactionsCommand.js +3 -3
  111. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +3 -3
  112. package/dist-es/commands/GetCommentsForPullRequestCommand.js +3 -3
  113. package/dist-es/commands/GetCommitCommand.js +3 -3
  114. package/dist-es/commands/GetDifferencesCommand.js +3 -3
  115. package/dist-es/commands/GetFileCommand.js +3 -3
  116. package/dist-es/commands/GetFolderCommand.js +3 -3
  117. package/dist-es/commands/GetMergeCommitCommand.js +3 -3
  118. package/dist-es/commands/GetMergeConflictsCommand.js +3 -3
  119. package/dist-es/commands/GetMergeOptionsCommand.js +3 -3
  120. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +3 -3
  121. package/dist-es/commands/GetPullRequestCommand.js +3 -3
  122. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +3 -3
  123. package/dist-es/commands/GetRepositoryCommand.js +3 -3
  124. package/dist-es/commands/GetRepositoryTriggersCommand.js +3 -3
  125. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +3 -3
  126. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -3
  127. package/dist-es/commands/ListBranchesCommand.js +3 -3
  128. package/dist-es/commands/ListPullRequestsCommand.js +3 -3
  129. package/dist-es/commands/ListRepositoriesCommand.js +3 -3
  130. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -3
  131. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  132. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +3 -3
  133. package/dist-es/commands/MergeBranchesBySquashCommand.js +3 -3
  134. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +3 -3
  135. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +3 -3
  136. package/dist-es/commands/MergePullRequestBySquashCommand.js +3 -3
  137. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +3 -3
  138. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -2
  139. package/dist-es/commands/PostCommentForComparedCommitCommand.js +3 -3
  140. package/dist-es/commands/PostCommentForPullRequestCommand.js +3 -3
  141. package/dist-es/commands/PostCommentReplyCommand.js +3 -3
  142. package/dist-es/commands/PutCommentReactionCommand.js +2 -2
  143. package/dist-es/commands/PutFileCommand.js +3 -3
  144. package/dist-es/commands/PutRepositoryTriggersCommand.js +3 -3
  145. package/dist-es/commands/TagResourceCommand.js +2 -2
  146. package/dist-es/commands/TestRepositoryTriggersCommand.js +3 -3
  147. package/dist-es/commands/UntagResourceCommand.js +2 -2
  148. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -3
  149. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -3
  150. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -3
  151. package/dist-es/commands/UpdateCommentCommand.js +3 -3
  152. package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -2
  153. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -3
  154. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -2
  155. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +3 -3
  156. package/dist-es/commands/UpdatePullRequestStatusCommand.js +3 -3
  157. package/dist-es/commands/UpdatePullRequestTitleCommand.js +3 -3
  158. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -2
  159. package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -2
  160. package/dist-es/models/models_0.js +143 -572
  161. package/dist-es/models/models_1.js +56 -224
  162. package/dist-es/protocols/Aws_json1_1.js +617 -653
  163. package/dist-types/models/models_0.d.ts +572 -858
  164. package/dist-types/models/models_1.d.ts +224 -336
  165. package/dist-types/ts3.4/models/models_0.d.ts +286 -572
  166. package/dist-types/ts3.4/models/models_1.d.ts +112 -224
  167. package/package.json +6 -6
@@ -18,10 +18,6 @@ export interface ListRepositoriesInput {
18
18
 
19
19
  order?: OrderEnum | string;
20
20
  }
21
- export declare namespace ListRepositoriesInput {
22
-
23
- const filterSensitiveLog: (obj: ListRepositoriesInput) => any;
24
- }
25
21
 
26
22
  export interface RepositoryNameIdPair {
27
23
 
@@ -29,10 +25,6 @@ export interface RepositoryNameIdPair {
29
25
 
30
26
  repositoryId?: string;
31
27
  }
32
- export declare namespace RepositoryNameIdPair {
33
-
34
- const filterSensitiveLog: (obj: RepositoryNameIdPair) => any;
35
- }
36
28
 
37
29
  export interface ListRepositoriesOutput {
38
30
 
@@ -40,10 +32,6 @@ export interface ListRepositoriesOutput {
40
32
 
41
33
  nextToken?: string;
42
34
  }
43
- export declare namespace ListRepositoriesOutput {
44
-
45
- const filterSensitiveLog: (obj: ListRepositoriesOutput) => any;
46
- }
47
35
  export interface ListRepositoriesForApprovalRuleTemplateInput {
48
36
 
49
37
  approvalRuleTemplateName: string | undefined;
@@ -52,20 +40,12 @@ export interface ListRepositoriesForApprovalRuleTemplateInput {
52
40
 
53
41
  maxResults?: number;
54
42
  }
55
- export declare namespace ListRepositoriesForApprovalRuleTemplateInput {
56
-
57
- const filterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateInput) => any;
58
- }
59
43
  export interface ListRepositoriesForApprovalRuleTemplateOutput {
60
44
 
61
45
  repositoryNames?: string[];
62
46
 
63
47
  nextToken?: string;
64
48
  }
65
- export declare namespace ListRepositoriesForApprovalRuleTemplateOutput {
66
-
67
- const filterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateOutput) => any;
68
- }
69
49
 
70
50
  export declare class InvalidResourceArnException extends __BaseException {
71
51
  readonly name: "InvalidResourceArnException";
@@ -79,20 +59,12 @@ export interface ListTagsForResourceInput {
79
59
 
80
60
  nextToken?: string;
81
61
  }
82
- export declare namespace ListTagsForResourceInput {
83
-
84
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
85
- }
86
62
  export interface ListTagsForResourceOutput {
87
63
 
88
64
  tags?: Record<string, string>;
89
65
 
90
66
  nextToken?: string;
91
67
  }
92
- export declare namespace ListTagsForResourceOutput {
93
-
94
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
95
- }
96
68
 
97
69
  export declare class ResourceArnRequiredException extends __BaseException {
98
70
  readonly name: "ResourceArnRequiredException";
@@ -117,20 +89,12 @@ export interface MergeBranchesByFastForwardInput {
117
89
 
118
90
  targetBranch?: string;
119
91
  }
120
- export declare namespace MergeBranchesByFastForwardInput {
121
-
122
- const filterSensitiveLog: (obj: MergeBranchesByFastForwardInput) => any;
123
- }
124
92
  export interface MergeBranchesByFastForwardOutput {
125
93
 
126
94
  commitId?: string;
127
95
 
128
96
  treeId?: string;
129
97
  }
130
- export declare namespace MergeBranchesByFastForwardOutput {
131
-
132
- const filterSensitiveLog: (obj: MergeBranchesByFastForwardOutput) => any;
133
- }
134
98
  export interface MergeBranchesBySquashInput {
135
99
 
136
100
  repositoryName: string | undefined;
@@ -155,20 +119,12 @@ export interface MergeBranchesBySquashInput {
155
119
 
156
120
  conflictResolution?: ConflictResolution;
157
121
  }
158
- export declare namespace MergeBranchesBySquashInput {
159
-
160
- const filterSensitiveLog: (obj: MergeBranchesBySquashInput) => any;
161
- }
162
122
  export interface MergeBranchesBySquashOutput {
163
123
 
164
124
  commitId?: string;
165
125
 
166
126
  treeId?: string;
167
127
  }
168
- export declare namespace MergeBranchesBySquashOutput {
169
-
170
- const filterSensitiveLog: (obj: MergeBranchesBySquashOutput) => any;
171
- }
172
128
  export interface MergeBranchesByThreeWayInput {
173
129
 
174
130
  repositoryName: string | undefined;
@@ -193,20 +149,12 @@ export interface MergeBranchesByThreeWayInput {
193
149
 
194
150
  conflictResolution?: ConflictResolution;
195
151
  }
196
- export declare namespace MergeBranchesByThreeWayInput {
197
-
198
- const filterSensitiveLog: (obj: MergeBranchesByThreeWayInput) => any;
199
- }
200
152
  export interface MergeBranchesByThreeWayOutput {
201
153
 
202
154
  commitId?: string;
203
155
 
204
156
  treeId?: string;
205
157
  }
206
- export declare namespace MergeBranchesByThreeWayOutput {
207
-
208
- const filterSensitiveLog: (obj: MergeBranchesByThreeWayOutput) => any;
209
- }
210
158
  export interface MergePullRequestByFastForwardInput {
211
159
 
212
160
  pullRequestId: string | undefined;
@@ -215,18 +163,10 @@ export interface MergePullRequestByFastForwardInput {
215
163
 
216
164
  sourceCommitId?: string;
217
165
  }
218
- export declare namespace MergePullRequestByFastForwardInput {
219
-
220
- const filterSensitiveLog: (obj: MergePullRequestByFastForwardInput) => any;
221
- }
222
166
  export interface MergePullRequestByFastForwardOutput {
223
167
 
224
168
  pullRequest?: PullRequest;
225
169
  }
226
- export declare namespace MergePullRequestByFastForwardOutput {
227
-
228
- const filterSensitiveLog: (obj: MergePullRequestByFastForwardOutput) => any;
229
- }
230
170
 
231
171
  export declare class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
232
172
  readonly name: "PullRequestApprovalRulesNotSatisfiedException";
@@ -263,18 +203,10 @@ export interface MergePullRequestBySquashInput {
263
203
 
264
204
  conflictResolution?: ConflictResolution;
265
205
  }
266
- export declare namespace MergePullRequestBySquashInput {
267
-
268
- const filterSensitiveLog: (obj: MergePullRequestBySquashInput) => any;
269
- }
270
206
  export interface MergePullRequestBySquashOutput {
271
207
 
272
208
  pullRequest?: PullRequest;
273
209
  }
274
- export declare namespace MergePullRequestBySquashOutput {
275
-
276
- const filterSensitiveLog: (obj: MergePullRequestBySquashOutput) => any;
277
- }
278
210
  export interface MergePullRequestByThreeWayInput {
279
211
 
280
212
  pullRequestId: string | undefined;
@@ -297,18 +229,10 @@ export interface MergePullRequestByThreeWayInput {
297
229
 
298
230
  conflictResolution?: ConflictResolution;
299
231
  }
300
- export declare namespace MergePullRequestByThreeWayInput {
301
-
302
- const filterSensitiveLog: (obj: MergePullRequestByThreeWayInput) => any;
303
- }
304
232
  export interface MergePullRequestByThreeWayOutput {
305
233
 
306
234
  pullRequest?: PullRequest;
307
235
  }
308
- export declare namespace MergePullRequestByThreeWayOutput {
309
-
310
- const filterSensitiveLog: (obj: MergePullRequestByThreeWayOutput) => any;
311
- }
312
236
 
313
237
  export declare class InvalidOverrideStatusException extends __BaseException {
314
238
  readonly name: "InvalidOverrideStatusException";
@@ -331,10 +255,6 @@ export interface OverridePullRequestApprovalRulesInput {
331
255
 
332
256
  overrideStatus: OverrideStatus | string | undefined;
333
257
  }
334
- export declare namespace OverridePullRequestApprovalRulesInput {
335
-
336
- const filterSensitiveLog: (obj: OverridePullRequestApprovalRulesInput) => any;
337
- }
338
258
 
339
259
  export declare class OverrideStatusRequiredException extends __BaseException {
340
260
  readonly name: "OverrideStatusRequiredException";
@@ -391,10 +311,6 @@ export interface PostCommentForComparedCommitInput {
391
311
 
392
312
  clientRequestToken?: string;
393
313
  }
394
- export declare namespace PostCommentForComparedCommitInput {
395
-
396
- const filterSensitiveLog: (obj: PostCommentForComparedCommitInput) => any;
397
- }
398
314
  export interface PostCommentForComparedCommitOutput {
399
315
 
400
316
  repositoryName?: string;
@@ -411,10 +327,6 @@ export interface PostCommentForComparedCommitOutput {
411
327
 
412
328
  comment?: Comment;
413
329
  }
414
- export declare namespace PostCommentForComparedCommitOutput {
415
-
416
- const filterSensitiveLog: (obj: PostCommentForComparedCommitOutput) => any;
417
- }
418
330
  export interface PostCommentForPullRequestInput {
419
331
 
420
332
  pullRequestId: string | undefined;
@@ -431,10 +343,6 @@ export interface PostCommentForPullRequestInput {
431
343
 
432
344
  clientRequestToken?: string;
433
345
  }
434
- export declare namespace PostCommentForPullRequestInput {
435
-
436
- const filterSensitiveLog: (obj: PostCommentForPullRequestInput) => any;
437
- }
438
346
  export interface PostCommentForPullRequestOutput {
439
347
 
440
348
  repositoryName?: string;
@@ -453,10 +361,6 @@ export interface PostCommentForPullRequestOutput {
453
361
 
454
362
  comment?: Comment;
455
363
  }
456
- export declare namespace PostCommentForPullRequestOutput {
457
-
458
- const filterSensitiveLog: (obj: PostCommentForPullRequestOutput) => any;
459
- }
460
364
  export interface PostCommentReplyInput {
461
365
 
462
366
  inReplyTo: string | undefined;
@@ -465,18 +369,10 @@ export interface PostCommentReplyInput {
465
369
 
466
370
  content: string | undefined;
467
371
  }
468
- export declare namespace PostCommentReplyInput {
469
-
470
- const filterSensitiveLog: (obj: PostCommentReplyInput) => any;
471
- }
472
372
  export interface PostCommentReplyOutput {
473
373
 
474
374
  comment?: Comment;
475
375
  }
476
- export declare namespace PostCommentReplyOutput {
477
-
478
- const filterSensitiveLog: (obj: PostCommentReplyOutput) => any;
479
- }
480
376
 
481
377
  export declare class InvalidReactionValueException extends __BaseException {
482
378
  readonly name: "InvalidReactionValueException";
@@ -490,10 +386,6 @@ export interface PutCommentReactionInput {
490
386
 
491
387
  reactionValue: string | undefined;
492
388
  }
493
- export declare namespace PutCommentReactionInput {
494
-
495
- const filterSensitiveLog: (obj: PutCommentReactionInput) => any;
496
- }
497
389
 
498
390
  export declare class ReactionLimitExceededException extends __BaseException {
499
391
  readonly name: "ReactionLimitExceededException";
@@ -535,10 +427,6 @@ export interface PutFileInput {
535
427
 
536
428
  email?: string;
537
429
  }
538
- export declare namespace PutFileInput {
539
-
540
- const filterSensitiveLog: (obj: PutFileInput) => any;
541
- }
542
430
  export interface PutFileOutput {
543
431
 
544
432
  commitId: string | undefined;
@@ -547,10 +435,6 @@ export interface PutFileOutput {
547
435
 
548
436
  treeId: string | undefined;
549
437
  }
550
- export declare namespace PutFileOutput {
551
-
552
- const filterSensitiveLog: (obj: PutFileOutput) => any;
553
- }
554
438
 
555
439
  export declare class SameFileContentException extends __BaseException {
556
440
  readonly name: "SameFileContentException";
@@ -621,19 +505,11 @@ export interface PutRepositoryTriggersInput {
621
505
 
622
506
  triggers: RepositoryTrigger[] | undefined;
623
507
  }
624
- export declare namespace PutRepositoryTriggersInput {
625
-
626
- const filterSensitiveLog: (obj: PutRepositoryTriggersInput) => any;
627
- }
628
508
 
629
509
  export interface PutRepositoryTriggersOutput {
630
510
 
631
511
  configurationId?: string;
632
512
  }
633
- export declare namespace PutRepositoryTriggersOutput {
634
-
635
- const filterSensitiveLog: (obj: PutRepositoryTriggersOutput) => any;
636
- }
637
513
 
638
514
  export declare class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
639
515
  readonly name: "RepositoryTriggerBranchNameListRequiredException";
@@ -675,10 +551,6 @@ export interface TagResourceInput {
675
551
 
676
552
  tags: Record<string, string> | undefined;
677
553
  }
678
- export declare namespace TagResourceInput {
679
-
680
- const filterSensitiveLog: (obj: TagResourceInput) => any;
681
- }
682
554
 
683
555
  export declare class TagsMapRequiredException extends __BaseException {
684
556
  readonly name: "TagsMapRequiredException";
@@ -693,10 +565,6 @@ export interface TestRepositoryTriggersInput {
693
565
 
694
566
  triggers: RepositoryTrigger[] | undefined;
695
567
  }
696
- export declare namespace TestRepositoryTriggersInput {
697
-
698
- const filterSensitiveLog: (obj: TestRepositoryTriggersInput) => any;
699
- }
700
568
 
701
569
  export interface RepositoryTriggerExecutionFailure {
702
570
 
@@ -704,10 +572,6 @@ export interface RepositoryTriggerExecutionFailure {
704
572
 
705
573
  failureMessage?: string;
706
574
  }
707
- export declare namespace RepositoryTriggerExecutionFailure {
708
-
709
- const filterSensitiveLog: (obj: RepositoryTriggerExecutionFailure) => any;
710
- }
711
575
 
712
576
  export interface TestRepositoryTriggersOutput {
713
577
 
@@ -715,10 +579,6 @@ export interface TestRepositoryTriggersOutput {
715
579
 
716
580
  failedExecutions?: RepositoryTriggerExecutionFailure[];
717
581
  }
718
- export declare namespace TestRepositoryTriggersOutput {
719
-
720
- const filterSensitiveLog: (obj: TestRepositoryTriggersOutput) => any;
721
- }
722
582
 
723
583
  export declare class InvalidTagKeysListException extends __BaseException {
724
584
  readonly name: "InvalidTagKeysListException";
@@ -739,10 +599,6 @@ export interface UntagResourceInput {
739
599
 
740
600
  tagKeys: string[] | undefined;
741
601
  }
742
- export declare namespace UntagResourceInput {
743
-
744
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
745
- }
746
602
 
747
603
  export declare class InvalidRuleContentSha256Exception extends __BaseException {
748
604
  readonly name: "InvalidRuleContentSha256Exception";
@@ -758,54 +614,30 @@ export interface UpdateApprovalRuleTemplateContentInput {
758
614
 
759
615
  existingRuleContentSha256?: string;
760
616
  }
761
- export declare namespace UpdateApprovalRuleTemplateContentInput {
762
-
763
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateContentInput) => any;
764
- }
765
617
  export interface UpdateApprovalRuleTemplateContentOutput {
766
618
 
767
619
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
768
620
  }
769
- export declare namespace UpdateApprovalRuleTemplateContentOutput {
770
-
771
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateContentOutput) => any;
772
- }
773
621
  export interface UpdateApprovalRuleTemplateDescriptionInput {
774
622
 
775
623
  approvalRuleTemplateName: string | undefined;
776
624
 
777
625
  approvalRuleTemplateDescription: string | undefined;
778
626
  }
779
- export declare namespace UpdateApprovalRuleTemplateDescriptionInput {
780
-
781
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateDescriptionInput) => any;
782
- }
783
627
  export interface UpdateApprovalRuleTemplateDescriptionOutput {
784
628
 
785
629
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
786
630
  }
787
- export declare namespace UpdateApprovalRuleTemplateDescriptionOutput {
788
-
789
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateDescriptionOutput) => any;
790
- }
791
631
  export interface UpdateApprovalRuleTemplateNameInput {
792
632
 
793
633
  oldApprovalRuleTemplateName: string | undefined;
794
634
 
795
635
  newApprovalRuleTemplateName: string | undefined;
796
636
  }
797
- export declare namespace UpdateApprovalRuleTemplateNameInput {
798
-
799
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameInput) => any;
800
- }
801
637
  export interface UpdateApprovalRuleTemplateNameOutput {
802
638
 
803
639
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
804
640
  }
805
- export declare namespace UpdateApprovalRuleTemplateNameOutput {
806
-
807
- const filterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameOutput) => any;
808
- }
809
641
 
810
642
  export declare class CommentNotCreatedByCallerException extends __BaseException {
811
643
  readonly name: "CommentNotCreatedByCallerException";
@@ -819,18 +651,10 @@ export interface UpdateCommentInput {
819
651
 
820
652
  content: string | undefined;
821
653
  }
822
- export declare namespace UpdateCommentInput {
823
-
824
- const filterSensitiveLog: (obj: UpdateCommentInput) => any;
825
- }
826
654
  export interface UpdateCommentOutput {
827
655
 
828
656
  comment?: Comment;
829
657
  }
830
- export declare namespace UpdateCommentOutput {
831
-
832
- const filterSensitiveLog: (obj: UpdateCommentOutput) => any;
833
- }
834
658
 
835
659
  export interface UpdateDefaultBranchInput {
836
660
 
@@ -838,10 +662,6 @@ export interface UpdateDefaultBranchInput {
838
662
 
839
663
  defaultBranchName: string | undefined;
840
664
  }
841
- export declare namespace UpdateDefaultBranchInput {
842
-
843
- const filterSensitiveLog: (obj: UpdateDefaultBranchInput) => any;
844
- }
845
665
  export interface UpdatePullRequestApprovalRuleContentInput {
846
666
 
847
667
  pullRequestId: string | undefined;
@@ -852,18 +672,10 @@ export interface UpdatePullRequestApprovalRuleContentInput {
852
672
 
853
673
  newRuleContent: string | undefined;
854
674
  }
855
- export declare namespace UpdatePullRequestApprovalRuleContentInput {
856
-
857
- const filterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentInput) => any;
858
- }
859
675
  export interface UpdatePullRequestApprovalRuleContentOutput {
860
676
 
861
677
  approvalRule: ApprovalRule | undefined;
862
678
  }
863
- export declare namespace UpdatePullRequestApprovalRuleContentOutput {
864
-
865
- const filterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentOutput) => any;
866
- }
867
679
 
868
680
  export declare class InvalidApprovalStateException extends __BaseException {
869
681
  readonly name: "InvalidApprovalStateException";
@@ -893,28 +705,16 @@ export interface UpdatePullRequestApprovalStateInput {
893
705
 
894
706
  approvalState: ApprovalState | string | undefined;
895
707
  }
896
- export declare namespace UpdatePullRequestApprovalStateInput {
897
-
898
- const filterSensitiveLog: (obj: UpdatePullRequestApprovalStateInput) => any;
899
- }
900
708
  export interface UpdatePullRequestDescriptionInput {
901
709
 
902
710
  pullRequestId: string | undefined;
903
711
 
904
712
  description: string | undefined;
905
713
  }
906
- export declare namespace UpdatePullRequestDescriptionInput {
907
-
908
- const filterSensitiveLog: (obj: UpdatePullRequestDescriptionInput) => any;
909
- }
910
714
  export interface UpdatePullRequestDescriptionOutput {
911
715
 
912
716
  pullRequest: PullRequest | undefined;
913
717
  }
914
- export declare namespace UpdatePullRequestDescriptionOutput {
915
-
916
- const filterSensitiveLog: (obj: UpdatePullRequestDescriptionOutput) => any;
917
- }
918
718
 
919
719
  export declare class InvalidPullRequestStatusUpdateException extends __BaseException {
920
720
  readonly name: "InvalidPullRequestStatusUpdateException";
@@ -935,36 +735,20 @@ export interface UpdatePullRequestStatusInput {
935
735
 
936
736
  pullRequestStatus: PullRequestStatusEnum | string | undefined;
937
737
  }
938
- export declare namespace UpdatePullRequestStatusInput {
939
-
940
- const filterSensitiveLog: (obj: UpdatePullRequestStatusInput) => any;
941
- }
942
738
  export interface UpdatePullRequestStatusOutput {
943
739
 
944
740
  pullRequest: PullRequest | undefined;
945
741
  }
946
- export declare namespace UpdatePullRequestStatusOutput {
947
-
948
- const filterSensitiveLog: (obj: UpdatePullRequestStatusOutput) => any;
949
- }
950
742
  export interface UpdatePullRequestTitleInput {
951
743
 
952
744
  pullRequestId: string | undefined;
953
745
 
954
746
  title: string | undefined;
955
747
  }
956
- export declare namespace UpdatePullRequestTitleInput {
957
-
958
- const filterSensitiveLog: (obj: UpdatePullRequestTitleInput) => any;
959
- }
960
748
  export interface UpdatePullRequestTitleOutput {
961
749
 
962
750
  pullRequest: PullRequest | undefined;
963
751
  }
964
- export declare namespace UpdatePullRequestTitleOutput {
965
-
966
- const filterSensitiveLog: (obj: UpdatePullRequestTitleOutput) => any;
967
- }
968
752
 
969
753
  export interface UpdateRepositoryDescriptionInput {
970
754
 
@@ -972,10 +756,6 @@ export interface UpdateRepositoryDescriptionInput {
972
756
 
973
757
  repositoryDescription?: string;
974
758
  }
975
- export declare namespace UpdateRepositoryDescriptionInput {
976
-
977
- const filterSensitiveLog: (obj: UpdateRepositoryDescriptionInput) => any;
978
- }
979
759
 
980
760
  export interface UpdateRepositoryNameInput {
981
761
 
@@ -983,7 +763,115 @@ export interface UpdateRepositoryNameInput {
983
763
 
984
764
  newName: string | undefined;
985
765
  }
986
- export declare namespace UpdateRepositoryNameInput {
987
-
988
- const filterSensitiveLog: (obj: UpdateRepositoryNameInput) => any;
989
- }
766
+
767
+ export declare const ListRepositoriesInputFilterSensitiveLog: (obj: ListRepositoriesInput) => any;
768
+
769
+ export declare const RepositoryNameIdPairFilterSensitiveLog: (obj: RepositoryNameIdPair) => any;
770
+
771
+ export declare const ListRepositoriesOutputFilterSensitiveLog: (obj: ListRepositoriesOutput) => any;
772
+
773
+ export declare const ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateInput) => any;
774
+
775
+ export declare const ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog: (obj: ListRepositoriesForApprovalRuleTemplateOutput) => any;
776
+
777
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
778
+
779
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
780
+
781
+ export declare const MergeBranchesByFastForwardInputFilterSensitiveLog: (obj: MergeBranchesByFastForwardInput) => any;
782
+
783
+ export declare const MergeBranchesByFastForwardOutputFilterSensitiveLog: (obj: MergeBranchesByFastForwardOutput) => any;
784
+
785
+ export declare const MergeBranchesBySquashInputFilterSensitiveLog: (obj: MergeBranchesBySquashInput) => any;
786
+
787
+ export declare const MergeBranchesBySquashOutputFilterSensitiveLog: (obj: MergeBranchesBySquashOutput) => any;
788
+
789
+ export declare const MergeBranchesByThreeWayInputFilterSensitiveLog: (obj: MergeBranchesByThreeWayInput) => any;
790
+
791
+ export declare const MergeBranchesByThreeWayOutputFilterSensitiveLog: (obj: MergeBranchesByThreeWayOutput) => any;
792
+
793
+ export declare const MergePullRequestByFastForwardInputFilterSensitiveLog: (obj: MergePullRequestByFastForwardInput) => any;
794
+
795
+ export declare const MergePullRequestByFastForwardOutputFilterSensitiveLog: (obj: MergePullRequestByFastForwardOutput) => any;
796
+
797
+ export declare const MergePullRequestBySquashInputFilterSensitiveLog: (obj: MergePullRequestBySquashInput) => any;
798
+
799
+ export declare const MergePullRequestBySquashOutputFilterSensitiveLog: (obj: MergePullRequestBySquashOutput) => any;
800
+
801
+ export declare const MergePullRequestByThreeWayInputFilterSensitiveLog: (obj: MergePullRequestByThreeWayInput) => any;
802
+
803
+ export declare const MergePullRequestByThreeWayOutputFilterSensitiveLog: (obj: MergePullRequestByThreeWayOutput) => any;
804
+
805
+ export declare const OverridePullRequestApprovalRulesInputFilterSensitiveLog: (obj: OverridePullRequestApprovalRulesInput) => any;
806
+
807
+ export declare const PostCommentForComparedCommitInputFilterSensitiveLog: (obj: PostCommentForComparedCommitInput) => any;
808
+
809
+ export declare const PostCommentForComparedCommitOutputFilterSensitiveLog: (obj: PostCommentForComparedCommitOutput) => any;
810
+
811
+ export declare const PostCommentForPullRequestInputFilterSensitiveLog: (obj: PostCommentForPullRequestInput) => any;
812
+
813
+ export declare const PostCommentForPullRequestOutputFilterSensitiveLog: (obj: PostCommentForPullRequestOutput) => any;
814
+
815
+ export declare const PostCommentReplyInputFilterSensitiveLog: (obj: PostCommentReplyInput) => any;
816
+
817
+ export declare const PostCommentReplyOutputFilterSensitiveLog: (obj: PostCommentReplyOutput) => any;
818
+
819
+ export declare const PutCommentReactionInputFilterSensitiveLog: (obj: PutCommentReactionInput) => any;
820
+
821
+ export declare const PutFileInputFilterSensitiveLog: (obj: PutFileInput) => any;
822
+
823
+ export declare const PutFileOutputFilterSensitiveLog: (obj: PutFileOutput) => any;
824
+
825
+ export declare const PutRepositoryTriggersInputFilterSensitiveLog: (obj: PutRepositoryTriggersInput) => any;
826
+
827
+ export declare const PutRepositoryTriggersOutputFilterSensitiveLog: (obj: PutRepositoryTriggersOutput) => any;
828
+
829
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
830
+
831
+ export declare const TestRepositoryTriggersInputFilterSensitiveLog: (obj: TestRepositoryTriggersInput) => any;
832
+
833
+ export declare const RepositoryTriggerExecutionFailureFilterSensitiveLog: (obj: RepositoryTriggerExecutionFailure) => any;
834
+
835
+ export declare const TestRepositoryTriggersOutputFilterSensitiveLog: (obj: TestRepositoryTriggersOutput) => any;
836
+
837
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
838
+
839
+ export declare const UpdateApprovalRuleTemplateContentInputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateContentInput) => any;
840
+
841
+ export declare const UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateContentOutput) => any;
842
+
843
+ export declare const UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateDescriptionInput) => any;
844
+
845
+ export declare const UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateDescriptionOutput) => any;
846
+
847
+ export declare const UpdateApprovalRuleTemplateNameInputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameInput) => any;
848
+
849
+ export declare const UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog: (obj: UpdateApprovalRuleTemplateNameOutput) => any;
850
+
851
+ export declare const UpdateCommentInputFilterSensitiveLog: (obj: UpdateCommentInput) => any;
852
+
853
+ export declare const UpdateCommentOutputFilterSensitiveLog: (obj: UpdateCommentOutput) => any;
854
+
855
+ export declare const UpdateDefaultBranchInputFilterSensitiveLog: (obj: UpdateDefaultBranchInput) => any;
856
+
857
+ export declare const UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentInput) => any;
858
+
859
+ export declare const UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog: (obj: UpdatePullRequestApprovalRuleContentOutput) => any;
860
+
861
+ export declare const UpdatePullRequestApprovalStateInputFilterSensitiveLog: (obj: UpdatePullRequestApprovalStateInput) => any;
862
+
863
+ export declare const UpdatePullRequestDescriptionInputFilterSensitiveLog: (obj: UpdatePullRequestDescriptionInput) => any;
864
+
865
+ export declare const UpdatePullRequestDescriptionOutputFilterSensitiveLog: (obj: UpdatePullRequestDescriptionOutput) => any;
866
+
867
+ export declare const UpdatePullRequestStatusInputFilterSensitiveLog: (obj: UpdatePullRequestStatusInput) => any;
868
+
869
+ export declare const UpdatePullRequestStatusOutputFilterSensitiveLog: (obj: UpdatePullRequestStatusOutput) => any;
870
+
871
+ export declare const UpdatePullRequestTitleInputFilterSensitiveLog: (obj: UpdatePullRequestTitleInput) => any;
872
+
873
+ export declare const UpdatePullRequestTitleOutputFilterSensitiveLog: (obj: UpdatePullRequestTitleOutput) => any;
874
+
875
+ export declare const UpdateRepositoryDescriptionInputFilterSensitiveLog: (obj: UpdateRepositoryDescriptionInput) => any;
876
+
877
+ export declare const UpdateRepositoryNameInputFilterSensitiveLog: (obj: UpdateRepositoryNameInput) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecommit",
3
3
  "description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native",
4
- "version": "3.131.0",
4
+ "version": "3.142.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.131.0",
21
+ "@aws-sdk/client-sts": "3.142.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.131.0",
23
+ "@aws-sdk/credential-provider-node": "3.142.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.142.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.142.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.142.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",