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