aws-sdk-core 2.1.4 → 2.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45297066425c280fb5729da482a21606433e1926
4
- data.tar.gz: 57eddb408a81ce9f4bb9a7dccf264995a8da8c6c
3
+ metadata.gz: 62f8c713bc41788e5814b9a413a3553d29de1a84
4
+ data.tar.gz: e9f90be0c2eb77569dea2483d1e75cf2eeb56ba3
5
5
  SHA512:
6
- metadata.gz: 227aae6994229ee90d9b53470121037059fa8d34810c13261021cb792bdb535a3332fe5cc58f6f6daed41fa19dbfde210201276ecb6734cd721472e4bbef1d70
7
- data.tar.gz: 569f2a9a56f4771d210c7883b167c8613bc7eec50c10c06180461d909d53859cc614306d7499ca13919d5e754f4becfe654cd1490220520961ff94eaad85a7c5
6
+ metadata.gz: b53cf30d111cfa623bde2dbe1c7dfe0dedbb6e576741e7f55250e1c20f3d0c891f0455d769521bbec32300248966674f240a33b65870e7fbe9e6d586ce175c3a
7
+ data.tar.gz: 645da4524ac1b3bb3928839471f88905575705d39d4ebcc638ef318f38d62eef5edf38c410d5d9c286fa436b5f60c77b1042298fbbb9a692f2ed2dbaf772d024
@@ -0,0 +1,1582 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-06-23",
5
+ "endpointPrefix":"devicefarm",
6
+ "jsonVersion":"1.1",
7
+ "serviceFullName":"AWS Device Farm",
8
+ "signatureVersion":"v4",
9
+ "targetPrefix":"DeviceFarm_20150623",
10
+ "protocol":"json"
11
+ },
12
+ "operations":{
13
+ "CreateDevicePool":{
14
+ "name":"CreateDevicePool",
15
+ "http":{
16
+ "method":"POST",
17
+ "requestUri":"/"
18
+ },
19
+ "input":{"shape":"CreateDevicePoolRequest"},
20
+ "output":{"shape":"CreateDevicePoolResult"},
21
+ "errors":[
22
+ {
23
+ "shape":"ArgumentException",
24
+ "exception":true
25
+ },
26
+ {
27
+ "shape":"NotFoundException",
28
+ "exception":true
29
+ },
30
+ {
31
+ "shape":"LimitExceededException",
32
+ "exception":true
33
+ },
34
+ {
35
+ "shape":"ServiceAccountException",
36
+ "exception":true
37
+ }
38
+ ]
39
+ },
40
+ "CreateProject":{
41
+ "name":"CreateProject",
42
+ "http":{
43
+ "method":"POST",
44
+ "requestUri":"/"
45
+ },
46
+ "input":{"shape":"CreateProjectRequest"},
47
+ "output":{"shape":"CreateProjectResult"},
48
+ "errors":[
49
+ {
50
+ "shape":"ArgumentException",
51
+ "exception":true
52
+ },
53
+ {
54
+ "shape":"NotFoundException",
55
+ "exception":true
56
+ },
57
+ {
58
+ "shape":"LimitExceededException",
59
+ "exception":true
60
+ },
61
+ {
62
+ "shape":"ServiceAccountException",
63
+ "exception":true
64
+ }
65
+ ]
66
+ },
67
+ "CreateUpload":{
68
+ "name":"CreateUpload",
69
+ "http":{
70
+ "method":"POST",
71
+ "requestUri":"/"
72
+ },
73
+ "input":{"shape":"CreateUploadRequest"},
74
+ "output":{"shape":"CreateUploadResult"},
75
+ "errors":[
76
+ {
77
+ "shape":"ArgumentException",
78
+ "exception":true
79
+ },
80
+ {
81
+ "shape":"NotFoundException",
82
+ "exception":true
83
+ },
84
+ {
85
+ "shape":"LimitExceededException",
86
+ "exception":true
87
+ },
88
+ {
89
+ "shape":"ServiceAccountException",
90
+ "exception":true
91
+ }
92
+ ]
93
+ },
94
+ "GetDevice":{
95
+ "name":"GetDevice",
96
+ "http":{
97
+ "method":"POST",
98
+ "requestUri":"/"
99
+ },
100
+ "input":{"shape":"GetDeviceRequest"},
101
+ "output":{"shape":"GetDeviceResult"},
102
+ "errors":[
103
+ {
104
+ "shape":"ArgumentException",
105
+ "exception":true
106
+ },
107
+ {
108
+ "shape":"NotFoundException",
109
+ "exception":true
110
+ },
111
+ {
112
+ "shape":"LimitExceededException",
113
+ "exception":true
114
+ },
115
+ {
116
+ "shape":"ServiceAccountException",
117
+ "exception":true
118
+ }
119
+ ]
120
+ },
121
+ "GetDevicePool":{
122
+ "name":"GetDevicePool",
123
+ "http":{
124
+ "method":"POST",
125
+ "requestUri":"/"
126
+ },
127
+ "input":{"shape":"GetDevicePoolRequest"},
128
+ "output":{"shape":"GetDevicePoolResult"},
129
+ "errors":[
130
+ {
131
+ "shape":"ArgumentException",
132
+ "exception":true
133
+ },
134
+ {
135
+ "shape":"NotFoundException",
136
+ "exception":true
137
+ },
138
+ {
139
+ "shape":"LimitExceededException",
140
+ "exception":true
141
+ },
142
+ {
143
+ "shape":"ServiceAccountException",
144
+ "exception":true
145
+ }
146
+ ]
147
+ },
148
+ "GetDevicePoolCompatibility":{
149
+ "name":"GetDevicePoolCompatibility",
150
+ "http":{
151
+ "method":"POST",
152
+ "requestUri":"/"
153
+ },
154
+ "input":{"shape":"GetDevicePoolCompatibilityRequest"},
155
+ "output":{"shape":"GetDevicePoolCompatibilityResult"},
156
+ "errors":[
157
+ {
158
+ "shape":"ArgumentException",
159
+ "exception":true
160
+ },
161
+ {
162
+ "shape":"NotFoundException",
163
+ "exception":true
164
+ },
165
+ {
166
+ "shape":"LimitExceededException",
167
+ "exception":true
168
+ },
169
+ {
170
+ "shape":"ServiceAccountException",
171
+ "exception":true
172
+ }
173
+ ]
174
+ },
175
+ "GetJob":{
176
+ "name":"GetJob",
177
+ "http":{
178
+ "method":"POST",
179
+ "requestUri":"/"
180
+ },
181
+ "input":{"shape":"GetJobRequest"},
182
+ "output":{"shape":"GetJobResult"},
183
+ "errors":[
184
+ {
185
+ "shape":"ArgumentException",
186
+ "exception":true
187
+ },
188
+ {
189
+ "shape":"NotFoundException",
190
+ "exception":true
191
+ },
192
+ {
193
+ "shape":"LimitExceededException",
194
+ "exception":true
195
+ },
196
+ {
197
+ "shape":"ServiceAccountException",
198
+ "exception":true
199
+ }
200
+ ]
201
+ },
202
+ "GetProject":{
203
+ "name":"GetProject",
204
+ "http":{
205
+ "method":"POST",
206
+ "requestUri":"/"
207
+ },
208
+ "input":{"shape":"GetProjectRequest"},
209
+ "output":{"shape":"GetProjectResult"},
210
+ "errors":[
211
+ {
212
+ "shape":"ArgumentException",
213
+ "exception":true
214
+ },
215
+ {
216
+ "shape":"NotFoundException",
217
+ "exception":true
218
+ },
219
+ {
220
+ "shape":"LimitExceededException",
221
+ "exception":true
222
+ },
223
+ {
224
+ "shape":"ServiceAccountException",
225
+ "exception":true
226
+ }
227
+ ]
228
+ },
229
+ "GetRun":{
230
+ "name":"GetRun",
231
+ "http":{
232
+ "method":"POST",
233
+ "requestUri":"/"
234
+ },
235
+ "input":{"shape":"GetRunRequest"},
236
+ "output":{"shape":"GetRunResult"},
237
+ "errors":[
238
+ {
239
+ "shape":"ArgumentException",
240
+ "exception":true
241
+ },
242
+ {
243
+ "shape":"NotFoundException",
244
+ "exception":true
245
+ },
246
+ {
247
+ "shape":"LimitExceededException",
248
+ "exception":true
249
+ },
250
+ {
251
+ "shape":"ServiceAccountException",
252
+ "exception":true
253
+ }
254
+ ]
255
+ },
256
+ "GetSuite":{
257
+ "name":"GetSuite",
258
+ "http":{
259
+ "method":"POST",
260
+ "requestUri":"/"
261
+ },
262
+ "input":{"shape":"GetSuiteRequest"},
263
+ "output":{"shape":"GetSuiteResult"},
264
+ "errors":[
265
+ {
266
+ "shape":"ArgumentException",
267
+ "exception":true
268
+ },
269
+ {
270
+ "shape":"NotFoundException",
271
+ "exception":true
272
+ },
273
+ {
274
+ "shape":"LimitExceededException",
275
+ "exception":true
276
+ },
277
+ {
278
+ "shape":"ServiceAccountException",
279
+ "exception":true
280
+ }
281
+ ]
282
+ },
283
+ "GetTest":{
284
+ "name":"GetTest",
285
+ "http":{
286
+ "method":"POST",
287
+ "requestUri":"/"
288
+ },
289
+ "input":{"shape":"GetTestRequest"},
290
+ "output":{"shape":"GetTestResult"},
291
+ "errors":[
292
+ {
293
+ "shape":"ArgumentException",
294
+ "exception":true
295
+ },
296
+ {
297
+ "shape":"NotFoundException",
298
+ "exception":true
299
+ },
300
+ {
301
+ "shape":"LimitExceededException",
302
+ "exception":true
303
+ },
304
+ {
305
+ "shape":"ServiceAccountException",
306
+ "exception":true
307
+ }
308
+ ]
309
+ },
310
+ "GetUpload":{
311
+ "name":"GetUpload",
312
+ "http":{
313
+ "method":"POST",
314
+ "requestUri":"/"
315
+ },
316
+ "input":{"shape":"GetUploadRequest"},
317
+ "output":{"shape":"GetUploadResult"},
318
+ "errors":[
319
+ {
320
+ "shape":"ArgumentException",
321
+ "exception":true
322
+ },
323
+ {
324
+ "shape":"NotFoundException",
325
+ "exception":true
326
+ },
327
+ {
328
+ "shape":"LimitExceededException",
329
+ "exception":true
330
+ },
331
+ {
332
+ "shape":"ServiceAccountException",
333
+ "exception":true
334
+ }
335
+ ]
336
+ },
337
+ "ListArtifacts":{
338
+ "name":"ListArtifacts",
339
+ "http":{
340
+ "method":"POST",
341
+ "requestUri":"/"
342
+ },
343
+ "input":{"shape":"ListArtifactsRequest"},
344
+ "output":{"shape":"ListArtifactsResult"},
345
+ "errors":[
346
+ {
347
+ "shape":"ArgumentException",
348
+ "exception":true
349
+ },
350
+ {
351
+ "shape":"NotFoundException",
352
+ "exception":true
353
+ },
354
+ {
355
+ "shape":"LimitExceededException",
356
+ "exception":true
357
+ },
358
+ {
359
+ "shape":"ServiceAccountException",
360
+ "exception":true
361
+ }
362
+ ]
363
+ },
364
+ "ListDevicePools":{
365
+ "name":"ListDevicePools",
366
+ "http":{
367
+ "method":"POST",
368
+ "requestUri":"/"
369
+ },
370
+ "input":{"shape":"ListDevicePoolsRequest"},
371
+ "output":{"shape":"ListDevicePoolsResult"},
372
+ "errors":[
373
+ {
374
+ "shape":"ArgumentException",
375
+ "exception":true
376
+ },
377
+ {
378
+ "shape":"NotFoundException",
379
+ "exception":true
380
+ },
381
+ {
382
+ "shape":"LimitExceededException",
383
+ "exception":true
384
+ },
385
+ {
386
+ "shape":"ServiceAccountException",
387
+ "exception":true
388
+ }
389
+ ]
390
+ },
391
+ "ListDevices":{
392
+ "name":"ListDevices",
393
+ "http":{
394
+ "method":"POST",
395
+ "requestUri":"/"
396
+ },
397
+ "input":{"shape":"ListDevicesRequest"},
398
+ "output":{"shape":"ListDevicesResult"},
399
+ "errors":[
400
+ {
401
+ "shape":"ArgumentException",
402
+ "exception":true
403
+ },
404
+ {
405
+ "shape":"NotFoundException",
406
+ "exception":true
407
+ },
408
+ {
409
+ "shape":"LimitExceededException",
410
+ "exception":true
411
+ },
412
+ {
413
+ "shape":"ServiceAccountException",
414
+ "exception":true
415
+ }
416
+ ]
417
+ },
418
+ "ListJobs":{
419
+ "name":"ListJobs",
420
+ "http":{
421
+ "method":"POST",
422
+ "requestUri":"/"
423
+ },
424
+ "input":{"shape":"ListJobsRequest"},
425
+ "output":{"shape":"ListJobsResult"},
426
+ "errors":[
427
+ {
428
+ "shape":"ArgumentException",
429
+ "exception":true
430
+ },
431
+ {
432
+ "shape":"NotFoundException",
433
+ "exception":true
434
+ },
435
+ {
436
+ "shape":"LimitExceededException",
437
+ "exception":true
438
+ },
439
+ {
440
+ "shape":"ServiceAccountException",
441
+ "exception":true
442
+ }
443
+ ]
444
+ },
445
+ "ListProjects":{
446
+ "name":"ListProjects",
447
+ "http":{
448
+ "method":"POST",
449
+ "requestUri":"/"
450
+ },
451
+ "input":{"shape":"ListProjectsRequest"},
452
+ "output":{"shape":"ListProjectsResult"},
453
+ "errors":[
454
+ {
455
+ "shape":"ArgumentException",
456
+ "exception":true
457
+ },
458
+ {
459
+ "shape":"NotFoundException",
460
+ "exception":true
461
+ },
462
+ {
463
+ "shape":"LimitExceededException",
464
+ "exception":true
465
+ },
466
+ {
467
+ "shape":"ServiceAccountException",
468
+ "exception":true
469
+ }
470
+ ]
471
+ },
472
+ "ListRuns":{
473
+ "name":"ListRuns",
474
+ "http":{
475
+ "method":"POST",
476
+ "requestUri":"/"
477
+ },
478
+ "input":{"shape":"ListRunsRequest"},
479
+ "output":{"shape":"ListRunsResult"},
480
+ "errors":[
481
+ {
482
+ "shape":"ArgumentException",
483
+ "exception":true
484
+ },
485
+ {
486
+ "shape":"NotFoundException",
487
+ "exception":true
488
+ },
489
+ {
490
+ "shape":"LimitExceededException",
491
+ "exception":true
492
+ },
493
+ {
494
+ "shape":"ServiceAccountException",
495
+ "exception":true
496
+ }
497
+ ]
498
+ },
499
+ "ListSamples":{
500
+ "name":"ListSamples",
501
+ "http":{
502
+ "method":"POST",
503
+ "requestUri":"/"
504
+ },
505
+ "input":{"shape":"ListSamplesRequest"},
506
+ "output":{"shape":"ListSamplesResult"},
507
+ "errors":[
508
+ {
509
+ "shape":"ArgumentException",
510
+ "exception":true
511
+ },
512
+ {
513
+ "shape":"NotFoundException",
514
+ "exception":true
515
+ },
516
+ {
517
+ "shape":"LimitExceededException",
518
+ "exception":true
519
+ },
520
+ {
521
+ "shape":"ServiceAccountException",
522
+ "exception":true
523
+ }
524
+ ]
525
+ },
526
+ "ListSuites":{
527
+ "name":"ListSuites",
528
+ "http":{
529
+ "method":"POST",
530
+ "requestUri":"/"
531
+ },
532
+ "input":{"shape":"ListSuitesRequest"},
533
+ "output":{"shape":"ListSuitesResult"},
534
+ "errors":[
535
+ {
536
+ "shape":"ArgumentException",
537
+ "exception":true
538
+ },
539
+ {
540
+ "shape":"NotFoundException",
541
+ "exception":true
542
+ },
543
+ {
544
+ "shape":"LimitExceededException",
545
+ "exception":true
546
+ },
547
+ {
548
+ "shape":"ServiceAccountException",
549
+ "exception":true
550
+ }
551
+ ]
552
+ },
553
+ "ListTests":{
554
+ "name":"ListTests",
555
+ "http":{
556
+ "method":"POST",
557
+ "requestUri":"/"
558
+ },
559
+ "input":{"shape":"ListTestsRequest"},
560
+ "output":{"shape":"ListTestsResult"},
561
+ "errors":[
562
+ {
563
+ "shape":"ArgumentException",
564
+ "exception":true
565
+ },
566
+ {
567
+ "shape":"NotFoundException",
568
+ "exception":true
569
+ },
570
+ {
571
+ "shape":"LimitExceededException",
572
+ "exception":true
573
+ },
574
+ {
575
+ "shape":"ServiceAccountException",
576
+ "exception":true
577
+ }
578
+ ]
579
+ },
580
+ "ListUniqueProblems":{
581
+ "name":"ListUniqueProblems",
582
+ "http":{
583
+ "method":"POST",
584
+ "requestUri":"/"
585
+ },
586
+ "input":{"shape":"ListUniqueProblemsRequest"},
587
+ "output":{"shape":"ListUniqueProblemsResult"},
588
+ "errors":[
589
+ {
590
+ "shape":"ArgumentException",
591
+ "exception":true
592
+ },
593
+ {
594
+ "shape":"NotFoundException",
595
+ "exception":true
596
+ },
597
+ {
598
+ "shape":"LimitExceededException",
599
+ "exception":true
600
+ },
601
+ {
602
+ "shape":"ServiceAccountException",
603
+ "exception":true
604
+ }
605
+ ]
606
+ },
607
+ "ListUploads":{
608
+ "name":"ListUploads",
609
+ "http":{
610
+ "method":"POST",
611
+ "requestUri":"/"
612
+ },
613
+ "input":{"shape":"ListUploadsRequest"},
614
+ "output":{"shape":"ListUploadsResult"},
615
+ "errors":[
616
+ {
617
+ "shape":"ArgumentException",
618
+ "exception":true
619
+ },
620
+ {
621
+ "shape":"NotFoundException",
622
+ "exception":true
623
+ },
624
+ {
625
+ "shape":"LimitExceededException",
626
+ "exception":true
627
+ },
628
+ {
629
+ "shape":"ServiceAccountException",
630
+ "exception":true
631
+ }
632
+ ]
633
+ },
634
+ "ScheduleRun":{
635
+ "name":"ScheduleRun",
636
+ "http":{
637
+ "method":"POST",
638
+ "requestUri":"/"
639
+ },
640
+ "input":{"shape":"ScheduleRunRequest"},
641
+ "output":{"shape":"ScheduleRunResult"},
642
+ "errors":[
643
+ {
644
+ "shape":"ArgumentException",
645
+ "exception":true
646
+ },
647
+ {
648
+ "shape":"NotFoundException",
649
+ "exception":true
650
+ },
651
+ {
652
+ "shape":"LimitExceededException",
653
+ "exception":true
654
+ },
655
+ {
656
+ "shape":"IdempotencyException",
657
+ "exception":true
658
+ },
659
+ {
660
+ "shape":"ServiceAccountException",
661
+ "exception":true
662
+ }
663
+ ]
664
+ }
665
+ },
666
+ "shapes":{
667
+ "AmazonResourceName":{
668
+ "type":"string",
669
+ "min":32
670
+ },
671
+ "AmazonResourceNames":{
672
+ "type":"list",
673
+ "member":{"shape":"AmazonResourceName"}
674
+ },
675
+ "ArgumentException":{
676
+ "type":"structure",
677
+ "members":{
678
+ "message":{"shape":"Message"}
679
+ },
680
+ "exception":true
681
+ },
682
+ "Artifact":{
683
+ "type":"structure",
684
+ "members":{
685
+ "arn":{"shape":"AmazonResourceName"},
686
+ "name":{"shape":"Name"},
687
+ "type":{"shape":"ArtifactType"},
688
+ "extension":{"shape":"String"},
689
+ "url":{"shape":"URL"}
690
+ }
691
+ },
692
+ "ArtifactCategory":{
693
+ "type":"string",
694
+ "enum":[
695
+ "SCREENSHOT",
696
+ "FILE",
697
+ "LOG"
698
+ ]
699
+ },
700
+ "ArtifactType":{
701
+ "type":"string",
702
+ "enum":[
703
+ "UNKNOWN",
704
+ "SCREENSHOT",
705
+ "DEVICE_LOG",
706
+ "MESSAGE_LOG",
707
+ "RESULT_LOG",
708
+ "SERVICE_LOG",
709
+ "INSTRUMENTATION_OUTPUT",
710
+ "EXERCISER_MONKEY_OUTPUT",
711
+ "CALABASH_JSON_OUTPUT",
712
+ "CALABASH_PRETTY_OUTPUT",
713
+ "CALABASH_STANDARD_OUTPUT",
714
+ "CALABASH_JAVA_XML_OUTPUT",
715
+ "AUTOMATION_OUTPUT",
716
+ "APPIUM_SERVER_OUTPUT",
717
+ "APPIUM_JAVA_OUTPUT",
718
+ "APPIUM_JAVA_XML_OUTPUT"
719
+ ]
720
+ },
721
+ "Artifacts":{
722
+ "type":"list",
723
+ "member":{"shape":"Artifact"}
724
+ },
725
+ "Boolean":{"type":"boolean"},
726
+ "CPU":{
727
+ "type":"structure",
728
+ "members":{
729
+ "frequency":{"shape":"String"},
730
+ "architecture":{"shape":"String"},
731
+ "clock":{"shape":"Double"}
732
+ }
733
+ },
734
+ "ContentType":{
735
+ "type":"string",
736
+ "min":0,
737
+ "max":64
738
+ },
739
+ "Counters":{
740
+ "type":"structure",
741
+ "members":{
742
+ "total":{"shape":"Integer"},
743
+ "passed":{"shape":"Integer"},
744
+ "failed":{"shape":"Integer"},
745
+ "warned":{"shape":"Integer"},
746
+ "errored":{"shape":"Integer"},
747
+ "stopped":{"shape":"Integer"},
748
+ "skipped":{"shape":"Integer"}
749
+ }
750
+ },
751
+ "CreateDevicePoolRequest":{
752
+ "type":"structure",
753
+ "required":[
754
+ "projectArn",
755
+ "name",
756
+ "rules"
757
+ ],
758
+ "members":{
759
+ "projectArn":{"shape":"AmazonResourceName"},
760
+ "name":{"shape":"Name"},
761
+ "description":{"shape":"Message"},
762
+ "rules":{"shape":"Rules"}
763
+ }
764
+ },
765
+ "CreateDevicePoolResult":{
766
+ "type":"structure",
767
+ "members":{
768
+ "devicePool":{"shape":"DevicePool"}
769
+ }
770
+ },
771
+ "CreateProjectRequest":{
772
+ "type":"structure",
773
+ "required":["name"],
774
+ "members":{
775
+ "name":{"shape":"Name"}
776
+ }
777
+ },
778
+ "CreateProjectResult":{
779
+ "type":"structure",
780
+ "members":{
781
+ "project":{"shape":"Project"}
782
+ }
783
+ },
784
+ "CreateUploadRequest":{
785
+ "type":"structure",
786
+ "required":[
787
+ "projectArn",
788
+ "name",
789
+ "type"
790
+ ],
791
+ "members":{
792
+ "projectArn":{"shape":"AmazonResourceName"},
793
+ "name":{"shape":"Name"},
794
+ "type":{"shape":"UploadType"},
795
+ "contentType":{"shape":"ContentType"}
796
+ }
797
+ },
798
+ "CreateUploadResult":{
799
+ "type":"structure",
800
+ "members":{
801
+ "upload":{"shape":"Upload"}
802
+ }
803
+ },
804
+ "DateTime":{"type":"timestamp"},
805
+ "Device":{
806
+ "type":"structure",
807
+ "members":{
808
+ "arn":{"shape":"AmazonResourceName"},
809
+ "name":{"shape":"Name"},
810
+ "manufacturer":{"shape":"String"},
811
+ "model":{"shape":"String"},
812
+ "formFactor":{"shape":"DeviceFormFactor"},
813
+ "platform":{"shape":"DevicePlatform"},
814
+ "os":{"shape":"String"},
815
+ "cpu":{"shape":"CPU"},
816
+ "resolution":{"shape":"Resolution"},
817
+ "heapSize":{"shape":"Long"},
818
+ "memory":{"shape":"Long"},
819
+ "image":{"shape":"String"},
820
+ "carrier":{"shape":"String"},
821
+ "radio":{"shape":"String"}
822
+ }
823
+ },
824
+ "DeviceAttribute":{
825
+ "type":"string",
826
+ "enum":[
827
+ "ARN",
828
+ "PLATFORM",
829
+ "FORM_FACTOR",
830
+ "MANUFACTURER"
831
+ ]
832
+ },
833
+ "DeviceFormFactor":{
834
+ "type":"string",
835
+ "enum":[
836
+ "PHONE",
837
+ "TABLET"
838
+ ]
839
+ },
840
+ "DevicePlatform":{
841
+ "type":"string",
842
+ "enum":["ANDROID"]
843
+ },
844
+ "DevicePool":{
845
+ "type":"structure",
846
+ "members":{
847
+ "arn":{"shape":"AmazonResourceName"},
848
+ "name":{"shape":"Name"},
849
+ "description":{"shape":"Message"},
850
+ "type":{"shape":"DevicePoolType"},
851
+ "rules":{"shape":"Rules"}
852
+ }
853
+ },
854
+ "DevicePoolCompatibilityResult":{
855
+ "type":"structure",
856
+ "members":{
857
+ "device":{"shape":"Device"},
858
+ "compatible":{"shape":"Boolean"},
859
+ "incompatibilityMessages":{"shape":"IncompatibilityMessages"}
860
+ }
861
+ },
862
+ "DevicePoolCompatibilityResults":{
863
+ "type":"list",
864
+ "member":{"shape":"DevicePoolCompatibilityResult"}
865
+ },
866
+ "DevicePoolType":{
867
+ "type":"string",
868
+ "enum":[
869
+ "CURATED",
870
+ "PRIVATE"
871
+ ]
872
+ },
873
+ "DevicePools":{
874
+ "type":"list",
875
+ "member":{"shape":"DevicePool"}
876
+ },
877
+ "Devices":{
878
+ "type":"list",
879
+ "member":{"shape":"Device"}
880
+ },
881
+ "Double":{"type":"double"},
882
+ "ExecutionResult":{
883
+ "type":"string",
884
+ "enum":[
885
+ "PENDING",
886
+ "PASSED",
887
+ "WARNED",
888
+ "FAILED",
889
+ "SKIPPED",
890
+ "ERRORED",
891
+ "STOPPED"
892
+ ]
893
+ },
894
+ "ExecutionStatus":{
895
+ "type":"string",
896
+ "enum":[
897
+ "PENDING",
898
+ "PROCESSING",
899
+ "SCHEDULING",
900
+ "RUNNING",
901
+ "COMPLETED"
902
+ ]
903
+ },
904
+ "Filter":{
905
+ "type":"string",
906
+ "min":0,
907
+ "max":1024
908
+ },
909
+ "GetDevicePoolCompatibilityRequest":{
910
+ "type":"structure",
911
+ "required":[
912
+ "devicePoolArn",
913
+ "appArn"
914
+ ],
915
+ "members":{
916
+ "devicePoolArn":{"shape":"AmazonResourceName"},
917
+ "appArn":{"shape":"AmazonResourceName"},
918
+ "testType":{"shape":"TestType"}
919
+ }
920
+ },
921
+ "GetDevicePoolCompatibilityResult":{
922
+ "type":"structure",
923
+ "members":{
924
+ "compatibleDevices":{"shape":"DevicePoolCompatibilityResults"},
925
+ "incompatibleDevices":{"shape":"DevicePoolCompatibilityResults"}
926
+ }
927
+ },
928
+ "GetDevicePoolRequest":{
929
+ "type":"structure",
930
+ "required":["arn"],
931
+ "members":{
932
+ "arn":{"shape":"AmazonResourceName"}
933
+ }
934
+ },
935
+ "GetDevicePoolResult":{
936
+ "type":"structure",
937
+ "members":{
938
+ "devicePool":{"shape":"DevicePool"}
939
+ }
940
+ },
941
+ "GetDeviceRequest":{
942
+ "type":"structure",
943
+ "required":["arn"],
944
+ "members":{
945
+ "arn":{"shape":"AmazonResourceName"}
946
+ }
947
+ },
948
+ "GetDeviceResult":{
949
+ "type":"structure",
950
+ "members":{
951
+ "device":{"shape":"Device"}
952
+ }
953
+ },
954
+ "GetJobRequest":{
955
+ "type":"structure",
956
+ "required":["arn"],
957
+ "members":{
958
+ "arn":{"shape":"AmazonResourceName"}
959
+ }
960
+ },
961
+ "GetJobResult":{
962
+ "type":"structure",
963
+ "members":{
964
+ "job":{"shape":"Job"}
965
+ }
966
+ },
967
+ "GetProjectRequest":{
968
+ "type":"structure",
969
+ "required":["arn"],
970
+ "members":{
971
+ "arn":{"shape":"AmazonResourceName"}
972
+ }
973
+ },
974
+ "GetProjectResult":{
975
+ "type":"structure",
976
+ "members":{
977
+ "project":{"shape":"Project"}
978
+ }
979
+ },
980
+ "GetRunRequest":{
981
+ "type":"structure",
982
+ "required":["arn"],
983
+ "members":{
984
+ "arn":{"shape":"AmazonResourceName"}
985
+ }
986
+ },
987
+ "GetRunResult":{
988
+ "type":"structure",
989
+ "members":{
990
+ "run":{"shape":"Run"}
991
+ }
992
+ },
993
+ "GetSuiteRequest":{
994
+ "type":"structure",
995
+ "required":["arn"],
996
+ "members":{
997
+ "arn":{"shape":"AmazonResourceName"}
998
+ }
999
+ },
1000
+ "GetSuiteResult":{
1001
+ "type":"structure",
1002
+ "members":{
1003
+ "suite":{"shape":"Suite"}
1004
+ }
1005
+ },
1006
+ "GetTestRequest":{
1007
+ "type":"structure",
1008
+ "required":["arn"],
1009
+ "members":{
1010
+ "arn":{"shape":"AmazonResourceName"}
1011
+ }
1012
+ },
1013
+ "GetTestResult":{
1014
+ "type":"structure",
1015
+ "members":{
1016
+ "test":{"shape":"Test"}
1017
+ }
1018
+ },
1019
+ "GetUploadRequest":{
1020
+ "type":"structure",
1021
+ "required":["arn"],
1022
+ "members":{
1023
+ "arn":{"shape":"AmazonResourceName"}
1024
+ }
1025
+ },
1026
+ "GetUploadResult":{
1027
+ "type":"structure",
1028
+ "members":{
1029
+ "upload":{"shape":"Upload"}
1030
+ }
1031
+ },
1032
+ "IdempotencyException":{
1033
+ "type":"structure",
1034
+ "members":{
1035
+ "message":{"shape":"Message"}
1036
+ },
1037
+ "exception":true
1038
+ },
1039
+ "IncompatibilityMessage":{
1040
+ "type":"structure",
1041
+ "members":{
1042
+ "message":{"shape":"Message"},
1043
+ "type":{"shape":"DeviceAttribute"}
1044
+ }
1045
+ },
1046
+ "IncompatibilityMessages":{
1047
+ "type":"list",
1048
+ "member":{"shape":"IncompatibilityMessage"}
1049
+ },
1050
+ "Integer":{"type":"integer"},
1051
+ "Job":{
1052
+ "type":"structure",
1053
+ "members":{
1054
+ "arn":{"shape":"AmazonResourceName"},
1055
+ "name":{"shape":"Name"},
1056
+ "type":{"shape":"TestType"},
1057
+ "created":{"shape":"DateTime"},
1058
+ "status":{"shape":"ExecutionStatus"},
1059
+ "result":{"shape":"ExecutionResult"},
1060
+ "started":{"shape":"DateTime"},
1061
+ "stopped":{"shape":"DateTime"},
1062
+ "counters":{"shape":"Counters"},
1063
+ "message":{"shape":"Message"},
1064
+ "device":{"shape":"Device"}
1065
+ }
1066
+ },
1067
+ "Jobs":{
1068
+ "type":"list",
1069
+ "member":{"shape":"Job"}
1070
+ },
1071
+ "LimitExceededException":{
1072
+ "type":"structure",
1073
+ "members":{
1074
+ "message":{"shape":"Message"}
1075
+ },
1076
+ "exception":true
1077
+ },
1078
+ "ListArtifactsRequest":{
1079
+ "type":"structure",
1080
+ "required":[
1081
+ "arn",
1082
+ "type"
1083
+ ],
1084
+ "members":{
1085
+ "arn":{"shape":"AmazonResourceName"},
1086
+ "type":{"shape":"ArtifactCategory"},
1087
+ "nextToken":{"shape":"PaginationToken"}
1088
+ }
1089
+ },
1090
+ "ListArtifactsResult":{
1091
+ "type":"structure",
1092
+ "members":{
1093
+ "artifacts":{"shape":"Artifacts"},
1094
+ "nextToken":{"shape":"PaginationToken"}
1095
+ }
1096
+ },
1097
+ "ListDevicePoolsRequest":{
1098
+ "type":"structure",
1099
+ "required":["arn"],
1100
+ "members":{
1101
+ "arn":{"shape":"AmazonResourceName"},
1102
+ "type":{"shape":"DevicePoolType"},
1103
+ "nextToken":{"shape":"PaginationToken"}
1104
+ }
1105
+ },
1106
+ "ListDevicePoolsResult":{
1107
+ "type":"structure",
1108
+ "members":{
1109
+ "devicePools":{"shape":"DevicePools"},
1110
+ "nextToken":{"shape":"PaginationToken"}
1111
+ }
1112
+ },
1113
+ "ListDevicesRequest":{
1114
+ "type":"structure",
1115
+ "members":{
1116
+ "arn":{"shape":"AmazonResourceName"},
1117
+ "nextToken":{"shape":"PaginationToken"}
1118
+ }
1119
+ },
1120
+ "ListDevicesResult":{
1121
+ "type":"structure",
1122
+ "members":{
1123
+ "devices":{"shape":"Devices"},
1124
+ "nextToken":{"shape":"PaginationToken"}
1125
+ }
1126
+ },
1127
+ "ListJobsRequest":{
1128
+ "type":"structure",
1129
+ "required":["arn"],
1130
+ "members":{
1131
+ "arn":{"shape":"AmazonResourceName"},
1132
+ "nextToken":{"shape":"PaginationToken"}
1133
+ }
1134
+ },
1135
+ "ListJobsResult":{
1136
+ "type":"structure",
1137
+ "members":{
1138
+ "jobs":{"shape":"Jobs"},
1139
+ "nextToken":{"shape":"PaginationToken"}
1140
+ }
1141
+ },
1142
+ "ListProjectsRequest":{
1143
+ "type":"structure",
1144
+ "members":{
1145
+ "arn":{"shape":"AmazonResourceName"},
1146
+ "nextToken":{"shape":"PaginationToken"}
1147
+ }
1148
+ },
1149
+ "ListProjectsResult":{
1150
+ "type":"structure",
1151
+ "members":{
1152
+ "projects":{"shape":"Projects"},
1153
+ "nextToken":{"shape":"PaginationToken"}
1154
+ }
1155
+ },
1156
+ "ListRunsRequest":{
1157
+ "type":"structure",
1158
+ "required":["arn"],
1159
+ "members":{
1160
+ "arn":{"shape":"AmazonResourceName"},
1161
+ "nextToken":{"shape":"PaginationToken"}
1162
+ }
1163
+ },
1164
+ "ListRunsResult":{
1165
+ "type":"structure",
1166
+ "members":{
1167
+ "runs":{"shape":"Runs"},
1168
+ "nextToken":{"shape":"PaginationToken"}
1169
+ }
1170
+ },
1171
+ "ListSamplesRequest":{
1172
+ "type":"structure",
1173
+ "required":["arn"],
1174
+ "members":{
1175
+ "arn":{"shape":"AmazonResourceName"},
1176
+ "nextToken":{"shape":"PaginationToken"}
1177
+ }
1178
+ },
1179
+ "ListSamplesResult":{
1180
+ "type":"structure",
1181
+ "members":{
1182
+ "samples":{"shape":"Samples"},
1183
+ "nextToken":{"shape":"PaginationToken"}
1184
+ }
1185
+ },
1186
+ "ListSuitesRequest":{
1187
+ "type":"structure",
1188
+ "required":["arn"],
1189
+ "members":{
1190
+ "arn":{"shape":"AmazonResourceName"},
1191
+ "nextToken":{"shape":"PaginationToken"}
1192
+ }
1193
+ },
1194
+ "ListSuitesResult":{
1195
+ "type":"structure",
1196
+ "members":{
1197
+ "suites":{"shape":"Suites"},
1198
+ "nextToken":{"shape":"PaginationToken"}
1199
+ }
1200
+ },
1201
+ "ListTestsRequest":{
1202
+ "type":"structure",
1203
+ "required":["arn"],
1204
+ "members":{
1205
+ "arn":{"shape":"AmazonResourceName"},
1206
+ "nextToken":{"shape":"PaginationToken"}
1207
+ }
1208
+ },
1209
+ "ListTestsResult":{
1210
+ "type":"structure",
1211
+ "members":{
1212
+ "tests":{"shape":"Tests"},
1213
+ "nextToken":{"shape":"PaginationToken"}
1214
+ }
1215
+ },
1216
+ "ListUniqueProblemsRequest":{
1217
+ "type":"structure",
1218
+ "required":["arn"],
1219
+ "members":{
1220
+ "arn":{"shape":"AmazonResourceName"},
1221
+ "nextToken":{"shape":"PaginationToken"}
1222
+ }
1223
+ },
1224
+ "ListUniqueProblemsResult":{
1225
+ "type":"structure",
1226
+ "members":{
1227
+ "uniqueProblems":{"shape":"UniqueProblemsByExecutionResultMap"},
1228
+ "nextToken":{"shape":"PaginationToken"}
1229
+ }
1230
+ },
1231
+ "ListUploadsRequest":{
1232
+ "type":"structure",
1233
+ "required":["arn"],
1234
+ "members":{
1235
+ "arn":{"shape":"AmazonResourceName"},
1236
+ "nextToken":{"shape":"PaginationToken"}
1237
+ }
1238
+ },
1239
+ "ListUploadsResult":{
1240
+ "type":"structure",
1241
+ "members":{
1242
+ "uploads":{"shape":"Uploads"},
1243
+ "nextToken":{"shape":"PaginationToken"}
1244
+ }
1245
+ },
1246
+ "Location":{
1247
+ "type":"structure",
1248
+ "required":[
1249
+ "latitude",
1250
+ "longitude"
1251
+ ],
1252
+ "members":{
1253
+ "latitude":{"shape":"Double"},
1254
+ "longitude":{"shape":"Double"}
1255
+ }
1256
+ },
1257
+ "Long":{"type":"long"},
1258
+ "Message":{
1259
+ "type":"string",
1260
+ "min":0,
1261
+ "max":8192
1262
+ },
1263
+ "Metadata":{
1264
+ "type":"string",
1265
+ "min":0,
1266
+ "max":1024
1267
+ },
1268
+ "Name":{
1269
+ "type":"string",
1270
+ "min":0,
1271
+ "max":256
1272
+ },
1273
+ "NotFoundException":{
1274
+ "type":"structure",
1275
+ "members":{
1276
+ "message":{"shape":"Message"}
1277
+ },
1278
+ "exception":true
1279
+ },
1280
+ "PaginationToken":{
1281
+ "type":"string",
1282
+ "min":4,
1283
+ "max":1024
1284
+ },
1285
+ "Problem":{
1286
+ "type":"structure",
1287
+ "members":{
1288
+ "run":{"shape":"ProblemDetail"},
1289
+ "job":{"shape":"ProblemDetail"},
1290
+ "suite":{"shape":"ProblemDetail"},
1291
+ "test":{"shape":"ProblemDetail"},
1292
+ "device":{"shape":"Device"},
1293
+ "result":{"shape":"ExecutionResult"},
1294
+ "message":{"shape":"Message"}
1295
+ }
1296
+ },
1297
+ "ProblemDetail":{
1298
+ "type":"structure",
1299
+ "members":{
1300
+ "arn":{"shape":"AmazonResourceName"},
1301
+ "name":{"shape":"Name"}
1302
+ }
1303
+ },
1304
+ "Problems":{
1305
+ "type":"list",
1306
+ "member":{"shape":"Problem"}
1307
+ },
1308
+ "Project":{
1309
+ "type":"structure",
1310
+ "members":{
1311
+ "arn":{"shape":"AmazonResourceName"},
1312
+ "name":{"shape":"Name"},
1313
+ "created":{"shape":"DateTime"}
1314
+ }
1315
+ },
1316
+ "Projects":{
1317
+ "type":"list",
1318
+ "member":{"shape":"Project"}
1319
+ },
1320
+ "Radios":{
1321
+ "type":"structure",
1322
+ "members":{
1323
+ "wifi":{"shape":"Boolean"},
1324
+ "bluetooth":{"shape":"Boolean"},
1325
+ "nfc":{"shape":"Boolean"},
1326
+ "gps":{"shape":"Boolean"}
1327
+ }
1328
+ },
1329
+ "Resolution":{
1330
+ "type":"structure",
1331
+ "members":{
1332
+ "width":{"shape":"Integer"},
1333
+ "height":{"shape":"Integer"}
1334
+ }
1335
+ },
1336
+ "Rule":{
1337
+ "type":"structure",
1338
+ "members":{
1339
+ "attribute":{"shape":"DeviceAttribute"},
1340
+ "operator":{"shape":"RuleOperator"},
1341
+ "value":{"shape":"String"}
1342
+ }
1343
+ },
1344
+ "RuleOperator":{
1345
+ "type":"string",
1346
+ "enum":[
1347
+ "EQUALS",
1348
+ "LESS_THAN",
1349
+ "GREATER_THAN",
1350
+ "IN",
1351
+ "NOT_IN"
1352
+ ]
1353
+ },
1354
+ "Rules":{
1355
+ "type":"list",
1356
+ "member":{"shape":"Rule"}
1357
+ },
1358
+ "Run":{
1359
+ "type":"structure",
1360
+ "members":{
1361
+ "arn":{"shape":"AmazonResourceName"},
1362
+ "name":{"shape":"Name"},
1363
+ "type":{"shape":"TestType"},
1364
+ "platform":{"shape":"DevicePlatform"},
1365
+ "created":{"shape":"DateTime"},
1366
+ "status":{"shape":"ExecutionStatus"},
1367
+ "result":{"shape":"ExecutionResult"},
1368
+ "started":{"shape":"DateTime"},
1369
+ "stopped":{"shape":"DateTime"},
1370
+ "counters":{"shape":"Counters"},
1371
+ "message":{"shape":"Message"},
1372
+ "totalJobs":{"shape":"Integer"},
1373
+ "completedJobs":{"shape":"Integer"}
1374
+ }
1375
+ },
1376
+ "Runs":{
1377
+ "type":"list",
1378
+ "member":{"shape":"Run"}
1379
+ },
1380
+ "Sample":{
1381
+ "type":"structure",
1382
+ "members":{
1383
+ "arn":{"shape":"AmazonResourceName"},
1384
+ "type":{"shape":"SampleType"},
1385
+ "url":{"shape":"URL"}
1386
+ }
1387
+ },
1388
+ "SampleType":{
1389
+ "type":"string",
1390
+ "enum":[
1391
+ "CPU",
1392
+ "MEMORY",
1393
+ "THREADS",
1394
+ "RX_RATE",
1395
+ "TX_RATE",
1396
+ "RX",
1397
+ "TX",
1398
+ "NATIVE_FRAMES",
1399
+ "NATIVE_FPS",
1400
+ "NATIVE_MIN_DRAWTIME",
1401
+ "NATIVE_AVG_DRAWTIME",
1402
+ "NATIVE_MAX_DRAWTIME",
1403
+ "OPENGL_FRAMES",
1404
+ "OPENGL_FPS",
1405
+ "OPENGL_MIN_DRAWTIME",
1406
+ "OPENGL_AVG_DRAWTIME",
1407
+ "OPENGL_MAX_DRAWTIME"
1408
+ ]
1409
+ },
1410
+ "Samples":{
1411
+ "type":"list",
1412
+ "member":{"shape":"Sample"}
1413
+ },
1414
+ "ScheduleRunConfiguration":{
1415
+ "type":"structure",
1416
+ "members":{
1417
+ "extraDataPackageArn":{"shape":"AmazonResourceName"},
1418
+ "networkProfileArn":{"shape":"AmazonResourceName"},
1419
+ "locale":{"shape":"String"},
1420
+ "location":{"shape":"Location"},
1421
+ "radios":{"shape":"Radios"},
1422
+ "auxiliaryApps":{"shape":"AmazonResourceNames"}
1423
+ }
1424
+ },
1425
+ "ScheduleRunRequest":{
1426
+ "type":"structure",
1427
+ "required":[
1428
+ "projectArn",
1429
+ "appArn",
1430
+ "devicePoolArn",
1431
+ "test"
1432
+ ],
1433
+ "members":{
1434
+ "projectArn":{"shape":"AmazonResourceName"},
1435
+ "appArn":{"shape":"AmazonResourceName"},
1436
+ "devicePoolArn":{"shape":"AmazonResourceName"},
1437
+ "name":{"shape":"Name"},
1438
+ "test":{"shape":"ScheduleRunTest"},
1439
+ "configuration":{"shape":"ScheduleRunConfiguration"}
1440
+ }
1441
+ },
1442
+ "ScheduleRunResult":{
1443
+ "type":"structure",
1444
+ "members":{
1445
+ "run":{"shape":"Run"}
1446
+ }
1447
+ },
1448
+ "ScheduleRunTest":{
1449
+ "type":"structure",
1450
+ "required":["type"],
1451
+ "members":{
1452
+ "type":{"shape":"TestType"},
1453
+ "testPackageArn":{"shape":"AmazonResourceName"},
1454
+ "filter":{"shape":"Filter"},
1455
+ "parameters":{"shape":"TestParameters"}
1456
+ }
1457
+ },
1458
+ "ServiceAccountException":{
1459
+ "type":"structure",
1460
+ "members":{
1461
+ "message":{"shape":"Message"}
1462
+ },
1463
+ "exception":true
1464
+ },
1465
+ "String":{"type":"string"},
1466
+ "Suite":{
1467
+ "type":"structure",
1468
+ "members":{
1469
+ "arn":{"shape":"AmazonResourceName"},
1470
+ "name":{"shape":"Name"},
1471
+ "type":{"shape":"TestType"},
1472
+ "created":{"shape":"DateTime"},
1473
+ "status":{"shape":"ExecutionStatus"},
1474
+ "result":{"shape":"ExecutionResult"},
1475
+ "started":{"shape":"DateTime"},
1476
+ "stopped":{"shape":"DateTime"},
1477
+ "counters":{"shape":"Counters"},
1478
+ "message":{"shape":"Message"}
1479
+ }
1480
+ },
1481
+ "Suites":{
1482
+ "type":"list",
1483
+ "member":{"shape":"Suite"}
1484
+ },
1485
+ "Test":{
1486
+ "type":"structure",
1487
+ "members":{
1488
+ "arn":{"shape":"AmazonResourceName"},
1489
+ "name":{"shape":"Name"},
1490
+ "type":{"shape":"TestType"},
1491
+ "created":{"shape":"DateTime"},
1492
+ "status":{"shape":"ExecutionStatus"},
1493
+ "result":{"shape":"ExecutionResult"},
1494
+ "started":{"shape":"DateTime"},
1495
+ "stopped":{"shape":"DateTime"},
1496
+ "counters":{"shape":"Counters"},
1497
+ "message":{"shape":"Message"}
1498
+ }
1499
+ },
1500
+ "TestParameters":{
1501
+ "type":"map",
1502
+ "key":{"shape":"String"},
1503
+ "value":{"shape":"String"}
1504
+ },
1505
+ "TestType":{
1506
+ "type":"string",
1507
+ "enum":[
1508
+ "BUILTIN_FUZZ",
1509
+ "BUILTIN_EXPLORER",
1510
+ "APPIUM_JAVA_JUNIT",
1511
+ "APPIUM_JAVA_TESTNG",
1512
+ "CALABASH",
1513
+ "INSTRUMENTATION",
1514
+ "UIAUTOMATOR"
1515
+ ]
1516
+ },
1517
+ "Tests":{
1518
+ "type":"list",
1519
+ "member":{"shape":"Test"}
1520
+ },
1521
+ "URL":{
1522
+ "type":"string",
1523
+ "min":0,
1524
+ "max":2048
1525
+ },
1526
+ "UniqueProblem":{
1527
+ "type":"structure",
1528
+ "members":{
1529
+ "message":{"shape":"Message"},
1530
+ "problems":{"shape":"Problems"}
1531
+ }
1532
+ },
1533
+ "UniqueProblems":{
1534
+ "type":"list",
1535
+ "member":{"shape":"UniqueProblem"}
1536
+ },
1537
+ "UniqueProblemsByExecutionResultMap":{
1538
+ "type":"map",
1539
+ "key":{"shape":"ExecutionResult"},
1540
+ "value":{"shape":"UniqueProblems"}
1541
+ },
1542
+ "Upload":{
1543
+ "type":"structure",
1544
+ "members":{
1545
+ "arn":{"shape":"AmazonResourceName"},
1546
+ "name":{"shape":"Name"},
1547
+ "created":{"shape":"DateTime"},
1548
+ "type":{"shape":"UploadType"},
1549
+ "status":{"shape":"UploadStatus"},
1550
+ "url":{"shape":"URL"},
1551
+ "metadata":{"shape":"Metadata"},
1552
+ "contentType":{"shape":"ContentType"},
1553
+ "message":{"shape":"Message"}
1554
+ }
1555
+ },
1556
+ "UploadStatus":{
1557
+ "type":"string",
1558
+ "enum":[
1559
+ "INITIALIZED",
1560
+ "PROCESSING",
1561
+ "SUCCEEDED",
1562
+ "FAILED"
1563
+ ]
1564
+ },
1565
+ "UploadType":{
1566
+ "type":"string",
1567
+ "enum":[
1568
+ "ANDROID_APP",
1569
+ "EXTERNAL_DATA",
1570
+ "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
1571
+ "APPIUM_JAVA_TESTNG_TEST_PACKAGE",
1572
+ "CALABASH_TEST_PACKAGE",
1573
+ "INSTRUMENTATION_TEST_PACKAGE",
1574
+ "UIAUTOMATOR_TEST_PACKAGE"
1575
+ ]
1576
+ },
1577
+ "Uploads":{
1578
+ "type":"list",
1579
+ "member":{"shape":"Upload"}
1580
+ }
1581
+ }
1582
+ }