aws-sdk-core 2.2.0 → 2.2.1

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: b605693b7d8841a32c221c9df5309edabe21d871
4
- data.tar.gz: cea7d573569b1db856062db462abdfe16b5193df
3
+ metadata.gz: 092d810c47640221272258a894f5f947602a3efe
4
+ data.tar.gz: b0f2780e5ba2cd76e605c7bde82401cd11bcb49a
5
5
  SHA512:
6
- metadata.gz: 6892e6e21a5120d7c4a385295d98f16f69f7d44b18ad1880b368034eb3e328dd9103d48660dc488963c0d1cd4a7e57e993c2c114de17c35b90decf8a260ac7c5
7
- data.tar.gz: dd29ab0659cffeca72ddfb216026e29ef7537c543c727a831b0255d54e707eb92ae1fa09405e27f70b1fb21a340aabd0978138c8fd11d145d05787768388f8ed
6
+ metadata.gz: 4115594c24435421bbd53e6324fb1c36a2882c09eb507c275fb702be91e162978df641f583c6892cea78df6087dcae50f9287b6aabb62cffbddd852720fa4440
7
+ data.tar.gz: af7bb5c3f26919b4ff6d7c5797ffca28447547ec7e2c5392c06fea8ed376e5d8a01464a4e96383ad82659767482f1f3b596f80434183abe1a12310aba46cc00e
@@ -94,6 +94,14 @@
94
94
  }
95
95
  }
96
96
  },
97
+ "waiters": {
98
+ "Exists": {
99
+ "waiterName": "StackExists",
100
+ "params": [
101
+ { "target": "StackName", "source": "identifier", "name": "Name" }
102
+ ]
103
+ }
104
+ },
97
105
  "has": {
98
106
  "Resource": {
99
107
  "resource": {
@@ -1,6 +1,23 @@
1
1
  {
2
2
  "version": 2,
3
3
  "waiters": {
4
+ "StackExists": {
5
+ "delay": 5,
6
+ "operation": "DescribeStacks",
7
+ "maxAttempts": 20,
8
+ "acceptors": [
9
+ {
10
+ "matcher": "status",
11
+ "expected": 200,
12
+ "state": "success"
13
+ },
14
+ {
15
+ "matcher": "error",
16
+ "expected": "ValidationError",
17
+ "state": "retry"
18
+ }
19
+ ]
20
+ },
4
21
  "StackCreateComplete": {
5
22
  "delay": 30,
6
23
  "operation": "DescribeStacks",
@@ -75,6 +92,18 @@
75
92
  "matcher": "pathAny",
76
93
  "state": "failure",
77
94
  "argument": "Stacks[].StackStatus"
95
+ },
96
+ {
97
+ "expected": "UPDATE_ROLLBACK_COMPLETE",
98
+ "matcher": "pathAny",
99
+ "state": "failure",
100
+ "argument": "Stacks[].StackStatus"
101
+ },
102
+ {
103
+ "expected": "UPDATE_ROLLBACK_FAILED",
104
+ "matcher": "pathAny",
105
+ "state": "failure",
106
+ "argument": "Stacks[].StackStatus"
78
107
  }
79
108
  ]
80
109
  }
@@ -4,10 +4,10 @@
4
4
  "apiVersion":"2015-06-23",
5
5
  "endpointPrefix":"devicefarm",
6
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
7
8
  "serviceFullName":"AWS Device Farm",
8
9
  "signatureVersion":"v4",
9
- "targetPrefix":"DeviceFarm_20150623",
10
- "protocol":"json"
10
+ "targetPrefix":"DeviceFarm_20150623"
11
11
  },
12
12
  "operations":{
13
13
  "CreateDevicePool":{
@@ -19,22 +19,10 @@
19
19
  "input":{"shape":"CreateDevicePoolRequest"},
20
20
  "output":{"shape":"CreateDevicePoolResult"},
21
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
- }
22
+ {"shape":"ArgumentException"},
23
+ {"shape":"NotFoundException"},
24
+ {"shape":"LimitExceededException"},
25
+ {"shape":"ServiceAccountException"}
38
26
  ]
39
27
  },
40
28
  "CreateProject":{
@@ -46,22 +34,10 @@
46
34
  "input":{"shape":"CreateProjectRequest"},
47
35
  "output":{"shape":"CreateProjectResult"},
48
36
  "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
- }
37
+ {"shape":"ArgumentException"},
38
+ {"shape":"NotFoundException"},
39
+ {"shape":"LimitExceededException"},
40
+ {"shape":"ServiceAccountException"}
65
41
  ]
