@aws-sdk/client-device-farm 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/DeviceFarm.d.ts +1390 -390
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +591 -150
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2640 -2465
- package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +19 -19
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,2465 +1,2640 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException";
|
|
3
|
-
|
|
4
|
-
export interface TrialMinutes {
|
|
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
|
-
export
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
export interface
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
}
|
|
700
|
-
export interface
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
export interface
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
export interface
|
|
723
|
-
|
|
724
|
-
export interface
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
export interface
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
export
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
export interface
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
export interface
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
export
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
}
|
|
1304
|
-
|
|
1305
|
-
export interface
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
export interface
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
}
|
|
1362
|
-
|
|
1363
|
-
export interface
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
export interface
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
export interface
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
export interface
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
export interface
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
export interface
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
export interface
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
export interface
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
}
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
export interface
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
export interface
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
}
|
|
1875
|
-
|
|
1876
|
-
export
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
export
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
export
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
export
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
export
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
export
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
export
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
export
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
export
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
export
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
export
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
export
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException";
|
|
3
|
+
|
|
4
|
+
export interface TrialMinutes {
|
|
5
|
+
total?: number;
|
|
6
|
+
|
|
7
|
+
remaining?: number;
|
|
8
|
+
}
|
|
9
|
+
export declare enum DevicePlatform {
|
|
10
|
+
ANDROID = "ANDROID",
|
|
11
|
+
IOS = "IOS",
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface AccountSettings {
|
|
15
|
+
awsAccountNumber?: string;
|
|
16
|
+
|
|
17
|
+
unmeteredDevices?: Record<string, number>;
|
|
18
|
+
|
|
19
|
+
unmeteredRemoteAccessDevices?: Record<string, number>;
|
|
20
|
+
|
|
21
|
+
maxJobTimeoutMinutes?: number;
|
|
22
|
+
|
|
23
|
+
trialMinutes?: TrialMinutes;
|
|
24
|
+
|
|
25
|
+
maxSlots?: Record<string, number>;
|
|
26
|
+
|
|
27
|
+
defaultJobTimeoutMinutes?: number;
|
|
28
|
+
|
|
29
|
+
skipAppResign?: boolean;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export declare class ArgumentException extends __BaseException {
|
|
33
|
+
readonly name: "ArgumentException";
|
|
34
|
+
readonly $fault: "client";
|
|
35
|
+
|
|
36
|
+
constructor(opts: __ExceptionOptionType<ArgumentException, __BaseException>);
|
|
37
|
+
}
|
|
38
|
+
export declare enum ArtifactType {
|
|
39
|
+
APPIUM_JAVA_OUTPUT = "APPIUM_JAVA_OUTPUT",
|
|
40
|
+
APPIUM_JAVA_XML_OUTPUT = "APPIUM_JAVA_XML_OUTPUT",
|
|
41
|
+
APPIUM_PYTHON_OUTPUT = "APPIUM_PYTHON_OUTPUT",
|
|
42
|
+
APPIUM_PYTHON_XML_OUTPUT = "APPIUM_PYTHON_XML_OUTPUT",
|
|
43
|
+
APPIUM_SERVER_OUTPUT = "APPIUM_SERVER_OUTPUT",
|
|
44
|
+
APPLICATION_CRASH_REPORT = "APPLICATION_CRASH_REPORT",
|
|
45
|
+
AUTOMATION_OUTPUT = "AUTOMATION_OUTPUT",
|
|
46
|
+
CALABASH_JAVA_XML_OUTPUT = "CALABASH_JAVA_XML_OUTPUT",
|
|
47
|
+
CALABASH_JSON_OUTPUT = "CALABASH_JSON_OUTPUT",
|
|
48
|
+
CALABASH_PRETTY_OUTPUT = "CALABASH_PRETTY_OUTPUT",
|
|
49
|
+
CALABASH_STANDARD_OUTPUT = "CALABASH_STANDARD_OUTPUT",
|
|
50
|
+
CUSTOMER_ARTIFACT = "CUSTOMER_ARTIFACT",
|
|
51
|
+
CUSTOMER_ARTIFACT_LOG = "CUSTOMER_ARTIFACT_LOG",
|
|
52
|
+
DEVICE_LOG = "DEVICE_LOG",
|
|
53
|
+
EXERCISER_MONKEY_OUTPUT = "EXERCISER_MONKEY_OUTPUT",
|
|
54
|
+
EXPLORER_EVENT_LOG = "EXPLORER_EVENT_LOG",
|
|
55
|
+
EXPLORER_SUMMARY_LOG = "EXPLORER_SUMMARY_LOG",
|
|
56
|
+
INSTRUMENTATION_OUTPUT = "INSTRUMENTATION_OUTPUT",
|
|
57
|
+
MESSAGE_LOG = "MESSAGE_LOG",
|
|
58
|
+
RESULT_LOG = "RESULT_LOG",
|
|
59
|
+
SCREENSHOT = "SCREENSHOT",
|
|
60
|
+
SERVICE_LOG = "SERVICE_LOG",
|
|
61
|
+
TESTSPEC_OUTPUT = "TESTSPEC_OUTPUT",
|
|
62
|
+
UNKNOWN = "UNKNOWN",
|
|
63
|
+
VIDEO = "VIDEO",
|
|
64
|
+
VIDEO_LOG = "VIDEO_LOG",
|
|
65
|
+
WEBKIT_LOG = "WEBKIT_LOG",
|
|
66
|
+
XCTEST_LOG = "XCTEST_LOG",
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface Artifact {
|
|
70
|
+
arn?: string;
|
|
71
|
+
|
|
72
|
+
name?: string;
|
|
73
|
+
|
|
74
|
+
type?: ArtifactType | string;
|
|
75
|
+
|
|
76
|
+
extension?: string;
|
|
77
|
+
|
|
78
|
+
url?: string;
|
|
79
|
+
}
|
|
80
|
+
export declare enum ArtifactCategory {
|
|
81
|
+
FILE = "FILE",
|
|
82
|
+
LOG = "LOG",
|
|
83
|
+
SCREENSHOT = "SCREENSHOT",
|
|
84
|
+
}
|
|
85
|
+
export declare enum BillingMethod {
|
|
86
|
+
METERED = "METERED",
|
|
87
|
+
UNMETERED = "UNMETERED",
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export declare class CannotDeleteException extends __BaseException {
|
|
91
|
+
readonly name: "CannotDeleteException";
|
|
92
|
+
readonly $fault: "client";
|
|
93
|
+
|
|
94
|
+
constructor(
|
|
95
|
+
opts: __ExceptionOptionType<CannotDeleteException, __BaseException>
|
|
96
|
+
);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export interface Counters {
|
|
100
|
+
total?: number;
|
|
101
|
+
|
|
102
|
+
passed?: number;
|
|
103
|
+
|
|
104
|
+
failed?: number;
|
|
105
|
+
|
|
106
|
+
warned?: number;
|
|
107
|
+
|
|
108
|
+
errored?: number;
|
|
109
|
+
|
|
110
|
+
stopped?: number;
|
|
111
|
+
|
|
112
|
+
skipped?: number;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export interface CPU {
|
|
116
|
+
frequency?: string;
|
|
117
|
+
|
|
118
|
+
architecture?: string;
|
|
119
|
+
|
|
120
|
+
clock?: number;
|
|
121
|
+
}
|
|
122
|
+
export declare enum DeviceAttribute {
|
|
123
|
+
APPIUM_VERSION = "APPIUM_VERSION",
|
|
124
|
+
ARN = "ARN",
|
|
125
|
+
AVAILABILITY = "AVAILABILITY",
|
|
126
|
+
FLEET_TYPE = "FLEET_TYPE",
|
|
127
|
+
FORM_FACTOR = "FORM_FACTOR",
|
|
128
|
+
INSTANCE_ARN = "INSTANCE_ARN",
|
|
129
|
+
INSTANCE_LABELS = "INSTANCE_LABELS",
|
|
130
|
+
MANUFACTURER = "MANUFACTURER",
|
|
131
|
+
MODEL = "MODEL",
|
|
132
|
+
OS_VERSION = "OS_VERSION",
|
|
133
|
+
PLATFORM = "PLATFORM",
|
|
134
|
+
REMOTE_ACCESS_ENABLED = "REMOTE_ACCESS_ENABLED",
|
|
135
|
+
REMOTE_DEBUG_ENABLED = "REMOTE_DEBUG_ENABLED",
|
|
136
|
+
}
|
|
137
|
+
export declare enum RuleOperator {
|
|
138
|
+
CONTAINS = "CONTAINS",
|
|
139
|
+
EQUALS = "EQUALS",
|
|
140
|
+
GREATER_THAN = "GREATER_THAN",
|
|
141
|
+
GREATER_THAN_OR_EQUALS = "GREATER_THAN_OR_EQUALS",
|
|
142
|
+
IN = "IN",
|
|
143
|
+
LESS_THAN = "LESS_THAN",
|
|
144
|
+
LESS_THAN_OR_EQUALS = "LESS_THAN_OR_EQUALS",
|
|
145
|
+
NOT_IN = "NOT_IN",
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export interface Rule {
|
|
149
|
+
attribute?: DeviceAttribute | string;
|
|
150
|
+
|
|
151
|
+
operator?: RuleOperator | string;
|
|
152
|
+
|
|
153
|
+
value?: string;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export interface CreateDevicePoolRequest {
|
|
157
|
+
projectArn: string | undefined;
|
|
158
|
+
|
|
159
|
+
name: string | undefined;
|
|
160
|
+
|
|
161
|
+
description?: string;
|
|
162
|
+
|
|
163
|
+
rules: Rule[] | undefined;
|
|
164
|
+
|
|
165
|
+
maxDevices?: number;
|
|
166
|
+
}
|
|
167
|
+
export declare enum DevicePoolType {
|
|
168
|
+
CURATED = "CURATED",
|
|
169
|
+
PRIVATE = "PRIVATE",
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface DevicePool {
|
|
173
|
+
arn?: string;
|
|
174
|
+
|
|
175
|
+
name?: string;
|
|
176
|
+
|
|
177
|
+
description?: string;
|
|
178
|
+
|
|
179
|
+
type?: DevicePoolType | string;
|
|
180
|
+
|
|
181
|
+
rules?: Rule[];
|
|
182
|
+
|
|
183
|
+
maxDevices?: number;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface CreateDevicePoolResult {
|
|
187
|
+
devicePool?: DevicePool;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
export declare class LimitExceededException extends __BaseException {
|
|
191
|
+
readonly name: "LimitExceededException";
|
|
192
|
+
readonly $fault: "client";
|
|
193
|
+
|
|
194
|
+
constructor(
|
|
195
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
196
|
+
);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export declare class NotFoundException extends __BaseException {
|
|
200
|
+
readonly name: "NotFoundException";
|
|
201
|
+
readonly $fault: "client";
|
|
202
|
+
|
|
203
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export declare class ServiceAccountException extends __BaseException {
|
|
207
|
+
readonly name: "ServiceAccountException";
|
|
208
|
+
readonly $fault: "client";
|
|
209
|
+
|
|
210
|
+
constructor(
|
|
211
|
+
opts: __ExceptionOptionType<ServiceAccountException, __BaseException>
|
|
212
|
+
);
|
|
213
|
+
}
|
|
214
|
+
export interface CreateInstanceProfileRequest {
|
|
215
|
+
name: string | undefined;
|
|
216
|
+
|
|
217
|
+
description?: string;
|
|
218
|
+
|
|
219
|
+
packageCleanup?: boolean;
|
|
220
|
+
|
|
221
|
+
excludeAppPackagesFromCleanup?: string[];
|
|
222
|
+
|
|
223
|
+
rebootAfterUse?: boolean;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
export interface InstanceProfile {
|
|
227
|
+
arn?: string;
|
|
228
|
+
|
|
229
|
+
packageCleanup?: boolean;
|
|
230
|
+
|
|
231
|
+
excludeAppPackagesFromCleanup?: string[];
|
|
232
|
+
|
|
233
|
+
rebootAfterUse?: boolean;
|
|
234
|
+
|
|
235
|
+
name?: string;
|
|
236
|
+
|
|
237
|
+
description?: string;
|
|
238
|
+
}
|
|
239
|
+
export interface CreateInstanceProfileResult {
|
|
240
|
+
instanceProfile?: InstanceProfile;
|
|
241
|
+
}
|
|
242
|
+
export declare enum NetworkProfileType {
|
|
243
|
+
CURATED = "CURATED",
|
|
244
|
+
PRIVATE = "PRIVATE",
|
|
245
|
+
}
|
|
246
|
+
export interface CreateNetworkProfileRequest {
|
|
247
|
+
projectArn: string | undefined;
|
|
248
|
+
|
|
249
|
+
name: string | undefined;
|
|
250
|
+
|
|
251
|
+
description?: string;
|
|
252
|
+
|
|
253
|
+
type?: NetworkProfileType | string;
|
|
254
|
+
|
|
255
|
+
uplinkBandwidthBits?: number;
|
|
256
|
+
|
|
257
|
+
downlinkBandwidthBits?: number;
|
|
258
|
+
|
|
259
|
+
uplinkDelayMs?: number;
|
|
260
|
+
|
|
261
|
+
downlinkDelayMs?: number;
|
|
262
|
+
|
|
263
|
+
uplinkJitterMs?: number;
|
|
264
|
+
|
|
265
|
+
downlinkJitterMs?: number;
|
|
266
|
+
|
|
267
|
+
uplinkLossPercent?: number;
|
|
268
|
+
|
|
269
|
+
downlinkLossPercent?: number;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
export interface NetworkProfile {
|
|
273
|
+
arn?: string;
|
|
274
|
+
|
|
275
|
+
name?: string;
|
|
276
|
+
|
|
277
|
+
description?: string;
|
|
278
|
+
|
|
279
|
+
type?: NetworkProfileType | string;
|
|
280
|
+
|
|
281
|
+
uplinkBandwidthBits?: number;
|
|
282
|
+
|
|
283
|
+
downlinkBandwidthBits?: number;
|
|
284
|
+
|
|
285
|
+
uplinkDelayMs?: number;
|
|
286
|
+
|
|
287
|
+
downlinkDelayMs?: number;
|
|
288
|
+
|
|
289
|
+
uplinkJitterMs?: number;
|
|
290
|
+
|
|
291
|
+
downlinkJitterMs?: number;
|
|
292
|
+
|
|
293
|
+
uplinkLossPercent?: number;
|
|
294
|
+
|
|
295
|
+
downlinkLossPercent?: number;
|
|
296
|
+
}
|
|
297
|
+
export interface CreateNetworkProfileResult {
|
|
298
|
+
networkProfile?: NetworkProfile;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export interface CreateProjectRequest {
|
|
302
|
+
name: string | undefined;
|
|
303
|
+
|
|
304
|
+
defaultJobTimeoutMinutes?: number;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
export interface Project {
|
|
308
|
+
arn?: string;
|
|
309
|
+
|
|
310
|
+
name?: string;
|
|
311
|
+
|
|
312
|
+
defaultJobTimeoutMinutes?: number;
|
|
313
|
+
|
|
314
|
+
created?: Date;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
export interface CreateProjectResult {
|
|
318
|
+
project?: Project;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export declare class TagOperationException extends __BaseException {
|
|
322
|
+
readonly name: "TagOperationException";
|
|
323
|
+
readonly $fault: "client";
|
|
324
|
+
resourceName?: string;
|
|
325
|
+
|
|
326
|
+
constructor(
|
|
327
|
+
opts: __ExceptionOptionType<TagOperationException, __BaseException>
|
|
328
|
+
);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
export interface CreateRemoteAccessSessionConfiguration {
|
|
332
|
+
billingMethod?: BillingMethod | string;
|
|
333
|
+
|
|
334
|
+
vpceConfigurationArns?: string[];
|
|
335
|
+
}
|
|
336
|
+
export declare enum InteractionMode {
|
|
337
|
+
INTERACTIVE = "INTERACTIVE",
|
|
338
|
+
NO_VIDEO = "NO_VIDEO",
|
|
339
|
+
VIDEO_ONLY = "VIDEO_ONLY",
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
export interface CreateRemoteAccessSessionRequest {
|
|
343
|
+
projectArn: string | undefined;
|
|
344
|
+
|
|
345
|
+
deviceArn: string | undefined;
|
|
346
|
+
|
|
347
|
+
instanceArn?: string;
|
|
348
|
+
|
|
349
|
+
sshPublicKey?: string;
|
|
350
|
+
|
|
351
|
+
remoteDebugEnabled?: boolean;
|
|
352
|
+
|
|
353
|
+
remoteRecordEnabled?: boolean;
|
|
354
|
+
|
|
355
|
+
remoteRecordAppArn?: string;
|
|
356
|
+
|
|
357
|
+
name?: string;
|
|
358
|
+
|
|
359
|
+
clientId?: string;
|
|
360
|
+
|
|
361
|
+
configuration?: CreateRemoteAccessSessionConfiguration;
|
|
362
|
+
|
|
363
|
+
interactionMode?: InteractionMode | string;
|
|
364
|
+
|
|
365
|
+
skipAppResign?: boolean;
|
|
366
|
+
}
|
|
367
|
+
export declare enum DeviceAvailability {
|
|
368
|
+
AVAILABLE = "AVAILABLE",
|
|
369
|
+
BUSY = "BUSY",
|
|
370
|
+
HIGHLY_AVAILABLE = "HIGHLY_AVAILABLE",
|
|
371
|
+
TEMPORARY_NOT_AVAILABLE = "TEMPORARY_NOT_AVAILABLE",
|
|
372
|
+
}
|
|
373
|
+
export declare enum DeviceFormFactor {
|
|
374
|
+
PHONE = "PHONE",
|
|
375
|
+
TABLET = "TABLET",
|
|
376
|
+
}
|
|
377
|
+
export declare enum InstanceStatus {
|
|
378
|
+
AVAILABLE = "AVAILABLE",
|
|
379
|
+
IN_USE = "IN_USE",
|
|
380
|
+
NOT_AVAILABLE = "NOT_AVAILABLE",
|
|
381
|
+
PREPARING = "PREPARING",
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
export interface DeviceInstance {
|
|
385
|
+
arn?: string;
|
|
386
|
+
|
|
387
|
+
deviceArn?: string;
|
|
388
|
+
|
|
389
|
+
labels?: string[];
|
|
390
|
+
|
|
391
|
+
status?: InstanceStatus | string;
|
|
392
|
+
|
|
393
|
+
udid?: string;
|
|
394
|
+
|
|
395
|
+
instanceProfile?: InstanceProfile;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export interface Resolution {
|
|
399
|
+
width?: number;
|
|
400
|
+
|
|
401
|
+
height?: number;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
export interface Device {
|
|
405
|
+
arn?: string;
|
|
406
|
+
|
|
407
|
+
name?: string;
|
|
408
|
+
|
|
409
|
+
manufacturer?: string;
|
|
410
|
+
|
|
411
|
+
model?: string;
|
|
412
|
+
|
|
413
|
+
modelId?: string;
|
|
414
|
+
|
|
415
|
+
formFactor?: DeviceFormFactor | string;
|
|
416
|
+
|
|
417
|
+
platform?: DevicePlatform | string;
|
|
418
|
+
|
|
419
|
+
os?: string;
|
|
420
|
+
|
|
421
|
+
cpu?: CPU;
|
|
422
|
+
|
|
423
|
+
resolution?: Resolution;
|
|
424
|
+
|
|
425
|
+
heapSize?: number;
|
|
426
|
+
|
|
427
|
+
memory?: number;
|
|
428
|
+
|
|
429
|
+
image?: string;
|
|
430
|
+
|
|
431
|
+
carrier?: string;
|
|
432
|
+
|
|
433
|
+
radio?: string;
|
|
434
|
+
|
|
435
|
+
remoteAccessEnabled?: boolean;
|
|
436
|
+
|
|
437
|
+
remoteDebugEnabled?: boolean;
|
|
438
|
+
|
|
439
|
+
fleetType?: string;
|
|
440
|
+
|
|
441
|
+
fleetName?: string;
|
|
442
|
+
|
|
443
|
+
instances?: DeviceInstance[];
|
|
444
|
+
|
|
445
|
+
availability?: DeviceAvailability | string;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
export interface DeviceMinutes {
|
|
449
|
+
total?: number;
|
|
450
|
+
|
|
451
|
+
metered?: number;
|
|
452
|
+
|
|
453
|
+
unmetered?: number;
|
|
454
|
+
}
|
|
455
|
+
export declare enum ExecutionResult {
|
|
456
|
+
ERRORED = "ERRORED",
|
|
457
|
+
FAILED = "FAILED",
|
|
458
|
+
PASSED = "PASSED",
|
|
459
|
+
PENDING = "PENDING",
|
|
460
|
+
SKIPPED = "SKIPPED",
|
|
461
|
+
STOPPED = "STOPPED",
|
|
462
|
+
WARNED = "WARNED",
|
|
463
|
+
}
|
|
464
|
+
export declare enum ExecutionStatus {
|
|
465
|
+
COMPLETED = "COMPLETED",
|
|
466
|
+
PENDING = "PENDING",
|
|
467
|
+
PENDING_CONCURRNECY = "PENDING_CONCURRENCY",
|
|
468
|
+
PENDING_DEVICE = "PENDING_DEVICE",
|
|
469
|
+
PREPARING = "PREPARING",
|
|
470
|
+
PROCESSING = "PROCESSING",
|
|
471
|
+
RUNNING = "RUNNING",
|
|
472
|
+
SCHEDULING = "SCHEDULING",
|
|
473
|
+
STOPPING = "STOPPING",
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export interface RemoteAccessSession {
|
|
477
|
+
arn?: string;
|
|
478
|
+
|
|
479
|
+
name?: string;
|
|
480
|
+
|
|
481
|
+
created?: Date;
|
|
482
|
+
|
|
483
|
+
status?: ExecutionStatus | string;
|
|
484
|
+
|
|
485
|
+
result?: ExecutionResult | string;
|
|
486
|
+
|
|
487
|
+
message?: string;
|
|
488
|
+
|
|
489
|
+
started?: Date;
|
|
490
|
+
|
|
491
|
+
stopped?: Date;
|
|
492
|
+
|
|
493
|
+
device?: Device;
|
|
494
|
+
|
|
495
|
+
instanceArn?: string;
|
|
496
|
+
|
|
497
|
+
remoteDebugEnabled?: boolean;
|
|
498
|
+
|
|
499
|
+
remoteRecordEnabled?: boolean;
|
|
500
|
+
|
|
501
|
+
remoteRecordAppArn?: string;
|
|
502
|
+
|
|
503
|
+
hostAddress?: string;
|
|
504
|
+
|
|
505
|
+
clientId?: string;
|
|
506
|
+
|
|
507
|
+
billingMethod?: BillingMethod | string;
|
|
508
|
+
|
|
509
|
+
deviceMinutes?: DeviceMinutes;
|
|
510
|
+
|
|
511
|
+
endpoint?: string;
|
|
512
|
+
|
|
513
|
+
deviceUdid?: string;
|
|
514
|
+
|
|
515
|
+
interactionMode?: InteractionMode | string;
|
|
516
|
+
|
|
517
|
+
skipAppResign?: boolean;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
export interface CreateRemoteAccessSessionResult {
|
|
521
|
+
remoteAccessSession?: RemoteAccessSession;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
export interface TestGridVpcConfig {
|
|
525
|
+
securityGroupIds: string[] | undefined;
|
|
526
|
+
|
|
527
|
+
subnetIds: string[] | undefined;
|
|
528
|
+
|
|
529
|
+
vpcId: string | undefined;
|
|
530
|
+
}
|
|
531
|
+
export interface CreateTestGridProjectRequest {
|
|
532
|
+
name: string | undefined;
|
|
533
|
+
|
|
534
|
+
description?: string;
|
|
535
|
+
|
|
536
|
+
vpcConfig?: TestGridVpcConfig;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
export interface TestGridProject {
|
|
540
|
+
arn?: string;
|
|
541
|
+
|
|
542
|
+
name?: string;
|
|
543
|
+
|
|
544
|
+
description?: string;
|
|
545
|
+
|
|
546
|
+
vpcConfig?: TestGridVpcConfig;
|
|
547
|
+
|
|
548
|
+
created?: Date;
|
|
549
|
+
}
|
|
550
|
+
export interface CreateTestGridProjectResult {
|
|
551
|
+
testGridProject?: TestGridProject;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
export declare class InternalServiceException extends __BaseException {
|
|
555
|
+
readonly name: "InternalServiceException";
|
|
556
|
+
readonly $fault: "server";
|
|
557
|
+
|
|
558
|
+
constructor(
|
|
559
|
+
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
560
|
+
);
|
|
561
|
+
}
|
|
562
|
+
export interface CreateTestGridUrlRequest {
|
|
563
|
+
projectArn: string | undefined;
|
|
564
|
+
|
|
565
|
+
expiresInSeconds: number | undefined;
|
|
566
|
+
}
|
|
567
|
+
export interface CreateTestGridUrlResult {
|
|
568
|
+
url?: string;
|
|
569
|
+
|
|
570
|
+
expires?: Date;
|
|
571
|
+
}
|
|
572
|
+
export declare enum UploadType {
|
|
573
|
+
ANDROID_APP = "ANDROID_APP",
|
|
574
|
+
APPIUM_JAVA_JUNIT_TEST_PACKAGE = "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
|
|
575
|
+
APPIUM_JAVA_JUNIT_TEST_SPEC = "APPIUM_JAVA_JUNIT_TEST_SPEC",
|
|
576
|
+
APPIUM_JAVA_TESTNG_TEST_PACKAGE = "APPIUM_JAVA_TESTNG_TEST_PACKAGE",
|
|
577
|
+
APPIUM_JAVA_TESTNG_TEST_SPEC = "APPIUM_JAVA_TESTNG_TEST_SPEC",
|
|
578
|
+
APPIUM_NODE_TEST_PACKAGE = "APPIUM_NODE_TEST_PACKAGE",
|
|
579
|
+
APPIUM_NODE_TEST_SPEC = "APPIUM_NODE_TEST_SPEC",
|
|
580
|
+
APPIUM_PYTHON_TEST_PACKAGE = "APPIUM_PYTHON_TEST_PACKAGE",
|
|
581
|
+
APPIUM_PYTHON_TEST_SPEC = "APPIUM_PYTHON_TEST_SPEC",
|
|
582
|
+
APPIUM_RUBY_TEST_PACKAGE = "APPIUM_RUBY_TEST_PACKAGE",
|
|
583
|
+
APPIUM_RUBY_TEST_SPEC = "APPIUM_RUBY_TEST_SPEC",
|
|
584
|
+
APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE = "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE",
|
|
585
|
+
APPIUM_WEB_JAVA_JUNIT_TEST_SPEC = "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC",
|
|
586
|
+
APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE = "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE",
|
|
587
|
+
APPIUM_WEB_JAVA_TESTNG_TEST_SPEC = "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC",
|
|
588
|
+
APPIUM_WEB_NODE_TEST_PACKAGE = "APPIUM_WEB_NODE_TEST_PACKAGE",
|
|
589
|
+
APPIUM_WEB_NODE_TEST_SPEC = "APPIUM_WEB_NODE_TEST_SPEC",
|
|
590
|
+
APPIUM_WEB_PYTHON_TEST_PACKAGE = "APPIUM_WEB_PYTHON_TEST_PACKAGE",
|
|
591
|
+
APPIUM_WEB_PYTHON_TEST_SPEC = "APPIUM_WEB_PYTHON_TEST_SPEC",
|
|
592
|
+
APPIUM_WEB_RUBY_TEST_PACKAGE = "APPIUM_WEB_RUBY_TEST_PACKAGE",
|
|
593
|
+
APPIUM_WEB_RUBY_TEST_SPEC = "APPIUM_WEB_RUBY_TEST_SPEC",
|
|
594
|
+
CALABASH_TEST_PACKAGE = "CALABASH_TEST_PACKAGE",
|
|
595
|
+
EXTERNAL_DATA = "EXTERNAL_DATA",
|
|
596
|
+
INSTRUMENTATION_TEST_PACKAGE = "INSTRUMENTATION_TEST_PACKAGE",
|
|
597
|
+
INSTRUMENTATION_TEST_SPEC = "INSTRUMENTATION_TEST_SPEC",
|
|
598
|
+
IOS_APP = "IOS_APP",
|
|
599
|
+
UIAUTOMATION_TEST_PACKAGE = "UIAUTOMATION_TEST_PACKAGE",
|
|
600
|
+
UIAUTOMATOR_TEST_PACKAGE = "UIAUTOMATOR_TEST_PACKAGE",
|
|
601
|
+
WEB_APP = "WEB_APP",
|
|
602
|
+
XCTEST_TEST_PACKAGE = "XCTEST_TEST_PACKAGE",
|
|
603
|
+
XCTEST_UI_TEST_PACKAGE = "XCTEST_UI_TEST_PACKAGE",
|
|
604
|
+
XCTEST_UI_TEST_SPEC = "XCTEST_UI_TEST_SPEC",
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
export interface CreateUploadRequest {
|
|
608
|
+
projectArn: string | undefined;
|
|
609
|
+
|
|
610
|
+
name: string | undefined;
|
|
611
|
+
|
|
612
|
+
type: UploadType | string | undefined;
|
|
613
|
+
|
|
614
|
+
contentType?: string;
|
|
615
|
+
}
|
|
616
|
+
export declare enum UploadCategory {
|
|
617
|
+
CURATED = "CURATED",
|
|
618
|
+
PRIVATE = "PRIVATE",
|
|
619
|
+
}
|
|
620
|
+
export declare enum UploadStatus {
|
|
621
|
+
FAILED = "FAILED",
|
|
622
|
+
INITIALIZED = "INITIALIZED",
|
|
623
|
+
PROCESSING = "PROCESSING",
|
|
624
|
+
SUCCEEDED = "SUCCEEDED",
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
export interface Upload {
|
|
628
|
+
arn?: string;
|
|
629
|
+
|
|
630
|
+
name?: string;
|
|
631
|
+
|
|
632
|
+
created?: Date;
|
|
633
|
+
|
|
634
|
+
type?: UploadType | string;
|
|
635
|
+
|
|
636
|
+
status?: UploadStatus | string;
|
|
637
|
+
|
|
638
|
+
url?: string;
|
|
639
|
+
|
|
640
|
+
metadata?: string;
|
|
641
|
+
|
|
642
|
+
contentType?: string;
|
|
643
|
+
|
|
644
|
+
message?: string;
|
|
645
|
+
|
|
646
|
+
category?: UploadCategory | string;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
export interface CreateUploadResult {
|
|
650
|
+
upload?: Upload;
|
|
651
|
+
}
|
|
652
|
+
export interface CreateVPCEConfigurationRequest {
|
|
653
|
+
vpceConfigurationName: string | undefined;
|
|
654
|
+
|
|
655
|
+
vpceServiceName: string | undefined;
|
|
656
|
+
|
|
657
|
+
serviceDnsName: string | undefined;
|
|
658
|
+
|
|
659
|
+
vpceConfigurationDescription?: string;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
export interface VPCEConfiguration {
|
|
663
|
+
arn?: string;
|
|
664
|
+
|
|
665
|
+
vpceConfigurationName?: string;
|
|
666
|
+
|
|
667
|
+
vpceServiceName?: string;
|
|
668
|
+
|
|
669
|
+
serviceDnsName?: string;
|
|
670
|
+
|
|
671
|
+
vpceConfigurationDescription?: string;
|
|
672
|
+
}
|
|
673
|
+
export interface CreateVPCEConfigurationResult {
|
|
674
|
+
vpceConfiguration?: VPCEConfiguration;
|
|
675
|
+
}
|
|
676
|
+
export declare enum CurrencyCode {
|
|
677
|
+
USD = "USD",
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
export interface CustomerArtifactPaths {
|
|
681
|
+
iosPaths?: string[];
|
|
682
|
+
|
|
683
|
+
androidPaths?: string[];
|
|
684
|
+
|
|
685
|
+
deviceHostPaths?: string[];
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
export interface DeleteDevicePoolRequest {
|
|
689
|
+
arn: string | undefined;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
export interface DeleteDevicePoolResult {}
|
|
693
|
+
export interface DeleteInstanceProfileRequest {
|
|
694
|
+
arn: string | undefined;
|
|
695
|
+
}
|
|
696
|
+
export interface DeleteInstanceProfileResult {}
|
|
697
|
+
export interface DeleteNetworkProfileRequest {
|
|
698
|
+
arn: string | undefined;
|
|
699
|
+
}
|
|
700
|
+
export interface DeleteNetworkProfileResult {}
|
|
701
|
+
|
|
702
|
+
export interface DeleteProjectRequest {
|
|
703
|
+
arn: string | undefined;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
export interface DeleteProjectResult {}
|
|
707
|
+
|
|
708
|
+
export interface DeleteRemoteAccessSessionRequest {
|
|
709
|
+
arn: string | undefined;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
export interface DeleteRemoteAccessSessionResult {}
|
|
713
|
+
|
|
714
|
+
export interface DeleteRunRequest {
|
|
715
|
+
arn: string | undefined;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
export interface DeleteRunResult {}
|
|
719
|
+
export interface DeleteTestGridProjectRequest {
|
|
720
|
+
projectArn: string | undefined;
|
|
721
|
+
}
|
|
722
|
+
export interface DeleteTestGridProjectResult {}
|
|
723
|
+
|
|
724
|
+
export interface DeleteUploadRequest {
|
|
725
|
+
arn: string | undefined;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
export interface DeleteUploadResult {}
|
|
729
|
+
export interface DeleteVPCEConfigurationRequest {
|
|
730
|
+
arn: string | undefined;
|
|
731
|
+
}
|
|
732
|
+
export interface DeleteVPCEConfigurationResult {}
|
|
733
|
+
|
|
734
|
+
export declare class InvalidOperationException extends __BaseException {
|
|
735
|
+
readonly name: "InvalidOperationException";
|
|
736
|
+
readonly $fault: "client";
|
|
737
|
+
|
|
738
|
+
constructor(
|
|
739
|
+
opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
|
|
740
|
+
);
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
export interface GetAccountSettingsRequest {}
|
|
744
|
+
|
|
745
|
+
export interface GetAccountSettingsResult {
|
|
746
|
+
accountSettings?: AccountSettings;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
export interface GetDeviceRequest {
|
|
750
|
+
arn: string | undefined;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
export interface GetDeviceResult {
|
|
754
|
+
device?: Device;
|
|
755
|
+
}
|
|
756
|
+
export interface GetDeviceInstanceRequest {
|
|
757
|
+
arn: string | undefined;
|
|
758
|
+
}
|
|
759
|
+
export interface GetDeviceInstanceResult {
|
|
760
|
+
deviceInstance?: DeviceInstance;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
export interface GetDevicePoolRequest {
|
|
764
|
+
arn: string | undefined;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
export interface GetDevicePoolResult {
|
|
768
|
+
devicePool?: DevicePool;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
export interface Location {
|
|
772
|
+
latitude: number | undefined;
|
|
773
|
+
|
|
774
|
+
longitude: number | undefined;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
export interface Radios {
|
|
778
|
+
wifi?: boolean;
|
|
779
|
+
|
|
780
|
+
bluetooth?: boolean;
|
|
781
|
+
|
|
782
|
+
nfc?: boolean;
|
|
783
|
+
|
|
784
|
+
gps?: boolean;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
export interface ScheduleRunConfiguration {
|
|
788
|
+
extraDataPackageArn?: string;
|
|
789
|
+
|
|
790
|
+
networkProfileArn?: string;
|
|
791
|
+
|
|
792
|
+
locale?: string;
|
|
793
|
+
|
|
794
|
+
location?: Location;
|
|
795
|
+
|
|
796
|
+
vpceConfigurationArns?: string[];
|
|
797
|
+
|
|
798
|
+
customerArtifactPaths?: CustomerArtifactPaths;
|
|
799
|
+
|
|
800
|
+
radios?: Radios;
|
|
801
|
+
|
|
802
|
+
auxiliaryApps?: string[];
|
|
803
|
+
|
|
804
|
+
billingMethod?: BillingMethod | string;
|
|
805
|
+
}
|
|
806
|
+
export declare enum TestType {
|
|
807
|
+
APPIUM_JAVA_JUNIT = "APPIUM_JAVA_JUNIT",
|
|
808
|
+
APPIUM_JAVA_TESTNG = "APPIUM_JAVA_TESTNG",
|
|
809
|
+
APPIUM_NODE = "APPIUM_NODE",
|
|
810
|
+
APPIUM_PYTHON = "APPIUM_PYTHON",
|
|
811
|
+
APPIUM_RUBY = "APPIUM_RUBY",
|
|
812
|
+
APPIUM_WEB_JAVA_JUNIT = "APPIUM_WEB_JAVA_JUNIT",
|
|
813
|
+
APPIUM_WEB_JAVA_TESTNG = "APPIUM_WEB_JAVA_TESTNG",
|
|
814
|
+
APPIUM_WEB_NODE = "APPIUM_WEB_NODE",
|
|
815
|
+
APPIUM_WEB_PYTHON = "APPIUM_WEB_PYTHON",
|
|
816
|
+
APPIUM_WEB_RUBY = "APPIUM_WEB_RUBY",
|
|
817
|
+
BUILTIN_EXPLORER = "BUILTIN_EXPLORER",
|
|
818
|
+
BUILTIN_FUZZ = "BUILTIN_FUZZ",
|
|
819
|
+
CALABASH = "CALABASH",
|
|
820
|
+
INSTRUMENTATION = "INSTRUMENTATION",
|
|
821
|
+
REMOTE_ACCESS_RECORD = "REMOTE_ACCESS_RECORD",
|
|
822
|
+
REMOTE_ACCESS_REPLAY = "REMOTE_ACCESS_REPLAY",
|
|
823
|
+
UIAUTOMATION = "UIAUTOMATION",
|
|
824
|
+
UIAUTOMATOR = "UIAUTOMATOR",
|
|
825
|
+
WEB_PERFORMANCE_PROFILE = "WEB_PERFORMANCE_PROFILE",
|
|
826
|
+
XCTEST = "XCTEST",
|
|
827
|
+
XCTEST_UI = "XCTEST_UI",
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
export interface ScheduleRunTest {
|
|
831
|
+
type: TestType | string | undefined;
|
|
832
|
+
|
|
833
|
+
testPackageArn?: string;
|
|
834
|
+
|
|
835
|
+
testSpecArn?: string;
|
|
836
|
+
|
|
837
|
+
filter?: string;
|
|
838
|
+
|
|
839
|
+
parameters?: Record<string, string>;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
export interface GetDevicePoolCompatibilityRequest {
|
|
843
|
+
devicePoolArn: string | undefined;
|
|
844
|
+
|
|
845
|
+
appArn?: string;
|
|
846
|
+
|
|
847
|
+
testType?: TestType | string;
|
|
848
|
+
|
|
849
|
+
test?: ScheduleRunTest;
|
|
850
|
+
|
|
851
|
+
configuration?: ScheduleRunConfiguration;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
export interface IncompatibilityMessage {
|
|
855
|
+
message?: string;
|
|
856
|
+
|
|
857
|
+
type?: DeviceAttribute | string;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
export interface DevicePoolCompatibilityResult {
|
|
861
|
+
device?: Device;
|
|
862
|
+
|
|
863
|
+
compatible?: boolean;
|
|
864
|
+
|
|
865
|
+
incompatibilityMessages?: IncompatibilityMessage[];
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
export interface GetDevicePoolCompatibilityResult {
|
|
869
|
+
compatibleDevices?: DevicePoolCompatibilityResult[];
|
|
870
|
+
|
|
871
|
+
incompatibleDevices?: DevicePoolCompatibilityResult[];
|
|
872
|
+
}
|
|
873
|
+
export interface GetInstanceProfileRequest {
|
|
874
|
+
arn: string | undefined;
|
|
875
|
+
}
|
|
876
|
+
export interface GetInstanceProfileResult {
|
|
877
|
+
instanceProfile?: InstanceProfile;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
export interface GetJobRequest {
|
|
881
|
+
arn: string | undefined;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
export interface Job {
|
|
885
|
+
arn?: string;
|
|
886
|
+
|
|
887
|
+
name?: string;
|
|
888
|
+
|
|
889
|
+
type?: TestType | string;
|
|
890
|
+
|
|
891
|
+
created?: Date;
|
|
892
|
+
|
|
893
|
+
status?: ExecutionStatus | string;
|
|
894
|
+
|
|
895
|
+
result?: ExecutionResult | string;
|
|
896
|
+
|
|
897
|
+
started?: Date;
|
|
898
|
+
|
|
899
|
+
stopped?: Date;
|
|
900
|
+
|
|
901
|
+
counters?: Counters;
|
|
902
|
+
|
|
903
|
+
message?: string;
|
|
904
|
+
|
|
905
|
+
device?: Device;
|
|
906
|
+
|
|
907
|
+
instanceArn?: string;
|
|
908
|
+
|
|
909
|
+
deviceMinutes?: DeviceMinutes;
|
|
910
|
+
|
|
911
|
+
videoEndpoint?: string;
|
|
912
|
+
|
|
913
|
+
videoCapture?: boolean;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
export interface GetJobResult {
|
|
917
|
+
job?: Job;
|
|
918
|
+
}
|
|
919
|
+
export interface GetNetworkProfileRequest {
|
|
920
|
+
arn: string | undefined;
|
|
921
|
+
}
|
|
922
|
+
export interface GetNetworkProfileResult {
|
|
923
|
+
networkProfile?: NetworkProfile;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
export interface GetOfferingStatusRequest {
|
|
927
|
+
nextToken?: string;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
export interface MonetaryAmount {
|
|
931
|
+
amount?: number;
|
|
932
|
+
|
|
933
|
+
currencyCode?: CurrencyCode | string;
|
|
934
|
+
}
|
|
935
|
+
export declare enum RecurringChargeFrequency {
|
|
936
|
+
MONTHLY = "MONTHLY",
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export interface RecurringCharge {
|
|
940
|
+
cost?: MonetaryAmount;
|
|
941
|
+
|
|
942
|
+
frequency?: RecurringChargeFrequency | string;
|
|
943
|
+
}
|
|
944
|
+
export declare enum OfferingType {
|
|
945
|
+
RECURRING = "RECURRING",
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
export interface Offering {
|
|
949
|
+
id?: string;
|
|
950
|
+
|
|
951
|
+
description?: string;
|
|
952
|
+
|
|
953
|
+
type?: OfferingType | string;
|
|
954
|
+
|
|
955
|
+
platform?: DevicePlatform | string;
|
|
956
|
+
|
|
957
|
+
recurringCharges?: RecurringCharge[];
|
|
958
|
+
}
|
|
959
|
+
export declare enum OfferingTransactionType {
|
|
960
|
+
PURCHASE = "PURCHASE",
|
|
961
|
+
RENEW = "RENEW",
|
|
962
|
+
SYSTEM = "SYSTEM",
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
export interface OfferingStatus {
|
|
966
|
+
type?: OfferingTransactionType | string;
|
|
967
|
+
|
|
968
|
+
offering?: Offering;
|
|
969
|
+
|
|
970
|
+
quantity?: number;
|
|
971
|
+
|
|
972
|
+
effectiveOn?: Date;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
export interface GetOfferingStatusResult {
|
|
976
|
+
current?: Record<string, OfferingStatus>;
|
|
977
|
+
|
|
978
|
+
nextPeriod?: Record<string, OfferingStatus>;
|
|
979
|
+
|
|
980
|
+
nextToken?: string;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
export declare class NotEligibleException extends __BaseException {
|
|
984
|
+
readonly name: "NotEligibleException";
|
|
985
|
+
readonly $fault: "client";
|
|
986
|
+
|
|
987
|
+
constructor(
|
|
988
|
+
opts: __ExceptionOptionType<NotEligibleException, __BaseException>
|
|
989
|
+
);
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
export interface GetProjectRequest {
|
|
993
|
+
arn: string | undefined;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
export interface GetProjectResult {
|
|
997
|
+
project?: Project;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
export interface GetRemoteAccessSessionRequest {
|
|
1001
|
+
arn: string | undefined;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
export interface GetRemoteAccessSessionResult {
|
|
1005
|
+
remoteAccessSession?: RemoteAccessSession;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
export interface GetRunRequest {
|
|
1009
|
+
arn: string | undefined;
|
|
1010
|
+
}
|
|
1011
|
+
export declare enum DeviceFilterAttribute {
|
|
1012
|
+
ARN = "ARN",
|
|
1013
|
+
AVAILABILITY = "AVAILABILITY",
|
|
1014
|
+
FLEET_TYPE = "FLEET_TYPE",
|
|
1015
|
+
FORM_FACTOR = "FORM_FACTOR",
|
|
1016
|
+
INSTANCE_ARN = "INSTANCE_ARN",
|
|
1017
|
+
INSTANCE_LABELS = "INSTANCE_LABELS",
|
|
1018
|
+
MANUFACTURER = "MANUFACTURER",
|
|
1019
|
+
MODEL = "MODEL",
|
|
1020
|
+
OS_VERSION = "OS_VERSION",
|
|
1021
|
+
PLATFORM = "PLATFORM",
|
|
1022
|
+
REMOTE_ACCESS_ENABLED = "REMOTE_ACCESS_ENABLED",
|
|
1023
|
+
REMOTE_DEBUG_ENABLED = "REMOTE_DEBUG_ENABLED",
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
export interface DeviceFilter {
|
|
1027
|
+
attribute: DeviceFilterAttribute | string | undefined;
|
|
1028
|
+
|
|
1029
|
+
operator: RuleOperator | string | undefined;
|
|
1030
|
+
|
|
1031
|
+
values: string[] | undefined;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
export interface DeviceSelectionResult {
|
|
1035
|
+
filters?: DeviceFilter[];
|
|
1036
|
+
|
|
1037
|
+
matchedDevicesCount?: number;
|
|
1038
|
+
|
|
1039
|
+
maxDevices?: number;
|
|
1040
|
+
}
|
|
1041
|
+
export declare enum ExecutionResultCode {
|
|
1042
|
+
PARSING_FAILED = "PARSING_FAILED",
|
|
1043
|
+
VPC_ENDPOINT_SETUP_FAILED = "VPC_ENDPOINT_SETUP_FAILED",
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
export interface Run {
|
|
1047
|
+
arn?: string;
|
|
1048
|
+
|
|
1049
|
+
name?: string;
|
|
1050
|
+
|
|
1051
|
+
type?: TestType | string;
|
|
1052
|
+
|
|
1053
|
+
platform?: DevicePlatform | string;
|
|
1054
|
+
|
|
1055
|
+
created?: Date;
|
|
1056
|
+
|
|
1057
|
+
status?: ExecutionStatus | string;
|
|
1058
|
+
|
|
1059
|
+
result?: ExecutionResult | string;
|
|
1060
|
+
|
|
1061
|
+
started?: Date;
|
|
1062
|
+
|
|
1063
|
+
stopped?: Date;
|
|
1064
|
+
|
|
1065
|
+
counters?: Counters;
|
|
1066
|
+
|
|
1067
|
+
message?: string;
|
|
1068
|
+
|
|
1069
|
+
totalJobs?: number;
|
|
1070
|
+
|
|
1071
|
+
completedJobs?: number;
|
|
1072
|
+
|
|
1073
|
+
billingMethod?: BillingMethod | string;
|
|
1074
|
+
|
|
1075
|
+
deviceMinutes?: DeviceMinutes;
|
|
1076
|
+
|
|
1077
|
+
networkProfile?: NetworkProfile;
|
|
1078
|
+
|
|
1079
|
+
parsingResultUrl?: string;
|
|
1080
|
+
|
|
1081
|
+
resultCode?: ExecutionResultCode | string;
|
|
1082
|
+
|
|
1083
|
+
seed?: number;
|
|
1084
|
+
|
|
1085
|
+
appUpload?: string;
|
|
1086
|
+
|
|
1087
|
+
eventCount?: number;
|
|
1088
|
+
|
|
1089
|
+
jobTimeoutMinutes?: number;
|
|
1090
|
+
|
|
1091
|
+
devicePoolArn?: string;
|
|
1092
|
+
|
|
1093
|
+
locale?: string;
|
|
1094
|
+
|
|
1095
|
+
radios?: Radios;
|
|
1096
|
+
|
|
1097
|
+
location?: Location;
|
|
1098
|
+
|
|
1099
|
+
customerArtifactPaths?: CustomerArtifactPaths;
|
|
1100
|
+
|
|
1101
|
+
webUrl?: string;
|
|
1102
|
+
|
|
1103
|
+
skipAppResign?: boolean;
|
|
1104
|
+
|
|
1105
|
+
testSpecArn?: string;
|
|
1106
|
+
|
|
1107
|
+
deviceSelectionResult?: DeviceSelectionResult;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
export interface GetRunResult {
|
|
1111
|
+
run?: Run;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
export interface GetSuiteRequest {
|
|
1115
|
+
arn: string | undefined;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
export interface Suite {
|
|
1119
|
+
arn?: string;
|
|
1120
|
+
|
|
1121
|
+
name?: string;
|
|
1122
|
+
|
|
1123
|
+
type?: TestType | string;
|
|
1124
|
+
|
|
1125
|
+
created?: Date;
|
|
1126
|
+
|
|
1127
|
+
status?: ExecutionStatus | string;
|
|
1128
|
+
|
|
1129
|
+
result?: ExecutionResult | string;
|
|
1130
|
+
|
|
1131
|
+
started?: Date;
|
|
1132
|
+
|
|
1133
|
+
stopped?: Date;
|
|
1134
|
+
|
|
1135
|
+
counters?: Counters;
|
|
1136
|
+
|
|
1137
|
+
message?: string;
|
|
1138
|
+
|
|
1139
|
+
deviceMinutes?: DeviceMinutes;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
export interface GetSuiteResult {
|
|
1143
|
+
suite?: Suite;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
export interface GetTestRequest {
|
|
1147
|
+
arn: string | undefined;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
export interface Test {
|
|
1151
|
+
arn?: string;
|
|
1152
|
+
|
|
1153
|
+
name?: string;
|
|
1154
|
+
|
|
1155
|
+
type?: TestType | string;
|
|
1156
|
+
|
|
1157
|
+
created?: Date;
|
|
1158
|
+
|
|
1159
|
+
status?: ExecutionStatus | string;
|
|
1160
|
+
|
|
1161
|
+
result?: ExecutionResult | string;
|
|
1162
|
+
|
|
1163
|
+
started?: Date;
|
|
1164
|
+
|
|
1165
|
+
stopped?: Date;
|
|
1166
|
+
|
|
1167
|
+
counters?: Counters;
|
|
1168
|
+
|
|
1169
|
+
message?: string;
|
|
1170
|
+
|
|
1171
|
+
deviceMinutes?: DeviceMinutes;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
export interface GetTestResult {
|
|
1175
|
+
test?: Test;
|
|
1176
|
+
}
|
|
1177
|
+
export interface GetTestGridProjectRequest {
|
|
1178
|
+
projectArn: string | undefined;
|
|
1179
|
+
}
|
|
1180
|
+
export interface GetTestGridProjectResult {
|
|
1181
|
+
testGridProject?: TestGridProject;
|
|
1182
|
+
}
|
|
1183
|
+
export interface GetTestGridSessionRequest {
|
|
1184
|
+
projectArn?: string;
|
|
1185
|
+
|
|
1186
|
+
sessionId?: string;
|
|
1187
|
+
|
|
1188
|
+
sessionArn?: string;
|
|
1189
|
+
}
|
|
1190
|
+
export declare enum TestGridSessionStatus {
|
|
1191
|
+
ACTIVE = "ACTIVE",
|
|
1192
|
+
CLOSED = "CLOSED",
|
|
1193
|
+
ERRORED = "ERRORED",
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
export interface TestGridSession {
|
|
1197
|
+
arn?: string;
|
|
1198
|
+
|
|
1199
|
+
status?: TestGridSessionStatus | string;
|
|
1200
|
+
|
|
1201
|
+
created?: Date;
|
|
1202
|
+
|
|
1203
|
+
ended?: Date;
|
|
1204
|
+
|
|
1205
|
+
billingMinutes?: number;
|
|
1206
|
+
|
|
1207
|
+
seleniumProperties?: string;
|
|
1208
|
+
}
|
|
1209
|
+
export interface GetTestGridSessionResult {
|
|
1210
|
+
testGridSession?: TestGridSession;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
export interface GetUploadRequest {
|
|
1214
|
+
arn: string | undefined;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
export interface GetUploadResult {
|
|
1218
|
+
upload?: Upload;
|
|
1219
|
+
}
|
|
1220
|
+
export interface GetVPCEConfigurationRequest {
|
|
1221
|
+
arn: string | undefined;
|
|
1222
|
+
}
|
|
1223
|
+
export interface GetVPCEConfigurationResult {
|
|
1224
|
+
vpceConfiguration?: VPCEConfiguration;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
export interface InstallToRemoteAccessSessionRequest {
|
|
1228
|
+
remoteAccessSessionArn: string | undefined;
|
|
1229
|
+
|
|
1230
|
+
appArn: string | undefined;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
export interface InstallToRemoteAccessSessionResult {
|
|
1234
|
+
appUpload?: Upload;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
export interface ListArtifactsRequest {
|
|
1238
|
+
arn: string | undefined;
|
|
1239
|
+
|
|
1240
|
+
type: ArtifactCategory | string | undefined;
|
|
1241
|
+
|
|
1242
|
+
nextToken?: string;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
export interface ListArtifactsResult {
|
|
1246
|
+
artifacts?: Artifact[];
|
|
1247
|
+
|
|
1248
|
+
nextToken?: string;
|
|
1249
|
+
}
|
|
1250
|
+
export interface ListDeviceInstancesRequest {
|
|
1251
|
+
maxResults?: number;
|
|
1252
|
+
|
|
1253
|
+
nextToken?: string;
|
|
1254
|
+
}
|
|
1255
|
+
export interface ListDeviceInstancesResult {
|
|
1256
|
+
deviceInstances?: DeviceInstance[];
|
|
1257
|
+
|
|
1258
|
+
nextToken?: string;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
export interface ListDevicePoolsRequest {
|
|
1262
|
+
arn: string | undefined;
|
|
1263
|
+
|
|
1264
|
+
type?: DevicePoolType | string;
|
|
1265
|
+
|
|
1266
|
+
nextToken?: string;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
export interface ListDevicePoolsResult {
|
|
1270
|
+
devicePools?: DevicePool[];
|
|
1271
|
+
|
|
1272
|
+
nextToken?: string;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
export interface ListDevicesRequest {
|
|
1276
|
+
arn?: string;
|
|
1277
|
+
|
|
1278
|
+
nextToken?: string;
|
|
1279
|
+
|
|
1280
|
+
filters?: DeviceFilter[];
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
export interface ListDevicesResult {
|
|
1284
|
+
devices?: Device[];
|
|
1285
|
+
|
|
1286
|
+
nextToken?: string;
|
|
1287
|
+
}
|
|
1288
|
+
export interface ListInstanceProfilesRequest {
|
|
1289
|
+
maxResults?: number;
|
|
1290
|
+
|
|
1291
|
+
nextToken?: string;
|
|
1292
|
+
}
|
|
1293
|
+
export interface ListInstanceProfilesResult {
|
|
1294
|
+
instanceProfiles?: InstanceProfile[];
|
|
1295
|
+
|
|
1296
|
+
nextToken?: string;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
export interface ListJobsRequest {
|
|
1300
|
+
arn: string | undefined;
|
|
1301
|
+
|
|
1302
|
+
nextToken?: string;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
export interface ListJobsResult {
|
|
1306
|
+
jobs?: Job[];
|
|
1307
|
+
|
|
1308
|
+
nextToken?: string;
|
|
1309
|
+
}
|
|
1310
|
+
export interface ListNetworkProfilesRequest {
|
|
1311
|
+
arn: string | undefined;
|
|
1312
|
+
|
|
1313
|
+
type?: NetworkProfileType | string;
|
|
1314
|
+
|
|
1315
|
+
nextToken?: string;
|
|
1316
|
+
}
|
|
1317
|
+
export interface ListNetworkProfilesResult {
|
|
1318
|
+
networkProfiles?: NetworkProfile[];
|
|
1319
|
+
|
|
1320
|
+
nextToken?: string;
|
|
1321
|
+
}
|
|
1322
|
+
export interface ListOfferingPromotionsRequest {
|
|
1323
|
+
nextToken?: string;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
export interface OfferingPromotion {
|
|
1327
|
+
id?: string;
|
|
1328
|
+
|
|
1329
|
+
description?: string;
|
|
1330
|
+
}
|
|
1331
|
+
export interface ListOfferingPromotionsResult {
|
|
1332
|
+
offeringPromotions?: OfferingPromotion[];
|
|
1333
|
+
|
|
1334
|
+
nextToken?: string;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
export interface ListOfferingsRequest {
|
|
1338
|
+
nextToken?: string;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
export interface ListOfferingsResult {
|
|
1342
|
+
offerings?: Offering[];
|
|
1343
|
+
|
|
1344
|
+
nextToken?: string;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
export interface ListOfferingTransactionsRequest {
|
|
1348
|
+
nextToken?: string;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
export interface OfferingTransaction {
|
|
1352
|
+
offeringStatus?: OfferingStatus;
|
|
1353
|
+
|
|
1354
|
+
transactionId?: string;
|
|
1355
|
+
|
|
1356
|
+
offeringPromotionId?: string;
|
|
1357
|
+
|
|
1358
|
+
createdOn?: Date;
|
|
1359
|
+
|
|
1360
|
+
cost?: MonetaryAmount;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
export interface ListOfferingTransactionsResult {
|
|
1364
|
+
offeringTransactions?: OfferingTransaction[];
|
|
1365
|
+
|
|
1366
|
+
nextToken?: string;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
export interface ListProjectsRequest {
|
|
1370
|
+
arn?: string;
|
|
1371
|
+
|
|
1372
|
+
nextToken?: string;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
export interface ListProjectsResult {
|
|
1376
|
+
projects?: Project[];
|
|
1377
|
+
|
|
1378
|
+
nextToken?: string;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
export interface ListRemoteAccessSessionsRequest {
|
|
1382
|
+
arn: string | undefined;
|
|
1383
|
+
|
|
1384
|
+
nextToken?: string;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
export interface ListRemoteAccessSessionsResult {
|
|
1388
|
+
remoteAccessSessions?: RemoteAccessSession[];
|
|
1389
|
+
|
|
1390
|
+
nextToken?: string;
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
export interface ListRunsRequest {
|
|
1394
|
+
arn: string | undefined;
|
|
1395
|
+
|
|
1396
|
+
nextToken?: string;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
export interface ListRunsResult {
|
|
1400
|
+
runs?: Run[];
|
|
1401
|
+
|
|
1402
|
+
nextToken?: string;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
export interface ListSamplesRequest {
|
|
1406
|
+
arn: string | undefined;
|
|
1407
|
+
|
|
1408
|
+
nextToken?: string;
|
|
1409
|
+
}
|
|
1410
|
+
export declare enum SampleType {
|
|
1411
|
+
CPU = "CPU",
|
|
1412
|
+
MEMORY = "MEMORY",
|
|
1413
|
+
NATIVE_AVG_DRAWTIME = "NATIVE_AVG_DRAWTIME",
|
|
1414
|
+
NATIVE_FPS = "NATIVE_FPS",
|
|
1415
|
+
NATIVE_FRAMES = "NATIVE_FRAMES",
|
|
1416
|
+
NATIVE_MAX_DRAWTIME = "NATIVE_MAX_DRAWTIME",
|
|
1417
|
+
NATIVE_MIN_DRAWTIME = "NATIVE_MIN_DRAWTIME",
|
|
1418
|
+
OPENGL_AVG_DRAWTIME = "OPENGL_AVG_DRAWTIME",
|
|
1419
|
+
OPENGL_FPS = "OPENGL_FPS",
|
|
1420
|
+
OPENGL_FRAMES = "OPENGL_FRAMES",
|
|
1421
|
+
OPENGL_MAX_DRAWTIME = "OPENGL_MAX_DRAWTIME",
|
|
1422
|
+
OPENGL_MIN_DRAWTIME = "OPENGL_MIN_DRAWTIME",
|
|
1423
|
+
RX = "RX",
|
|
1424
|
+
RX_RATE = "RX_RATE",
|
|
1425
|
+
THREADS = "THREADS",
|
|
1426
|
+
TX = "TX",
|
|
1427
|
+
TX_RATE = "TX_RATE",
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
export interface Sample {
|
|
1431
|
+
arn?: string;
|
|
1432
|
+
|
|
1433
|
+
type?: SampleType | string;
|
|
1434
|
+
|
|
1435
|
+
url?: string;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
export interface ListSamplesResult {
|
|
1439
|
+
samples?: Sample[];
|
|
1440
|
+
|
|
1441
|
+
nextToken?: string;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
export interface ListSuitesRequest {
|
|
1445
|
+
arn: string | undefined;
|
|
1446
|
+
|
|
1447
|
+
nextToken?: string;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
export interface ListSuitesResult {
|
|
1451
|
+
suites?: Suite[];
|
|
1452
|
+
|
|
1453
|
+
nextToken?: string;
|
|
1454
|
+
}
|
|
1455
|
+
export interface ListTagsForResourceRequest {
|
|
1456
|
+
ResourceARN: string | undefined;
|
|
1457
|
+
}
|
|
1458
|
+
|
|
1459
|
+
export interface Tag {
|
|
1460
|
+
Key: string | undefined;
|
|
1461
|
+
|
|
1462
|
+
Value: string | undefined;
|
|
1463
|
+
}
|
|
1464
|
+
export interface ListTagsForResourceResponse {
|
|
1465
|
+
Tags?: Tag[];
|
|
1466
|
+
}
|
|
1467
|
+
export interface ListTestGridProjectsRequest {
|
|
1468
|
+
maxResult?: number;
|
|
1469
|
+
|
|
1470
|
+
nextToken?: string;
|
|
1471
|
+
}
|
|
1472
|
+
export interface ListTestGridProjectsResult {
|
|
1473
|
+
testGridProjects?: TestGridProject[];
|
|
1474
|
+
|
|
1475
|
+
nextToken?: string;
|
|
1476
|
+
}
|
|
1477
|
+
export interface ListTestGridSessionActionsRequest {
|
|
1478
|
+
sessionArn: string | undefined;
|
|
1479
|
+
|
|
1480
|
+
maxResult?: number;
|
|
1481
|
+
|
|
1482
|
+
nextToken?: string;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
export interface TestGridSessionAction {
|
|
1486
|
+
action?: string;
|
|
1487
|
+
|
|
1488
|
+
started?: Date;
|
|
1489
|
+
|
|
1490
|
+
duration?: number;
|
|
1491
|
+
|
|
1492
|
+
statusCode?: string;
|
|
1493
|
+
|
|
1494
|
+
requestMethod?: string;
|
|
1495
|
+
}
|
|
1496
|
+
export interface ListTestGridSessionActionsResult {
|
|
1497
|
+
actions?: TestGridSessionAction[];
|
|
1498
|
+
|
|
1499
|
+
nextToken?: string;
|
|
1500
|
+
}
|
|
1501
|
+
export declare enum TestGridSessionArtifactCategory {
|
|
1502
|
+
LOG = "LOG",
|
|
1503
|
+
VIDEO = "VIDEO",
|
|
1504
|
+
}
|
|
1505
|
+
export interface ListTestGridSessionArtifactsRequest {
|
|
1506
|
+
sessionArn: string | undefined;
|
|
1507
|
+
|
|
1508
|
+
type?: TestGridSessionArtifactCategory | string;
|
|
1509
|
+
|
|
1510
|
+
maxResult?: number;
|
|
1511
|
+
|
|
1512
|
+
nextToken?: string;
|
|
1513
|
+
}
|
|
1514
|
+
export declare enum TestGridSessionArtifactType {
|
|
1515
|
+
SELENIUM_LOG = "SELENIUM_LOG",
|
|
1516
|
+
UNKNOWN = "UNKNOWN",
|
|
1517
|
+
VIDEO = "VIDEO",
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
export interface TestGridSessionArtifact {
|
|
1521
|
+
filename?: string;
|
|
1522
|
+
|
|
1523
|
+
type?: TestGridSessionArtifactType | string;
|
|
1524
|
+
|
|
1525
|
+
url?: string;
|
|
1526
|
+
}
|
|
1527
|
+
export interface ListTestGridSessionArtifactsResult {
|
|
1528
|
+
artifacts?: TestGridSessionArtifact[];
|
|
1529
|
+
|
|
1530
|
+
nextToken?: string;
|
|
1531
|
+
}
|
|
1532
|
+
export interface ListTestGridSessionsRequest {
|
|
1533
|
+
projectArn: string | undefined;
|
|
1534
|
+
|
|
1535
|
+
status?: TestGridSessionStatus | string;
|
|
1536
|
+
|
|
1537
|
+
creationTimeAfter?: Date;
|
|
1538
|
+
|
|
1539
|
+
creationTimeBefore?: Date;
|
|
1540
|
+
|
|
1541
|
+
endTimeAfter?: Date;
|
|
1542
|
+
|
|
1543
|
+
endTimeBefore?: Date;
|
|
1544
|
+
|
|
1545
|
+
maxResult?: number;
|
|
1546
|
+
|
|
1547
|
+
nextToken?: string;
|
|
1548
|
+
}
|
|
1549
|
+
export interface ListTestGridSessionsResult {
|
|
1550
|
+
testGridSessions?: TestGridSession[];
|
|
1551
|
+
|
|
1552
|
+
nextToken?: string;
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
export interface ListTestsRequest {
|
|
1556
|
+
arn: string | undefined;
|
|
1557
|
+
|
|
1558
|
+
nextToken?: string;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
export interface ListTestsResult {
|
|
1562
|
+
tests?: Test[];
|
|
1563
|
+
|
|
1564
|
+
nextToken?: string;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
export interface ListUniqueProblemsRequest {
|
|
1568
|
+
arn: string | undefined;
|
|
1569
|
+
|
|
1570
|
+
nextToken?: string;
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
export interface ProblemDetail {
|
|
1574
|
+
arn?: string;
|
|
1575
|
+
|
|
1576
|
+
name?: string;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
export interface Problem {
|
|
1580
|
+
run?: ProblemDetail;
|
|
1581
|
+
|
|
1582
|
+
job?: ProblemDetail;
|
|
1583
|
+
|
|
1584
|
+
suite?: ProblemDetail;
|
|
1585
|
+
|
|
1586
|
+
test?: ProblemDetail;
|
|
1587
|
+
|
|
1588
|
+
device?: Device;
|
|
1589
|
+
|
|
1590
|
+
result?: ExecutionResult | string;
|
|
1591
|
+
|
|
1592
|
+
message?: string;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
export interface UniqueProblem {
|
|
1596
|
+
message?: string;
|
|
1597
|
+
|
|
1598
|
+
problems?: Problem[];
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
export interface ListUniqueProblemsResult {
|
|
1602
|
+
uniqueProblems?: Record<string, UniqueProblem[]>;
|
|
1603
|
+
|
|
1604
|
+
nextToken?: string;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
export interface ListUploadsRequest {
|
|
1608
|
+
arn: string | undefined;
|
|
1609
|
+
|
|
1610
|
+
type?: UploadType | string;
|
|
1611
|
+
|
|
1612
|
+
nextToken?: string;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
export interface ListUploadsResult {
|
|
1616
|
+
uploads?: Upload[];
|
|
1617
|
+
|
|
1618
|
+
nextToken?: string;
|
|
1619
|
+
}
|
|
1620
|
+
export interface ListVPCEConfigurationsRequest {
|
|
1621
|
+
maxResults?: number;
|
|
1622
|
+
|
|
1623
|
+
nextToken?: string;
|
|
1624
|
+
}
|
|
1625
|
+
export interface ListVPCEConfigurationsResult {
|
|
1626
|
+
vpceConfigurations?: VPCEConfiguration[];
|
|
1627
|
+
|
|
1628
|
+
nextToken?: string;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
export interface PurchaseOfferingRequest {
|
|
1632
|
+
offeringId: string | undefined;
|
|
1633
|
+
|
|
1634
|
+
quantity: number | undefined;
|
|
1635
|
+
|
|
1636
|
+
offeringPromotionId?: string;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
export interface PurchaseOfferingResult {
|
|
1640
|
+
offeringTransaction?: OfferingTransaction;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
export interface RenewOfferingRequest {
|
|
1644
|
+
offeringId: string | undefined;
|
|
1645
|
+
|
|
1646
|
+
quantity: number | undefined;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
export interface RenewOfferingResult {
|
|
1650
|
+
offeringTransaction?: OfferingTransaction;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
export declare class IdempotencyException extends __BaseException {
|
|
1654
|
+
readonly name: "IdempotencyException";
|
|
1655
|
+
readonly $fault: "client";
|
|
1656
|
+
|
|
1657
|
+
constructor(
|
|
1658
|
+
opts: __ExceptionOptionType<IdempotencyException, __BaseException>
|
|
1659
|
+
);
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
export interface DeviceSelectionConfiguration {
|
|
1663
|
+
filters: DeviceFilter[] | undefined;
|
|
1664
|
+
|
|
1665
|
+
maxDevices: number | undefined;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
export interface ExecutionConfiguration {
|
|
1669
|
+
jobTimeoutMinutes?: number;
|
|
1670
|
+
|
|
1671
|
+
accountsCleanup?: boolean;
|
|
1672
|
+
|
|
1673
|
+
appPackagesCleanup?: boolean;
|
|
1674
|
+
|
|
1675
|
+
videoCapture?: boolean;
|
|
1676
|
+
|
|
1677
|
+
skipAppResign?: boolean;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
export interface ScheduleRunRequest {
|
|
1681
|
+
projectArn: string | undefined;
|
|
1682
|
+
|
|
1683
|
+
appArn?: string;
|
|
1684
|
+
|
|
1685
|
+
devicePoolArn?: string;
|
|
1686
|
+
|
|
1687
|
+
deviceSelectionConfiguration?: DeviceSelectionConfiguration;
|
|
1688
|
+
|
|
1689
|
+
name?: string;
|
|
1690
|
+
|
|
1691
|
+
test: ScheduleRunTest | undefined;
|
|
1692
|
+
|
|
1693
|
+
configuration?: ScheduleRunConfiguration;
|
|
1694
|
+
|
|
1695
|
+
executionConfiguration?: ExecutionConfiguration;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
export interface ScheduleRunResult {
|
|
1699
|
+
run?: Run;
|
|
1700
|
+
}
|
|
1701
|
+
export interface StopJobRequest {
|
|
1702
|
+
arn: string | undefined;
|
|
1703
|
+
}
|
|
1704
|
+
export interface StopJobResult {
|
|
1705
|
+
job?: Job;
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
export interface StopRemoteAccessSessionRequest {
|
|
1709
|
+
arn: string | undefined;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
export interface StopRemoteAccessSessionResult {
|
|
1713
|
+
remoteAccessSession?: RemoteAccessSession;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
export interface StopRunRequest {
|
|
1717
|
+
arn: string | undefined;
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
export interface StopRunResult {
|
|
1721
|
+
run?: Run;
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
export declare class TagPolicyException extends __BaseException {
|
|
1725
|
+
readonly name: "TagPolicyException";
|
|
1726
|
+
readonly $fault: "client";
|
|
1727
|
+
resourceName?: string;
|
|
1728
|
+
|
|
1729
|
+
constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
|
|
1730
|
+
}
|
|
1731
|
+
export interface TagResourceRequest {
|
|
1732
|
+
ResourceARN: string | undefined;
|
|
1733
|
+
|
|
1734
|
+
Tags: Tag[] | undefined;
|
|
1735
|
+
}
|
|
1736
|
+
export interface TagResourceResponse {}
|
|
1737
|
+
|
|
1738
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
1739
|
+
readonly name: "TooManyTagsException";
|
|
1740
|
+
readonly $fault: "client";
|
|
1741
|
+
resourceName?: string;
|
|
1742
|
+
|
|
1743
|
+
constructor(
|
|
1744
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
1745
|
+
);
|
|
1746
|
+
}
|
|
1747
|
+
export interface UntagResourceRequest {
|
|
1748
|
+
ResourceARN: string | undefined;
|
|
1749
|
+
|
|
1750
|
+
TagKeys: string[] | undefined;
|
|
1751
|
+
}
|
|
1752
|
+
export interface UntagResourceResponse {}
|
|
1753
|
+
export interface UpdateDeviceInstanceRequest {
|
|
1754
|
+
arn: string | undefined;
|
|
1755
|
+
|
|
1756
|
+
profileArn?: string;
|
|
1757
|
+
|
|
1758
|
+
labels?: string[];
|
|
1759
|
+
}
|
|
1760
|
+
export interface UpdateDeviceInstanceResult {
|
|
1761
|
+
deviceInstance?: DeviceInstance;
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
export interface UpdateDevicePoolRequest {
|
|
1765
|
+
arn: string | undefined;
|
|
1766
|
+
|
|
1767
|
+
name?: string;
|
|
1768
|
+
|
|
1769
|
+
description?: string;
|
|
1770
|
+
|
|
1771
|
+
rules?: Rule[];
|
|
1772
|
+
|
|
1773
|
+
maxDevices?: number;
|
|
1774
|
+
|
|
1775
|
+
clearMaxDevices?: boolean;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
export interface UpdateDevicePoolResult {
|
|
1779
|
+
devicePool?: DevicePool;
|
|
1780
|
+
}
|
|
1781
|
+
export interface UpdateInstanceProfileRequest {
|
|
1782
|
+
arn: string | undefined;
|
|
1783
|
+
|
|
1784
|
+
name?: string;
|
|
1785
|
+
|
|
1786
|
+
description?: string;
|
|
1787
|
+
|
|
1788
|
+
packageCleanup?: boolean;
|
|
1789
|
+
|
|
1790
|
+
excludeAppPackagesFromCleanup?: string[];
|
|
1791
|
+
|
|
1792
|
+
rebootAfterUse?: boolean;
|
|
1793
|
+
}
|
|
1794
|
+
export interface UpdateInstanceProfileResult {
|
|
1795
|
+
instanceProfile?: InstanceProfile;
|
|
1796
|
+
}
|
|
1797
|
+
export interface UpdateNetworkProfileRequest {
|
|
1798
|
+
arn: string | undefined;
|
|
1799
|
+
|
|
1800
|
+
name?: string;
|
|
1801
|
+
|
|
1802
|
+
description?: string;
|
|
1803
|
+
|
|
1804
|
+
type?: NetworkProfileType | string;
|
|
1805
|
+
|
|
1806
|
+
uplinkBandwidthBits?: number;
|
|
1807
|
+
|
|
1808
|
+
downlinkBandwidthBits?: number;
|
|
1809
|
+
|
|
1810
|
+
uplinkDelayMs?: number;
|
|
1811
|
+
|
|
1812
|
+
downlinkDelayMs?: number;
|
|
1813
|
+
|
|
1814
|
+
uplinkJitterMs?: number;
|
|
1815
|
+
|
|
1816
|
+
downlinkJitterMs?: number;
|
|
1817
|
+
|
|
1818
|
+
uplinkLossPercent?: number;
|
|
1819
|
+
|
|
1820
|
+
downlinkLossPercent?: number;
|
|
1821
|
+
}
|
|
1822
|
+
export interface UpdateNetworkProfileResult {
|
|
1823
|
+
networkProfile?: NetworkProfile;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
export interface UpdateProjectRequest {
|
|
1827
|
+
arn: string | undefined;
|
|
1828
|
+
|
|
1829
|
+
name?: string;
|
|
1830
|
+
|
|
1831
|
+
defaultJobTimeoutMinutes?: number;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
export interface UpdateProjectResult {
|
|
1835
|
+
project?: Project;
|
|
1836
|
+
}
|
|
1837
|
+
export interface UpdateTestGridProjectRequest {
|
|
1838
|
+
projectArn: string | undefined;
|
|
1839
|
+
|
|
1840
|
+
name?: string;
|
|
1841
|
+
|
|
1842
|
+
description?: string;
|
|
1843
|
+
|
|
1844
|
+
vpcConfig?: TestGridVpcConfig;
|
|
1845
|
+
}
|
|
1846
|
+
export interface UpdateTestGridProjectResult {
|
|
1847
|
+
testGridProject?: TestGridProject;
|
|
1848
|
+
}
|
|
1849
|
+
export interface UpdateUploadRequest {
|
|
1850
|
+
arn: string | undefined;
|
|
1851
|
+
|
|
1852
|
+
name?: string;
|
|
1853
|
+
|
|
1854
|
+
contentType?: string;
|
|
1855
|
+
|
|
1856
|
+
editContent?: boolean;
|
|
1857
|
+
}
|
|
1858
|
+
export interface UpdateUploadResult {
|
|
1859
|
+
upload?: Upload;
|
|
1860
|
+
}
|
|
1861
|
+
export interface UpdateVPCEConfigurationRequest {
|
|
1862
|
+
arn: string | undefined;
|
|
1863
|
+
|
|
1864
|
+
vpceConfigurationName?: string;
|
|
1865
|
+
|
|
1866
|
+
vpceServiceName?: string;
|
|
1867
|
+
|
|
1868
|
+
serviceDnsName?: string;
|
|
1869
|
+
|
|
1870
|
+
vpceConfigurationDescription?: string;
|
|
1871
|
+
}
|
|
1872
|
+
export interface UpdateVPCEConfigurationResult {
|
|
1873
|
+
vpceConfiguration?: VPCEConfiguration;
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
export declare const TrialMinutesFilterSensitiveLog: (obj: TrialMinutes) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const AccountSettingsFilterSensitiveLog: (
|
|
1879
|
+
obj: AccountSettings
|
|
1880
|
+
) => any;
|
|
1881
|
+
|
|
1882
|
+
export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
|
|
1883
|
+
|
|
1884
|
+
export declare const CountersFilterSensitiveLog: (obj: Counters) => any;
|
|
1885
|
+
|
|
1886
|
+
export declare const CPUFilterSensitiveLog: (obj: CPU) => any;
|
|
1887
|
+
|
|
1888
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
1889
|
+
|
|
1890
|
+
export declare const CreateDevicePoolRequestFilterSensitiveLog: (
|
|
1891
|
+
obj: CreateDevicePoolRequest
|
|
1892
|
+
) => any;
|
|
1893
|
+
|
|
1894
|
+
export declare const DevicePoolFilterSensitiveLog: (obj: DevicePool) => any;
|
|
1895
|
+
|
|
1896
|
+
export declare const CreateDevicePoolResultFilterSensitiveLog: (
|
|
1897
|
+
obj: CreateDevicePoolResult
|
|
1898
|
+
) => any;
|
|
1899
|
+
|
|
1900
|
+
export declare const CreateInstanceProfileRequestFilterSensitiveLog: (
|
|
1901
|
+
obj: CreateInstanceProfileRequest
|
|
1902
|
+
) => any;
|
|
1903
|
+
|
|
1904
|
+
export declare const InstanceProfileFilterSensitiveLog: (
|
|
1905
|
+
obj: InstanceProfile
|
|
1906
|
+
) => any;
|
|
1907
|
+
|
|
1908
|
+
export declare const CreateInstanceProfileResultFilterSensitiveLog: (
|
|
1909
|
+
obj: CreateInstanceProfileResult
|
|
1910
|
+
) => any;
|
|
1911
|
+
|
|
1912
|
+
export declare const CreateNetworkProfileRequestFilterSensitiveLog: (
|
|
1913
|
+
obj: CreateNetworkProfileRequest
|
|
1914
|
+
) => any;
|
|
1915
|
+
|
|
1916
|
+
export declare const NetworkProfileFilterSensitiveLog: (
|
|
1917
|
+
obj: NetworkProfile
|
|
1918
|
+
) => any;
|
|
1919
|
+
|
|
1920
|
+
export declare const CreateNetworkProfileResultFilterSensitiveLog: (
|
|
1921
|
+
obj: CreateNetworkProfileResult
|
|
1922
|
+
) => any;
|
|
1923
|
+
|
|
1924
|
+
export declare const CreateProjectRequestFilterSensitiveLog: (
|
|
1925
|
+
obj: CreateProjectRequest
|
|
1926
|
+
) => any;
|
|
1927
|
+
|
|
1928
|
+
export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
|
|
1929
|
+
|
|
1930
|
+
export declare const CreateProjectResultFilterSensitiveLog: (
|
|
1931
|
+
obj: CreateProjectResult
|
|
1932
|
+
) => any;
|
|
1933
|
+
|
|
1934
|
+
export declare const CreateRemoteAccessSessionConfigurationFilterSensitiveLog: (
|
|
1935
|
+
obj: CreateRemoteAccessSessionConfiguration
|
|
1936
|
+
) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const CreateRemoteAccessSessionRequestFilterSensitiveLog: (
|
|
1939
|
+
obj: CreateRemoteAccessSessionRequest
|
|
1940
|
+
) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const DeviceInstanceFilterSensitiveLog: (
|
|
1943
|
+
obj: DeviceInstance
|
|
1944
|
+
) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const ResolutionFilterSensitiveLog: (obj: Resolution) => any;
|
|
1947
|
+
|
|
1948
|
+
export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
|
|
1949
|
+
|
|
1950
|
+
export declare const DeviceMinutesFilterSensitiveLog: (
|
|
1951
|
+
obj: DeviceMinutes
|
|
1952
|
+
) => any;
|
|
1953
|
+
|
|
1954
|
+
export declare const RemoteAccessSessionFilterSensitiveLog: (
|
|
1955
|
+
obj: RemoteAccessSession
|
|
1956
|
+
) => any;
|
|
1957
|
+
|
|
1958
|
+
export declare const CreateRemoteAccessSessionResultFilterSensitiveLog: (
|
|
1959
|
+
obj: CreateRemoteAccessSessionResult
|
|
1960
|
+
) => any;
|
|
1961
|
+
|
|
1962
|
+
export declare const TestGridVpcConfigFilterSensitiveLog: (
|
|
1963
|
+
obj: TestGridVpcConfig
|
|
1964
|
+
) => any;
|
|
1965
|
+
|
|
1966
|
+
export declare const CreateTestGridProjectRequestFilterSensitiveLog: (
|
|
1967
|
+
obj: CreateTestGridProjectRequest
|
|
1968
|
+
) => any;
|
|
1969
|
+
|
|
1970
|
+
export declare const TestGridProjectFilterSensitiveLog: (
|
|
1971
|
+
obj: TestGridProject
|
|
1972
|
+
) => any;
|
|
1973
|
+
|
|
1974
|
+
export declare const CreateTestGridProjectResultFilterSensitiveLog: (
|
|
1975
|
+
obj: CreateTestGridProjectResult
|
|
1976
|
+
) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const CreateTestGridUrlRequestFilterSensitiveLog: (
|
|
1979
|
+
obj: CreateTestGridUrlRequest
|
|
1980
|
+
) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const CreateTestGridUrlResultFilterSensitiveLog: (
|
|
1983
|
+
obj: CreateTestGridUrlResult
|
|
1984
|
+
) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const CreateUploadRequestFilterSensitiveLog: (
|
|
1987
|
+
obj: CreateUploadRequest
|
|
1988
|
+
) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const UploadFilterSensitiveLog: (obj: Upload) => any;
|
|
1991
|
+
|
|
1992
|
+
export declare const CreateUploadResultFilterSensitiveLog: (
|
|
1993
|
+
obj: CreateUploadResult
|
|
1994
|
+
) => any;
|
|
1995
|
+
|
|
1996
|
+
export declare const CreateVPCEConfigurationRequestFilterSensitiveLog: (
|
|
1997
|
+
obj: CreateVPCEConfigurationRequest
|
|
1998
|
+
) => any;
|
|
1999
|
+
|
|
2000
|
+
export declare const VPCEConfigurationFilterSensitiveLog: (
|
|
2001
|
+
obj: VPCEConfiguration
|
|
2002
|
+
) => any;
|
|
2003
|
+
|
|
2004
|
+
export declare const CreateVPCEConfigurationResultFilterSensitiveLog: (
|
|
2005
|
+
obj: CreateVPCEConfigurationResult
|
|
2006
|
+
) => any;
|
|
2007
|
+
|
|
2008
|
+
export declare const CustomerArtifactPathsFilterSensitiveLog: (
|
|
2009
|
+
obj: CustomerArtifactPaths
|
|
2010
|
+
) => any;
|
|
2011
|
+
|
|
2012
|
+
export declare const DeleteDevicePoolRequestFilterSensitiveLog: (
|
|
2013
|
+
obj: DeleteDevicePoolRequest
|
|
2014
|
+
) => any;
|
|
2015
|
+
|
|
2016
|
+
export declare const DeleteDevicePoolResultFilterSensitiveLog: (
|
|
2017
|
+
obj: DeleteDevicePoolResult
|
|
2018
|
+
) => any;
|
|
2019
|
+
|
|
2020
|
+
export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (
|
|
2021
|
+
obj: DeleteInstanceProfileRequest
|
|
2022
|
+
) => any;
|
|
2023
|
+
|
|
2024
|
+
export declare const DeleteInstanceProfileResultFilterSensitiveLog: (
|
|
2025
|
+
obj: DeleteInstanceProfileResult
|
|
2026
|
+
) => any;
|
|
2027
|
+
|
|
2028
|
+
export declare const DeleteNetworkProfileRequestFilterSensitiveLog: (
|
|
2029
|
+
obj: DeleteNetworkProfileRequest
|
|
2030
|
+
) => any;
|
|
2031
|
+
|
|
2032
|
+
export declare const DeleteNetworkProfileResultFilterSensitiveLog: (
|
|
2033
|
+
obj: DeleteNetworkProfileResult
|
|
2034
|
+
) => any;
|
|
2035
|
+
|
|
2036
|
+
export declare const DeleteProjectRequestFilterSensitiveLog: (
|
|
2037
|
+
obj: DeleteProjectRequest
|
|
2038
|
+
) => any;
|
|
2039
|
+
|
|
2040
|
+
export declare const DeleteProjectResultFilterSensitiveLog: (
|
|
2041
|
+
obj: DeleteProjectResult
|
|
2042
|
+
) => any;
|
|
2043
|
+
|
|
2044
|
+
export declare const DeleteRemoteAccessSessionRequestFilterSensitiveLog: (
|
|
2045
|
+
obj: DeleteRemoteAccessSessionRequest
|
|
2046
|
+
) => any;
|
|
2047
|
+
|
|
2048
|
+
export declare const DeleteRemoteAccessSessionResultFilterSensitiveLog: (
|
|
2049
|
+
obj: DeleteRemoteAccessSessionResult
|
|
2050
|
+
) => any;
|
|
2051
|
+
|
|
2052
|
+
export declare const DeleteRunRequestFilterSensitiveLog: (
|
|
2053
|
+
obj: DeleteRunRequest
|
|
2054
|
+
) => any;
|
|
2055
|
+
|
|
2056
|
+
export declare const DeleteRunResultFilterSensitiveLog: (
|
|
2057
|
+
obj: DeleteRunResult
|
|
2058
|
+
) => any;
|
|
2059
|
+
|
|
2060
|
+
export declare const DeleteTestGridProjectRequestFilterSensitiveLog: (
|
|
2061
|
+
obj: DeleteTestGridProjectRequest
|
|
2062
|
+
) => any;
|
|
2063
|
+
|
|
2064
|
+
export declare const DeleteTestGridProjectResultFilterSensitiveLog: (
|
|
2065
|
+
obj: DeleteTestGridProjectResult
|
|
2066
|
+
) => any;
|
|
2067
|
+
|
|
2068
|
+
export declare const DeleteUploadRequestFilterSensitiveLog: (
|
|
2069
|
+
obj: DeleteUploadRequest
|
|
2070
|
+
) => any;
|
|
2071
|
+
|
|
2072
|
+
export declare const DeleteUploadResultFilterSensitiveLog: (
|
|
2073
|
+
obj: DeleteUploadResult
|
|
2074
|
+
) => any;
|
|
2075
|
+
|
|
2076
|
+
export declare const DeleteVPCEConfigurationRequestFilterSensitiveLog: (
|
|
2077
|
+
obj: DeleteVPCEConfigurationRequest
|
|
2078
|
+
) => any;
|
|
2079
|
+
|
|
2080
|
+
export declare const DeleteVPCEConfigurationResultFilterSensitiveLog: (
|
|
2081
|
+
obj: DeleteVPCEConfigurationResult
|
|
2082
|
+
) => any;
|
|
2083
|
+
|
|
2084
|
+
export declare const GetAccountSettingsRequestFilterSensitiveLog: (
|
|
2085
|
+
obj: GetAccountSettingsRequest
|
|
2086
|
+
) => any;
|
|
2087
|
+
|
|
2088
|
+
export declare const GetAccountSettingsResultFilterSensitiveLog: (
|
|
2089
|
+
obj: GetAccountSettingsResult
|
|
2090
|
+
) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const GetDeviceRequestFilterSensitiveLog: (
|
|
2093
|
+
obj: GetDeviceRequest
|
|
2094
|
+
) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const GetDeviceResultFilterSensitiveLog: (
|
|
2097
|
+
obj: GetDeviceResult
|
|
2098
|
+
) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const GetDeviceInstanceRequestFilterSensitiveLog: (
|
|
2101
|
+
obj: GetDeviceInstanceRequest
|
|
2102
|
+
) => any;
|
|
2103
|
+
|
|
2104
|
+
export declare const GetDeviceInstanceResultFilterSensitiveLog: (
|
|
2105
|
+
obj: GetDeviceInstanceResult
|
|
2106
|
+
) => any;
|
|
2107
|
+
|
|
2108
|
+
export declare const GetDevicePoolRequestFilterSensitiveLog: (
|
|
2109
|
+
obj: GetDevicePoolRequest
|
|
2110
|
+
) => any;
|
|
2111
|
+
|
|
2112
|
+
export declare const GetDevicePoolResultFilterSensitiveLog: (
|
|
2113
|
+
obj: GetDevicePoolResult
|
|
2114
|
+
) => any;
|
|
2115
|
+
|
|
2116
|
+
export declare const LocationFilterSensitiveLog: (obj: Location) => any;
|
|
2117
|
+
|
|
2118
|
+
export declare const RadiosFilterSensitiveLog: (obj: Radios) => any;
|
|
2119
|
+
|
|
2120
|
+
export declare const ScheduleRunConfigurationFilterSensitiveLog: (
|
|
2121
|
+
obj: ScheduleRunConfiguration
|
|
2122
|
+
) => any;
|
|
2123
|
+
|
|
2124
|
+
export declare const ScheduleRunTestFilterSensitiveLog: (
|
|
2125
|
+
obj: ScheduleRunTest
|
|
2126
|
+
) => any;
|
|
2127
|
+
|
|
2128
|
+
export declare const GetDevicePoolCompatibilityRequestFilterSensitiveLog: (
|
|
2129
|
+
obj: GetDevicePoolCompatibilityRequest
|
|
2130
|
+
) => any;
|
|
2131
|
+
|
|
2132
|
+
export declare const IncompatibilityMessageFilterSensitiveLog: (
|
|
2133
|
+
obj: IncompatibilityMessage
|
|
2134
|
+
) => any;
|
|
2135
|
+
|
|
2136
|
+
export declare const DevicePoolCompatibilityResultFilterSensitiveLog: (
|
|
2137
|
+
obj: DevicePoolCompatibilityResult
|
|
2138
|
+
) => any;
|
|
2139
|
+
|
|
2140
|
+
export declare const GetDevicePoolCompatibilityResultFilterSensitiveLog: (
|
|
2141
|
+
obj: GetDevicePoolCompatibilityResult
|
|
2142
|
+
) => any;
|
|
2143
|
+
|
|
2144
|
+
export declare const GetInstanceProfileRequestFilterSensitiveLog: (
|
|
2145
|
+
obj: GetInstanceProfileRequest
|
|
2146
|
+
) => any;
|
|
2147
|
+
|
|
2148
|
+
export declare const GetInstanceProfileResultFilterSensitiveLog: (
|
|
2149
|
+
obj: GetInstanceProfileResult
|
|
2150
|
+
) => any;
|
|
2151
|
+
|
|
2152
|
+
export declare const GetJobRequestFilterSensitiveLog: (
|
|
2153
|
+
obj: GetJobRequest
|
|
2154
|
+
) => any;
|
|
2155
|
+
|
|
2156
|
+
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
2157
|
+
|
|
2158
|
+
export declare const GetJobResultFilterSensitiveLog: (obj: GetJobResult) => any;
|
|
2159
|
+
|
|
2160
|
+
export declare const GetNetworkProfileRequestFilterSensitiveLog: (
|
|
2161
|
+
obj: GetNetworkProfileRequest
|
|
2162
|
+
) => any;
|
|
2163
|
+
|
|
2164
|
+
export declare const GetNetworkProfileResultFilterSensitiveLog: (
|
|
2165
|
+
obj: GetNetworkProfileResult
|
|
2166
|
+
) => any;
|
|
2167
|
+
|
|
2168
|
+
export declare const GetOfferingStatusRequestFilterSensitiveLog: (
|
|
2169
|
+
obj: GetOfferingStatusRequest
|
|
2170
|
+
) => any;
|
|
2171
|
+
|
|
2172
|
+
export declare const MonetaryAmountFilterSensitiveLog: (
|
|
2173
|
+
obj: MonetaryAmount
|
|
2174
|
+
) => any;
|
|
2175
|
+
|
|
2176
|
+
export declare const RecurringChargeFilterSensitiveLog: (
|
|
2177
|
+
obj: RecurringCharge
|
|
2178
|
+
) => any;
|
|
2179
|
+
|
|
2180
|
+
export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
|
|
2181
|
+
|
|
2182
|
+
export declare const OfferingStatusFilterSensitiveLog: (
|
|
2183
|
+
obj: OfferingStatus
|
|
2184
|
+
) => any;
|
|
2185
|
+
|
|
2186
|
+
export declare const GetOfferingStatusResultFilterSensitiveLog: (
|
|
2187
|
+
obj: GetOfferingStatusResult
|
|
2188
|
+
) => any;
|
|
2189
|
+
|
|
2190
|
+
export declare const GetProjectRequestFilterSensitiveLog: (
|
|
2191
|
+
obj: GetProjectRequest
|
|
2192
|
+
) => any;
|
|
2193
|
+
|
|
2194
|
+
export declare const GetProjectResultFilterSensitiveLog: (
|
|
2195
|
+
obj: GetProjectResult
|
|
2196
|
+
) => any;
|
|
2197
|
+
|
|
2198
|
+
export declare const GetRemoteAccessSessionRequestFilterSensitiveLog: (
|
|
2199
|
+
obj: GetRemoteAccessSessionRequest
|
|
2200
|
+
) => any;
|
|
2201
|
+
|
|
2202
|
+
export declare const GetRemoteAccessSessionResultFilterSensitiveLog: (
|
|
2203
|
+
obj: GetRemoteAccessSessionResult
|
|
2204
|
+
) => any;
|
|
2205
|
+
|
|
2206
|
+
export declare const GetRunRequestFilterSensitiveLog: (
|
|
2207
|
+
obj: GetRunRequest
|
|
2208
|
+
) => any;
|
|
2209
|
+
|
|
2210
|
+
export declare const DeviceFilterFilterSensitiveLog: (obj: DeviceFilter) => any;
|
|
2211
|
+
|
|
2212
|
+
export declare const DeviceSelectionResultFilterSensitiveLog: (
|
|
2213
|
+
obj: DeviceSelectionResult
|
|
2214
|
+
) => any;
|
|
2215
|
+
|
|
2216
|
+
export declare const RunFilterSensitiveLog: (obj: Run) => any;
|
|
2217
|
+
|
|
2218
|
+
export declare const GetRunResultFilterSensitiveLog: (obj: GetRunResult) => any;
|
|
2219
|
+
|
|
2220
|
+
export declare const GetSuiteRequestFilterSensitiveLog: (
|
|
2221
|
+
obj: GetSuiteRequest
|
|
2222
|
+
) => any;
|
|
2223
|
+
|
|
2224
|
+
export declare const SuiteFilterSensitiveLog: (obj: Suite) => any;
|
|
2225
|
+
|
|
2226
|
+
export declare const GetSuiteResultFilterSensitiveLog: (
|
|
2227
|
+
obj: GetSuiteResult
|
|
2228
|
+
) => any;
|
|
2229
|
+
|
|
2230
|
+
export declare const GetTestRequestFilterSensitiveLog: (
|
|
2231
|
+
obj: GetTestRequest
|
|
2232
|
+
) => any;
|
|
2233
|
+
|
|
2234
|
+
export declare const TestFilterSensitiveLog: (obj: Test) => any;
|
|
2235
|
+
|
|
2236
|
+
export declare const GetTestResultFilterSensitiveLog: (
|
|
2237
|
+
obj: GetTestResult
|
|
2238
|
+
) => any;
|
|
2239
|
+
|
|
2240
|
+
export declare const GetTestGridProjectRequestFilterSensitiveLog: (
|
|
2241
|
+
obj: GetTestGridProjectRequest
|
|
2242
|
+
) => any;
|
|
2243
|
+
|
|
2244
|
+
export declare const GetTestGridProjectResultFilterSensitiveLog: (
|
|
2245
|
+
obj: GetTestGridProjectResult
|
|
2246
|
+
) => any;
|
|
2247
|
+
|
|
2248
|
+
export declare const GetTestGridSessionRequestFilterSensitiveLog: (
|
|
2249
|
+
obj: GetTestGridSessionRequest
|
|
2250
|
+
) => any;
|
|
2251
|
+
|
|
2252
|
+
export declare const TestGridSessionFilterSensitiveLog: (
|
|
2253
|
+
obj: TestGridSession
|
|
2254
|
+
) => any;
|
|
2255
|
+
|
|
2256
|
+
export declare const GetTestGridSessionResultFilterSensitiveLog: (
|
|
2257
|
+
obj: GetTestGridSessionResult
|
|
2258
|
+
) => any;
|
|
2259
|
+
|
|
2260
|
+
export declare const GetUploadRequestFilterSensitiveLog: (
|
|
2261
|
+
obj: GetUploadRequest
|
|
2262
|
+
) => any;
|
|
2263
|
+
|
|
2264
|
+
export declare const GetUploadResultFilterSensitiveLog: (
|
|
2265
|
+
obj: GetUploadResult
|
|
2266
|
+
) => any;
|
|
2267
|
+
|
|
2268
|
+
export declare const GetVPCEConfigurationRequestFilterSensitiveLog: (
|
|
2269
|
+
obj: GetVPCEConfigurationRequest
|
|
2270
|
+
) => any;
|
|
2271
|
+
|
|
2272
|
+
export declare const GetVPCEConfigurationResultFilterSensitiveLog: (
|
|
2273
|
+
obj: GetVPCEConfigurationResult
|
|
2274
|
+
) => any;
|
|
2275
|
+
|
|
2276
|
+
export declare const InstallToRemoteAccessSessionRequestFilterSensitiveLog: (
|
|
2277
|
+
obj: InstallToRemoteAccessSessionRequest
|
|
2278
|
+
) => any;
|
|
2279
|
+
|
|
2280
|
+
export declare const InstallToRemoteAccessSessionResultFilterSensitiveLog: (
|
|
2281
|
+
obj: InstallToRemoteAccessSessionResult
|
|
2282
|
+
) => any;
|
|
2283
|
+
|
|
2284
|
+
export declare const ListArtifactsRequestFilterSensitiveLog: (
|
|
2285
|
+
obj: ListArtifactsRequest
|
|
2286
|
+
) => any;
|
|
2287
|
+
|
|
2288
|
+
export declare const ListArtifactsResultFilterSensitiveLog: (
|
|
2289
|
+
obj: ListArtifactsResult
|
|
2290
|
+
) => any;
|
|
2291
|
+
|
|
2292
|
+
export declare const ListDeviceInstancesRequestFilterSensitiveLog: (
|
|
2293
|
+
obj: ListDeviceInstancesRequest
|
|
2294
|
+
) => any;
|
|
2295
|
+
|
|
2296
|
+
export declare const ListDeviceInstancesResultFilterSensitiveLog: (
|
|
2297
|
+
obj: ListDeviceInstancesResult
|
|
2298
|
+
) => any;
|
|
2299
|
+
|
|
2300
|
+
export declare const ListDevicePoolsRequestFilterSensitiveLog: (
|
|
2301
|
+
obj: ListDevicePoolsRequest
|
|
2302
|
+
) => any;
|
|
2303
|
+
|
|
2304
|
+
export declare const ListDevicePoolsResultFilterSensitiveLog: (
|
|
2305
|
+
obj: ListDevicePoolsResult
|
|
2306
|
+
) => any;
|
|
2307
|
+
|
|
2308
|
+
export declare const ListDevicesRequestFilterSensitiveLog: (
|
|
2309
|
+
obj: ListDevicesRequest
|
|
2310
|
+
) => any;
|
|
2311
|
+
|
|
2312
|
+
export declare const ListDevicesResultFilterSensitiveLog: (
|
|
2313
|
+
obj: ListDevicesResult
|
|
2314
|
+
) => any;
|
|
2315
|
+
|
|
2316
|
+
export declare const ListInstanceProfilesRequestFilterSensitiveLog: (
|
|
2317
|
+
obj: ListInstanceProfilesRequest
|
|
2318
|
+
) => any;
|
|
2319
|
+
|
|
2320
|
+
export declare const ListInstanceProfilesResultFilterSensitiveLog: (
|
|
2321
|
+
obj: ListInstanceProfilesResult
|
|
2322
|
+
) => any;
|
|
2323
|
+
|
|
2324
|
+
export declare const ListJobsRequestFilterSensitiveLog: (
|
|
2325
|
+
obj: ListJobsRequest
|
|
2326
|
+
) => any;
|
|
2327
|
+
|
|
2328
|
+
export declare const ListJobsResultFilterSensitiveLog: (
|
|
2329
|
+
obj: ListJobsResult
|
|
2330
|
+
) => any;
|
|
2331
|
+
|
|
2332
|
+
export declare const ListNetworkProfilesRequestFilterSensitiveLog: (
|
|
2333
|
+
obj: ListNetworkProfilesRequest
|
|
2334
|
+
) => any;
|
|
2335
|
+
|
|
2336
|
+
export declare const ListNetworkProfilesResultFilterSensitiveLog: (
|
|
2337
|
+
obj: ListNetworkProfilesResult
|
|
2338
|
+
) => any;
|
|
2339
|
+
|
|
2340
|
+
export declare const ListOfferingPromotionsRequestFilterSensitiveLog: (
|
|
2341
|
+
obj: ListOfferingPromotionsRequest
|
|
2342
|
+
) => any;
|
|
2343
|
+
|
|
2344
|
+
export declare const OfferingPromotionFilterSensitiveLog: (
|
|
2345
|
+
obj: OfferingPromotion
|
|
2346
|
+
) => any;
|
|
2347
|
+
|
|
2348
|
+
export declare const ListOfferingPromotionsResultFilterSensitiveLog: (
|
|
2349
|
+
obj: ListOfferingPromotionsResult
|
|
2350
|
+
) => any;
|
|
2351
|
+
|
|
2352
|
+
export declare const ListOfferingsRequestFilterSensitiveLog: (
|
|
2353
|
+
obj: ListOfferingsRequest
|
|
2354
|
+
) => any;
|
|
2355
|
+
|
|
2356
|
+
export declare const ListOfferingsResultFilterSensitiveLog: (
|
|
2357
|
+
obj: ListOfferingsResult
|
|
2358
|
+
) => any;
|
|
2359
|
+
|
|
2360
|
+
export declare const ListOfferingTransactionsRequestFilterSensitiveLog: (
|
|
2361
|
+
obj: ListOfferingTransactionsRequest
|
|
2362
|
+
) => any;
|
|
2363
|
+
|
|
2364
|
+
export declare const OfferingTransactionFilterSensitiveLog: (
|
|
2365
|
+
obj: OfferingTransaction
|
|
2366
|
+
) => any;
|
|
2367
|
+
|
|
2368
|
+
export declare const ListOfferingTransactionsResultFilterSensitiveLog: (
|
|
2369
|
+
obj: ListOfferingTransactionsResult
|
|
2370
|
+
) => any;
|
|
2371
|
+
|
|
2372
|
+
export declare const ListProjectsRequestFilterSensitiveLog: (
|
|
2373
|
+
obj: ListProjectsRequest
|
|
2374
|
+
) => any;
|
|
2375
|
+
|
|
2376
|
+
export declare const ListProjectsResultFilterSensitiveLog: (
|
|
2377
|
+
obj: ListProjectsResult
|
|
2378
|
+
) => any;
|
|
2379
|
+
|
|
2380
|
+
export declare const ListRemoteAccessSessionsRequestFilterSensitiveLog: (
|
|
2381
|
+
obj: ListRemoteAccessSessionsRequest
|
|
2382
|
+
) => any;
|
|
2383
|
+
|
|
2384
|
+
export declare const ListRemoteAccessSessionsResultFilterSensitiveLog: (
|
|
2385
|
+
obj: ListRemoteAccessSessionsResult
|
|
2386
|
+
) => any;
|
|
2387
|
+
|
|
2388
|
+
export declare const ListRunsRequestFilterSensitiveLog: (
|
|
2389
|
+
obj: ListRunsRequest
|
|
2390
|
+
) => any;
|
|
2391
|
+
|
|
2392
|
+
export declare const ListRunsResultFilterSensitiveLog: (
|
|
2393
|
+
obj: ListRunsResult
|
|
2394
|
+
) => any;
|
|
2395
|
+
|
|
2396
|
+
export declare const ListSamplesRequestFilterSensitiveLog: (
|
|
2397
|
+
obj: ListSamplesRequest
|
|
2398
|
+
) => any;
|
|
2399
|
+
|
|
2400
|
+
export declare const SampleFilterSensitiveLog: (obj: Sample) => any;
|
|
2401
|
+
|
|
2402
|
+
export declare const ListSamplesResultFilterSensitiveLog: (
|
|
2403
|
+
obj: ListSamplesResult
|
|
2404
|
+
) => any;
|
|
2405
|
+
|
|
2406
|
+
export declare const ListSuitesRequestFilterSensitiveLog: (
|
|
2407
|
+
obj: ListSuitesRequest
|
|
2408
|
+
) => any;
|
|
2409
|
+
|
|
2410
|
+
export declare const ListSuitesResultFilterSensitiveLog: (
|
|
2411
|
+
obj: ListSuitesResult
|
|
2412
|
+
) => any;
|
|
2413
|
+
|
|
2414
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2415
|
+
obj: ListTagsForResourceRequest
|
|
2416
|
+
) => any;
|
|
2417
|
+
|
|
2418
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2419
|
+
|
|
2420
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2421
|
+
obj: ListTagsForResourceResponse
|
|
2422
|
+
) => any;
|
|
2423
|
+
|
|
2424
|
+
export declare const ListTestGridProjectsRequestFilterSensitiveLog: (
|
|
2425
|
+
obj: ListTestGridProjectsRequest
|
|
2426
|
+
) => any;
|
|
2427
|
+
|
|
2428
|
+
export declare const ListTestGridProjectsResultFilterSensitiveLog: (
|
|
2429
|
+
obj: ListTestGridProjectsResult
|
|
2430
|
+
) => any;
|
|
2431
|
+
|
|
2432
|
+
export declare const ListTestGridSessionActionsRequestFilterSensitiveLog: (
|
|
2433
|
+
obj: ListTestGridSessionActionsRequest
|
|
2434
|
+
) => any;
|
|
2435
|
+
|
|
2436
|
+
export declare const TestGridSessionActionFilterSensitiveLog: (
|
|
2437
|
+
obj: TestGridSessionAction
|
|
2438
|
+
) => any;
|
|
2439
|
+
|
|
2440
|
+
export declare const ListTestGridSessionActionsResultFilterSensitiveLog: (
|
|
2441
|
+
obj: ListTestGridSessionActionsResult
|
|
2442
|
+
) => any;
|
|
2443
|
+
|
|
2444
|
+
export declare const ListTestGridSessionArtifactsRequestFilterSensitiveLog: (
|
|
2445
|
+
obj: ListTestGridSessionArtifactsRequest
|
|
2446
|
+
) => any;
|
|
2447
|
+
|
|
2448
|
+
export declare const TestGridSessionArtifactFilterSensitiveLog: (
|
|
2449
|
+
obj: TestGridSessionArtifact
|
|
2450
|
+
) => any;
|
|
2451
|
+
|
|
2452
|
+
export declare const ListTestGridSessionArtifactsResultFilterSensitiveLog: (
|
|
2453
|
+
obj: ListTestGridSessionArtifactsResult
|
|
2454
|
+
) => any;
|
|
2455
|
+
|
|
2456
|
+
export declare const ListTestGridSessionsRequestFilterSensitiveLog: (
|
|
2457
|
+
obj: ListTestGridSessionsRequest
|
|
2458
|
+
) => any;
|
|
2459
|
+
|
|
2460
|
+
export declare const ListTestGridSessionsResultFilterSensitiveLog: (
|
|
2461
|
+
obj: ListTestGridSessionsResult
|
|
2462
|
+
) => any;
|
|
2463
|
+
|
|
2464
|
+
export declare const ListTestsRequestFilterSensitiveLog: (
|
|
2465
|
+
obj: ListTestsRequest
|
|
2466
|
+
) => any;
|
|
2467
|
+
|
|
2468
|
+
export declare const ListTestsResultFilterSensitiveLog: (
|
|
2469
|
+
obj: ListTestsResult
|
|
2470
|
+
) => any;
|
|
2471
|
+
|
|
2472
|
+
export declare const ListUniqueProblemsRequestFilterSensitiveLog: (
|
|
2473
|
+
obj: ListUniqueProblemsRequest
|
|
2474
|
+
) => any;
|
|
2475
|
+
|
|
2476
|
+
export declare const ProblemDetailFilterSensitiveLog: (
|
|
2477
|
+
obj: ProblemDetail
|
|
2478
|
+
) => any;
|
|
2479
|
+
|
|
2480
|
+
export declare const ProblemFilterSensitiveLog: (obj: Problem) => any;
|
|
2481
|
+
|
|
2482
|
+
export declare const UniqueProblemFilterSensitiveLog: (
|
|
2483
|
+
obj: UniqueProblem
|
|
2484
|
+
) => any;
|
|
2485
|
+
|
|
2486
|
+
export declare const ListUniqueProblemsResultFilterSensitiveLog: (
|
|
2487
|
+
obj: ListUniqueProblemsResult
|
|
2488
|
+
) => any;
|
|
2489
|
+
|
|
2490
|
+
export declare const ListUploadsRequestFilterSensitiveLog: (
|
|
2491
|
+
obj: ListUploadsRequest
|
|
2492
|
+
) => any;
|
|
2493
|
+
|
|
2494
|
+
export declare const ListUploadsResultFilterSensitiveLog: (
|
|
2495
|
+
obj: ListUploadsResult
|
|
2496
|
+
) => any;
|
|
2497
|
+
|
|
2498
|
+
export declare const ListVPCEConfigurationsRequestFilterSensitiveLog: (
|
|
2499
|
+
obj: ListVPCEConfigurationsRequest
|
|
2500
|
+
) => any;
|
|
2501
|
+
|
|
2502
|
+
export declare const ListVPCEConfigurationsResultFilterSensitiveLog: (
|
|
2503
|
+
obj: ListVPCEConfigurationsResult
|
|
2504
|
+
) => any;
|
|
2505
|
+
|
|
2506
|
+
export declare const PurchaseOfferingRequestFilterSensitiveLog: (
|
|
2507
|
+
obj: PurchaseOfferingRequest
|
|
2508
|
+
) => any;
|
|
2509
|
+
|
|
2510
|
+
export declare const PurchaseOfferingResultFilterSensitiveLog: (
|
|
2511
|
+
obj: PurchaseOfferingResult
|
|
2512
|
+
) => any;
|
|
2513
|
+
|
|
2514
|
+
export declare const RenewOfferingRequestFilterSensitiveLog: (
|
|
2515
|
+
obj: RenewOfferingRequest
|
|
2516
|
+
) => any;
|
|
2517
|
+
|
|
2518
|
+
export declare const RenewOfferingResultFilterSensitiveLog: (
|
|
2519
|
+
obj: RenewOfferingResult
|
|
2520
|
+
) => any;
|
|
2521
|
+
|
|
2522
|
+
export declare const DeviceSelectionConfigurationFilterSensitiveLog: (
|
|
2523
|
+
obj: DeviceSelectionConfiguration
|
|
2524
|
+
) => any;
|
|
2525
|
+
|
|
2526
|
+
export declare const ExecutionConfigurationFilterSensitiveLog: (
|
|
2527
|
+
obj: ExecutionConfiguration
|
|
2528
|
+
) => any;
|
|
2529
|
+
|
|
2530
|
+
export declare const ScheduleRunRequestFilterSensitiveLog: (
|
|
2531
|
+
obj: ScheduleRunRequest
|
|
2532
|
+
) => any;
|
|
2533
|
+
|
|
2534
|
+
export declare const ScheduleRunResultFilterSensitiveLog: (
|
|
2535
|
+
obj: ScheduleRunResult
|
|
2536
|
+
) => any;
|
|
2537
|
+
|
|
2538
|
+
export declare const StopJobRequestFilterSensitiveLog: (
|
|
2539
|
+
obj: StopJobRequest
|
|
2540
|
+
) => any;
|
|
2541
|
+
|
|
2542
|
+
export declare const StopJobResultFilterSensitiveLog: (
|
|
2543
|
+
obj: StopJobResult
|
|
2544
|
+
) => any;
|
|
2545
|
+
|
|
2546
|
+
export declare const StopRemoteAccessSessionRequestFilterSensitiveLog: (
|
|
2547
|
+
obj: StopRemoteAccessSessionRequest
|
|
2548
|
+
) => any;
|
|
2549
|
+
|
|
2550
|
+
export declare const StopRemoteAccessSessionResultFilterSensitiveLog: (
|
|
2551
|
+
obj: StopRemoteAccessSessionResult
|
|
2552
|
+
) => any;
|
|
2553
|
+
|
|
2554
|
+
export declare const StopRunRequestFilterSensitiveLog: (
|
|
2555
|
+
obj: StopRunRequest
|
|
2556
|
+
) => any;
|
|
2557
|
+
|
|
2558
|
+
export declare const StopRunResultFilterSensitiveLog: (
|
|
2559
|
+
obj: StopRunResult
|
|
2560
|
+
) => any;
|
|
2561
|
+
|
|
2562
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2563
|
+
obj: TagResourceRequest
|
|
2564
|
+
) => any;
|
|
2565
|
+
|
|
2566
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2567
|
+
obj: TagResourceResponse
|
|
2568
|
+
) => any;
|
|
2569
|
+
|
|
2570
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2571
|
+
obj: UntagResourceRequest
|
|
2572
|
+
) => any;
|
|
2573
|
+
|
|
2574
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2575
|
+
obj: UntagResourceResponse
|
|
2576
|
+
) => any;
|
|
2577
|
+
|
|
2578
|
+
export declare const UpdateDeviceInstanceRequestFilterSensitiveLog: (
|
|
2579
|
+
obj: UpdateDeviceInstanceRequest
|
|
2580
|
+
) => any;
|
|
2581
|
+
|
|
2582
|
+
export declare const UpdateDeviceInstanceResultFilterSensitiveLog: (
|
|
2583
|
+
obj: UpdateDeviceInstanceResult
|
|
2584
|
+
) => any;
|
|
2585
|
+
|
|
2586
|
+
export declare const UpdateDevicePoolRequestFilterSensitiveLog: (
|
|
2587
|
+
obj: UpdateDevicePoolRequest
|
|
2588
|
+
) => any;
|
|
2589
|
+
|
|
2590
|
+
export declare const UpdateDevicePoolResultFilterSensitiveLog: (
|
|
2591
|
+
obj: UpdateDevicePoolResult
|
|
2592
|
+
) => any;
|
|
2593
|
+
|
|
2594
|
+
export declare const UpdateInstanceProfileRequestFilterSensitiveLog: (
|
|
2595
|
+
obj: UpdateInstanceProfileRequest
|
|
2596
|
+
) => any;
|
|
2597
|
+
|
|
2598
|
+
export declare const UpdateInstanceProfileResultFilterSensitiveLog: (
|
|
2599
|
+
obj: UpdateInstanceProfileResult
|
|
2600
|
+
) => any;
|
|
2601
|
+
|
|
2602
|
+
export declare const UpdateNetworkProfileRequestFilterSensitiveLog: (
|
|
2603
|
+
obj: UpdateNetworkProfileRequest
|
|
2604
|
+
) => any;
|
|
2605
|
+
|
|
2606
|
+
export declare const UpdateNetworkProfileResultFilterSensitiveLog: (
|
|
2607
|
+
obj: UpdateNetworkProfileResult
|
|
2608
|
+
) => any;
|
|
2609
|
+
|
|
2610
|
+
export declare const UpdateProjectRequestFilterSensitiveLog: (
|
|
2611
|
+
obj: UpdateProjectRequest
|
|
2612
|
+
) => any;
|
|
2613
|
+
|
|
2614
|
+
export declare const UpdateProjectResultFilterSensitiveLog: (
|
|
2615
|
+
obj: UpdateProjectResult
|
|
2616
|
+
) => any;
|
|
2617
|
+
|
|
2618
|
+
export declare const UpdateTestGridProjectRequestFilterSensitiveLog: (
|
|
2619
|
+
obj: UpdateTestGridProjectRequest
|
|
2620
|
+
) => any;
|
|
2621
|
+
|
|
2622
|
+
export declare const UpdateTestGridProjectResultFilterSensitiveLog: (
|
|
2623
|
+
obj: UpdateTestGridProjectResult
|
|
2624
|
+
) => any;
|
|
2625
|
+
|
|
2626
|
+
export declare const UpdateUploadRequestFilterSensitiveLog: (
|
|
2627
|
+
obj: UpdateUploadRequest
|
|
2628
|
+
) => any;
|
|
2629
|
+
|
|
2630
|
+
export declare const UpdateUploadResultFilterSensitiveLog: (
|
|
2631
|
+
obj: UpdateUploadResult
|
|
2632
|
+
) => any;
|
|
2633
|
+
|
|
2634
|
+
export declare const UpdateVPCEConfigurationRequestFilterSensitiveLog: (
|
|
2635
|
+
obj: UpdateVPCEConfigurationRequest
|
|
2636
|
+
) => any;
|
|
2637
|
+
|
|
2638
|
+
export declare const UpdateVPCEConfigurationResultFilterSensitiveLog: (
|
|
2639
|
+
obj: UpdateVPCEConfigurationResult
|
|
2640
|
+
) => any;
|