@aws-sdk/client-device-farm 3.296.0 → 3.297.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 (101) hide show
  1. package/dist-types/DeviceFarm.d.ts +78 -0
  2. package/dist-types/DeviceFarmClient.d.ts +24 -4
  3. package/dist-types/commands/CreateDevicePoolCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateUploadCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteRunCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteUploadCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  22. package/dist-types/commands/GetDeviceCommand.d.ts +16 -0
  23. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +16 -0
  24. package/dist-types/commands/GetDevicePoolCommand.d.ts +16 -0
  25. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +16 -0
  26. package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
  27. package/dist-types/commands/GetJobCommand.d.ts +16 -0
  28. package/dist-types/commands/GetNetworkProfileCommand.d.ts +16 -0
  29. package/dist-types/commands/GetOfferingStatusCommand.d.ts +16 -0
  30. package/dist-types/commands/GetProjectCommand.d.ts +16 -0
  31. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +16 -0
  32. package/dist-types/commands/GetRunCommand.d.ts +16 -0
  33. package/dist-types/commands/GetSuiteCommand.d.ts +16 -0
  34. package/dist-types/commands/GetTestCommand.d.ts +16 -0
  35. package/dist-types/commands/GetTestGridProjectCommand.d.ts +16 -0
  36. package/dist-types/commands/GetTestGridSessionCommand.d.ts +16 -0
  37. package/dist-types/commands/GetUploadCommand.d.ts +16 -0
  38. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +16 -0
  39. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +16 -0
  40. package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListDevicePoolsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
  44. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListRunsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListSamplesCommand.d.ts +16 -0
  54. package/dist-types/commands/ListSuitesCommand.d.ts +16 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  56. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +16 -0
  57. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListTestsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListUploadsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +16 -0
  64. package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
  65. package/dist-types/commands/RenewOfferingCommand.d.ts +16 -0
  66. package/dist-types/commands/ScheduleRunCommand.d.ts +16 -0
  67. package/dist-types/commands/StopJobCommand.d.ts +16 -0
  68. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +16 -0
  69. package/dist-types/commands/StopRunCommand.d.ts +16 -0
  70. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateUploadCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +16 -0
  80. package/dist-types/models/DeviceFarmServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +436 -0
  82. package/dist-types/pagination/GetOfferingStatusPaginator.d.ts +3 -0
  83. package/dist-types/pagination/Interfaces.d.ts +3 -0
  84. package/dist-types/pagination/ListArtifactsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListDevicePoolsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListDevicesPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListOfferingTransactionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListRunsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListSamplesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListSuitesPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListTestGridProjectsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListTestGridSessionActionsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListTestGridSessionsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListTestsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListUniqueProblemsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListUploadsPaginator.d.ts +3 -0
  101. package/package.json +3 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>Represents information about free trial device minutes for an AWS
5
6
  * account.</p>
6
7
  */
@@ -14,11 +15,15 @@ export interface TrialMinutes {
14
15
  */
15
16
  remaining?: number;
16
17
  }
18
+ /**
19
+ * @public
20
+ */
17
21
  export declare enum DevicePlatform {
18
22
  ANDROID = "ANDROID",
19
23
  IOS = "IOS"
20
24
  }
21
25
  /**
26
+ * @public
22
27
  * <p>A container for account-level settings in AWS Device Farm.</p>
23
28
  */
