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