@aws-sdk/client-codecommit 3.391.0 → 3.395.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 (130) hide show
  1. package/README.md +30 -32
  2. package/dist-cjs/CodeCommit.js +2 -0
  3. package/dist-cjs/CodeCommitClient.js +4 -2
  4. package/dist-cjs/clientConfiguration.js +2 -0
  5. package/dist-cjs/commands/ListFileCommitHistoryCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +1 -0
  7. package/dist-cjs/endpoint/ruleset.js +3 -3
  8. package/dist-cjs/models/models_0.js +1 -27
  9. package/dist-cjs/models/models_1.js +27 -1
  10. package/dist-cjs/pagination/ListFileCommitHistoryPaginator.js +29 -0
  11. package/dist-cjs/pagination/index.js +1 -0
  12. package/dist-cjs/protocols/Aws_json1_1.js +85 -6
  13. package/dist-cjs/runtimeConfig.shared.js +1 -0
  14. package/dist-cjs/runtimeExtensions.js +16 -0
  15. package/dist-es/CodeCommit.js +2 -0
  16. package/dist-es/CodeCommitClient.js +4 -2
  17. package/dist-es/clientConfiguration.js +1 -0
  18. package/dist-es/commands/ListFileCommitHistoryCommand.js +42 -0
  19. package/dist-es/commands/index.js +1 -0
  20. package/dist-es/endpoint/ruleset.js +3 -3
  21. package/dist-es/models/models_0.js +0 -24
  22. package/dist-es/models/models_1.js +24 -0
  23. package/dist-es/pagination/ListFileCommitHistoryPaginator.js +25 -0
  24. package/dist-es/pagination/index.js +1 -0
  25. package/dist-es/protocols/Aws_json1_1.js +79 -2
  26. package/dist-es/runtimeConfig.shared.js +1 -0
  27. package/dist-es/runtimeExtensions.js +12 -0
  28. package/dist-types/CodeCommit.d.ts +100 -109
  29. package/dist-types/CodeCommitClient.d.ts +102 -112
  30. package/dist-types/clientConfiguration.d.ts +6 -0
  31. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +4 -6
  32. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +3 -4
  33. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +12 -13
  34. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +3 -4
  35. package/dist-types/commands/BatchGetCommitsCommand.d.ts +1 -2
  36. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +2 -3
  37. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +7 -9
  38. package/dist-types/commands/CreateBranchCommand.d.ts +3 -3
  39. package/dist-types/commands/CreateCommitCommand.d.ts +6 -7
  40. package/dist-types/commands/CreatePullRequestCommand.d.ts +4 -5
  41. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -3
  42. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +8 -9
  43. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +2 -3
  44. package/dist-types/commands/DeleteBranchCommand.d.ts +1 -2
  45. package/dist-types/commands/DeleteFileCommand.d.ts +1 -2
  46. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -3
  47. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +12 -13
  48. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +7 -7
  49. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +4 -6
  50. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +3 -4
  51. package/dist-types/commands/GetBlobCommand.d.ts +3 -4
  52. package/dist-types/commands/GetBranchCommand.d.ts +1 -2
  53. package/dist-types/commands/GetCommentCommand.d.ts +1 -1
  54. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +3 -4
  55. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +3 -4
  56. package/dist-types/commands/GetCommitCommand.d.ts +1 -2
  57. package/dist-types/commands/GetDifferencesCommand.d.ts +2 -3
  58. package/dist-types/commands/GetFileCommand.d.ts +4 -5
  59. package/dist-types/commands/GetFolderCommand.d.ts +3 -4
  60. package/dist-types/commands/GetMergeCommitCommand.d.ts +3 -4
  61. package/dist-types/commands/GetMergeConflictsCommand.d.ts +12 -13
  62. package/dist-types/commands/GetMergeOptionsCommand.d.ts +4 -5
  63. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +1 -1
  64. package/dist-types/commands/GetPullRequestCommand.d.ts +2 -2
  65. package/dist-types/commands/GetRepositoryCommand.d.ts +2 -4
  66. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +2 -3
  67. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +2 -2
  68. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +1 -2
  69. package/dist-types/commands/ListBranchesCommand.d.ts +1 -2
  70. package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +153 -0
  71. package/dist-types/commands/ListPullRequestsCommand.d.ts +5 -5
  72. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -2
  73. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +3 -4
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -8
  75. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +1 -2
  76. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +6 -7
  77. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +6 -7
  78. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +3 -4
  79. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +8 -9
  80. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +8 -9
  81. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
  82. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +4 -5
  83. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +4 -5
  84. package/dist-types/commands/PostCommentReplyCommand.d.ts +1 -1
  85. package/dist-types/commands/PutCommentReactionCommand.d.ts +1 -1
  86. package/dist-types/commands/PutFileCommand.d.ts +3 -4
  87. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +4 -5
  88. package/dist-types/commands/TagResourceCommand.d.ts +8 -9
  89. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +4 -5
  90. package/dist-types/commands/UntagResourceCommand.d.ts +7 -9
  91. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +3 -4
  92. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +5 -7
  93. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +4 -5
  94. package/dist-types/commands/UpdateCommentCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +2 -3
  96. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +2 -2
  98. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +3 -3
  99. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +2 -2
  100. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +2 -3
  101. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +4 -5
  102. package/dist-types/commands/index.d.ts +1 -0
  103. package/dist-types/index.d.ts +93 -109
  104. package/dist-types/models/models_0.d.ts +153 -114
  105. package/dist-types/models/models_1.d.ts +68 -30
  106. package/dist-types/pagination/ListFileCommitHistoryPaginator.d.ts +7 -0
  107. package/dist-types/pagination/index.d.ts +1 -0
  108. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  109. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  110. package/dist-types/runtimeConfig.d.ts +1 -0
  111. package/dist-types/runtimeConfig.native.d.ts +1 -0
  112. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  113. package/dist-types/runtimeExtensions.d.ts +17 -0
  114. package/dist-types/ts3.4/CodeCommit.d.ts +17 -0
  115. package/dist-types/ts3.4/CodeCommitClient.d.ts +9 -0
  116. package/dist-types/ts3.4/clientConfiguration.d.ts +3 -0
  117. package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +42 -0
  118. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +2 -4
  119. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  120. package/dist-types/ts3.4/models/models_0.d.ts +17 -18
  121. package/dist-types/ts3.4/models/models_1.d.ts +18 -0
  122. package/dist-types/ts3.4/pagination/ListFileCommitHistoryPaginator.d.ts +11 -0
  123. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  124. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  128. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  129. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  130. package/package.json +3 -3
