@aws-sdk/client-codecommit 3.296.0 → 3.297.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 (97) hide show
  1. package/dist-types/CodeCommit.d.ts +78 -0
  2. package/dist-types/CodeCommitClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchGetCommitsCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateCommitCommand.d.ts +16 -0
  12. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +16 -0
  13. package/dist-types/commands/CreatePullRequestCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteCommentContentCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteFileCommand.d.ts +16 -0
  20. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +16 -0
  24. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +16 -0
  25. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +16 -0
  26. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +16 -0
  27. package/dist-types/commands/GetBlobCommand.d.ts +16 -0
  28. package/dist-types/commands/GetBranchCommand.d.ts +16 -0
  29. package/dist-types/commands/GetCommentCommand.d.ts +16 -0
  30. package/dist-types/commands/GetCommentReactionsCommand.d.ts +16 -0
  31. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +16 -0
  32. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +16 -0
  33. package/dist-types/commands/GetCommitCommand.d.ts +16 -0
  34. package/dist-types/commands/GetDifferencesCommand.d.ts +16 -0
  35. package/dist-types/commands/GetFileCommand.d.ts +16 -0
  36. package/dist-types/commands/GetFolderCommand.d.ts +16 -0
  37. package/dist-types/commands/GetMergeCommitCommand.d.ts +16 -0
  38. package/dist-types/commands/GetMergeConflictsCommand.d.ts +16 -0
  39. package/dist-types/commands/GetMergeOptionsCommand.d.ts +16 -0
  40. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +16 -0
  41. package/dist-types/commands/GetPullRequestCommand.d.ts +16 -0
  42. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +16 -0
  43. package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
  44. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +16 -0
  45. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +16 -0
  46. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +16 -0
  47. package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListPullRequestsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
  50. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +16 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  52. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +16 -0
  53. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +16 -0
  54. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +16 -0
  55. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +16 -0
  56. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +16 -0
  57. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +16 -0
  58. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +16 -0
  59. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +16 -0
  60. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +16 -0
  61. package/dist-types/commands/PostCommentReplyCommand.d.ts +16 -0
  62. package/dist-types/commands/PutCommentReactionCommand.d.ts +16 -0
  63. package/dist-types/commands/PutFileCommand.d.ts +16 -0
  64. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +16 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +16 -0
  67. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateCommentCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +16 -0
  80. package/dist-types/models/CodeCommitServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +462 -0
  82. package/dist-types/models/models_1.d.ts +193 -0
  83. package/dist-types/pagination/DescribeMergeConflictsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/DescribePullRequestEventsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/GetCommentReactionsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/GetCommentsForComparedCommitPaginator.d.ts +3 -0
  87. package/dist-types/pagination/GetCommentsForPullRequestPaginator.d.ts +3 -0
  88. package/dist-types/pagination/GetDifferencesPaginator.d.ts +3 -0
  89. package/dist-types/pagination/GetMergeConflictsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/Interfaces.d.ts +3 -0
  91. package/dist-types/pagination/ListApprovalRuleTemplatesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListBranchesPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListPullRequestsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
  97. package/package.json +3 -3
@@ -1,15 +1,22 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
3
3
  import { ApprovalRule, ApprovalRuleTemplate, ApprovalState, Comment, ConflictDetailLevelTypeEnum, ConflictResolution, ConflictResolutionStrategyTypeEnum, FileModeTypeEnum, Location, OverrideStatus, PullRequest, PullRequestStatusEnum, RepositoryTrigger } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare enum OrderEnum {
5
8
  ASCENDING = "ascending",
6
9
  DESCENDING = "descending"
7
10
  }
11
+ /**
12
+ * @public
13
+ */
8
14
  export declare enum SortByEnum {
9
15
  MODIFIED_DATE = "lastModifiedDate",
10
16
  REPOSITORY_NAME = "repositoryName"
11
17
  }
12
18
  /**
19
+ * @public
13
20
  * <p>Represents the input of a list repositories operation.</p>
14
21
  */
