aws-sdk-core 2.10.86 → 2.10.87
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ce/2017-10-25/api-2.json +384 -0
- data/apis/ce/2017-10-25/examples-1.json +5 -0
- data/apis/ce/2017-10-25/paginators-1.json +4 -0
- data/apis/codecommit/2015-04-13/api-2.json +1253 -9
- data/apis/codecommit/2015-04-13/paginators-1.json +20 -0
- data/apis/firehose/2015-08-04/api-2.json +88 -57
- data/apis/kinesis/2013-12-02/api-2.json +51 -0
- data/apis/workdocs/2016-05-01/api-2.json +117 -21
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/costexplorer.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1d27324c67a742e5283286693f9fdca88f4fe4e
|
4
|
+
data.tar.gz: 2188cc393c3366e17ba2d8ae9e60d2686c3202ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b589c9478c5f0045b47b0ee3a4201db34c20918e09c8e4a6c584f0bb39cf8298c7a02c467d94ea4be2c1e896b5dd98762240ac28c37c540222e5c225c55d673
|
7
|
+
data.tar.gz: dba7c60b20fccb6fdc7cb98a9b0b4e7d098e30b932d08e076a7d669f9e561c3aa59cf6896daeef8dbd4b47624abccda4538ed8ec87a2d2b83a8c8ab8ab0514bb
|
@@ -0,0 +1,384 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2017-10-25",
|
5
|
+
"endpointPrefix":"ce",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceAbbreviation":"AWS Cost Explorer",
|
9
|
+
"serviceFullName":"AWS Cost Explorer Service",
|
10
|
+
"serviceId":"Cost Explorer",
|
11
|
+
"signatureVersion":"v4",
|
12
|
+
"signingName":"ce",
|
13
|
+
"targetPrefix":"AWSInsightsIndexService",
|
14
|
+
"uid":"ce-2017-10-25"
|
15
|
+
},
|
16
|
+
"operations":{
|
17
|
+
"GetCostAndUsage":{
|
18
|
+
"name":"GetCostAndUsage",
|
19
|
+
"http":{
|
20
|
+
"method":"POST",
|
21
|
+
"requestUri":"/"
|
22
|
+
},
|
23
|
+
"input":{"shape":"GetCostAndUsageRequest"},
|
24
|
+
"output":{"shape":"GetCostAndUsageResponse"},
|
25
|
+
"errors":[
|
26
|
+
{"shape":"LimitExceededException"}
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"GetDimensionValues":{
|
30
|
+
"name":"GetDimensionValues",
|
31
|
+
"http":{
|
32
|
+
"method":"POST",
|
33
|
+
"requestUri":"/"
|
34
|
+
},
|
35
|
+
"input":{"shape":"GetDimensionValuesRequest"},
|
36
|
+
"output":{"shape":"GetDimensionValuesResponse"},
|
37
|
+
"errors":[
|
38
|
+
{"shape":"LimitExceededException"}
|
39
|
+
]
|
40
|
+
},
|
41
|
+
"GetReservationUtilization":{
|
42
|
+
"name":"GetReservationUtilization",
|
43
|
+
"http":{
|
44
|
+
"method":"POST",
|
45
|
+
"requestUri":"/"
|
46
|
+
},
|
47
|
+
"input":{"shape":"GetReservationUtilizationRequest"},
|
48
|
+
"output":{"shape":"GetReservationUtilizationResponse"},
|
49
|
+
"errors":[
|
50
|
+
{"shape":"LimitExceededException"}
|
51
|
+
]
|
52
|
+
},
|
53
|
+
"GetTags":{
|
54
|
+
"name":"GetTags",
|
55
|
+
"http":{
|
56
|
+
"method":"POST",
|
57
|
+
"requestUri":"/"
|
58
|
+
},
|
59
|
+
"input":{"shape":"GetTagsRequest"},
|
60
|
+
"output":{"shape":"GetTagsResponse"},
|
61
|
+
"errors":[
|
62
|
+
{"shape":"LimitExceededException"}
|
63
|
+
]
|
64
|
+
}
|
65
|
+
},
|
66
|
+
"shapes":{
|
67
|
+
"AttributeType":{"type":"string"},
|
68
|
+
"AttributeValue":{"type":"string"},
|
69
|
+
"Attributes":{
|
70
|
+
"type":"map",
|
71
|
+
"key":{"shape":"AttributeType"},
|
72
|
+
"value":{"shape":"AttributeValue"}
|
73
|
+
},
|
74
|
+
"Context":{
|
75
|
+
"type":"string",
|
76
|
+
"enum":[
|
77
|
+
"COST_AND_USAGE",
|
78
|
+
"RESERVATIONS"
|
79
|
+
]
|
80
|
+
},
|
81
|
+
"DateInterval":{
|
82
|
+
"type":"structure",
|
83
|
+
"required":[
|
84
|
+
"Start",
|
85
|
+
"End"
|
86
|
+
],
|
87
|
+
"members":{
|
88
|
+
"Start":{"shape":"YearMonthDay"},
|
89
|
+
"End":{"shape":"YearMonthDay"}
|
90
|
+
}
|
91
|
+
},
|
92
|
+
"Dimension":{
|
93
|
+
"type":"string",
|
94
|
+
"enum":[
|
95
|
+
"AZ",
|
96
|
+
"INSTANCE_TYPE",
|
97
|
+
"LINKED_ACCOUNT",
|
98
|
+
"OPERATION",
|
99
|
+
"PURCHASE_TYPE",
|
100
|
+
"REGION",
|
101
|
+
"SERVICE",
|
102
|
+
"USAGE_TYPE",
|
103
|
+
"USAGE_TYPE_GROUP",
|
104
|
+
"RECORD_TYPE",
|
105
|
+
"OPERATING_SYSTEM",
|
106
|
+
"TENANCY",
|
107
|
+
"SCOPE",
|
108
|
+
"PLATFORM",
|
109
|
+
"SUBSCRIPTION_ID"
|
110
|
+
]
|
111
|
+
},
|
112
|
+
"DimensionValues":{
|
113
|
+
"type":"structure",
|
114
|
+
"members":{
|
115
|
+
"Key":{"shape":"Dimension"},
|
116
|
+
"Values":{"shape":"Values"}
|
117
|
+
}
|
118
|
+
},
|
119
|
+
"DimensionValuesWithAttributes":{
|
120
|
+
"type":"structure",
|
121
|
+
"members":{
|
122
|
+
"Value":{"shape":"Value"},
|
123
|
+
"Attributes":{"shape":"Attributes"}
|
124
|
+
}
|
125
|
+
},
|
126
|
+
"DimensionValuesWithAttributesList":{
|
127
|
+
"type":"list",
|
128
|
+
"member":{"shape":"DimensionValuesWithAttributes"}
|
129
|
+
},
|
130
|
+
"Entity":{"type":"string"},
|
131
|
+
"ErrorMessage":{"type":"string"},
|
132
|
+
"Estimated":{"type":"boolean"},
|
133
|
+
"Expression":{
|
134
|
+
"type":"structure",
|
135
|
+
"members":{
|
136
|
+
"Or":{"shape":"Expressions"},
|
137
|
+
"And":{"shape":"Expressions"},
|
138
|
+
"Not":{"shape":"Expression"},
|
139
|
+
"Dimensions":{"shape":"DimensionValues"},
|
140
|
+
"Tags":{"shape":"TagValues"}
|
141
|
+
}
|
142
|
+
},
|
143
|
+
"Expressions":{
|
144
|
+
"type":"list",
|
145
|
+
"member":{"shape":"Expression"}
|
146
|
+
},
|
147
|
+
"GetCostAndUsageRequest":{
|
148
|
+
"type":"structure",
|
149
|
+
"members":{
|
150
|
+
"TimePeriod":{"shape":"DateInterval"},
|
151
|
+
"Granularity":{"shape":"Granularity"},
|
152
|
+
"Filter":{"shape":"Expression"},
|
153
|
+
"Metrics":{"shape":"MetricNames"},
|
154
|
+
"GroupBy":{"shape":"GroupDefinitions"},
|
155
|
+
"NextPageToken":{"shape":"NextPageToken"}
|
156
|
+
}
|
157
|
+
},
|
158
|
+
"GetCostAndUsageResponse":{
|
159
|
+
"type":"structure",
|
160
|
+
"members":{
|
161
|
+
"NextPageToken":{"shape":"NextPageToken"},
|
162
|
+
"GroupDefinitions":{"shape":"GroupDefinitions"},
|
163
|
+
"ResultsByTime":{"shape":"ResultsByTime"}
|
164
|
+
}
|
165
|
+
},
|
166
|
+
"GetDimensionValuesRequest":{
|
167
|
+
"type":"structure",
|
168
|
+
"required":[
|
169
|
+
"TimePeriod",
|
170
|
+
"Dimension"
|
171
|
+
],
|
172
|
+
"members":{
|
173
|
+
"SearchString":{"shape":"SearchString"},
|
174
|
+
"TimePeriod":{"shape":"DateInterval"},
|
175
|
+
"Dimension":{"shape":"Dimension"},
|
176
|
+
"Context":{"shape":"Context"},
|
177
|
+
"NextPageToken":{"shape":"NextPageToken"}
|
178
|
+
}
|
179
|
+
},
|
180
|
+
"GetDimensionValuesResponse":{
|
181
|
+
"type":"structure",
|
182
|
+
"required":[
|
183
|
+
"DimensionValues",
|
184
|
+
"ReturnSize",
|
185
|
+
"TotalSize"
|
186
|
+
],
|
187
|
+
"members":{
|
188
|
+
"DimensionValues":{"shape":"DimensionValuesWithAttributesList"},
|
189
|
+
"ReturnSize":{"shape":"PageSize"},
|
190
|
+
"TotalSize":{"shape":"PageSize"},
|
191
|
+
"NextPageToken":{"shape":"NextPageToken"}
|
192
|
+
}
|
193
|
+
},
|
194
|
+
"GetReservationUtilizationRequest":{
|
195
|
+
"type":"structure",
|
196
|
+
"required":["TimePeriod"],
|
197
|
+
"members":{
|
198
|
+
"TimePeriod":{"shape":"DateInterval"},
|
199
|
+
"GroupBy":{"shape":"GroupDefinitions"},
|
200
|
+
"Granularity":{"shape":"Granularity"},
|
201
|
+
"Filter":{"shape":"Expression"},
|
202
|
+
"NextPageToken":{"shape":"NextPageToken"}
|
203
|
+
}
|
204
|
+
},
|
205
|
+
"GetReservationUtilizationResponse":{
|
206
|
+
"type":"structure",
|
207
|
+
"required":["UtilizationsByTime"],
|
208
|
+
"members":{
|
209
|
+
"UtilizationsByTime":{"shape":"UtilizationsByTime"},
|
210
|
+
"Total":{"shape":"ReservationAggregates"},
|
211
|
+
"NextPageToken":{"shape":"NextPageToken"}
|
212
|
+
}
|
213
|
+
},
|
214
|
+
"GetTagsRequest":{
|
215
|
+
"type":"structure",
|
216
|
+
"required":["TimePeriod"],
|
217
|
+
"members":{
|
218
|
+
"SearchString":{"shape":"SearchString"},
|
219
|
+
"TimePeriod":{"shape":"DateInterval"},
|
220
|
+
"TagKey":{"shape":"TagKey"},
|
221
|
+
"NextPageToken":{"shape":"NextPageToken"}
|
222
|
+
}
|
223
|
+
},
|
224
|
+
"GetTagsResponse":{
|
225
|
+
"type":"structure",
|
226
|
+
"required":[
|
227
|
+
"Tags",
|
228
|
+
"ReturnSize",
|
229
|
+
"TotalSize"
|
230
|
+
],
|
231
|
+
"members":{
|
232
|
+
"NextPageToken":{"shape":"NextPageToken"},
|
233
|
+
"Tags":{"shape":"TagList"},
|
234
|
+
"ReturnSize":{"shape":"PageSize"},
|
235
|
+
"TotalSize":{"shape":"PageSize"}
|
236
|
+
}
|
237
|
+
},
|
238
|
+
"Granularity":{
|
239
|
+
"type":"string",
|
240
|
+
"enum":[
|
241
|
+
"DAILY",
|
242
|
+
"MONTHLY"
|
243
|
+
]
|
244
|
+
},
|
245
|
+
"Group":{
|
246
|
+
"type":"structure",
|
247
|
+
"members":{
|
248
|
+
"Keys":{"shape":"Keys"},
|
249
|
+
"Metrics":{"shape":"Metrics"}
|
250
|
+
}
|
251
|
+
},
|
252
|
+
"GroupDefinition":{
|
253
|
+
"type":"structure",
|
254
|
+
"members":{
|
255
|
+
"Type":{"shape":"GroupDefinitionType"},
|
256
|
+
"Key":{"shape":"GroupDefinitionKey"}
|
257
|
+
}
|
258
|
+
},
|
259
|
+
"GroupDefinitionKey":{"type":"string"},
|
260
|
+
"GroupDefinitionType":{
|
261
|
+
"type":"string",
|
262
|
+
"enum":[
|
263
|
+
"DIMENSION",
|
264
|
+
"TAG"
|
265
|
+
]
|
266
|
+
},
|
267
|
+
"GroupDefinitions":{
|
268
|
+
"type":"list",
|
269
|
+
"member":{"shape":"GroupDefinition"}
|
270
|
+
},
|
271
|
+
"Groups":{
|
272
|
+
"type":"list",
|
273
|
+
"member":{"shape":"Group"}
|
274
|
+
},
|
275
|
+
"Key":{"type":"string"},
|
276
|
+
"Keys":{
|
277
|
+
"type":"list",
|
278
|
+
"member":{"shape":"Key"}
|
279
|
+
},
|
280
|
+
"LimitExceededException":{
|
281
|
+
"type":"structure",
|
282
|
+
"members":{
|
283
|
+
"Message":{"shape":"ErrorMessage"}
|
284
|
+
},
|
285
|
+
"exception":true
|
286
|
+
},
|
287
|
+
"MetricAmount":{"type":"string"},
|
288
|
+
"MetricName":{"type":"string"},
|
289
|
+
"MetricNames":{
|
290
|
+
"type":"list",
|
291
|
+
"member":{"shape":"MetricName"}
|
292
|
+
},
|
293
|
+
"MetricUnit":{"type":"string"},
|
294
|
+
"MetricValue":{
|
295
|
+
"type":"structure",
|
296
|
+
"members":{
|
297
|
+
"Amount":{"shape":"MetricAmount"},
|
298
|
+
"Unit":{"shape":"MetricUnit"}
|
299
|
+
}
|
300
|
+
},
|
301
|
+
"Metrics":{
|
302
|
+
"type":"map",
|
303
|
+
"key":{"shape":"MetricName"},
|
304
|
+
"value":{"shape":"MetricValue"}
|
305
|
+
},
|
306
|
+
"NextPageToken":{"type":"string"},
|
307
|
+
"PageSize":{"type":"integer"},
|
308
|
+
"PurchasedHours":{"type":"string"},
|
309
|
+
"ReservationAggregates":{
|
310
|
+
"type":"structure",
|
311
|
+
"members":{
|
312
|
+
"UtilizationPercentage":{"shape":"UtilizationPercentage"},
|
313
|
+
"PurchasedHours":{"shape":"PurchasedHours"},
|
314
|
+
"TotalActualHours":{"shape":"TotalActualHours"},
|
315
|
+
"UnusedHours":{"shape":"UnusedHours"}
|
316
|
+
}
|
317
|
+
},
|
318
|
+
"ReservationGroupKey":{"type":"string"},
|
319
|
+
"ReservationGroupValue":{"type":"string"},
|
320
|
+
"ReservationUtilizationGroup":{
|
321
|
+
"type":"structure",
|
322
|
+
"members":{
|
323
|
+
"Key":{"shape":"ReservationGroupKey"},
|
324
|
+
"Value":{"shape":"ReservationGroupValue"},
|
325
|
+
"Attributes":{"shape":"Attributes"},
|
326
|
+
"Utilization":{"shape":"ReservationAggregates"}
|
327
|
+
}
|
328
|
+
},
|
329
|
+
"ReservationUtilizationGroups":{
|
330
|
+
"type":"list",
|
331
|
+
"member":{"shape":"ReservationUtilizationGroup"}
|
332
|
+
},
|
333
|
+
"ResultByTime":{
|
334
|
+
"type":"structure",
|
335
|
+
"members":{
|
336
|
+
"TimePeriod":{"shape":"DateInterval"},
|
337
|
+
"Total":{"shape":"Metrics"},
|
338
|
+
"Groups":{"shape":"Groups"},
|
339
|
+
"Estimated":{"shape":"Estimated"}
|
340
|
+
}
|
341
|
+
},
|
342
|
+
"ResultsByTime":{
|
343
|
+
"type":"list",
|
344
|
+
"member":{"shape":"ResultByTime"}
|
345
|
+
},
|
346
|
+
"SearchString":{"type":"string"},
|
347
|
+
"TagKey":{"type":"string"},
|
348
|
+
"TagList":{
|
349
|
+
"type":"list",
|
350
|
+
"member":{"shape":"Entity"}
|
351
|
+
},
|
352
|
+
"TagValues":{
|
353
|
+
"type":"structure",
|
354
|
+
"members":{
|
355
|
+
"Key":{"shape":"TagKey"},
|
356
|
+
"Values":{"shape":"Values"}
|
357
|
+
}
|
358
|
+
},
|
359
|
+
"TotalActualHours":{"type":"string"},
|
360
|
+
"UnusedHours":{"type":"string"},
|
361
|
+
"UtilizationByTime":{
|
362
|
+
"type":"structure",
|
363
|
+
"members":{
|
364
|
+
"TimePeriod":{"shape":"DateInterval"},
|
365
|
+
"Groups":{"shape":"ReservationUtilizationGroups"},
|
366
|
+
"Total":{"shape":"ReservationAggregates"}
|
367
|
+
}
|
368
|
+
},
|
369
|
+
"UtilizationPercentage":{"type":"string"},
|
370
|
+
"UtilizationsByTime":{
|
371
|
+
"type":"list",
|
372
|
+
"member":{"shape":"UtilizationByTime"}
|
373
|
+
},
|
374
|
+
"Value":{"type":"string"},
|
375
|
+
"Values":{
|
376
|
+
"type":"list",
|
377
|
+
"member":{"shape":"Value"}
|
378
|
+
},
|
379
|
+
"YearMonthDay":{
|
380
|
+
"type":"string",
|
381
|
+
"pattern":"\\d{4}-\\d{2}-\\d{2}"
|
382
|
+
}
|
383
|
+
}
|
384
|
+
}
|
@@ -55,6 +55,42 @@
|
|
55
55
|
{"shape":"EncryptionKeyUnavailableException"}
|
56
56
|
]
|
57
57
|
},
|
58
|
+
"CreatePullRequest":{
|
59
|
+
"name":"CreatePullRequest",
|
60
|
+
"http":{
|
61
|
+
"method":"POST",
|
62
|
+
"requestUri":"/"
|
63
|
+
},
|
64
|
+
"input":{"shape":"CreatePullRequestInput"},
|
65
|
+
"output":{"shape":"CreatePullRequestOutput"},
|
66
|
+
"errors":[
|
67
|
+
{"shape":"RepositoryNameRequiredException"},
|
68
|
+
{"shape":"InvalidRepositoryNameException"},
|
69
|
+
{"shape":"RepositoryDoesNotExistException"},
|
70
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
71
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
72
|
+
{"shape":"EncryptionKeyDisabledException"},
|
73
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
74
|
+
{"shape":"EncryptionKeyUnavailableException"},
|
75
|
+
{"shape":"ClientRequestTokenRequiredException"},
|
76
|
+
{"shape":"InvalidClientRequestTokenException"},
|
77
|
+
{"shape":"IdempotencyParameterMismatchException"},
|
78
|
+
{"shape":"ReferenceNameRequiredException"},
|
79
|
+
{"shape":"InvalidReferenceNameException"},
|
80
|
+
{"shape":"ReferenceDoesNotExistException"},
|
81
|
+
{"shape":"ReferenceTypeNotSupportedException"},
|
82
|
+
{"shape":"TitleRequiredException"},
|
83
|
+
{"shape":"InvalidTitleException"},
|
84
|
+
{"shape":"InvalidDescriptionException"},
|
85
|
+
{"shape":"TargetsRequiredException"},
|
86
|
+
{"shape":"InvalidTargetsException"},
|
87
|
+
{"shape":"TargetRequiredException"},
|
88
|
+
{"shape":"InvalidTargetException"},
|
89
|
+
{"shape":"MultipleRepositoriesInPullRequestException"},
|
90
|
+
{"shape":"MaximumOpenPullRequestsExceededException"},
|
91
|
+
{"shape":"SourceAndDestinationAreSameException"}
|
92
|
+
]
|
93
|
+
},
|
58
94
|
"CreateRepository":{
|
59
95
|
"name":"CreateRepository",
|
60
96
|
"http":{
|
@@ -98,6 +134,21 @@
|
|
98
134
|
{"shape":"EncryptionKeyUnavailableException"}
|
99
135
|
]
|
100
136
|
},
|
137
|
+
"DeleteCommentContent":{
|
138
|
+
"name":"DeleteCommentContent",
|
139
|
+
"http":{
|
140
|
+
"method":"POST",
|
141
|
+
"requestUri":"/"
|
142
|
+
},
|
143
|
+
"input":{"shape":"DeleteCommentContentInput"},
|
144
|
+
"output":{"shape":"DeleteCommentContentOutput"},
|
145
|
+
"errors":[
|
146
|
+
{"shape":"CommentDoesNotExistException"},
|
147
|
+
{"shape":"CommentIdRequiredException"},
|
148
|
+
{"shape":"InvalidCommentIdException"},
|
149
|
+
{"shape":"CommentDeletedException"}
|
150
|
+
]
|
151
|
+
},
|
101
152
|
"DeleteRepository":{
|
102
153
|
"name":"DeleteRepository",
|
103
154
|
"http":{
|
@@ -116,6 +167,30 @@
|
|
116
167
|
{"shape":"EncryptionKeyUnavailableException"}
|
117
168
|
]
|
118
169
|
},
|
170
|
+
"DescribePullRequestEvents":{
|
171
|
+
"name":"DescribePullRequestEvents",
|
172
|
+
"http":{
|
173
|
+
"method":"POST",
|
174
|
+
"requestUri":"/"
|
175
|
+
},
|
176
|
+
"input":{"shape":"DescribePullRequestEventsInput"},
|
177
|
+
"output":{"shape":"DescribePullRequestEventsOutput"},
|
178
|
+
"errors":[
|
179
|
+
{"shape":"PullRequestDoesNotExistException"},
|
180
|
+
{"shape":"InvalidPullRequestIdException"},
|
181
|
+
{"shape":"PullRequestIdRequiredException"},
|
182
|
+
{"shape":"InvalidPullRequestEventTypeException"},
|
183
|
+
{"shape":"InvalidActorArnException"},
|
184
|
+
{"shape":"ActorDoesNotExistException"},
|
185
|
+
{"shape":"InvalidMaxResultsException"},
|
186
|
+
{"shape":"InvalidContinuationTokenException"},
|
187
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
188
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
189
|
+
{"shape":"EncryptionKeyDisabledException"},
|
190
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
191
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
192
|
+
]
|
193
|
+
},
|
119
194
|
"GetBlob":{
|
120
195
|
"name":"GetBlob",
|
121
196
|
"http":{
|
@@ -161,6 +236,73 @@
|
|
161
236
|
{"shape":"EncryptionKeyUnavailableException"}
|
162
237
|
]
|
163
238
|
},
|
239
|
+
"GetComment":{
|
240
|
+
"name":"GetComment",
|
241
|
+
"http":{
|
242
|
+
"method":"POST",
|
243
|
+
"requestUri":"/"
|
244
|
+
},
|
245
|
+
"input":{"shape":"GetCommentInput"},
|
246
|
+
"output":{"shape":"GetCommentOutput"},
|
247
|
+
"errors":[
|
248
|
+
{"shape":"CommentDoesNotExistException"},
|
249
|
+
{"shape":"CommentIdRequiredException"},
|
250
|
+
{"shape":"InvalidCommentIdException"},
|
251
|
+
{"shape":"CommentDeletedException"}
|
252
|
+
]
|
253
|
+
},
|
254
|
+
"GetCommentsForComparedCommit":{
|
255
|
+
"name":"GetCommentsForComparedCommit",
|
256
|
+
"http":{
|
257
|
+
"method":"POST",
|
258
|
+
"requestUri":"/"
|
259
|
+
},
|
260
|
+
"input":{"shape":"GetCommentsForComparedCommitInput"},
|
261
|
+
"output":{"shape":"GetCommentsForComparedCommitOutput"},
|
262
|
+
"errors":[
|
263
|
+
{"shape":"RepositoryNameRequiredException"},
|
264
|
+
{"shape":"RepositoryDoesNotExistException"},
|
265
|
+
{"shape":"InvalidRepositoryNameException"},
|
266
|
+
{"shape":"CommitIdRequiredException"},
|
267
|
+
{"shape":"InvalidCommitIdException"},
|
268
|
+
{"shape":"CommitDoesNotExistException"},
|
269
|
+
{"shape":"InvalidMaxResultsException"},
|
270
|
+
{"shape":"InvalidContinuationTokenException"},
|
271
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
272
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
273
|
+
{"shape":"EncryptionKeyDisabledException"},
|
274
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
275
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
276
|
+
]
|
277
|
+
},
|
278
|
+
"GetCommentsForPullRequest":{
|
279
|
+
"name":"GetCommentsForPullRequest",
|
280
|
+
"http":{
|
281
|
+
"method":"POST",
|
282
|
+
"requestUri":"/"
|
283
|
+
},
|
284
|
+
"input":{"shape":"GetCommentsForPullRequestInput"},
|
285
|
+
"output":{"shape":"GetCommentsForPullRequestOutput"},
|
286
|
+
"errors":[
|
287
|
+
{"shape":"PullRequestIdRequiredException"},
|
288
|
+
{"shape":"PullRequestDoesNotExistException"},
|
289
|
+
{"shape":"InvalidPullRequestIdException"},
|
290
|
+
{"shape":"RepositoryNameRequiredException"},
|
291
|
+
{"shape":"RepositoryDoesNotExistException"},
|
292
|
+
{"shape":"InvalidRepositoryNameException"},
|
293
|
+
{"shape":"CommitIdRequiredException"},
|
294
|
+
{"shape":"InvalidCommitIdException"},
|
295
|
+
{"shape":"CommitDoesNotExistException"},
|
296
|
+
{"shape":"InvalidMaxResultsException"},
|
297
|
+
{"shape":"InvalidContinuationTokenException"},
|
298
|
+
{"shape":"RepositoryNotAssociatedWithPullRequestException"},
|
299
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
300
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
301
|
+
{"shape":"EncryptionKeyDisabledException"},
|
302
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
303
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
304
|
+
]
|
305
|
+
},
|
164
306
|
"GetCommit":{
|
165
307
|
"name":"GetCommit",
|
166
308
|
"http":{
|
@@ -210,6 +352,52 @@
|
|
210
352
|
{"shape":"EncryptionKeyUnavailableException"}
|
211
353
|
]
|
212
354
|
},
|
355
|
+
"GetMergeConflicts":{
|
356
|
+
"name":"GetMergeConflicts",
|
357
|
+
"http":{
|
358
|
+
"method":"POST",
|
359
|
+
"requestUri":"/"
|
360
|
+
},
|
361
|
+
"input":{"shape":"GetMergeConflictsInput"},
|
362
|
+
"output":{"shape":"GetMergeConflictsOutput"},
|
363
|
+
"errors":[
|
364
|
+
{"shape":"RepositoryNameRequiredException"},
|
365
|
+
{"shape":"InvalidRepositoryNameException"},
|
366
|
+
{"shape":"RepositoryDoesNotExistException"},
|
367
|
+
{"shape":"MergeOptionRequiredException"},
|
368
|
+
{"shape":"InvalidMergeOptionException"},
|
369
|
+
{"shape":"InvalidDestinationCommitSpecifierException"},
|
370
|
+
{"shape":"InvalidSourceCommitSpecifierException"},
|
371
|
+
{"shape":"CommitRequiredException"},
|
372
|
+
{"shape":"CommitDoesNotExistException"},
|
373
|
+
{"shape":"InvalidCommitException"},
|
374
|
+
{"shape":"TipsDivergenceExceededException"},
|
375
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
376
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
377
|
+
{"shape":"EncryptionKeyDisabledException"},
|
378
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
379
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
380
|
+
]
|
381
|
+
},
|
382
|
+
"GetPullRequest":{
|
383
|
+
"name":"GetPullRequest",
|
384
|
+
"http":{
|
385
|
+
"method":"POST",
|
386
|
+
"requestUri":"/"
|
387
|
+
},
|
388
|
+
"input":{"shape":"GetPullRequestInput"},
|
389
|
+
"output":{"shape":"GetPullRequestOutput"},
|
390
|
+
"errors":[
|
391
|
+
{"shape":"PullRequestDoesNotExistException"},
|
392
|
+
{"shape":"InvalidPullRequestIdException"},
|
393
|
+
{"shape":"PullRequestIdRequiredException"},
|
394
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
395
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
396
|
+
{"shape":"EncryptionKeyDisabledException"},
|
397
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
398
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
399
|
+
]
|
400
|
+
},
|
213
401
|
"GetRepository":{
|
214
402
|
"name":"GetRepository",
|
215
403
|
"http":{
|
@@ -268,6 +456,30 @@
|
|
268
456
|
{"shape":"InvalidContinuationTokenException"}
|
269
457
|
]
|
270
458
|
},
|
459
|
+
"ListPullRequests":{
|
460
|
+
"name":"ListPullRequests",
|
461
|
+
"http":{
|
462
|
+
"method":"POST",
|
463
|
+
"requestUri":"/"
|
464
|
+
},
|
465
|
+
"input":{"shape":"ListPullRequestsInput"},
|
466
|
+
"output":{"shape":"ListPullRequestsOutput"},
|
467
|
+
"errors":[
|
468
|
+
{"shape":"InvalidPullRequestStatusException"},
|
469
|
+
{"shape":"InvalidAuthorArnException"},
|
470
|
+
{"shape":"AuthorDoesNotExistException"},
|
471
|
+
{"shape":"RepositoryNameRequiredException"},
|
472
|
+
{"shape":"InvalidRepositoryNameException"},
|
473
|
+
{"shape":"RepositoryDoesNotExistException"},
|
474
|
+
{"shape":"InvalidMaxResultsException"},
|
475
|
+
{"shape":"InvalidContinuationTokenException"},
|
476
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
477
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
478
|
+
{"shape":"EncryptionKeyDisabledException"},
|
479
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
480
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
481
|
+
]
|
482
|
+
},
|
271
483
|
"ListRepositories":{
|
272
484
|
"name":"ListRepositories",
|
273
485
|
"http":{
|
@@ -282,6 +494,128 @@
|
|
282
494
|
{"shape":"InvalidContinuationTokenException"}
|
283
495
|
]
|
284
496
|
},
|
497
|
+
"MergePullRequestByFastForward":{
|
498
|
+
"name":"MergePullRequestByFastForward",
|
499
|
+
"http":{
|
500
|
+
"method":"POST",
|
501
|
+
"requestUri":"/"
|
502
|
+
},
|
503
|
+
"input":{"shape":"MergePullRequestByFastForwardInput"},
|
504
|
+
"output":{"shape":"MergePullRequestByFastForwardOutput"},
|
505
|
+
"errors":[
|
506
|
+
{"shape":"ManualMergeRequiredException"},
|
507
|
+
{"shape":"PullRequestAlreadyClosedException"},
|
508
|
+
{"shape":"PullRequestDoesNotExistException"},
|
509
|
+
{"shape":"InvalidPullRequestIdException"},
|
510
|
+
{"shape":"PullRequestIdRequiredException"},
|
511
|
+
{"shape":"TipOfSourceReferenceIsDifferentException"},
|
512
|
+
{"shape":"ReferenceDoesNotExistException"},
|
513
|
+
{"shape":"InvalidCommitIdException"},
|
514
|
+
{"shape":"RepositoryNameRequiredException"},
|
515
|
+
{"shape":"InvalidRepositoryNameException"},
|
516
|
+
{"shape":"RepositoryDoesNotExistException"},
|
517
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
518
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
519
|
+
{"shape":"EncryptionKeyDisabledException"},
|
520
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
521
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
522
|
+
]
|
523
|
+
},
|
524
|
+
"PostCommentForComparedCommit":{
|
525
|
+
"name":"PostCommentForComparedCommit",
|
526
|
+
"http":{
|
527
|
+
"method":"POST",
|
528
|
+
"requestUri":"/"
|
529
|
+
},
|
530
|
+
"input":{"shape":"PostCommentForComparedCommitInput"},
|
531
|
+
"output":{"shape":"PostCommentForComparedCommitOutput"},
|
532
|
+
"errors":[
|
533
|
+
{"shape":"RepositoryNameRequiredException"},
|
534
|
+
{"shape":"RepositoryDoesNotExistException"},
|
535
|
+
{"shape":"InvalidRepositoryNameException"},
|
536
|
+
{"shape":"ClientRequestTokenRequiredException"},
|
537
|
+
{"shape":"InvalidClientRequestTokenException"},
|
538
|
+
{"shape":"IdempotencyParameterMismatchException"},
|
539
|
+
{"shape":"CommentContentRequiredException"},
|
540
|
+
{"shape":"CommentContentSizeLimitExceededException"},
|
541
|
+
{"shape":"InvalidFileLocationException"},
|
542
|
+
{"shape":"InvalidRelativeFileVersionEnumException"},
|
543
|
+
{"shape":"PathRequiredException"},
|
544
|
+
{"shape":"InvalidFilePositionException"},
|
545
|
+
{"shape":"CommitIdRequiredException"},
|
546
|
+
{"shape":"InvalidCommitIdException"},
|
547
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
548
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
549
|
+
{"shape":"EncryptionKeyDisabledException"},
|
550
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
551
|
+
{"shape":"EncryptionKeyUnavailableException"},
|
552
|
+
{"shape":"BeforeCommitIdAndAfterCommitIdAreSameException"},
|
553
|
+
{"shape":"CommitDoesNotExistException"},
|
554
|
+
{"shape":"InvalidPathException"},
|
555
|
+
{"shape":"PathDoesNotExistException"}
|
556
|
+
],
|
557
|
+
"idempotent":true
|
558
|
+
},
|
559
|
+
"PostCommentForPullRequest":{
|
560
|
+
"name":"PostCommentForPullRequest",
|
561
|
+
"http":{
|
562
|
+
"method":"POST",
|
563
|
+
"requestUri":"/"
|
564
|
+
},
|
565
|
+
"input":{"shape":"PostCommentForPullRequestInput"},
|
566
|
+
"output":{"shape":"PostCommentForPullRequestOutput"},
|
567
|
+
"errors":[
|
568
|
+
{"shape":"PullRequestDoesNotExistException"},
|
569
|
+
{"shape":"InvalidPullRequestIdException"},
|
570
|
+
{"shape":"PullRequestIdRequiredException"},
|
571
|
+
{"shape":"RepositoryNotAssociatedWithPullRequestException"},
|
572
|
+
{"shape":"RepositoryNameRequiredException"},
|
573
|
+
{"shape":"RepositoryDoesNotExistException"},
|
574
|
+
{"shape":"InvalidRepositoryNameException"},
|
575
|
+
{"shape":"ClientRequestTokenRequiredException"},
|
576
|
+
{"shape":"InvalidClientRequestTokenException"},
|
577
|
+
{"shape":"IdempotencyParameterMismatchException"},
|
578
|
+
{"shape":"CommentContentRequiredException"},
|
579
|
+
{"shape":"CommentContentSizeLimitExceededException"},
|
580
|
+
{"shape":"InvalidFileLocationException"},
|
581
|
+
{"shape":"InvalidRelativeFileVersionEnumException"},
|
582
|
+
{"shape":"PathRequiredException"},
|
583
|
+
{"shape":"InvalidFilePositionException"},
|
584
|
+
{"shape":"CommitIdRequiredException"},
|
585
|
+
{"shape":"InvalidCommitIdException"},
|
586
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
587
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
588
|
+
{"shape":"EncryptionKeyDisabledException"},
|
589
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
590
|
+
{"shape":"EncryptionKeyUnavailableException"},
|
591
|
+
{"shape":"CommitDoesNotExistException"},
|
592
|
+
{"shape":"InvalidPathException"},
|
593
|
+
{"shape":"PathDoesNotExistException"},
|
594
|
+
{"shape":"PathRequiredException"},
|
595
|
+
{"shape":"BeforeCommitIdAndAfterCommitIdAreSameException"}
|
596
|
+
],
|
597
|
+
"idempotent":true
|
598
|
+
},
|
599
|
+
"PostCommentReply":{
|
600
|
+
"name":"PostCommentReply",
|
601
|
+
"http":{
|
602
|
+
"method":"POST",
|
603
|
+
"requestUri":"/"
|
604
|
+
},
|
605
|
+
"input":{"shape":"PostCommentReplyInput"},
|
606
|
+
"output":{"shape":"PostCommentReplyOutput"},
|
607
|
+
"errors":[
|
608
|
+
{"shape":"ClientRequestTokenRequiredException"},
|
609
|
+
{"shape":"InvalidClientRequestTokenException"},
|
610
|
+
{"shape":"IdempotencyParameterMismatchException"},
|
611
|
+
{"shape":"CommentContentRequiredException"},
|
612
|
+
{"shape":"CommentContentSizeLimitExceededException"},
|
613
|
+
{"shape":"CommentDoesNotExistException"},
|
614
|
+
{"shape":"CommentIdRequiredException"},
|
615
|
+
{"shape":"InvalidCommentIdException"}
|
616
|
+
],
|
617
|
+
"idempotent":true
|
618
|
+
},
|
285
619
|
"PutRepositoryTriggers":{
|
286
620
|
"name":"PutRepositoryTriggers",
|
287
621
|
"http":{
|
@@ -346,6 +680,24 @@
|
|
346
680
|
{"shape":"EncryptionKeyUnavailableException"}
|
347
681
|
]
|
348
682
|
},
|
683
|
+
"UpdateComment":{
|
684
|
+
"name":"UpdateComment",
|
685
|
+
"http":{
|
686
|
+
"method":"POST",
|
687
|
+
"requestUri":"/"
|
688
|
+
},
|
689
|
+
"input":{"shape":"UpdateCommentInput"},
|
690
|
+
"output":{"shape":"UpdateCommentOutput"},
|
691
|
+
"errors":[
|
692
|
+
{"shape":"CommentContentRequiredException"},
|
693
|
+
{"shape":"CommentContentSizeLimitExceededException"},
|
694
|
+
{"shape":"CommentDoesNotExistException"},
|
695
|
+
{"shape":"CommentIdRequiredException"},
|
696
|
+
{"shape":"InvalidCommentIdException"},
|
697
|
+
{"shape":"CommentNotCreatedByCallerException"},
|
698
|
+
{"shape":"CommentDeletedException"}
|
699
|
+
]
|
700
|
+
},
|
349
701
|
"UpdateDefaultBranch":{
|
350
702
|
"name":"UpdateDefaultBranch",
|
351
703
|
"http":{
|
@@ -367,6 +719,61 @@
|
|
367
719
|
{"shape":"EncryptionKeyUnavailableException"}
|
368
720
|
]
|
369
721
|
},
|
722
|
+
"UpdatePullRequestDescription":{
|
723
|
+
"name":"UpdatePullRequestDescription",
|
724
|
+
"http":{
|
725
|
+
"method":"POST",
|
726
|
+
"requestUri":"/"
|
727
|
+
},
|
728
|
+
"input":{"shape":"UpdatePullRequestDescriptionInput"},
|
729
|
+
"output":{"shape":"UpdatePullRequestDescriptionOutput"},
|
730
|
+
"errors":[
|
731
|
+
{"shape":"PullRequestDoesNotExistException"},
|
732
|
+
{"shape":"InvalidPullRequestIdException"},
|
733
|
+
{"shape":"PullRequestIdRequiredException"},
|
734
|
+
{"shape":"InvalidDescriptionException"},
|
735
|
+
{"shape":"PullRequestAlreadyClosedException"}
|
736
|
+
]
|
737
|
+
},
|
738
|
+
"UpdatePullRequestStatus":{
|
739
|
+
"name":"UpdatePullRequestStatus",
|
740
|
+
"http":{
|
741
|
+
"method":"POST",
|
742
|
+
"requestUri":"/"
|
743
|
+
},
|
744
|
+
"input":{"shape":"UpdatePullRequestStatusInput"},
|
745
|
+
"output":{"shape":"UpdatePullRequestStatusOutput"},
|
746
|
+
"errors":[
|
747
|
+
{"shape":"PullRequestDoesNotExistException"},
|
748
|
+
{"shape":"InvalidPullRequestIdException"},
|
749
|
+
{"shape":"PullRequestIdRequiredException"},
|
750
|
+
{"shape":"InvalidPullRequestStatusUpdateException"},
|
751
|
+
{"shape":"InvalidPullRequestStatusException"},
|
752
|
+
{"shape":"PullRequestStatusRequiredException"},
|
753
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
754
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
755
|
+
{"shape":"EncryptionKeyDisabledException"},
|
756
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
757
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
758
|
+
]
|
759
|
+
},
|
760
|
+
"UpdatePullRequestTitle":{
|
761
|
+
"name":"UpdatePullRequestTitle",
|
762
|
+
"http":{
|
763
|
+
"method":"POST",
|
764
|
+
"requestUri":"/"
|
765
|
+
},
|
766
|
+
"input":{"shape":"UpdatePullRequestTitleInput"},
|
767
|
+
"output":{"shape":"UpdatePullRequestTitleOutput"},
|
768
|
+
"errors":[
|
769
|
+
{"shape":"PullRequestDoesNotExistException"},
|
770
|
+
{"shape":"InvalidPullRequestIdException"},
|
771
|
+
{"shape":"PullRequestIdRequiredException"},
|
772
|
+
{"shape":"TitleRequiredException"},
|
773
|
+
{"shape":"InvalidTitleException"},
|
774
|
+
{"shape":"PullRequestAlreadyClosedException"}
|
775
|
+
]
|
776
|
+
},
|
370
777
|
"UpdateRepositoryDescription":{
|
371
778
|
"name":"UpdateRepositoryDescription",
|
372
779
|
"http":{
|
@@ -403,8 +810,20 @@
|
|
403
810
|
},
|
404
811
|
"shapes":{
|
405
812
|
"AccountId":{"type":"string"},
|
813
|
+
"ActorDoesNotExistException":{
|
814
|
+
"type":"structure",
|
815
|
+
"members":{
|
816
|
+
},
|
817
|
+
"exception":true
|
818
|
+
},
|
406
819
|
"AdditionalData":{"type":"string"},
|
407
820
|
"Arn":{"type":"string"},
|
821
|
+
"AuthorDoesNotExistException":{
|
822
|
+
"type":"structure",
|
823
|
+
"members":{
|
824
|
+
},
|
825
|
+
"exception":true
|
826
|
+
},
|
408
827
|
"BatchGetRepositoriesInput":{
|
409
828
|
"type":"structure",
|
410
829
|
"required":["repositoryNames"],
|
@@ -419,6 +838,12 @@
|
|
419
838
|
"repositoriesNotFound":{"shape":"RepositoryNotFoundList"}
|
420
839
|
}
|
421
840
|
},
|
841
|
+
"BeforeCommitIdAndAfterCommitIdAreSameException":{
|
842
|
+
"type":"structure",
|
843
|
+
"members":{
|
844
|
+
},
|
845
|
+
"exception":true
|
846
|
+
},
|
422
847
|
"BlobIdDoesNotExistException":{
|
423
848
|
"type":"structure",
|
424
849
|
"members":{
|
@@ -454,7 +879,7 @@
|
|
454
879
|
},
|
455
880
|
"BranchName":{
|
456
881
|
"type":"string",
|
457
|
-
"max":
|
882
|
+
"max":256,
|
458
883
|
"min":1
|
459
884
|
},
|
460
885
|
"BranchNameExistsException":{
|
@@ -481,18 +906,112 @@
|
|
481
906
|
"D"
|
482
907
|
]
|
483
908
|
},
|
909
|
+
"ClientRequestToken":{"type":"string"},
|
910
|
+
"ClientRequestTokenRequiredException":{
|
911
|
+
"type":"structure",
|
912
|
+
"members":{
|
913
|
+
},
|
914
|
+
"exception":true
|
915
|
+
},
|
484
916
|
"CloneUrlHttp":{"type":"string"},
|
485
917
|
"CloneUrlSsh":{"type":"string"},
|
486
|
-
"
|
918
|
+
"Comment":{
|
487
919
|
"type":"structure",
|
488
920
|
"members":{
|
489
|
-
"
|
490
|
-
"
|
491
|
-
"
|
492
|
-
"
|
493
|
-
"
|
494
|
-
"
|
495
|
-
"
|
921
|
+
"commentId":{"shape":"CommentId"},
|
922
|
+
"content":{"shape":"Content"},
|
923
|
+
"inReplyTo":{"shape":"CommentId"},
|
924
|
+
"creationDate":{"shape":"CreationDate"},
|
925
|
+
"lastModifiedDate":{"shape":"LastModifiedDate"},
|
926
|
+
"authorArn":{"shape":"Arn"},
|
927
|
+
"deleted":{"shape":"IsCommentDeleted"},
|
928
|
+
"clientRequestToken":{"shape":"ClientRequestToken"}
|
929
|
+
}
|
930
|
+
},
|
931
|
+
"CommentContentRequiredException":{
|
932
|
+
"type":"structure",
|
933
|
+
"members":{
|
934
|
+
},
|
935
|
+
"exception":true
|
936
|
+
},
|
937
|
+
"CommentContentSizeLimitExceededException":{
|
938
|
+
"type":"structure",
|
939
|
+
"members":{
|
940
|
+
},
|
941
|
+
"exception":true
|
942
|
+
},
|
943
|
+
"CommentDeletedException":{
|
944
|
+
"type":"structure",
|
945
|
+
"members":{
|
946
|
+
},
|
947
|
+
"exception":true
|
948
|
+
},
|
949
|
+
"CommentDoesNotExistException":{
|
950
|
+
"type":"structure",
|
951
|
+
"members":{
|
952
|
+
},
|
953
|
+
"exception":true
|
954
|
+
},
|
955
|
+
"CommentId":{"type":"string"},
|
956
|
+
"CommentIdRequiredException":{
|
957
|
+
"type":"structure",
|
958
|
+
"members":{
|
959
|
+
},
|
960
|
+
"exception":true
|
961
|
+
},
|
962
|
+
"CommentNotCreatedByCallerException":{
|
963
|
+
"type":"structure",
|
964
|
+
"members":{
|
965
|
+
},
|
966
|
+
"exception":true
|
967
|
+
},
|
968
|
+
"Comments":{
|
969
|
+
"type":"list",
|
970
|
+
"member":{"shape":"Comment"}
|
971
|
+
},
|
972
|
+
"CommentsForComparedCommit":{
|
973
|
+
"type":"structure",
|
974
|
+
"members":{
|
975
|
+
"repositoryName":{"shape":"RepositoryName"},
|
976
|
+
"beforeCommitId":{"shape":"CommitId"},
|
977
|
+
"afterCommitId":{"shape":"CommitId"},
|
978
|
+
"beforeBlobId":{"shape":"ObjectId"},
|
979
|
+
"afterBlobId":{"shape":"ObjectId"},
|
980
|
+
"location":{"shape":"Location"},
|
981
|
+
"comments":{"shape":"Comments"}
|
982
|
+
}
|
983
|
+
},
|
984
|
+
"CommentsForComparedCommitData":{
|
985
|
+
"type":"list",
|
986
|
+
"member":{"shape":"CommentsForComparedCommit"}
|
987
|
+
},
|
988
|
+
"CommentsForPullRequest":{
|
989
|
+
"type":"structure",
|
990
|
+
"members":{
|
991
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
992
|
+
"repositoryName":{"shape":"RepositoryName"},
|
993
|
+
"beforeCommitId":{"shape":"CommitId"},
|
994
|
+
"afterCommitId":{"shape":"CommitId"},
|
995
|
+
"beforeBlobId":{"shape":"ObjectId"},
|
996
|
+
"afterBlobId":{"shape":"ObjectId"},
|
997
|
+
"location":{"shape":"Location"},
|
998
|
+
"comments":{"shape":"Comments"}
|
999
|
+
}
|
1000
|
+
},
|
1001
|
+
"CommentsForPullRequestData":{
|
1002
|
+
"type":"list",
|
1003
|
+
"member":{"shape":"CommentsForPullRequest"}
|
1004
|
+
},
|
1005
|
+
"Commit":{
|
1006
|
+
"type":"structure",
|
1007
|
+
"members":{
|
1008
|
+
"commitId":{"shape":"ObjectId"},
|
1009
|
+
"treeId":{"shape":"ObjectId"},
|
1010
|
+
"parents":{"shape":"ParentList"},
|
1011
|
+
"message":{"shape":"Message"},
|
1012
|
+
"author":{"shape":"UserInfo"},
|
1013
|
+
"committer":{"shape":"UserInfo"},
|
1014
|
+
"additionalData":{"shape":"AdditionalData"}
|
496
1015
|
}
|
497
1016
|
},
|
498
1017
|
"CommitDoesNotExistException":{
|
@@ -521,6 +1040,7 @@
|
|
521
1040
|
},
|
522
1041
|
"exception":true
|
523
1042
|
},
|
1043
|
+
"Content":{"type":"string"},
|
524
1044
|
"CreateBranchInput":{
|
525
1045
|
"type":"structure",
|
526
1046
|
"required":[
|
@@ -534,6 +1054,29 @@
|
|
534
1054
|
"commitId":{"shape":"CommitId"}
|
535
1055
|
}
|
536
1056
|
},
|
1057
|
+
"CreatePullRequestInput":{
|
1058
|
+
"type":"structure",
|
1059
|
+
"required":[
|
1060
|
+
"title",
|
1061
|
+
"targets"
|
1062
|
+
],
|
1063
|
+
"members":{
|
1064
|
+
"title":{"shape":"Title"},
|
1065
|
+
"description":{"shape":"Description"},
|
1066
|
+
"targets":{"shape":"TargetList"},
|
1067
|
+
"clientRequestToken":{
|
1068
|
+
"shape":"ClientRequestToken",
|
1069
|
+
"idempotencyToken":true
|
1070
|
+
}
|
1071
|
+
}
|
1072
|
+
},
|
1073
|
+
"CreatePullRequestOutput":{
|
1074
|
+
"type":"structure",
|
1075
|
+
"required":["pullRequest"],
|
1076
|
+
"members":{
|
1077
|
+
"pullRequest":{"shape":"PullRequest"}
|
1078
|
+
}
|
1079
|
+
},
|
537
1080
|
"CreateRepositoryInput":{
|
538
1081
|
"type":"structure",
|
539
1082
|
"required":["repositoryName"],
|
@@ -573,6 +1116,19 @@
|
|
573
1116
|
"deletedBranch":{"shape":"BranchInfo"}
|
574
1117
|
}
|
575
1118
|
},
|
1119
|
+
"DeleteCommentContentInput":{
|
1120
|
+
"type":"structure",
|
1121
|
+
"required":["commentId"],
|
1122
|
+
"members":{
|
1123
|
+
"commentId":{"shape":"CommentId"}
|
1124
|
+
}
|
1125
|
+
},
|
1126
|
+
"DeleteCommentContentOutput":{
|
1127
|
+
"type":"structure",
|
1128
|
+
"members":{
|
1129
|
+
"comment":{"shape":"Comment"}
|
1130
|
+
}
|
1131
|
+
},
|
576
1132
|
"DeleteRepositoryInput":{
|
577
1133
|
"type":"structure",
|
578
1134
|
"required":["repositoryName"],
|
@@ -586,6 +1142,29 @@
|
|
586
1142
|
"repositoryId":{"shape":"RepositoryId"}
|
587
1143
|
}
|
588
1144
|
},
|
1145
|
+
"DescribePullRequestEventsInput":{
|
1146
|
+
"type":"structure",
|
1147
|
+
"required":["pullRequestId"],
|
1148
|
+
"members":{
|
1149
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
1150
|
+
"pullRequestEventType":{"shape":"PullRequestEventType"},
|
1151
|
+
"actorArn":{"shape":"Arn"},
|
1152
|
+
"nextToken":{"shape":"NextToken"},
|
1153
|
+
"maxResults":{"shape":"MaxResults"}
|
1154
|
+
}
|
1155
|
+
},
|
1156
|
+
"DescribePullRequestEventsOutput":{
|
1157
|
+
"type":"structure",
|
1158
|
+
"required":["pullRequestEvents"],
|
1159
|
+
"members":{
|
1160
|
+
"pullRequestEvents":{"shape":"PullRequestEventList"},
|
1161
|
+
"nextToken":{"shape":"NextToken"}
|
1162
|
+
}
|
1163
|
+
},
|
1164
|
+
"Description":{
|
1165
|
+
"type":"string",
|
1166
|
+
"max":10240
|
1167
|
+
},
|
589
1168
|
"Difference":{
|
590
1169
|
"type":"structure",
|
591
1170
|
"members":{
|
@@ -630,6 +1209,7 @@
|
|
630
1209
|
},
|
631
1210
|
"exception":true
|
632
1211
|
},
|
1212
|
+
"EventDate":{"type":"timestamp"},
|
633
1213
|
"FileTooLargeException":{
|
634
1214
|
"type":"structure",
|
635
1215
|
"members":{
|
@@ -667,6 +1247,59 @@
|
|
667
1247
|
"branch":{"shape":"BranchInfo"}
|
668
1248
|
}
|
669
1249
|
},
|
1250
|
+
"GetCommentInput":{
|
1251
|
+
"type":"structure",
|
1252
|
+
"required":["commentId"],
|
1253
|
+
"members":{
|
1254
|
+
"commentId":{"shape":"CommentId"}
|
1255
|
+
}
|
1256
|
+
},
|
1257
|
+
"GetCommentOutput":{
|
1258
|
+
"type":"structure",
|
1259
|
+
"members":{
|
1260
|
+
"comment":{"shape":"Comment"}
|
1261
|
+
}
|
1262
|
+
},
|
1263
|
+
"GetCommentsForComparedCommitInput":{
|
1264
|
+
"type":"structure",
|
1265
|
+
"required":[
|
1266
|
+
"repositoryName",
|
1267
|
+
"afterCommitId"
|
1268
|
+
],
|
1269
|
+
"members":{
|
1270
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1271
|
+
"beforeCommitId":{"shape":"CommitId"},
|
1272
|
+
"afterCommitId":{"shape":"CommitId"},
|
1273
|
+
"nextToken":{"shape":"NextToken"},
|
1274
|
+
"maxResults":{"shape":"MaxResults"}
|
1275
|
+
}
|
1276
|
+
},
|
1277
|
+
"GetCommentsForComparedCommitOutput":{
|
1278
|
+
"type":"structure",
|
1279
|
+
"members":{
|
1280
|
+
"commentsForComparedCommitData":{"shape":"CommentsForComparedCommitData"},
|
1281
|
+
"nextToken":{"shape":"NextToken"}
|
1282
|
+
}
|
1283
|
+
},
|
1284
|
+
"GetCommentsForPullRequestInput":{
|
1285
|
+
"type":"structure",
|
1286
|
+
"required":["pullRequestId"],
|
1287
|
+
"members":{
|
1288
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
1289
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1290
|
+
"beforeCommitId":{"shape":"CommitId"},
|
1291
|
+
"afterCommitId":{"shape":"CommitId"},
|
1292
|
+
"nextToken":{"shape":"NextToken"},
|
1293
|
+
"maxResults":{"shape":"MaxResults"}
|
1294
|
+
}
|
1295
|
+
},
|
1296
|
+
"GetCommentsForPullRequestOutput":{
|
1297
|
+
"type":"structure",
|
1298
|
+
"members":{
|
1299
|
+
"commentsForPullRequestData":{"shape":"CommentsForPullRequestData"},
|
1300
|
+
"nextToken":{"shape":"NextToken"}
|
1301
|
+
}
|
1302
|
+
},
|
670
1303
|
"GetCommitInput":{
|
671
1304
|
"type":"structure",
|
672
1305
|
"required":[
|
@@ -708,6 +1341,48 @@
|
|
708
1341
|
"NextToken":{"shape":"NextToken"}
|
709
1342
|
}
|
710
1343
|
},
|
1344
|
+
"GetMergeConflictsInput":{
|
1345
|
+
"type":"structure",
|
1346
|
+
"required":[
|
1347
|
+
"repositoryName",
|
1348
|
+
"destinationCommitSpecifier",
|
1349
|
+
"sourceCommitSpecifier",
|
1350
|
+
"mergeOption"
|
1351
|
+
],
|
1352
|
+
"members":{
|
1353
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1354
|
+
"destinationCommitSpecifier":{"shape":"CommitName"},
|
1355
|
+
"sourceCommitSpecifier":{"shape":"CommitName"},
|
1356
|
+
"mergeOption":{"shape":"MergeOptionTypeEnum"}
|
1357
|
+
}
|
1358
|
+
},
|
1359
|
+
"GetMergeConflictsOutput":{
|
1360
|
+
"type":"structure",
|
1361
|
+
"required":[
|
1362
|
+
"mergeable",
|
1363
|
+
"destinationCommitId",
|
1364
|
+
"sourceCommitId"
|
1365
|
+
],
|
1366
|
+
"members":{
|
1367
|
+
"mergeable":{"shape":"IsMergeable"},
|
1368
|
+
"destinationCommitId":{"shape":"CommitId"},
|
1369
|
+
"sourceCommitId":{"shape":"CommitId"}
|
1370
|
+
}
|
1371
|
+
},
|
1372
|
+
"GetPullRequestInput":{
|
1373
|
+
"type":"structure",
|
1374
|
+
"required":["pullRequestId"],
|
1375
|
+
"members":{
|
1376
|
+
"pullRequestId":{"shape":"PullRequestId"}
|
1377
|
+
}
|
1378
|
+
},
|
1379
|
+
"GetPullRequestOutput":{
|
1380
|
+
"type":"structure",
|
1381
|
+
"required":["pullRequest"],
|
1382
|
+
"members":{
|
1383
|
+
"pullRequest":{"shape":"PullRequest"}
|
1384
|
+
}
|
1385
|
+
},
|
711
1386
|
"GetRepositoryInput":{
|
712
1387
|
"type":"structure",
|
713
1388
|
"required":["repositoryName"],
|
@@ -735,6 +1410,24 @@
|
|
735
1410
|
"triggers":{"shape":"RepositoryTriggersList"}
|
736
1411
|
}
|
737
1412
|
},
|
1413
|
+
"IdempotencyParameterMismatchException":{
|
1414
|
+
"type":"structure",
|
1415
|
+
"members":{
|
1416
|
+
},
|
1417
|
+
"exception":true
|
1418
|
+
},
|
1419
|
+
"InvalidActorArnException":{
|
1420
|
+
"type":"structure",
|
1421
|
+
"members":{
|
1422
|
+
},
|
1423
|
+
"exception":true
|
1424
|
+
},
|
1425
|
+
"InvalidAuthorArnException":{
|
1426
|
+
"type":"structure",
|
1427
|
+
"members":{
|
1428
|
+
},
|
1429
|
+
"exception":true
|
1430
|
+
},
|
738
1431
|
"InvalidBlobIdException":{
|
739
1432
|
"type":"structure",
|
740
1433
|
"members":{
|
@@ -747,6 +1440,18 @@
|
|
747
1440
|
},
|
748
1441
|
"exception":true
|
749
1442
|
},
|
1443
|
+
"InvalidClientRequestTokenException":{
|
1444
|
+
"type":"structure",
|
1445
|
+
"members":{
|
1446
|
+
},
|
1447
|
+
"exception":true
|
1448
|
+
},
|
1449
|
+
"InvalidCommentIdException":{
|
1450
|
+
"type":"structure",
|
1451
|
+
"members":{
|
1452
|
+
},
|
1453
|
+
"exception":true
|
1454
|
+
},
|
750
1455
|
"InvalidCommitException":{
|
751
1456
|
"type":"structure",
|
752
1457
|
"members":{
|
@@ -765,12 +1470,42 @@
|
|
765
1470
|
},
|
766
1471
|
"exception":true
|
767
1472
|
},
|
1473
|
+
"InvalidDescriptionException":{
|
1474
|
+
"type":"structure",
|
1475
|
+
"members":{
|
1476
|
+
},
|
1477
|
+
"exception":true
|
1478
|
+
},
|
1479
|
+
"InvalidDestinationCommitSpecifierException":{
|
1480
|
+
"type":"structure",
|
1481
|
+
"members":{
|
1482
|
+
},
|
1483
|
+
"exception":true
|
1484
|
+
},
|
1485
|
+
"InvalidFileLocationException":{
|
1486
|
+
"type":"structure",
|
1487
|
+
"members":{
|
1488
|
+
},
|
1489
|
+
"exception":true
|
1490
|
+
},
|
1491
|
+
"InvalidFilePositionException":{
|
1492
|
+
"type":"structure",
|
1493
|
+
"members":{
|
1494
|
+
},
|
1495
|
+
"exception":true
|
1496
|
+
},
|
768
1497
|
"InvalidMaxResultsException":{
|
769
1498
|
"type":"structure",
|
770
1499
|
"members":{
|
771
1500
|
},
|
772
1501
|
"exception":true
|
773
1502
|
},
|
1503
|
+
"InvalidMergeOptionException":{
|
1504
|
+
"type":"structure",
|
1505
|
+
"members":{
|
1506
|
+
},
|
1507
|
+
"exception":true
|
1508
|
+
},
|
774
1509
|
"InvalidOrderException":{
|
775
1510
|
"type":"structure",
|
776
1511
|
"members":{
|
@@ -783,6 +1518,42 @@
|
|
783
1518
|
},
|
784
1519
|
"exception":true
|
785
1520
|
},
|
1521
|
+
"InvalidPullRequestEventTypeException":{
|
1522
|
+
"type":"structure",
|
1523
|
+
"members":{
|
1524
|
+
},
|
1525
|
+
"exception":true
|
1526
|
+
},
|
1527
|
+
"InvalidPullRequestIdException":{
|
1528
|
+
"type":"structure",
|
1529
|
+
"members":{
|
1530
|
+
},
|
1531
|
+
"exception":true
|
1532
|
+
},
|
1533
|
+
"InvalidPullRequestStatusException":{
|
1534
|
+
"type":"structure",
|
1535
|
+
"members":{
|
1536
|
+
},
|
1537
|
+
"exception":true
|
1538
|
+
},
|
1539
|
+
"InvalidPullRequestStatusUpdateException":{
|
1540
|
+
"type":"structure",
|
1541
|
+
"members":{
|
1542
|
+
},
|
1543
|
+
"exception":true
|
1544
|
+
},
|
1545
|
+
"InvalidReferenceNameException":{
|
1546
|
+
"type":"structure",
|
1547
|
+
"members":{
|
1548
|
+
},
|
1549
|
+
"exception":true
|
1550
|
+
},
|
1551
|
+
"InvalidRelativeFileVersionEnumException":{
|
1552
|
+
"type":"structure",
|
1553
|
+
"members":{
|
1554
|
+
},
|
1555
|
+
"exception":true
|
1556
|
+
},
|
786
1557
|
"InvalidRepositoryDescriptionException":{
|
787
1558
|
"type":"structure",
|
788
1559
|
"members":{
|
@@ -837,6 +1608,33 @@
|
|
837
1608
|
},
|
838
1609
|
"exception":true
|
839
1610
|
},
|
1611
|
+
"InvalidSourceCommitSpecifierException":{
|
1612
|
+
"type":"structure",
|
1613
|
+
"members":{
|
1614
|
+
},
|
1615
|
+
"exception":true
|
1616
|
+
},
|
1617
|
+
"InvalidTargetException":{
|
1618
|
+
"type":"structure",
|
1619
|
+
"members":{
|
1620
|
+
},
|
1621
|
+
"exception":true
|
1622
|
+
},
|
1623
|
+
"InvalidTargetsException":{
|
1624
|
+
"type":"structure",
|
1625
|
+
"members":{
|
1626
|
+
},
|
1627
|
+
"exception":true
|
1628
|
+
},
|
1629
|
+
"InvalidTitleException":{
|
1630
|
+
"type":"structure",
|
1631
|
+
"members":{
|
1632
|
+
},
|
1633
|
+
"exception":true
|
1634
|
+
},
|
1635
|
+
"IsCommentDeleted":{"type":"boolean"},
|
1636
|
+
"IsMergeable":{"type":"boolean"},
|
1637
|
+
"IsMerged":{"type":"boolean"},
|
840
1638
|
"LastModifiedDate":{"type":"timestamp"},
|
841
1639
|
"Limit":{
|
842
1640
|
"type":"integer",
|
@@ -857,6 +1655,25 @@
|
|
857
1655
|
"nextToken":{"shape":"NextToken"}
|
858
1656
|
}
|
859
1657
|
},
|
1658
|
+
"ListPullRequestsInput":{
|
1659
|
+
"type":"structure",
|
1660
|
+
"required":["repositoryName"],
|
1661
|
+
"members":{
|
1662
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1663
|
+
"authorArn":{"shape":"Arn"},
|
1664
|
+
"pullRequestStatus":{"shape":"PullRequestStatusEnum"},
|
1665
|
+
"nextToken":{"shape":"NextToken"},
|
1666
|
+
"maxResults":{"shape":"MaxResults"}
|
1667
|
+
}
|
1668
|
+
},
|
1669
|
+
"ListPullRequestsOutput":{
|
1670
|
+
"type":"structure",
|
1671
|
+
"required":["pullRequestIds"],
|
1672
|
+
"members":{
|
1673
|
+
"pullRequestIds":{"shape":"PullRequestIdList"},
|
1674
|
+
"nextToken":{"shape":"NextToken"}
|
1675
|
+
}
|
1676
|
+
},
|
860
1677
|
"ListRepositoriesInput":{
|
861
1678
|
"type":"structure",
|
862
1679
|
"members":{
|
@@ -872,12 +1689,33 @@
|
|
872
1689
|
"nextToken":{"shape":"NextToken"}
|
873
1690
|
}
|
874
1691
|
},
|
1692
|
+
"Location":{
|
1693
|
+
"type":"structure",
|
1694
|
+
"members":{
|
1695
|
+
"filePath":{"shape":"Path"},
|
1696
|
+
"filePosition":{"shape":"Position"},
|
1697
|
+
"relativeFileVersion":{"shape":"RelativeFileVersionEnum"}
|
1698
|
+
}
|
1699
|
+
},
|
1700
|
+
"ManualMergeRequiredException":{
|
1701
|
+
"type":"structure",
|
1702
|
+
"members":{
|
1703
|
+
},
|
1704
|
+
"exception":true
|
1705
|
+
},
|
1706
|
+
"MaxResults":{"type":"integer"},
|
875
1707
|
"MaximumBranchesExceededException":{
|
876
1708
|
"type":"structure",
|
877
1709
|
"members":{
|
878
1710
|
},
|
879
1711
|
"exception":true
|
880
1712
|
},
|
1713
|
+
"MaximumOpenPullRequestsExceededException":{
|
1714
|
+
"type":"structure",
|
1715
|
+
"members":{
|
1716
|
+
},
|
1717
|
+
"exception":true
|
1718
|
+
},
|
881
1719
|
"MaximumRepositoryNamesExceededException":{
|
882
1720
|
"type":"structure",
|
883
1721
|
"members":{
|
@@ -890,8 +1728,49 @@
|
|
890
1728
|
},
|
891
1729
|
"exception":true
|
892
1730
|
},
|
1731
|
+
"MergeMetadata":{
|
1732
|
+
"type":"structure",
|
1733
|
+
"members":{
|
1734
|
+
"isMerged":{"shape":"IsMerged"},
|
1735
|
+
"mergedBy":{"shape":"Arn"}
|
1736
|
+
}
|
1737
|
+
},
|
1738
|
+
"MergeOptionRequiredException":{
|
1739
|
+
"type":"structure",
|
1740
|
+
"members":{
|
1741
|
+
},
|
1742
|
+
"exception":true
|
1743
|
+
},
|
1744
|
+
"MergeOptionTypeEnum":{
|
1745
|
+
"type":"string",
|
1746
|
+
"enum":["FAST_FORWARD_MERGE"]
|
1747
|
+
},
|
1748
|
+
"MergePullRequestByFastForwardInput":{
|
1749
|
+
"type":"structure",
|
1750
|
+
"required":[
|
1751
|
+
"pullRequestId",
|
1752
|
+
"repositoryName"
|
1753
|
+
],
|
1754
|
+
"members":{
|
1755
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
1756
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1757
|
+
"sourceCommitId":{"shape":"CommitId"}
|
1758
|
+
}
|
1759
|
+
},
|
1760
|
+
"MergePullRequestByFastForwardOutput":{
|
1761
|
+
"type":"structure",
|
1762
|
+
"members":{
|
1763
|
+
"pullRequest":{"shape":"PullRequest"}
|
1764
|
+
}
|
1765
|
+
},
|
893
1766
|
"Message":{"type":"string"},
|
894
1767
|
"Mode":{"type":"string"},
|
1768
|
+
"MultipleRepositoriesInPullRequestException":{
|
1769
|
+
"type":"structure",
|
1770
|
+
"members":{
|
1771
|
+
},
|
1772
|
+
"exception":true
|
1773
|
+
},
|
895
1774
|
"Name":{"type":"string"},
|
896
1775
|
"NextToken":{"type":"string"},
|
897
1776
|
"ObjectId":{"type":"string"},
|
@@ -913,6 +1792,212 @@
|
|
913
1792
|
},
|
914
1793
|
"exception":true
|
915
1794
|
},
|
1795
|
+
"PathRequiredException":{
|
1796
|
+
"type":"structure",
|
1797
|
+
"members":{
|
1798
|
+
},
|
1799
|
+
"exception":true
|
1800
|
+
},
|
1801
|
+
"Position":{"type":"long"},
|
1802
|
+
"PostCommentForComparedCommitInput":{
|
1803
|
+
"type":"structure",
|
1804
|
+
"required":[
|
1805
|
+
"repositoryName",
|
1806
|
+
"afterCommitId",
|
1807
|
+
"content"
|
1808
|
+
],
|
1809
|
+
"members":{
|
1810
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1811
|
+
"beforeCommitId":{"shape":"CommitId"},
|
1812
|
+
"afterCommitId":{"shape":"CommitId"},
|
1813
|
+
"location":{"shape":"Location"},
|
1814
|
+
"content":{"shape":"Content"},
|
1815
|
+
"clientRequestToken":{
|
1816
|
+
"shape":"ClientRequestToken",
|
1817
|
+
"idempotencyToken":true
|
1818
|
+
}
|
1819
|
+
}
|
1820
|
+
},
|
1821
|
+
"PostCommentForComparedCommitOutput":{
|
1822
|
+
"type":"structure",
|
1823
|
+
"members":{
|
1824
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1825
|
+
"beforeCommitId":{"shape":"CommitId"},
|
1826
|
+
"afterCommitId":{"shape":"CommitId"},
|
1827
|
+
"beforeBlobId":{"shape":"ObjectId"},
|
1828
|
+
"afterBlobId":{"shape":"ObjectId"},
|
1829
|
+
"location":{"shape":"Location"},
|
1830
|
+
"comment":{"shape":"Comment"}
|
1831
|
+
}
|
1832
|
+
},
|
1833
|
+
"PostCommentForPullRequestInput":{
|
1834
|
+
"type":"structure",
|
1835
|
+
"required":[
|
1836
|
+
"pullRequestId",
|
1837
|
+
"repositoryName",
|
1838
|
+
"beforeCommitId",
|
1839
|
+
"afterCommitId",
|
1840
|
+
"content"
|
1841
|
+
],
|
1842
|
+
"members":{
|
1843
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
1844
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1845
|
+
"beforeCommitId":{"shape":"CommitId"},
|
1846
|
+
"afterCommitId":{"shape":"CommitId"},
|
1847
|
+
"location":{"shape":"Location"},
|
1848
|
+
"content":{"shape":"Content"},
|
1849
|
+
"clientRequestToken":{
|
1850
|
+
"shape":"ClientRequestToken",
|
1851
|
+
"idempotencyToken":true
|
1852
|
+
}
|
1853
|
+
}
|
1854
|
+
},
|
1855
|
+
"PostCommentForPullRequestOutput":{
|
1856
|
+
"type":"structure",
|
1857
|
+
"members":{
|
1858
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1859
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
1860
|
+
"beforeCommitId":{"shape":"CommitId"},
|
1861
|
+
"afterCommitId":{"shape":"CommitId"},
|
1862
|
+
"beforeBlobId":{"shape":"ObjectId"},
|
1863
|
+
"afterBlobId":{"shape":"ObjectId"},
|
1864
|
+
"location":{"shape":"Location"},
|
1865
|
+
"comment":{"shape":"Comment"}
|
1866
|
+
}
|
1867
|
+
},
|
1868
|
+
"PostCommentReplyInput":{
|
1869
|
+
"type":"structure",
|
1870
|
+
"required":[
|
1871
|
+
"inReplyTo",
|
1872
|
+
"content"
|
1873
|
+
],
|
1874
|
+
"members":{
|
1875
|
+
"inReplyTo":{"shape":"CommentId"},
|
1876
|
+
"clientRequestToken":{
|
1877
|
+
"shape":"ClientRequestToken",
|
1878
|
+
"idempotencyToken":true
|
1879
|
+
},
|
1880
|
+
"content":{"shape":"Content"}
|
1881
|
+
}
|
1882
|
+
},
|
1883
|
+
"PostCommentReplyOutput":{
|
1884
|
+
"type":"structure",
|
1885
|
+
"members":{
|
1886
|
+
"comment":{"shape":"Comment"}
|
1887
|
+
}
|
1888
|
+
},
|
1889
|
+
"PullRequest":{
|
1890
|
+
"type":"structure",
|
1891
|
+
"members":{
|
1892
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
1893
|
+
"title":{"shape":"Title"},
|
1894
|
+
"description":{"shape":"Description"},
|
1895
|
+
"lastActivityDate":{"shape":"LastModifiedDate"},
|
1896
|
+
"creationDate":{"shape":"CreationDate"},
|
1897
|
+
"pullRequestStatus":{"shape":"PullRequestStatusEnum"},
|
1898
|
+
"authorArn":{"shape":"Arn"},
|
1899
|
+
"pullRequestTargets":{"shape":"PullRequestTargetList"},
|
1900
|
+
"clientRequestToken":{"shape":"ClientRequestToken"}
|
1901
|
+
}
|
1902
|
+
},
|
1903
|
+
"PullRequestAlreadyClosedException":{
|
1904
|
+
"type":"structure",
|
1905
|
+
"members":{
|
1906
|
+
},
|
1907
|
+
"exception":true
|
1908
|
+
},
|
1909
|
+
"PullRequestDoesNotExistException":{
|
1910
|
+
"type":"structure",
|
1911
|
+
"members":{
|
1912
|
+
},
|
1913
|
+
"exception":true
|
1914
|
+
},
|
1915
|
+
"PullRequestEvent":{
|
1916
|
+
"type":"structure",
|
1917
|
+
"members":{
|
1918
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
1919
|
+
"eventDate":{"shape":"EventDate"},
|
1920
|
+
"pullRequestEventType":{"shape":"PullRequestEventType"},
|
1921
|
+
"actorArn":{"shape":"Arn"},
|
1922
|
+
"pullRequestStatusChangedEventMetadata":{"shape":"PullRequestStatusChangedEventMetadata"},
|
1923
|
+
"pullRequestSourceReferenceUpdatedEventMetadata":{"shape":"PullRequestSourceReferenceUpdatedEventMetadata"},
|
1924
|
+
"pullRequestMergedStateChangedEventMetadata":{"shape":"PullRequestMergedStateChangedEventMetadata"}
|
1925
|
+
}
|
1926
|
+
},
|
1927
|
+
"PullRequestEventList":{
|
1928
|
+
"type":"list",
|
1929
|
+
"member":{"shape":"PullRequestEvent"}
|
1930
|
+
},
|
1931
|
+
"PullRequestEventType":{
|
1932
|
+
"type":"string",
|
1933
|
+
"enum":[
|
1934
|
+
"PULL_REQUEST_CREATED",
|
1935
|
+
"PULL_REQUEST_STATUS_CHANGED",
|
1936
|
+
"PULL_REQUEST_SOURCE_REFERENCE_UPDATED",
|
1937
|
+
"PULL_REQUEST_MERGE_STATE_CHANGED"
|
1938
|
+
]
|
1939
|
+
},
|
1940
|
+
"PullRequestId":{"type":"string"},
|
1941
|
+
"PullRequestIdList":{
|
1942
|
+
"type":"list",
|
1943
|
+
"member":{"shape":"PullRequestId"}
|
1944
|
+
},
|
1945
|
+
"PullRequestIdRequiredException":{
|
1946
|
+
"type":"structure",
|
1947
|
+
"members":{
|
1948
|
+
},
|
1949
|
+
"exception":true
|
1950
|
+
},
|
1951
|
+
"PullRequestMergedStateChangedEventMetadata":{
|
1952
|
+
"type":"structure",
|
1953
|
+
"members":{
|
1954
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1955
|
+
"destinationReference":{"shape":"ReferenceName"},
|
1956
|
+
"mergeMetadata":{"shape":"MergeMetadata"}
|
1957
|
+
}
|
1958
|
+
},
|
1959
|
+
"PullRequestSourceReferenceUpdatedEventMetadata":{
|
1960
|
+
"type":"structure",
|
1961
|
+
"members":{
|
1962
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1963
|
+
"beforeCommitId":{"shape":"CommitId"},
|
1964
|
+
"afterCommitId":{"shape":"CommitId"}
|
1965
|
+
}
|
1966
|
+
},
|
1967
|
+
"PullRequestStatusChangedEventMetadata":{
|
1968
|
+
"type":"structure",
|
1969
|
+
"members":{
|
1970
|
+
"pullRequestStatus":{"shape":"PullRequestStatusEnum"}
|
1971
|
+
}
|
1972
|
+
},
|
1973
|
+
"PullRequestStatusEnum":{
|
1974
|
+
"type":"string",
|
1975
|
+
"enum":[
|
1976
|
+
"OPEN",
|
1977
|
+
"CLOSED"
|
1978
|
+
]
|
1979
|
+
},
|
1980
|
+
"PullRequestStatusRequiredException":{
|
1981
|
+
"type":"structure",
|
1982
|
+
"members":{
|
1983
|
+
},
|
1984
|
+
"exception":true
|
1985
|
+
},
|
1986
|
+
"PullRequestTarget":{
|
1987
|
+
"type":"structure",
|
1988
|
+
"members":{
|
1989
|
+
"repositoryName":{"shape":"RepositoryName"},
|
1990
|
+
"sourceReference":{"shape":"ReferenceName"},
|
1991
|
+
"destinationReference":{"shape":"ReferenceName"},
|
1992
|
+
"destinationCommit":{"shape":"CommitId"},
|
1993
|
+
"sourceCommit":{"shape":"CommitId"},
|
1994
|
+
"mergeMetadata":{"shape":"MergeMetadata"}
|
1995
|
+
}
|
1996
|
+
},
|
1997
|
+
"PullRequestTargetList":{
|
1998
|
+
"type":"list",
|
1999
|
+
"member":{"shape":"PullRequestTarget"}
|
2000
|
+
},
|
916
2001
|
"PutRepositoryTriggersInput":{
|
917
2002
|
"type":"structure",
|
918
2003
|
"required":[
|
@@ -930,6 +2015,32 @@
|
|
930
2015
|
"configurationId":{"shape":"RepositoryTriggersConfigurationId"}
|
931
2016
|
}
|
932
2017
|
},
|
2018
|
+
"ReferenceDoesNotExistException":{
|
2019
|
+
"type":"structure",
|
2020
|
+
"members":{
|
2021
|
+
},
|
2022
|
+
"exception":true
|
2023
|
+
},
|
2024
|
+
"ReferenceName":{"type":"string"},
|
2025
|
+
"ReferenceNameRequiredException":{
|
2026
|
+
"type":"structure",
|
2027
|
+
"members":{
|
2028
|
+
},
|
2029
|
+
"exception":true
|
2030
|
+
},
|
2031
|
+
"ReferenceTypeNotSupportedException":{
|
2032
|
+
"type":"structure",
|
2033
|
+
"members":{
|
2034
|
+
},
|
2035
|
+
"exception":true
|
2036
|
+
},
|
2037
|
+
"RelativeFileVersionEnum":{
|
2038
|
+
"type":"string",
|
2039
|
+
"enum":[
|
2040
|
+
"BEFORE",
|
2041
|
+
"AFTER"
|
2042
|
+
]
|
2043
|
+
},
|
933
2044
|
"RepositoryDescription":{
|
934
2045
|
"type":"string",
|
935
2046
|
"max":1000
|
@@ -1005,6 +2116,12 @@
|
|
1005
2116
|
},
|
1006
2117
|
"exception":true
|
1007
2118
|
},
|
2119
|
+
"RepositoryNotAssociatedWithPullRequestException":{
|
2120
|
+
"type":"structure",
|
2121
|
+
"members":{
|
2122
|
+
},
|
2123
|
+
"exception":true
|
2124
|
+
},
|
1008
2125
|
"RepositoryNotFoundList":{
|
1009
2126
|
"type":"list",
|
1010
2127
|
"member":{"shape":"RepositoryName"}
|
@@ -1097,6 +2214,40 @@
|
|
1097
2214
|
"lastModifiedDate"
|
1098
2215
|
]
|
1099
2216
|
},
|
2217
|
+
"SourceAndDestinationAreSameException":{
|
2218
|
+
"type":"structure",
|
2219
|
+
"members":{
|
2220
|
+
},
|
2221
|
+
"exception":true
|
2222
|
+
},
|
2223
|
+
"Target":{
|
2224
|
+
"type":"structure",
|
2225
|
+
"required":[
|
2226
|
+
"repositoryName",
|
2227
|
+
"sourceReference"
|
2228
|
+
],
|
2229
|
+
"members":{
|
2230
|
+
"repositoryName":{"shape":"RepositoryName"},
|
2231
|
+
"sourceReference":{"shape":"ReferenceName"},
|
2232
|
+
"destinationReference":{"shape":"ReferenceName"}
|
2233
|
+
}
|
2234
|
+
},
|
2235
|
+
"TargetList":{
|
2236
|
+
"type":"list",
|
2237
|
+
"member":{"shape":"Target"}
|
2238
|
+
},
|
2239
|
+
"TargetRequiredException":{
|
2240
|
+
"type":"structure",
|
2241
|
+
"members":{
|
2242
|
+
},
|
2243
|
+
"exception":true
|
2244
|
+
},
|
2245
|
+
"TargetsRequiredException":{
|
2246
|
+
"type":"structure",
|
2247
|
+
"members":{
|
2248
|
+
},
|
2249
|
+
"exception":true
|
2250
|
+
},
|
1100
2251
|
"TestRepositoryTriggersInput":{
|
1101
2252
|
"type":"structure",
|
1102
2253
|
"required":[
|
@@ -1115,6 +2266,45 @@
|
|
1115
2266
|
"failedExecutions":{"shape":"RepositoryTriggerExecutionFailureList"}
|
1116
2267
|
}
|
1117
2268
|
},
|
2269
|
+
"TipOfSourceReferenceIsDifferentException":{
|
2270
|
+
"type":"structure",
|
2271
|
+
"members":{
|
2272
|
+
},
|
2273
|
+
"exception":true
|
2274
|
+
},
|
2275
|
+
"TipsDivergenceExceededException":{
|
2276
|
+
"type":"structure",
|
2277
|
+
"members":{
|
2278
|
+
},
|
2279
|
+
"exception":true
|
2280
|
+
},
|
2281
|
+
"Title":{
|
2282
|
+
"type":"string",
|
2283
|
+
"max":150
|
2284
|
+
},
|
2285
|
+
"TitleRequiredException":{
|
2286
|
+
"type":"structure",
|
2287
|
+
"members":{
|
2288
|
+
},
|
2289
|
+
"exception":true
|
2290
|
+
},
|
2291
|
+
"UpdateCommentInput":{
|
2292
|
+
"type":"structure",
|
2293
|
+
"required":[
|
2294
|
+
"commentId",
|
2295
|
+
"content"
|
2296
|
+
],
|
2297
|
+
"members":{
|
2298
|
+
"commentId":{"shape":"CommentId"},
|
2299
|
+
"content":{"shape":"Content"}
|
2300
|
+
}
|
2301
|
+
},
|
2302
|
+
"UpdateCommentOutput":{
|
2303
|
+
"type":"structure",
|
2304
|
+
"members":{
|
2305
|
+
"comment":{"shape":"Comment"}
|
2306
|
+
}
|
2307
|
+
},
|
1118
2308
|
"UpdateDefaultBranchInput":{
|
1119
2309
|
"type":"structure",
|
1120
2310
|
"required":[
|
@@ -1126,6 +2316,60 @@
|
|
1126
2316
|
"defaultBranchName":{"shape":"BranchName"}
|
1127
2317
|
}
|
1128
2318
|
},
|
2319
|
+
"UpdatePullRequestDescriptionInput":{
|
2320
|
+
"type":"structure",
|
2321
|
+
"required":[
|
2322
|
+
"pullRequestId",
|
2323
|
+
"description"
|
2324
|
+
],
|
2325
|
+
"members":{
|
2326
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
2327
|
+
"description":{"shape":"Description"}
|
2328
|
+
}
|
2329
|
+
},
|
2330
|
+
"UpdatePullRequestDescriptionOutput":{
|
2331
|
+
"type":"structure",
|
2332
|
+
"required":["pullRequest"],
|
2333
|
+
"members":{
|
2334
|
+
"pullRequest":{"shape":"PullRequest"}
|
2335
|
+
}
|
2336
|
+
},
|
2337
|
+
"UpdatePullRequestStatusInput":{
|
2338
|
+
"type":"structure",
|
2339
|
+
"required":[
|
2340
|
+
"pullRequestId",
|
2341
|
+
"pullRequestStatus"
|
2342
|
+
],
|
2343
|
+
"members":{
|
2344
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
2345
|
+
"pullRequestStatus":{"shape":"PullRequestStatusEnum"}
|
2346
|
+
}
|
2347
|
+
},
|
2348
|
+
"UpdatePullRequestStatusOutput":{
|
2349
|
+
"type":"structure",
|
2350
|
+
"required":["pullRequest"],
|
2351
|
+
"members":{
|
2352
|
+
"pullRequest":{"shape":"PullRequest"}
|
2353
|
+
}
|
2354
|
+
},
|
2355
|
+
"UpdatePullRequestTitleInput":{
|
2356
|
+
"type":"structure",
|
2357
|
+
"required":[
|
2358
|
+
"pullRequestId",
|
2359
|
+
"title"
|
2360
|
+
],
|
2361
|
+
"members":{
|
2362
|
+
"pullRequestId":{"shape":"PullRequestId"},
|
2363
|
+
"title":{"shape":"Title"}
|
2364
|
+
}
|
2365
|
+
},
|
2366
|
+
"UpdatePullRequestTitleOutput":{
|
2367
|
+
"type":"structure",
|
2368
|
+
"required":["pullRequest"],
|
2369
|
+
"members":{
|
2370
|
+
"pullRequest":{"shape":"PullRequest"}
|
2371
|
+
}
|
2372
|
+
},
|
1129
2373
|
"UpdateRepositoryDescriptionInput":{
|
1130
2374
|
"type":"structure",
|
1131
2375
|
"required":["repositoryName"],
|