66
42
  },
67
43
  "CreateUpload":{
@@ -73,22 +49,10 @@
73
49
  "input":{"shape":"CreateUploadRequest"},
74
50
  "output":{"shape":"CreateUploadResult"},
75
51
  "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
- }
52
+ {"shape":"ArgumentException"},
53
+ {"shape":"NotFoundException"},
54
+ {"shape":"LimitExceededException"},
55
+ {"shape":"ServiceAccountException"}
92
56
  ]
93
57
  },
94
58
  "DeleteDevicePool":{
@@ -100,22 +64,10 @@
100
64
  "input":{"shape":"DeleteDevicePoolRequest"},
101
65
  "output":{"shape":"DeleteDevicePoolResult"},
102
66
  "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
- }
67
+ {"shape":"ArgumentException"},
68
+ {"shape":"NotFoundException"},
69
+ {"shape":"LimitExceededException"},
70
+ {"shape":"ServiceAccountException"}
119
71
  ]
120
72
  },
121
73
  "DeleteProject":{
@@ -127,22 +79,10 @@
127
79
  "input":{"shape":"DeleteProjectRequest"},
128
80
  "output":{"shape":"DeleteProjectResult"},
129
81
  "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
- }
82
+ {"shape":"ArgumentException"},
83
+ {"shape":"NotFoundException"},
84
+ {"shape":"LimitExceededException"},
85
+ {"shape":"ServiceAccountException"}
146
86
  ]
147
87
  },
148
88
  "DeleteRun":{
@@ -154,22 +94,10 @@
154
94
  "input":{"shape":"DeleteRunRequest"},
155
95
  "output":{"shape":"DeleteRunResult"},
156
96
  "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
- }
97
+ {"shape":"ArgumentException"},
98
+ {"shape":"NotFoundException"},
99
+ {"shape":"LimitExceededException"},
100
+ {"shape":"ServiceAccountException"}
173
101
  ]
174
102
  },
175
103
  "DeleteUpload":{
@@ -181,22 +109,10 @@
181
109
  "input":{"shape":"DeleteUploadRequest"},
182
110
  "output":{"shape":"DeleteUploadResult"},
183
111
  "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
- }
112
+ {"shape":"ArgumentException"},
113
+ {"shape":"NotFoundException"},
114
+ {"shape":"LimitExceededException"},
115
+ {"shape":"ServiceAccountException"}
200
116
  ]
201
117
  },
202
118
  "GetAccountSettings":{
@@ -208,22 +124,10 @@
208
124
  "input":{"shape":"GetAccountSettingsRequest"},
209
125
  "output":{"shape":"GetAccountSettingsResult"},
210
126
  "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
- }
127
+ {"shape":"ArgumentException"},
128
+ {"shape":"NotFoundException"},
129
+ {"shape":"LimitExceededException"},
130
+ {"shape":"ServiceAccountException"}
227
131
  ]
228
132
  },
229
133
  "GetDevice":{
@@ -235,22 +139,10 @@
235
139
  "input":{"shape":"GetDeviceRequest"},
236
140
  "output":{"shape":"GetDeviceResult"},
237
141
  "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
- }
142
+ {"shape":"ArgumentException"},
143
+ {"shape":"NotFoundException"},
144
+ {"shape":"LimitExceededException"},
145
+ {"shape":"ServiceAccountException"}
254
146
  ]
255
147
  },
256
148
  "GetDevicePool":{
@@ -262,22 +154,10 @@
262
154
  "input":{"shape":"GetDevicePoolRequest"},
263
155
  "output":{"shape":"GetDevicePoolResult"},
264
156
  "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
- }
157
+ {"shape":"ArgumentException"},
158
+ {"shape":"NotFoundException"},
159
+ {"shape":"LimitExceededException"},
160
+ {"shape":"ServiceAccountException"}
281
161
  ]
282
162
  },
