forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevicefarm-2015-06-23.normal.json
3090 lines (3090 loc) · 121 KB
/
devicefarm-2015-06-23.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version":"2.0",
"metadata":{
"apiVersion":"2015-06-23",
"endpointPrefix":"devicefarm",
"jsonVersion":"1.1",
"protocol":"json",
"serviceFullName":"AWS Device Farm",
"signatureVersion":"v4",
"targetPrefix":"DeviceFarm_20150623",
"uid":"devicefarm-2015-06-23"
},
"operations":{
"CreateDevicePool":{
"name":"CreateDevicePool",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateDevicePoolRequest"},
"output":{"shape":"CreateDevicePoolResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Creates a device pool.</p>"
},
"CreateProject":{
"name":"CreateProject",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateProjectRequest"},
"output":{"shape":"CreateProjectResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Creates a new project.</p>"
},
"CreateRemoteAccessSession":{
"name":"CreateRemoteAccessSession",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateRemoteAccessSessionRequest"},
"output":{"shape":"CreateRemoteAccessSessionResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Specifies and starts a remote access session.</p>"
},
"CreateUpload":{
"name":"CreateUpload",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateUploadRequest"},
"output":{"shape":"CreateUploadResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Uploads an app or test scripts.</p>"
},
"DeleteDevicePool":{
"name":"DeleteDevicePool",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteDevicePoolRequest"},
"output":{"shape":"DeleteDevicePoolResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.</p>"
},
"DeleteProject":{
"name":"DeleteProject",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteProjectRequest"},
"output":{"shape":"DeleteProjectResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Deletes an AWS Device Farm project, given the project ARN.</p> <p> <b>Note</b> Deleting this resource does not stop an in-progress run.</p>"
},
"DeleteRemoteAccessSession":{
"name":"DeleteRemoteAccessSession",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteRemoteAccessSessionRequest"},
"output":{"shape":"DeleteRemoteAccessSessionResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Deletes a completed remote access session and its results.</p>"
},
"DeleteRun":{
"name":"DeleteRun",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteRunRequest"},
"output":{"shape":"DeleteRunResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Deletes the run, given the run ARN.</p> <p> <b>Note</b> Deleting this resource does not stop an in-progress run.</p>"
},
"DeleteUpload":{
"name":"DeleteUpload",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteUploadRequest"},
"output":{"shape":"DeleteUploadResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Deletes an upload given the upload ARN.</p>"
},
"GetAccountSettings":{
"name":"GetAccountSettings",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetAccountSettingsRequest"},
"output":{"shape":"GetAccountSettingsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.</p>"
},
"GetDevice":{
"name":"GetDevice",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetDeviceRequest"},
"output":{"shape":"GetDeviceResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about a unique device type.</p>"
},
"GetDevicePool":{
"name":"GetDevicePool",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetDevicePoolRequest"},
"output":{"shape":"GetDevicePoolResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about a device pool.</p>"
},
"GetDevicePoolCompatibility":{
"name":"GetDevicePoolCompatibility",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetDevicePoolCompatibilityRequest"},
"output":{"shape":"GetDevicePoolCompatibilityResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about compatibility with a device pool.</p>"
},
"GetJob":{
"name":"GetJob",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetJobRequest"},
"output":{"shape":"GetJobResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about a job.</p>"
},
"GetOfferingStatus":{
"name":"GetOfferingStatus",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetOfferingStatusRequest"},
"output":{"shape":"GetOfferingStatusResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"NotEligibleException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets the current status and future status of all offerings purchased by an AWS account. The response indicates how many offerings are currently available and the offerings that will be available in the next period. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. Please contact <a href=\"mailto:[email protected]\">[email protected]</a> if you believe that you should be able to invoke this operation.</p>"
},
"GetProject":{
"name":"GetProject",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetProjectRequest"},
"output":{"shape":"GetProjectResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about a project.</p>"
},
"GetRemoteAccessSession":{
"name":"GetRemoteAccessSession",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetRemoteAccessSessionRequest"},
"output":{"shape":"GetRemoteAccessSessionResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Returns a link to a currently running remote access session.</p>"
},
"GetRun":{
"name":"GetRun",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetRunRequest"},
"output":{"shape":"GetRunResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about a run.</p>"
},
"GetSuite":{
"name":"GetSuite",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetSuiteRequest"},
"output":{"shape":"GetSuiteResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about a suite.</p>"
},
"GetTest":{
"name":"GetTest",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetTestRequest"},
"output":{"shape":"GetTestResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about a test.</p>"
},
"GetUpload":{
"name":"GetUpload",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetUploadRequest"},
"output":{"shape":"GetUploadResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about an upload.</p>"
},
"InstallToRemoteAccessSession":{
"name":"InstallToRemoteAccessSession",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"InstallToRemoteAccessSessionRequest"},
"output":{"shape":"InstallToRemoteAccessSessionResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Installs an application to the device in a remote access session. For Android applications, the file must be in .apk format. For iOS applications, the file must be in .ipa format.</p>"
},
"ListArtifacts":{
"name":"ListArtifacts",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListArtifactsRequest"},
"output":{"shape":"ListArtifactsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about artifacts.</p>"
},
"ListDevicePools":{
"name":"ListDevicePools",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListDevicePoolsRequest"},
"output":{"shape":"ListDevicePoolsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about device pools.</p>"
},
"ListDevices":{
"name":"ListDevices",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListDevicesRequest"},
"output":{"shape":"ListDevicesResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about unique device types.</p>"
},
"ListJobs":{
"name":"ListJobs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListJobsRequest"},
"output":{"shape":"ListJobsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about jobs.</p>"
},
"ListOfferingTransactions":{
"name":"ListOfferingTransactions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListOfferingTransactionsRequest"},
"output":{"shape":"ListOfferingTransactionsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"NotEligibleException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account. The list is paginated and ordered by a descending timestamp (most recent transactions are first). The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. Please contact <a href=\"mailto:[email protected]\">[email protected]</a> if you believe that you should be able to invoke this operation.</p>"
},
"ListOfferings":{
"name":"ListOfferings",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListOfferingsRequest"},
"output":{"shape":"ListOfferingsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"NotEligibleException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Returns a list of products or offerings that the user can manage through the API. Each offering record indicates the recurring price per unit and the frequency for that offering. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. Please contact <a href=\"mailto:[email protected]\">[email protected]</a> if you believe that you should be able to invoke this operation.</p>"
},
"ListProjects":{
"name":"ListProjects",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListProjectsRequest"},
"output":{"shape":"ListProjectsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about projects.</p>"
},
"ListRemoteAccessSessions":{
"name":"ListRemoteAccessSessions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListRemoteAccessSessionsRequest"},
"output":{"shape":"ListRemoteAccessSessionsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Returns a list of all currently running remote access sessions.</p>"
},
"ListRuns":{
"name":"ListRuns",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListRunsRequest"},
"output":{"shape":"ListRunsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about runs, given an AWS Device Farm project ARN.</p>"
},
"ListSamples":{
"name":"ListSamples",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListSamplesRequest"},
"output":{"shape":"ListSamplesResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about samples, given an AWS Device Farm project ARN</p>"
},
"ListSuites":{
"name":"ListSuites",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListSuitesRequest"},
"output":{"shape":"ListSuitesResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about suites.</p>"
},
"ListTests":{
"name":"ListTests",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTestsRequest"},
"output":{"shape":"ListTestsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about tests.</p>"
},
"ListUniqueProblems":{
"name":"ListUniqueProblems",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListUniqueProblemsRequest"},
"output":{"shape":"ListUniqueProblemsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about unique problems.</p>"
},
"ListUploads":{
"name":"ListUploads",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListUploadsRequest"},
"output":{"shape":"ListUploadsResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Gets information about uploads, given an AWS Device Farm project ARN.</p>"
},
"PurchaseOffering":{
"name":"PurchaseOffering",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PurchaseOfferingRequest"},
"output":{"shape":"PurchaseOfferingResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"NotEligibleException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased quantity for an offering, unless the renewal was overridden. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. Please contact <a href=\"mailto:[email protected]\">[email protected]</a> if you believe that you should be able to invoke this operation.</p>"
},
"RenewOffering":{
"name":"RenewOffering",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RenewOfferingRequest"},
"output":{"shape":"RenewOfferingResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"NotEligibleException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Explicitly sets the quantity of devices to renew for an offering, starting from the <code>effectiveDate</code> of the next period. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. Please contact <a href=\"mailto:[email protected]\">[email protected]</a> if you believe that you should be able to invoke this operation.</p>"
},
"ScheduleRun":{
"name":"ScheduleRun",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ScheduleRunRequest"},
"output":{"shape":"ScheduleRunResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"IdempotencyException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Schedules a run.</p>"
},
"StopRemoteAccessSession":{
"name":"StopRemoteAccessSession",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StopRemoteAccessSessionRequest"},
"output":{"shape":"StopRemoteAccessSessionResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Ends a specified remote access session.</p>"
},
"StopRun":{
"name":"StopRun",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StopRunRequest"},
"output":{"shape":"StopRunResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Initiates a stop request for the current test run. AWS Device Farm will immediately stop the run on devices where tests have not started executing, and you will not be billed for these devices. On devices where tests have started executing, Setup Suite and Teardown Suite tests will run to completion before stopping execution on those devices. You will be billed for Setup, Teardown, and any tests that were in progress or already completed.</p>"
},
"UpdateDevicePool":{
"name":"UpdateDevicePool",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateDevicePoolRequest"},
"output":{"shape":"UpdateDevicePoolResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Modifies the name, description, and rules in a device pool given the attributes and the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a whole (or not at all).</p>"
},
"UpdateProject":{
"name":"UpdateProject",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateProjectRequest"},
"output":{"shape":"UpdateProjectResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"NotFoundException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceAccountException"}
],
"documentation":"<p>Modifies the specified project name, given the project ARN and a new name.</p>"
}
},
"shapes":{
"AWSAccountNumber":{
"type":"string",
"max":16,
"min":2
},
"AccountSettings":{
"type":"structure",
"members":{
"awsAccountNumber":{
"shape":"AWSAccountNumber",
"documentation":"<p>The AWS account number specified in the <code>AccountSettings</code> container.</p>"
},
"unmeteredDevices":{
"shape":"PurchasedDevicesMap",
"documentation":"<p>Returns the unmetered devices you have purchased or want to purchase.</p>"
},
"unmeteredRemoteAccessDevices":{
"shape":"PurchasedDevicesMap",
"documentation":"<p>Returns the unmetered remote access devices you have purchased or want to purchase.</p>"
}
},
"documentation":"<p>A container for account-level settings within AWS Device Farm.</p>"
},
"AmazonResourceName":{
"type":"string",
"min":32
},
"AmazonResourceNames":{
"type":"list",
"member":{"shape":"AmazonResourceName"}
},
"ArgumentException":{
"type":"structure",
"members":{
"message":{
"shape":"Message",
"documentation":"<p>Any additional information about the exception.</p>"
}
},
"documentation":"<p>An invalid argument was specified.</p>",
"exception":true
},
"Artifact":{
"type":"structure",
"members":{
"arn":{
"shape":"AmazonResourceName",
"documentation":"<p>The artifact's ARN.</p>"
},
"name":{
"shape":"Name",
"documentation":"<p>The artifact's name.</p>"
},
"type":{
"shape":"ArtifactType",
"documentation":"<p>The artifact's type.</p> <p>Allowed values include the following:</p> <ul> <li> <p>UNKNOWN: An unknown type.</p> </li> <li> <p>SCREENSHOT: The screenshot type.</p> </li> <li> <p>DEVICE_LOG: The device log type.</p> </li> <li> <p>MESSAGE_LOG: The message log type.</p> </li> <li> <p>RESULT_LOG: The result log type.</p> </li> <li> <p>SERVICE_LOG: The service log type.</p> </li> <li> <p>WEBKIT_LOG: The web kit log type.</p> </li> <li> <p>INSTRUMENTATION_OUTPUT: The instrumentation type.</p> </li> <li> <p>EXERCISER_MONKEY_OUTPUT: For Android, the artifact (log) generated by an Android fuzz test.</p> </li> <li> <p>CALABASH_JSON_OUTPUT: The Calabash JSON output type.</p> </li> <li> <p>CALABASH_PRETTY_OUTPUT: The Calabash pretty output type.</p> </li> <li> <p>CALABASH_STANDARD_OUTPUT: The Calabash standard output type.</p> </li> <li> <p>CALABASH_JAVA_XML_OUTPUT: The Calabash Java XML output type.</p> </li> <li> <p>AUTOMATION_OUTPUT: The automation output type.</p> </li> <li> <p>APPIUM_SERVER_OUTPUT: The Appium server output type.</p> </li> <li> <p>APPIUM_JAVA_OUTPUT: The Appium Java output type.</p> </li> <li> <p>APPIUM_JAVA_XML_OUTPUT: The Appium Java XML output type.</p> </li> <li> <p>APPIUM_PYTHON_OUTPUT: The Appium Python output type.</p> </li> <li> <p>APPIUM_PYTHON_XML_OUTPUT: The Appium Python XML output type.</p> </li> <li> <p>EXPLORER_EVENT_LOG: The Explorer event log output type.</p> </li> <li> <p>EXPLORER_SUMMARY_LOG: The Explorer summary log output type.</p> </li> <li> <p>APPLICATION_CRASH_REPORT: The application crash report output type.</p> </li> <li> <p>XCTEST_LOG: The XCode test output type.</p> </li> </ul>"
},
"extension":{
"shape":"String",
"documentation":"<p>The artifact's file extension.</p>"
},
"url":{
"shape":"URL",
"documentation":"<p>The pre-signed Amazon S3 URL that can be used with a corresponding GET request to download the artifact's file.</p>"
}
},
"documentation":"<p>Represents the output of a test. Examples of artifacts include logs and screenshots.</p>"
},
"ArtifactCategory":{
"type":"string",
"enum":[
"SCREENSHOT",
"FILE",
"LOG"
]
},
"ArtifactType":{
"type":"string",
"enum":[
"UNKNOWN",
"SCREENSHOT",
"DEVICE_LOG",
"MESSAGE_LOG",
"VIDEO_LOG",
"RESULT_LOG",
"SERVICE_LOG",
"WEBKIT_LOG",
"INSTRUMENTATION_OUTPUT",
"EXERCISER_MONKEY_OUTPUT",
"CALABASH_JSON_OUTPUT",
"CALABASH_PRETTY_OUTPUT",
"CALABASH_STANDARD_OUTPUT",
"CALABASH_JAVA_XML_OUTPUT",
"AUTOMATION_OUTPUT",
"APPIUM_SERVER_OUTPUT",
"APPIUM_JAVA_OUTPUT",
"APPIUM_JAVA_XML_OUTPUT",
"APPIUM_PYTHON_OUTPUT",
"APPIUM_PYTHON_XML_OUTPUT",
"EXPLORER_EVENT_LOG",
"EXPLORER_SUMMARY_LOG",
"APPLICATION_CRASH_REPORT",
"XCTEST_LOG",
"VIDEO"
]
},
"Artifacts":{
"type":"list",
"member":{"shape":"Artifact"}
},
"BillingMethod":{
"type":"string",
"enum":[
"METERED",
"UNMETERED"
]
},
"Boolean":{"type":"boolean"},
"CPU":{
"type":"structure",
"members":{
"frequency":{
"shape":"String",
"documentation":"<p>The CPU's frequency.</p>"
},
"architecture":{
"shape":"String",
"documentation":"<p>The CPU's architecture, for example x86 or ARM.</p>"
},
"clock":{
"shape":"Double",
"documentation":"<p>The clock speed of the device's CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000.</p>"
}
},
"documentation":"<p>Represents the amount of CPU that an app is using on a physical device.</p> <p>Note that this does not represent system-wide CPU usage.</p>"
},
"ContentType":{
"type":"string",
"max":64,
"min":0
},
"Counters":{
"type":"structure",
"members":{
"total":{
"shape":"Integer",
"documentation":"<p>The total number of entities.</p>"
},
"passed":{
"shape":"Integer",
"documentation":"<p>The number of passed entities.</p>"
},
"failed":{
"shape":"Integer",
"documentation":"<p>The number of failed entities.</p>"
},
"warned":{
"shape":"Integer",
"documentation":"<p>The number of warned entities.</p>"
},
"errored":{
"shape":"Integer",
"documentation":"<p>The number of errored entities.</p>"
},
"stopped":{
"shape":"Integer",
"documentation":"<p>The number of stopped entities.</p>"
},
"skipped":{
"shape":"Integer",
"documentation":"<p>The number of skipped entities.</p>"
}
},
"documentation":"<p>Represents entity counters.</p>"
},
"CreateDevicePoolRequest":{
"type":"structure",
"required":[
"projectArn",
"name",
"rules"
],
"members":{
"projectArn":{
"shape":"AmazonResourceName",
"documentation":"<p>The ARN of the project for the device pool.</p>"
},
"name":{
"shape":"Name",
"documentation":"<p>The device pool's name.</p>"
},
"description":{
"shape":"Message",
"documentation":"<p>The device pool's description.</p>"
},
"rules":{
"shape":"Rules",
"documentation":"<p>The device pool's rules.</p>"
}
},
"documentation":"<p>Represents a request to the create device pool operation.</p>"
},
"CreateDevicePoolResult":{
"type":"structure",
"members":{
"devicePool":{
"shape":"DevicePool",
"documentation":"<p>The newly created device pool.</p>"
}
},
"documentation":"<p>Represents the result of a create device pool request.</p>"
},
"CreateProjectRequest":{
"type":"structure",
"required":["name"],
"members":{
"name":{
"shape":"Name",
"documentation":"<p>The project's name.</p>"
}
},
"documentation":"<p>Represents a request to the create project operation.</p>"
},
"CreateProjectResult":{
"type":"structure",
"members":{
"project":{
"shape":"Project",
"documentation":"<p>The newly created project.</p>"
}
},
"documentation":"<p>Represents the result of a create project request.</p>"
},
"CreateRemoteAccessSessionConfiguration":{
"type":"structure",
"members":{
"billingMethod":{
"shape":"BillingMethod",
"documentation":"<p>Returns the billing method for purposes of configuring a remote access session.</p>"
}
},
"documentation":"<p>Creates the configuration settings for a remote access session, including the device model and type.</p>"
},
"CreateRemoteAccessSessionRequest":{
"type":"structure",
"required":[
"projectArn",
"deviceArn"
],
"members":{
"projectArn":{
"shape":"AmazonResourceName",
"documentation":"<p>The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.</p>"
},
"deviceArn":{
"shape":"AmazonResourceName",
"documentation":"<p>The Amazon Resource Name (ARN) of the device for which you want to create a remote access session.</p>"
},
"name":{
"shape":"Name",
"documentation":"<p>The name of the remote access session that you wish to create.</p>"
},
"configuration":{
"shape":"CreateRemoteAccessSessionConfiguration",
"documentation":"<p>The configuration information for the remote access session request.</p>"
}
},
"documentation":"<p>Creates and submits a request to start a remote access session.</p>"
},
"CreateRemoteAccessSessionResult":{
"type":"structure",
"members":{
"remoteAccessSession":{
"shape":"RemoteAccessSession",
"documentation":"<p>A container that describes the remote access session when the request to create a remote access session is sent.</p>"
}
},
"documentation":"<p>Represents the server response from a request to create a remote access session.</p>"
},
"CreateUploadRequest":{
"type":"structure",
"required":[
"projectArn",
"name",
"type"
],
"members":{
"projectArn":{
"shape":"AmazonResourceName",
"documentation":"<p>The ARN of the project for the upload.</p>"
},