@@ -43,7 +43,7 @@ export interface UpdatePullRequestDescriptionCommandOutput extends UpdatePullReq
43
43
  * // description: "STRING_VALUE",
44
44
  * // lastActivityDate: new Date("TIMESTAMP"),
45
45
  * // creationDate: new Date("TIMESTAMP"),
46
- * // pullRequestStatus: "STRING_VALUE",
46
+ * // pullRequestStatus: "OPEN" || "CLOSED",
47
47
  * // authorArn: "STRING_VALUE",
48
48
  * // pullRequestTargets: [ // PullRequestTargetList
49
49
  * // { // PullRequestTarget
@@ -57,7 +57,7 @@ export interface UpdatePullRequestDescriptionCommandOutput extends UpdatePullReq
57
57
  * // isMerged: true || false,
58
58
  * // mergedBy: "STRING_VALUE",
59
59
  * // mergeCommitId: "STRING_VALUE",
60
- * // mergeOption: "STRING_VALUE",
60
+ * // mergeOption: "FAST_FORWARD_MERGE" || "SQUASH_MERGE" || "THREE_WAY_MERGE",
61
61
  * // },
62
62
  * // },
63
63
  * // ],
@@ -32,7 +32,7 @@ export interface UpdatePullRequestStatusCommandOutput extends UpdatePullRequestS
32
32
  * const client = new CodeCommitClient(config);