283
163
  "GetDevicePoolCompatibility":{
@@ -289,22 +169,10 @@
289
169
  "input":{"shape":"GetDevicePoolCompatibilityRequest"},
290
170
  "output":{"shape":"GetDevicePoolCompatibilityResult"},
291
171
  "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
- }
172
+ {"shape":"ArgumentException"},
173
+ {"shape":"NotFoundException"},
174
+ {"shape":"LimitExceededException"},
175
+ {"shape":"ServiceAccountException"}
308
176
  ]
309
177
  },
310
178
  "GetJob":{
@@ -316,22 +184,10 @@
316
184
  "input":{"shape":"GetJobRequest"},
317
185
  "output":{"shape":"GetJobResult"},
318
186
  "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
- }
187
+ {"shape":"ArgumentException"},
188
+ {"shape":"NotFoundException"},
189
+ {"shape":"LimitExceededException"},
190
+ {"shape":"ServiceAccountException"}
335
191
  ]
336
192
  },
337
193
  "GetProject":{
@@ -343,22 +199,10 @@
343
199
  "input":{"shape":"GetProjectRequest"},
344
200
  "output":{"shape":"GetProjectResult"},
345
201
  "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
- }
202
+ {"shape":"ArgumentException"},
203
+ {"shape":"NotFoundException"},
204
+ {"shape":"LimitExceededException"},
205
+ {"shape":"ServiceAccountException"}
362
206
  ]
363
207
  },
364
208
  "GetRun":{
@@ -370,22 +214,10 @@
370
214
  "input":{"shape":"GetRunRequest"},
371
215
  "output":{"shape":"GetRunResult"},
372
216
  "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
- }
217
+ {"shape":"ArgumentException"},
218
+ {"shape":"NotFoundException"},
219
+ {"shape":"LimitExceededException"},
220
+ {"shape":"ServiceAccountException"}
389
221
  ]
390
222
  },
391
223
  "GetSuite":{
@@ -397,22 +229,10 @@
397
229
  "input":{"shape":"GetSuiteRequest"},
398
230
  "output":{"shape":"GetSuiteResult"},
399
231
  "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
- }
232
+ {"shape":"ArgumentException"},
233
+ {"shape":"NotFoundException"},
234
+ {"shape":"LimitExceededException"},
235
+ {"shape":"ServiceAccountException"}
416
236
  ]
417
237
  },
418
238
  "GetTest":{
@@ -424,22 +244,10 @@
424
244
  "input":{"shape":"GetTestRequest"},
425
245
  "output":{"shape":"GetTestResult"},
426
246
  "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
- }
247
+ {"shape":"ArgumentException"},
248
+ {"shape":"NotFoundException"},
249
+ {"shape":"LimitExceededException"},
250
+ {"shape":"ServiceAccountException"}
443
251
  ]
444
252
  },
445
253
  "GetUpload":{
@@ -451,22 +259,10 @@
451
259
  "input":{"shape":"GetUploadRequest"},
452
260
  "output":{"shape":"GetUploadResult"},
453
261
  "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
- }
262
+ {"shape":"ArgumentException"},
263
+ {"shape":"NotFoundException"},
264
+ {"shape":"LimitExceededException"},
265
+ {"shape":"ServiceAccountException"}
470
266
  ]
471
267
  },
472
268
  "ListArtifacts":{
@@ -478,22 +274,10 @@
478
274
  "input":{"shape":"ListArtifactsRequest"},
479
275
  "output":{"shape":"ListArtifactsResult"},
480
276
  "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
- }
277
+ {"shape":"ArgumentException"},
278
+ {"shape":"NotFoundException"},
279
+ {"shape":"LimitExceededException"},
280
+ {"shape":"ServiceAccountException"}
497
281
  ]
498
282
  },
499
283
  "ListDevicePools":{
@@ -505,22 +289,10 @@
505
289
  "input":{"shape":"ListDevicePoolsRequest"},
506
290
  "output":{"shape":"ListDevicePoolsResult"},
507
291
  "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
- }
292
+ {"shape":"ArgumentException"},
293
+ {"shape":"NotFoundException"},
294
+ {"shape":"LimitExceededException"},
295
+ {"shape":"ServiceAccountException"}
524
296
  ]
525
297
  },
