aws-sdk-devicefarm 1.63.0 → 1.64.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,1476 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::DeviceFarm
9
+ module Types
10
+
11
+ class AccountSettings
12
+ attr_accessor aws_account_number: ::String
13
+ attr_accessor unmetered_devices: ::Hash[("ANDROID" | "IOS"), ::Integer]
14
+ attr_accessor unmetered_remote_access_devices: ::Hash[("ANDROID" | "IOS"), ::Integer]
15
+ attr_accessor max_job_timeout_minutes: ::Integer
16
+ attr_accessor trial_minutes: Types::TrialMinutes
17
+ attr_accessor max_slots: ::Hash[::String, ::Integer]
18
+ attr_accessor default_job_timeout_minutes: ::Integer
19
+ attr_accessor skip_app_resign: bool
20
+ SENSITIVE: []
21
+ end
22
+
23
+ class ArgumentException
24
+ attr_accessor message: ::String
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class Artifact
29
+ attr_accessor arn: ::String
30
+ attr_accessor name: ::String
31
+ attr_accessor type: ("UNKNOWN" | "SCREENSHOT" | "DEVICE_LOG" | "MESSAGE_LOG" | "VIDEO_LOG" | "RESULT_LOG" | "SERVICE_LOG" | "WEBKIT_LOG" | "INSTRUMENTATION_OUTPUT" | "EXERCISER_MONKEY_OUTPUT" | "CALABASH_JSON_OUTPUT" | "CALABASH_PRETTY_OUTPUT" | "CALABASH_STANDARD_OUTPUT" | "CALABASH_JAVA_XML_OUTPUT" | "AUTOMATION_OUTPUT" | "APPIUM_SERVER_OUTPUT" | "APPIUM_JAVA_OUTPUT" | "APPIUM_JAVA_XML_OUTPUT" | "APPIUM_PYTHON_OUTPUT" | "APPIUM_PYTHON_XML_OUTPUT" | "EXPLORER_EVENT_LOG" | "EXPLORER_SUMMARY_LOG" | "APPLICATION_CRASH_REPORT" | "XCTEST_LOG" | "VIDEO" | "CUSTOMER_ARTIFACT" | "CUSTOMER_ARTIFACT_LOG" | "TESTSPEC_OUTPUT")
32
+ attr_accessor extension: ::String
33
+ attr_accessor url: ::String
34
+ SENSITIVE: []
35
+ end
36
+
37
+ class CPU
38
+ attr_accessor frequency: ::String
39
+ attr_accessor architecture: ::String
40
+ attr_accessor clock: ::Float
41
+ SENSITIVE: []
42
+ end
43
+
44
+ class CannotDeleteException
45
+ attr_accessor message: ::String
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class Counters
50
+ attr_accessor total: ::Integer
51
+ attr_accessor passed: ::Integer
52
+ attr_accessor failed: ::Integer
53
+ attr_accessor warned: ::Integer
54
+ attr_accessor errored: ::Integer
55
+ attr_accessor stopped: ::Integer
56
+ attr_accessor skipped: ::Integer
57
+ SENSITIVE: []
58
+ end
59
+
60
+ class CreateDevicePoolRequest
61
+ attr_accessor project_arn: ::String
62
+ attr_accessor name: ::String
63
+ attr_accessor description: ::String
64
+ attr_accessor rules: ::Array[Types::Rule]
65
+ attr_accessor max_devices: ::Integer
66
+ SENSITIVE: []
67
+ end
68
+
69
+ class CreateDevicePoolResult
70
+ attr_accessor device_pool: Types::DevicePool
71
+ SENSITIVE: []
72
+ end
73
+
74
+ class CreateInstanceProfileRequest
75
+ attr_accessor name: ::String
76
+ attr_accessor description: ::String
77
+ attr_accessor package_cleanup: bool
78
+ attr_accessor exclude_app_packages_from_cleanup: ::Array[::String]
79
+ attr_accessor reboot_after_use: bool
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class CreateInstanceProfileResult
84
+ attr_accessor instance_profile: Types::InstanceProfile
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class CreateNetworkProfileRequest
89
+ attr_accessor project_arn: ::String
90
+ attr_accessor name: ::String
91
+ attr_accessor description: ::String
92
+ attr_accessor type: ("CURATED" | "PRIVATE")
93
+ attr_accessor uplink_bandwidth_bits: ::Integer
94
+ attr_accessor downlink_bandwidth_bits: ::Integer
95
+ attr_accessor uplink_delay_ms: ::Integer
96
+ attr_accessor downlink_delay_ms: ::Integer
97
+ attr_accessor uplink_jitter_ms: ::Integer
98
+ attr_accessor downlink_jitter_ms: ::Integer
99
+ attr_accessor uplink_loss_percent: ::Integer
100
+ attr_accessor downlink_loss_percent: ::Integer
101
+ SENSITIVE: []
102
+ end
103
+
104
+ class CreateNetworkProfileResult
105
+ attr_accessor network_profile: Types::NetworkProfile
106
+ SENSITIVE: []
107
+ end
108
+
109
+ class CreateProjectRequest
110
+ attr_accessor name: ::String
111
+ attr_accessor default_job_timeout_minutes: ::Integer
112
+ attr_accessor vpc_config: Types::VpcConfig
113
+ SENSITIVE: []
114
+ end
115
+
116
+ class CreateProjectResult
117
+ attr_accessor project: Types::Project
118
+ SENSITIVE: []
119
+ end
120
+
121
+ class CreateRemoteAccessSessionConfiguration
122
+ attr_accessor billing_method: ("METERED" | "UNMETERED")
123
+ attr_accessor vpce_configuration_arns: ::Array[::String]
124
+ SENSITIVE: []
125
+ end
126
+
127
+ class CreateRemoteAccessSessionRequest
128
+ attr_accessor project_arn: ::String
129
+ attr_accessor device_arn: ::String
130
+ attr_accessor instance_arn: ::String
131
+ attr_accessor ssh_public_key: ::String
132
+ attr_accessor remote_debug_enabled: bool
133
+ attr_accessor remote_record_enabled: bool
134
+ attr_accessor remote_record_app_arn: ::String
135
+ attr_accessor name: ::String
136
+ attr_accessor client_id: ::String
137
+ attr_accessor configuration: Types::CreateRemoteAccessSessionConfiguration
138
+ attr_accessor interaction_mode: ("INTERACTIVE" | "NO_VIDEO" | "VIDEO_ONLY")
139
+ attr_accessor skip_app_resign: bool
140
+ SENSITIVE: []
141
+ end
142
+
143
+ class CreateRemoteAccessSessionResult
144
+ attr_accessor remote_access_session: Types::RemoteAccessSession
145
+ SENSITIVE: []
146
+ end
147
+
148
+ class CreateTestGridProjectRequest
149
+ attr_accessor name: ::String
150
+ attr_accessor description: ::String
151
+ attr_accessor vpc_config: Types::TestGridVpcConfig
152
+ SENSITIVE: []
153
+ end
154
+
155
+ class CreateTestGridProjectResult
156
+ attr_accessor test_grid_project: Types::TestGridProject
157
+ SENSITIVE: []
158
+ end
159
+
160
+ class CreateTestGridUrlRequest
161
+ attr_accessor project_arn: ::String
162
+ attr_accessor expires_in_seconds: ::Integer
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class CreateTestGridUrlResult
167
+ attr_accessor url: ::String
168
+ attr_accessor expires: ::Time
169
+ SENSITIVE: [:url]
170
+ end
171
+
172
+ class CreateUploadRequest
173
+ attr_accessor project_arn: ::String
174
+ attr_accessor name: ::String
175
+ attr_accessor type: ("ANDROID_APP" | "IOS_APP" | "WEB_APP" | "EXTERNAL_DATA" | "APPIUM_JAVA_JUNIT_TEST_PACKAGE" | "APPIUM_JAVA_TESTNG_TEST_PACKAGE" | "APPIUM_PYTHON_TEST_PACKAGE" | "APPIUM_NODE_TEST_PACKAGE" | "APPIUM_RUBY_TEST_PACKAGE" | "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE" | "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE" | "APPIUM_WEB_PYTHON_TEST_PACKAGE" | "APPIUM_WEB_NODE_TEST_PACKAGE" | "APPIUM_WEB_RUBY_TEST_PACKAGE" | "CALABASH_TEST_PACKAGE" | "INSTRUMENTATION_TEST_PACKAGE" | "UIAUTOMATION_TEST_PACKAGE" | "UIAUTOMATOR_TEST_PACKAGE" | "XCTEST_TEST_PACKAGE" | "XCTEST_UI_TEST_PACKAGE" | "APPIUM_JAVA_JUNIT_TEST_SPEC" | "APPIUM_JAVA_TESTNG_TEST_SPEC" | "APPIUM_PYTHON_TEST_SPEC" | "APPIUM_NODE_TEST_SPEC" | "APPIUM_RUBY_TEST_SPEC" | "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC" | "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC" | "APPIUM_WEB_PYTHON_TEST_SPEC" | "APPIUM_WEB_NODE_TEST_SPEC" | "APPIUM_WEB_RUBY_TEST_SPEC" | "INSTRUMENTATION_TEST_SPEC" | "XCTEST_UI_TEST_SPEC")
176
+ attr_accessor content_type: ::String
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class CreateUploadResult
181
+ attr_accessor upload: Types::Upload
182
+ SENSITIVE: []
183
+ end
184
+
185
+ class CreateVPCEConfigurationRequest
186
+ attr_accessor vpce_configuration_name: ::String
187
+ attr_accessor vpce_service_name: ::String
188
+ attr_accessor service_dns_name: ::String
189
+ attr_accessor vpce_configuration_description: ::String
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class CreateVPCEConfigurationResult
194
+ attr_accessor vpce_configuration: Types::VPCEConfiguration
195
+ SENSITIVE: []
196
+ end
197
+
198
+ class CustomerArtifactPaths
199
+ attr_accessor ios_paths: ::Array[::String]
200
+ attr_accessor android_paths: ::Array[::String]
201
+ attr_accessor device_host_paths: ::Array[::String]
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class DeleteDevicePoolRequest
206
+ attr_accessor arn: ::String
207
+ SENSITIVE: []
208
+ end
209
+
210
+ class DeleteDevicePoolResult < Aws::EmptyStructure
211
+ end
212
+
213
+ class DeleteInstanceProfileRequest
214
+ attr_accessor arn: ::String
215
+ SENSITIVE: []
216
+ end
217
+
218
+ class DeleteInstanceProfileResult < Aws::EmptyStructure
219
+ end
220
+
221
+ class DeleteNetworkProfileRequest
222
+ attr_accessor arn: ::String
223
+ SENSITIVE: []
224
+ end
225
+
226
+ class DeleteNetworkProfileResult < Aws::EmptyStructure
227
+ end
228
+
229
+ class DeleteProjectRequest
230
+ attr_accessor arn: ::String
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class DeleteProjectResult < Aws::EmptyStructure
235
+ end
236
+
237
+ class DeleteRemoteAccessSessionRequest
238
+ attr_accessor arn: ::String
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class DeleteRemoteAccessSessionResult < Aws::EmptyStructure
243
+ end
244
+
245
+ class DeleteRunRequest
246
+ attr_accessor arn: ::String
247
+ SENSITIVE: []
248
+ end
249
+
250
+ class DeleteRunResult < Aws::EmptyStructure
251
+ end
252
+
253
+ class DeleteTestGridProjectRequest
254
+ attr_accessor project_arn: ::String
255
+ SENSITIVE: []
256
+ end
257
+
258
+ class DeleteTestGridProjectResult < Aws::EmptyStructure
259
+ end
260
+
261
+ class DeleteUploadRequest
262
+ attr_accessor arn: ::String
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class DeleteUploadResult < Aws::EmptyStructure
267
+ end
268
+
269
+ class DeleteVPCEConfigurationRequest
270
+ attr_accessor arn: ::String
271
+ SENSITIVE: []
272
+ end
273
+
274
+ class DeleteVPCEConfigurationResult < Aws::EmptyStructure
275
+ end
276
+
277
+ class Device
278
+ attr_accessor arn: ::String
279
+ attr_accessor name: ::String
280
+ attr_accessor manufacturer: ::String
281
+ attr_accessor model: ::String
282
+ attr_accessor model_id: ::String
283
+ attr_accessor form_factor: ("PHONE" | "TABLET")
284
+ attr_accessor platform: ("ANDROID" | "IOS")
285
+ attr_accessor os: ::String
286
+ attr_accessor cpu: Types::CPU
287
+ attr_accessor resolution: Types::Resolution
288
+ attr_accessor heap_size: ::Integer
289
+ attr_accessor memory: ::Integer
290
+ attr_accessor image: ::String
291
+ attr_accessor carrier: ::String
292
+ attr_accessor radio: ::String
293
+ attr_accessor remote_access_enabled: bool
294
+ attr_accessor remote_debug_enabled: bool
295
+ attr_accessor fleet_type: ::String
296
+ attr_accessor fleet_name: ::String
297
+ attr_accessor instances: ::Array[Types::DeviceInstance]
298
+ attr_accessor availability: ("TEMPORARY_NOT_AVAILABLE" | "BUSY" | "AVAILABLE" | "HIGHLY_AVAILABLE")
299
+ SENSITIVE: []
300
+ end
301
+
302
+ class DeviceFilter
303
+ attr_accessor attribute: ("ARN" | "PLATFORM" | "OS_VERSION" | "MODEL" | "AVAILABILITY" | "FORM_FACTOR" | "MANUFACTURER" | "REMOTE_ACCESS_ENABLED" | "REMOTE_DEBUG_ENABLED" | "INSTANCE_ARN" | "INSTANCE_LABELS" | "FLEET_TYPE")
304
+ attr_accessor operator: ("EQUALS" | "LESS_THAN" | "LESS_THAN_OR_EQUALS" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS" | "IN" | "NOT_IN" | "CONTAINS")
305
+ attr_accessor values: ::Array[::String]
306
+ SENSITIVE: []
307
+ end
308
+
309
+ class DeviceInstance
310
+ attr_accessor arn: ::String
311
+ attr_accessor device_arn: ::String
312
+ attr_accessor labels: ::Array[::String]
313
+ attr_accessor status: ("IN_USE" | "PREPARING" | "AVAILABLE" | "NOT_AVAILABLE")
314
+ attr_accessor udid: ::String
315
+ attr_accessor instance_profile: Types::InstanceProfile
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class DeviceMinutes
320
+ attr_accessor total: ::Float
321
+ attr_accessor metered: ::Float
322
+ attr_accessor unmetered: ::Float
323
+ SENSITIVE: []
324
+ end
325
+
326
+ class DevicePool
327
+ attr_accessor arn: ::String
328
+ attr_accessor name: ::String
329
+ attr_accessor description: ::String
330
+ attr_accessor type: ("CURATED" | "PRIVATE")
331
+ attr_accessor rules: ::Array[Types::Rule]
332
+ attr_accessor max_devices: ::Integer
333
+ SENSITIVE: []
334
+ end
335
+
336
+ class DevicePoolCompatibilityResult
337
+ attr_accessor device: Types::Device
338
+ attr_accessor compatible: bool
339
+ attr_accessor incompatibility_messages: ::Array[Types::IncompatibilityMessage]
340
+ SENSITIVE: []
341
+ end
342
+
343
+ class DeviceSelectionConfiguration
344
+ attr_accessor filters: ::Array[Types::DeviceFilter]
345
+ attr_accessor max_devices: ::Integer
346
+ SENSITIVE: []
347
+ end
348
+
349
+ class DeviceSelectionResult
350
+ attr_accessor filters: ::Array[Types::DeviceFilter]
351
+ attr_accessor matched_devices_count: ::Integer
352
+ attr_accessor max_devices: ::Integer
353
+ SENSITIVE: []
354
+ end
355
+
356
+ class ExecutionConfiguration
357
+ attr_accessor job_timeout_minutes: ::Integer
358
+ attr_accessor accounts_cleanup: bool
359
+ attr_accessor app_packages_cleanup: bool
360
+ attr_accessor video_capture: bool
361
+ attr_accessor skip_app_resign: bool
362
+ SENSITIVE: []
363
+ end
364
+
365
+ class GetAccountSettingsRequest < Aws::EmptyStructure
366
+ end
367
+
368
+ class GetAccountSettingsResult
369
+ attr_accessor account_settings: Types::AccountSettings
370
+ SENSITIVE: []
371
+ end
372
+
373
+ class GetDeviceInstanceRequest
374
+ attr_accessor arn: ::String
375
+ SENSITIVE: []
376
+ end
377
+
378
+ class GetDeviceInstanceResult
379
+ attr_accessor device_instance: Types::DeviceInstance
380
+ SENSITIVE: []
381
+ end
382
+
383
+ class GetDevicePoolCompatibilityRequest
384
+ attr_accessor device_pool_arn: ::String
385
+ attr_accessor app_arn: ::String
386
+ attr_accessor test_type: ("BUILTIN_FUZZ" | "BUILTIN_EXPLORER" | "WEB_PERFORMANCE_PROFILE" | "APPIUM_JAVA_JUNIT" | "APPIUM_JAVA_TESTNG" | "APPIUM_PYTHON" | "APPIUM_NODE" | "APPIUM_RUBY" | "APPIUM_WEB_JAVA_JUNIT" | "APPIUM_WEB_JAVA_TESTNG" | "APPIUM_WEB_PYTHON" | "APPIUM_WEB_NODE" | "APPIUM_WEB_RUBY" | "CALABASH" | "INSTRUMENTATION" | "UIAUTOMATION" | "UIAUTOMATOR" | "XCTEST" | "XCTEST_UI" | "REMOTE_ACCESS_RECORD" | "REMOTE_ACCESS_REPLAY")
387
+ attr_accessor test: Types::ScheduleRunTest
388
+ attr_accessor configuration: Types::ScheduleRunConfiguration
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class GetDevicePoolCompatibilityResult
393
+ attr_accessor compatible_devices: ::Array[Types::DevicePoolCompatibilityResult]
394
+ attr_accessor incompatible_devices: ::Array[Types::DevicePoolCompatibilityResult]
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class GetDevicePoolRequest
399
+ attr_accessor arn: ::String
400
+ SENSITIVE: []
401
+ end
402
+
403
+ class GetDevicePoolResult
404
+ attr_accessor device_pool: Types::DevicePool
405
+ SENSITIVE: []
406
+ end
407
+
408
+ class GetDeviceRequest
409
+ attr_accessor arn: ::String
410
+ SENSITIVE: []
411
+ end
412
+
413
+ class GetDeviceResult
414
+ attr_accessor device: Types::Device
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class GetInstanceProfileRequest
419
+ attr_accessor arn: ::String
420
+ SENSITIVE: []
421
+ end
422
+
423
+ class GetInstanceProfileResult
424
+ attr_accessor instance_profile: Types::InstanceProfile
425
+ SENSITIVE: []
426
+ end
427
+
428
+ class GetJobRequest
429
+ attr_accessor arn: ::String
430
+ SENSITIVE: []
431
+ end
432
+
433
+ class GetJobResult
434
+ attr_accessor job: Types::Job
435
+ SENSITIVE: []
436
+ end
437
+
438
+ class GetNetworkProfileRequest
439
+ attr_accessor arn: ::String
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class GetNetworkProfileResult
444
+ attr_accessor network_profile: Types::NetworkProfile
445
+ SENSITIVE: []
446
+ end
447
+
448
+ class GetOfferingStatusRequest
449
+ attr_accessor next_token: ::String
450
+ SENSITIVE: []
451
+ end
452
+
453
+ class GetOfferingStatusResult
454
+ attr_accessor current: ::Hash[::String, Types::OfferingStatus]
455
+ attr_accessor next_period: ::Hash[::String, Types::OfferingStatus]
456
+ attr_accessor next_token: ::String
457
+ SENSITIVE: []
458
+ end
459
+
460
+ class GetProjectRequest
461
+ attr_accessor arn: ::String
462
+ SENSITIVE: []
463
+ end
464
+
465
+ class GetProjectResult
466
+ attr_accessor project: Types::Project
467
+ SENSITIVE: []
468
+ end
469
+
470
+ class GetRemoteAccessSessionRequest
471
+ attr_accessor arn: ::String
472
+ SENSITIVE: []
473
+ end
474
+
475
+ class GetRemoteAccessSessionResult
476
+ attr_accessor remote_access_session: Types::RemoteAccessSession
477
+ SENSITIVE: []
478
+ end
479
+
480
+ class GetRunRequest
481
+ attr_accessor arn: ::String
482
+ SENSITIVE: []
483
+ end
484
+
485
+ class GetRunResult
486
+ attr_accessor run: Types::Run
487
+ SENSITIVE: []
488
+ end
489
+
490
+ class GetSuiteRequest
491
+ attr_accessor arn: ::String
492
+ SENSITIVE: []
493
+ end
494
+
495
+ class GetSuiteResult
496
+ attr_accessor suite: Types::Suite
497
+ SENSITIVE: []
498
+ end
499
+
500
+ class GetTestGridProjectRequest
501
+ attr_accessor project_arn: ::String
502
+ SENSITIVE: []
503
+ end
504
+
505
+ class GetTestGridProjectResult
506
+ attr_accessor test_grid_project: Types::TestGridProject
507
+ SENSITIVE: []
508
+ end
509
+
510
+ class GetTestGridSessionRequest
511
+ attr_accessor project_arn: ::String
512
+ attr_accessor session_id: ::String
513
+ attr_accessor session_arn: ::String
514
+ SENSITIVE: []
515
+ end
516
+
517
+ class GetTestGridSessionResult
518
+ attr_accessor test_grid_session: Types::TestGridSession
519
+ SENSITIVE: []
520
+ end
521
+
522
+ class GetTestRequest
523
+ attr_accessor arn: ::String
524
+ SENSITIVE: []
525
+ end
526
+
527
+ class GetTestResult
528
+ attr_accessor test: Types::Test
529
+ SENSITIVE: []
530
+ end
531
+
532
+ class GetUploadRequest
533
+ attr_accessor arn: ::String
534
+ SENSITIVE: []
535
+ end
536
+
537
+ class GetUploadResult
538
+ attr_accessor upload: Types::Upload
539
+ SENSITIVE: []
540
+ end
541
+
542
+ class GetVPCEConfigurationRequest
543
+ attr_accessor arn: ::String
544
+ SENSITIVE: []
545
+ end
546
+
547
+ class GetVPCEConfigurationResult
548
+ attr_accessor vpce_configuration: Types::VPCEConfiguration
549
+ SENSITIVE: []
550
+ end
551
+
552
+ class IdempotencyException
553
+ attr_accessor message: ::String
554
+ SENSITIVE: []
555
+ end
556
+
557
+ class IncompatibilityMessage
558
+ attr_accessor message: ::String
559
+ attr_accessor type: ("ARN" | "PLATFORM" | "FORM_FACTOR" | "MANUFACTURER" | "REMOTE_ACCESS_ENABLED" | "REMOTE_DEBUG_ENABLED" | "APPIUM_VERSION" | "INSTANCE_ARN" | "INSTANCE_LABELS" | "FLEET_TYPE" | "OS_VERSION" | "MODEL" | "AVAILABILITY")
560
+ SENSITIVE: []
561
+ end
562
+
563
+ class InstallToRemoteAccessSessionRequest
564
+ attr_accessor remote_access_session_arn: ::String
565
+ attr_accessor app_arn: ::String
566
+ SENSITIVE: []
567
+ end
568
+
569
+ class InstallToRemoteAccessSessionResult
570
+ attr_accessor app_upload: Types::Upload
571
+ SENSITIVE: []
572
+ end
573
+
574
+ class InstanceProfile
575
+ attr_accessor arn: ::String
576
+ attr_accessor package_cleanup: bool
577
+ attr_accessor exclude_app_packages_from_cleanup: ::Array[::String]
578
+ attr_accessor reboot_after_use: bool
579
+ attr_accessor name: ::String
580
+ attr_accessor description: ::String
581
+ SENSITIVE: []
582
+ end
583
+
584
+ class InternalServiceException
585
+ attr_accessor message: ::String
586
+ SENSITIVE: []
587
+ end
588
+
589
+ class InvalidOperationException
590
+ attr_accessor message: ::String
591
+ SENSITIVE: []
592
+ end
593
+
594
+ class Job
595
+ attr_accessor arn: ::String
596
+ attr_accessor name: ::String
597
+ attr_accessor type: ("BUILTIN_FUZZ" | "BUILTIN_EXPLORER" | "WEB_PERFORMANCE_PROFILE" | "APPIUM_JAVA_JUNIT" | "APPIUM_JAVA_TESTNG" | "APPIUM_PYTHON" | "APPIUM_NODE" | "APPIUM_RUBY" | "APPIUM_WEB_JAVA_JUNIT" | "APPIUM_WEB_JAVA_TESTNG" | "APPIUM_WEB_PYTHON" | "APPIUM_WEB_NODE" | "APPIUM_WEB_RUBY" | "CALABASH" | "INSTRUMENTATION" | "UIAUTOMATION" | "UIAUTOMATOR" | "XCTEST" | "XCTEST_UI" | "REMOTE_ACCESS_RECORD" | "REMOTE_ACCESS_REPLAY")
598
+ attr_accessor created: ::Time
599
+ attr_accessor status: ("PENDING" | "PENDING_CONCURRENCY" | "PENDING_DEVICE" | "PROCESSING" | "SCHEDULING" | "PREPARING" | "RUNNING" | "COMPLETED" | "STOPPING")
600
+ attr_accessor result: ("PENDING" | "PASSED" | "WARNED" | "FAILED" | "SKIPPED" | "ERRORED" | "STOPPED")
601
+ attr_accessor started: ::Time
602
+ attr_accessor stopped: ::Time
603
+ attr_accessor counters: Types::Counters
604
+ attr_accessor message: ::String
605
+ attr_accessor device: Types::Device
606
+ attr_accessor instance_arn: ::String
607
+ attr_accessor device_minutes: Types::DeviceMinutes
608
+ attr_accessor video_endpoint: ::String
609
+ attr_accessor video_capture: bool
610
+ SENSITIVE: []
611
+ end
612
+
613
+ class LimitExceededException
614
+ attr_accessor message: ::String
615
+ SENSITIVE: []
616
+ end
617
+
618
+ class ListArtifactsRequest
619
+ attr_accessor arn: ::String
620
+ attr_accessor type: ("SCREENSHOT" | "FILE" | "LOG")
621
+ attr_accessor next_token: ::String
622
+ SENSITIVE: []
623
+ end
624
+
625
+ class ListArtifactsResult
626
+ attr_accessor artifacts: ::Array[Types::Artifact]
627
+ attr_accessor next_token: ::String
628
+ SENSITIVE: []
629
+ end
630
+
631
+ class ListDeviceInstancesRequest
632
+ attr_accessor max_results: ::Integer
633
+ attr_accessor next_token: ::String
634
+ SENSITIVE: []
635
+ end
636
+
637
+ class ListDeviceInstancesResult
638
+ attr_accessor device_instances: ::Array[Types::DeviceInstance]
639
+ attr_accessor next_token: ::String
640
+ SENSITIVE: []
641
+ end
642
+
643
+ class ListDevicePoolsRequest
644
+ attr_accessor arn: ::String
645
+ attr_accessor type: ("CURATED" | "PRIVATE")
646
+ attr_accessor next_token: ::String
647
+ SENSITIVE: []
648
+ end
649
+
650
+ class ListDevicePoolsResult
651
+ attr_accessor device_pools: ::Array[Types::DevicePool]
652
+ attr_accessor next_token: ::String
653
+ SENSITIVE: []
654
+ end
655
+
656
+ class ListDevicesRequest
657
+ attr_accessor arn: ::String
658
+ attr_accessor next_token: ::String
659
+ attr_accessor filters: ::Array[Types::DeviceFilter]
660
+ SENSITIVE: []
661
+ end
662
+
663
+ class ListDevicesResult
664
+ attr_accessor devices: ::Array[Types::Device]
665
+ attr_accessor next_token: ::String
666
+ SENSITIVE: []
667
+ end
668
+
669
+ class ListInstanceProfilesRequest
670
+ attr_accessor max_results: ::Integer
671
+ attr_accessor next_token: ::String
672
+ SENSITIVE: []
673
+ end
674
+
675
+ class ListInstanceProfilesResult
676
+ attr_accessor instance_profiles: ::Array[Types::InstanceProfile]
677
+ attr_accessor next_token: ::String
678
+ SENSITIVE: []
679
+ end
680
+
681
+ class ListJobsRequest
682
+ attr_accessor arn: ::String
683
+ attr_accessor next_token: ::String
684
+ SENSITIVE: []
685
+ end
686
+
687
+ class ListJobsResult
688
+ attr_accessor jobs: ::Array[Types::Job]
689
+ attr_accessor next_token: ::String
690
+ SENSITIVE: []
691
+ end
692
+
693
+ class ListNetworkProfilesRequest
694
+ attr_accessor arn: ::String
695
+ attr_accessor type: ("CURATED" | "PRIVATE")
696
+ attr_accessor next_token: ::String
697
+ SENSITIVE: []
698
+ end
699
+
700
+ class ListNetworkProfilesResult
701
+ attr_accessor network_profiles: ::Array[Types::NetworkProfile]
702
+ attr_accessor next_token: ::String
703
+ SENSITIVE: []
704
+ end
705
+
706
+ class ListOfferingPromotionsRequest
707
+ attr_accessor next_token: ::String
708
+ SENSITIVE: []
709
+ end
710
+
711
+ class ListOfferingPromotionsResult
712
+ attr_accessor offering_promotions: ::Array[Types::OfferingPromotion]
713
+ attr_accessor next_token: ::String
714
+ SENSITIVE: []
715
+ end
716
+
717
+ class ListOfferingTransactionsRequest
718
+ attr_accessor next_token: ::String
719
+ SENSITIVE: []
720
+ end
721
+
722
+ class ListOfferingTransactionsResult
723
+ attr_accessor offering_transactions: ::Array[Types::OfferingTransaction]
724
+ attr_accessor next_token: ::String
725
+ SENSITIVE: []
726
+ end
727
+
728
+ class ListOfferingsRequest
729
+ attr_accessor next_token: ::String
730
+ SENSITIVE: []
731
+ end
732
+
733
+ class ListOfferingsResult
734
+ attr_accessor offerings: ::Array[Types::Offering]
735
+ attr_accessor next_token: ::String
736
+ SENSITIVE: []
737
+ end
738
+
739
+ class ListProjectsRequest
740
+ attr_accessor arn: ::String
741
+ attr_accessor next_token: ::String
742
+ SENSITIVE: []
743
+ end
744
+
745
+ class ListProjectsResult
746
+ attr_accessor projects: ::Array[Types::Project]
747
+ attr_accessor next_token: ::String
748
+ SENSITIVE: []
749
+ end
750
+
751
+ class ListRemoteAccessSessionsRequest
752
+ attr_accessor arn: ::String
753
+ attr_accessor next_token: ::String
754
+ SENSITIVE: []
755
+ end
756
+
757
+ class ListRemoteAccessSessionsResult
758
+ attr_accessor remote_access_sessions: ::Array[Types::RemoteAccessSession]
759
+ attr_accessor next_token: ::String
760
+ SENSITIVE: []
761
+ end
762
+
763
+ class ListRunsRequest
764
+ attr_accessor arn: ::String
765
+ attr_accessor next_token: ::String
766
+ SENSITIVE: []
767
+ end
768
+
769
+ class ListRunsResult
770
+ attr_accessor runs: ::Array[Types::Run]
771
+ attr_accessor next_token: ::String
772
+ SENSITIVE: []
773
+ end
774
+
775
+ class ListSamplesRequest
776
+ attr_accessor arn: ::String
777
+ attr_accessor next_token: ::String
778
+ SENSITIVE: []
779
+ end
780
+
781
+ class ListSamplesResult
782
+ attr_accessor samples: ::Array[Types::Sample]
783
+ attr_accessor next_token: ::String
784
+ SENSITIVE: []
785
+ end
786
+
787
+ class ListSuitesRequest
788
+ attr_accessor arn: ::String
789
+ attr_accessor next_token: ::String
790
+ SENSITIVE: []
791
+ end
792
+
793
+ class ListSuitesResult
794
+ attr_accessor suites: ::Array[Types::Suite]
795
+ attr_accessor next_token: ::String
796
+ SENSITIVE: []
797
+ end
798
+
799
+ class ListTagsForResourceRequest
800
+ attr_accessor resource_arn: ::String
801
+ SENSITIVE: []
802
+ end
803
+
804
+ class ListTagsForResourceResponse
805
+ attr_accessor tags: ::Array[Types::Tag]
806
+ SENSITIVE: []
807
+ end
808
+
809
+ class ListTestGridProjectsRequest
810
+ attr_accessor max_result: ::Integer
811
+ attr_accessor next_token: ::String
812
+ SENSITIVE: []
813
+ end
814
+
815
+ class ListTestGridProjectsResult
816
+ attr_accessor test_grid_projects: ::Array[Types::TestGridProject]
817
+ attr_accessor next_token: ::String
818
+ SENSITIVE: []
819
+ end
820
+
821
+ class ListTestGridSessionActionsRequest
822
+ attr_accessor session_arn: ::String
823
+ attr_accessor max_result: ::Integer
824
+ attr_accessor next_token: ::String
825
+ SENSITIVE: []
826
+ end
827
+
828
+ class ListTestGridSessionActionsResult
829
+ attr_accessor actions: ::Array[Types::TestGridSessionAction]
830
+ attr_accessor next_token: ::String
831
+ SENSITIVE: []
832
+ end
833
+
834
+ class ListTestGridSessionArtifactsRequest
835
+ attr_accessor session_arn: ::String
836
+ attr_accessor type: ("VIDEO" | "LOG")
837
+ attr_accessor max_result: ::Integer
838
+ attr_accessor next_token: ::String
839
+ SENSITIVE: []
840
+ end
841
+
842
+ class ListTestGridSessionArtifactsResult
843
+ attr_accessor artifacts: ::Array[Types::TestGridSessionArtifact]
844
+ attr_accessor next_token: ::String
845
+ SENSITIVE: []
846
+ end
847
+
848
+ class ListTestGridSessionsRequest
849
+ attr_accessor project_arn: ::String
850
+ attr_accessor status: ("ACTIVE" | "CLOSED" | "ERRORED")
851
+ attr_accessor creation_time_after: ::Time
852
+ attr_accessor creation_time_before: ::Time
853
+ attr_accessor end_time_after: ::Time
854
+ attr_accessor end_time_before: ::Time
855
+ attr_accessor max_result: ::Integer
856
+ attr_accessor next_token: ::String
857
+ SENSITIVE: []
858
+ end
859
+
860
+ class ListTestGridSessionsResult
861
+ attr_accessor test_grid_sessions: ::Array[Types::TestGridSession]
862
+ attr_accessor next_token: ::String
863
+ SENSITIVE: []
864
+ end
865
+
866
+ class ListTestsRequest
867
+ attr_accessor arn: ::String
868
+ attr_accessor next_token: ::String
869
+ SENSITIVE: []
870
+ end
871
+
872
+ class ListTestsResult
873
+ attr_accessor tests: ::Array[Types::Test]
874
+ attr_accessor next_token: ::String
875
+ SENSITIVE: []
876
+ end
877
+
878
+ class ListUniqueProblemsRequest
879
+ attr_accessor arn: ::String
880
+ attr_accessor next_token: ::String
881
+ SENSITIVE: []
882
+ end
883
+
884
+ class ListUniqueProblemsResult
885
+ attr_accessor unique_problems: ::Hash[("PENDING" | "PASSED" | "WARNED" | "FAILED" | "SKIPPED" | "ERRORED" | "STOPPED"), ::Array[Types::UniqueProblem]]
886
+ attr_accessor next_token: ::String
887
+ SENSITIVE: []
888
+ end
889
+
890
+ class ListUploadsRequest
891
+ attr_accessor arn: ::String
892
+ attr_accessor type: ("ANDROID_APP" | "IOS_APP" | "WEB_APP" | "EXTERNAL_DATA" | "APPIUM_JAVA_JUNIT_TEST_PACKAGE" | "APPIUM_JAVA_TESTNG_TEST_PACKAGE" | "APPIUM_PYTHON_TEST_PACKAGE" | "APPIUM_NODE_TEST_PACKAGE" | "APPIUM_RUBY_TEST_PACKAGE" | "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE" | "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE" | "APPIUM_WEB_PYTHON_TEST_PACKAGE" | "APPIUM_WEB_NODE_TEST_PACKAGE" | "APPIUM_WEB_RUBY_TEST_PACKAGE" | "CALABASH_TEST_PACKAGE" | "INSTRUMENTATION_TEST_PACKAGE" | "UIAUTOMATION_TEST_PACKAGE" | "UIAUTOMATOR_TEST_PACKAGE" | "XCTEST_TEST_PACKAGE" | "XCTEST_UI_TEST_PACKAGE" | "APPIUM_JAVA_JUNIT_TEST_SPEC" | "APPIUM_JAVA_TESTNG_TEST_SPEC" | "APPIUM_PYTHON_TEST_SPEC" | "APPIUM_NODE_TEST_SPEC" | "APPIUM_RUBY_TEST_SPEC" | "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC" | "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC" | "APPIUM_WEB_PYTHON_TEST_SPEC" | "APPIUM_WEB_NODE_TEST_SPEC" | "APPIUM_WEB_RUBY_TEST_SPEC" | "INSTRUMENTATION_TEST_SPEC" | "XCTEST_UI_TEST_SPEC")
893
+ attr_accessor next_token: ::String
894
+ SENSITIVE: []
895
+ end
896
+
897
+ class ListUploadsResult
898
+ attr_accessor uploads: ::Array[Types::Upload]
899
+ attr_accessor next_token: ::String
900
+ SENSITIVE: []
901
+ end
902
+
903
+ class ListVPCEConfigurationsRequest
904
+ attr_accessor max_results: ::Integer
905
+ attr_accessor next_token: ::String
906
+ SENSITIVE: []
907
+ end
908
+
909
+ class ListVPCEConfigurationsResult
910
+ attr_accessor vpce_configurations: ::Array[Types::VPCEConfiguration]
911
+ attr_accessor next_token: ::String
912
+ SENSITIVE: []
913
+ end
914
+
915
+ class Location
916
+ attr_accessor latitude: ::Float
917
+ attr_accessor longitude: ::Float
918
+ SENSITIVE: []
919
+ end
920
+
921
+ class MonetaryAmount
922
+ attr_accessor amount: ::Float
923
+ attr_accessor currency_code: ("USD")
924
+ SENSITIVE: []
925
+ end
926
+
927
+ class NetworkProfile
928
+ attr_accessor arn: ::String
929
+ attr_accessor name: ::String
930
+ attr_accessor description: ::String
931
+ attr_accessor type: ("CURATED" | "PRIVATE")
932
+ attr_accessor uplink_bandwidth_bits: ::Integer
933
+ attr_accessor downlink_bandwidth_bits: ::Integer
934
+ attr_accessor uplink_delay_ms: ::Integer
935
+ attr_accessor downlink_delay_ms: ::Integer
936
+ attr_accessor uplink_jitter_ms: ::Integer
937
+ attr_accessor downlink_jitter_ms: ::Integer
938
+ attr_accessor uplink_loss_percent: ::Integer
939
+ attr_accessor downlink_loss_percent: ::Integer
940
+ SENSITIVE: []
941
+ end
942
+
943
+ class NotEligibleException
944
+ attr_accessor message: ::String
945
+ SENSITIVE: []
946
+ end
947
+
948
+ class NotFoundException
949
+ attr_accessor message: ::String
950
+ SENSITIVE: []
951
+ end
952
+
953
+ class Offering
954
+ attr_accessor id: ::String
955
+ attr_accessor description: ::String
956
+ attr_accessor type: ("RECURRING")
957
+ attr_accessor platform: ("ANDROID" | "IOS")
958
+ attr_accessor recurring_charges: ::Array[Types::RecurringCharge]
959
+ SENSITIVE: []
960
+ end
961
+
962
+ class OfferingPromotion
963
+ attr_accessor id: ::String
964
+ attr_accessor description: ::String
965
+ SENSITIVE: []
966
+ end
967
+
968
+ class OfferingStatus
969
+ attr_accessor type: ("PURCHASE" | "RENEW" | "SYSTEM")
970
+ attr_accessor offering: Types::Offering
971
+ attr_accessor quantity: ::Integer
972
+ attr_accessor effective_on: ::Time
973
+ SENSITIVE: []
974
+ end
975
+
976
+ class OfferingTransaction
977
+ attr_accessor offering_status: Types::OfferingStatus
978
+ attr_accessor transaction_id: ::String
979
+ attr_accessor offering_promotion_id: ::String
980
+ attr_accessor created_on: ::Time
981
+ attr_accessor cost: Types::MonetaryAmount
982
+ SENSITIVE: []
983
+ end
984
+
985
+ class Problem
986
+ attr_accessor run: Types::ProblemDetail
987
+ attr_accessor job: Types::ProblemDetail
988
+ attr_accessor suite: Types::ProblemDetail
989
+ attr_accessor test: Types::ProblemDetail
990
+ attr_accessor device: Types::Device
991
+ attr_accessor result: ("PENDING" | "PASSED" | "WARNED" | "FAILED" | "SKIPPED" | "ERRORED" | "STOPPED")
992
+ attr_accessor message: ::String
993
+ SENSITIVE: []
994
+ end
995
+
996
+ class ProblemDetail
997
+ attr_accessor arn: ::String
998
+ attr_accessor name: ::String
999
+ SENSITIVE: []
1000
+ end
1001
+
1002
+ class Project
1003
+ attr_accessor arn: ::String
1004
+ attr_accessor name: ::String
1005
+ attr_accessor default_job_timeout_minutes: ::Integer
1006
+ attr_accessor created: ::Time
1007
+ attr_accessor vpc_config: Types::VpcConfig
1008
+ SENSITIVE: []
1009
+ end
1010
+
1011
+ class PurchaseOfferingRequest
1012
+ attr_accessor offering_id: ::String
1013
+ attr_accessor quantity: ::Integer
1014
+ attr_accessor offering_promotion_id: ::String
1015
+ SENSITIVE: []
1016
+ end
1017
+
1018
+ class PurchaseOfferingResult
1019
+ attr_accessor offering_transaction: Types::OfferingTransaction
1020
+ SENSITIVE: []
1021
+ end
1022
+
1023
+ class Radios
1024
+ attr_accessor wifi: bool
1025
+ attr_accessor bluetooth: bool
1026
+ attr_accessor nfc: bool
1027
+ attr_accessor gps: bool
1028
+ SENSITIVE: []
1029
+ end
1030
+
1031
+ class RecurringCharge
1032
+ attr_accessor cost: Types::MonetaryAmount
1033
+ attr_accessor frequency: ("MONTHLY")
1034
+ SENSITIVE: []
1035
+ end
1036
+
1037
+ class RemoteAccessSession
1038
+ attr_accessor arn: ::String
1039
+ attr_accessor name: ::String
1040
+ attr_accessor created: ::Time
1041
+ attr_accessor status: ("PENDING" | "PENDING_CONCURRENCY" | "PENDING_DEVICE" | "PROCESSING" | "SCHEDULING" | "PREPARING" | "RUNNING" | "COMPLETED" | "STOPPING")
1042
+ attr_accessor result: ("PENDING" | "PASSED" | "WARNED" | "FAILED" | "SKIPPED" | "ERRORED" | "STOPPED")
1043
+ attr_accessor message: ::String
1044
+ attr_accessor started: ::Time
1045
+ attr_accessor stopped: ::Time
1046
+ attr_accessor device: Types::Device
1047
+ attr_accessor instance_arn: ::String
1048
+ attr_accessor remote_debug_enabled: bool
1049
+ attr_accessor remote_record_enabled: bool
1050
+ attr_accessor remote_record_app_arn: ::String
1051
+ attr_accessor host_address: ::String
1052
+ attr_accessor client_id: ::String
1053
+ attr_accessor billing_method: ("METERED" | "UNMETERED")
1054
+ attr_accessor device_minutes: Types::DeviceMinutes
1055
+ attr_accessor endpoint: ::String
1056
+ attr_accessor device_udid: ::String
1057
+ attr_accessor interaction_mode: ("INTERACTIVE" | "NO_VIDEO" | "VIDEO_ONLY")
1058
+ attr_accessor skip_app_resign: bool
1059
+ attr_accessor vpc_config: Types::VpcConfig
1060
+ SENSITIVE: []
1061
+ end
1062
+
1063
+ class RenewOfferingRequest
1064
+ attr_accessor offering_id: ::String
1065
+ attr_accessor quantity: ::Integer
1066
+ SENSITIVE: []
1067
+ end
1068
+
1069
+ class RenewOfferingResult
1070
+ attr_accessor offering_transaction: Types::OfferingTransaction
1071
+ SENSITIVE: []
1072
+ end
1073
+
1074
+ class Resolution
1075
+ attr_accessor width: ::Integer
1076
+ attr_accessor height: ::Integer
1077
+ SENSITIVE: []
1078
+ end
1079
+
1080
+ class Rule
1081
+ attr_accessor attribute: ("ARN" | "PLATFORM" | "FORM_FACTOR" | "MANUFACTURER" | "REMOTE_ACCESS_ENABLED" | "REMOTE_DEBUG_ENABLED" | "APPIUM_VERSION" | "INSTANCE_ARN" | "INSTANCE_LABELS" | "FLEET_TYPE" | "OS_VERSION" | "MODEL" | "AVAILABILITY")
1082
+ attr_accessor operator: ("EQUALS" | "LESS_THAN" | "LESS_THAN_OR_EQUALS" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS" | "IN" | "NOT_IN" | "CONTAINS")
1083
+ attr_accessor value: ::String
1084
+ SENSITIVE: []
1085
+ end
1086
+
1087
+ class Run
1088
+ attr_accessor arn: ::String
1089
+ attr_accessor name: ::String
1090
+ attr_accessor type: ("BUILTIN_FUZZ" | "BUILTIN_EXPLORER" | "WEB_PERFORMANCE_PROFILE" | "APPIUM_JAVA_JUNIT" | "APPIUM_JAVA_TESTNG" | "APPIUM_PYTHON" | "APPIUM_NODE" | "APPIUM_RUBY" | "APPIUM_WEB_JAVA_JUNIT" | "APPIUM_WEB_JAVA_TESTNG" | "APPIUM_WEB_PYTHON" | "APPIUM_WEB_NODE" | "APPIUM_WEB_RUBY" | "CALABASH" | "INSTRUMENTATION" | "UIAUTOMATION" | "UIAUTOMATOR" | "XCTEST" | "XCTEST_UI" | "REMOTE_ACCESS_RECORD" | "REMOTE_ACCESS_REPLAY")
1091
+ attr_accessor platform: ("ANDROID" | "IOS")
1092
+ attr_accessor created: ::Time
1093
+ attr_accessor status: ("PENDING" | "PENDING_CONCURRENCY" | "PENDING_DEVICE" | "PROCESSING" | "SCHEDULING" | "PREPARING" | "RUNNING" | "COMPLETED" | "STOPPING")
1094
+ attr_accessor result: ("PENDING" | "PASSED" | "WARNED" | "FAILED" | "SKIPPED" | "ERRORED" | "STOPPED")
1095
+ attr_accessor started: ::Time
1096
+ attr_accessor stopped: ::Time
1097
+ attr_accessor counters: Types::Counters
1098
+ attr_accessor message: ::String
1099
+ attr_accessor total_jobs: ::Integer
1100
+ attr_accessor completed_jobs: ::Integer
1101
+ attr_accessor billing_method: ("METERED" | "UNMETERED")
1102
+ attr_accessor device_minutes: Types::DeviceMinutes
1103
+ attr_accessor network_profile: Types::NetworkProfile
1104
+ attr_accessor parsing_result_url: ::String
1105
+ attr_accessor result_code: ("PARSING_FAILED" | "VPC_ENDPOINT_SETUP_FAILED")
1106
+ attr_accessor seed: ::Integer
1107
+ attr_accessor app_upload: ::String
1108
+ attr_accessor event_count: ::Integer
1109
+ attr_accessor job_timeout_minutes: ::Integer
1110
+ attr_accessor device_pool_arn: ::String
1111
+ attr_accessor locale: ::String
1112
+ attr_accessor radios: Types::Radios
1113
+ attr_accessor location: Types::Location
1114
+ attr_accessor customer_artifact_paths: Types::CustomerArtifactPaths
1115
+ attr_accessor web_url: ::String
1116
+ attr_accessor skip_app_resign: bool
1117
+ attr_accessor test_spec_arn: ::String
1118
+ attr_accessor device_selection_result: Types::DeviceSelectionResult
1119
+ attr_accessor vpc_config: Types::VpcConfig
1120
+ SENSITIVE: []
1121
+ end
1122
+
1123
+ class Sample
1124
+ attr_accessor arn: ::String
1125
+ attr_accessor type: ("CPU" | "MEMORY" | "THREADS" | "RX_RATE" | "TX_RATE" | "RX" | "TX" | "NATIVE_FRAMES" | "NATIVE_FPS" | "NATIVE_MIN_DRAWTIME" | "NATIVE_AVG_DRAWTIME" | "NATIVE_MAX_DRAWTIME" | "OPENGL_FRAMES" | "OPENGL_FPS" | "OPENGL_MIN_DRAWTIME" | "OPENGL_AVG_DRAWTIME" | "OPENGL_MAX_DRAWTIME")
1126
+ attr_accessor url: ::String
1127
+ SENSITIVE: []
1128
+ end
1129
+
1130
+ class ScheduleRunConfiguration
1131
+ attr_accessor extra_data_package_arn: ::String
1132
+ attr_accessor network_profile_arn: ::String
1133
+ attr_accessor locale: ::String
1134
+ attr_accessor location: Types::Location
1135
+ attr_accessor vpce_configuration_arns: ::Array[::String]
1136
+ attr_accessor customer_artifact_paths: Types::CustomerArtifactPaths
1137
+ attr_accessor radios: Types::Radios
1138
+ attr_accessor auxiliary_apps: ::Array[::String]
1139
+ attr_accessor billing_method: ("METERED" | "UNMETERED")
1140
+ SENSITIVE: []
1141
+ end
1142
+
1143
+ class ScheduleRunRequest
1144
+ attr_accessor project_arn: ::String
1145
+ attr_accessor app_arn: ::String
1146
+ attr_accessor device_pool_arn: ::String
1147
+ attr_accessor device_selection_configuration: Types::DeviceSelectionConfiguration
1148
+ attr_accessor name: ::String
1149
+ attr_accessor test: Types::ScheduleRunTest
1150
+ attr_accessor configuration: Types::ScheduleRunConfiguration
1151
+ attr_accessor execution_configuration: Types::ExecutionConfiguration
1152
+ SENSITIVE: []
1153
+ end
1154
+
1155
+ class ScheduleRunResult
1156
+ attr_accessor run: Types::Run
1157
+ SENSITIVE: []
1158
+ end
1159
+
1160
+ class ScheduleRunTest
1161
+ attr_accessor type: ("BUILTIN_FUZZ" | "BUILTIN_EXPLORER" | "WEB_PERFORMANCE_PROFILE" | "APPIUM_JAVA_JUNIT" | "APPIUM_JAVA_TESTNG" | "APPIUM_PYTHON" | "APPIUM_NODE" | "APPIUM_RUBY" | "APPIUM_WEB_JAVA_JUNIT" | "APPIUM_WEB_JAVA_TESTNG" | "APPIUM_WEB_PYTHON" | "APPIUM_WEB_NODE" | "APPIUM_WEB_RUBY" | "CALABASH" | "INSTRUMENTATION" | "UIAUTOMATION" | "UIAUTOMATOR" | "XCTEST" | "XCTEST_UI" | "REMOTE_ACCESS_RECORD" | "REMOTE_ACCESS_REPLAY")
1162
+ attr_accessor test_package_arn: ::String
1163
+ attr_accessor test_spec_arn: ::String
1164
+ attr_accessor filter: ::String
1165
+ attr_accessor parameters: ::Hash[::String, ::String]
1166
+ SENSITIVE: []
1167
+ end
1168
+
1169
+ class ServiceAccountException
1170
+ attr_accessor message: ::String
1171
+ SENSITIVE: []
1172
+ end
1173
+
1174
+ class StopJobRequest
1175
+ attr_accessor arn: ::String
1176
+ SENSITIVE: []
1177
+ end
1178
+
1179
+ class StopJobResult
1180
+ attr_accessor job: Types::Job
1181
+ SENSITIVE: []
1182
+ end
1183
+
1184
+ class StopRemoteAccessSessionRequest
1185
+ attr_accessor arn: ::String
1186
+ SENSITIVE: []
1187
+ end
1188
+
1189
+ class StopRemoteAccessSessionResult
1190
+ attr_accessor remote_access_session: Types::RemoteAccessSession
1191
+ SENSITIVE: []
1192
+ end
1193
+
1194
+ class StopRunRequest
1195
+ attr_accessor arn: ::String
1196
+ SENSITIVE: []
1197
+ end
1198
+
1199
+ class StopRunResult
1200
+ attr_accessor run: Types::Run
1201
+ SENSITIVE: []
1202
+ end
1203
+
1204
+ class Suite
1205
+ attr_accessor arn: ::String
1206
+ attr_accessor name: ::String
1207
+ attr_accessor type: ("BUILTIN_FUZZ" | "BUILTIN_EXPLORER" | "WEB_PERFORMANCE_PROFILE" | "APPIUM_JAVA_JUNIT" | "APPIUM_JAVA_TESTNG" | "APPIUM_PYTHON" | "APPIUM_NODE" | "APPIUM_RUBY" | "APPIUM_WEB_JAVA_JUNIT" | "APPIUM_WEB_JAVA_TESTNG" | "APPIUM_WEB_PYTHON" | "APPIUM_WEB_NODE" | "APPIUM_WEB_RUBY" | "CALABASH" | "INSTRUMENTATION" | "UIAUTOMATION" | "UIAUTOMATOR" | "XCTEST" | "XCTEST_UI" | "REMOTE_ACCESS_RECORD" | "REMOTE_ACCESS_REPLAY")
1208
+ attr_accessor created: ::Time
1209
+ attr_accessor status: ("PENDING" | "PENDING_CONCURRENCY" | "PENDING_DEVICE" | "PROCESSING" | "SCHEDULING" | "PREPARING" | "RUNNING" | "COMPLETED" | "STOPPING")
1210
+ attr_accessor result: ("PENDING" | "PASSED" | "WARNED" | "FAILED" | "SKIPPED" | "ERRORED" | "STOPPED")
1211
+ attr_accessor started: ::Time
1212
+ attr_accessor stopped: ::Time
1213
+ attr_accessor counters: Types::Counters
1214
+ attr_accessor message: ::String
1215
+ attr_accessor device_minutes: Types::DeviceMinutes
1216
+ SENSITIVE: []
1217
+ end
1218
+
1219
+ class Tag
1220
+ attr_accessor key: ::String
1221
+ attr_accessor value: ::String
1222
+ SENSITIVE: []
1223
+ end
1224
+
1225
+ class TagOperationException
1226
+ attr_accessor message: ::String
1227
+ attr_accessor resource_name: ::String
1228
+ SENSITIVE: []
1229
+ end
1230
+
1231
+ class TagPolicyException
1232
+ attr_accessor message: ::String
1233
+ attr_accessor resource_name: ::String
1234
+ SENSITIVE: []
1235
+ end
1236
+
1237
+ class TagResourceRequest
1238
+ attr_accessor resource_arn: ::String
1239
+ attr_accessor tags: ::Array[Types::Tag]
1240
+ SENSITIVE: []
1241
+ end
1242
+
1243
+ class TagResourceResponse < Aws::EmptyStructure
1244
+ end
1245
+
1246
+ class Test
1247
+ attr_accessor arn: ::String
1248
+ attr_accessor name: ::String
1249
+ attr_accessor type: ("BUILTIN_FUZZ" | "BUILTIN_EXPLORER" | "WEB_PERFORMANCE_PROFILE" | "APPIUM_JAVA_JUNIT" | "APPIUM_JAVA_TESTNG" | "APPIUM_PYTHON" | "APPIUM_NODE" | "APPIUM_RUBY" | "APPIUM_WEB_JAVA_JUNIT" | "APPIUM_WEB_JAVA_TESTNG" | "APPIUM_WEB_PYTHON" | "APPIUM_WEB_NODE" | "APPIUM_WEB_RUBY" | "CALABASH" | "INSTRUMENTATION" | "UIAUTOMATION" | "UIAUTOMATOR" | "XCTEST" | "XCTEST_UI" | "REMOTE_ACCESS_RECORD" | "REMOTE_ACCESS_REPLAY")
1250
+ attr_accessor created: ::Time
1251
+ attr_accessor status: ("PENDING" | "PENDING_CONCURRENCY" | "PENDING_DEVICE" | "PROCESSING" | "SCHEDULING" | "PREPARING" | "RUNNING" | "COMPLETED" | "STOPPING")
1252
+ attr_accessor result: ("PENDING" | "PASSED" | "WARNED" | "FAILED" | "SKIPPED" | "ERRORED" | "STOPPED")
1253
+ attr_accessor started: ::Time
1254
+ attr_accessor stopped: ::Time
1255
+ attr_accessor counters: Types::Counters
1256
+ attr_accessor message: ::String
1257
+ attr_accessor device_minutes: Types::DeviceMinutes
1258
+ SENSITIVE: []
1259
+ end
1260
+
1261
+ class TestGridProject
1262
+ attr_accessor arn: ::String
1263
+ attr_accessor name: ::String
1264
+ attr_accessor description: ::String
1265
+ attr_accessor vpc_config: Types::TestGridVpcConfig
1266
+ attr_accessor created: ::Time
1267
+ SENSITIVE: []
1268
+ end
1269
+
1270
+ class TestGridSession
1271
+ attr_accessor arn: ::String
1272
+ attr_accessor status: ("ACTIVE" | "CLOSED" | "ERRORED")
1273
+ attr_accessor created: ::Time
1274
+ attr_accessor ended: ::Time
1275
+ attr_accessor billing_minutes: ::Float
1276
+ attr_accessor selenium_properties: ::String
1277
+ SENSITIVE: []
1278
+ end
1279
+
1280
+ class TestGridSessionAction
1281
+ attr_accessor action: ::String
1282
+ attr_accessor started: ::Time
1283
+ attr_accessor duration: ::Integer
1284
+ attr_accessor status_code: ::String
1285
+ attr_accessor request_method: ::String
1286
+ SENSITIVE: []
1287
+ end
1288
+
1289
+ class TestGridSessionArtifact
1290
+ attr_accessor filename: ::String
1291
+ attr_accessor type: ("UNKNOWN" | "VIDEO" | "SELENIUM_LOG")
1292
+ attr_accessor url: ::String
1293
+ SENSITIVE: [:url]
1294
+ end
1295
+
1296
+ class TestGridVpcConfig
1297
+ attr_accessor security_group_ids: ::Array[::String]
1298
+ attr_accessor subnet_ids: ::Array[::String]
1299
+ attr_accessor vpc_id: ::String
1300
+ SENSITIVE: []
1301
+ end
1302
+
1303
+ class TooManyTagsException
1304
+ attr_accessor message: ::String
1305
+ attr_accessor resource_name: ::String
1306
+ SENSITIVE: []
1307
+ end
1308
+
1309
+ class TrialMinutes
1310
+ attr_accessor total: ::Float
1311
+ attr_accessor remaining: ::Float
1312
+ SENSITIVE: []
1313
+ end
1314
+
1315
+ class UniqueProblem
1316
+ attr_accessor message: ::String
1317
+ attr_accessor problems: ::Array[Types::Problem]
1318
+ SENSITIVE: []
1319
+ end
1320
+
1321
+ class UntagResourceRequest
1322
+ attr_accessor resource_arn: ::String
1323
+ attr_accessor tag_keys: ::Array[::String]
1324
+ SENSITIVE: []
1325
+ end
1326
+
1327
+ class UntagResourceResponse < Aws::EmptyStructure
1328
+ end
1329
+
1330
+ class UpdateDeviceInstanceRequest
1331
+ attr_accessor arn: ::String
1332
+ attr_accessor profile_arn: ::String
1333
+ attr_accessor labels: ::Array[::String]
1334
+ SENSITIVE: []
1335
+ end
1336
+
1337
+ class UpdateDeviceInstanceResult
1338
+ attr_accessor device_instance: Types::DeviceInstance
1339
+ SENSITIVE: []
1340
+ end
1341
+
1342
+ class UpdateDevicePoolRequest
1343
+ attr_accessor arn: ::String
1344
+ attr_accessor name: ::String
1345
+ attr_accessor description: ::String
1346
+ attr_accessor rules: ::Array[Types::Rule]
1347
+ attr_accessor max_devices: ::Integer
1348
+ attr_accessor clear_max_devices: bool
1349
+ SENSITIVE: []
1350
+ end
1351
+
1352
+ class UpdateDevicePoolResult
1353
+ attr_accessor device_pool: Types::DevicePool
1354
+ SENSITIVE: []
1355
+ end
1356
+
1357
+ class UpdateInstanceProfileRequest
1358
+ attr_accessor arn: ::String
1359
+ attr_accessor name: ::String
1360
+ attr_accessor description: ::String
1361
+ attr_accessor package_cleanup: bool
1362
+ attr_accessor exclude_app_packages_from_cleanup: ::Array[::String]
1363
+ attr_accessor reboot_after_use: bool
1364
+ SENSITIVE: []
1365
+ end
1366
+
1367
+ class UpdateInstanceProfileResult
1368
+ attr_accessor instance_profile: Types::InstanceProfile
1369
+ SENSITIVE: []
1370
+ end
1371
+
1372
+ class UpdateNetworkProfileRequest
1373
+ attr_accessor arn: ::String
1374
+ attr_accessor name: ::String
1375
+ attr_accessor description: ::String
1376
+ attr_accessor type: ("CURATED" | "PRIVATE")
1377
+ attr_accessor uplink_bandwidth_bits: ::Integer
1378
+ attr_accessor downlink_bandwidth_bits: ::Integer
1379
+ attr_accessor uplink_delay_ms: ::Integer
1380
+ attr_accessor downlink_delay_ms: ::Integer
1381
+ attr_accessor uplink_jitter_ms: ::Integer
1382
+ attr_accessor downlink_jitter_ms: ::Integer
1383
+ attr_accessor uplink_loss_percent: ::Integer
1384
+ attr_accessor downlink_loss_percent: ::Integer
1385
+ SENSITIVE: []
1386
+ end
1387
+
1388
+ class UpdateNetworkProfileResult
1389
+ attr_accessor network_profile: Types::NetworkProfile
1390
+ SENSITIVE: []
1391
+ end
1392
+
1393
+ class UpdateProjectRequest
1394
+ attr_accessor arn: ::String
1395
+ attr_accessor name: ::String
1396
+ attr_accessor default_job_timeout_minutes: ::Integer
1397
+ attr_accessor vpc_config: Types::VpcConfig
1398
+ SENSITIVE: []
1399
+ end
1400
+
1401
+ class UpdateProjectResult
1402
+ attr_accessor project: Types::Project
1403
+ SENSITIVE: []
1404
+ end
1405
+
1406
+ class UpdateTestGridProjectRequest
1407
+ attr_accessor project_arn: ::String
1408
+ attr_accessor name: ::String
1409
+ attr_accessor description: ::String
1410
+ attr_accessor vpc_config: Types::TestGridVpcConfig
1411
+ SENSITIVE: []
1412
+ end
1413
+
1414
+ class UpdateTestGridProjectResult
1415
+ attr_accessor test_grid_project: Types::TestGridProject
1416
+ SENSITIVE: []
1417
+ end
1418
+
1419
+ class UpdateUploadRequest
1420
+ attr_accessor arn: ::String
1421
+ attr_accessor name: ::String
1422
+ attr_accessor content_type: ::String
1423
+ attr_accessor edit_content: bool
1424
+ SENSITIVE: []
1425
+ end
1426
+
1427
+ class UpdateUploadResult
1428
+ attr_accessor upload: Types::Upload
1429
+ SENSITIVE: []
1430
+ end
1431
+
1432
+ class UpdateVPCEConfigurationRequest
1433
+ attr_accessor arn: ::String
1434
+ attr_accessor vpce_configuration_name: ::String
1435
+ attr_accessor vpce_service_name: ::String
1436
+ attr_accessor service_dns_name: ::String
1437
+ attr_accessor vpce_configuration_description: ::String
1438
+ SENSITIVE: []
1439
+ end
1440
+
1441
+ class UpdateVPCEConfigurationResult
1442
+ attr_accessor vpce_configuration: Types::VPCEConfiguration
1443
+ SENSITIVE: []
1444
+ end
1445
+
1446
+ class Upload
1447
+ attr_accessor arn: ::String
1448
+ attr_accessor name: ::String
1449
+ attr_accessor created: ::Time
1450
+ attr_accessor type: ("ANDROID_APP" | "IOS_APP" | "WEB_APP" | "EXTERNAL_DATA" | "APPIUM_JAVA_JUNIT_TEST_PACKAGE" | "APPIUM_JAVA_TESTNG_TEST_PACKAGE" | "APPIUM_PYTHON_TEST_PACKAGE" | "APPIUM_NODE_TEST_PACKAGE" | "APPIUM_RUBY_TEST_PACKAGE" | "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE" | "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE" | "APPIUM_WEB_PYTHON_TEST_PACKAGE" | "APPIUM_WEB_NODE_TEST_PACKAGE" | "APPIUM_WEB_RUBY_TEST_PACKAGE" | "CALABASH_TEST_PACKAGE" | "INSTRUMENTATION_TEST_PACKAGE" | "UIAUTOMATION_TEST_PACKAGE" | "UIAUTOMATOR_TEST_PACKAGE" | "XCTEST_TEST_PACKAGE" | "XCTEST_UI_TEST_PACKAGE" | "APPIUM_JAVA_JUNIT_TEST_SPEC" | "APPIUM_JAVA_TESTNG_TEST_SPEC" | "APPIUM_PYTHON_TEST_SPEC" | "APPIUM_NODE_TEST_SPEC" | "APPIUM_RUBY_TEST_SPEC" | "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC" | "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC" | "APPIUM_WEB_PYTHON_TEST_SPEC" | "APPIUM_WEB_NODE_TEST_SPEC" | "APPIUM_WEB_RUBY_TEST_SPEC" | "INSTRUMENTATION_TEST_SPEC" | "XCTEST_UI_TEST_SPEC")
1451
+ attr_accessor status: ("INITIALIZED" | "PROCESSING" | "SUCCEEDED" | "FAILED")
1452
+ attr_accessor url: ::String
1453
+ attr_accessor metadata: ::String
1454
+ attr_accessor content_type: ::String
1455
+ attr_accessor message: ::String
1456
+ attr_accessor category: ("CURATED" | "PRIVATE")
1457
+ SENSITIVE: [:url]
1458
+ end
1459
+
1460
+ class VPCEConfiguration
1461
+ attr_accessor arn: ::String
1462
+ attr_accessor vpce_configuration_name: ::String
1463
+ attr_accessor vpce_service_name: ::String
1464
+ attr_accessor service_dns_name: ::String
1465
+ attr_accessor vpce_configuration_description: ::String
1466
+ SENSITIVE: []
1467
+ end
1468
+
1469
+ class VpcConfig
1470
+ attr_accessor security_group_ids: ::Array[::String]
1471
+ attr_accessor subnet_ids: ::Array[::String]
1472
+ attr_accessor vpc_id: ::String
1473
+ SENSITIVE: []
1474
+ end
1475
+ end
1476
+ end