33
33
  * const input = { // UpdatePullRequestStatusInput
34
34
  * pullRequestId: "STRING_VALUE", // required
35
- * pullRequestStatus: "STRING_VALUE", // required
35
+ * pullRequestStatus: "OPEN" || "CLOSED", // required
36
36
  * };
37
37
  * const command = new UpdatePullRequestStatusCommand(input);
38
38
  * const response = await client.send(command);
@@ -43,7 +43,7 @@ export interface UpdatePullRequestStatusCommandOutput extends UpdatePullRequestS
43
43
  * // description: "STRING_VALUE",
44
44
  * // lastActivityDate: new Date("TIMESTAMP"),
45
45
  * // creationDate: new Date("TIMESTAMP"),
46
- * // pullRequestStatus: "STRING_VALUE",
46
+ * // pullRequestStatus: "OPEN" || "CLOSED",
47
47
  * // authorArn: "STRING_VALUE",
48
48
  * // pullRequestTargets: [ // PullRequestTargetList
49
49
  * // { // PullRequestTarget
@@ -57,7 +57,7 @@ export interface UpdatePullRequestStatusCommandOutput extends UpdatePullRequestS
57
57
  * // isMerged: true || false,
58
58
  * // mergedBy: "STRING_VALUE",
59
59
  * // mergeCommitId: "STRING_VALUE",
60
- * // mergeOption: "STRING_VALUE",
60
+ * // mergeOption: "FAST_FORWARD_MERGE" || "SQUASH_MERGE" || "THREE_WAY_MERGE",
61
61
  * // },
62
62
  * // },
63
63
  * // ],
@@ -43,7 +43,7 @@ export interface UpdatePullRequestTitleCommandOutput extends UpdatePullRequestTi
43
43
  * // description: "STRING_VALUE",
44
44
  * // lastActivityDate: new Date("TIMESTAMP"),
45
45
  * // creationDate: new Date("TIMESTAMP"),
46
- * // pullRequestStatus: "STRING_VALUE",
46
+ * // pullRequestStatus: "OPEN" || "CLOSED",
47
47
  * // authorArn: "STRING_VALUE",
48
48
  * // pullRequestTargets: [ // PullRequestTargetList
49
49
  * // { // PullRequestTarget
@@ -57,7 +57,7 @@ export interface UpdatePullRequestTitleCommandOutput extends UpdatePullRequestTi
57
57
  * // isMerged: true || false,
58
58
  * // mergedBy: "STRING_VALUE",
59
59
  * // mergeCommitId: "STRING_VALUE",
60
- * // mergeOption: "STRING_VALUE",
60
+ * // mergeOption: "FAST_FORWARD_MERGE" || "SQUASH_MERGE" || "THREE_WAY_MERGE",
61
61
  * // },
62
62
  * // },
63
63
  * // ],