526
298
  "ListDevices":{
@@ -532,22 +304,10 @@
532
304
  "input":{"shape":"ListDevicesRequest"},
533
305
  "output":{"shape":"ListDevicesResult"},
534
306
  "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
- }
307
+ {"shape":"ArgumentException"},
308
+ {"shape":"NotFoundException"},
309
+ {"shape":"LimitExceededException"},
310
+ {"shape":"ServiceAccountException"}
551
311
  ]
552
312
  },
553
313
  "ListJobs":{
@@ -559,22 +319,10 @@
559
319
  "input":{"shape":"ListJobsRequest"},
560
320
  "output":{"shape":"ListJobsResult"},
561
321
  "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
- }
322
+ {"shape":"ArgumentException"},
323
+ {"shape":"NotFoundException"},
324
+ {"shape":"LimitExceededException"},
325
+ {"shape":"ServiceAccountException"}
578
326
  ]
579
327
  },
580
328
  "ListProjects":{
@@ -586,22 +334,10 @@
586
334
  "input":{"shape":"ListProjectsRequest"},
587
335
  "output":{"shape":"ListProjectsResult"},
588
336
  "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
- }
337
+ {"shape":"ArgumentException"},
338
+ {"shape":"NotFoundException"},
339
+ {"shape":"LimitExceededException"},
340
+ {"shape":"ServiceAccountException"}
605
341
  ]
606
342
  },
607
343
  "ListRuns":{
@@ -613,22 +349,10 @@
613
349
  "input":{"shape":"ListRunsRequest"},
614
350
  "output":{"shape":"ListRunsResult"},
615
351
  "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
- }
352
+ {"shape":"ArgumentException"},
353
+ {"shape":"NotFoundException"},
354
+ {"shape":"LimitExceededException"},
355
+ {"shape":"ServiceAccountException"}
632
356
  ]
633
357
  },
634
358
  "ListSamples":{
@@ -640,22 +364,10 @@
640
364
  "input":{"shape":"ListSamplesRequest"},
641
365
  "output":{"shape":"ListSamplesResult"},
642
366
  "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":"ServiceAccountException",
657
- "exception":true
658
- }
367
+ {"shape":"ArgumentException"},
368
+ {"shape":"NotFoundException"},
369
+ {"shape":"LimitExceededException"},
370
+ {"shape":"ServiceAccountException"}
659
371
  ]
660
372
  },
661
373
  "ListSuites":{
@@ -667,22 +379,10 @@
667
379
  "input":{"shape":"ListSuitesRequest"},
668
380
  "output":{"shape":"ListSuitesResult"},
669
381
  "errors":[
670
- {
671
- "shape":"ArgumentException",
672
- "exception":true
673
- },
674
- {
675
- "shape":"NotFoundException",
676
- "exception":true
677
- },
678
- {
679
- "shape":"LimitExceededException",
680
- "exception":true
681
- },
682
- {
683
- "shape":"ServiceAccountException",
684
- "exception":true
685
- }
382
+ {"shape":"ArgumentException"},
383
+ {"shape":"NotFoundException"},
384
+ {"shape":"LimitExceededException"},
385
+ {"shape":"ServiceAccountException"}
686
386
  ]
687
387
  },
688
388
  "ListTests":{
@@ -694,22 +394,10 @@
694
394
  "input":{"shape":"ListTestsRequest"},
695
395
  "output":{"shape":"ListTestsResult"},
696
396
  "errors":[
697
- {
698
- "shape":"ArgumentException",
699
- "exception":true
700
- },
701
- {
702
- "shape":"NotFoundException",
703
- "exception":true
704
- },
705
- {
706
- "shape":"LimitExceededException",
707
- "exception":true
708
- },
709
- {
710
- "shape":"ServiceAccountException",
711
- "exception":true
712
- }
397
+ {"shape":"ArgumentException"},
398
+ {"shape":"NotFoundException"},
399
+ {"shape":"LimitExceededException"},
400
+ {"shape":"ServiceAccountException"}
713
401
  ]
714
402
  },
715
403
  "ListUniqueProblems":{
@@ -721,22 +409,10 @@
721
409
  "input":{"shape":"ListUniqueProblemsRequest"},
722
410
  "output":{"shape":"ListUniqueProblemsResult"},
723
411
  "errors":[
724
- {
725
- "shape":"ArgumentException",
726
- "exception":true
727
- },
728
- {
729
- "shape":"NotFoundException",
730
- "exception":true
731
- },
732
- {
733
- "shape":"LimitExceededException",
734
- "exception":true
735
- },
736
- {
737
- "shape":"ServiceAccountException",
738
- "exception":true
739
- }
412
+ {"shape":"ArgumentException"},
413
+ {"shape":"NotFoundException"},
414
+ {"shape":"LimitExceededException"},
415
+ {"shape":"ServiceAccountException"}
740
416
  ]
741
417
  },