24
29
  export interface AccountSettings {
@@ -65,6 +70,7 @@ export interface AccountSettings {
65
70
  skipAppResign?: boolean;
66
71
  }
67
72
  /**
73
+ * @public
68
74
  * <p>An invalid argument was specified.</p>
69
75
  */
70
76
  export declare class ArgumentException extends __BaseException {
@@ -75,6 +81,9 @@ export declare class ArgumentException extends __BaseException {
75
81
  */
76
82
  constructor(opts: __ExceptionOptionType<ArgumentException, __BaseException>);
77
83
  }
84
+ /**
85
+ * @public
86
+ */
78
87
  export declare enum ArtifactType {
79
88
  APPIUM_JAVA_OUTPUT = "APPIUM_JAVA_OUTPUT",
80
89
  APPIUM_JAVA_XML_OUTPUT = "APPIUM_JAVA_XML_OUTPUT",
@@ -106,6 +115,7 @@ export declare enum ArtifactType {
106
115
  XCTEST_LOG = "XCTEST_LOG"
107
116
  }
108
117
  /**
118
+ * @public
109
119
  * <p>Represents the output of a test. Examples of artifacts include logs and
110
120
  * screenshots.</p>
111
121
  */
@@ -219,16 +229,23 @@ export interface Artifact {
219
229
  */
220
230
  url?: string;
221
231
  }
232
+ /**
233
+ * @public
234
+ */
222
235
  export declare enum ArtifactCategory {
223
236
  FILE = "FILE",
224
237
  LOG = "LOG",
225
238
  SCREENSHOT = "SCREENSHOT"
226
239
  }
240
+ /**
241
+ * @public
242
+ */
227
243
  export declare enum BillingMethod {
228
244
  METERED = "METERED",
229
245
  UNMETERED = "UNMETERED"
230
246
  }
231
247
  /**
248
+ * @public
232
249
  * <p>The requested object could not be deleted.</p>
233
250
  */
234
251
  export declare class CannotDeleteException extends __BaseException {
@@ -240,6 +257,7 @@ export declare class CannotDeleteException extends __BaseException {
240
257
  constructor(opts: __ExceptionOptionType<CannotDeleteException, __BaseException>);
241
258
  }
242
259
  /**
260
+ * @public
243
261
  * <p>Represents entity counters.</p>
244
262
  */
245
263
  export interface Counters {
@@ -273,6 +291,7 @@ export interface Counters {
273
291
  skipped?: number;
274
292
  }
275
293
  /**
294
+ * @public
276
295
  * <p>Represents the amount of CPU that an app is using on a physical device. Does not represent system-wide
277
296
  * CPU usage.</p>
278
297
  */
@@ -291,6 +310,9 @@ export interface CPU {
291
310
  */
292
311
  clock?: number;
293
312
  }
313
+ /**
314
+ * @public
315
+ */
294
316
  export declare enum DeviceAttribute {
295
317
  APPIUM_VERSION = "APPIUM_VERSION",
296
318
  ARN = "ARN",
@@ -306,6 +328,9 @@ export declare enum DeviceAttribute {
306
328
  REMOTE_ACCESS_ENABLED = "REMOTE_ACCESS_ENABLED",
307
329
  REMOTE_DEBUG_ENABLED = "REMOTE_DEBUG_ENABLED"
308
330
  }
331
+ /**
332
+ * @public
333
+ */
309
334
  export declare enum RuleOperator {
310
335
  CONTAINS = "CONTAINS",
311
336
  EQUALS = "EQUALS",
@@ -317,6 +342,7 @@ export declare enum RuleOperator {
317
342
  NOT_IN = "NOT_IN"
318
343
  }
319
344
  /**
345
+ * @public
320
346
  * <p>Represents a condition for a device pool.</p>
321
347
  */
322
348
  export interface Rule {
@@ -434,6 +460,7 @@ export interface Rule {
434
460
  value?: string;
435
461
  }
436
462
  /**
463
+ * @public
437
464
  * <p>Represents a request to the create device pool operation.</p>
438
465
  */
439
466
  export interface CreateDevicePoolRequest {
@@ -463,11 +490,15 @@ export interface CreateDevicePoolRequest {
463
490
  */
464
491
  maxDevices?: number;
465
492
  }
493
+ /**
494
+ * @public
495
+ */
466
496
  export declare enum DevicePoolType {
467
497
  CURATED = "CURATED",
468
498
  PRIVATE = "PRIVATE"
469
499
  }
470
500
  /**
501
+ * @public
471
502
  * <p>Represents a collection of device types.</p>
472
503
  */
473
504
  export interface DevicePool {
@@ -513,6 +544,7 @@ export interface DevicePool {
513
544
  maxDevices?: number;
514
545
  }
515
546
  /**
547
+ * @public
516
548
  * <p>Represents the result of a create device pool request.</p>
517
549
  */
518
550
  export interface CreateDevicePoolResult {
@@ -522,6 +554,7 @@ export interface CreateDevicePoolResult {
522
554
  devicePool?: DevicePool;
523
555
  }
524
556
  /**
557
+ * @public
525
558
  * <p>A limit was exceeded.</p>
526
559
  */
527
560
  export declare class LimitExceededException extends __BaseException {
@@ -533,6 +566,7 @@ export declare class LimitExceededException extends __BaseException {
533
566
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
534
567
  }
535
568
  /**
569
+ * @public
536
570
  * <p>The specified entity was not found.</p>
537
571
  */
538
572
  export declare class NotFoundException extends __BaseException {
@@ -544,6 +578,7 @@ export declare class NotFoundException extends __BaseException {
544
578
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
545
579
  }
546
580
  /**
581
+ * @public
547
582
  * <p>There was a problem with the service account.</p>
548
583
  */
549
584
  export declare class ServiceAccountException extends __BaseException {
@@ -554,6 +589,9 @@ export declare class ServiceAccountException extends __BaseException {
554
589
  */
555
590
  constructor(opts: __ExceptionOptionType<ServiceAccountException, __BaseException>);
556
591
  }
592
+ /**
593
+ * @public
594
+ */
557
595
  export interface CreateInstanceProfileRequest {
558
596
  /**
559
597
  * <p>The name of your instance profile.</p>
@@ -582,6 +620,7 @@ export interface CreateInstanceProfileRequest {
582
620
  rebootAfterUse?: boolean;
583
621
  }
584
622
  /**
623
+ * @public
585
624
  * <p>Represents the instance profile.</p>
586
625
  */
587
626
  export interface InstanceProfile {
@@ -615,16 +654,25 @@ export interface InstanceProfile {
615
654
  */
616
655
  description?: string;
617
656
  }
657
+ /**
658
+ * @public
659
+ */
618
660
  export interface CreateInstanceProfileResult {
619
661
  /**
620
662
  * <p>An object that contains information about your instance profile.</p>
621
663
  */
622
664
  instanceProfile?: InstanceProfile;
623
665
  }
666
+ /**
667
+ * @public
668
+ */
624
669
  export declare enum NetworkProfileType {
625
670
  CURATED = "CURATED",
626
671
  PRIVATE = "PRIVATE"
627
672
  }
673
+ /**
674
+ * @public
675
+ */
628
676
  export interface CreateNetworkProfileRequest {
629
677
  /**
630
678
  * <p>The Amazon Resource Name (ARN) of the project for which you want to create a
@@ -684,6 +732,7 @@ export interface CreateNetworkProfileRequest {
684
732
  downlinkLossPercent?: number;
685
733
  }
686
734
  /**
735
+ * @public
687
736
  * <p>An array of settings that describes characteristics of a network profile.</p>
688
737
  */
689
738
  export interface NetworkProfile {
@@ -743,6 +792,9 @@ export interface NetworkProfile {
743
792
  */
744
793
  downlinkLossPercent?: number;
745
794
  }
795
+ /**
796
+ * @public
797
+ */
746
798
  export interface CreateNetworkProfileResult {
747
799
  /**
748
800
  * <p>The network profile that is returned by the create network profile
@@ -751,6 +803,7 @@ export interface CreateNetworkProfileResult {
751
803
  networkProfile?: NetworkProfile;
752
804
  }
753
805
  /**
806
+ * @public
754
807
  * <p>Contains the VPC configuration data necessary to interface with AWS Device Farm's services.</p>
755
808
  */
756
809
  export interface VpcConfig {
@@ -768,6 +821,7 @@ export interface VpcConfig {
768
821
  vpcId: string | undefined;
769
822
  }
770
823
  /**
824
+ * @public
771
825
  * <p>Represents a request to the create project operation.</p>
772
826
  */
773
827
  export interface CreateProjectRequest {
@@ -786,6 +840,7 @@ export interface CreateProjectRequest {
786
840
  vpcConfig?: VpcConfig;
787
841
  }
788
842
  /**
843
+ * @public
789
844
  * <p>Represents an operating-system neutral workspace for running and managing
790
845
  * tests.</p>
791
846
  */
@@ -813,6 +868,7 @@ export interface Project {
813
868
  vpcConfig?: VpcConfig;
814
869
  }
815
870
  /**
871
+ * @public
816
872
  * <p>Represents the result of a create project request.</p>
817
873
  */
818
874
  export interface CreateProjectResult {
@@ -822,6 +878,7 @@ export interface CreateProjectResult {
822
878
  project?: Project;
823
879
  }
824
880
  /**
881
+ * @public
825
882
  * <p>The operation was not successful. Try again.</p>
826
883
  */
827
884
  export declare class TagOperationException extends __BaseException {
@@ -834,6 +891,7 @@ export declare class TagOperationException extends __BaseException {
834
891
  constructor(opts: __ExceptionOptionType<TagOperationException, __BaseException>);
835
892
  }
836
893
  /**
894
+ * @public
837
895
  * <p>Configuration settings for a remote access session, including billing
838
896
  * method.</p>
839
897
  */
@@ -847,12 +905,16 @@ export interface CreateRemoteAccessSessionConfiguration {
847
905
  */
848
906
  vpceConfigurationArns?: string[];
849
907
  }
908
+ /**
909
+ * @public
910
+ */
850
911
  export declare enum InteractionMode {
851
912
  INTERACTIVE = "INTERACTIVE",
852
913
  NO_VIDEO = "NO_VIDEO",
853
914
  VIDEO_ONLY = "VIDEO_ONLY"
854
915
  }
855
916
  /**
917
+ * @public
856
918
  * <p>Creates and submits a request to start a remote access session.</p>
857
919
  */
858
920
  export interface CreateRemoteAccessSessionRequest {
@@ -939,16 +1001,25 @@ export interface CreateRemoteAccessSessionRequest {
939
1001
  */
940
1002
  skipAppResign?: boolean;
941
1003
  }
1004
+ /**
1005
+ * @public
1006
+ */
942
1007
  export declare enum DeviceAvailability {
943
1008
  AVAILABLE = "AVAILABLE",
944
1009
  BUSY = "BUSY",
945
1010
  HIGHLY_AVAILABLE = "HIGHLY_AVAILABLE",
946
1011
  TEMPORARY_NOT_AVAILABLE = "TEMPORARY_NOT_AVAILABLE"
947
1012
  }
1013
+ /**
1014
+ * @public
1015
+ */
948
1016
  export declare enum DeviceFormFactor {
949
1017
  PHONE = "PHONE",
950
1018
  TABLET = "TABLET"
951
1019
  }
1020
+ /**
1021
+ * @public
1022
+ */
952
1023
  export declare enum InstanceStatus {
953
1024
  AVAILABLE = "AVAILABLE",
954
1025
  IN_USE = "IN_USE",
@@ -956,6 +1027,7 @@ export declare enum InstanceStatus {
956
1027
  PREPARING = "PREPARING"
957
1028
  }
958
1029
  /**
1030
+ * @public
959
1031
  * <p>Represents the device instance.</p>
960
1032
  */
961
1033
  export interface DeviceInstance {
@@ -985,6 +1057,7 @@ export interface DeviceInstance {
985
1057
  instanceProfile?: InstanceProfile;
986
1058
  }
987
1059
  /**
1060
+ * @public
988
1061
  * <p>Represents the screen resolution of a device in height and width, expressed in
989
1062
  * pixels.</p>
990
1063
  */
@@ -999,6 +1072,7 @@ export interface Resolution {
999
1072
  height?: number;
1000
1073
  }
1001
1074
  /**
1075
+ * @public
1002
1076
  * <p>Represents a device type that an app is tested against.</p>
1003
1077
  */
1004
1078
  export interface Device {
@@ -1110,6 +1184,7 @@ export interface Device {
1110
1184
  availability?: DeviceAvailability | string;
1111
1185
  }
1112
1186
  /**
1187
+ * @public
1113
1188
  * <p>Represents the total (metered or unmetered) minutes used by the resource to run
1114
1189
  * tests. Contains the sum of minutes consumed by all children.</p>
1115
1190
  */
@@ -1130,6 +1205,9 @@ export interface DeviceMinutes {
1130
1205
  */
1131
1206
  unmetered?: number;
1132
1207
  }
1208
+ /**
1209
+ * @public
1210
+ */
1133
1211
  export declare enum ExecutionResult {
1134
1212
  ERRORED = "ERRORED",
1135
1213
  FAILED = "FAILED",
@@ -1139,6 +1217,9 @@ export declare enum ExecutionResult {
1139
1217
  STOPPED = "STOPPED",
1140
1218
  WARNED = "WARNED"
1141
1219
  }
1220
+ /**
1221
+ * @public
1222
+ */
1142
1223
  export declare enum ExecutionStatus {
1143
1224
  COMPLETED = "COMPLETED",
1144
1225
  PENDING = "PENDING",
@@ -1151,6 +1232,7 @@ export declare enum ExecutionStatus {
1151
1232
  STOPPING = "STOPPING"
1152
1233
  }
1153
1234
  /**
1235
+ * @public
1154
1236
  * <p>Represents information about the remote access session.</p>
1155
1237
  */
1156
1238
  export interface RemoteAccessSession {
@@ -1331,6 +1413,7 @@ export interface RemoteAccessSession {
1331
1413
  vpcConfig?: VpcConfig;
1332
1414
  }
1333
1415
  /**
1416
+ * @public
1334
1417
  * <p>Represents the server response from a request to create a remote access
1335
1418
  * session.</p>
1336
1419
  */
@@ -1342,6 +1425,7 @@ export interface CreateRemoteAccessSessionResult {
1342
1425
  remoteAccessSession?: RemoteAccessSession;
1343
1426
  }
1344
1427
  /**
1428
+ * @public
1345
1429
  * <p>The VPC security groups and subnets that are attached to a project.</p>
1346
1430
  */
1347
1431
  export interface TestGridVpcConfig {
@@ -1358,6 +1442,9 @@ export interface TestGridVpcConfig {
1358
1442
  */
1359
1443
  vpcId: string | undefined;
1360
1444
  }
1445
+ /**
1446
+ * @public
1447
+ */
1361
1448
  export interface CreateTestGridProjectRequest {
1362
1449
  /**
1363
1450
  * <p>Human-readable name of the Selenium testing project.</p>
@@ -1373,6 +1460,7 @@ export interface CreateTestGridProjectRequest {
1373
1460
  vpcConfig?: TestGridVpcConfig;
1374
1461
  }
1375
1462
  /**
1463
+ * @public
1376
1464
  * <p>A Selenium testing project. Projects are used to collect and collate sessions.</p>
1377
1465
  */
1378
1466
  export interface TestGridProject {
@@ -1397,6 +1485,9 @@ export interface TestGridProject {
1397
1485
  */
1398
1486
  created?: Date;
1399
1487
  }
1488
+ /**
1489
+ * @public
1490
+ */
1400
1491
  export interface CreateTestGridProjectResult {
1401
1492
  /**
1402
1493
  * <p>ARN of the Selenium testing project that was created.</p>
@@ -1404,6 +1495,7 @@ export interface CreateTestGridProjectResult {
1404
1495
  testGridProject?: TestGridProject;
1405
1496
  }
1406
1497
  /**
1498
+ * @public
1407
1499
  * <p>An internal exception was raised in the service. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you see this
1408
1500
  * error. </p>
1409
1501
  */
@@ -1415,6 +1507,9 @@ export declare class InternalServiceException extends __BaseException {
1415
1507
  */
1416
1508
  constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
1417
1509
  }
1510
+ /**
1511
+ * @public
1512
+ */
1418
1513
  export interface CreateTestGridUrlRequest {
1419
1514
  /**
1420
1515
  * <p>ARN (from <a>CreateTestGridProject</a> or <a>ListTestGridProjects</a>) to associate
@@ -1426,6 +1521,9 @@ export interface CreateTestGridUrlRequest {
1426
1521
  */
1427
1522
  expiresInSeconds: number | undefined;
1428
1523
  }
1524
+ /**
1525
+ * @public
1526
+ */
1429
1527
  export interface CreateTestGridUrlResult {
1430
1528
  /**
1431
1529
  * <p>A signed URL, expiring in <a>CreateTestGridUrlRequest$expiresInSeconds</a> seconds, to be passed
@@ -1437,6 +1535,9 @@ export interface CreateTestGridUrlResult {
1437
1535
  */
1438
1536
  expires?: Date;
1439
1537
  }
1538
+ /**
1539
+ * @public
1540
+ */
1440
1541
  export declare enum UploadType {
1441
1542
  ANDROID_APP = "ANDROID_APP",
1442
1543
  APPIUM_JAVA_JUNIT_TEST_PACKAGE = "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
@@ -1472,6 +1573,7 @@ export declare enum UploadType {
1472
1573
  XCTEST_UI_TEST_SPEC = "XCTEST_UI_TEST_SPEC"
1473
1574
  }
1474
1575
  /**
1576
+ * @public
1475
1577
  * <p>Represents a request to the create upload operation.</p>
1476
1578
  */
1477
1579
  export interface CreateUploadRequest {
@@ -1596,10 +1698,16 @@ export interface CreateUploadRequest {
1596
1698
  */
1597
1699
  contentType?: string;
1598
1700
  }
1701
+ /**
1702
+ * @public
1703
+ */
1599
1704
  export declare enum UploadCategory {
1600
1705
  CURATED = "CURATED",
1601
1706
  PRIVATE = "PRIVATE"
1602
1707
  }
1708
+ /**
1709
+ * @public
1710
+ */
1603
1711
  export declare enum UploadStatus {
1604
1712
  FAILED = "FAILED",
1605
1713
  INITIALIZED = "INITIALIZED",
@@ -1607,6 +1715,7 @@ export declare enum UploadStatus {
1607
1715
  SUCCEEDED = "SUCCEEDED"
1608
1716
  }
1609
1717
  /**
1718
+ * @public
1610
1719
  * <p>An app or a set of one or more tests to upload or that have been
1611
1720
  * uploaded.</p>
1612
1721
  */
@@ -1777,6 +1886,7 @@ export interface Upload {
1777
1886
  category?: UploadCategory | string;
1778
1887
  }
1779
1888
  /**
1889
+ * @public
1780
1890
  * <p>Represents the result of a create upload request.</p>
1781
1891
  */
1782
1892
  export interface CreateUploadResult {
@@ -1785,6 +1895,9 @@ export interface CreateUploadResult {
1785
1895
  */
1786
1896
  upload?: Upload;
1787
1897
  }
1898
+ /**
1899
+ * @public
1900
+ */
1788
1901
  export interface CreateVPCEConfigurationRequest {
1789
1902
  /**
1790
1903
  * <p>The friendly name you give to your VPC endpoint configuration, to manage your
@@ -1806,6 +1919,7 @@ export interface CreateVPCEConfigurationRequest {
1806
1919
  vpceConfigurationDescription?: string;
1807
1920
  }
1808
1921
  /**
1922
+ * @public
1809
1923
  * <p>Represents an Amazon Virtual Private Cloud (VPC) endpoint configuration.</p>
1810
1924
  */
1811
1925
  export interface VPCEConfiguration {
@@ -1832,16 +1946,23 @@ export interface VPCEConfiguration {
1832
1946
  */
1833
1947
  vpceConfigurationDescription?: string;
1834
1948
  }
1949
+ /**
1950
+ * @public
1951
+ */
1835
1952
  export interface CreateVPCEConfigurationResult {
1836
1953
  /**
1837
1954
  * <p>An object that contains information about your VPC endpoint configuration.</p>
1838
1955
  */
1839
1956
  vpceConfiguration?: VPCEConfiguration;
1840
1957
  }
1958
+ /**
1959
+ * @public
1960
+ */
1841
1961
  export declare enum CurrencyCode {
1842
1962
  USD = "USD"
1843
1963
  }
1844
1964
  /**
1965
+ * @public
1845
1966
  * <p>A JSON object that specifies the paths where the artifacts generated by the customer's tests, on the
1846
1967
  * device or in the test environment, are pulled from.</p>
1847
1968
  * <p>Specify <code>deviceHostPaths</code> and optionally specify either
@@ -1867,6 +1988,7 @@ export interface CustomerArtifactPaths {
1867
1988
  deviceHostPaths?: string[];
1868
1989
  }
1869
1990
  /**
1991
+ * @public
1870
1992
  * <p>Represents a request to the delete device pool operation.</p>
1871
1993
  */
1872
1994
  export interface DeleteDevicePoolRequest {
@@ -1876,10 +1998,14 @@ export interface DeleteDevicePoolRequest {
1876
1998
  arn: string | undefined;
1877
1999
  }
1878
2000
  /**
2001
+ * @public
1879
2002
  * <p>Represents the result of a delete device pool request.</p>
1880
2003
  */
1881
2004
  export interface DeleteDevicePoolResult {
1882
2005
  }
2006
+ /**
2007
+ * @public
2008
+ */
1883
2009
  export interface DeleteInstanceProfileRequest {
1884
2010
  /**
1885
2011
  * <p>The Amazon Resource Name (ARN) of the instance profile you are requesting to
@@ -1887,17 +2013,27 @@ export interface DeleteInstanceProfileRequest {
1887
2013
  */
1888
2014
  arn: string | undefined;
1889
2015
  }
2016
+ /**
2017
+ * @public
2018
+ */
1890
2019
  export interface DeleteInstanceProfileResult {
1891
2020
  }
2021
+ /**
2022
+ * @public
2023
+ */
1892
2024
  export interface DeleteNetworkProfileRequest {
1893
2025
  /**
1894
2026
  * <p>The ARN of the network profile to delete.</p>
1895
2027
  */
1896
2028
  arn: string | undefined;
1897
2029
  }
2030
+ /**
2031
+ * @public
2032
+ */
1898
2033
  export interface DeleteNetworkProfileResult {
1899
2034
  }
1900
2035
  /**
2036
+ * @public
1901
2037
  * <p>Represents a request to the delete project operation.</p>
1902
2038
  */
1903
2039
  export interface DeleteProjectRequest {
@@ -1907,11 +2043,13 @@ export interface DeleteProjectRequest {
1907
2043
  arn: string | undefined;
1908
2044
  }
1909
2045
  /**
2046
+ * @public
1910
2047
  * <p>Represents the result of a delete project request.</p>
1911
2048
  */
1912
2049
  export interface DeleteProjectResult {
1913
2050
  }
1914
2051
  /**
2052
+ * @public
1915
2053
  * <p>Represents the request to delete the specified remote access session.</p>
1916
2054
  */
1917
2055
  export interface DeleteRemoteAccessSessionRequest {
@@ -1922,12 +2060,14 @@ export interface DeleteRemoteAccessSessionRequest {
1922
2060
  arn: string | undefined;
1923
2061
  }
1924
2062
  /**
2063
+ * @public
1925
2064
  * <p>The response from the server when a request is made to delete the remote access
1926
2065
  * session.</p>
1927
2066
  */
1928
2067
  export interface DeleteRemoteAccessSessionResult {
1929
2068
  }
1930
2069
  /**
2070
+ * @public
1931
2071
  * <p>Represents a request to the delete run operation.</p>
1932
2072
  */
1933
2073
  export interface DeleteRunRequest {
@@ -1937,19 +2077,27 @@ export interface DeleteRunRequest {
1937
2077
  arn: string | undefined;
1938
2078
  }
1939
2079
  /**
2080
+ * @public
1940
2081
  * <p>Represents the result of a delete run request.</p>
1941
2082
  */
1942
2083
  export interface DeleteRunResult {
1943
2084
  }
2085
+ /**
2086
+ * @public
2087
+ */
1944
2088
  export interface DeleteTestGridProjectRequest {
1945
2089
  /**
1946
2090
  * <p>The ARN of the project to delete, from <a>CreateTestGridProject</a> or <a>ListTestGridProjects</a>.</p>
1947
2091
  */
1948
2092
  projectArn: string | undefined;
1949
2093
  }
2094
+ /**
2095
+ * @public
2096
+ */
1950
2097
  export interface DeleteTestGridProjectResult {
1951
2098
  }
1952
2099
  /**
2100
+ * @public
1953
2101
  * <p>Represents a request to the delete upload operation.</p>
1954
2102
  */
1955
2103
  export interface DeleteUploadRequest {
@@ -1959,10 +2107,14 @@ export interface DeleteUploadRequest {
1959
2107
  arn: string | undefined;
1960
2108
  }
1961
2109
  /**
2110
+ * @public
1962
2111
  * <p>Represents the result of a delete upload request.</p>
1963
2112
  */
1964
2113
  export interface DeleteUploadResult {
1965
2114
  }
2115
+ /**
2116
+ * @public
2117
+ */
1966
2118
  export interface DeleteVPCEConfigurationRequest {
1967
2119
  /**
1968
2120
  * <p>The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to
@@ -1970,9 +2122,13 @@ export interface DeleteVPCEConfigurationRequest {
1970
2122
  */
1971
2123
  arn: string | undefined;
1972
2124
  }
2125
+ /**
2126
+ * @public
2127
+ */
1973
2128
  export interface DeleteVPCEConfigurationResult {
1974
2129
  }
1975
2130
  /**
2131
+ * @public
1976
2132
  * <p>There was an error with the update request, or you do not have sufficient permissions
1977
2133
  * to update this VPC endpoint configuration.</p>
1978
2134
  */
@@ -1985,11 +2141,13 @@ export declare class InvalidOperationException extends __BaseException {
1985
2141
  constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
1986
2142
  }
1987
2143
  /**
2144
+ * @public
1988
2145
  * <p>Represents the request sent to retrieve the account settings.</p>
1989
2146
  */
1990
2147
  export interface GetAccountSettingsRequest {
1991
2148
  }
1992
2149
  /**
2150
+ * @public
1993
2151
  * <p>Represents the account settings return values from the
1994
2152
  * <code>GetAccountSettings</code> request.</p>
1995
2153
  */
@@ -2000,6 +2158,7 @@ export interface GetAccountSettingsResult {
2000
2158
  accountSettings?: AccountSettings;
2001
2159
  }
2002
2160
  /**
2161
+ * @public
2003
2162
  * <p>Represents a request to the get device request.</p>
2004
2163
  */
2005
2164
  export interface GetDeviceRequest {
@@ -2009,6 +2168,7 @@ export interface GetDeviceRequest {
2009
2168
  arn: string | undefined;
2010
2169
  }
2011
2170
  /**
2171
+ * @public
2012
2172
  * <p>Represents the result of a get device request.</p>
2013
2173
  */
2014
2174
  export interface GetDeviceResult {
@@ -2017,6 +2177,9 @@ export interface GetDeviceResult {
2017
2177
  */
2018
2178
  device?: Device;
2019
2179
  }
2180
+ /**
2181
+ * @public
2182
+ */
2020
2183
  export interface GetDeviceInstanceRequest {
2021
2184
  /**
2022
2185
  * <p>The Amazon Resource Name (ARN) of the instance you're requesting information
@@ -2024,6 +2187,9 @@ export interface GetDeviceInstanceRequest {
2024
2187
  */
2025
2188
  arn: string | undefined;
2026
2189
  }
2190
+ /**
2191
+ * @public
2192
+ */
2027
2193
  export interface GetDeviceInstanceResult {
2028
2194
  /**
2029
2195
  * <p>An object that contains information about your device instance.</p>
@@ -2031,6 +2197,7 @@ export interface GetDeviceInstanceResult {
2031
2197
  deviceInstance?: DeviceInstance;
2032
2198
  }
2033
2199
  /**
2200
+ * @public
2034
2201
  * <p>Represents a request to the get device pool operation.</p>
2035
2202
  */
2036
2203
  export interface GetDevicePoolRequest {
@@ -2040,6 +2207,7 @@ export interface GetDevicePoolRequest {
2040
2207
  arn: string | undefined;
2041
2208
  }
2042
2209
  /**
2210
+ * @public
2043
2211
  * <p>Represents the result of a get device pool request.</p>
2044
2212
  */
2045
2213
  export interface GetDevicePoolResult {
@@ -2049,6 +2217,7 @@ export interface GetDevicePoolResult {
2049
2217
  devicePool?: DevicePool;
2050
2218
  }
2051
2219
  /**
2220
+ * @public
2052
2221
  * <p>Represents a latitude and longitude pair, expressed in geographic coordinate system degrees (for
2053
2222
  * example, 47.6204, -122.3491).</p>
2054
2223
  * <p>Elevation is currently not supported.</p>
@@ -2064,6 +2233,7 @@ export interface Location {
2064
2233
  longitude: number | undefined;
2065
2234
  }
2066
2235
  /**
2236
+ * @public
2067
2237
  * <p>Represents the set of radios and their states on a device. Examples of radios
2068
2238
  * include Wi-Fi, GPS, Bluetooth, and NFC.</p>
2069
2239
  */
@@ -2086,6 +2256,7 @@ export interface Radios {
2086
2256
  gps?: boolean;
2087
2257
  }
2088
2258
  /**
2259
+ * @public
2089
2260
  * <p>Represents the settings for a run. Includes things like location, radio states,
2090
2261
  * auxiliary apps, and network profiles.</p>
2091
2262
  */
@@ -2135,6 +2306,9 @@ export interface ScheduleRunConfiguration {
2135
2306
  */
2136
2307
  billingMethod?: BillingMethod | string;
2137
2308
  }
2309
+ /**
2310
+ * @public
2311
+ */
2138
2312
  export declare enum TestType {
2139
2313
  APPIUM_JAVA_JUNIT = "APPIUM_JAVA_JUNIT",
2140
2314
  APPIUM_JAVA_TESTNG = "APPIUM_JAVA_TESTNG",
@@ -2159,6 +2333,7 @@ export declare enum TestType {
2159
2333
  XCTEST_UI = "XCTEST_UI"
2160
2334
  }
2161
2335
  /**
2336
+ * @public
2162
2337
  * <p>Represents test settings. This data structure is passed in as the test parameter to ScheduleRun. For an
2163
2338
  * example of the JSON request syntax, see <a>ScheduleRun</a>.</p>
2164
2339
  */
@@ -2378,6 +2553,7 @@ export interface ScheduleRunTest {
2378
2553
  parameters?: Record<string, string>;
2379
2554
  }
2380
2555
  /**
2556
+ * @public
2381
2557
  * <p>Represents a request to the get device pool compatibility operation.</p>
2382
2558
  */
2383
2559
  export interface GetDevicePoolCompatibilityRequest {
@@ -2461,6 +2637,7 @@ export interface GetDevicePoolCompatibilityRequest {
2461
2637
  configuration?: ScheduleRunConfiguration;
2462
2638
  }
2463
2639
  /**
2640
+ * @public
2464
2641
  * <p>Represents information about incompatibility.</p>
2465
2642
  */
2466
2643
  export interface IncompatibilityMessage {
@@ -2495,6 +2672,7 @@ export interface IncompatibilityMessage {
2495
2672
  type?: DeviceAttribute | string;
2496
2673
  }
2497
2674
  /**
2675
+ * @public
2498
2676
  * <p>Represents a device pool compatibility result.</p>
2499
2677
  */
2500
2678
  export interface DevicePoolCompatibilityResult {
@@ -2512,6 +2690,7 @@ export interface DevicePoolCompatibilityResult {
2512
2690
  incompatibilityMessages?: IncompatibilityMessage[];
2513
2691
  }
2514
2692
  /**
2693
+ * @public
2515
2694
  * <p>Represents the result of describe device pool compatibility request.</p>
2516
2695
  */
2517
2696
  export interface GetDevicePoolCompatibilityResult {
@@ -2524,12 +2703,18 @@ export interface GetDevicePoolCompatibilityResult {
2524
2703
  */
2525
2704
  incompatibleDevices?: DevicePoolCompatibilityResult[];
2526
2705
  }
2706
+ /**
2707
+ * @public
2708
+ */
2527
2709
  export interface GetInstanceProfileRequest {
2528
2710
  /**
2529
2711
  * <p>The Amazon Resource Name (ARN) of an instance profile.</p>
2530
2712
  */
2531
2713
  arn: string | undefined;
2532
2714
  }
2715
+ /**
2716
+ * @public
2717
+ */
2533
2718
  export interface GetInstanceProfileResult {
2534
2719
  /**
2535
2720
  * <p>An object that contains information about an instance profile.</p>
@@ -2537,6 +2722,7 @@ export interface GetInstanceProfileResult {
2537
2722
  instanceProfile?: InstanceProfile;
2538
2723
  }
2539
2724
  /**
2725
+ * @public
2540
2726
  * <p>Represents a request to the get job operation.</p>
2541
2727
  */
2542
2728
  export interface GetJobRequest {
@@ -2546,6 +2732,7 @@ export interface GetJobRequest {
2546
2732
  arn: string | undefined;
2547
2733
  }
2548
2734
  /**
2735
+ * @public
2549
2736
  * <p>Represents a device.</p>
2550
2737
  */
2551
2738
  export interface Job {
@@ -2723,6 +2910,7 @@ export interface Job {
2723
2910
  videoCapture?: boolean;
2724
2911
  }
2725
2912
  /**
2913
+ * @public
2726
2914
  * <p>Represents the result of a get job request.</p>
2727
2915
  */
2728
2916
  export interface GetJobResult {
@@ -2731,12 +2919,18 @@ export interface GetJobResult {
2731
2919
  */
2732
2920
  job?: Job;
2733
2921
  }
2922
+ /**
2923
+ * @public
2924
+ */
2734
2925
  export interface GetNetworkProfileRequest {
2735
2926
  /**
2736
2927
  * <p>The ARN of the network profile to return information about.</p>
2737
2928
  */
2738
2929
  arn: string | undefined;
2739
2930
  }
2931
+ /**
2932
+ * @public
2933
+ */
2740
2934
  export interface GetNetworkProfileResult {
2741
2935
  /**
2742
2936
  * <p>The network profile.</p>
@@ -2744,6 +2938,7 @@ export interface GetNetworkProfileResult {
2744
2938
  networkProfile?: NetworkProfile;
2745
2939
  }
2746
2940
  /**
2941
+ * @public
2747
2942
  * <p>Represents the request to retrieve the offering status for the specified customer
2748
2943
  * or account.</p>
2749
2944
  */
@@ -2755,6 +2950,7 @@ export interface GetOfferingStatusRequest {
2755
2950
  nextToken?: string;
2756
2951
  }
2757
2952
  /**
2953
+ * @public
2758
2954
  * <p>A number that represents the monetary amount for an offering or transaction.</p>
2759
2955
  */
2760
2956
  export interface MonetaryAmount {
@@ -2767,10 +2963,14 @@ export interface MonetaryAmount {
2767
2963
  */
2768
2964
  currencyCode?: CurrencyCode | string;
2769
2965
  }
2966
+ /**
2967
+ * @public
2968
+ */
2770
2969
  export declare enum RecurringChargeFrequency {
2771
2970
  MONTHLY = "MONTHLY"
2772
2971
  }
2773
2972
  /**
2973
+ * @public
2774
2974
  * <p>Specifies whether charges for devices are recurring.</p>
2775
2975
  */
2776
2976
  export interface RecurringCharge {
@@ -2783,10 +2983,14 @@ export interface RecurringCharge {
2783
2983
  */
2784
2984
  frequency?: RecurringChargeFrequency | string;
2785
2985
  }
2986
+ /**
2987
+ * @public
2988
+ */
2786
2989
  export declare enum OfferingType {
2787
2990
  RECURRING = "RECURRING"
2788
2991
  }
2789
2992
  /**
2993
+ * @public
2790
2994
  * <p>Represents the metadata of a device offering.</p>
2791
2995
  */
2792
2996
  export interface Offering {
@@ -2811,12 +3015,16 @@ export interface Offering {
2811
3015
  */
2812
3016
  recurringCharges?: RecurringCharge[];
2813
3017
  }
3018
+ /**
3019
+ * @public
3020
+ */
2814
3021
  export declare enum OfferingTransactionType {
2815
3022
  PURCHASE = "PURCHASE",
2816
3023
  RENEW = "RENEW",
2817
3024
  SYSTEM = "SYSTEM"
2818
3025
  }
2819
3026
  /**
3027
+ * @public
2820
3028
  * <p>The status of the offering.</p>
2821
3029
  */
2822
3030
  export interface OfferingStatus {
@@ -2838,6 +3046,7 @@ export interface OfferingStatus {
2838
3046
  effectiveOn?: Date;
2839
3047
  }
2840
3048
  /**
3049
+ * @public
2841
3050
  * <p>Returns the status result for a device offering.</p>
2842
3051
  */
2843
3052
  export interface GetOfferingStatusResult {
@@ -2856,6 +3065,7 @@ export interface GetOfferingStatusResult {
2856
3065
  nextToken?: string;
2857
3066
  }
2858
3067
  /**
3068
+ * @public
2859
3069
  * <p>Exception gets thrown when a user is not eligible to perform the specified
2860
3070
  * transaction.</p>
2861
3071
  */
@@ -2868,6 +3078,7 @@ export declare class NotEligibleException extends __BaseException {
2868
3078
  constructor(opts: __ExceptionOptionType<NotEligibleException, __BaseException>);
2869
3079
  }
2870
3080
  /**
3081
+ * @public
2871
3082
  * <p>Represents a request to the get project operation.</p>
2872
3083
  */
2873
3084
  export interface GetProjectRequest {
@@ -2877,6 +3088,7 @@ export interface GetProjectRequest {
2877
3088
  arn: string | undefined;
2878
3089
  }
2879
3090
  /**
3091
+ * @public
2880
3092
  * <p>Represents the result of a get project request.</p>
2881
3093
  */
2882
3094
  export interface GetProjectResult {
@@ -2886,6 +3098,7 @@ export interface GetProjectResult {
2886
3098
  project?: Project;
2887
3099
  }
2888
3100
  /**
3101
+ * @public
2889
3102
  * <p>Represents the request to get information about the specified remote access
2890
3103
  * session.</p>
2891
3104
  */
@@ -2897,6 +3110,7 @@ export interface GetRemoteAccessSessionRequest {
2897
3110
  arn: string | undefined;
2898
3111
  }
2899
3112
  /**
3113
+ * @public
2900
3114
  * <p>Represents the response from the server that lists detailed information about the
2901
3115
  * remote access session.</p>
2902
3116
  */
@@ -2908,6 +3122,7 @@ export interface GetRemoteAccessSessionResult {
2908
3122
  remoteAccessSession?: RemoteAccessSession;
2909
3123
  }
2910
3124
  /**
3125
+ * @public
2911
3126
  * <p>Represents a request to the get run operation.</p>
2912
3127
  */
2913
3128
  export interface GetRunRequest {
@@ -2916,6 +3131,9 @@ export interface GetRunRequest {
2916
3131
  */
2917
3132
  arn: string | undefined;
2918
3133
  }
3134
+ /**
3135
+ * @public
3136
+ */
2919
3137
  export declare enum DeviceFilterAttribute {
2920
3138
  ARN = "ARN",
2921
3139
  AVAILABILITY = "AVAILABILITY",
@@ -2931,6 +3149,7 @@ export declare enum DeviceFilterAttribute {
2931
3149
  REMOTE_DEBUG_ENABLED = "REMOTE_DEBUG_ENABLED"
2932
3150
  }
2933
3151
  /**
3152
+ * @public
2934
3153
  * <p>Represents a device filter used to select a set of devices to be included in a test
2935
3154
  * run. This data structure is passed in as the <code>deviceSelectionConfiguration</code>
2936
3155
  * parameter to <code>ScheduleRun</code>. For an example of the JSON request syntax, see
@@ -3071,6 +3290,7 @@ export interface DeviceFilter {
3071
3290
  values: string[] | undefined;
3072
3291
  }
3073
3292
  /**
3293
+ * @public
3074
3294
  * <p>Contains the run results requested by the device selection configuration and how many devices were
3075
3295
  * returned. For an example of the JSON response syntax, see <a>ScheduleRun</a>.</p>
3076
3296
  */
@@ -3089,11 +3309,15 @@ export interface DeviceSelectionResult {
3089
3309
  */
3090
3310
  maxDevices?: number;
3091
3311
  }
3312
+ /**
3313
+ * @public
3314
+ */
3092
3315
  export declare enum ExecutionResultCode {
3093
3316
  PARSING_FAILED = "PARSING_FAILED",
3094
3317
  VPC_ENDPOINT_SETUP_FAILED = "VPC_ENDPOINT_SETUP_FAILED"
3095
3318
  }
3096
3319
  /**
3320
+ * @public
3097
3321
  * <p>Represents a test run on a set of devices with a given app package, test parameters, and so
3098
3322
  * on.</p>
3099
3323
  */
@@ -3366,6 +3590,7 @@ export interface Run {
3366
3590
  vpcConfig?: VpcConfig;
3367
3591
  }
3368
3592
  /**
3593
+ * @public
3369
3594
  * <p>Represents the result of a get run request.</p>
3370
3595
  */
3371
3596
  export interface GetRunResult {
@@ -3375,6 +3600,7 @@ export interface GetRunResult {
3375
3600
  run?: Run;
3376
3601
  }
3377
3602
  /**
3603
+ * @public
3378
3604
  * <p>Represents a request to the get suite operation.</p>
3379
3605
  */
3380
3606
  export interface GetSuiteRequest {
@@ -3384,6 +3610,7 @@ export interface GetSuiteRequest {
3384
3610
  arn: string | undefined;
3385
3611
  }
3386
3612
  /**
3613
+ * @public
3387
3614
  * <p>Represents a collection of one or more tests.</p>
3388
3615
  */
3389
3616
  export interface Suite {
@@ -3549,6 +3776,7 @@ export interface Suite {
3549
3776
  deviceMinutes?: DeviceMinutes;
3550
3777
  }
3551
3778
  /**
3779
+ * @public
3552
3780
  * <p>Represents the result of a get suite request.</p>
3553
3781
  */
3554
3782
  export interface GetSuiteResult {
@@ -3558,6 +3786,7 @@ export interface GetSuiteResult {
3558
3786
  suite?: Suite;
3559
3787
  }
3560
3788
  /**
3789
+ * @public
3561
3790
  * <p>Represents a request to the get test operation.</p>
3562
3791
  */
3563
3792
  export interface GetTestRequest {
@@ -3567,6 +3796,7 @@ export interface GetTestRequest {
3567
3796
  arn: string | undefined;
3568
3797
  }
3569
3798
  /**
3799
+ * @public
3570
3800
  * <p>Represents a condition that is evaluated.</p>
3571
3801
  */
3572
3802
  export interface Test {
@@ -3731,6 +3961,7 @@ export interface Test {
3731
3961
  deviceMinutes?: DeviceMinutes;
3732
3962
  }
3733
3963
  /**
3964
+ * @public
3734
3965
  * <p>Represents the result of a get test request.</p>
3735
3966
  */
3736
3967
  export interface GetTestResult {
@@ -3739,18 +3970,27 @@ export interface GetTestResult {
3739
3970
  */
3740
3971
  test?: Test;
3741
3972
  }
3973
+ /**
3974
+ * @public
3975
+ */
3742
3976
  export interface GetTestGridProjectRequest {
3743
3977
  /**
3744
3978
  * <p>The ARN of the Selenium testing project, from either <a>CreateTestGridProject</a> or <a>ListTestGridProjects</a>.</p>
3745
3979
  */
3746
3980
  projectArn: string | undefined;
3747
3981
  }
3982
+ /**
3983
+ * @public
3984
+ */
3748
3985
  export interface GetTestGridProjectResult {
3749
3986
  /**
3750
3987
  * <p>A <a>TestGridProject</a>.</p>
3751
3988
  */
3752
3989
  testGridProject?: TestGridProject;
3753
3990
  }
3991
+ /**
3992
+ * @public
3993
+ */
3754
3994
  export interface GetTestGridSessionRequest {
3755
3995
  /**
3756
3996
  * <p>The ARN for the project that this session belongs to. See <a>CreateTestGridProject</a> and <a>ListTestGridProjects</a>.</p>
@@ -3765,12 +4005,16 @@ export interface GetTestGridSessionRequest {
3765
4005
  */
3766
4006
  sessionArn?: string;
3767
4007
  }
4008
+ /**
4009
+ * @public
4010
+ */
3768
4011
  export declare enum TestGridSessionStatus {
3769
4012
  ACTIVE = "ACTIVE",
3770
4013
  CLOSED = "CLOSED",
3771
4014
  ERRORED = "ERRORED"
3772
4015
  }
3773
4016
  /**
4017
+ * @public
3774
4018
  * <p>A <a>TestGridSession</a> is a single instance of a browser launched from the URL provided by a
3775
4019
  * call to <a>CreateTestGridUrl</a>.</p>
3776
4020
  */
@@ -3800,6 +4044,9 @@ export interface TestGridSession {
3800
4044
  */
3801
4045
  seleniumProperties?: string;
3802
4046
  }
4047
+ /**
4048
+ * @public
4049
+ */
3803
4050
  export interface GetTestGridSessionResult {
3804
4051
  /**
3805
4052
  * <p>The <a>TestGridSession</a> that was requested.</p>
@@ -3807,6 +4054,7 @@ export interface GetTestGridSessionResult {
3807
4054
  testGridSession?: TestGridSession;
3808
4055
  }
3809
4056
  /**
4057
+ * @public
3810
4058
  * <p>Represents a request to the get upload operation.</p>
3811
4059
  */
3812
4060
  export interface GetUploadRequest {
@@ -3816,6 +4064,7 @@ export interface GetUploadRequest {
3816
4064
  arn: string | undefined;
3817
4065
  }
3818
4066
  /**
4067
+ * @public
3819
4068
  * <p>Represents the result of a get upload request.</p>
3820
4069
  */
3821
4070
  export interface GetUploadResult {
@@ -3825,6 +4074,9 @@ export interface GetUploadResult {
3825
4074
  */
3826
4075
  upload?: Upload;
3827
4076
  }
4077
+ /**
4078
+ * @public
4079
+ */
3828
4080
  export interface GetVPCEConfigurationRequest {
3829
4081
  /**
3830
4082
  * <p>The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to
@@ -3832,6 +4084,9 @@ export interface GetVPCEConfigurationRequest {
3832
4084
  */
3833
4085
  arn: string | undefined;
3834
4086
  }
4087
+ /**
4088
+ * @public
4089
+ */
3835
4090
  export interface GetVPCEConfigurationResult {
3836
4091
  /**
3837
4092
  * <p>An object that contains information about your VPC endpoint configuration.</p>
@@ -3839,6 +4094,7 @@ export interface GetVPCEConfigurationResult {
3839
4094
  vpceConfiguration?: VPCEConfiguration;
3840
4095
  }
3841
4096
  /**
4097
+ * @public
3842
4098
  * <p>Represents the request to install an Android application (in .apk format) or an iOS
3843
4099
  * application (in .ipa format) as part of a remote access session.</p>
3844
4100
  */
@@ -3854,6 +4110,7 @@ export interface InstallToRemoteAccessSessionRequest {
3854
4110
  appArn: string | undefined;
3855
4111
  }
3856
4112
  /**
4113
+ * @public
3857
4114
  * <p>Represents the response from the server after AWS Device Farm makes a request to
3858
4115
  * install to a remote access session.</p>
3859
4116
  */
@@ -3864,6 +4121,7 @@ export interface InstallToRemoteAccessSessionResult {
3864
4121
  appUpload?: Upload;
3865
4122
  }
3866
4123
  /**
4124
+ * @public
3867
4125
  * <p>Represents a request to the list artifacts operation.</p>
3868
4126
  */
3869
4127
  export interface ListArtifactsRequest {
@@ -3894,6 +4152,7 @@ export interface ListArtifactsRequest {
3894
4152
  nextToken?: string;
3895
4153
  }
3896
4154
  /**
4155
+ * @public
3897
4156
  * <p>Represents the result of a list artifacts operation.</p>
3898
4157
  */
3899
4158
  export interface ListArtifactsResult {
@@ -3908,6 +4167,9 @@ export interface ListArtifactsResult {
3908
4167
  */
3909
4168
  nextToken?: string;
3910
4169
  }
4170
+ /**
4171
+ * @public
4172
+ */
3911
4173
  export interface ListDeviceInstancesRequest {
3912
4174
  /**
3913
4175
  * <p>An integer that specifies the maximum number of items you want to return in the API response.</p>
@@ -3919,6 +4181,9 @@ export interface ListDeviceInstancesRequest {
3919
4181
  */
3920
4182
  nextToken?: string;
3921
4183
  }
4184
+ /**
4185
+ * @public
4186
+ */
3922
4187
  export interface ListDeviceInstancesResult {
3923
4188
  /**
3924
4189
  * <p>An object that contains information about your device instances.</p>
@@ -3931,6 +4196,7 @@ export interface ListDeviceInstancesResult {
3931
4196
  nextToken?: string;
3932
4197
  }
3933
4198
  /**
4199
+ * @public
3934
4200
  * <p>Represents the result of a list device pools request.</p>
3935
4201
  */
3936
4202
  export interface ListDevicePoolsRequest {
@@ -3960,6 +4226,7 @@ export interface ListDevicePoolsRequest {
3960
4226
  nextToken?: string;
3961
4227
  }
3962
4228
  /**
4229
+ * @public
3963
4230
  * <p>Represents the result of a list device pools request.</p>
3964
4231
  */
3965
4232
  export interface ListDevicePoolsResult {
@@ -3975,6 +4242,7 @@ export interface ListDevicePoolsResult {
3975
4242
  nextToken?: string;
3976
4243
  }
3977
4244
  /**
4245
+ * @public
3978
4246
  * <p>Represents the result of a list devices request.</p>
3979
4247
  */
3980
4248
  export interface ListDevicesRequest {
@@ -4083,6 +4351,7 @@ export interface ListDevicesRequest {
4083
4351
  filters?: DeviceFilter[];
4084
4352
  }
4085
4353
  /**
4354
+ * @public
4086
4355
  * <p>Represents the result of a list devices operation.</p>
4087
4356
  */
4088
4357
  export interface ListDevicesResult {
@@ -4097,6 +4366,9 @@ export interface ListDevicesResult {
4097
4366
  */
4098
4367
  nextToken?: string;
4099
4368
  }
4369
+ /**
4370
+ * @public
4371
+ */
4100
4372
  export interface ListInstanceProfilesRequest {
4101
4373
  /**
4102
4374
  * <p>An integer that specifies the maximum number of items you want to return in the API response.</p>
@@ -4108,6 +4380,9 @@ export interface ListInstanceProfilesRequest {
4108
4380
  */
4109
4381
  nextToken?: string;
4110
4382
  }
4383
+ /**
4384
+ * @public
4385
+ */
4111
4386
  export interface ListInstanceProfilesResult {
4112
4387
  /**
4113
4388
  * <p>An object that contains information about your instance profiles.</p>
@@ -4120,6 +4395,7 @@ export interface ListInstanceProfilesResult {
4120
4395
  nextToken?: string;
4121
4396
  }
4122
4397
  /**
4398
+ * @public
4123
4399
  * <p>Represents a request to the list jobs operation.</p>
4124
4400
  */
4125
4401
  export interface ListJobsRequest {
@@ -4134,6 +4410,7 @@ export interface ListJobsRequest {
4134
4410
  nextToken?: string;
4135
4411
  }
4136
4412
  /**
4413
+ * @public
4137
4414
  * <p>Represents the result of a list jobs request.</p>
4138
4415
  */
4139
4416
  export interface ListJobsResult {
@@ -4148,6 +4425,9 @@ export interface ListJobsResult {
4148
4425
  */
4149
4426
  nextToken?: string;
4150
4427
  }
4428
+ /**
4429
+ * @public
4430
+ */
4151
4431
  export interface ListNetworkProfilesRequest {
4152
4432
  /**
4153
4433
  * <p>The Amazon Resource Name (ARN) of the project for which you want to list network
@@ -4164,6 +4444,9 @@ export interface ListNetworkProfilesRequest {
4164
4444
  */
4165
4445
  nextToken?: string;
4166
4446
  }
4447
+ /**
4448
+ * @public
4449
+ */
4167
4450
  export interface ListNetworkProfilesResult {
4168
4451
  /**
4169
4452
  * <p>A list of the available network profiles.</p>
@@ -4175,6 +4458,9 @@ export interface ListNetworkProfilesResult {
4175
4458
  */
4176
4459
  nextToken?: string;
4177
4460
  }
4461
+ /**
4462
+ * @public
4463
+ */
4178
4464
  export interface ListOfferingPromotionsRequest {
4179
4465
  /**
4180
4466
  * <p>An identifier that was returned from the previous call to this operation, which can
@@ -4183,6 +4469,7 @@ export interface ListOfferingPromotionsRequest {
4183
4469
  nextToken?: string;
4184
4470
  }
4185
4471
  /**
4472
+ * @public
4186
4473
  * <p>Represents information about an offering promotion.</p>
4187
4474
  */
4188
4475
  export interface OfferingPromotion {
@@ -4195,6 +4482,9 @@ export interface OfferingPromotion {
4195
4482
  */
4196
4483
  description?: string;
4197
4484
  }
4485
+ /**
4486
+ * @public
4487
+ */
4198
4488
  export interface ListOfferingPromotionsResult {
4199
4489
  /**
4200
4490
  * <p>Information about the offering promotions.</p>
@@ -4207,6 +4497,7 @@ export interface ListOfferingPromotionsResult {
4207
4497
  nextToken?: string;
4208
4498
  }
4209
4499
  /**
4500
+ * @public
4210
4501
  * <p>Represents the request to list all offerings.</p>
4211
4502
  */
4212
4503
  export interface ListOfferingsRequest {
@@ -4217,6 +4508,7 @@ export interface ListOfferingsRequest {
4217
4508
  nextToken?: string;
4218
4509
  }
4219
4510
  /**
4511
+ * @public
4220
4512
  * <p>Represents the return values of the list of offerings.</p>
4221
4513
  */
4222
4514
  export interface ListOfferingsResult {
@@ -4231,6 +4523,7 @@ export interface ListOfferingsResult {
4231
4523
  nextToken?: string;
4232
4524
  }
4233
4525
  /**
4526
+ * @public
4234
4527
  * <p>Represents the request to list the offering transaction history.</p>
4235
4528
  */
4236
4529
  export interface ListOfferingTransactionsRequest {
@@ -4241,6 +4534,7 @@ export interface ListOfferingTransactionsRequest {
4241
4534
  nextToken?: string;
4242
4535
  }
4243
4536
  /**
4537
+ * @public
4244
4538
  * <p>Represents the metadata of an offering transaction.</p>
4245
4539
  */
4246
4540
  export interface OfferingTransaction {
@@ -4266,6 +4560,7 @@ export interface OfferingTransaction {
4266
4560
  cost?: MonetaryAmount;
4267
4561
  }
4268
4562
  /**
4563
+ * @public
4269
4564
  * <p>Returns the transaction log of the specified offerings.</p>
4270
4565
  */
4271
4566
  export interface ListOfferingTransactionsResult {
@@ -4281,6 +4576,7 @@ export interface ListOfferingTransactionsResult {
4281
4576
  nextToken?: string;
4282
4577
  }
4283
4578
  /**
4579
+ * @public
4284
4580
  * <p>Represents a request to the list projects operation.</p>
4285
4581
  */
4286
4582
  export interface ListProjectsRequest {
@@ -4297,6 +4593,7 @@ export interface ListProjectsRequest {
4297
4593
  nextToken?: string;
4298
4594
  }
4299
4595
  /**
4596
+ * @public
4300
4597
  * <p>Represents the result of a list projects request.</p>
4301
4598
  */
4302
4599
  export interface ListProjectsResult {
@@ -4312,6 +4609,7 @@ export interface ListProjectsResult {
4312
4609
  nextToken?: string;
4313
4610
  }
4314
4611
  /**
4612
+ * @public
4315
4613
  * <p>Represents the request to return information about the remote access
4316
4614
  * session.</p>
4317
4615
  */
@@ -4328,6 +4626,7 @@ export interface ListRemoteAccessSessionsRequest {
4328
4626
  nextToken?: string;
4329
4627
  }
4330
4628
  /**
4629
+ * @public
4331
4630
  * <p>Represents the response from the server after AWS Device Farm makes a request to
4332
4631
  * return information about the remote access session.</p>
4333
4632
  */
@@ -4344,6 +4643,7 @@ export interface ListRemoteAccessSessionsResult {
4344
4643
  nextToken?: string;
4345
4644
  }
4346
4645
  /**
4646
+ * @public
4347
4647
  * <p>Represents a request to the list runs operation.</p>
4348
4648
  */
4349
4649
  export interface ListRunsRequest {
@@ -4359,6 +4659,7 @@ export interface ListRunsRequest {
4359
4659
  nextToken?: string;
4360
4660
  }
4361
4661
  /**
4662
+ * @public
4362
4663
  * <p>Represents the result of a list runs request.</p>
4363
4664
  */
4364
4665
  export interface ListRunsResult {
@@ -4374,6 +4675,7 @@ export interface ListRunsResult {
4374
4675
  nextToken?: string;
4375
4676
  }
4376
4677
  /**
4678
+ * @public
4377
4679
  * <p>Represents a request to the list samples operation.</p>
4378
4680
  */
4379
4681
  export interface ListSamplesRequest {
@@ -4387,6 +4689,9 @@ export interface ListSamplesRequest {
4387
4689
  */
4388
4690
  nextToken?: string;
4389
4691
  }
4692
+ /**
4693
+ * @public
4694
+ */
4390
4695
  export declare enum SampleType {
4391
4696
  CPU = "CPU",
4392
4697
  MEMORY = "MEMORY",
@@ -4407,6 +4712,7 @@ export declare enum SampleType {
4407
4712
  TX_RATE = "TX_RATE"
4408
4713
  }
4409
4714
  /**
4715
+ * @public
4410
4716
  * <p>Represents a sample of performance data.</p>
4411
4717
  */
4412
4718
  export interface Sample {
@@ -4484,6 +4790,7 @@ export interface Sample {
4484
4790
  url?: string;
4485
4791
  }
4486
4792
  /**
4793
+ * @public
4487
4794
  * <p>Represents the result of a list samples request.</p>
4488
4795
  */
4489
4796
  export interface ListSamplesResult {
@@ -4499,6 +4806,7 @@ export interface ListSamplesResult {
4499
4806
  nextToken?: string;
4500
4807
  }
4501
4808
  /**
4809
+ * @public
4502
4810
  * <p>Represents a request to the list suites operation.</p>
4503
4811
  */
4504
4812
  export interface ListSuitesRequest {
@@ -4513,6 +4821,7 @@ export interface ListSuitesRequest {
4513
4821
  nextToken?: string;
4514
4822
  }
4515
4823
  /**
4824
+ * @public
4516
4825
  * <p>Represents the result of a list suites request.</p>
4517
4826
  */
4518
4827
  export interface ListSuitesResult {
@@ -4527,6 +4836,9 @@ export interface ListSuitesResult {
4527
4836
  */
4528
4837
  nextToken?: string;
4529
4838
  }
4839
+ /**
4840
+ * @public
4841
+ */
4530
4842
  export interface ListTagsForResourceRequest {
4531
4843
  /**
4532
4844
  * <p>The Amazon Resource Name (ARN) of the resource or resources for which to list tags. You can associate tags
@@ -4538,6 +4850,7 @@ export interface ListTagsForResourceRequest {
4538
4850
  ResourceARN: string | undefined;
4539
4851
  }
4540
4852
  /**
4853
+ * @public
4541
4854
  * <p>The metadata that you apply to a resource to help you categorize and organize it. Each tag consists of a
4542
4855
  * key and an optional value, both of which you define. Tag keys can have a maximum character length of 128
4543
4856
  * characters. Tag values can have a maximum length of 256 characters. </p>
@@ -4554,6 +4867,9 @@ export interface Tag {
4554
4867
  */
4555
4868
  Value: string | undefined;
4556
4869
  }
4870
+ /**
4871
+ * @public
4872
+ */
4557
4873
  export interface ListTagsForResourceResponse {
4558
4874
  /**
4559
4875
  * <p>The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum
@@ -4561,6 +4877,9 @@ export interface ListTagsForResourceResponse {
4561
4877
  */
4562
4878
  Tags?: Tag[];
4563
4879
  }
4880
+ /**
4881
+ * @public
4882
+ */
4564
4883
  export interface ListTestGridProjectsRequest {
4565
4884
  /**
4566
4885
  * <p>Return no more than this number of results.</p>
@@ -4571,6 +4890,9 @@ export interface ListTestGridProjectsRequest {
4571
4890
  */
4572
4891
  nextToken?: string;
4573
4892
  }
4893
+ /**
4894
+ * @public
4895
+ */
4574
4896
  export interface ListTestGridProjectsResult {
4575
4897
  /**
4576
4898
  * <p>The list of TestGridProjects, based on a <a>ListTestGridProjectsRequest</a>.</p>
@@ -4582,6 +4904,9 @@ export interface ListTestGridProjectsResult {
4582
4904
  */
4583
4905
  nextToken?: string;
4584
4906
  }
4907
+ /**
4908
+ * @public
4909
+ */
4585
4910
  export interface ListTestGridSessionActionsRequest {
4586
4911
  /**
4587
4912
  * <p>The ARN of the session to retrieve.</p>
@@ -4597,6 +4922,7 @@ export interface ListTestGridSessionActionsRequest {
4597
4922
  nextToken?: string;
4598
4923
  }
4599
4924
  /**
4925
+ * @public
4600
4926
  * <p>An action taken by a <a>TestGridSession</a> browser instance.</p>
4601
4927
  */
4602
4928
  export interface TestGridSessionAction {
@@ -4621,6 +4947,9 @@ export interface TestGridSessionAction {
4621
4947
  */
4622
4948
  requestMethod?: string;
4623
4949
  }
4950
+ /**
4951
+ * @public
4952
+ */
4624
4953
  export interface ListTestGridSessionActionsResult {
4625
4954
  /**
4626
4955
  * <p>The action taken by the session.</p>
@@ -4631,10 +4960,16 @@ export interface ListTestGridSessionActionsResult {
4631
4960
  */
4632
4961
  nextToken?: string;
4633
4962
  }
4963
+ /**
4964
+ * @public
4965
+ */
4634
4966
  export declare enum TestGridSessionArtifactCategory {
4635
4967
  LOG = "LOG",
4636
4968
  VIDEO = "VIDEO"
4637
4969
  }
4970
+ /**
4971
+ * @public
4972
+ */
4638
4973
  export interface ListTestGridSessionArtifactsRequest {
4639
4974
  /**
4640
4975
  * <p>The ARN of a <a>TestGridSession</a>. </p>
@@ -4653,12 +4988,16 @@ export interface ListTestGridSessionArtifactsRequest {
4653
4988
  */
4654
4989
  nextToken?: string;
4655
4990
  }
4991
+ /**
4992
+ * @public
4993
+ */
4656
4994
  export declare enum TestGridSessionArtifactType {
4657
4995
  SELENIUM_LOG = "SELENIUM_LOG",
4658
4996
  UNKNOWN = "UNKNOWN",
4659
4997
  VIDEO = "VIDEO"
4660
4998
  }
4661
4999
  /**
5000
+ * @public
4662
5001
  * <p>Artifacts are video and other files that are produced in the process of running a browser in an automated
4663
5002
  * context. </p>
4664
5003
  * <note>
@@ -4679,6 +5018,9 @@ export interface TestGridSessionArtifact {
4679
5018
  */
4680
5019
  url?: string;
4681
5020
  }
5021
+ /**
5022
+ * @public
5023
+ */
4682
5024
  export interface ListTestGridSessionArtifactsResult {
4683
5025
  /**
4684
5026
  * <p>A list of test grid session artifacts for a <a>TestGridSession</a>.</p>
@@ -4689,6 +5031,9 @@ export interface ListTestGridSessionArtifactsResult {
4689
5031
  */
4690
5032
  nextToken?: string;
4691
5033
  }
5034
+ /**
5035
+ * @public
5036
+ */
4692
5037
  export interface ListTestGridSessionsRequest {
4693
5038
  /**
4694
5039
  * <p>ARN of a <a>TestGridProject</a>.</p>
@@ -4723,6 +5068,9 @@ export interface ListTestGridSessionsRequest {
4723
5068
  */
4724
5069
  nextToken?: string;
4725
5070
  }
5071
+ /**
5072
+ * @public
5073
+ */
4726
5074
  export interface ListTestGridSessionsResult {
4727
5075
  /**
4728
5076
  * <p>The sessions that match the criteria in a <a>ListTestGridSessionsRequest</a>. </p>
@@ -4734,6 +5082,7 @@ export interface ListTestGridSessionsResult {
4734
5082
  nextToken?: string;
4735
5083
  }
4736
5084
  /**
5085
+ * @public
4737
5086
  * <p>Represents a request to the list tests operation.</p>
4738
5087
  */
4739
5088
  export interface ListTestsRequest {
@@ -4748,6 +5097,7 @@ export interface ListTestsRequest {
4748
5097
  nextToken?: string;
4749
5098
  }
4750
5099
  /**
5100
+ * @public
4751
5101
  * <p>Represents the result of a list tests request.</p>
4752
5102
  */
4753
5103
  export interface ListTestsResult {
@@ -4763,6 +5113,7 @@ export interface ListTestsResult {
4763
5113
  nextToken?: string;
4764
5114
  }
4765
5115
  /**
5116
+ * @public
4766
5117
  * <p>Represents a request to the list unique problems operation.</p>
4767
5118
  */
4768
5119
  export interface ListUniqueProblemsRequest {
@@ -4777,6 +5128,7 @@ export interface ListUniqueProblemsRequest {
4777
5128
  nextToken?: string;
4778
5129
  }
4779
5130
  /**
5131
+ * @public
4780
5132
  * <p>Information about a problem detail.</p>
4781
5133
  */
4782
5134
  export interface ProblemDetail {
@@ -4790,6 +5142,7 @@ export interface ProblemDetail {
4790
5142
  name?: string;
4791
5143
  }
4792
5144
  /**
5145
+ * @public
4793
5146
  * <p>Represents a specific warning or failure.</p>
4794
5147
  */
4795
5148
  export interface Problem {
@@ -4847,6 +5200,7 @@ export interface Problem {
4847
5200
  message?: string;
4848
5201
  }
4849
5202
  /**
5203
+ * @public
4850
5204
  * <p>A collection of one or more problems, grouped by their result.</p>
4851
5205
  */
4852
5206
  export interface UniqueProblem {
@@ -4860,6 +5214,7 @@ export interface UniqueProblem {
4860
5214
  problems?: Problem[];
4861
5215
  }
4862
5216
  /**
5217
+ * @public
4863
5218
  * <p>Represents the result of a list unique problems request.</p>
4864
5219
  */
4865
5220
  export interface ListUniqueProblemsResult {
@@ -4899,6 +5254,7 @@ export interface ListUniqueProblemsResult {
4899
5254
  nextToken?: string;
4900
5255
  }
4901
5256
  /**
5257
+ * @public
4902
5258
  * <p>Represents a request to the list uploads operation.</p>
4903
5259
  */
4904
5260
  export interface ListUploadsRequest {
@@ -5017,6 +5373,7 @@ export interface ListUploadsRequest {
5017
5373
  nextToken?: string;
5018
5374
  }
5019
5375
  /**
5376
+ * @public
5020
5377
  * <p>Represents the result of a list uploads request.</p>
5021
5378
  */
5022
5379
  export interface ListUploadsResult {
@@ -5031,6 +5388,9 @@ export interface ListUploadsResult {
5031
5388
  */
5032
5389
  nextToken?: string;
5033
5390
  }
5391
+ /**
5392
+ * @public
5393
+ */
5034
5394
  export interface ListVPCEConfigurationsRequest {
5035
5395
  /**
5036
5396
  * <p>An integer that specifies the maximum number of items you want to return in the API response.</p>
@@ -5042,6 +5402,9 @@ export interface ListVPCEConfigurationsRequest {
5042
5402
  */
5043
5403
  nextToken?: string;
5044
5404
  }
5405
+ /**
5406
+ * @public
5407
+ */
5045
5408
  export interface ListVPCEConfigurationsResult {
5046
5409
  /**
5047
5410
  * <p>An array of <code>VPCEConfiguration</code> objects that contain information about your VPC endpoint
@@ -5055,6 +5418,7 @@ export interface ListVPCEConfigurationsResult {
5055
5418
  nextToken?: string;
5056
5419
  }
5057
5420
  /**
5421
+ * @public
5058
5422
  * <p>Represents a request for a purchase offering.</p>
5059
5423
  */
5060
5424
  export interface PurchaseOfferingRequest {
@@ -5072,6 +5436,7 @@ export interface PurchaseOfferingRequest {
5072
5436
  offeringPromotionId?: string;
5073
5437
  }
5074
5438
  /**
5439
+ * @public
5075
5440
  * <p>The result of the purchase offering (for example, success or failure).</p>
5076
5441
  */
5077
5442
  export interface PurchaseOfferingResult {
@@ -5081,6 +5446,7 @@ export interface PurchaseOfferingResult {
5081
5446
  offeringTransaction?: OfferingTransaction;
5082
5447
  }
5083
5448
  /**
5449
+ * @public
5084
5450
  * <p>A request that represents an offering renewal.</p>
5085
5451
  */
5086
5452
  export interface RenewOfferingRequest {
@@ -5094,6 +5460,7 @@ export interface RenewOfferingRequest {
5094
5460
  quantity: number | undefined;
5095
5461
  }
5096
5462
  /**
5463
+ * @public
5097
5464
  * <p>The result of a renewal offering.</p>
5098
5465
  */
5099
5466
  export interface RenewOfferingResult {
@@ -5103,6 +5470,7 @@ export interface RenewOfferingResult {
5103
5470
  offeringTransaction?: OfferingTransaction;
5104
5471
  }
5105
5472
  /**
5473
+ * @public
5106
5474
  * <p>An entity with the same name already exists.</p>
5107
5475
  */
5108
5476
  export declare class IdempotencyException extends __BaseException {
@@ -5114,6 +5482,7 @@ export declare class IdempotencyException extends __BaseException {
5114
5482
  constructor(opts: __ExceptionOptionType<IdempotencyException, __BaseException>);
5115
5483
  }
5116
5484
  /**
5485
+ * @public
5117
5486
  * <p>Represents the device filters used in a test run and the maximum number of devices to be included in the
5118
5487
  * run. It is passed in as the <code>deviceSelectionConfiguration</code> request parameter in <a>ScheduleRun</a>.</p>
5119
5488
  */
@@ -5249,6 +5618,7 @@ export interface DeviceSelectionConfiguration {
5249
5618
  maxDevices: number | undefined;
5250
5619
  }
5251
5620
  /**
5621
+ * @public
5252
5622
  * <p>Represents configuration information about a test run, such as the execution
5253
5623
  * timeout (in minutes).</p>
5254
5624
  */
@@ -5278,6 +5648,7 @@ export interface ExecutionConfiguration {
5278
5648
  skipAppResign?: boolean;
5279
5649
  }
5280
5650
  /**
5651
+ * @public
5281
5652
  * <p>Represents a request to the schedule run operation.</p>
5282
5653
  */
5283
5654
  export interface ScheduleRunRequest {
@@ -5324,6 +5695,7 @@ export interface ScheduleRunRequest {
5324
5695
  executionConfiguration?: ExecutionConfiguration;
5325
5696
  }
5326
5697
  /**
5698
+ * @public
5327
5699
  * <p>Represents the result of a schedule run request.</p>
5328
5700
  */
5329
5701
  export interface ScheduleRunResult {
@@ -5332,12 +5704,18 @@ export interface ScheduleRunResult {
5332
5704
  */
5333
5705
  run?: Run;
5334
5706
  }
5707
+ /**
5708
+ * @public
5709
+ */
5335
5710
  export interface StopJobRequest {
5336
5711
  /**
5337
5712
  * <p>Represents the Amazon Resource Name (ARN) of the Device Farm job to stop.</p>
5338
5713
  */
5339
5714
  arn: string | undefined;
5340
5715
  }
5716
+ /**
5717
+ * @public
5718
+ */
5341
5719
  export interface StopJobResult {
5342
5720
  /**
5343
5721
  * <p>The job that was stopped.</p>
@@ -5345,6 +5723,7 @@ export interface StopJobResult {
5345
5723
  job?: Job;
5346
5724
  }
5347
5725
  /**
5726
+ * @public
5348
5727
  * <p>Represents the request to stop the remote access session.</p>
5349
5728
  */
5350
5729
  export interface StopRemoteAccessSessionRequest {
@@ -5354,6 +5733,7 @@ export interface StopRemoteAccessSessionRequest {
5354
5733
  arn: string | undefined;
5355
5734
  }
5356
5735
  /**
5736
+ * @public
5357
5737
  * <p>Represents the response from the server that describes the remote access session
5358
5738
  * when AWS Device Farm stops the session.</p>
5359
5739
  */
@@ -5365,6 +5745,7 @@ export interface StopRemoteAccessSessionResult {
5365
5745
  remoteAccessSession?: RemoteAccessSession;
5366
5746
  }
5367
5747
  /**
5748
+ * @public
5368
5749
  * <p>Represents the request to stop a specific run.</p>
5369
5750
  */
5370
5751
  export interface StopRunRequest {
@@ -5374,6 +5755,7 @@ export interface StopRunRequest {
5374
5755
  arn: string | undefined;
5375
5756
  }
5376
5757
  /**
5758
+ * @public
5377
5759
  * <p>Represents the results of your stop run attempt.</p>
5378
5760
  */
5379
5761
  export interface StopRunResult {
@@ -5383,6 +5765,7 @@ export interface StopRunResult {
5383
5765
  run?: Run;
5384
5766
  }
5385
5767
  /**
5768
+ * @public
5386
5769
  * <p>The request doesn't comply with the AWS Identity and Access Management (IAM) tag
5387
5770
  * policy. Correct your request and then retry it.</p>
5388
5771
  */
@@ -5395,6 +5778,9 @@ export declare class TagPolicyException extends __BaseException {
5395
5778
  */
5396
5779
  constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
5397
5780
  }
5781
+ /**
5782
+ * @public
5783
+ */
5398
5784
  export interface TagResourceRequest {
5399
5785
  /**
5400
5786
  * <p>The Amazon Resource Name (ARN) of the resource or resources to which to add tags. You can associate tags
@@ -5410,9 +5796,13 @@ export interface TagResourceRequest {
5410
5796
  */
5411
5797
  Tags: Tag[] | undefined;
5412
5798
  }
5799
+ /**
5800
+ * @public
5801
+ */
5413
5802
  export interface TagResourceResponse {
5414
5803
  }
5415
5804
  /**
5805
+ * @public
5416
5806
  * <p>The list of tags on the repository is over the limit. The maximum number of tags that
5417
5807
  * can be applied to a repository is 50. </p>
5418
5808
  */
@@ -5425,6 +5815,9 @@ export declare class TooManyTagsException extends __BaseException {
5425
5815
  */
5426
5816
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
5427
5817
  }
5818
+ /**
5819
+ * @public
5820
+ */
5428
5821
  export interface UntagResourceRequest {
5429
5822
  /**
5430
5823
  * <p>The Amazon Resource Name (ARN) of the resource or resources from which to delete tags. You can associate
@@ -5439,8 +5832,14 @@ export interface UntagResourceRequest {
5439
5832
  */
5440
5833
  TagKeys: string[] | undefined;
5441
5834
  }
5835
+ /**
5836
+ * @public
5837
+ */
5442
5838
  export interface UntagResourceResponse {
5443
5839
  }
5840
+ /**
5841
+ * @public
5842
+ */
5444
5843
  export interface UpdateDeviceInstanceRequest {
5445
5844
  /**
5446
5845
  * <p>The Amazon Resource Name (ARN) of the device instance.</p>
@@ -5455,6 +5854,9 @@ export interface UpdateDeviceInstanceRequest {
5455
5854
  */
5456
5855
  labels?: string[];
5457
5856
  }
5857
+ /**
5858
+ * @public
5859
+ */
5458
5860
  export interface UpdateDeviceInstanceResult {
5459
5861
  /**
5460
5862
  * <p>An object that contains information about your device instance.</p>
@@ -5462,6 +5864,7 @@ export interface UpdateDeviceInstanceResult {
5462
5864
  deviceInstance?: DeviceInstance;
5463
5865
  }
5464
5866
  /**
5867
+ * @public
5465
5868
  * <p>Represents a request to the update device pool operation.</p>
5466
5869
  */
5467
5870
  export interface UpdateDevicePoolRequest {
@@ -5504,6 +5907,7 @@ export interface UpdateDevicePoolRequest {
5504
5907
  clearMaxDevices?: boolean;
5505
5908
  }
5506
5909
  /**
5910
+ * @public
5507
5911
  * <p>Represents the result of an update device pool request.</p>
5508
5912
  */
5509
5913
  export interface UpdateDevicePoolResult {
@@ -5512,6 +5916,9 @@ export interface UpdateDevicePoolResult {
5512
5916
  */
5513
5917
  devicePool?: DevicePool;
5514
5918
  }
5919
+ /**
5920
+ * @public
5921
+ */
5515
5922
  export interface UpdateInstanceProfileRequest {
5516
5923
  /**
5517
5924
  * <p>The Amazon Resource Name (ARN) of the instance profile.</p>
@@ -5543,12 +5950,18 @@ export interface UpdateInstanceProfileRequest {
5543
5950
  */
5544
5951
  rebootAfterUse?: boolean;
5545
5952
  }
5953
+ /**
5954
+ * @public
5955
+ */
5546
5956
  export interface UpdateInstanceProfileResult {
5547
5957
  /**
5548
5958
  * <p>An object that contains information about your instance profile.</p>
5549
5959
  */
5550
5960
  instanceProfile?: InstanceProfile;
5551
5961
  }
5962
+ /**
5963
+ * @public
5964
+ */
5552
5965
  export interface UpdateNetworkProfileRequest {
5553
5966
  /**
5554
5967
  * <p>The Amazon Resource Name (ARN) of the project for which you want to update network
@@ -5609,6 +6022,9 @@ export interface UpdateNetworkProfileRequest {
5609
6022
  */
5610
6023
  downlinkLossPercent?: number;
5611
6024
  }
6025
+ /**
6026
+ * @public
6027
+ */
5612
6028
  export interface UpdateNetworkProfileResult {
5613
6029
  /**
5614
6030
  * <p>A list of the available network profiles.</p>
@@ -5616,6 +6032,7 @@ export interface UpdateNetworkProfileResult {
5616
6032
  networkProfile?: NetworkProfile;
5617
6033
  }
5618
6034
  /**
6035
+ * @public
5619
6036
  * <p>Represents a request to the update project operation.</p>
5620
6037
  */
5621
6038
  export interface UpdateProjectRequest {
@@ -5637,6 +6054,7 @@ export interface UpdateProjectRequest {
5637
6054
  vpcConfig?: VpcConfig;
5638
6055
  }
5639
6056
  /**
6057
+ * @public
5640
6058
  * <p>Represents the result of an update project request.</p>
5641
6059
  */
5642
6060
  export interface UpdateProjectResult {
@@ -5645,6 +6063,9 @@ export interface UpdateProjectResult {
5645
6063
  */
5646
6064
  project?: Project;
5647
6065
  }
6066
+ /**
6067
+ * @public
6068
+ */
5648
6069
  export interface UpdateTestGridProjectRequest {
5649
6070
  /**
5650
6071
  * <p>ARN of the project to update.</p>
@@ -5663,12 +6084,18 @@ export interface UpdateTestGridProjectRequest {
5663
6084
  */
5664
6085
  vpcConfig?: TestGridVpcConfig;
5665
6086
  }
6087
+ /**
6088
+ * @public
6089
+ */
5666
6090
  export interface UpdateTestGridProjectResult {
5667
6091
  /**
5668
6092
  * <p>The project, including updated information.</p>
5669
6093
  */
5670
6094
  testGridProject?: TestGridProject;
5671
6095
  }
6096
+ /**
6097
+ * @public
6098
+ */
5672
6099
  export interface UpdateUploadRequest {
5673
6100
  /**
5674
6101
  * <p>The Amazon Resource Name (ARN) of the uploaded test spec.</p>
@@ -5688,12 +6115,18 @@ export interface UpdateUploadRequest {
5688
6115
  */
5689
6116
  editContent?: boolean;
5690
6117
  }
6118
+ /**
6119
+ * @public
6120
+ */
5691
6121
  export interface UpdateUploadResult {
5692
6122
  /**
5693
6123
  * <p>A test spec uploaded to Device Farm.</p>
5694
6124
  */
5695
6125
  upload?: Upload;
5696
6126
  }
6127
+ /**
6128
+ * @public
6129
+ */
5697
6130
  export interface UpdateVPCEConfigurationRequest {
5698
6131
  /**
5699
6132
  * <p>The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to
@@ -5719,6 +6152,9 @@ export interface UpdateVPCEConfigurationRequest {
5719
6152
  */
5720
6153
  vpceConfigurationDescription?: string;
5721
6154
  }
6155
+ /**
6156
+ * @public
6157
+ */
5722
6158
  export interface UpdateVPCEConfigurationResult {
5723
6159
  /**
5724
6160
  * <p>An object that contains information about your VPC endpoint configuration.</p>