@@ -24,7 +24,7 @@ export interface UpdateRepositoryDescriptionCommandOutput extends __MetadataBear
24
24
  /**
25
25
  * @public
26
26
  * <p>Sets or changes the comment or description for a repository.</p>
27
- * <note>
27
+ * <note>
28
28
  * <p>The description field for a repository accepts all HTML characters and all valid
29
29
  * Unicode characters. Applications that do not HTML-encode the description and display
30
30
  * it in a webpage can expose users to potentially malicious code. Make sure that you
@@ -73,8 +73,7 @@ export interface UpdateRepositoryDescriptionCommandOutput extends __MetadataBear
73
73
  *
74
74
  * @throws {@link InvalidRepositoryNameException} (client fault)
75
75
  * <p>A specified repository name is not valid.</p>
76
- *
77
- * <note>
76
+ * <note>
78
77
  * <p>This exception occurs only when a specified repository name is not valid. Other
79
78
  * exceptions occur when a required repository parameter is missing, or when a
80
79
  * specified repository does not exist.</p>
@@ -23,10 +23,10 @@ export interface UpdateRepositoryNameCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Renames a repository. The repository name must be unique across the calling AWS
27
- * account. Repository names are limited to 100 alphanumeric, dash, and underscore
26
+ * <p>Renames a repository. The repository name must be unique across the calling Amazon Web Services account.
27
+ * Repository names are limited to 100 alphanumeric, dash, and underscore
28
28
  * characters, and cannot include certain characters. The suffix .git is prohibited. For
29
- * more information about the limits on repository names, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">Limits</a> in the AWS CodeCommit
29
+ * more information about the limits on repository names, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">Quotas</a> in the CodeCommit
30
30
  * User Guide.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
@@ -52,8 +52,7 @@ export interface UpdateRepositoryNameCommandOutput extends __MetadataBearer {
52
52
  *
53
53
  * @throws {@link InvalidRepositoryNameException} (client fault)
54
54
  * <p>A specified repository name is not valid.</p>
55
- *
56
- * <note>
55
+ * <note>
57
56
  * <p>This exception occurs only when a specified repository name is not valid. Other
58
57
  * exceptions occur when a required repository parameter is missing, or when a
59
58
  * specified repository does not exist.</p>
@@ -43,6 +43,7 @@ export * from "./GetRepositoryTriggersCommand";
43
43
  export * from "./ListApprovalRuleTemplatesCommand";
44
44
  export * from "./ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
45
45
  export * from "./ListBranchesCommand";
46
+ export * from "./ListFileCommitHistoryCommand";
46
47
  export * from "./ListPullRequestsCommand";
47
48
  export * from "./ListRepositoriesCommand";
48
49
  export * from "./ListRepositoriesForApprovalRuleTemplateCommand";
@@ -1,77 +1,74 @@
1
1
  /**
2
- * <fullname>AWS CodeCommit</fullname>
3
- * <p>This is the <i>AWS CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for
4
- * AWS CodeCommit API along with usage examples.</p>
5
- * <p>You can use the AWS CodeCommit API to work with the following objects:</p>
6
- *
7
- * <p>Repositories, by calling the following:</p>
8
- * <ul>
2
+ * <fullname>CodeCommit</fullname>
3
+ * <p>This is the <i>CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for
4
+ * CodeCommit API along with usage examples.</p>
5
+ * <p>You can use the CodeCommit API to work with the following objects:</p>
6
+ * <p>Repositories, by calling the following:</p>
7
+ * <ul>
9
8
  * <li>
10
- * <p>
11
- * <a>BatchGetRepositories</a>, which returns information about one or more repositories associated with your AWS account.</p>
9
+ * <p>
10
+ * <a>BatchGetRepositories</a>, which returns information about one or more repositories associated with your Amazon Web Services account.</p>
12
11
  * </li>
13
12
  * <li>
14
- * <p>
15
- * <a>CreateRepository</a>, which creates an AWS CodeCommit repository.</p>
13
+ * <p>
14
+ * <a>CreateRepository</a>, which creates an CodeCommit repository.</p>
16
15
  * </li>
17
16
  * <li>
18
- * <p>
19
- * <a>DeleteRepository</a>, which deletes an AWS CodeCommit repository.</p>
17
+ * <p>
18
+ * <a>DeleteRepository</a>, which deletes an CodeCommit repository.</p>
20
19
  * </li>
21
20
  * <li>
22
- * <p>
21
+ * <p>
23
22
  * <a>GetRepository</a>, which returns information about a specified repository.</p>
24
23
  * </li>
25
24
  * <li>
26
- * <p>
27
- * <a>ListRepositories</a>, which lists all AWS CodeCommit repositories associated with your AWS account.</p>
25
+ * <p>
26
+ * <a>ListRepositories</a>, which lists all CodeCommit repositories associated with your Amazon Web Services account.</p>
28
27
  * </li>
29
28
  * <li>
30
- * <p>
29
+ * <p>
31
30
  * <a>UpdateRepositoryDescription</a>, which sets or updates the description of the repository.</p>
32
- * </li>
31
+ * </li>
33
32
  * <li>
34
- * <p>
33
+ * <p>
35
34
  * <a>UpdateRepositoryName</a>, which changes the name of the
36
35
  * repository. If you change the name of a repository, no other users of that
37
36
  * repository can access it until you send them the new HTTPS or SSH URL to
38
37
  * use.</p>
39
38
  * </li>
40
39
  * </ul>
41
- *
42
- * <p>Branches, by calling the following:</p>
43
- * <ul>
40
+ * <p>Branches, by calling the following:</p>
41
+ * <ul>
44
42
  * <li>
45
- * <p>
43
+ * <p>
46
44
  * <a>CreateBranch</a>, which creates a branch in a specified
47
45
  * repository.</p>
48
46
  * </li>
49
47
  * <li>
50
- * <p>
48
+ * <p>
51
49
  * <a>DeleteBranch</a>, which deletes the specified branch in a repository unless it is the default branch.</p>
52
- * </li>
50
+ * </li>
53
51
  * <li>
54
- * <p>
52
+ * <p>
55
53
  * <a>GetBranch</a>, which returns information about a specified branch.</p>
56
54
  * </li>
57
55
  * <li>
58
- * <p>
56
+ * <p>
59
57
  * <a>ListBranches</a>, which lists all branches for a specified repository.</p>
60
58
  * </li>
61
59
  * <li>
62
- * <p>
60
+ * <p>
63
61
  * <a>UpdateDefaultBranch</a>, which changes the default branch for a repository.</p>
64
62
  * </li>
65
63
  * </ul>
66
- *
67
- * <p>Files, by calling the following:</p>
68
- * <ul>
64
+ * <p>Files, by calling the following:</p>
65
+ * <ul>
69
66
  * <li>
70
67
  * <p>
71
68
  * <a>DeleteFile</a>, which deletes the content of a specified file from a specified branch.</p>
72
69
  * </li>
73
70
  * <li>
74
- * <p>
71
+ * <p>
75
72
  * <a>GetBlob</a>, which returns the base-64 encoded content of an
76
73
  * individual Git blob object in a repository.</p>
77
74
  * </li>
@@ -85,85 +82,81 @@
85
82
  * </li>
86
83
  * <li>
87
84
  * <p>
85
+ * <a>ListFileCommitHistory</a>, which retrieves a list of commits and changes to a specified file. </p>
86
+ * </li>
87
+ * <li>
88
+ * <p>
88
89
  * <a>PutFile</a>, which adds or modifies a single file in a specified repository and branch.</p>
89
90
  * </li>
90
91
  * </ul>
91
- *
92
- *
93
- * <p>Commits, by calling the following:</p>
94
- * <ul>
92
+ * <p>Commits, by calling the following:</p>
93
+ * <ul>
95
94
  * <li>
96
- * <p>
95
+ * <p>
97
96
  * <a>BatchGetCommits</a>, which returns information about one or more commits in a repository.</p>
98
- * </li>
97
+ * </li>
99
98
  * <li>
100
99
  * <p>
101
100
  * <a>CreateCommit</a>, which creates a commit for changes to a repository.</p>
102
101
  * </li>
103
102
  * <li>
104
- * <p>
103
+ * <p>
105
104
  * <a>GetCommit</a>, which returns information about a commit, including commit
106
105
  * messages and author and committer information.</p>
107
- * </li>
106
+ * </li>
108
107
  * <li>
109
- * <p>
108
+ * <p>
110
109
  * <a>GetDifferences</a>, which returns information about the
111
110
  * differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID,
112
111
  * or other fully qualified reference).</p>
113
- * </li>
112
+ * </li>
114
113
  * </ul>
115
- *
116
- *
117
- * <p>Merges, by calling the following:</p>
118
- * <ul>
114
+ * <p>Merges, by calling the following:</p>
115
+ * <ul>
119
116
  * <li>
120
- * <p>
117
+ * <p>
121
118
  * <a>BatchDescribeMergeConflicts</a>, which returns information about conflicts in a merge between commits in a repository.</p>
122
119
  * </li>
123
120
  * <li>
124
- * <p>
121
+ * <p>
125
122
  * <a>CreateUnreferencedMergeCommit</a>, which creates an unreferenced commit between two branches or commits for the
126
123
  * purpose of comparing them and identifying any potential conflicts.</p>
127
124
  * </li>
128
125
  * <li>
129
- * <p>
126
+ * <p>
130
127
  * <a>DescribeMergeConflicts</a>, which returns information about merge conflicts between the base, source, and destination versions
131
128
  * of a file in a potential merge.</p>
132
129
  * </li>
133
130
  * <li>
134
- * <p>
131
+ * <p>
135
132
  * <a>GetMergeCommit</a>, which returns information about the merge between a source and destination commit. </p>
136
- *
137
133
  * </li>
138
134
  * <li>
139
- * <p>
135
+ * <p>
140
136
  * <a>GetMergeConflicts</a>, which returns information about merge conflicts
141
137
  * between the source and destination branch in a pull request.</p>
142
138
  * </li>
143
139
  * <li>
144
- *
145
- * <p>
140
+ * <p>
146
141
  * <a>GetMergeOptions</a>, which returns information about the available merge options between two branches or commit specifiers.</p>
147
142
  * </li>
148
143
  * <li>
149
- * <p>
144
+ * <p>
150
145
  * <a>MergeBranchesByFastForward</a>, which merges two branches using the fast-forward merge option.</p>
151
146
  * </li>
152
147
  * <li>
153
- * <p>
148
+ * <p>
154
149
  * <a>MergeBranchesBySquash</a>, which merges two branches using the squash merge option.</p>
155
150
  * </li>
156
151
  * <li>
157
- * <p>
152
+ * <p>
158
153
  * <a>MergeBranchesByThreeWay</a>, which merges two branches using the three-way merge option.</p>
159
154
  * </li>
160
155
  * </ul>
161
- *
162
- *
163
- * <p>Pull requests, by calling the following:</p>
164
- * <ul>
156
+ * <p>Pull requests, by calling the following:</p>
157
+ * <ul>
165
158
  * <li>
166
- * <p>
159
+ * <p>
167
160
  * <a>CreatePullRequest</a>, which creates a pull request in a specified repository.</p>
168
161
  * </li>
169
162
  * <li>
@@ -175,7 +168,7 @@
175
168
  * <a>DeletePullRequestApprovalRule</a>, which deletes an approval rule for a specified pull request.</p>
176
169
  * </li>
177
170
  * <li>
178
- * <p>
171
+ * <p>
179
172
  * <a>DescribePullRequestEvents</a>, which returns information about one or more pull request events.</p>
180
173
  * </li>
181
174
  * <li>
@@ -183,12 +176,11 @@
183
176
  * <a>EvaluatePullRequestApprovalRules</a>, which evaluates whether a pull request has met all the conditions specified in its associated approval rules.</p>
184
177
  * </li>
185
178
  * <li>
186
- * <p>
179
+ * <p>
187
180
  * <a>GetCommentsForPullRequest</a>, which returns information about comments on a specified pull request.</p>
188
181
  * </li>
189
182
  * <li>
190
- *
191
- * <p>
183
+ * <p>
192
184
  * <a>GetPullRequest</a>, which returns information about a specified pull request.</p>
193
185
  * </li>
194
186
  * <li>
@@ -201,22 +193,22 @@
201
193
  * pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.</p>
202
194
  * </li>
203
195
  * <li>
204
- * <p>
196
+ * <p>
205
197
  * <a>ListPullRequests</a>, which lists all pull requests for a repository.</p>
206
198
  * </li>
207
199
  * <li>
208
- * <p>
200
+ * <p>
209
201
  * <a>MergePullRequestByFastForward</a>, which merges the source destination branch of a pull request into the specified destination
210
202
  * branch for that pull request using the fast-forward merge option.</p>
211
203
  * </li>
212
204
  * <li>
213
- * <p>
205
+ * <p>
214
206
  * <a>MergePullRequestBySquash</a>, which merges the source destination branch of a pull request into the specified destination
215
207
  * branch for that pull request using the squash merge option.</p>
216
208
  * </li>
217
209
  * <li>
218
- * <p>
219
- * <a>MergePullRequestByThreeWay</a>. which merges the source destination branch of a pull request into the specified destination
210
+ * <p>
211
+ * <a>MergePullRequestByThreeWay</a>, which merges the source destination branch of a pull request into the specified destination
220
212
  * branch for that pull request using the three-way merge option.</p>
221
213
  * </li>
222
214
  * <li>
@@ -224,7 +216,7 @@
224
216
  * <a>OverridePullRequestApprovalRules</a>, which sets aside all approval rule requirements for a pull request.</p>
225
217
  * </li>
226
218
  * <li>
227
- * <p>
219
+ * <p>
228
220
  * <a>PostCommentForPullRequest</a>, which posts a comment to a pull request at the specified line, file, or request.</p>
229
221
  * </li>
230
222
  * <li>
@@ -236,33 +228,32 @@
236
228
  * <a>UpdatePullRequestApprovalState</a>, which updates the state of an approval on a pull request.</p>
237
229
  * </li>
238
230
  * <li>
239
- * <p>
231
+ * <p>
240
232
  * <a>UpdatePullRequestDescription</a>, which updates the description of a pull request.</p>
241
233
  * </li>
242
234
  * <li>
243
- * <p>
235
+ * <p>
244
236
  * <a>UpdatePullRequestStatus</a>, which updates the status of a pull request.</p>
245
237
  * </li>
246
238
  * <li>
247
- * <p>
239
+ * <p>
248
240
  * <a>UpdatePullRequestTitle</a>, which updates the title of a pull request.</p>
249
241
  * </li>
250
242
  * </ul>
251
- *
252
- * <p>Approval rule templates, by calling the following:</p>
253
- * <ul>
243
+ * <p>Approval rule templates, by calling the following:</p>
244
+ * <ul>
254
245
  * <li>
255
246
  * <p>
256
247
  * <a>AssociateApprovalRuleTemplateWithRepository</a>, which associates a template
257
248
  * with a specified repository. After the template is associated with a repository,
258
- * AWS CodeCommit creates approval rules that match the template conditions on
249
+ * CodeCommit creates approval rules that match the template conditions on
259
250
  * every pull request created in the specified repository.</p>
260
251
  * </li>
261
252
  * <li>
262
253
  * <p>
263
254
  * <a>BatchAssociateApprovalRuleTemplateWithRepositories</a>, which associates a
264
255
  * template with one or more specified repositories. After the template is
265
- * associated with a repository, AWS CodeCommit creates approval rules that match
256
+ * associated with a repository, CodeCommit creates approval rules that match
266
257
  * the template conditions on every pull request created in the specified
267
258
  * repositories.</p>
268
259
  * </li>
@@ -276,7 +267,7 @@
276
267
  * <li>
277
268
  * <p>
278
269
  * <a>CreateApprovalRuleTemplate</a>, which creates a template for approval rules that can then be associated with one or more repositories
279
- * in your AWS account.</p>
270
+ * in your Amazon Web Services account.</p>
280
271
  * </li>
281
272
  * <li>
282
273
  * <p>
@@ -295,7 +286,7 @@
295
286
  * </li>
296
287
  * <li>
297
288
  * <p>
298
- * <a>ListApprovalRuleTemplates</a>, which lists all approval rule templates in the AWS Region in your AWS account.</p>
289
+ * <a>ListApprovalRuleTemplates</a>, which lists all approval rule templates in the Amazon Web Services Region in your Amazon Web Services account.</p>
299
290
  * </li>
300
291
  * <li>
301
292
  * <p>
@@ -319,32 +310,31 @@
319
310
  * <a>UpdateApprovalRuleTemplateContent</a>, which updates the content of an approval rule template.</p>
320
311
  * </li>
321
312
  * </ul>
322
- *
323
- * <p>Comments in a repository, by calling the following:</p>
324
- * <ul>
313
+ * <p>Comments in a repository, by calling the following:</p>
314
+ * <ul>
325
315
  * <li>
326
- * <p>
316
+ * <p>
327
317
  * <a>DeleteCommentContent</a>, which deletes the content of a comment on a commit in a repository.</p>
328
318
  * </li>
329
319
  * <li>
330
- * <p>
320
+ * <p>
331
321
  * <a>GetComment</a>, which returns information about a comment on a commit.</p>
332
322
  * </li>
333
323
  * <li>
334
- * <p>
324
+ * <p>
335
325
  * <a>GetCommentReactions</a>, which returns information about emoji reactions to comments.</p>
336
326
  * </li>
337
327
  * <li>
338
- * <p>
328
+ * <p>
339
329
  * <a>GetCommentsForComparedCommit</a>, which returns information about comments on the comparison between two commit specifiers
340
330
  * in a repository.</p>
341
331
  * </li>
342
332
  * <li>
343
- * <p>
333
+ * <p>
344
334
  * <a>PostCommentForComparedCommit</a>, which creates a comment on the comparison between two commit specifiers in a repository.</p>
345
335
  * </li>
346
336
  * <li>
347
- * <p>
337
+ * <p>
348
338
  * <a>PostCommentReply</a>, which creates a reply to a comment.</p>
349
339
  * </li>
350
340
  * <li>
@@ -352,50 +342,44 @@
352
342
  * <a>PutCommentReaction</a>, which creates or updates an emoji reaction to a comment.</p>
353
343
  * </li>
354
344
  * <li>
355
- * <p>
345
+ * <p>
356
346
  * <a>UpdateComment</a>, which updates the content of a comment on a commit in a repository.</p>
357
347
  * </li>
358
348
  * </ul>
359
- *
360
- * <p>Tags used to tag resources in AWS CodeCommit (not Git tags), by calling the following:</p>
361
- * <ul>
349
+ * <p>Tags used to tag resources in CodeCommit (not Git tags), by calling the following:</p>
350
+ * <ul>
362
351
  * <li>
363
352
  * <p>
364
- * <a>ListTagsForResource</a>, which gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.</p>
353
+ * <a>ListTagsForResource</a>, which gets information about Amazon Web Servicestags for a specified Amazon Resource Name (ARN) in CodeCommit.</p>
365
354
  * </li>
366
355
  * <li>
367
356
  * <p>
368
- * <a>TagResource</a>, which adds or updates tags for a resource in AWS CodeCommit.</p>
357
+ * <a>TagResource</a>, which adds or updates tags for a resource in CodeCommit.</p>
369
358
  * </li>
370
359
  * <li>
371
360
  * <p>
372
- * <a>UntagResource</a>, which removes tags for a resource in AWS CodeCommit.</p>
361
+ * <a>UntagResource</a>, which removes tags for a resource in CodeCommit.</p>
373
362
  * </li>
374
363
  * </ul>
375
- *
376
- * <p>Triggers, by calling the following:</p>
377
- * <ul>
364
+ * <p>Triggers, by calling the following:</p>
365
+ * <ul>
378
366
  * <li>
379
- * <p>
367
+ * <p>
380
368
  * <a>GetRepositoryTriggers</a>, which returns information about triggers configured
381
369
  * for a repository.</p>
382
370
  * </li>
383
371
  * <li>
384
- * <p>
372
+ * <p>
385
373
  * <a>PutRepositoryTriggers</a>, which replaces all triggers for a repository and can
386
374
  * be used to create or delete triggers.</p>
387
375
  * </li>
388
376
  * <li>
389
- * <p>
377
+ * <p>
390
378
  * <a>TestRepositoryTriggers</a>, which tests the functionality of a repository trigger
391
379
  * by sending data to the trigger target.</p>
392
380
  * </li>
393
381
  * </ul>
394
- *
395
- *
396
- *
397
- *
398
- * <p>For information about how to use AWS CodeCommit, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">AWS CodeCommit User Guide</a>.</p>
382
+ * <p>For information about how to use CodeCommit, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">CodeCommit User Guide</a>.</p>
399
383
  *
400
384
  * @packageDocumentation
401
385
  */