742
418
  "ListUploads":{
@@ -748,22 +424,10 @@
748
424
  "input":{"shape":"ListUploadsRequest"},
749
425
  "output":{"shape":"ListUploadsResult"},
750
426
  "errors":[
751
- {
752
- "shape":"ArgumentException",
753
- "exception":true
754
- },
755
- {
756
- "shape":"NotFoundException",
757
- "exception":true
758
- },
759
- {
760
- "shape":"LimitExceededException",
761
- "exception":true
762
- },
763
- {
764
- "shape":"ServiceAccountException",
765
- "exception":true
766
- }
427
+ {"shape":"ArgumentException"},
428
+ {"shape":"NotFoundException"},
429
+ {"shape":"LimitExceededException"},
430
+ {"shape":"ServiceAccountException"}
767
431
  ]
768
432
  },
769
433
  "ScheduleRun":{
@@ -775,26 +439,11 @@
775
439
  "input":{"shape":"ScheduleRunRequest"},
776
440
  "output":{"shape":"ScheduleRunResult"},
777
441
  "errors":[
778
- {
779
- "shape":"ArgumentException",
780
- "exception":true
781
- },
782
- {
783
- "shape":"NotFoundException",
784
- "exception":true
785
- },
786
- {
787
- "shape":"LimitExceededException",
788
- "exception":true
789
- },
790
- {
791
- "shape":"IdempotencyException",
792
- "exception":true
793
- },
794
- {
795
- "shape":"ServiceAccountException",
796
- "exception":true
797
- }
442
+ {"shape":"ArgumentException"},
443
+ {"shape":"NotFoundException"},
444
+ {"shape":"LimitExceededException"},
445
+ {"shape":"IdempotencyException"},
446
+ {"shape":"ServiceAccountException"}
798
447
  ]
799
448
  },
800
449
  "UpdateDevicePool":{
@@ -806,22 +455,10 @@
806
455
  "input":{"shape":"UpdateDevicePoolRequest"},
807
456
  "output":{"shape":"UpdateDevicePoolResult"},
808
457
  "errors":[
809
- {
810
- "shape":"ArgumentException",
811
- "exception":true
812
- },
813
- {
814
- "shape":"NotFoundException",
815
- "exception":true
816
- },
817
- {
818
- "shape":"LimitExceededException",
819
- "exception":true
820
- },
821
- {
822
- "shape":"ServiceAccountException",
823
- "exception":true
824
- }
458
+ {"shape":"ArgumentException"},
459
+ {"shape":"NotFoundException"},
460
+ {"shape":"LimitExceededException"},
461
+ {"shape":"ServiceAccountException"}
825
462
  ]
826
463
  },
827
464
  "UpdateProject":{
@@ -833,30 +470,18 @@
833
470
  "input":{"shape":"UpdateProjectRequest"},
834
471
  "output":{"shape":"UpdateProjectResult"},
835
472
  "errors":[
836
- {
837
- "shape":"ArgumentException",
838
- "exception":true
839
- },
840
- {
841
- "shape":"NotFoundException",
842
- "exception":true
843
- },
844
- {
845
- "shape":"LimitExceededException",
846
- "exception":true
847
- },
848
- {
849
- "shape":"ServiceAccountException",
850
- "exception":true
851
- }
473
+ {"shape":"ArgumentException"},
474
+ {"shape":"NotFoundException"},
475
+ {"shape":"LimitExceededException"},
476
+ {"shape":"ServiceAccountException"}
852
477
  ]
853
478
  }
854
479
  },
