aws-sdk-core 2.1.3 → 2.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codecommit/2015-04-13/api-2.json +885 -0
- data/apis/codecommit/2015-04-13/paginators-1.json +14 -0
- data/apis/codepipeline/2015-07-09/api-2.json +1640 -0
- data/apis/ecs/2014-11-13/api-2.json +2 -1
- data/apis/email/2010-12-01/api-2.json +163 -2
- data/apis/iam/2010-05-08/api-2.json +346 -17
- data/apis/sts/2011-06-15/api-2.json +2 -2
- data/lib/aws-sdk-core.rb +4 -8
- data/lib/aws-sdk-core/api/builder.rb +8 -0
- data/lib/aws-sdk-core/api/shape_map.rb +10 -8
- data/lib/aws-sdk-core/codecommit.rb +5 -0
- data/lib/aws-sdk-core/codepipeline.rb +4 -0
- data/lib/aws-sdk-core/type_builder.rb +14 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +8 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45297066425c280fb5729da482a21606433e1926
|
4
|
+
data.tar.gz: 57eddb408a81ce9f4bb9a7dccf264995a8da8c6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 227aae6994229ee90d9b53470121037059fa8d34810c13261021cb792bdb535a3332fe5cc58f6f6daed41fa19dbfde210201276ecb6734cd721472e4bbef1d70
|
7
|
+
data.tar.gz: 569f2a9a56f4771d210c7883b167c8613bc7eec50c10c06180461d909d53859cc614306d7499ca13919d5e754f4becfe654cd1490220520961ff94eaad85a7c5
|
@@ -0,0 +1,885 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2015-04-13",
|
5
|
+
"endpointPrefix":"codecommit",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"serviceAbbreviation":"CodeCommit",
|
8
|
+
"serviceFullName":"AWS CodeCommit",
|
9
|
+
"signatureVersion":"v4",
|
10
|
+
"targetPrefix":"CodeCommit_20150413",
|
11
|
+
"protocol":"json"
|
12
|
+
},
|
13
|
+
"operations":{
|
14
|
+
"BatchGetRepositories":{
|
15
|
+
"name":"BatchGetRepositories",
|
16
|
+
"http":{
|
17
|
+
"method":"POST",
|
18
|
+
"requestUri":"/"
|
19
|
+
},
|
20
|
+
"input":{"shape":"BatchGetRepositoriesInput"},
|
21
|
+
"output":{"shape":"BatchGetRepositoriesOutput"},
|
22
|
+
"errors":[
|
23
|
+
{
|
24
|
+
"shape":"RepositoryNamesRequiredException",
|
25
|
+
"exception":true
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"shape":"MaximumRepositoryNamesExceededException",
|
29
|
+
"exception":true
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"shape":"InvalidRepositoryNameException",
|
33
|
+
"exception":true
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"shape":"EncryptionIntegrityChecksFailedException",
|
37
|
+
"exception":true,
|
38
|
+
"fault":true
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"shape":"EncryptionKeyAccessDeniedException",
|
42
|
+
"exception":true
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"shape":"EncryptionKeyDisabledException",
|
46
|
+
"exception":true
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"shape":"EncryptionKeyNotFoundException",
|
50
|
+
"exception":true
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"shape":"EncryptionKeyUnavailableException",
|
54
|
+
"exception":true
|
55
|
+
}
|
56
|
+
]
|
57
|
+
},
|
58
|
+
"CreateBranch":{
|
59
|
+
"name":"CreateBranch",
|
60
|
+
"http":{
|
61
|
+
"method":"POST",
|
62
|
+
"requestUri":"/"
|
63
|
+
},
|
64
|
+
"input":{"shape":"CreateBranchInput"},
|
65
|
+
"errors":[
|
66
|
+
{
|
67
|
+
"shape":"RepositoryNameRequiredException",
|
68
|
+
"exception":true
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"shape":"InvalidRepositoryNameException",
|
72
|
+
"exception":true
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"shape":"RepositoryDoesNotExistException",
|
76
|
+
"exception":true
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"shape":"BranchNameRequiredException",
|
80
|
+
"exception":true
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"shape":"BranchNameExistsException",
|
84
|
+
"exception":true
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"shape":"InvalidBranchNameException",
|
88
|
+
"exception":true
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"shape":"CommitIdRequiredException",
|
92
|
+
"exception":true
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"shape":"CommitDoesNotExistException",
|
96
|
+
"exception":true
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"shape":"InvalidCommitIdException",
|
100
|
+
"exception":true
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"shape":"EncryptionIntegrityChecksFailedException",
|
104
|
+
"exception":true,
|
105
|
+
"fault":true
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"shape":"EncryptionKeyAccessDeniedException",
|
109
|
+
"exception":true
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"shape":"EncryptionKeyDisabledException",
|
113
|
+
"exception":true
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"shape":"EncryptionKeyNotFoundException",
|
117
|
+
"exception":true
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"shape":"EncryptionKeyUnavailableException",
|
121
|
+
"exception":true
|
122
|
+
}
|
123
|
+
]
|
124
|
+
},
|
125
|
+
"CreateRepository":{
|
126
|
+
"name":"CreateRepository",
|
127
|
+
"http":{
|
128
|
+
"method":"POST",
|
129
|
+
"requestUri":"/"
|
130
|
+
},
|
131
|
+
"input":{"shape":"CreateRepositoryInput"},
|
132
|
+
"output":{"shape":"CreateRepositoryOutput"},
|
133
|
+
"errors":[
|
134
|
+
{
|
135
|
+
"shape":"RepositoryNameExistsException",
|
136
|
+
"exception":true
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"shape":"RepositoryNameRequiredException",
|
140
|
+
"exception":true
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"shape":"InvalidRepositoryNameException",
|
144
|
+
"exception":true
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"shape":"InvalidRepositoryDescriptionException",
|
148
|
+
"exception":true
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"shape":"RepositoryLimitExceededException",
|
152
|
+
"exception":true
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"shape":"EncryptionIntegrityChecksFailedException",
|
156
|
+
"exception":true,
|
157
|
+
"fault":true
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"shape":"EncryptionKeyAccessDeniedException",
|
161
|
+
"exception":true
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"shape":"EncryptionKeyDisabledException",
|
165
|
+
"exception":true
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"shape":"EncryptionKeyNotFoundException",
|
169
|
+
"exception":true
|
170
|
+
},
|
171
|
+
{
|
172
|
+
"shape":"EncryptionKeyUnavailableException",
|
173
|
+
"exception":true
|
174
|
+
}
|
175
|
+
]
|
176
|
+
},
|
177
|
+
"DeleteRepository":{
|
178
|
+
"name":"DeleteRepository",
|
179
|
+
"http":{
|
180
|
+
"method":"POST",
|
181
|
+
"requestUri":"/"
|
182
|
+
},
|
183
|
+
"input":{"shape":"DeleteRepositoryInput"},
|
184
|
+
"output":{"shape":"DeleteRepositoryOutput"},
|
185
|
+
"errors":[
|
186
|
+
{
|
187
|
+
"shape":"RepositoryNameRequiredException",
|
188
|
+
"exception":true
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"shape":"InvalidRepositoryNameException",
|
192
|
+
"exception":true
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"shape":"EncryptionIntegrityChecksFailedException",
|
196
|
+
"exception":true,
|
197
|
+
"fault":true
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"shape":"EncryptionKeyAccessDeniedException",
|
201
|
+
"exception":true
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"shape":"EncryptionKeyDisabledException",
|
205
|
+
"exception":true
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"shape":"EncryptionKeyNotFoundException",
|
209
|
+
"exception":true
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"shape":"EncryptionKeyUnavailableException",
|
213
|
+
"exception":true
|
214
|
+
}
|
215
|
+
]
|
216
|
+
},
|
217
|
+
"GetBranch":{
|
218
|
+
"name":"GetBranch",
|
219
|
+
"http":{
|
220
|
+
"method":"POST",
|
221
|
+
"requestUri":"/"
|
222
|
+
},
|
223
|
+
"input":{"shape":"GetBranchInput"},
|
224
|
+
"output":{"shape":"GetBranchOutput"},
|
225
|
+
"errors":[
|
226
|
+
{
|
227
|
+
"shape":"RepositoryNameRequiredException",
|
228
|
+
"exception":true
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"shape":"RepositoryDoesNotExistException",
|
232
|
+
"exception":true
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"shape":"InvalidRepositoryNameException",
|
236
|
+
"exception":true
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"shape":"BranchNameRequiredException",
|
240
|
+
"exception":true
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"shape":"InvalidBranchNameException",
|
244
|
+
"exception":true
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"shape":"BranchDoesNotExistException",
|
248
|
+
"exception":true
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"shape":"EncryptionIntegrityChecksFailedException",
|
252
|
+
"exception":true,
|
253
|
+
"fault":true
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"shape":"EncryptionKeyAccessDeniedException",
|
257
|
+
"exception":true
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"shape":"EncryptionKeyDisabledException",
|
261
|
+
"exception":true
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"shape":"EncryptionKeyNotFoundException",
|
265
|
+
"exception":true
|
266
|
+
},
|
267
|
+
{
|
268
|
+
"shape":"EncryptionKeyUnavailableException",
|
269
|
+
"exception":true
|
270
|
+
}
|
271
|
+
]
|
272
|
+
},
|
273
|
+
"GetRepository":{
|
274
|
+
"name":"GetRepository",
|
275
|
+
"http":{
|
276
|
+
"method":"POST",
|
277
|
+
"requestUri":"/"
|
278
|
+
},
|
279
|
+
"input":{"shape":"GetRepositoryInput"},
|
280
|
+
"output":{"shape":"GetRepositoryOutput"},
|
281
|
+
"errors":[
|
282
|
+
{
|
283
|
+
"shape":"RepositoryNameRequiredException",
|
284
|
+
"exception":true
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"shape":"RepositoryDoesNotExistException",
|
288
|
+
"exception":true
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"shape":"InvalidRepositoryNameException",
|
292
|
+
"exception":true
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"shape":"EncryptionIntegrityChecksFailedException",
|
296
|
+
"exception":true,
|
297
|
+
"fault":true
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"shape":"EncryptionKeyAccessDeniedException",
|
301
|
+
"exception":true
|
302
|
+
},
|
303
|
+
{
|
304
|
+
"shape":"EncryptionKeyDisabledException",
|
305
|
+
"exception":true
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"shape":"EncryptionKeyNotFoundException",
|
309
|
+
"exception":true
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"shape":"EncryptionKeyUnavailableException",
|
313
|
+
"exception":true
|
314
|
+
}
|
315
|
+
]
|
316
|
+
},
|
317
|
+
"ListBranches":{
|
318
|
+
"name":"ListBranches",
|
319
|
+
"http":{
|
320
|
+
"method":"POST",
|
321
|
+
"requestUri":"/"
|
322
|
+
},
|
323
|
+
"input":{"shape":"ListBranchesInput"},
|
324
|
+
"output":{"shape":"ListBranchesOutput"},
|
325
|
+
"errors":[
|
326
|
+
{
|
327
|
+
"shape":"RepositoryNameRequiredException",
|
328
|
+
"exception":true
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"shape":"RepositoryDoesNotExistException",
|
332
|
+
"exception":true
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"shape":"InvalidRepositoryNameException",
|
336
|
+
"exception":true
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"shape":"EncryptionIntegrityChecksFailedException",
|
340
|
+
"exception":true,
|
341
|
+
"fault":true
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"shape":"EncryptionKeyAccessDeniedException",
|
345
|
+
"exception":true
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"shape":"EncryptionKeyDisabledException",
|
349
|
+
"exception":true
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"shape":"EncryptionKeyNotFoundException",
|
353
|
+
"exception":true
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"shape":"EncryptionKeyUnavailableException",
|
357
|
+
"exception":true
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"shape":"InvalidContinuationTokenException",
|
361
|
+
"exception":true
|
362
|
+
}
|
363
|
+
]
|
364
|
+
},
|
365
|
+
"ListRepositories":{
|
366
|
+
"name":"ListRepositories",
|
367
|
+
"http":{
|
368
|
+
"method":"POST",
|
369
|
+
"requestUri":"/"
|
370
|
+
},
|
371
|
+
"input":{"shape":"ListRepositoriesInput"},
|
372
|
+
"output":{"shape":"ListRepositoriesOutput"},
|
373
|
+
"errors":[
|
374
|
+
{
|
375
|
+
"shape":"InvalidSortByException",
|
376
|
+
"exception":true
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"shape":"InvalidOrderException",
|
380
|
+
"exception":true
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"shape":"InvalidContinuationTokenException",
|
384
|
+
"exception":true
|
385
|
+
}
|
386
|
+
]
|
387
|
+
},
|
388
|
+
"UpdateDefaultBranch":{
|
389
|
+
"name":"UpdateDefaultBranch",
|
390
|
+
"http":{
|
391
|
+
"method":"POST",
|
392
|
+
"requestUri":"/"
|
393
|
+
},
|
394
|
+
"input":{"shape":"UpdateDefaultBranchInput"},
|
395
|
+
"errors":[
|
396
|
+
{
|
397
|
+
"shape":"RepositoryNameRequiredException",
|
398
|
+
"exception":true
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"shape":"RepositoryDoesNotExistException",
|
402
|
+
"exception":true
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"shape":"InvalidRepositoryNameException",
|
406
|
+
"exception":true
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"shape":"BranchNameRequiredException",
|
410
|
+
"exception":true
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"shape":"InvalidBranchNameException",
|
414
|
+
"exception":true
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"shape":"BranchDoesNotExistException",
|
418
|
+
"exception":true
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"shape":"EncryptionIntegrityChecksFailedException",
|
422
|
+
"exception":true,
|
423
|
+
"fault":true
|
424
|
+
},
|
425
|
+
{
|
426
|
+
"shape":"EncryptionKeyAccessDeniedException",
|
427
|
+
"exception":true
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"shape":"EncryptionKeyDisabledException",
|
431
|
+
"exception":true
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"shape":"EncryptionKeyNotFoundException",
|
435
|
+
"exception":true
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"shape":"EncryptionKeyUnavailableException",
|
439
|
+
"exception":true
|
440
|
+
}
|
441
|
+
]
|
442
|
+
},
|
443
|
+
"UpdateRepositoryDescription":{
|
444
|
+
"name":"UpdateRepositoryDescription",
|
445
|
+
"http":{
|
446
|
+
"method":"POST",
|
447
|
+
"requestUri":"/"
|
448
|
+
},
|
449
|
+
"input":{"shape":"UpdateRepositoryDescriptionInput"},
|
450
|
+
"errors":[
|
451
|
+
{
|
452
|
+
"shape":"RepositoryNameRequiredException",
|
453
|
+
"exception":true
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"shape":"RepositoryDoesNotExistException",
|
457
|
+
"exception":true
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"shape":"InvalidRepositoryNameException",
|
461
|
+
"exception":true
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"shape":"InvalidRepositoryDescriptionException",
|
465
|
+
"exception":true
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"shape":"EncryptionIntegrityChecksFailedException",
|
469
|
+
"exception":true,
|
470
|
+
"fault":true
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"shape":"EncryptionKeyAccessDeniedException",
|
474
|
+
"exception":true
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"shape":"EncryptionKeyDisabledException",
|
478
|
+
"exception":true
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"shape":"EncryptionKeyNotFoundException",
|
482
|
+
"exception":true
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"shape":"EncryptionKeyUnavailableException",
|
486
|
+
"exception":true
|
487
|
+
}
|
488
|
+
]
|
489
|
+
},
|
490
|
+
"UpdateRepositoryName":{
|
491
|
+
"name":"UpdateRepositoryName",
|
492
|
+
"http":{
|
493
|
+
"method":"POST",
|
494
|
+
"requestUri":"/"
|
495
|
+
},
|
496
|
+
"input":{"shape":"UpdateRepositoryNameInput"},
|
497
|
+
"errors":[
|
498
|
+
{
|
499
|
+
"shape":"RepositoryDoesNotExistException",
|
500
|
+
"exception":true
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"shape":"RepositoryNameExistsException",
|
504
|
+
"exception":true
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"shape":"RepositoryNameRequiredException",
|
508
|
+
"exception":true
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"shape":"InvalidRepositoryNameException",
|
512
|
+
"exception":true
|
513
|
+
}
|
514
|
+
]
|
515
|
+
}
|
516
|
+
},
|
517
|
+
"shapes":{
|
518
|
+
"AccountId":{"type":"string"},
|
519
|
+
"Arn":{"type":"string"},
|
520
|
+
"BatchGetRepositoriesInput":{
|
521
|
+
"type":"structure",
|
522
|
+
"required":["repositoryNames"],
|
523
|
+
"members":{
|
524
|
+
"repositoryNames":{"shape":"RepositoryNameList"}
|
525
|
+
}
|
526
|
+
},
|
527
|
+
"BatchGetRepositoriesOutput":{
|
528
|
+
"type":"structure",
|
529
|
+
"members":{
|
530
|
+
"repositories":{"shape":"RepositoryMetadataList"},
|
531
|
+
"repositoriesNotFound":{"shape":"RepositoryNotFoundList"}
|
532
|
+
}
|
533
|
+
},
|
534
|
+
"BranchDoesNotExistException":{
|
535
|
+
"type":"structure",
|
536
|
+
"members":{
|
537
|
+
},
|
538
|
+
"exception":true
|
539
|
+
},
|
540
|
+
"BranchInfo":{
|
541
|
+
"type":"structure",
|
542
|
+
"members":{
|
543
|
+
"branchName":{"shape":"BranchName"},
|
544
|
+
"commitId":{"shape":"CommitId"}
|
545
|
+
}
|
546
|
+
},
|
547
|
+
"BranchName":{
|
548
|
+
"type":"string",
|
549
|
+
"min":1,
|
550
|
+
"max":100
|
551
|
+
},
|
552
|
+
"BranchNameExistsException":{
|
553
|
+
"type":"structure",
|
554
|
+
"members":{
|
555
|
+
},
|
556
|
+
"exception":true
|
557
|
+
},
|
558
|
+
"BranchNameList":{
|
559
|
+
"type":"list",
|
560
|
+
"member":{"shape":"BranchName"}
|
561
|
+
},
|
562
|
+
"BranchNameRequiredException":{
|
563
|
+
"type":"structure",
|
564
|
+
"members":{
|
565
|
+
},
|
566
|
+
"exception":true
|
567
|
+
},
|
568
|
+
"CloneUrlHttp":{"type":"string"},
|
569
|
+
"CloneUrlSsh":{"type":"string"},
|
570
|
+
"CommitDoesNotExistException":{
|
571
|
+
"type":"structure",
|
572
|
+
"members":{
|
573
|
+
},
|
574
|
+
"exception":true
|
575
|
+
},
|
576
|
+
"CommitId":{"type":"string"},
|
577
|
+
"CommitIdRequiredException":{
|
578
|
+
"type":"structure",
|
579
|
+
"members":{
|
580
|
+
},
|
581
|
+
"exception":true
|
582
|
+
},
|
583
|
+
"CreateBranchInput":{
|
584
|
+
"type":"structure",
|
585
|
+
"required":[
|
586
|
+
"repositoryName",
|
587
|
+
"branchName",
|
588
|
+
"commitId"
|
589
|
+
],
|
590
|
+
"members":{
|
591
|
+
"repositoryName":{"shape":"RepositoryName"},
|
592
|
+
"branchName":{"shape":"BranchName"},
|
593
|
+
"commitId":{"shape":"CommitId"}
|
594
|
+
}
|
595
|
+
},
|
596
|
+
"CreateRepositoryInput":{
|
597
|
+
"type":"structure",
|
598
|
+
"required":["repositoryName"],
|
599
|
+
"members":{
|
600
|
+
"repositoryName":{"shape":"RepositoryName"},
|
601
|
+
"repositoryDescription":{"shape":"RepositoryDescription"}
|
602
|
+
}
|
603
|
+
},
|
604
|
+
"CreateRepositoryOutput":{
|
605
|
+
"type":"structure",
|
606
|
+
"members":{
|
607
|
+
"repositoryMetadata":{"shape":"RepositoryMetadata"}
|
608
|
+
}
|
609
|
+
},
|
610
|
+
"CreationDate":{"type":"timestamp"},
|
611
|
+
"DeleteRepositoryInput":{
|
612
|
+
"type":"structure",
|
613
|
+
"required":["repositoryName"],
|
614
|
+
"members":{
|
615
|
+
"repositoryName":{"shape":"RepositoryName"}
|
616
|
+
}
|
617
|
+
},
|
618
|
+
"DeleteRepositoryOutput":{
|
619
|
+
"type":"structure",
|
620
|
+
"members":{
|
621
|
+
"repositoryId":{"shape":"RepositoryId"}
|
622
|
+
}
|
623
|
+
},
|
624
|
+
"EncryptionIntegrityChecksFailedException":{
|
625
|
+
"type":"structure",
|
626
|
+
"members":{
|
627
|
+
},
|
628
|
+
"exception":true,
|
629
|
+
"fault":true
|
630
|
+
},
|
631
|
+
"EncryptionKeyAccessDeniedException":{
|
632
|
+
"type":"structure",
|
633
|
+
"members":{
|
634
|
+
},
|
635
|
+
"exception":true
|
636
|
+
},
|
637
|
+
"EncryptionKeyDisabledException":{
|
638
|
+
"type":"structure",
|
639
|
+
"members":{
|
640
|
+
},
|
641
|
+
"exception":true
|
642
|
+
},
|
643
|
+
"EncryptionKeyNotFoundException":{
|
644
|
+
"type":"structure",
|
645
|
+
"members":{
|
646
|
+
},
|
647
|
+
"exception":true
|
648
|
+
},
|
649
|
+
"EncryptionKeyUnavailableException":{
|
650
|
+
"type":"structure",
|
651
|
+
"members":{
|
652
|
+
},
|
653
|
+
"exception":true
|
654
|
+
},
|
655
|
+
"GetBranchInput":{
|
656
|
+
"type":"structure",
|
657
|
+
"members":{
|
658
|
+
"repositoryName":{"shape":"RepositoryName"},
|
659
|
+
"branchName":{"shape":"BranchName"}
|
660
|
+
}
|
661
|
+
},
|
662
|
+
"GetBranchOutput":{
|
663
|
+
"type":"structure",
|
664
|
+
"members":{
|
665
|
+
"branch":{"shape":"BranchInfo"}
|
666
|
+
}
|
667
|
+
},
|
668
|
+
"GetRepositoryInput":{
|
669
|
+
"type":"structure",
|
670
|
+
"required":["repositoryName"],
|
671
|
+
"members":{
|
672
|
+
"repositoryName":{"shape":"RepositoryName"}
|
673
|
+
}
|
674
|
+
},
|
675
|
+
"GetRepositoryOutput":{
|
676
|
+
"type":"structure",
|
677
|
+
"members":{
|
678
|
+
"repositoryMetadata":{"shape":"RepositoryMetadata"}
|
679
|
+
}
|
680
|
+
},
|
681
|
+
"InvalidBranchNameException":{
|
682
|
+
"type":"structure",
|
683
|
+
"members":{
|
684
|
+
},
|
685
|
+
"exception":true
|
686
|
+
},
|
687
|
+
"InvalidCommitIdException":{
|
688
|
+
"type":"structure",
|
689
|
+
"members":{
|
690
|
+
},
|
691
|
+
"exception":true
|
692
|
+
},
|
693
|
+
"InvalidContinuationTokenException":{
|
694
|
+
"type":"structure",
|
695
|
+
"members":{
|
696
|
+
},
|
697
|
+
"exception":true
|
698
|
+
},
|
699
|
+
"InvalidOrderException":{
|
700
|
+
"type":"structure",
|
701
|
+
"members":{
|
702
|
+
},
|
703
|
+
"exception":true
|
704
|
+
},
|
705
|
+
"InvalidRepositoryDescriptionException":{
|
706
|
+
"type":"structure",
|
707
|
+
"members":{
|
708
|
+
},
|
709
|
+
"exception":true
|
710
|
+
},
|
711
|
+
"InvalidRepositoryNameException":{
|
712
|
+
"type":"structure",
|
713
|
+
"members":{
|
714
|
+
},
|
715
|
+
"exception":true
|
716
|
+
},
|
717
|
+
"InvalidSortByException":{
|
718
|
+
"type":"structure",
|
719
|
+
"members":{
|
720
|
+
},
|
721
|
+
"exception":true
|
722
|
+
},
|
723
|
+
"LastModifiedDate":{"type":"timestamp"},
|
724
|
+
"ListBranchesInput":{
|
725
|
+
"type":"structure",
|
726
|
+
"required":["repositoryName"],
|
727
|
+
"members":{
|
728
|
+
"repositoryName":{"shape":"RepositoryName"},
|
729
|
+
"nextToken":{"shape":"NextToken"}
|
730
|
+
}
|
731
|
+
},
|
732
|
+
"ListBranchesOutput":{
|
733
|
+
"type":"structure",
|
734
|
+
"members":{
|
735
|
+
"branches":{"shape":"BranchNameList"},
|
736
|
+
"nextToken":{"shape":"NextToken"}
|
737
|
+
}
|
738
|
+
},
|
739
|
+
"ListRepositoriesInput":{
|
740
|
+
"type":"structure",
|
741
|
+
"members":{
|
742
|
+
"nextToken":{"shape":"NextToken"},
|
743
|
+
"sortBy":{"shape":"SortByEnum"},
|
744
|
+
"order":{"shape":"OrderEnum"}
|
745
|
+
}
|
746
|
+
},
|
747
|
+
"ListRepositoriesOutput":{
|
748
|
+
"type":"structure",
|
749
|
+
"members":{
|
750
|
+
"repositories":{"shape":"RepositoryNameIdPairList"},
|
751
|
+
"nextToken":{"shape":"NextToken"}
|
752
|
+
}
|
753
|
+
},
|
754
|
+
"MaximumRepositoryNamesExceededException":{
|
755
|
+
"type":"structure",
|
756
|
+
"members":{
|
757
|
+
},
|
758
|
+
"exception":true
|
759
|
+
},
|
760
|
+
"NextToken":{"type":"string"},
|
761
|
+
"OrderEnum":{
|
762
|
+
"type":"string",
|
763
|
+
"enum":[
|
764
|
+
"ascending",
|
765
|
+
"descending"
|
766
|
+
]
|
767
|
+
},
|
768
|
+
"RepositoryDescription":{
|
769
|
+
"type":"string",
|
770
|
+
"max":1000
|
771
|
+
},
|
772
|
+
"RepositoryDoesNotExistException":{
|
773
|
+
"type":"structure",
|
774
|
+
"members":{
|
775
|
+
},
|
776
|
+
"exception":true
|
777
|
+
},
|
778
|
+
"RepositoryId":{"type":"string"},
|
779
|
+
"RepositoryLimitExceededException":{
|
780
|
+
"type":"structure",
|
781
|
+
"members":{
|
782
|
+
},
|
783
|
+
"exception":true
|
784
|
+
},
|
785
|
+
"RepositoryMetadata":{
|
786
|
+
"type":"structure",
|
787
|
+
"members":{
|
788
|
+
"accountId":{"shape":"AccountId"},
|
789
|
+
"repositoryId":{"shape":"RepositoryId"},
|
790
|
+
"repositoryName":{"shape":"RepositoryName"},
|
791
|
+
"repositoryDescription":{"shape":"RepositoryDescription"},
|
792
|
+
"defaultBranch":{"shape":"BranchName"},
|
793
|
+
"lastModifiedDate":{"shape":"LastModifiedDate"},
|
794
|
+
"creationDate":{"shape":"CreationDate"},
|
795
|
+
"cloneUrlHttp":{"shape":"CloneUrlHttp"},
|
796
|
+
"cloneUrlSsh":{"shape":"CloneUrlSsh"},
|
797
|
+
"Arn":{"shape":"Arn"}
|
798
|
+
}
|
799
|
+
},
|
800
|
+
"RepositoryMetadataList":{
|
801
|
+
"type":"list",
|
802
|
+
"member":{"shape":"RepositoryMetadata"}
|
803
|
+
},
|
804
|
+
"RepositoryName":{
|
805
|
+
"type":"string",
|
806
|
+
"min":1,
|
807
|
+
"max":100,
|
808
|
+
"pattern":"[\\\\w\\\\.-]+"
|
809
|
+
},
|
810
|
+
"RepositoryNameExistsException":{
|
811
|
+
"type":"structure",
|
812
|
+
"members":{
|
813
|
+
},
|
814
|
+
"exception":true
|
815
|
+
},
|
816
|
+
"RepositoryNameIdPair":{
|
817
|
+
"type":"structure",
|
818
|
+
"members":{
|
819
|
+
"repositoryName":{"shape":"RepositoryName"},
|
820
|
+
"repositoryId":{"shape":"RepositoryId"}
|
821
|
+
}
|
822
|
+
},
|
823
|
+
"RepositoryNameIdPairList":{
|
824
|
+
"type":"list",
|
825
|
+
"member":{"shape":"RepositoryNameIdPair"}
|
826
|
+
},
|
827
|
+
"RepositoryNameList":{
|
828
|
+
"type":"list",
|
829
|
+
"member":{"shape":"RepositoryName"}
|
830
|
+
},
|
831
|
+
"RepositoryNameRequiredException":{
|
832
|
+
"type":"structure",
|
833
|
+
"members":{
|
834
|
+
},
|
835
|
+
"exception":true
|
836
|
+
},
|
837
|
+
"RepositoryNamesRequiredException":{
|
838
|
+
"type":"structure",
|
839
|
+
"members":{
|
840
|
+
},
|
841
|
+
"exception":true
|
842
|
+
},
|
843
|
+
"RepositoryNotFoundList":{
|
844
|
+
"type":"list",
|
845
|
+
"member":{"shape":"RepositoryName"}
|
846
|
+
},
|
847
|
+
"SortByEnum":{
|
848
|
+
"type":"string",
|
849
|
+
"enum":[
|
850
|
+
"repositoryName",
|
851
|
+
"lastModifiedDate"
|
852
|
+
]
|
853
|
+
},
|
854
|
+
"UpdateDefaultBranchInput":{
|
855
|
+
"type":"structure",
|
856
|
+
"required":[
|
857
|
+
"repositoryName",
|
858
|
+
"defaultBranchName"
|
859
|
+
],
|
860
|
+
"members":{
|
861
|
+
"repositoryName":{"shape":"RepositoryName"},
|
862
|
+
"defaultBranchName":{"shape":"BranchName"}
|
863
|
+
}
|
864
|
+
},
|
865
|
+
"UpdateRepositoryDescriptionInput":{
|
866
|
+
"type":"structure",
|
867
|
+
"required":["repositoryName"],
|
868
|
+
"members":{
|
869
|
+
"repositoryName":{"shape":"RepositoryName"},
|
870
|
+
"repositoryDescription":{"shape":"RepositoryDescription"}
|
871
|
+
}
|
872
|
+
},
|
873
|
+
"UpdateRepositoryNameInput":{
|
874
|
+
"type":"structure",
|
875
|
+
"required":[
|
876
|
+
"oldName",
|
877
|
+
"newName"
|
878
|
+
],
|
879
|
+
"members":{
|
880
|
+
"oldName":{"shape":"RepositoryName"},
|
881
|
+
"newName":{"shape":"RepositoryName"}
|
882
|
+
}
|
883
|
+
}
|
884
|
+
}
|
885
|
+
}
|