15
22
  export interface ListRepositoriesInput {
@@ -29,6 +36,7 @@ export interface ListRepositoriesInput {
29
36
  order?: OrderEnum | string;
30
37
  }
31
38
  /**
39
+ * @public
32
40
  * <p>Information about a repository name and ID.</p>
33
41
  */
34
42
  export interface RepositoryNameIdPair {
@@ -42,6 +50,7 @@ export interface RepositoryNameIdPair {
42
50
  repositoryId?: string;
43
51
  }
44
52
  /**
53
+ * @public
45
54
  * <p>Represents the output of a list repositories operation.</p>
46
55
  */
47
56
  export interface ListRepositoriesOutput {
@@ -56,6 +65,9 @@ export interface ListRepositoriesOutput {
56
65
  */
57
66
  nextToken?: string;
58
67
  }
68
+ /**
69
+ * @public
70
+ */
59
71
  export interface ListRepositoriesForApprovalRuleTemplateInput {
60
72
  /**
61
73
  * <p>The name of the approval rule template for which you want to list repositories that are associated with that template.</p>
@@ -71,6 +83,9 @@ export interface ListRepositoriesForApprovalRuleTemplateInput {
71
83
  */
72
84
  maxResults?: number;
73
85
  }
86
+ /**
87
+ * @public
88
+ */
74
89
  export interface ListRepositoriesForApprovalRuleTemplateOutput {
75
90
  /**
76
91
  * <p>A list of repository names that are associated with the specified approval rule template.</p>
@@ -82,6 +97,7 @@ export interface ListRepositoriesForApprovalRuleTemplateOutput {
82
97
  nextToken?: string;
83
98
  }
84
99
  /**
100
+ * @public
85
101
  * <p>The value for the resource ARN is not valid. For more information about resources in AWS CodeCommit, see
86
102
  * <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a>
87
103
  * in the AWS CodeCommit User Guide.</p>
@@ -94,6 +110,9 @@ export declare class InvalidResourceArnException extends __BaseException {
94
110
  */
95
111
  constructor(opts: __ExceptionOptionType<InvalidResourceArnException, __BaseException>);
96
112
  }
113
+ /**
114
+ * @public
115
+ */
97
116
  export interface ListTagsForResourceInput {
98
117
  /**
99
118
  * <p>The Amazon Resource Name (ARN) of the resource for which you want to get information
@@ -106,6 +125,9 @@ export interface ListTagsForResourceInput {
106
125
  */
107
126
  nextToken?: string;
108
127
  }
128
+ /**
129
+ * @public
130
+ */
109
131
  export interface ListTagsForResourceOutput {
110
132
  /**
111
133
  * <p>A list of tag key and value pairs associated with the specified resource.</p>
@@ -117,6 +139,7 @@ export interface ListTagsForResourceOutput {
117
139
  nextToken?: string;
118
140
  }
119
141
  /**
142
+ * @public
120
143
  * <p>A valid Amazon Resource Name (ARN) for an AWS CodeCommit resource is required. For a list of valid resources in AWS CodeCommit, see
121
144
  * <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a>
122
145
  * in the AWS CodeCommit User Guide.</p>
@@ -130,6 +153,7 @@ export declare class ResourceArnRequiredException extends __BaseException {
130
153
  constructor(opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>);
131
154
  }
132
155
  /**
156
+ * @public
133
157
  * <p>The specified target branch is not valid.</p>
134
158
  */
135
159
  export declare class InvalidTargetBranchException extends __BaseException {
@@ -140,6 +164,9 @@ export declare class InvalidTargetBranchException extends __BaseException {
140
164
  */
141
165
  constructor(opts: __ExceptionOptionType<InvalidTargetBranchException, __BaseException>);
142
166
  }
167
+ /**
168
+ * @public
169
+ */
143
170
  export interface MergeBranchesByFastForwardInput {
144
171
  /**
145
172
  * <p>The name of the repository where you want to merge two branches.</p>
@@ -160,6 +187,9 @@ export interface MergeBranchesByFastForwardInput {
160
187
  */
161
188
  targetBranch?: string;
162
189
  }
190
+ /**
191
+ * @public
192
+ */
163
193
  export interface MergeBranchesByFastForwardOutput {
164
194
  /**
165
195
  * <p>The commit ID of the merge in the destination or target branch.</p>
@@ -170,6 +200,9 @@ export interface MergeBranchesByFastForwardOutput {
170
200
  */
171
201
  treeId?: string;
172
202
  }
203
+ /**
204
+ * @public
205
+ */
173
206
  export interface MergeBranchesBySquashInput {
174
207
  /**
175
208
  * <p>The name of the repository where you want to merge two branches.</p>
@@ -228,6 +261,9 @@ export interface MergeBranchesBySquashInput {
228
261
  */
229
262
  conflictResolution?: ConflictResolution;
230
263
  }
264
+ /**
265
+ * @public
266
+ */
231
267
  export interface MergeBranchesBySquashOutput {
232
268
  /**
233
269
  * <p>The commit ID of the merge in the destination or target branch.</p>
@@ -238,6 +274,9 @@ export interface MergeBranchesBySquashOutput {
238
274
  */
239
275
  treeId?: string;
240
276
  }
277
+ /**
278
+ * @public
279
+ */
241
280
  export interface MergeBranchesByThreeWayInput {
242
281
  /**
243
282
  * <p>The name of the repository where you want to merge two branches.</p>
@@ -296,6 +335,9 @@ export interface MergeBranchesByThreeWayInput {
296
335
  */
297
336
  conflictResolution?: ConflictResolution;
298
337
  }
338
+ /**
339
+ * @public
340
+ */
299
341
  export interface MergeBranchesByThreeWayOutput {
300
342
  /**
301
343
  * <p>The commit ID of the merge in the destination or target branch.</p>
@@ -306,6 +348,9 @@ export interface MergeBranchesByThreeWayOutput {
306
348
  */
307
349
  treeId?: string;
308
350
  }
351
+ /**
352
+ * @public
353
+ */
309
354
  export interface MergePullRequestByFastForwardInput {
310
355
  /**
311
356
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -321,6 +366,9 @@ export interface MergePullRequestByFastForwardInput {
321
366
  */
322
367
  sourceCommitId?: string;
323
368
  }
369
+ /**
370
+ * @public
371
+ */
324
372
  export interface MergePullRequestByFastForwardOutput {
325
373
  /**
326
374
  * <p>Information about the specified pull request, including the merge.</p>
@@ -328,6 +376,7 @@ export interface MergePullRequestByFastForwardOutput {
328
376
  pullRequest?: PullRequest;
329
377
  }
330
378
  /**
379
+ * @public
331
380
  * <p>The pull request cannot be merged because one or more approval rules applied to the pull request have conditions that have not been met.</p>
332
381
  */
333
382
  export declare class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
@@ -339,6 +388,7 @@ export declare class PullRequestApprovalRulesNotSatisfiedException extends __Bas
339
388
  constructor(opts: __ExceptionOptionType<PullRequestApprovalRulesNotSatisfiedException, __BaseException>);
340
389
  }
341
390
  /**
391
+ * @public
342
392
  * <p>The tip of the source branch in the destination repository does not match the tip of the source branch specified in your request.
343
393
  * The pull request might have been updated. Make sure that you have the latest changes.</p>
344
394
  */
@@ -350,6 +400,9 @@ export declare class TipOfSourceReferenceIsDifferentException extends __BaseExce
350
400
  */
351
401
  constructor(opts: __ExceptionOptionType<TipOfSourceReferenceIsDifferentException, __BaseException>);
352
402
  }
403
+ /**
404
+ * @public
405
+ */
353
406
  export interface MergePullRequestBySquashInput {
354
407
  /**
355
408
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -403,12 +456,18 @@ export interface MergePullRequestBySquashInput {
403
456
  */
404
457
  conflictResolution?: ConflictResolution;
405
458
  }
459
+ /**
460
+ * @public
461
+ */
406
462
  export interface MergePullRequestBySquashOutput {
407
463
  /**
408
464
  * <p>Returns information about a pull request.</p>
409
465
  */
410
466
  pullRequest?: PullRequest;
411
467
  }
468
+ /**
469
+ * @public
470
+ */
412
471
  export interface MergePullRequestByThreeWayInput {
413
472
  /**
414
473
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -462,6 +521,9 @@ export interface MergePullRequestByThreeWayInput {
462
521
  */
463
522
  conflictResolution?: ConflictResolution;
464
523
  }
524
+ /**
525
+ * @public
526
+ */
465
527
  export interface MergePullRequestByThreeWayOutput {
466
528
  /**
467
529
  * <p>Returns information about a pull request.</p>
@@ -469,6 +531,7 @@ export interface MergePullRequestByThreeWayOutput {
469
531
  pullRequest?: PullRequest;
470
532
  }
471
533
  /**
534
+ * @public
472
535
  * <p>The override status is not valid. Valid statuses are OVERRIDE and REVOKE.</p>
473
536
  */
474
537
  export declare class InvalidOverrideStatusException extends __BaseException {
@@ -480,6 +543,7 @@ export declare class InvalidOverrideStatusException extends __BaseException {
480
543
  constructor(opts: __ExceptionOptionType<InvalidOverrideStatusException, __BaseException>);
481
544
  }
482
545
  /**
546
+ * @public
483
547
  * <p>The pull request has already had its approval rules set to override.</p>
484
548
  */
485
549
  export declare class OverrideAlreadySetException extends __BaseException {
@@ -490,6 +554,9 @@ export declare class OverrideAlreadySetException extends __BaseException {
490
554
  */
491
555
  constructor(opts: __ExceptionOptionType<OverrideAlreadySetException, __BaseException>);
492
556
  }
557
+ /**
558
+ * @public
559
+ */
493
560
  export interface OverridePullRequestApprovalRulesInput {
494
561
  /**
495
562
  * <p>The system-generated ID of the pull request for which you want to override all
@@ -509,6 +576,7 @@ export interface OverridePullRequestApprovalRulesInput {
509
576
  overrideStatus: OverrideStatus | string | undefined;
510
577
  }
511
578
  /**
579
+ * @public
512
580
  * <p>An override status is required, but no value was provided. Valid values include OVERRIDE and REVOKE.</p>
513
581
  */
514
582
  export declare class OverrideStatusRequiredException extends __BaseException {
@@ -520,6 +588,7 @@ export declare class OverrideStatusRequiredException extends __BaseException {
520
588
  constructor(opts: __ExceptionOptionType<OverrideStatusRequiredException, __BaseException>);
521
589
  }
522
590
  /**
591
+ * @public
523
592
  * <p>The comment is empty. You must provide some content for a comment. The content cannot be null.</p>
524
593
  */
525
594
  export declare class CommentContentRequiredException extends __BaseException {
@@ -531,6 +600,7 @@ export declare class CommentContentRequiredException extends __BaseException {
531
600
  constructor(opts: __ExceptionOptionType<CommentContentRequiredException, __BaseException>);
532
601
  }
533
602
  /**
603
+ * @public
534
604
  * <p>The comment is too large. Comments are limited to 1,000 characters.</p>
535
605
  */
536
606
  export declare class CommentContentSizeLimitExceededException extends __BaseException {
@@ -542,6 +612,7 @@ export declare class CommentContentSizeLimitExceededException extends __BaseExce
542
612
  constructor(opts: __ExceptionOptionType<CommentContentSizeLimitExceededException, __BaseException>);
543
613
  }
544
614
  /**
615
+ * @public
545
616
  * <p>The location of the file is not valid. Make sure that you include the file name and
546
617
  * extension.</p>
547
618
  */
@@ -554,6 +625,7 @@ export declare class InvalidFileLocationException extends __BaseException {
554
625
  constructor(opts: __ExceptionOptionType<InvalidFileLocationException, __BaseException>);
555
626
  }
556
627
  /**
628
+ * @public
557
629
  * <p>The position is not valid. Make sure that the line number exists in the version of the file you want to comment on.</p>
558
630
  */
559
631
  export declare class InvalidFilePositionException extends __BaseException {
@@ -565,6 +637,7 @@ export declare class InvalidFilePositionException extends __BaseException {
565
637
  constructor(opts: __ExceptionOptionType<InvalidFilePositionException, __BaseException>);
566
638
  }
567
639
  /**
640
+ * @public
568
641
  * <p>Either the enum is not in a valid format, or the specified file version enum is not valid in respect to the current file version.</p>
569
642
  */
570
643
  export declare class InvalidRelativeFileVersionEnumException extends __BaseException {
@@ -575,6 +648,9 @@ export declare class InvalidRelativeFileVersionEnumException extends __BaseExcep
575
648
  */
576
649
  constructor(opts: __ExceptionOptionType<InvalidRelativeFileVersionEnumException, __BaseException>);
577
650
  }
651
+ /**
652
+ * @public
653
+ */
578
654
  export interface PostCommentForComparedCommitInput {
579
655
  /**
580
656
  * <p>The name of the repository where you want to post a comment on the comparison between commits.</p>
@@ -607,6 +683,9 @@ export interface PostCommentForComparedCommitInput {
607
683
  */
608
684
  clientRequestToken?: string;
609
685
  }
686
+ /**
687
+ * @public
688
+ */
610
689
  export interface PostCommentForComparedCommitOutput {
611
690
  /**
612
691
  * <p>The name of the repository where you posted a comment on the comparison between commits.</p>
@@ -637,6 +716,9 @@ export interface PostCommentForComparedCommitOutput {
637
716
  */
638
717
  comment?: Comment;
639
718
  }
719
+ /**
720
+ * @public
721
+ */
640
722
  export interface PostCommentForPullRequestInput {
641
723
  /**
642
724
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -672,6 +754,9 @@ export interface PostCommentForPullRequestInput {
672
754
  */
673
755
  clientRequestToken?: string;
674
756
  }
757
+ /**
758
+ * @public
759
+ */
675
760
  export interface PostCommentForPullRequestOutput {
676
761
  /**
677
762
  * <p>The name of the repository where you posted a comment on a pull request.</p>
@@ -708,6 +793,9 @@ export interface PostCommentForPullRequestOutput {
708
793
  */
709
794
  comment?: Comment;
710
795
  }
796
+ /**
797
+ * @public
798
+ */
711
799
  export interface PostCommentReplyInput {
712
800
  /**
713
801
  * <p>The system-generated ID of the comment to which you want to reply. To get this ID, use <a>GetCommentsForComparedCommit</a>
@@ -726,6 +814,9 @@ export interface PostCommentReplyInput {
726
814
  */
727
815
  content: string | undefined;
728
816
  }
817
+ /**
818
+ * @public
819
+ */
729
820
  export interface PostCommentReplyOutput {
730
821
  /**
731
822
  * <p>Information about the reply to a comment.</p>
@@ -733,6 +824,7 @@ export interface PostCommentReplyOutput {
733
824
  comment?: Comment;
734
825
  }
735
826
  /**
827
+ * @public
736
828
  * <p>The value of the reaction is not valid. For more information, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">AWS CodeCommit User Guide</a>.</p>
737
829
  */
738
830
  export declare class InvalidReactionValueException extends __BaseException {
@@ -743,6 +835,9 @@ export declare class InvalidReactionValueException extends __BaseException {
743
835
  */
744
836
  constructor(opts: __ExceptionOptionType<InvalidReactionValueException, __BaseException>);
745
837
  }
838
+ /**
839
+ * @public
840
+ */
746
841
  export interface PutCommentReactionInput {
747
842
  /**
748
843
  * <p>The ID of the comment to which you want to add or update a reaction.</p>
@@ -755,6 +850,7 @@ export interface PutCommentReactionInput {
755
850
  reactionValue: string | undefined;
756
851
  }
757
852
  /**
853
+ * @public
758
854
  * <p>The number of reactions has been exceeded. Reactions are limited to one reaction per user for each individual comment ID.</p>
759
855
  */
760
856
  export declare class ReactionLimitExceededException extends __BaseException {
@@ -766,6 +862,7 @@ export declare class ReactionLimitExceededException extends __BaseException {
766
862
  constructor(opts: __ExceptionOptionType<ReactionLimitExceededException, __BaseException>);
767
863
  }
768
864
  /**
865
+ * @public
769
866
  * <p>A reaction value is required. </p>
770
867
  */
771
868
  export declare class ReactionValueRequiredException extends __BaseException {
@@ -777,6 +874,7 @@ export declare class ReactionValueRequiredException extends __BaseException {
777
874
  constructor(opts: __ExceptionOptionType<ReactionValueRequiredException, __BaseException>);
778
875
  }
779
876
  /**
877
+ * @public
780
878
  * <p>The file cannot be added because it is empty. Empty files cannot be added to the repository with this API.</p>
781
879
  */
782
880
  export declare class FileContentRequiredException extends __BaseException {
@@ -787,6 +885,9 @@ export declare class FileContentRequiredException extends __BaseException {
787
885
  */
788
886
  constructor(opts: __ExceptionOptionType<FileContentRequiredException, __BaseException>);
789
887
  }
888
+ /**
889
+ * @public
890
+ */
790
891
  export interface PutFileInput {
791
892
  /**
792
893
  * <p>The name of the repository where you want to add or update the file.</p>
@@ -836,6 +937,9 @@ export interface PutFileInput {
836
937
  */
837
938
  email?: string;
838
939
  }
940
+ /**
941
+ * @public
942
+ */
839
943
  export interface PutFileOutput {
840
944
  /**
841
945
  * <p>The full SHA ID of the commit that contains this file change.</p>
@@ -851,6 +955,7 @@ export interface PutFileOutput {
851
955
  treeId: string | undefined;
852
956
  }
853
957
  /**
958
+ * @public
854
959
  * <p>The file was not added or updated because the content of the file is exactly the same as the content of that file in the repository and branch
855
960
  * that you specified.</p>
856
961
  */
@@ -863,6 +968,7 @@ export declare class SameFileContentException extends __BaseException {
863
968
  constructor(opts: __ExceptionOptionType<SameFileContentException, __BaseException>);
864
969
  }
865
970
  /**
971
+ * @public
866
972
  * <p>One or more branch names specified for the trigger is not valid.</p>
867
973
  */
868
974
  export declare class InvalidRepositoryTriggerBranchNameException extends __BaseException {
@@ -874,6 +980,7 @@ export declare class InvalidRepositoryTriggerBranchNameException extends __BaseE
874
980
  constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerBranchNameException, __BaseException>);
875
981
  }
876
982
  /**
983
+ * @public
877
984
  * <p>The custom data provided for the trigger is not valid.</p>
878
985
  */
879
986
  export declare class InvalidRepositoryTriggerCustomDataException extends __BaseException {
@@ -885,6 +992,7 @@ export declare class InvalidRepositoryTriggerCustomDataException extends __BaseE
885
992
  constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerCustomDataException, __BaseException>);
886
993
  }
887
994
  /**
995
+ * @public
888
996
  * <p>The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type.</p>
889
997
  */
890
998
  export declare class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
@@ -896,6 +1004,7 @@ export declare class InvalidRepositoryTriggerDestinationArnException extends __B
896
1004
  constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerDestinationArnException, __BaseException>);
897
1005
  }
898
1006
  /**
1007
+ * @public
899
1008
  * <p>One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events.</p>
900
1009
  */
901
1010
  export declare class InvalidRepositoryTriggerEventsException extends __BaseException {
@@ -907,6 +1016,7 @@ export declare class InvalidRepositoryTriggerEventsException extends __BaseExcep
907
1016
  constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerEventsException, __BaseException>);
908
1017
  }
909
1018
  /**
1019
+ * @public
910
1020
  * <p>The name of the trigger is not valid.</p>
911
1021
  */
912
1022
  export declare class InvalidRepositoryTriggerNameException extends __BaseException {
@@ -918,6 +1028,7 @@ export declare class InvalidRepositoryTriggerNameException extends __BaseExcepti
918
1028
  constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerNameException, __BaseException>);
919
1029
  }
920
1030
  /**
1031
+ * @public
921
1032
  * <p>The AWS Region for the trigger target does not match the AWS Region for the
922
1033
  * repository. Triggers must be created in the same Region as the target for the
923
1034
  * trigger.</p>
@@ -931,6 +1042,7 @@ export declare class InvalidRepositoryTriggerRegionException extends __BaseExcep
931
1042
  constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerRegionException, __BaseException>);
932
1043
  }
933
1044
  /**
1045
+ * @public
934
1046
  * <p>The number of branches for the trigger was exceeded.</p>
935
1047
  */
936
1048
  export declare class MaximumBranchesExceededException extends __BaseException {
@@ -942,6 +1054,7 @@ export declare class MaximumBranchesExceededException extends __BaseException {
942
1054
  constructor(opts: __ExceptionOptionType<MaximumBranchesExceededException, __BaseException>);
943
1055
  }
944
1056
  /**
1057
+ * @public
945
1058
  * <p>The number of triggers allowed for the repository was exceeded.</p>
946
1059
  */
947
1060
  export declare class MaximumRepositoryTriggersExceededException extends __BaseException {
@@ -953,6 +1066,7 @@ export declare class MaximumRepositoryTriggersExceededException extends __BaseEx
953
1066
  constructor(opts: __ExceptionOptionType<MaximumRepositoryTriggersExceededException, __BaseException>);
954
1067
  }
955
1068
  /**
1069
+ * @public
956
1070
  * <p>Represents the input of a put repository triggers operation.</p>
957
1071
  */
958
1072
  export interface PutRepositoryTriggersInput {
@@ -966,6 +1080,7 @@ export interface PutRepositoryTriggersInput {
966
1080
  triggers: RepositoryTrigger[] | undefined;
967
1081
  }
968
1082
  /**
1083
+ * @public
969
1084
  * <p>Represents the output of a put repository triggers operation.</p>
970
1085
  */
971
1086
  export interface PutRepositoryTriggersOutput {
@@ -975,6 +1090,7 @@ export interface PutRepositoryTriggersOutput {
975
1090
  configurationId?: string;
976
1091
  }
977
1092
  /**
1093
+ * @public
978
1094
  * <p>At least one branch name is required, but was not specified in the trigger
979
1095
  * configuration.</p>
980
1096
  */
@@ -987,6 +1103,7 @@ export declare class RepositoryTriggerBranchNameListRequiredException extends __
987
1103
  constructor(opts: __ExceptionOptionType<RepositoryTriggerBranchNameListRequiredException, __BaseException>);
988
1104
  }
989
1105
  /**
1106
+ * @public
990
1107
  * <p>A destination ARN for the target service for the trigger is required, but was not
991
1108
  * specified.</p>
992
1109
  */
@@ -999,6 +1116,7 @@ export declare class RepositoryTriggerDestinationArnRequiredException extends __
999
1116
  constructor(opts: __ExceptionOptionType<RepositoryTriggerDestinationArnRequiredException, __BaseException>);
1000
1117
  }
1001
1118
  /**
1119
+ * @public
1002
1120
  * <p>At least one event for the trigger is required, but was not specified.</p>
1003
1121
  */
1004
1122
  export declare class RepositoryTriggerEventsListRequiredException extends __BaseException {
@@ -1010,6 +1128,7 @@ export declare class RepositoryTriggerEventsListRequiredException extends __Base
1010
1128
  constructor(opts: __ExceptionOptionType<RepositoryTriggerEventsListRequiredException, __BaseException>);
1011
1129
  }
1012
1130
  /**
1131
+ * @public
1013
1132
  * <p>A name for the trigger is required, but was not specified.</p>
1014
1133
  */
1015
1134
  export declare class RepositoryTriggerNameRequiredException extends __BaseException {
@@ -1021,6 +1140,7 @@ export declare class RepositoryTriggerNameRequiredException extends __BaseExcept
1021
1140
  constructor(opts: __ExceptionOptionType<RepositoryTriggerNameRequiredException, __BaseException>);
1022
1141
  }
1023
1142
  /**
1143
+ * @public
1024
1144
  * <p>The list of triggers for the repository is required, but was not specified.</p>
1025
1145
  */
1026
1146
  export declare class RepositoryTriggersListRequiredException extends __BaseException {
@@ -1031,6 +1151,9 @@ export declare class RepositoryTriggersListRequiredException extends __BaseExcep
1031
1151
  */
1032
1152
  constructor(opts: __ExceptionOptionType<RepositoryTriggersListRequiredException, __BaseException>);
1033
1153
  }
1154
+ /**
1155
+ * @public
1156
+ */
1034
1157
  export interface TagResourceInput {
1035
1158
  /**
1036
1159
  * <p>The Amazon Resource Name (ARN) of the resource to which you want to add or update tags.</p>
@@ -1042,6 +1165,7 @@ export interface TagResourceInput {
1042
1165
  tags: Record<string, string> | undefined;
1043
1166
  }
1044
1167
  /**
1168
+ * @public
1045
1169
  * <p>A map of tags is required.</p>
1046
1170
  */
1047
1171
  export declare class TagsMapRequiredException extends __BaseException {
@@ -1053,6 +1177,7 @@ export declare class TagsMapRequiredException extends __BaseException {
1053
1177
  constructor(opts: __ExceptionOptionType<TagsMapRequiredException, __BaseException>);
1054
1178
  }
1055
1179
  /**
1180
+ * @public
1056
1181
  * <p>Represents the input of a test repository triggers operation.</p>
1057
1182
  */
1058
1183
  export interface TestRepositoryTriggersInput {
@@ -1066,6 +1191,7 @@ export interface TestRepositoryTriggersInput {
1066
1191
  triggers: RepositoryTrigger[] | undefined;
1067
1192
  }
1068
1193
  /**
1194
+ * @public
1069
1195
  * <p>A trigger failed to run.</p>
1070
1196
  */
1071
1197
  export interface RepositoryTriggerExecutionFailure {
@@ -1079,6 +1205,7 @@ export interface RepositoryTriggerExecutionFailure {
1079
1205
  failureMessage?: string;
1080
1206
  }
1081
1207
  /**
1208
+ * @public
1082
1209
  * <p>Represents the output of a test repository triggers operation.</p>
1083
1210
  */
1084
1211
  export interface TestRepositoryTriggersOutput {
@@ -1093,6 +1220,7 @@ export interface TestRepositoryTriggersOutput {
1093
1220
  failedExecutions?: RepositoryTriggerExecutionFailure[];
1094
1221
  }
1095
1222
  /**
1223
+ * @public
1096
1224
  * <p>The list of tags is not valid.</p>
1097
1225
  */
1098
1226
  export declare class InvalidTagKeysListException extends __BaseException {
@@ -1104,6 +1232,7 @@ export declare class InvalidTagKeysListException extends __BaseException {
1104
1232
  constructor(opts: __ExceptionOptionType<InvalidTagKeysListException, __BaseException>);
1105
1233
  }
1106
1234
  /**
1235
+ * @public
1107
1236
  * <p>A list of tag keys is required. The list cannot be empty or null.</p>
1108
1237
  */
1109
1238
  export declare class TagKeysListRequiredException extends __BaseException {
@@ -1114,6 +1243,9 @@ export declare class TagKeysListRequiredException extends __BaseException {
1114
1243
  */
1115
1244
  constructor(opts: __ExceptionOptionType<TagKeysListRequiredException, __BaseException>);
1116
1245
  }
1246
+ /**
1247
+ * @public
1248
+ */
1117
1249
  export interface UntagResourceInput {
1118
1250
  /**
1119
1251
  * <p>The Amazon Resource Name (ARN) of the resource to which you want to remove tags.</p>
@@ -1125,6 +1257,7 @@ export interface UntagResourceInput {
1125
1257
  tagKeys: string[] | undefined;
1126
1258
  }
1127
1259
  /**
1260
+ * @public
1128
1261
  * <p>The SHA-256 hash signature for the rule content is not valid.</p>
1129
1262
  */
1130
1263
  export declare class InvalidRuleContentSha256Exception extends __BaseException {
@@ -1135,6 +1268,9 @@ export declare class InvalidRuleContentSha256Exception extends __BaseException {
1135
1268
  */
1136
1269
  constructor(opts: __ExceptionOptionType<InvalidRuleContentSha256Exception, __BaseException>);
1137
1270
  }
1271
+ /**
1272
+ * @public
1273
+ */
1138
1274
  export interface UpdateApprovalRuleTemplateContentInput {
1139
1275
  /**
1140
1276
  * <p>The name of the approval rule template where you want to update the content of the rule. </p>
@@ -1152,12 +1288,18 @@ export interface UpdateApprovalRuleTemplateContentInput {
1152
1288
  */
1153
1289
  existingRuleContentSha256?: string;
1154
1290
  }
1291
+ /**
1292
+ * @public
1293
+ */
1155
1294
  export interface UpdateApprovalRuleTemplateContentOutput {
1156
1295
  /**
1157
1296
  * <p>Returns information about an approval rule template.</p>
1158
1297
  */
1159
1298
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
1160
1299
  }
1300
+ /**
1301
+ * @public
1302
+ */
1161
1303
  export interface UpdateApprovalRuleTemplateDescriptionInput {
1162
1304
  /**
1163
1305
  * <p>The name of the template for which you want to update the description.</p>
@@ -1168,12 +1310,18 @@ export interface UpdateApprovalRuleTemplateDescriptionInput {
1168
1310
  */
1169
1311
  approvalRuleTemplateDescription: string | undefined;
1170
1312
  }
1313
+ /**
1314
+ * @public
1315
+ */
1171
1316
  export interface UpdateApprovalRuleTemplateDescriptionOutput {
1172
1317
  /**
1173
1318
  * <p>The structure and content of the updated approval rule template.</p>
1174
1319
  */
1175
1320
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
1176
1321
  }
1322
+ /**
1323
+ * @public
1324
+ */
1177
1325
  export interface UpdateApprovalRuleTemplateNameInput {
1178
1326
  /**
1179
1327
  * <p>The current name of the approval rule template.</p>
@@ -1184,6 +1332,9 @@ export interface UpdateApprovalRuleTemplateNameInput {
1184
1332
  */
1185
1333
  newApprovalRuleTemplateName: string | undefined;
1186
1334
  }
1335
+ /**
1336
+ * @public
1337
+ */
1187
1338
  export interface UpdateApprovalRuleTemplateNameOutput {
1188
1339
  /**
1189
1340
  * <p>The structure and content of the updated approval rule template.</p>
@@ -1191,6 +1342,7 @@ export interface UpdateApprovalRuleTemplateNameOutput {
1191
1342
  approvalRuleTemplate: ApprovalRuleTemplate | undefined;
1192
1343
  }
1193
1344
  /**
1345
+ * @public
1194
1346
  * <p>You cannot modify or delete this comment. Only comment authors can modify or delete their comments.</p>
1195
1347
  */
1196
1348
  export declare class CommentNotCreatedByCallerException extends __BaseException {
@@ -1201,6 +1353,9 @@ export declare class CommentNotCreatedByCallerException extends __BaseException
1201
1353
  */
1202
1354
  constructor(opts: __ExceptionOptionType<CommentNotCreatedByCallerException, __BaseException>);
1203
1355
  }
1356
+ /**
1357
+ * @public
1358
+ */
1204
1359
  export interface UpdateCommentInput {
1205
1360
  /**
1206
1361
  * <p>The system-generated ID of the comment you want to update. To get this ID, use <a>GetCommentsForComparedCommit</a>
@@ -1212,6 +1367,9 @@ export interface UpdateCommentInput {
1212
1367
  */
1213
1368
  content: string | undefined;
1214
1369
  }
1370
+ /**
1371
+ * @public
1372
+ */
1215
1373
  export interface UpdateCommentOutput {
1216
1374
  /**
1217
1375
  * <p>Information about the updated comment.</p>
@@ -1219,6 +1377,7 @@ export interface UpdateCommentOutput {
1219
1377
  comment?: Comment;
1220
1378
  }
1221
1379
  /**
1380
+ * @public
1222
1381
  * <p>Represents the input of an update default branch operation.</p>
1223
1382
  */
1224
1383
  export interface UpdateDefaultBranchInput {
@@ -1231,6 +1390,9 @@ export interface UpdateDefaultBranchInput {
1231
1390
  */
1232
1391
  defaultBranchName: string | undefined;
1233
1392
  }
1393
+ /**
1394
+ * @public
1395
+ */
1234
1396
  export interface UpdatePullRequestApprovalRuleContentInput {
1235
1397
  /**
1236
1398
  * <p>The system-generated ID of the pull request.</p>
@@ -1291,6 +1453,9 @@ export interface UpdatePullRequestApprovalRuleContentInput {
1291
1453
  */
1292
1454
  newRuleContent: string | undefined;
1293
1455
  }
1456
+ /**
1457
+ * @public
1458
+ */
1294
1459
  export interface UpdatePullRequestApprovalRuleContentOutput {
1295
1460
  /**
1296
1461
  * <p>Information about the updated approval rule.</p>
@@ -1298,6 +1463,7 @@ export interface UpdatePullRequestApprovalRuleContentOutput {
1298
1463
  approvalRule: ApprovalRule | undefined;
1299
1464
  }
1300
1465
  /**
1466
+ * @public
1301
1467
  * <p>The state for the approval is not valid. Valid values include APPROVE and REVOKE. </p>
1302
1468
  */
1303
1469
  export declare class InvalidApprovalStateException extends __BaseException {
@@ -1309,6 +1475,7 @@ export declare class InvalidApprovalStateException extends __BaseException {
1309
1475
  constructor(opts: __ExceptionOptionType<InvalidApprovalStateException, __BaseException>);
1310
1476
  }
1311
1477
  /**
1478
+ * @public
1312
1479
  * <p>The number of approvals required for the approval rule exceeds the maximum number allowed.</p>
1313
1480
  */
1314
1481
  export declare class MaximumNumberOfApprovalsExceededException extends __BaseException {
@@ -1320,6 +1487,7 @@ export declare class MaximumNumberOfApprovalsExceededException extends __BaseExc
1320
1487
  constructor(opts: __ExceptionOptionType<MaximumNumberOfApprovalsExceededException, __BaseException>);
1321
1488
  }
1322
1489
  /**
1490
+ * @public
1323
1491
  * <p>The approval cannot be applied because the user approving the pull request matches the user who created the pull request. You cannot approve a pull
1324
1492
  * request that you created.</p>
1325
1493
  */
@@ -1331,6 +1499,9 @@ export declare class PullRequestCannotBeApprovedByAuthorException extends __Base
1331
1499
  */
1332
1500
  constructor(opts: __ExceptionOptionType<PullRequestCannotBeApprovedByAuthorException, __BaseException>);
1333
1501
  }
1502
+ /**
1503
+ * @public
1504
+ */
1334
1505
  export interface UpdatePullRequestApprovalStateInput {
1335
1506
  /**
1336
1507
  * <p>The system-generated ID of the pull request.</p>
@@ -1345,6 +1516,9 @@ export interface UpdatePullRequestApprovalStateInput {
1345
1516
  */
1346
1517
  approvalState: ApprovalState | string | undefined;
1347
1518
  }
1519
+ /**
1520
+ * @public
1521
+ */
1348
1522
  export interface UpdatePullRequestDescriptionInput {
1349
1523
  /**
1350
1524
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -1356,6 +1530,9 @@ export interface UpdatePullRequestDescriptionInput {
1356
1530
  */
1357
1531
  description: string | undefined;
1358
1532
  }
1533
+ /**
1534
+ * @public
1535
+ */
1359
1536
  export interface UpdatePullRequestDescriptionOutput {
1360
1537
  /**
1361
1538
  * <p>Information about the updated pull request.</p>
@@ -1363,6 +1540,7 @@ export interface UpdatePullRequestDescriptionOutput {
1363
1540
  pullRequest: PullRequest | undefined;
1364
1541
  }
1365
1542
  /**
1543
+ * @public
1366
1544
  * <p>The pull request status update is not valid. The only valid update is from <code>OPEN</code> to <code>CLOSED</code>.</p>
1367
1545
  */
1368
1546
  export declare class InvalidPullRequestStatusUpdateException extends __BaseException {
@@ -1374,6 +1552,7 @@ export declare class InvalidPullRequestStatusUpdateException extends __BaseExcep
1374
1552
  constructor(opts: __ExceptionOptionType<InvalidPullRequestStatusUpdateException, __BaseException>);
1375
1553
  }
1376
1554
  /**
1555
+ * @public
1377
1556
  * <p>A pull request status is required, but none was provided.</p>
1378
1557
  */
1379
1558
  export declare class PullRequestStatusRequiredException extends __BaseException {
@@ -1384,6 +1563,9 @@ export declare class PullRequestStatusRequiredException extends __BaseException
1384
1563
  */
1385
1564
  constructor(opts: __ExceptionOptionType<PullRequestStatusRequiredException, __BaseException>);
1386
1565
  }
1566
+ /**
1567
+ * @public
1568
+ */
1387
1569
  export interface UpdatePullRequestStatusInput {
1388
1570
  /**
1389
1571
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -1396,12 +1578,18 @@ export interface UpdatePullRequestStatusInput {
1396
1578
  */
1397
1579
  pullRequestStatus: PullRequestStatusEnum | string | undefined;
1398
1580
  }
1581
+ /**
1582
+ * @public
1583
+ */
1399
1584
  export interface UpdatePullRequestStatusOutput {
1400
1585
  /**
1401
1586
  * <p>Information about the pull request.</p>
1402
1587
  */
1403
1588
  pullRequest: PullRequest | undefined;
1404
1589
  }
1590
+ /**
1591
+ * @public
1592
+ */
1405
1593
  export interface UpdatePullRequestTitleInput {
1406
1594
  /**
1407
1595
  * <p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>
@@ -1412,6 +1600,9 @@ export interface UpdatePullRequestTitleInput {
1412
1600
  */
1413
1601
  title: string | undefined;
1414
1602
  }
1603
+ /**
1604
+ * @public
1605
+ */
1415
1606
  export interface UpdatePullRequestTitleOutput {
1416
1607
  /**
1417
1608
  * <p>Information about the updated pull request.</p>
@@ -1419,6 +1610,7 @@ export interface UpdatePullRequestTitleOutput {
1419
1610
  pullRequest: PullRequest | undefined;
1420
1611
  }
1421
1612
  /**
1613
+ * @public
1422
1614
  * <p>Represents the input of an update repository description operation.</p>
1423
1615
  */
1424
1616
  export interface UpdateRepositoryDescriptionInput {
@@ -1432,6 +1624,7 @@ export interface UpdateRepositoryDescriptionInput {
1432
1624
  repositoryDescription?: string;
1433
1625
  }
1434
1626
  /**
1627
+ * @public
1435
1628
  * <p>Represents the input of an update repository description operation.</p>
1436
1629
  */
1437
1630
  export interface UpdateRepositoryNameInput {