855
480
  "shapes":{
856
481
  "AWSAccountNumber":{
857
482
  "type":"string",
858
- "min":2,
859
- "max":16
483
+ "max":16,
484
+ "min":2
860
485
  },
861
486
  "AccountSettings":{
862
487
  "type":"structure",
@@ -907,6 +532,7 @@
907
532
  "MESSAGE_LOG",
908
533
  "RESULT_LOG",
909
534
  "SERVICE_LOG",
535
+ "WEBKIT_LOG",
910
536
  "INSTRUMENTATION_OUTPUT",
911
537
  "EXERCISER_MONKEY_OUTPUT",
912
538
  "CALABASH_JSON_OUTPUT",
@@ -944,8 +570,8 @@
944
570
  },
945
571
  "ContentType":{
946
572
  "type":"string",
947
- "min":0,
948
- "max":64
573
+ "max":64,
574
+ "min":0
949
575
  },
950
576
  "Counters":{
951
577
  "type":"structure",
@@ -1173,8 +799,8 @@
1173
799
  },
1174
800
  "Filter":{
1175
801
  "type":"string",
1176
- "min":0,
1177
- "max":1024
802
+ "max":1024,
803
+ "min":0
1178
804
  },
1179
805
  "GetAccountSettingsRequest":{
1180
806
  "type":"structure",
@@ -1189,10 +815,7 @@
1189
815
  },
1190
816
  "GetDevicePoolCompatibilityRequest":{
1191
817
  "type":"structure",
1192
- "required":[
1193
- "devicePoolArn",
1194
- "appArn"
1195
- ],
818
+ "required":["devicePoolArn"],
1196
819
  "members":{
1197
820
  "devicePoolArn":{"shape":"AmazonResourceName"},
1198
821
  "appArn":{"shape":"AmazonResourceName"},
@@ -1539,18 +1162,18 @@
1539
1162
  "Long":{"type":"long"},
1540
1163
  "Message":{
1541
1164
  "type":"string",
1542
- "min":0,
1543
- "max":8192
1165
+ "max":8192,
1166
+ "min":0
1544
1167
  },
1545
1168
  "Metadata":{
1546
1169
  "type":"string",
1547
- "min":0,
1548
- "max":1024
1170
+ "max":1024,
1171
+ "min":0
1549
1172
  },
1550
1173
  "Name":{
1551
1174
  "type":"string",
1552
- "min":0,
1553
- "max":256
1175
+ "max":256,
1176
+ "min":0
1554
1177
  },
1555
1178
  "NotFoundException":{
1556
1179
  "type":"structure",
@@ -1561,8 +1184,8 @@
1561
1184
  },
1562
1185
  "PaginationToken":{
1563
1186
  "type":"string",
1564
- "min":4,
1565
- "max":1024
1187
+ "max":1024,
1188
+ "min":4
1566
1189
  },
1567
1190
  "Problem":{
1568
1191
  "type":"structure",
@@ -1716,7 +1339,6 @@
1716
1339
  "type":"structure",
1717
1340
  "required":[
1718
1341
  "projectArn",
1719
- "appArn",
1720
1342
  "devicePoolArn",
1721
1343
  "test"
1722
1344
  ],
@@ -1801,6 +1423,8 @@
1801
1423
  "BUILTIN_EXPLORER",
1802
1424
  "APPIUM_JAVA_JUNIT",
1803
1425
  "APPIUM_JAVA_TESTNG",
1426
+ "APPIUM_WEB_JAVA_JUNIT",
1427
+ "APPIUM_WEB_JAVA_TESTNG",
1804
1428
  "CALABASH",
1805
1429
  "INSTRUMENTATION",
1806
1430
  "UIAUTOMATION",
@@ -1814,8 +1438,8 @@
1814
1438
  },
1815
1439
  "URL":{
1816
1440
  "type":"string",
1817
- "min":0,
1818
- "max":2048
1441
+ "max":2048,
1442
+ "min":0
1819
1443
  },
1820
1444
  "UniqueProblem":{
1821
1445
  "type":"structure",
@@ -1891,9 +1515,12 @@
1891
1515
  "enum":[
1892
1516
  "ANDROID_APP",
1893
1517
  "IOS_APP",
1518
+ "WEB_APP",
1894
1519
  "EXTERNAL_DATA",
1895
1520
  "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
1896
1521
  "APPIUM_JAVA_TESTNG_TEST_PACKAGE",
1522
+ "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE",
1523
+ "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE",
1897
1524
  "CALABASH_TEST_PACKAGE",
1898
1525
  "INSTRUMENTATION_TEST_PACKAGE",
1899
1526
  "UIAUTOMATION_TEST_PACKAGE",