aws-sdk-core 2.6.30 → 2.6.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigateway/2015-07-09/api-2.json +503 -4
  3. data/apis/appstream/2016-12-01/api-2.json +820 -0
  4. data/apis/appstream/2016-12-01/examples-1.json +5 -0
  5. data/apis/appstream/2016-12-01/waiters-2.json +55 -0
  6. data/apis/codebuild/2016-10-06/api-2.json +702 -0
  7. data/apis/codebuild/2016-10-06/examples-1.json +5 -0
  8. data/apis/directconnect/2012-10-25/api-2.json +112 -9
  9. data/apis/ec2/2016-11-15/api-2.json +15025 -0
  10. data/apis/ec2/2016-11-15/examples-1.json +3740 -0
  11. data/apis/ec2/2016-11-15/paginators-1.json +138 -0
  12. data/apis/ec2/2016-11-15/resources-1.json +2582 -0
  13. data/apis/ec2/2016-11-15/waiters-2.json +593 -0
  14. data/apis/elasticbeanstalk/2010-12-01/api-2.json +53 -4
  15. data/apis/health/2016-08-04/api-2.json +547 -0
  16. data/apis/health/2016-08-04/examples-1.json +5 -0
  17. data/apis/health/2016-08-04/paginators-1.json +31 -0
  18. data/apis/lambda/2015-03-31/api-2.json +81 -11
  19. data/apis/opsworkscm/2016-11-01/api-2.json +712 -0
  20. data/apis/opsworkscm/2016-11-01/examples-1.json +5 -0
  21. data/apis/pinpoint/2016-12-01/api-2.json +2793 -0
  22. data/apis/pinpoint/2016-12-01/examples-1.json +5 -0
  23. data/apis/shield/2016-06-02/api-2.json +494 -0
  24. data/apis/shield/2016-06-02/examples-1.json +5 -0
  25. data/apis/ssm/2014-11-06/api-2.json +2671 -117
  26. data/apis/states/2016-11-23/api-2.json +1021 -0
  27. data/apis/states/2016-11-23/examples-1.json +5 -0
  28. data/apis/states/2016-11-23/paginators-1.json +28 -0
  29. data/apis/xray/2016-04-12/api-2.json +491 -0
  30. data/apis/xray/2016-04-12/examples-1.json +5 -0
  31. data/endpoints.json +82 -0
  32. data/lib/aws-sdk-core.rb +8 -0
  33. data/lib/aws-sdk-core/appstream.rb +6 -0
  34. data/lib/aws-sdk-core/codebuild.rb +5 -0
  35. data/lib/aws-sdk-core/ec2.rb +6 -6
  36. data/lib/aws-sdk-core/health.rb +6 -0
  37. data/lib/aws-sdk-core/opsworkscm.rb +5 -0
  38. data/lib/aws-sdk-core/pinpoint.rb +5 -0
  39. data/lib/aws-sdk-core/shield.rb +5 -0
  40. data/lib/aws-sdk-core/states.rb +6 -0
  41. data/lib/aws-sdk-core/version.rb +1 -1
  42. data/lib/aws-sdk-core/xray.rb +5 -0
  43. data/service-models.json +33 -1
  44. metadata +34 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "FleetStarted": {
5
+ "delay": 30,
6
+ "maxAttempts": 40,
7
+ "operation": "DescribeFleets",
8
+ "acceptors": [
9
+ {
10
+ "state": "success",
11
+ "matcher": "pathAll",
12
+ "argument": "fleets[].state",
13
+ "expected": "ACTIVE"
14
+ },
15
+ {
16
+ "state": "failure",
17
+ "matcher": "pathAny",
18
+ "argument": "fleets[].state",
19
+ "expected": "PENDING_DEACTIVATE"
20
+ },
21
+ {
22
+ "state": "failure",
23
+ "matcher": "pathAny",
24
+ "argument": "fleets[].state",
25
+ "expected": "INACTIVE"
26
+ }
27
+ ]
28
+ },
29
+ "FleetStopped": {
30
+ "delay": 30,
31
+ "maxAttempts": 40,
32
+ "operation": "DescribeFleets",
33
+ "acceptors": [
34
+ {
35
+ "state": "success",
36
+ "matcher": "pathAll",
37
+ "argument": "fleets[].state",
38
+ "expected": "INACTIVE"
39
+ },
40
+ {
41
+ "state": "failure",
42
+ "matcher": "pathAny",
43
+ "argument": "fleets[].state",
44
+ "expected": "PENDING_ACTIVATE"
45
+ },
46
+ {
47
+ "state": "failure",
48
+ "matcher": "pathAny",
49
+ "argument": "fleets[].state",
50
+ "expected": "ACTIVE"
51
+ }
52
+ ]
53
+ }
54
+ }
55
+ }
@@ -0,0 +1,702 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2016-10-06",
5
+ "endpointPrefix":"codebuild",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWS CodeBuild",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"CodeBuild_20161006",
11
+ "uid":"codebuild-2016-10-06"
12
+ },
13
+ "operations":{
14
+ "BatchGetBuilds":{
15
+ "name":"BatchGetBuilds",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"BatchGetBuildsInput"},
21
+ "output":{"shape":"BatchGetBuildsOutput"},
22
+ "errors":[
23
+ {"shape":"InvalidInputException"}
24
+ ]
25
+ },
26
+ "BatchGetProjects":{
27
+ "name":"BatchGetProjects",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/"
31
+ },
32
+ "input":{"shape":"BatchGetProjectsInput"},
33
+ "output":{"shape":"BatchGetProjectsOutput"},
34
+ "errors":[
35
+ {"shape":"InvalidInputException"}
36
+ ]
37
+ },
38
+ "CreateProject":{
39
+ "name":"CreateProject",
40
+ "http":{
41
+ "method":"POST",
42
+ "requestUri":"/"
43
+ },
44
+ "input":{"shape":"CreateProjectInput"},
45
+ "output":{"shape":"CreateProjectOutput"},
46
+ "errors":[
47
+ {"shape":"InvalidInputException"},
48
+ {"shape":"ResourceAlreadyExistsException"},
49
+ {"shape":"AccountLimitExceededException"}
50
+ ]
51
+ },
52
+ "DeleteProject":{
53
+ "name":"DeleteProject",
54
+ "http":{
55
+ "method":"POST",
56
+ "requestUri":"/"
57
+ },
58
+ "input":{"shape":"DeleteProjectInput"},
59
+ "output":{"shape":"DeleteProjectOutput"},
60
+ "errors":[
61
+ {"shape":"InvalidInputException"}
62
+ ]
63
+ },
64
+ "ListBuilds":{
65
+ "name":"ListBuilds",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/"
69
+ },
70
+ "input":{"shape":"ListBuildsInput"},
71
+ "output":{"shape":"ListBuildsOutput"},
72
+ "errors":[
73
+ {"shape":"InvalidInputException"}
74
+ ]
75
+ },
76
+ "ListBuildsForProject":{
77
+ "name":"ListBuildsForProject",
78
+ "http":{
79
+ "method":"POST",
80
+ "requestUri":"/"
81
+ },
82
+ "input":{"shape":"ListBuildsForProjectInput"},
83
+ "output":{"shape":"ListBuildsForProjectOutput"},
84
+ "errors":[
85
+ {"shape":"InvalidInputException"},
86
+ {"shape":"ResourceNotFoundException"}
87
+ ]
88
+ },
89
+ "ListCuratedEnvironmentImages":{
90
+ "name":"ListCuratedEnvironmentImages",
91
+ "http":{
92
+ "method":"POST",
93
+ "requestUri":"/"
94
+ },
95
+ "input":{"shape":"ListCuratedEnvironmentImagesInput"},
96
+ "output":{"shape":"ListCuratedEnvironmentImagesOutput"}
97
+ },
98
+ "ListProjects":{
99
+ "name":"ListProjects",
100
+ "http":{
101
+ "method":"POST",
102
+ "requestUri":"/"
103
+ },
104
+ "input":{"shape":"ListProjectsInput"},
105
+ "output":{"shape":"ListProjectsOutput"},
106
+ "errors":[
107
+ {"shape":"InvalidInputException"}
108
+ ]
109
+ },
110
+ "StartBuild":{
111
+ "name":"StartBuild",
112
+ "http":{
113
+ "method":"POST",
114
+ "requestUri":"/"
115
+ },
116
+ "input":{"shape":"StartBuildInput"},
117
+ "output":{"shape":"StartBuildOutput"},
118
+ "errors":[
119
+ {"shape":"InvalidInputException"},
120
+ {"shape":"ResourceNotFoundException"},
121
+ {"shape":"AccountLimitExceededException"}
122
+ ]
123
+ },
124
+ "StopBuild":{
125
+ "name":"StopBuild",
126
+ "http":{
127
+ "method":"POST",
128
+ "requestUri":"/"
129
+ },
130
+ "input":{"shape":"StopBuildInput"},
131
+ "output":{"shape":"StopBuildOutput"},
132
+ "errors":[
133
+ {"shape":"InvalidInputException"},
134
+ {"shape":"ResourceNotFoundException"}
135
+ ]
136
+ },
137
+ "UpdateProject":{
138
+ "name":"UpdateProject",
139
+ "http":{
140
+ "method":"POST",
141
+ "requestUri":"/"
142
+ },
143
+ "input":{"shape":"UpdateProjectInput"},
144
+ "output":{"shape":"UpdateProjectOutput"},
145
+ "errors":[
146
+ {"shape":"InvalidInputException"},
147
+ {"shape":"ResourceNotFoundException"}
148
+ ]
149
+ }
150
+ },
151
+ "shapes":{
152
+ "AccountLimitExceededException":{
153
+ "type":"structure",
154
+ "members":{
155
+ },
156
+ "exception":true
157
+ },
158
+ "ArtifactNamespace":{
159
+ "type":"string",
160
+ "enum":[
161
+ "NONE",
162
+ "BUILD_ID"
163
+ ]
164
+ },
165
+ "ArtifactPackaging":{
166
+ "type":"string",
167
+ "enum":[
168
+ "NONE",
169
+ "ZIP"
170
+ ]
171
+ },
172
+ "ArtifactsType":{
173
+ "type":"string",
174
+ "enum":[
175
+ "CODEPIPELINE",
176
+ "S3",
177
+ "NO_ARTIFACTS"
178
+ ]
179
+ },
180
+ "BatchGetBuildsInput":{
181
+ "type":"structure",
182
+ "required":["ids"],
183
+ "members":{
184
+ "ids":{"shape":"BuildIds"}
185
+ }
186
+ },
187
+ "BatchGetBuildsOutput":{
188
+ "type":"structure",
189
+ "members":{
190
+ "builds":{"shape":"Builds"},
191
+ "buildsNotFound":{"shape":"BuildIds"}
192
+ }
193
+ },
194
+ "BatchGetProjectsInput":{
195
+ "type":"structure",
196
+ "required":["names"],
197
+ "members":{
198
+ "names":{"shape":"ProjectNames"}
199
+ }
200
+ },
201
+ "BatchGetProjectsOutput":{
202
+ "type":"structure",
203
+ "members":{
204
+ "projects":{"shape":"Projects"},
205
+ "projectsNotFound":{"shape":"ProjectNames"}
206
+ }
207
+ },
208
+ "Boolean":{"type":"boolean"},
209
+ "Build":{
210
+ "type":"structure",
211
+ "members":{
212
+ "id":{"shape":"NonEmptyString"},
213
+ "arn":{"shape":"NonEmptyString"},
214
+ "startTime":{"shape":"Timestamp"},
215
+ "endTime":{"shape":"Timestamp"},
216
+ "currentPhase":{"shape":"String"},
217
+ "buildStatus":{"shape":"StatusType"},
218
+ "sourceVersion":{"shape":"NonEmptyString"},
219
+ "projectName":{"shape":"NonEmptyString"},
220
+ "phases":{"shape":"BuildPhases"},
221
+ "source":{"shape":"ProjectSource"},
222
+ "artifacts":{"shape":"BuildArtifacts"},
223
+ "environment":{"shape":"ProjectEnvironment"},
224
+ "logs":{"shape":"LogsLocation"},
225
+ "timeoutInMinutes":{"shape":"WrapperInt"},
226
+ "buildComplete":{"shape":"Boolean"},
227
+ "initiator":{"shape":"String"}
228
+ }
229
+ },
230
+ "BuildArtifacts":{
231
+ "type":"structure",
232
+ "members":{
233
+ "location":{"shape":"String"},
234
+ "sha256sum":{"shape":"String"},
235
+ "md5sum":{"shape":"String"}
236
+ }
237
+ },
238
+ "BuildIds":{
239
+ "type":"list",
240
+ "member":{"shape":"NonEmptyString"},
241
+ "max":100,
242
+ "min":1
243
+ },
244
+ "BuildPhase":{
245
+ "type":"structure",
246
+ "members":{
247
+ "phaseType":{"shape":"BuildPhaseType"},
248
+ "phaseStatus":{"shape":"StatusType"},
249
+ "startTime":{"shape":"Timestamp"},
250
+ "endTime":{"shape":"Timestamp"},
251
+ "durationInSeconds":{"shape":"WrapperLong"},
252
+ "contexts":{"shape":"PhaseContexts"}
253
+ }
254
+ },
255
+ "BuildPhaseType":{
256
+ "type":"string",
257
+ "enum":[
258
+ "SUBMITTED",
259
+ "PROVISIONING",
260
+ "DOWNLOAD_SOURCE",
261
+ "INSTALL",
262
+ "PRE_BUILD",
263
+ "BUILD",
264
+ "POST_BUILD",
265
+ "UPLOAD_ARTIFACTS",
266
+ "FINALIZING",
267
+ "COMPLETED"
268
+ ]
269
+ },
270
+ "BuildPhases":{
271
+ "type":"list",
272
+ "member":{"shape":"BuildPhase"}
273
+ },
274
+ "Builds":{
275
+ "type":"list",
276
+ "member":{"shape":"Build"}
277
+ },
278
+ "ComputeType":{
279
+ "type":"string",
280
+ "enum":[
281
+ "BUILD_GENERAL1_SMALL",
282
+ "BUILD_GENERAL1_MEDIUM",
283
+ "BUILD_GENERAL1_LARGE"
284
+ ]
285
+ },
286
+ "CreateProjectInput":{
287
+ "type":"structure",
288
+ "required":[
289
+ "name",
290
+ "source",
291
+ "artifacts",
292
+ "environment"
293
+ ],
294
+ "members":{
295
+ "name":{"shape":"ProjectName"},
296
+ "description":{"shape":"ProjectDescription"},
297
+ "source":{"shape":"ProjectSource"},
298
+ "artifacts":{"shape":"ProjectArtifacts"},
299
+ "environment":{"shape":"ProjectEnvironment"},
300
+ "serviceRole":{"shape":"NonEmptyString"},
301
+ "timeoutInMinutes":{"shape":"TimeOut"},
302
+ "encryptionKey":{"shape":"NonEmptyString"},
303
+ "tags":{"shape":"TagList"}
304
+ }
305
+ },
306
+ "CreateProjectOutput":{
307
+ "type":"structure",
308
+ "members":{
309
+ "project":{"shape":"Project"}
310
+ }
311
+ },
312
+ "DeleteProjectInput":{
313
+ "type":"structure",
314
+ "required":["name"],
315
+ "members":{
316
+ "name":{"shape":"NonEmptyString"}
317
+ }
318
+ },
319
+ "DeleteProjectOutput":{
320
+ "type":"structure",
321
+ "members":{
322
+ }
323
+ },
324
+ "EnvironmentImage":{
325
+ "type":"structure",
326
+ "members":{
327
+ "name":{"shape":"String"},
328
+ "description":{"shape":"String"}
329
+ }
330
+ },
331
+ "EnvironmentImages":{
332
+ "type":"list",
333
+ "member":{"shape":"EnvironmentImage"}
334
+ },
335
+ "EnvironmentLanguage":{
336
+ "type":"structure",
337
+ "members":{
338
+ "language":{"shape":"LanguageType"},
339
+ "images":{"shape":"EnvironmentImages"}
340
+ }
341
+ },
342
+ "EnvironmentLanguages":{
343
+ "type":"list",
344
+ "member":{"shape":"EnvironmentLanguage"}
345
+ },
346
+ "EnvironmentPlatform":{
347
+ "type":"structure",
348
+ "members":{
349
+ "platform":{"shape":"PlatformType"},
350
+ "languages":{"shape":"EnvironmentLanguages"}
351
+ }
352
+ },
353
+ "EnvironmentPlatforms":{
354
+ "type":"list",
355
+ "member":{"shape":"EnvironmentPlatform"}
356
+ },
357
+ "EnvironmentType":{
358
+ "type":"string",
359
+ "enum":["LINUX_CONTAINER"]
360
+ },
361
+ "EnvironmentVariable":{
362
+ "type":"structure",
363
+ "required":[
364
+ "name",
365
+ "value"
366
+ ],
367
+ "members":{
368
+ "name":{"shape":"NonEmptyString"},
369
+ "value":{"shape":"String"}
370
+ }
371
+ },
372
+ "EnvironmentVariables":{
373
+ "type":"list",
374
+ "member":{"shape":"EnvironmentVariable"}
375
+ },
376
+ "InvalidInputException":{
377
+ "type":"structure",
378
+ "members":{
379
+ },
380
+ "exception":true
381
+ },
382
+ "KeyInput":{
383
+ "type":"string",
384
+ "max":127,
385
+ "min":1,
386
+ "pattern":"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=@+\\\\-]*)$"
387
+ },
388
+ "LanguageType":{
389
+ "type":"string",
390
+ "enum":[
391
+ "JAVA",
392
+ "PYTHON",
393
+ "NODE_JS",
394
+ "RUBY",
395
+ "GOLANG",
396
+ "DOCKER",
397
+ "ANDROID",
398
+ "BASE"
399
+ ]
400
+ },
401
+ "ListBuildsForProjectInput":{
402
+ "type":"structure",
403
+ "required":["projectName"],
404
+ "members":{
405
+ "projectName":{"shape":"NonEmptyString"},
406
+ "sortOrder":{"shape":"SortOrderType"},
407
+ "nextToken":{"shape":"String"}
408
+ }
409
+ },
410
+ "ListBuildsForProjectOutput":{
411
+ "type":"structure",
412
+ "members":{
413
+ "ids":{"shape":"BuildIds"},
414
+ "nextToken":{"shape":"String"}
415
+ }
416
+ },
417
+ "ListBuildsInput":{
418
+ "type":"structure",
419
+ "members":{
420
+ "sortOrder":{"shape":"SortOrderType"},
421
+ "nextToken":{"shape":"String"}
422
+ }
423
+ },
424
+ "ListBuildsOutput":{
425
+ "type":"structure",
426
+ "members":{
427
+ "ids":{"shape":"BuildIds"},
428
+ "nextToken":{"shape":"String"}
429
+ }
430
+ },
431
+ "ListCuratedEnvironmentImagesInput":{
432
+ "type":"structure",
433
+ "members":{
434
+ }
435
+ },
436
+ "ListCuratedEnvironmentImagesOutput":{
437
+ "type":"structure",
438
+ "members":{
439
+ "platforms":{"shape":"EnvironmentPlatforms"}
440
+ }
441
+ },
442
+ "ListProjectsInput":{
443
+ "type":"structure",
444
+ "members":{
445
+ "sortBy":{"shape":"ProjectSortByType"},
446
+ "sortOrder":{"shape":"SortOrderType"},
447
+ "nextToken":{"shape":"NonEmptyString"}
448
+ }
449
+ },
450
+ "ListProjectsOutput":{
451
+ "type":"structure",
452
+ "members":{
453
+ "nextToken":{"shape":"String"},
454
+ "projects":{"shape":"ProjectNames"}
455
+ }
456
+ },
457
+ "LogsLocation":{
458
+ "type":"structure",
459
+ "members":{
460
+ "groupName":{"shape":"String"},
461
+ "streamName":{"shape":"String"},
462
+ "deepLink":{"shape":"String"}
463
+ }
464
+ },
465
+ "NonEmptyString":{
466
+ "type":"string",
467
+ "min":1
468
+ },
469
+ "PhaseContext":{
470
+ "type":"structure",
471
+ "members":{
472
+ "statusCode":{"shape":"String"},
473
+ "message":{"shape":"String"}
474
+ }
475
+ },
476
+ "PhaseContexts":{
477
+ "type":"list",
478
+ "member":{"shape":"PhaseContext"}
479
+ },
480
+ "PlatformType":{
481
+ "type":"string",
482
+ "enum":[
483
+ "DEBIAN",
484
+ "AMAZON_LINUX",
485
+ "UBUNTU"
486
+ ]
487
+ },
488
+ "Project":{
489
+ "type":"structure",
490
+ "members":{
491
+ "name":{"shape":"ProjectName"},
492
+ "arn":{"shape":"String"},
493
+ "description":{"shape":"ProjectDescription"},
494
+ "source":{"shape":"ProjectSource"},
495
+ "artifacts":{"shape":"ProjectArtifacts"},
496
+ "environment":{"shape":"ProjectEnvironment"},
497
+ "serviceRole":{"shape":"NonEmptyString"},
498
+ "timeoutInMinutes":{"shape":"TimeOut"},
499
+ "encryptionKey":{"shape":"NonEmptyString"},
500
+ "tags":{"shape":"TagList"},
501
+ "created":{"shape":"Timestamp"},
502
+ "lastModified":{"shape":"Timestamp"}
503
+ }
504
+ },
505
+ "ProjectArtifacts":{
506
+ "type":"structure",
507
+ "required":["type"],
508
+ "members":{
509
+ "type":{"shape":"ArtifactsType"},
510
+ "location":{"shape":"String"},
511
+ "path":{"shape":"String"},
512
+ "namespaceType":{"shape":"ArtifactNamespace"},
513
+ "name":{"shape":"String"},
514
+ "packaging":{"shape":"ArtifactPackaging"}
515
+ }
516
+ },
517
+ "ProjectDescription":{
518
+ "type":"string",
519
+ "max":255,
520
+ "min":0
521
+ },
522
+ "ProjectEnvironment":{
523
+ "type":"structure",
524
+ "required":[
525
+ "type",
526
+ "image",
527
+ "computeType"
528
+ ],
529
+ "members":{
530
+ "type":{"shape":"EnvironmentType"},
531
+ "image":{"shape":"NonEmptyString"},
532
+ "computeType":{"shape":"ComputeType"},
533
+ "environmentVariables":{"shape":"EnvironmentVariables"}
534
+ }
535
+ },
536
+ "ProjectName":{
537
+ "type":"string",
538
+ "max":255,
539
+ "min":2,
540
+ "pattern":"[A-Za-z0-9][A-Za-z0-9\\-_]{1,254}"
541
+ },
542
+ "ProjectNames":{
543
+ "type":"list",
544
+ "member":{"shape":"NonEmptyString"},
545
+ "max":100,
546
+ "min":1
547
+ },
548
+ "ProjectSortByType":{
549
+ "type":"string",
550
+ "enum":[
551
+ "NAME",
552
+ "CREATED_TIME",
553
+ "LAST_MODIFIED_TIME"
554
+ ]
555
+ },
556
+ "ProjectSource":{
557
+ "type":"structure",
558
+ "required":["type"],
559
+ "members":{
560
+ "type":{"shape":"SourceType"},
561
+ "location":{"shape":"String"},
562
+ "buildspec":{"shape":"String"},
563
+ "auth":{"shape":"SourceAuth"}
564
+ }
565
+ },
566
+ "Projects":{
567
+ "type":"list",
568
+ "member":{"shape":"Project"}
569
+ },
570
+ "ResourceAlreadyExistsException":{
571
+ "type":"structure",
572
+ "members":{
573
+ },
574
+ "exception":true
575
+ },
576
+ "ResourceNotFoundException":{
577
+ "type":"structure",
578
+ "members":{
579
+ },
580
+ "exception":true
581
+ },
582
+ "SortOrderType":{
583
+ "type":"string",
584
+ "enum":[
585
+ "ASCENDING",
586
+ "DESCENDING"
587
+ ]
588
+ },
589
+ "SourceAuth":{
590
+ "type":"structure",
591
+ "required":["type"],
592
+ "members":{
593
+ "type":{"shape":"SourceAuthType"},
594
+ "resource":{"shape":"String"}
595
+ }
596
+ },
597
+ "SourceAuthType":{
598
+ "type":"string",
599
+ "enum":["OAUTH"]
600
+ },
601
+ "SourceType":{
602
+ "type":"string",
603
+ "enum":[
604
+ "CODECOMMIT",
605
+ "CODEPIPELINE",
606
+ "GITHUB",
607
+ "S3"
608
+ ]
609
+ },
610
+ "StartBuildInput":{
611
+ "type":"structure",
612
+ "required":["projectName"],
613
+ "members":{
614
+ "projectName":{"shape":"NonEmptyString"},
615
+ "sourceVersion":{"shape":"String"},
616
+ "artifactsOverride":{"shape":"ProjectArtifacts"},
617
+ "environmentVariablesOverride":{"shape":"EnvironmentVariables"},
618
+ "buildspecOverride":{"shape":"String"},
619
+ "timeoutInMinutesOverride":{"shape":"TimeOut"}
620
+ }
621
+ },
622
+ "StartBuildOutput":{
623
+ "type":"structure",
624
+ "members":{
625
+ "build":{"shape":"Build"}
626
+ }
627
+ },
628
+ "StatusType":{
629
+ "type":"string",
630
+ "enum":[
631
+ "SUCCEEDED",
632
+ "FAILED",
633
+ "FAULT",
634
+ "TIMED_OUT",
635
+ "IN_PROGRESS",
636
+ "STOPPED"
637
+ ]
638
+ },
639
+ "StopBuildInput":{
640
+ "type":"structure",
641
+ "required":["id"],
642
+ "members":{
643
+ "id":{"shape":"NonEmptyString"}
644
+ }
645
+ },
646
+ "StopBuildOutput":{
647
+ "type":"structure",
648
+ "members":{
649
+ "build":{"shape":"Build"}
650
+ }
651
+ },
652
+ "String":{"type":"string"},
653
+ "Tag":{
654
+ "type":"structure",
655
+ "members":{
656
+ "key":{"shape":"KeyInput"},
657
+ "value":{"shape":"ValueInput"}
658
+ }
659
+ },
660
+ "TagList":{
661
+ "type":"list",
662
+ "member":{"shape":"Tag"},
663
+ "max":50,
664
+ "min":0
665
+ },
666
+ "TimeOut":{
667
+ "type":"integer",
668
+ "max":480,
669
+ "min":1
670
+ },
671
+ "Timestamp":{"type":"timestamp"},
672
+ "UpdateProjectInput":{
673
+ "type":"structure",
674
+ "required":["name"],
675
+ "members":{
676
+ "name":{"shape":"NonEmptyString"},
677
+ "description":{"shape":"ProjectDescription"},
678
+ "source":{"shape":"ProjectSource"},
679
+ "artifacts":{"shape":"ProjectArtifacts"},
680
+ "environment":{"shape":"ProjectEnvironment"},
681
+ "serviceRole":{"shape":"NonEmptyString"},
682
+ "timeoutInMinutes":{"shape":"TimeOut"},
683
+ "encryptionKey":{"shape":"NonEmptyString"},
684
+ "tags":{"shape":"TagList"}
685
+ }
686
+ },
687
+ "UpdateProjectOutput":{
688
+ "type":"structure",
689
+ "members":{
690
+ "project":{"shape":"Project"}
691
+ }
692
+ },
693
+ "ValueInput":{
694
+ "type":"string",
695
+ "max":255,
696
+ "min":1,
697
+ "pattern":"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=@+\\\\-]*)$"
698
+ },
699
+ "WrapperInt":{"type":"integer"},
700
+ "WrapperLong":{"type":"long"}
701
+ }
702
+ }