forked from aws/aws-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-info.java
More file actions
274 lines (272 loc) · 7.01 KB
/
package-info.java
File metadata and controls
274 lines (272 loc) · 7.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
/*
* Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
/**
* <fullname>AWS CodeCommit</fullname>
* <p>
* This is the <i>AWS CodeCommit API Reference</i>. This reference provides descriptions of the operations and data
* types for AWS CodeCommit API along with usage examples.
* </p>
* <p>
* You can use the AWS CodeCommit API to work with the following objects:
* </p>
* <p>
* Repositories, by calling the following:
* </p>
* <ul>
* <li>
* <p>
* <a>BatchGetRepositories</a>, which returns information about one or more repositories associated with your AWS
* account.
* </p>
* </li>
* <li>
* <p>
* <a>CreateRepository</a>, which creates an AWS CodeCommit repository.
* </p>
* </li>
* <li>
* <p>
* <a>DeleteRepository</a>, which deletes an AWS CodeCommit repository.
* </p>
* </li>
* <li>
* <p>
* <a>GetRepository</a>, which returns information about a specified repository.
* </p>
* </li>
* <li>
* <p>
* <a>ListRepositories</a>, which lists all AWS CodeCommit repositories associated with your AWS account.
* </p>
* </li>
* <li>
* <p>
* <a>UpdateRepositoryDescription</a>, which sets or updates the description of the repository.
* </p>
* </li>
* <li>
* <p>
* <a>UpdateRepositoryName</a>, which changes the name of the repository. If you change the name of a repository, no
* other users of that repository will be able to access it until you send them the new HTTPS or SSH URL to use.
* </p>
* </li>
* </ul>
* <p>
* Branches, by calling the following:
* </p>
* <ul>
* <li>
* <p>
* <a>CreateBranch</a>, which creates a new branch in a specified repository.
* </p>
* </li>
* <li>
* <p>
* <a>DeleteBranch</a>, which deletes the specified branch in a repository unless it is the default branch.
* </p>
* </li>
* <li>
* <p>
* <a>GetBranch</a>, which returns information about a specified branch.
* </p>
* </li>
* <li>
* <p>
* <a>ListBranches</a>, which lists all branches for a specified repository.
* </p>
* </li>
* <li>
* <p>
* <a>UpdateDefaultBranch</a>, which changes the default branch for a repository.
* </p>
* </li>
* </ul>
* <p>
* Files, by calling the following:
* </p>
* <ul>
* <li>
* <p>
* <a>DeleteFile</a>, which deletes the content of a specified file from a specified branch.
* </p>
* </li>
* <li>
* <p>
* <a>GetFile</a>, which returns the base-64 encoded content of a specified file.
* </p>
* </li>
* <li>
* <p>
* <a>GetFolder</a>, which returns the contents of a specified folder or directory.
* </p>
* </li>
* <li>
* <p>
* <a>PutFile</a>, which adds or modifies a file in a specified repository and branch.
* </p>
* </li>
* </ul>
* <p>
* Information about committed code in a repository, by calling the following:
* </p>
* <ul>
* <li>
* <p>
* <a>CreateCommit</a>, which creates a commit for changes to a repository.
* </p>
* </li>
* <li>
* <p>
* <a>GetBlob</a>, which returns the base-64 encoded content of an individual Git blob object within a repository.
* </p>
* </li>
* <li>
* <p>
* <a>GetCommit</a>, which returns information about a commit, including commit messages and author and committer
* information.
* </p>
* </li>
* <li>
* <p>
* <a>GetDifferences</a>, which returns information about the differences in a valid commit specifier (such as a branch,
* tag, HEAD, commit ID or other fully qualified reference).
* </p>
* </li>
* </ul>
* <p>
* Pull requests, by calling the following:
* </p>
* <ul>
* <li>
* <p>
* <a>CreatePullRequest</a>, which creates a pull request in a specified repository.
* </p>
* </li>
* <li>
* <p>
* <a>DescribePullRequestEvents</a>, which returns information about one or more pull request events.
* </p>
* </li>
* <li>
* <p>
* <a>GetCommentsForPullRequest</a>, which returns information about comments on a specified pull request.
* </p>
* </li>
* <li>
* <p>
* <a>GetMergeConflicts</a>, which returns information about merge conflicts between the source and destination branch
* in a pull request.
* </p>
* </li>
* <li>
* <p>
* <a>GetPullRequest</a>, which returns information about a specified pull request.
* </p>
* </li>
* <li>
* <p>
* <a>ListPullRequests</a>, which lists all pull requests for a repository.
* </p>
* </li>
* <li>
* <p>
* <a>MergePullRequestByFastForward</a>, which merges the source destination branch of a pull request into the specified
* destination branch for that pull request using the fast-forward merge option.
* </p>
* </li>
* <li>
* <p>
* <a>PostCommentForPullRequest</a>, which posts a comment to a pull request at the specified line, file, or request.
* </p>
* </li>
* <li>
* <p>
* <a>UpdatePullRequestDescription</a>, which updates the description of a pull request.
* </p>
* </li>
* <li>
* <p>
* <a>UpdatePullRequestStatus</a>, which updates the status of a pull request.
* </p>
* </li>
* <li>
* <p>
* <a>UpdatePullRequestTitle</a>, which updates the title of a pull request.
* </p>
* </li>
* </ul>
* <p>
* Information about comments in a repository, by calling the following:
* </p>
* <ul>
* <li>
* <p>
* <a>DeleteCommentContent</a>, which deletes the content of a comment on a commit in a repository.
* </p>
* </li>
* <li>
* <p>
* <a>GetComment</a>, which returns information about a comment on a commit.
* </p>
* </li>
* <li>
* <p>
* <a>GetCommentsForComparedCommit</a>, which returns information about comments on the comparison between two commit
* specifiers in a repository.
* </p>
* </li>
* <li>
* <p>
* <a>PostCommentForComparedCommit</a>, which creates a comment on the comparison between two commit specifiers in a
* repository.
* </p>
* </li>
* <li>
* <p>
* <a>PostCommentReply</a>, which creates a reply to a comment.
* </p>
* </li>
* <li>
* <p>
* <a>UpdateComment</a>, which updates the content of a comment on a commit in a repository.
* </p>
* </li>
* </ul>
* <p>
* Triggers, by calling the following:
* </p>
* <ul>
* <li>
* <p>
* <a>GetRepositoryTriggers</a>, which returns information about triggers configured for a repository.
* </p>
* </li>
* <li>
* <p>
* <a>PutRepositoryTriggers</a>, which replaces all triggers for a repository and can be used to create or delete
* triggers.
* </p>
* </li>
* <li>
* <p>
* <a>TestRepositoryTriggers</a>, which tests the functionality of a repository trigger by sending data to the trigger
* target.
* </p>
* </li>
* </ul>
* <p>
* For information about how to use AWS CodeCommit, see the <a
* href="http://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">AWS CodeCommit User Guide</a>.
* </p>
*/
package com.amazonaws.services.codecommit;