@aws-sdk/client-device-farm 3.130.0 → 3.141.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 (161) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateDevicePoolCommand.js +2 -2
  4. package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -2
  5. package/dist-cjs/commands/CreateNetworkProfileCommand.js +2 -2
  6. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +2 -2
  8. package/dist-cjs/commands/CreateTestGridProjectCommand.js +2 -2
  9. package/dist-cjs/commands/CreateTestGridUrlCommand.js +2 -2
  10. package/dist-cjs/commands/CreateUploadCommand.js +2 -2
  11. package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteDevicePoolCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteNetworkProfileCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteRunCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteTestGridProjectCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteUploadCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +2 -2
  21. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
  22. package/dist-cjs/commands/GetDeviceCommand.js +2 -2
  23. package/dist-cjs/commands/GetDeviceInstanceCommand.js +2 -2
  24. package/dist-cjs/commands/GetDevicePoolCommand.js +2 -2
  25. package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +2 -2
  26. package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -2
  27. package/dist-cjs/commands/GetJobCommand.js +2 -2
  28. package/dist-cjs/commands/GetNetworkProfileCommand.js +2 -2
  29. package/dist-cjs/commands/GetOfferingStatusCommand.js +2 -2
  30. package/dist-cjs/commands/GetProjectCommand.js +2 -2
  31. package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +2 -2
  32. package/dist-cjs/commands/GetRunCommand.js +2 -2
  33. package/dist-cjs/commands/GetSuiteCommand.js +2 -2
  34. package/dist-cjs/commands/GetTestCommand.js +2 -2
  35. package/dist-cjs/commands/GetTestGridProjectCommand.js +2 -2
  36. package/dist-cjs/commands/GetTestGridSessionCommand.js +2 -2
  37. package/dist-cjs/commands/GetUploadCommand.js +2 -2
  38. package/dist-cjs/commands/GetVPCEConfigurationCommand.js +2 -2
  39. package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +2 -2
  40. package/dist-cjs/commands/ListArtifactsCommand.js +2 -2
  41. package/dist-cjs/commands/ListDeviceInstancesCommand.js +2 -2
  42. package/dist-cjs/commands/ListDevicePoolsCommand.js +2 -2
  43. package/dist-cjs/commands/ListDevicesCommand.js +2 -2
  44. package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -2
  45. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  46. package/dist-cjs/commands/ListNetworkProfilesCommand.js +2 -2
  47. package/dist-cjs/commands/ListOfferingPromotionsCommand.js +2 -2
  48. package/dist-cjs/commands/ListOfferingTransactionsCommand.js +2 -2
  49. package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
  50. package/dist-cjs/commands/ListProjectsCommand.js +2 -2
  51. package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +2 -2
  52. package/dist-cjs/commands/ListRunsCommand.js +2 -2
  53. package/dist-cjs/commands/ListSamplesCommand.js +2 -2
  54. package/dist-cjs/commands/ListSuitesCommand.js +2 -2
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  56. package/dist-cjs/commands/ListTestGridProjectsCommand.js +2 -2
  57. package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +2 -2
  58. package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +2 -2
  59. package/dist-cjs/commands/ListTestGridSessionsCommand.js +2 -2
  60. package/dist-cjs/commands/ListTestsCommand.js +2 -2
  61. package/dist-cjs/commands/ListUniqueProblemsCommand.js +2 -2
  62. package/dist-cjs/commands/ListUploadsCommand.js +2 -2
  63. package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +2 -2
  64. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
  65. package/dist-cjs/commands/RenewOfferingCommand.js +2 -2
  66. package/dist-cjs/commands/ScheduleRunCommand.js +2 -2
  67. package/dist-cjs/commands/StopJobCommand.js +2 -2
  68. package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +2 -2
  69. package/dist-cjs/commands/StopRunCommand.js +2 -2
  70. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  71. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  72. package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +2 -2
  73. package/dist-cjs/commands/UpdateDevicePoolCommand.js +2 -2
  74. package/dist-cjs/commands/UpdateInstanceProfileCommand.js +2 -2
  75. package/dist-cjs/commands/UpdateNetworkProfileCommand.js +2 -2
  76. package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
  77. package/dist-cjs/commands/UpdateTestGridProjectCommand.js +2 -2
  78. package/dist-cjs/commands/UpdateUploadCommand.js +2 -2
  79. package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +2 -2
  80. package/dist-cjs/models/models_0.js +826 -1232
  81. package/dist-es/commands/CreateDevicePoolCommand.js +3 -3
  82. package/dist-es/commands/CreateInstanceProfileCommand.js +3 -3
  83. package/dist-es/commands/CreateNetworkProfileCommand.js +3 -3
  84. package/dist-es/commands/CreateProjectCommand.js +3 -3
  85. package/dist-es/commands/CreateRemoteAccessSessionCommand.js +3 -3
  86. package/dist-es/commands/CreateTestGridProjectCommand.js +3 -3
  87. package/dist-es/commands/CreateTestGridUrlCommand.js +3 -3
  88. package/dist-es/commands/CreateUploadCommand.js +3 -3
  89. package/dist-es/commands/CreateVPCEConfigurationCommand.js +3 -3
  90. package/dist-es/commands/DeleteDevicePoolCommand.js +3 -3
  91. package/dist-es/commands/DeleteInstanceProfileCommand.js +3 -3
  92. package/dist-es/commands/DeleteNetworkProfileCommand.js +3 -3
  93. package/dist-es/commands/DeleteProjectCommand.js +3 -3
  94. package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +3 -3
  95. package/dist-es/commands/DeleteRunCommand.js +3 -3
  96. package/dist-es/commands/DeleteTestGridProjectCommand.js +3 -3
  97. package/dist-es/commands/DeleteUploadCommand.js +3 -3
  98. package/dist-es/commands/DeleteVPCEConfigurationCommand.js +3 -3
  99. package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
  100. package/dist-es/commands/GetDeviceCommand.js +3 -3
  101. package/dist-es/commands/GetDeviceInstanceCommand.js +3 -3
  102. package/dist-es/commands/GetDevicePoolCommand.js +3 -3
  103. package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +3 -3
  104. package/dist-es/commands/GetInstanceProfileCommand.js +3 -3
  105. package/dist-es/commands/GetJobCommand.js +3 -3
  106. package/dist-es/commands/GetNetworkProfileCommand.js +3 -3
  107. package/dist-es/commands/GetOfferingStatusCommand.js +3 -3
  108. package/dist-es/commands/GetProjectCommand.js +3 -3
  109. package/dist-es/commands/GetRemoteAccessSessionCommand.js +3 -3
  110. package/dist-es/commands/GetRunCommand.js +3 -3
  111. package/dist-es/commands/GetSuiteCommand.js +3 -3
  112. package/dist-es/commands/GetTestCommand.js +3 -3
  113. package/dist-es/commands/GetTestGridProjectCommand.js +3 -3
  114. package/dist-es/commands/GetTestGridSessionCommand.js +3 -3
  115. package/dist-es/commands/GetUploadCommand.js +3 -3
  116. package/dist-es/commands/GetVPCEConfigurationCommand.js +3 -3
  117. package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +3 -3
  118. package/dist-es/commands/ListArtifactsCommand.js +3 -3
  119. package/dist-es/commands/ListDeviceInstancesCommand.js +3 -3
  120. package/dist-es/commands/ListDevicePoolsCommand.js +3 -3
  121. package/dist-es/commands/ListDevicesCommand.js +3 -3
  122. package/dist-es/commands/ListInstanceProfilesCommand.js +3 -3
  123. package/dist-es/commands/ListJobsCommand.js +3 -3
  124. package/dist-es/commands/ListNetworkProfilesCommand.js +3 -3
  125. package/dist-es/commands/ListOfferingPromotionsCommand.js +3 -3
  126. package/dist-es/commands/ListOfferingTransactionsCommand.js +3 -3
  127. package/dist-es/commands/ListOfferingsCommand.js +3 -3
  128. package/dist-es/commands/ListProjectsCommand.js +3 -3
  129. package/dist-es/commands/ListRemoteAccessSessionsCommand.js +3 -3
  130. package/dist-es/commands/ListRunsCommand.js +3 -3
  131. package/dist-es/commands/ListSamplesCommand.js +3 -3
  132. package/dist-es/commands/ListSuitesCommand.js +3 -3
  133. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  134. package/dist-es/commands/ListTestGridProjectsCommand.js +3 -3
  135. package/dist-es/commands/ListTestGridSessionActionsCommand.js +3 -3
  136. package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +3 -3
  137. package/dist-es/commands/ListTestGridSessionsCommand.js +3 -3
  138. package/dist-es/commands/ListTestsCommand.js +3 -3
  139. package/dist-es/commands/ListUniqueProblemsCommand.js +3 -3
  140. package/dist-es/commands/ListUploadsCommand.js +3 -3
  141. package/dist-es/commands/ListVPCEConfigurationsCommand.js +3 -3
  142. package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
  143. package/dist-es/commands/RenewOfferingCommand.js +3 -3
  144. package/dist-es/commands/ScheduleRunCommand.js +3 -3
  145. package/dist-es/commands/StopJobCommand.js +3 -3
  146. package/dist-es/commands/StopRemoteAccessSessionCommand.js +3 -3
  147. package/dist-es/commands/StopRunCommand.js +3 -3
  148. package/dist-es/commands/TagResourceCommand.js +3 -3
  149. package/dist-es/commands/UntagResourceCommand.js +3 -3
  150. package/dist-es/commands/UpdateDeviceInstanceCommand.js +3 -3
  151. package/dist-es/commands/UpdateDevicePoolCommand.js +3 -3
  152. package/dist-es/commands/UpdateInstanceProfileCommand.js +3 -3
  153. package/dist-es/commands/UpdateNetworkProfileCommand.js +3 -3
  154. package/dist-es/commands/UpdateProjectCommand.js +3 -3
  155. package/dist-es/commands/UpdateTestGridProjectCommand.js +3 -3
  156. package/dist-es/commands/UpdateUploadCommand.js +3 -3
  157. package/dist-es/commands/UpdateVPCEConfigurationCommand.js +3 -3
  158. package/dist-es/models/models_0.js +203 -812
  159. package/dist-types/models/models_0.d.ts +812 -1218
  160. package/dist-types/ts3.4/models/models_0.d.ts +406 -812
  161. package/package.json +7 -7
@@ -14,12 +14,6 @@ export interface TrialMinutes {
14
14
  */
15
15
  remaining?: number;
16
16
  }
17
- export declare namespace TrialMinutes {
18
- /**
19
- * @internal
20
- */
21
- const filterSensitiveLog: (obj: TrialMinutes) => any;
22
- }
23
17
  export declare enum DevicePlatform {
24
18
  ANDROID = "ANDROID",
25
19
  IOS = "IOS"
@@ -70,12 +64,6 @@ export interface AccountSettings {
70
64
  */
71
65
  skipAppResign?: boolean;
72
66
  }
73
- export declare namespace AccountSettings {
74
- /**
75
- * @internal
76
- */
77
- const filterSensitiveLog: (obj: AccountSettings) => any;
78
- }
79
67
  /**
80
68
  * <p>An invalid argument was specified.</p>
81
69
  */
@@ -231,12 +219,6 @@ export interface Artifact {
231
219
  */
232
220
  url?: string;
233
221
  }
234
- export declare namespace Artifact {
235
- /**
236
- * @internal
237
- */
238
- const filterSensitiveLog: (obj: Artifact) => any;
239
- }
240
222
  export declare enum ArtifactCategory {
241
223
  FILE = "FILE",
242
224
  LOG = "LOG",
@@ -290,12 +272,6 @@ export interface Counters {
290
272
  */
291
273
  skipped?: number;
292
274
  }
293
- export declare namespace Counters {
294
- /**
295
- * @internal
296
- */
297
- const filterSensitiveLog: (obj: Counters) => any;
298
- }
299
275
  /**
300
276
  * <p>Represents the amount of CPU that an app is using on a physical device. Does not represent system-wide
301
277
  * CPU usage.</p>
@@ -315,12 +291,6 @@ export interface CPU {
315
291
  */
316
292
  clock?: number;
317
293
  }
318
- export declare namespace CPU {
319
- /**
320
- * @internal
321
- */
322
- const filterSensitiveLog: (obj: CPU) => any;
323
- }
324
294
  export declare enum DeviceAttribute {
325
295
  APPIUM_VERSION = "APPIUM_VERSION",
326
296
  ARN = "ARN",
@@ -463,12 +433,6 @@ export interface Rule {
463
433
  */
464
434
  value?: string;
465
435
  }
466
- export declare namespace Rule {
467
- /**
468
- * @internal
469
- */
470
- const filterSensitiveLog: (obj: Rule) => any;
471
- }
472
436
  /**
473
437
  * <p>Represents a request to the create device pool operation.</p>
474
438
  */
@@ -499,12 +463,6 @@ export interface CreateDevicePoolRequest {
499
463
  */
500
464
  maxDevices?: number;
501
465
  }
502
- export declare namespace CreateDevicePoolRequest {
503
- /**
504
- * @internal
505
- */
506
- const filterSensitiveLog: (obj: CreateDevicePoolRequest) => any;
507
- }
508
466
  export declare enum DevicePoolType {
509
467
  CURATED = "CURATED",
510
468
  PRIVATE = "PRIVATE"
@@ -554,12 +512,6 @@ export interface DevicePool {
554
512
  */
555
513
  maxDevices?: number;
556
514
  }
557
- export declare namespace DevicePool {
558
- /**
559
- * @internal
560
- */
561
- const filterSensitiveLog: (obj: DevicePool) => any;
562
- }
563
515
  /**
564
516
  * <p>Represents the result of a create device pool request.</p>
565
517
  */
@@ -569,12 +521,6 @@ export interface CreateDevicePoolResult {
569
521
  */
570
522
  devicePool?: DevicePool;
571
523
  }
572
- export declare namespace CreateDevicePoolResult {
573
- /**
574
- * @internal
575
- */
576
- const filterSensitiveLog: (obj: CreateDevicePoolResult) => any;
577
- }
578
524
  /**
579
525
  * <p>A limit was exceeded.</p>
580
526
  */
@@ -635,12 +581,6 @@ export interface CreateInstanceProfileRequest {
635
581
  */
636
582
  rebootAfterUse?: boolean;
637
583
  }
638
- export declare namespace CreateInstanceProfileRequest {
639
- /**
640
- * @internal
641
- */
642
- const filterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
643
- }
644
584
  /**
645
585
  * <p>Represents the instance profile.</p>
646
586
  */
@@ -675,24 +615,12 @@ export interface InstanceProfile {
675
615
  */
676
616
  description?: string;
677
617
  }
678
- export declare namespace InstanceProfile {
679
- /**
680
- * @internal
681
- */
682
- const filterSensitiveLog: (obj: InstanceProfile) => any;
683
- }
684
618
  export interface CreateInstanceProfileResult {
685
619
  /**
686
620
  * <p>An object that contains information about your instance profile.</p>
687
621
  */
688
622
  instanceProfile?: InstanceProfile;
689
623
  }
690
- export declare namespace CreateInstanceProfileResult {
691
- /**
692
- * @internal
693
- */
694
- const filterSensitiveLog: (obj: CreateInstanceProfileResult) => any;
695
- }
696
624
  export declare enum NetworkProfileType {
697
625
  CURATED = "CURATED",
698
626
  PRIVATE = "PRIVATE"
@@ -755,12 +683,6 @@ export interface CreateNetworkProfileRequest {
755
683
  */
756
684
  downlinkLossPercent?: number;
757
685
  }
758
- export declare namespace CreateNetworkProfileRequest {
759
- /**
760
- * @internal
761
- */
762
- const filterSensitiveLog: (obj: CreateNetworkProfileRequest) => any;
763
- }
764
686
  /**
765
687
  * <p>An array of settings that describes characteristics of a network profile.</p>
766
688
  */
@@ -821,12 +743,6 @@ export interface NetworkProfile {
821
743
  */
822
744
  downlinkLossPercent?: number;
823
745
  }
824
- export declare namespace NetworkProfile {
825
- /**
826
- * @internal
827
- */
828
- const filterSensitiveLog: (obj: NetworkProfile) => any;
829
- }
830
746
  export interface CreateNetworkProfileResult {
831
747
  /**
832
748
  * <p>The network profile that is returned by the create network profile
@@ -834,12 +750,6 @@ export interface CreateNetworkProfileResult {
834
750
  */
835
751
  networkProfile?: NetworkProfile;
836
752
  }
837
- export declare namespace CreateNetworkProfileResult {
838
- /**
839
- * @internal
840
- */
841
- const filterSensitiveLog: (obj: CreateNetworkProfileResult) => any;
842
- }
843
753
  /**
844
754
  * <p>Represents a request to the create project operation.</p>
845
755
  */
@@ -854,12 +764,6 @@ export interface CreateProjectRequest {
854
764
  */
855
765
  defaultJobTimeoutMinutes?: number;
856
766
  }
857
- export declare namespace CreateProjectRequest {
858
- /**
859
- * @internal
860
- */
861
- const filterSensitiveLog: (obj: CreateProjectRequest) => any;
862
- }
863
767
  /**
864
768
  * <p>Represents an operating-system neutral workspace for running and managing
865
769
  * tests.</p>
@@ -883,12 +787,6 @@ export interface Project {
883
787
  */
884
788
  created?: Date;
885
789
  }
886
- export declare namespace Project {
887
- /**
888
- * @internal
889
- */
890
- const filterSensitiveLog: (obj: Project) => any;
891
- }
892
790
  /**
893
791
  * <p>Represents the result of a create project request.</p>
894
792
  */
@@ -898,12 +796,6 @@ export interface CreateProjectResult {
898
796
  */
899
797
  project?: Project;
900
798
  }
901
- export declare namespace CreateProjectResult {
902
- /**
903
- * @internal
904
- */
905
- const filterSensitiveLog: (obj: CreateProjectResult) => any;
906
- }
907
799
  /**
908
800
  * <p>The operation was not successful. Try again.</p>
909
801
  */
@@ -930,12 +822,6 @@ export interface CreateRemoteAccessSessionConfiguration {
930
822
  */
931
823
  vpceConfigurationArns?: string[];
932
824
  }
933
- export declare namespace CreateRemoteAccessSessionConfiguration {
934
- /**
935
- * @internal
936
- */
937
- const filterSensitiveLog: (obj: CreateRemoteAccessSessionConfiguration) => any;
938
- }
939
825
  export declare enum InteractionMode {
940
826
  INTERACTIVE = "INTERACTIVE",
941
827
  NO_VIDEO = "NO_VIDEO",
@@ -1028,12 +914,6 @@ export interface CreateRemoteAccessSessionRequest {
1028
914
  */
1029
915
  skipAppResign?: boolean;
1030
916
  }
1031
- export declare namespace CreateRemoteAccessSessionRequest {
1032
- /**
1033
- * @internal
1034
- */
1035
- const filterSensitiveLog: (obj: CreateRemoteAccessSessionRequest) => any;
1036
- }
1037
917
  export declare enum DeviceAvailability {
1038
918
  AVAILABLE = "AVAILABLE",
1039
919
  BUSY = "BUSY",
@@ -1079,12 +959,6 @@ export interface DeviceInstance {
1079
959
  */
1080
960
  instanceProfile?: InstanceProfile;
1081
961
  }
1082
- export declare namespace DeviceInstance {
1083
- /**
1084
- * @internal
1085
- */
1086
- const filterSensitiveLog: (obj: DeviceInstance) => any;
1087
- }
1088
962
  /**
1089
963
  * <p>Represents the screen resolution of a device in height and width, expressed in
1090
964
  * pixels.</p>
@@ -1099,12 +973,6 @@ export interface Resolution {
1099
973
  */
1100
974
  height?: number;
1101
975
  }
1102
- export declare namespace Resolution {
1103
- /**
1104
- * @internal
1105
- */
1106
- const filterSensitiveLog: (obj: Resolution) => any;
1107
- }
1108
976
  /**
1109
977
  * <p>Represents a device type that an app is tested against.</p>
1110
978
  */
@@ -1216,12 +1084,6 @@ export interface Device {
1216
1084
  */
1217
1085
  availability?: DeviceAvailability | string;
1218
1086
  }
1219
- export declare namespace Device {
1220
- /**
1221
- * @internal
1222
- */
1223
- const filterSensitiveLog: (obj: Device) => any;
1224
- }
1225
1087
  /**
1226
1088
  * <p>Represents the total (metered or unmetered) minutes used by the resource to run
1227
1089
  * tests. Contains the sum of minutes consumed by all children.</p>
@@ -1243,12 +1105,6 @@ export interface DeviceMinutes {
1243
1105
  */
1244
1106
  unmetered?: number;
1245
1107
  }
1246
- export declare namespace DeviceMinutes {
1247
- /**
1248
- * @internal
1249
- */
1250
- const filterSensitiveLog: (obj: DeviceMinutes) => any;
1251
- }
1252
1108
  export declare enum ExecutionResult {
1253
1109
  ERRORED = "ERRORED",
1254
1110
  FAILED = "FAILED",
@@ -1445,12 +1301,6 @@ export interface RemoteAccessSession {
1445
1301
  */
1446
1302
  skipAppResign?: boolean;
1447
1303
  }
1448
- export declare namespace RemoteAccessSession {
1449
- /**
1450
- * @internal
1451
- */
1452
- const filterSensitiveLog: (obj: RemoteAccessSession) => any;
1453
- }
1454
1304
  /**
1455
1305
  * <p>Represents the server response from a request to create a remote access
1456
1306
  * session.</p>
@@ -1462,12 +1312,6 @@ export interface CreateRemoteAccessSessionResult {
1462
1312
  */
1463
1313
  remoteAccessSession?: RemoteAccessSession;
1464
1314
  }
1465
- export declare namespace CreateRemoteAccessSessionResult {
1466
- /**
1467
- * @internal
1468
- */
1469
- const filterSensitiveLog: (obj: CreateRemoteAccessSessionResult) => any;
1470
- }
1471
1315
  /**
1472
1316
  * <p>The VPC security groups and subnets that are attached to a project.</p>
1473
1317
  */
@@ -1485,12 +1329,6 @@ export interface TestGridVpcConfig {
1485
1329
  */
1486
1330
  vpcId: string | undefined;
1487
1331
  }
1488
- export declare namespace TestGridVpcConfig {
1489
- /**
1490
- * @internal
1491
- */
1492
- const filterSensitiveLog: (obj: TestGridVpcConfig) => any;
1493
- }
1494
1332
  export interface CreateTestGridProjectRequest {
1495
1333
  /**
1496
1334
  * <p>Human-readable name of the Selenium testing project.</p>
@@ -1505,12 +1343,6 @@ export interface CreateTestGridProjectRequest {
1505
1343
  */
1506
1344
  vpcConfig?: TestGridVpcConfig;
1507
1345
  }
1508
- export declare namespace CreateTestGridProjectRequest {
1509
- /**
1510
- * @internal
1511
- */
1512
- const filterSensitiveLog: (obj: CreateTestGridProjectRequest) => any;
1513
- }
1514
1346
  /**
1515
1347
  * <p>A Selenium testing project. Projects are used to collect and collate sessions.</p>
1516
1348
  */
@@ -1536,24 +1368,12 @@ export interface TestGridProject {
1536
1368
  */
1537
1369
  created?: Date;
1538
1370
  }
1539
- export declare namespace TestGridProject {
1540
- /**
1541
- * @internal
1542
- */
1543
- const filterSensitiveLog: (obj: TestGridProject) => any;
1544
- }
1545
1371
  export interface CreateTestGridProjectResult {
1546
1372
  /**
1547
1373
  * <p>ARN of the Selenium testing project that was created.</p>
1548
1374
  */
1549
1375
  testGridProject?: TestGridProject;
1550
1376
  }
1551
- export declare namespace CreateTestGridProjectResult {
1552
- /**
1553
- * @internal
1554
- */
1555
- const filterSensitiveLog: (obj: CreateTestGridProjectResult) => any;
1556
- }
1557
1377
  /**
1558
1378
  * <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
1559
1379
  * error. </p>
@@ -1577,12 +1397,6 @@ export interface CreateTestGridUrlRequest {
1577
1397
  */
1578
1398
  expiresInSeconds: number | undefined;
1579
1399
  }
1580
- export declare namespace CreateTestGridUrlRequest {
1581
- /**
1582
- * @internal
1583
- */
1584
- const filterSensitiveLog: (obj: CreateTestGridUrlRequest) => any;
1585
- }
1586
1400
  export interface CreateTestGridUrlResult {
1587
1401
  /**
1588
1402
  * <p>A signed URL, expiring in <a>CreateTestGridUrlRequest$expiresInSeconds</a> seconds, to be passed
@@ -1594,12 +1408,6 @@ export interface CreateTestGridUrlResult {
1594
1408
  */
1595
1409
  expires?: Date;
1596
1410
  }
1597
- export declare namespace CreateTestGridUrlResult {
1598
- /**
1599
- * @internal
1600
- */
1601
- const filterSensitiveLog: (obj: CreateTestGridUrlResult) => any;
1602
- }
1603
1411
  export declare enum UploadType {
1604
1412
  ANDROID_APP = "ANDROID_APP",
1605
1413
  APPIUM_JAVA_JUNIT_TEST_PACKAGE = "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
@@ -1759,12 +1567,6 @@ export interface CreateUploadRequest {
1759
1567
  */
1760
1568
  contentType?: string;
1761
1569
  }
1762
- export declare namespace CreateUploadRequest {
1763
- /**
1764
- * @internal
1765
- */
1766
- const filterSensitiveLog: (obj: CreateUploadRequest) => any;
1767
- }
1768
1570
  export declare enum UploadCategory {
1769
1571
  CURATED = "CURATED",
1770
1572
  PRIVATE = "PRIVATE"
@@ -1945,12 +1747,6 @@ export interface Upload {
1945
1747
  */
1946
1748
  category?: UploadCategory | string;
1947
1749
  }
1948
- export declare namespace Upload {
1949
- /**
1950
- * @internal
1951
- */
1952
- const filterSensitiveLog: (obj: Upload) => any;
1953
- }
1954
1750
  /**
1955
1751
  * <p>Represents the result of a create upload request.</p>
1956
1752
  */
@@ -1960,12 +1756,6 @@ export interface CreateUploadResult {
1960
1756
  */
1961
1757
  upload?: Upload;
1962
1758
  }
1963
- export declare namespace CreateUploadResult {
1964
- /**
1965
- * @internal
1966
- */
1967
- const filterSensitiveLog: (obj: CreateUploadResult) => any;
1968
- }
1969
1759
  export interface CreateVPCEConfigurationRequest {
1970
1760
  /**
1971
1761
  * <p>The friendly name you give to your VPC endpoint configuration, to manage your
@@ -1986,12 +1776,6 @@ export interface CreateVPCEConfigurationRequest {
1986
1776
  */
1987
1777
  vpceConfigurationDescription?: string;
1988
1778
  }
1989
- export declare namespace CreateVPCEConfigurationRequest {
1990
- /**
1991
- * @internal
1992
- */
1993
- const filterSensitiveLog: (obj: CreateVPCEConfigurationRequest) => any;
1994
- }
1995
1779
  /**
1996
1780
  * <p>Represents an Amazon Virtual Private Cloud (VPC) endpoint configuration.</p>
1997
1781
  */
@@ -2019,24 +1803,12 @@ export interface VPCEConfiguration {
2019
1803
  */
2020
1804
  vpceConfigurationDescription?: string;
2021
1805
  }
2022
- export declare namespace VPCEConfiguration {
2023
- /**
2024
- * @internal
2025
- */
2026
- const filterSensitiveLog: (obj: VPCEConfiguration) => any;
2027
- }
2028
1806
  export interface CreateVPCEConfigurationResult {
2029
1807
  /**
2030
1808
  * <p>An object that contains information about your VPC endpoint configuration.</p>
2031
1809
  */
2032
1810
  vpceConfiguration?: VPCEConfiguration;
2033
1811
  }
2034
- export declare namespace CreateVPCEConfigurationResult {
2035
- /**
2036
- * @internal
2037
- */
2038
- const filterSensitiveLog: (obj: CreateVPCEConfigurationResult) => any;
2039
- }
2040
1812
  export declare enum CurrencyCode {
2041
1813
  USD = "USD"
2042
1814
  }
@@ -2065,12 +1837,6 @@ export interface CustomerArtifactPaths {
2065
1837
  */
2066
1838
  deviceHostPaths?: string[];
2067
1839
  }
2068
- export declare namespace CustomerArtifactPaths {
2069
- /**
2070
- * @internal
2071
- */
2072
- const filterSensitiveLog: (obj: CustomerArtifactPaths) => any;
2073
- }
2074
1840
  /**
2075
1841
  * <p>Represents a request to the delete device pool operation.</p>
2076
1842
  */
@@ -2080,23 +1846,11 @@ export interface DeleteDevicePoolRequest {
2080
1846
  */
2081
1847
  arn: string | undefined;
2082
1848
  }
2083
- export declare namespace DeleteDevicePoolRequest {
2084
- /**
2085
- * @internal
2086
- */
2087
- const filterSensitiveLog: (obj: DeleteDevicePoolRequest) => any;
2088
- }
2089
1849
  /**
2090
1850
  * <p>Represents the result of a delete device pool request.</p>
2091
1851
  */
2092
1852
  export interface DeleteDevicePoolResult {
2093
1853
  }
2094
- export declare namespace DeleteDevicePoolResult {
2095
- /**
2096
- * @internal
2097
- */
2098
- const filterSensitiveLog: (obj: DeleteDevicePoolResult) => any;
2099
- }
2100
1854
  export interface DeleteInstanceProfileRequest {
2101
1855
  /**
2102
1856
  * <p>The Amazon Resource Name (ARN) of the instance profile you are requesting to
@@ -2104,40 +1858,16 @@ export interface DeleteInstanceProfileRequest {
2104
1858
  */
2105
1859
  arn: string | undefined;
2106
1860
  }
2107
- export declare namespace DeleteInstanceProfileRequest {
2108
- /**
2109
- * @internal
2110
- */
2111
- const filterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
2112
- }
2113
1861
  export interface DeleteInstanceProfileResult {
2114
1862
  }
2115
- export declare namespace DeleteInstanceProfileResult {
2116
- /**
2117
- * @internal
2118
- */
2119
- const filterSensitiveLog: (obj: DeleteInstanceProfileResult) => any;
2120
- }
2121
1863
  export interface DeleteNetworkProfileRequest {
2122
1864
  /**
2123
1865
  * <p>The ARN of the network profile to delete.</p>
2124
1866
  */
2125
1867
  arn: string | undefined;
2126
1868
  }
2127
- export declare namespace DeleteNetworkProfileRequest {
2128
- /**
2129
- * @internal
2130
- */
2131
- const filterSensitiveLog: (obj: DeleteNetworkProfileRequest) => any;
2132
- }
2133
1869
  export interface DeleteNetworkProfileResult {
2134
1870
  }
2135
- export declare namespace DeleteNetworkProfileResult {
2136
- /**
2137
- * @internal
2138
- */
2139
- const filterSensitiveLog: (obj: DeleteNetworkProfileResult) => any;
2140
- }
2141
1871
  /**
2142
1872
  * <p>Represents a request to the delete project operation.</p>
2143
1873
  */
@@ -2147,23 +1877,11 @@ export interface DeleteProjectRequest {
2147
1877
  */
2148
1878
  arn: string | undefined;
2149
1879
  }
2150
- export declare namespace DeleteProjectRequest {
2151
- /**
2152
- * @internal
2153
- */
2154
- const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
2155
- }
2156
1880
  /**
2157
1881
  * <p>Represents the result of a delete project request.</p>
2158
1882
  */
2159
1883
  export interface DeleteProjectResult {
2160
1884
  }
2161
- export declare namespace DeleteProjectResult {
2162
- /**
2163
- * @internal
2164
- */
2165
- const filterSensitiveLog: (obj: DeleteProjectResult) => any;
2166
- }
2167
1885
  /**
2168
1886
  * <p>Represents the request to delete the specified remote access session.</p>
2169
1887
  */
@@ -2174,24 +1892,12 @@ export interface DeleteRemoteAccessSessionRequest {
2174
1892
  */
2175
1893
  arn: string | undefined;
2176
1894
  }
2177
- export declare namespace DeleteRemoteAccessSessionRequest {
2178
- /**
2179
- * @internal
2180
- */
2181
- const filterSensitiveLog: (obj: DeleteRemoteAccessSessionRequest) => any;
2182
- }
2183
1895
  /**
2184
1896
  * <p>The response from the server when a request is made to delete the remote access
2185
1897
  * session.</p>
2186
1898
  */
2187
1899
  export interface DeleteRemoteAccessSessionResult {
2188
1900
  }
2189
- export declare namespace DeleteRemoteAccessSessionResult {
2190
- /**
2191
- * @internal
2192
- */
2193
- const filterSensitiveLog: (obj: DeleteRemoteAccessSessionResult) => any;
2194
- }
2195
1901
  /**
2196
1902
  * <p>Represents a request to the delete run operation.</p>
2197
1903
  */
@@ -2201,43 +1907,19 @@ export interface DeleteRunRequest {
2201
1907
  */
2202
1908
  arn: string | undefined;
2203
1909
  }
2204
- export declare namespace DeleteRunRequest {
2205
- /**
2206
- * @internal
2207
- */
2208
- const filterSensitiveLog: (obj: DeleteRunRequest) => any;
2209
- }
2210
1910
  /**
2211
1911
  * <p>Represents the result of a delete run request.</p>
2212
1912
  */
2213
1913
  export interface DeleteRunResult {
2214
1914
  }
2215
- export declare namespace DeleteRunResult {
2216
- /**
2217
- * @internal
2218
- */
2219
- const filterSensitiveLog: (obj: DeleteRunResult) => any;
2220
- }
2221
1915
  export interface DeleteTestGridProjectRequest {
2222
1916
  /**
2223
1917
  * <p>The ARN of the project to delete, from <a>CreateTestGridProject</a> or <a>ListTestGridProjects</a>.</p>
2224
1918
  */
2225
1919
  projectArn: string | undefined;
2226
1920
  }
2227
- export declare namespace DeleteTestGridProjectRequest {
2228
- /**
2229
- * @internal
2230
- */
2231
- const filterSensitiveLog: (obj: DeleteTestGridProjectRequest) => any;
2232
- }
2233
1921
  export interface DeleteTestGridProjectResult {
2234
1922
  }
2235
- export declare namespace DeleteTestGridProjectResult {
2236
- /**
2237
- * @internal
2238
- */
2239
- const filterSensitiveLog: (obj: DeleteTestGridProjectResult) => any;
2240
- }
2241
1923
  /**
2242
1924
  * <p>Represents a request to the delete upload operation.</p>
2243
1925
  */
@@ -2247,23 +1929,11 @@ export interface DeleteUploadRequest {
2247
1929
  */
2248
1930
  arn: string | undefined;
2249
1931
  }
2250
- export declare namespace DeleteUploadRequest {
2251
- /**
2252
- * @internal
2253
- */
2254
- const filterSensitiveLog: (obj: DeleteUploadRequest) => any;
2255
- }
2256
1932
  /**
2257
1933
  * <p>Represents the result of a delete upload request.</p>
2258
1934
  */
2259
1935
  export interface DeleteUploadResult {
2260
1936
  }
2261
- export declare namespace DeleteUploadResult {
2262
- /**
2263
- * @internal
2264
- */
2265
- const filterSensitiveLog: (obj: DeleteUploadResult) => any;
2266
- }
2267
1937
  export interface DeleteVPCEConfigurationRequest {
2268
1938
  /**
2269
1939
  * <p>The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to
@@ -2271,20 +1941,8 @@ export interface DeleteVPCEConfigurationRequest {
2271
1941
  */
2272
1942
  arn: string | undefined;
2273
1943
  }
2274
- export declare namespace DeleteVPCEConfigurationRequest {
2275
- /**
2276
- * @internal
2277
- */
2278
- const filterSensitiveLog: (obj: DeleteVPCEConfigurationRequest) => any;
2279
- }
2280
1944
  export interface DeleteVPCEConfigurationResult {
2281
1945
  }
2282
- export declare namespace DeleteVPCEConfigurationResult {
2283
- /**
2284
- * @internal
2285
- */
2286
- const filterSensitiveLog: (obj: DeleteVPCEConfigurationResult) => any;
2287
- }
2288
1946
  /**
2289
1947
  * <p>There was an error with the update request, or you do not have sufficient permissions
2290
1948
  * to update this VPC endpoint configuration.</p>
@@ -2302,12 +1960,6 @@ export declare class InvalidOperationException extends __BaseException {
2302
1960
  */
2303
1961
  export interface GetAccountSettingsRequest {
2304
1962
  }
2305
- export declare namespace GetAccountSettingsRequest {
2306
- /**
2307
- * @internal
2308
- */
2309
- const filterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
2310
- }
2311
1963
  /**
2312
1964
  * <p>Represents the account settings return values from the
2313
1965
  * <code>GetAccountSettings</code> request.</p>
@@ -2318,12 +1970,6 @@ export interface GetAccountSettingsResult {
2318
1970
  */
2319
1971
  accountSettings?: AccountSettings;
2320
1972
  }
2321
- export declare namespace GetAccountSettingsResult {
2322
- /**
2323
- * @internal
2324
- */
2325
- const filterSensitiveLog: (obj: GetAccountSettingsResult) => any;
2326
- }
2327
1973
  /**
2328
1974
  * <p>Represents a request to the get device request.</p>
2329
1975
  */
@@ -2333,12 +1979,6 @@ export interface GetDeviceRequest {
2333
1979
  */
2334
1980
  arn: string | undefined;
2335
1981
  }
2336
- export declare namespace GetDeviceRequest {
2337
- /**
2338
- * @internal
2339
- */
2340
- const filterSensitiveLog: (obj: GetDeviceRequest) => any;
2341
- }
2342
1982
  /**
2343
1983
  * <p>Represents the result of a get device request.</p>
2344
1984
  */
@@ -2348,12 +1988,6 @@ export interface GetDeviceResult {
2348
1988
  */
2349
1989
  device?: Device;
2350
1990
  }
2351
- export declare namespace GetDeviceResult {
2352
- /**
2353
- * @internal
2354
- */
2355
- const filterSensitiveLog: (obj: GetDeviceResult) => any;
2356
- }
2357
1991
  export interface GetDeviceInstanceRequest {
2358
1992
  /**
2359
1993
  * <p>The Amazon Resource Name (ARN) of the instance you're requesting information
@@ -2361,24 +1995,12 @@ export interface GetDeviceInstanceRequest {
2361
1995
  */
2362
1996
  arn: string | undefined;
2363
1997
  }
2364
- export declare namespace GetDeviceInstanceRequest {
2365
- /**
2366
- * @internal
2367
- */
2368
- const filterSensitiveLog: (obj: GetDeviceInstanceRequest) => any;
2369
- }
2370
1998
  export interface GetDeviceInstanceResult {
2371
1999
  /**
2372
2000
  * <p>An object that contains information about your device instance.</p>
2373
2001
  */
2374
2002
  deviceInstance?: DeviceInstance;
2375
2003
  }
2376
- export declare namespace GetDeviceInstanceResult {
2377
- /**
2378
- * @internal
2379
- */
2380
- const filterSensitiveLog: (obj: GetDeviceInstanceResult) => any;
2381
- }
2382
2004
  /**
2383
2005
  * <p>Represents a request to the get device pool operation.</p>
2384
2006
  */
@@ -2388,12 +2010,6 @@ export interface GetDevicePoolRequest {
2388
2010
  */
2389
2011
  arn: string | undefined;
2390
2012
  }
2391
- export declare namespace GetDevicePoolRequest {
2392
- /**
2393
- * @internal
2394
- */
2395
- const filterSensitiveLog: (obj: GetDevicePoolRequest) => any;
2396
- }
2397
2013
  /**
2398
2014
  * <p>Represents the result of a get device pool request.</p>
2399
2015
  */
@@ -2403,12 +2019,6 @@ export interface GetDevicePoolResult {
2403
2019
  */
2404
2020
  devicePool?: DevicePool;
2405
2021
  }
2406
- export declare namespace GetDevicePoolResult {
2407
- /**
2408
- * @internal
2409
- */
2410
- const filterSensitiveLog: (obj: GetDevicePoolResult) => any;
2411
- }
2412
2022
  /**
2413
2023
  * <p>Represents a latitude and longitude pair, expressed in geographic coordinate system degrees (for
2414
2024
  * example, 47.6204, -122.3491).</p>
@@ -2424,12 +2034,6 @@ export interface Location {
2424
2034
  */
2425
2035
  longitude: number | undefined;
2426
2036
  }
2427
- export declare namespace Location {
2428
- /**
2429
- * @internal
2430
- */
2431
- const filterSensitiveLog: (obj: Location) => any;
2432
- }
2433
2037
  /**
2434
2038
  * <p>Represents the set of radios and their states on a device. Examples of radios
2435
2039
  * include Wi-Fi, GPS, Bluetooth, and NFC.</p>
@@ -2452,12 +2056,6 @@ export interface Radios {
2452
2056
  */
2453
2057
  gps?: boolean;
2454
2058
  }
2455
- export declare namespace Radios {
2456
- /**
2457
- * @internal
2458
- */
2459
- const filterSensitiveLog: (obj: Radios) => any;
2460
- }
2461
2059
  /**
2462
2060
  * <p>Represents the settings for a run. Includes things like location, radio states,
2463
2061
  * auxiliary apps, and network profiles.</p>
@@ -2508,12 +2106,6 @@ export interface ScheduleRunConfiguration {
2508
2106
  */
2509
2107
  billingMethod?: BillingMethod | string;
2510
2108
  }
2511
- export declare namespace ScheduleRunConfiguration {
2512
- /**
2513
- * @internal
2514
- */
2515
- const filterSensitiveLog: (obj: ScheduleRunConfiguration) => any;
2516
- }
2517
2109
  export declare enum TestType {
2518
2110
  APPIUM_JAVA_JUNIT = "APPIUM_JAVA_JUNIT",
2519
2111
  APPIUM_JAVA_TESTNG = "APPIUM_JAVA_TESTNG",
@@ -2756,12 +2348,6 @@ export interface ScheduleRunTest {
2756
2348
  */
2757
2349
  parameters?: Record<string, string>;
2758
2350
  }
2759
- export declare namespace ScheduleRunTest {
2760
- /**
2761
- * @internal
2762
- */
2763
- const filterSensitiveLog: (obj: ScheduleRunTest) => any;
2764
- }
2765
2351
  /**
2766
2352
  * <p>Represents a request to the get device pool compatibility operation.</p>
2767
2353
  */
@@ -2845,12 +2431,6 @@ export interface GetDevicePoolCompatibilityRequest {
2845
2431
  */
2846
2432
  configuration?: ScheduleRunConfiguration;
2847
2433
  }
2848
- export declare namespace GetDevicePoolCompatibilityRequest {
2849
- /**
2850
- * @internal
2851
- */
2852
- const filterSensitiveLog: (obj: GetDevicePoolCompatibilityRequest) => any;
2853
- }
2854
2434
  /**
2855
2435
  * <p>Represents information about incompatibility.</p>
2856
2436
  */
@@ -2885,12 +2465,6 @@ export interface IncompatibilityMessage {
2885
2465
  */
2886
2466
  type?: DeviceAttribute | string;
2887
2467
  }
2888
- export declare namespace IncompatibilityMessage {
2889
- /**
2890
- * @internal
2891
- */
2892
- const filterSensitiveLog: (obj: IncompatibilityMessage) => any;
2893
- }
2894
2468
  /**
2895
2469
  * <p>Represents a device pool compatibility result.</p>
2896
2470
  */
@@ -2908,12 +2482,6 @@ export interface DevicePoolCompatibilityResult {
2908
2482
  */
2909
2483
  incompatibilityMessages?: IncompatibilityMessage[];
2910
2484
  }
2911
- export declare namespace DevicePoolCompatibilityResult {
2912
- /**
2913
- * @internal
2914
- */
2915
- const filterSensitiveLog: (obj: DevicePoolCompatibilityResult) => any;
2916
- }
2917
2485
  /**
2918
2486
  * <p>Represents the result of describe device pool compatibility request.</p>
2919
2487
  */
@@ -2927,36 +2495,18 @@ export interface GetDevicePoolCompatibilityResult {
2927
2495
  */
2928
2496
  incompatibleDevices?: DevicePoolCompatibilityResult[];
2929
2497
  }
2930
- export declare namespace GetDevicePoolCompatibilityResult {
2931
- /**
2932
- * @internal
2933
- */
2934
- const filterSensitiveLog: (obj: GetDevicePoolCompatibilityResult) => any;
2935
- }
2936
2498
  export interface GetInstanceProfileRequest {
2937
2499
  /**
2938
2500
  * <p>The Amazon Resource Name (ARN) of an instance profile.</p>
2939
2501
  */
2940
2502
  arn: string | undefined;
2941
2503
  }
2942
- export declare namespace GetInstanceProfileRequest {
2943
- /**
2944
- * @internal
2945
- */
2946
- const filterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
2947
- }
2948
2504
  export interface GetInstanceProfileResult {
2949
2505
  /**
2950
2506
  * <p>An object that contains information about an instance profile.</p>
2951
2507
  */
2952
2508
  instanceProfile?: InstanceProfile;
2953
2509
  }
2954
- export declare namespace GetInstanceProfileResult {
2955
- /**
2956
- * @internal
2957
- */
2958
- const filterSensitiveLog: (obj: GetInstanceProfileResult) => any;
2959
- }
2960
2510
  /**
2961
2511
  * <p>Represents a request to the get job operation.</p>
2962
2512
  */
@@ -2966,12 +2516,6 @@ export interface GetJobRequest {
2966
2516
  */
2967
2517
  arn: string | undefined;
2968
2518
  }
2969
- export declare namespace GetJobRequest {
2970
- /**
2971
- * @internal
2972
- */
2973
- const filterSensitiveLog: (obj: GetJobRequest) => any;
2974
- }
2975
2519
  /**
2976
2520
  * <p>Represents a device.</p>
2977
2521
  */
@@ -3149,12 +2693,6 @@ export interface Job {
3149
2693
  */
3150
2694
  videoCapture?: boolean;
3151
2695
  }
3152
- export declare namespace Job {
3153
- /**
3154
- * @internal
3155
- */
3156
- const filterSensitiveLog: (obj: Job) => any;
3157
- }
3158
2696
  /**
3159
2697
  * <p>Represents the result of a get job request.</p>
3160
2698
  */
@@ -3164,36 +2702,18 @@ export interface GetJobResult {
3164
2702
  */
3165
2703
  job?: Job;
3166
2704
  }
3167
- export declare namespace GetJobResult {
3168
- /**
3169
- * @internal
3170
- */
3171
- const filterSensitiveLog: (obj: GetJobResult) => any;
3172
- }
3173
2705
  export interface GetNetworkProfileRequest {
3174
2706
  /**
3175
2707
  * <p>The ARN of the network profile to return information about.</p>
3176
2708
  */
3177
2709
  arn: string | undefined;
3178
2710
  }
3179
- export declare namespace GetNetworkProfileRequest {
3180
- /**
3181
- * @internal
3182
- */
3183
- const filterSensitiveLog: (obj: GetNetworkProfileRequest) => any;
3184
- }
3185
2711
  export interface GetNetworkProfileResult {
3186
2712
  /**
3187
2713
  * <p>The network profile.</p>
3188
2714
  */
3189
2715
  networkProfile?: NetworkProfile;
3190
2716
  }
3191
- export declare namespace GetNetworkProfileResult {
3192
- /**
3193
- * @internal
3194
- */
3195
- const filterSensitiveLog: (obj: GetNetworkProfileResult) => any;
3196
- }
3197
2717
  /**
3198
2718
  * <p>Represents the request to retrieve the offering status for the specified customer
3199
2719
  * or account.</p>
@@ -3205,12 +2725,6 @@ export interface GetOfferingStatusRequest {
3205
2725
  */
3206
2726
  nextToken?: string;
3207
2727
  }
3208
- export declare namespace GetOfferingStatusRequest {
3209
- /**
3210
- * @internal
3211
- */
3212
- const filterSensitiveLog: (obj: GetOfferingStatusRequest) => any;
3213
- }
3214
2728
  /**
3215
2729
  * <p>A number that represents the monetary amount for an offering or transaction.</p>
3216
2730
  */
@@ -3224,12 +2738,6 @@ export interface MonetaryAmount {
3224
2738
  */
3225
2739
  currencyCode?: CurrencyCode | string;
3226
2740
  }
3227
- export declare namespace MonetaryAmount {
3228
- /**
3229
- * @internal
3230
- */
3231
- const filterSensitiveLog: (obj: MonetaryAmount) => any;
3232
- }
3233
2741
  export declare enum RecurringChargeFrequency {
3234
2742
  MONTHLY = "MONTHLY"
3235
2743
  }
@@ -3246,12 +2754,6 @@ export interface RecurringCharge {
3246
2754
  */
3247
2755
  frequency?: RecurringChargeFrequency | string;
3248
2756
  }
3249
- export declare namespace RecurringCharge {
3250
- /**
3251
- * @internal
3252
- */
3253
- const filterSensitiveLog: (obj: RecurringCharge) => any;
3254
- }
3255
2757
  export declare enum OfferingType {
3256
2758
  RECURRING = "RECURRING"
3257
2759
  }
@@ -3280,12 +2782,6 @@ export interface Offering {
3280
2782
  */
3281
2783
  recurringCharges?: RecurringCharge[];
3282
2784
  }
3283
- export declare namespace Offering {
3284
- /**
3285
- * @internal
3286
- */
3287
- const filterSensitiveLog: (obj: Offering) => any;
3288
- }
3289
2785
  export declare enum OfferingTransactionType {
3290
2786
  PURCHASE = "PURCHASE",
3291
2787
  RENEW = "RENEW",
@@ -3312,12 +2808,6 @@ export interface OfferingStatus {
3312
2808
  */
3313
2809
  effectiveOn?: Date;
3314
2810
  }
3315
- export declare namespace OfferingStatus {
3316
- /**
3317
- * @internal
3318
- */
3319
- const filterSensitiveLog: (obj: OfferingStatus) => any;
3320
- }
3321
2811
  /**
3322
2812
  * <p>Returns the status result for a device offering.</p>
3323
2813
  */
@@ -3336,12 +2826,6 @@ export interface GetOfferingStatusResult {
3336
2826
  */
3337
2827
  nextToken?: string;
3338
2828
  }
3339
- export declare namespace GetOfferingStatusResult {
3340
- /**
3341
- * @internal
3342
- */
3343
- const filterSensitiveLog: (obj: GetOfferingStatusResult) => any;
3344
- }
3345
2829
  /**
3346
2830
  * <p>Exception gets thrown when a user is not eligible to perform the specified
3347
2831
  * transaction.</p>
@@ -3363,12 +2847,6 @@ export interface GetProjectRequest {
3363
2847
  */
3364
2848
  arn: string | undefined;
3365
2849
  }
3366
- export declare namespace GetProjectRequest {
3367
- /**
3368
- * @internal
3369
- */
3370
- const filterSensitiveLog: (obj: GetProjectRequest) => any;
3371
- }
3372
2850
  /**
3373
2851
  * <p>Represents the result of a get project request.</p>
3374
2852
  */
@@ -3378,12 +2856,6 @@ export interface GetProjectResult {
3378
2856
  */
3379
2857
  project?: Project;
3380
2858
  }
3381
- export declare namespace GetProjectResult {
3382
- /**
3383
- * @internal
3384
- */
3385
- const filterSensitiveLog: (obj: GetProjectResult) => any;
3386
- }
3387
2859
  /**
3388
2860
  * <p>Represents the request to get information about the specified remote access
3389
2861
  * session.</p>
@@ -3395,12 +2867,6 @@ export interface GetRemoteAccessSessionRequest {
3395
2867
  */
3396
2868
  arn: string | undefined;
3397
2869
  }
3398
- export declare namespace GetRemoteAccessSessionRequest {
3399
- /**
3400
- * @internal
3401
- */
3402
- const filterSensitiveLog: (obj: GetRemoteAccessSessionRequest) => any;
3403
- }
3404
2870
  /**
3405
2871
  * <p>Represents the response from the server that lists detailed information about the
3406
2872
  * remote access session.</p>
@@ -3412,12 +2878,6 @@ export interface GetRemoteAccessSessionResult {
3412
2878
  */
3413
2879
  remoteAccessSession?: RemoteAccessSession;
3414
2880
  }
3415
- export declare namespace GetRemoteAccessSessionResult {
3416
- /**
3417
- * @internal
3418
- */
3419
- const filterSensitiveLog: (obj: GetRemoteAccessSessionResult) => any;
3420
- }
3421
2881
  /**
3422
2882
  * <p>Represents a request to the get run operation.</p>
3423
2883
  */
@@ -3427,12 +2887,6 @@ export interface GetRunRequest {
3427
2887
  */
3428
2888
  arn: string | undefined;
3429
2889
  }
3430
- export declare namespace GetRunRequest {
3431
- /**
3432
- * @internal
3433
- */
3434
- const filterSensitiveLog: (obj: GetRunRequest) => any;
3435
- }
3436
2890
  export declare enum DeviceFilterAttribute {
3437
2891
  ARN = "ARN",
3438
2892
  AVAILABILITY = "AVAILABILITY",
@@ -3587,12 +3041,6 @@ export interface DeviceFilter {
3587
3041
  */
3588
3042
  values: string[] | undefined;
3589
3043
  }
3590
- export declare namespace DeviceFilter {
3591
- /**
3592
- * @internal
3593
- */
3594
- const filterSensitiveLog: (obj: DeviceFilter) => any;
3595
- }
3596
3044
  /**
3597
3045
  * <p>Contains the run results requested by the device selection configuration and how many devices were
3598
3046
  * returned. For an example of the JSON response syntax, see <a>ScheduleRun</a>.</p>
@@ -3612,12 +3060,6 @@ export interface DeviceSelectionResult {
3612
3060
  */
3613
3061
  maxDevices?: number;
3614
3062
  }
3615
- export declare namespace DeviceSelectionResult {
3616
- /**
3617
- * @internal
3618
- */
3619
- const filterSensitiveLog: (obj: DeviceSelectionResult) => any;
3620
- }
3621
3063
  export declare enum ExecutionResultCode {
3622
3064
  PARSING_FAILED = "PARSING_FAILED",
3623
3065
  VPC_ENDPOINT_SETUP_FAILED = "VPC_ENDPOINT_SETUP_FAILED"
@@ -3890,12 +3332,6 @@ export interface Run {
3890
3332
  */
3891
3333
  deviceSelectionResult?: DeviceSelectionResult;
3892
3334
  }
3893
- export declare namespace Run {
3894
- /**
3895
- * @internal
3896
- */
3897
- const filterSensitiveLog: (obj: Run) => any;
3898
- }
3899
3335
  /**
3900
3336
  * <p>Represents the result of a get run request.</p>
3901
3337
  */
@@ -3905,12 +3341,6 @@ export interface GetRunResult {
3905
3341
  */
3906
3342
  run?: Run;
3907
3343
  }
3908
- export declare namespace GetRunResult {
3909
- /**
3910
- * @internal
3911
- */
3912
- const filterSensitiveLog: (obj: GetRunResult) => any;
3913
- }
3914
3344
  /**
3915
3345
  * <p>Represents a request to the get suite operation.</p>
3916
3346
  */
@@ -3920,12 +3350,6 @@ export interface GetSuiteRequest {
3920
3350
  */
3921
3351
  arn: string | undefined;
3922
3352
  }
3923
- export declare namespace GetSuiteRequest {
3924
- /**
3925
- * @internal
3926
- */
3927
- const filterSensitiveLog: (obj: GetSuiteRequest) => any;
3928
- }
3929
3353
  /**
3930
3354
  * <p>Represents a collection of one or more tests.</p>
3931
3355
  */
@@ -4091,12 +3515,6 @@ export interface Suite {
4091
3515
  */
4092
3516
  deviceMinutes?: DeviceMinutes;
4093
3517
  }
4094
- export declare namespace Suite {
4095
- /**
4096
- * @internal
4097
- */
4098
- const filterSensitiveLog: (obj: Suite) => any;
4099
- }
4100
3518
  /**
4101
3519
  * <p>Represents the result of a get suite request.</p>
4102
3520
  */
@@ -4106,12 +3524,6 @@ export interface GetSuiteResult {
4106
3524
  */
4107
3525
  suite?: Suite;
4108
3526
  }
4109
- export declare namespace GetSuiteResult {
4110
- /**
4111
- * @internal
4112
- */
4113
- const filterSensitiveLog: (obj: GetSuiteResult) => any;
4114
- }
4115
3527
  /**
4116
3528
  * <p>Represents a request to the get test operation.</p>
4117
3529
  */
@@ -4121,12 +3533,6 @@ export interface GetTestRequest {
4121
3533
  */
4122
3534
  arn: string | undefined;
4123
3535
  }
4124
- export declare namespace GetTestRequest {
4125
- /**
4126
- * @internal
4127
- */
4128
- const filterSensitiveLog: (obj: GetTestRequest) => any;
4129
- }
4130
3536
  /**
4131
3537
  * <p>Represents a condition that is evaluated.</p>
4132
3538
  */
@@ -4291,12 +3697,6 @@ export interface Test {
4291
3697
  */
4292
3698
  deviceMinutes?: DeviceMinutes;
4293
3699
  }
4294
- export declare namespace Test {
4295
- /**
4296
- * @internal
4297
- */
4298
- const filterSensitiveLog: (obj: Test) => any;
4299
- }
4300
3700
  /**
4301
3701
  * <p>Represents the result of a get test request.</p>
4302
3702
  */
@@ -4306,36 +3706,18 @@ export interface GetTestResult {
4306
3706
  */
4307
3707
  test?: Test;
4308
3708
  }
4309
- export declare namespace GetTestResult {
4310
- /**
4311
- * @internal
4312
- */
4313
- const filterSensitiveLog: (obj: GetTestResult) => any;
4314
- }
4315
3709
  export interface GetTestGridProjectRequest {
4316
3710
  /**
4317
3711
  * <p>The ARN of the Selenium testing project, from either <a>CreateTestGridProject</a> or <a>ListTestGridProjects</a>.</p>
4318
3712
  */
4319
3713
  projectArn: string | undefined;
4320
3714
  }
4321
- export declare namespace GetTestGridProjectRequest {
4322
- /**
4323
- * @internal
4324
- */
4325
- const filterSensitiveLog: (obj: GetTestGridProjectRequest) => any;
4326
- }
4327
3715
  export interface GetTestGridProjectResult {
4328
3716
  /**
4329
3717
  * <p>A <a>TestGridProject</a>.</p>
4330
3718
  */
4331
3719
  testGridProject?: TestGridProject;
4332
3720
  }
4333
- export declare namespace GetTestGridProjectResult {
4334
- /**
4335
- * @internal
4336
- */
4337
- const filterSensitiveLog: (obj: GetTestGridProjectResult) => any;
4338
- }
4339
3721
  export interface GetTestGridSessionRequest {
4340
3722
  /**
4341
3723
  * <p>The ARN for the project that this session belongs to. See <a>CreateTestGridProject</a> and <a>ListTestGridProjects</a>.</p>
@@ -4350,12 +3732,6 @@ export interface GetTestGridSessionRequest {
4350
3732
  */
4351
3733
  sessionArn?: string;
4352
3734
  }
4353
- export declare namespace GetTestGridSessionRequest {
4354
- /**
4355
- * @internal
4356
- */
4357
- const filterSensitiveLog: (obj: GetTestGridSessionRequest) => any;
4358
- }
4359
3735
  export declare enum TestGridSessionStatus {
4360
3736
  ACTIVE = "ACTIVE",
4361
3737
  CLOSED = "CLOSED",
@@ -4391,24 +3767,12 @@ export interface TestGridSession {
4391
3767
  */
4392
3768
  seleniumProperties?: string;
4393
3769
  }
4394
- export declare namespace TestGridSession {
4395
- /**
4396
- * @internal
4397
- */
4398
- const filterSensitiveLog: (obj: TestGridSession) => any;
4399
- }
4400
3770
  export interface GetTestGridSessionResult {
4401
3771
  /**
4402
3772
  * <p>The <a>TestGridSession</a> that was requested.</p>
4403
3773
  */
4404
3774
  testGridSession?: TestGridSession;
4405
3775
  }
4406
- export declare namespace GetTestGridSessionResult {
4407
- /**
4408
- * @internal
4409
- */
4410
- const filterSensitiveLog: (obj: GetTestGridSessionResult) => any;
4411
- }
4412
3776
  /**
4413
3777
  * <p>Represents a request to the get upload operation.</p>
4414
3778
  */
@@ -4418,12 +3782,6 @@ export interface GetUploadRequest {
4418
3782
  */
4419
3783
  arn: string | undefined;
4420
3784
  }
4421
- export declare namespace GetUploadRequest {
4422
- /**
4423
- * @internal
4424
- */
4425
- const filterSensitiveLog: (obj: GetUploadRequest) => any;
4426
- }
4427
3785
  /**
4428
3786
  * <p>Represents the result of a get upload request.</p>
4429
3787
  */
@@ -4434,12 +3792,6 @@ export interface GetUploadResult {
4434
3792
  */
4435
3793
  upload?: Upload;
4436
3794
  }
4437
- export declare namespace GetUploadResult {
4438
- /**
4439
- * @internal
4440
- */
4441
- const filterSensitiveLog: (obj: GetUploadResult) => any;
4442
- }
4443
3795
  export interface GetVPCEConfigurationRequest {
4444
3796
  /**
4445
3797
  * <p>The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to
@@ -4447,24 +3799,12 @@ export interface GetVPCEConfigurationRequest {
4447
3799
  */
4448
3800
  arn: string | undefined;
4449
3801
  }
4450
- export declare namespace GetVPCEConfigurationRequest {
4451
- /**
4452
- * @internal
4453
- */
4454
- const filterSensitiveLog: (obj: GetVPCEConfigurationRequest) => any;
4455
- }
4456
3802
  export interface GetVPCEConfigurationResult {
4457
3803
  /**
4458
3804
  * <p>An object that contains information about your VPC endpoint configuration.</p>
4459
3805
  */
4460
3806
  vpceConfiguration?: VPCEConfiguration;
4461
3807
  }
4462
- export declare namespace GetVPCEConfigurationResult {
4463
- /**
4464
- * @internal
4465
- */
4466
- const filterSensitiveLog: (obj: GetVPCEConfigurationResult) => any;
4467
- }
4468
3808
  /**
4469
3809
  * <p>Represents the request to install an Android application (in .apk format) or an iOS
4470
3810
  * application (in .ipa format) as part of a remote access session.</p>
@@ -4480,12 +3820,6 @@ export interface InstallToRemoteAccessSessionRequest {
4480
3820
  */
4481
3821
  appArn: string | undefined;
4482
3822
  }
4483
- export declare namespace InstallToRemoteAccessSessionRequest {
4484
- /**
4485
- * @internal
4486
- */
4487
- const filterSensitiveLog: (obj: InstallToRemoteAccessSessionRequest) => any;
4488
- }
4489
3823
  /**
4490
3824
  * <p>Represents the response from the server after AWS Device Farm makes a request to
4491
3825
  * install to a remote access session.</p>
@@ -4496,12 +3830,6 @@ export interface InstallToRemoteAccessSessionResult {
4496
3830
  */
4497
3831
  appUpload?: Upload;
4498
3832
  }
4499
- export declare namespace InstallToRemoteAccessSessionResult {
4500
- /**
4501
- * @internal
4502
- */
4503
- const filterSensitiveLog: (obj: InstallToRemoteAccessSessionResult) => any;
4504
- }
4505
3833
  /**
4506
3834
  * <p>Represents a request to the list artifacts operation.</p>
4507
3835
  */
@@ -4532,12 +3860,6 @@ export interface ListArtifactsRequest {
4532
3860
  */
4533
3861
  nextToken?: string;
4534
3862
  }
4535
- export declare namespace ListArtifactsRequest {
4536
- /**
4537
- * @internal
4538
- */
4539
- const filterSensitiveLog: (obj: ListArtifactsRequest) => any;
4540
- }
4541
3863
  /**
4542
3864
  * <p>Represents the result of a list artifacts operation.</p>
4543
3865
  */
@@ -4553,12 +3875,6 @@ export interface ListArtifactsResult {
4553
3875
  */
4554
3876
  nextToken?: string;
4555
3877
  }
4556
- export declare namespace ListArtifactsResult {
4557
- /**
4558
- * @internal
4559
- */
4560
- const filterSensitiveLog: (obj: ListArtifactsResult) => any;
4561
- }
4562
3878
  export interface ListDeviceInstancesRequest {
4563
3879
  /**
4564
3880
  * <p>An integer that specifies the maximum number of items you want to return in the API response.</p>
@@ -4570,12 +3886,6 @@ export interface ListDeviceInstancesRequest {
4570
3886
  */
4571
3887
  nextToken?: string;
4572
3888
  }
4573
- export declare namespace ListDeviceInstancesRequest {
4574
- /**
4575
- * @internal
4576
- */
4577
- const filterSensitiveLog: (obj: ListDeviceInstancesRequest) => any;
4578
- }
4579
3889
  export interface ListDeviceInstancesResult {
4580
3890
  /**
4581
3891
  * <p>An object that contains information about your device instances.</p>
@@ -4587,12 +3897,6 @@ export interface ListDeviceInstancesResult {
4587
3897
  */
4588
3898
  nextToken?: string;
4589
3899
  }
4590
- export declare namespace ListDeviceInstancesResult {
4591
- /**
4592
- * @internal
4593
- */
4594
- const filterSensitiveLog: (obj: ListDeviceInstancesResult) => any;
4595
- }
4596
3900
  /**
4597
3901
  * <p>Represents the result of a list device pools request.</p>
4598
3902
  */
@@ -4622,12 +3926,6 @@ export interface ListDevicePoolsRequest {
4622
3926
  */
4623
3927
  nextToken?: string;
4624
3928
  }
4625
- export declare namespace ListDevicePoolsRequest {
4626
- /**
4627
- * @internal
4628
- */
4629
- const filterSensitiveLog: (obj: ListDevicePoolsRequest) => any;
4630
- }
4631
3929
  /**
4632
3930
  * <p>Represents the result of a list device pools request.</p>
4633
3931
  */
@@ -4643,12 +3941,6 @@ export interface ListDevicePoolsResult {
4643
3941
  */
4644
3942
  nextToken?: string;
4645
3943
  }
4646
- export declare namespace ListDevicePoolsResult {
4647
- /**
4648
- * @internal
4649
- */
4650
- const filterSensitiveLog: (obj: ListDevicePoolsResult) => any;
4651
- }
4652
3944
  /**
4653
3945
  * <p>Represents the result of a list devices request.</p>
4654
3946
  */
@@ -4757,12 +4049,6 @@ export interface ListDevicesRequest {
4757
4049
  */
4758
4050
  filters?: DeviceFilter[];
4759
4051
  }
4760
- export declare namespace ListDevicesRequest {
4761
- /**
4762
- * @internal
4763
- */
4764
- const filterSensitiveLog: (obj: ListDevicesRequest) => any;
4765
- }
4766
4052
  /**
4767
4053
  * <p>Represents the result of a list devices operation.</p>
4768
4054
  */
@@ -4778,12 +4064,6 @@ export interface ListDevicesResult {
4778
4064
  */
4779
4065
  nextToken?: string;
4780
4066
  }
4781
- export declare namespace ListDevicesResult {
4782
- /**
4783
- * @internal
4784
- */
4785
- const filterSensitiveLog: (obj: ListDevicesResult) => any;
4786
- }
4787
4067
  export interface ListInstanceProfilesRequest {
4788
4068
  /**
4789
4069
  * <p>An integer that specifies the maximum number of items you want to return in the API response.</p>
@@ -4795,12 +4075,6 @@ export interface ListInstanceProfilesRequest {
4795
4075
  */
4796
4076
  nextToken?: string;
4797
4077
  }
4798
- export declare namespace ListInstanceProfilesRequest {
4799
- /**
4800
- * @internal
4801
- */
4802
- const filterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
4803
- }
4804
4078
  export interface ListInstanceProfilesResult {
4805
4079
  /**
4806
4080
  * <p>An object that contains information about your instance profiles.</p>
@@ -4812,12 +4086,6 @@ export interface ListInstanceProfilesResult {
4812
4086
  */
4813
4087
  nextToken?: string;
4814
4088
  }
4815
- export declare namespace ListInstanceProfilesResult {
4816
- /**
4817
- * @internal
4818
- */
4819
- const filterSensitiveLog: (obj: ListInstanceProfilesResult) => any;
4820
- }
4821
4089
  /**
4822
4090
  * <p>Represents a request to the list jobs operation.</p>
4823
4091
  */
@@ -4832,12 +4100,6 @@ export interface ListJobsRequest {
4832
4100
  */
4833
4101
  nextToken?: string;
4834
4102
  }
4835
- export declare namespace ListJobsRequest {
4836
- /**
4837
- * @internal
4838
- */
4839
- const filterSensitiveLog: (obj: ListJobsRequest) => any;
4840
- }
4841
4103
  /**
4842
4104
  * <p>Represents the result of a list jobs request.</p>
4843
4105
  */
@@ -4853,12 +4115,6 @@ export interface ListJobsResult {
4853
4115
  */
4854
4116
  nextToken?: string;
4855
4117
  }
4856
- export declare namespace ListJobsResult {
4857
- /**
4858
- * @internal
4859
- */
4860
- const filterSensitiveLog: (obj: ListJobsResult) => any;
4861
- }
4862
4118
  export interface ListNetworkProfilesRequest {
4863
4119
  /**
4864
4120
  * <p>The Amazon Resource Name (ARN) of the project for which you want to list network
@@ -4875,12 +4131,6 @@ export interface ListNetworkProfilesRequest {
4875
4131
  */
4876
4132
  nextToken?: string;
4877
4133
  }
4878
- export declare namespace ListNetworkProfilesRequest {
4879
- /**
4880
- * @internal
4881
- */
4882
- const filterSensitiveLog: (obj: ListNetworkProfilesRequest) => any;
4883
- }
4884
4134
  export interface ListNetworkProfilesResult {
4885
4135
  /**
4886
4136
  * <p>A list of the available network profiles.</p>
@@ -4892,12 +4142,6 @@ export interface ListNetworkProfilesResult {
4892
4142
  */
4893
4143
  nextToken?: string;
4894
4144
  }
4895
- export declare namespace ListNetworkProfilesResult {
4896
- /**
4897
- * @internal
4898
- */
4899
- const filterSensitiveLog: (obj: ListNetworkProfilesResult) => any;
4900
- }
4901
4145
  export interface ListOfferingPromotionsRequest {
4902
4146
  /**
4903
4147
  * <p>An identifier that was returned from the previous call to this operation, which can
@@ -4905,12 +4149,6 @@ export interface ListOfferingPromotionsRequest {
4905
4149
  */
4906
4150
  nextToken?: string;
4907
4151
  }
4908
- export declare namespace ListOfferingPromotionsRequest {
4909
- /**
4910
- * @internal
4911
- */
4912
- const filterSensitiveLog: (obj: ListOfferingPromotionsRequest) => any;
4913
- }
4914
4152
  /**
4915
4153
  * <p>Represents information about an offering promotion.</p>
4916
4154
  */
@@ -4924,12 +4162,6 @@ export interface OfferingPromotion {
4924
4162
  */
4925
4163
  description?: string;
4926
4164
  }
4927
- export declare namespace OfferingPromotion {
4928
- /**
4929
- * @internal
4930
- */
4931
- const filterSensitiveLog: (obj: OfferingPromotion) => any;
4932
- }
4933
4165
  export interface ListOfferingPromotionsResult {
4934
4166
  /**
4935
4167
  * <p>Information about the offering promotions.</p>
@@ -4941,12 +4173,6 @@ export interface ListOfferingPromotionsResult {
4941
4173
  */
4942
4174
  nextToken?: string;
4943
4175
  }
4944
- export declare namespace ListOfferingPromotionsResult {
4945
- /**
4946
- * @internal
4947
- */
4948
- const filterSensitiveLog: (obj: ListOfferingPromotionsResult) => any;
4949
- }
4950
4176
  /**
4951
4177
  * <p>Represents the request to list all offerings.</p>
4952
4178
  */
@@ -4957,12 +4183,6 @@ export interface ListOfferingsRequest {
4957
4183
  */
4958
4184
  nextToken?: string;
4959
4185
  }
4960
- export declare namespace ListOfferingsRequest {
4961
- /**
4962
- * @internal
4963
- */
4964
- const filterSensitiveLog: (obj: ListOfferingsRequest) => any;
4965
- }
4966
4186
  /**
4967
4187
  * <p>Represents the return values of the list of offerings.</p>
4968
4188
  */
@@ -4977,12 +4197,6 @@ export interface ListOfferingsResult {
4977
4197
  */
4978
4198
  nextToken?: string;
4979
4199
  }
4980
- export declare namespace ListOfferingsResult {
4981
- /**
4982
- * @internal
4983
- */
4984
- const filterSensitiveLog: (obj: ListOfferingsResult) => any;
4985
- }
4986
4200
  /**
4987
4201
  * <p>Represents the request to list the offering transaction history.</p>
4988
4202
  */
@@ -4993,12 +4207,6 @@ export interface ListOfferingTransactionsRequest {
4993
4207
  */
4994
4208
  nextToken?: string;
4995
4209
  }
4996
- export declare namespace ListOfferingTransactionsRequest {
4997
- /**
4998
- * @internal
4999
- */
5000
- const filterSensitiveLog: (obj: ListOfferingTransactionsRequest) => any;
5001
- }
5002
4210
  /**
5003
4211
  * <p>Represents the metadata of an offering transaction.</p>
5004
4212
  */
@@ -5024,12 +4232,6 @@ export interface OfferingTransaction {
5024
4232
  */
5025
4233
  cost?: MonetaryAmount;
5026
4234
  }
5027
- export declare namespace OfferingTransaction {
5028
- /**
5029
- * @internal
5030
- */
5031
- const filterSensitiveLog: (obj: OfferingTransaction) => any;
5032
- }
5033
4235
  /**
5034
4236
  * <p>Returns the transaction log of the specified offerings.</p>
5035
4237
  */
@@ -5045,12 +4247,6 @@ export interface ListOfferingTransactionsResult {
5045
4247
  */
5046
4248
  nextToken?: string;
5047
4249
  }
5048
- export declare namespace ListOfferingTransactionsResult {
5049
- /**
5050
- * @internal
5051
- */
5052
- const filterSensitiveLog: (obj: ListOfferingTransactionsResult) => any;
5053
- }
5054
4250
  /**
5055
4251
  * <p>Represents a request to the list projects operation.</p>
5056
4252
  */
@@ -5067,12 +4263,6 @@ export interface ListProjectsRequest {
5067
4263
  */
5068
4264
  nextToken?: string;
5069
4265
  }
5070
- export declare namespace ListProjectsRequest {
5071
- /**
5072
- * @internal
5073
- */
5074
- const filterSensitiveLog: (obj: ListProjectsRequest) => any;
5075
- }
5076
4266
  /**
5077
4267
  * <p>Represents the result of a list projects request.</p>
5078
4268
  */
@@ -5088,12 +4278,6 @@ export interface ListProjectsResult {
5088
4278
  */
5089
4279
  nextToken?: string;
5090
4280
  }
5091
- export declare namespace ListProjectsResult {
5092
- /**
5093
- * @internal
5094
- */
5095
- const filterSensitiveLog: (obj: ListProjectsResult) => any;
5096
- }
5097
4281
  /**
5098
4282
  * <p>Represents the request to return information about the remote access
5099
4283
  * session.</p>
@@ -5110,12 +4294,6 @@ export interface ListRemoteAccessSessionsRequest {
5110
4294
  */
5111
4295
  nextToken?: string;
5112
4296
  }
5113
- export declare namespace ListRemoteAccessSessionsRequest {
5114
- /**
5115
- * @internal
5116
- */
5117
- const filterSensitiveLog: (obj: ListRemoteAccessSessionsRequest) => any;
5118
- }
5119
4297
  /**
5120
4298
  * <p>Represents the response from the server after AWS Device Farm makes a request to
5121
4299
  * return information about the remote access session.</p>
@@ -5132,12 +4310,6 @@ export interface ListRemoteAccessSessionsResult {
5132
4310
  */
5133
4311
  nextToken?: string;
5134
4312
  }
5135
- export declare namespace ListRemoteAccessSessionsResult {
5136
- /**
5137
- * @internal
5138
- */
5139
- const filterSensitiveLog: (obj: ListRemoteAccessSessionsResult) => any;
5140
- }
5141
4313
  /**
5142
4314
  * <p>Represents a request to the list runs operation.</p>
5143
4315
  */
@@ -5153,12 +4325,6 @@ export interface ListRunsRequest {
5153
4325
  */
5154
4326
  nextToken?: string;
5155
4327
  }
5156
- export declare namespace ListRunsRequest {
5157
- /**
5158
- * @internal
5159
- */
5160
- const filterSensitiveLog: (obj: ListRunsRequest) => any;
5161
- }
5162
4328
  /**
5163
4329
  * <p>Represents the result of a list runs request.</p>
5164
4330
  */
@@ -5174,12 +4340,6 @@ export interface ListRunsResult {
5174
4340
  */
5175
4341
  nextToken?: string;
5176
4342
  }
5177
- export declare namespace ListRunsResult {
5178
- /**
5179
- * @internal
5180
- */
5181
- const filterSensitiveLog: (obj: ListRunsResult) => any;
5182
- }
5183
4343
  /**
5184
4344
  * <p>Represents a request to the list samples operation.</p>
5185
4345
  */
@@ -5194,12 +4354,6 @@ export interface ListSamplesRequest {
5194
4354
  */
5195
4355
  nextToken?: string;
5196
4356
  }
5197
- export declare namespace ListSamplesRequest {
5198
- /**
5199
- * @internal
5200
- */
5201
- const filterSensitiveLog: (obj: ListSamplesRequest) => any;
5202
- }
5203
4357
  export declare enum SampleType {
5204
4358
  CPU = "CPU",
5205
4359
  MEMORY = "MEMORY",
@@ -5296,12 +4450,6 @@ export interface Sample {
5296
4450
  */
5297
4451
  url?: string;
5298
4452
  }
5299
- export declare namespace Sample {
5300
- /**
5301
- * @internal
5302
- */
5303
- const filterSensitiveLog: (obj: Sample) => any;
5304
- }
5305
4453
  /**
5306
4454
  * <p>Represents the result of a list samples request.</p>
5307
4455
  */
@@ -5317,12 +4465,6 @@ export interface ListSamplesResult {
5317
4465
  */
5318
4466
  nextToken?: string;
5319
4467
  }
5320
- export declare namespace ListSamplesResult {
5321
- /**
5322
- * @internal
5323
- */
5324
- const filterSensitiveLog: (obj: ListSamplesResult) => any;
5325
- }
5326
4468
  /**
5327
4469
  * <p>Represents a request to the list suites operation.</p>
5328
4470
  */
@@ -5337,12 +4479,6 @@ export interface ListSuitesRequest {
5337
4479
  */
5338
4480
  nextToken?: string;
5339
4481
  }
5340
- export declare namespace ListSuitesRequest {
5341
- /**
5342
- * @internal
5343
- */
5344
- const filterSensitiveLog: (obj: ListSuitesRequest) => any;
5345
- }
5346
4482
  /**
5347
4483
  * <p>Represents the result of a list suites request.</p>
5348
4484
  */
@@ -5358,12 +4494,6 @@ export interface ListSuitesResult {
5358
4494
  */
5359
4495
  nextToken?: string;
5360
4496
  }
5361
- export declare namespace ListSuitesResult {
5362
- /**
5363
- * @internal
5364
- */
5365
- const filterSensitiveLog: (obj: ListSuitesResult) => any;
5366
- }
5367
4497
  export interface ListTagsForResourceRequest {
5368
4498
  /**
5369
4499
  * <p>The Amazon Resource Name (ARN) of the resource or resources for which to list tags. You can associate tags
@@ -5374,12 +4504,6 @@ export interface ListTagsForResourceRequest {
5374
4504
  */
5375
4505
  ResourceARN: string | undefined;
5376
4506
  }
5377
- export declare namespace ListTagsForResourceRequest {
5378
- /**
5379
- * @internal
5380
- */
5381
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5382
- }
5383
4507
  /**
5384
4508
  * <p>The metadata that you apply to a resource to help you categorize and organize it. Each tag consists of a
5385
4509
  * key and an optional value, both of which you define. Tag keys can have a maximum character length of 128
@@ -5397,12 +4521,6 @@ export interface Tag {
5397
4521
  */
5398
4522
  Value: string | undefined;
5399
4523
  }
5400
- export declare namespace Tag {
5401
- /**
5402
- * @internal
5403
- */
5404
- const filterSensitiveLog: (obj: Tag) => any;
5405
- }
5406
4524
  export interface ListTagsForResourceResponse {
5407
4525
  /**
5408
4526
  * <p>The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum
@@ -5410,12 +4528,6 @@ export interface ListTagsForResourceResponse {
5410
4528
  */
5411
4529
  Tags?: Tag[];
5412
4530
  }
5413
- export declare namespace ListTagsForResourceResponse {
5414
- /**
5415
- * @internal
5416
- */
5417
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5418
- }
5419
4531
  export interface ListTestGridProjectsRequest {
5420
4532
  /**
5421
4533
  * <p>Return no more than this number of results.</p>
@@ -5426,12 +4538,6 @@ export interface ListTestGridProjectsRequest {
5426
4538
  */
5427
4539
  nextToken?: string;
5428
4540
  }
5429
- export declare namespace ListTestGridProjectsRequest {
5430
- /**
5431
- * @internal
5432
- */
5433
- const filterSensitiveLog: (obj: ListTestGridProjectsRequest) => any;
5434
- }
5435
4541
  export interface ListTestGridProjectsResult {
5436
4542
  /**
5437
4543
  * <p>The list of TestGridProjects, based on a <a>ListTestGridProjectsRequest</a>.</p>
@@ -5443,12 +4549,6 @@ export interface ListTestGridProjectsResult {
5443
4549
  */
5444
4550
  nextToken?: string;
5445
4551
  }
5446
- export declare namespace ListTestGridProjectsResult {
5447
- /**
5448
- * @internal
5449
- */
5450
- const filterSensitiveLog: (obj: ListTestGridProjectsResult) => any;
5451
- }
5452
4552
  export interface ListTestGridSessionActionsRequest {
5453
4553
  /**
5454
4554
  * <p>The ARN of the session to retrieve.</p>
@@ -5463,12 +4563,6 @@ export interface ListTestGridSessionActionsRequest {
5463
4563
  */
5464
4564
  nextToken?: string;
5465
4565
  }
5466
- export declare namespace ListTestGridSessionActionsRequest {
5467
- /**
5468
- * @internal
5469
- */
5470
- const filterSensitiveLog: (obj: ListTestGridSessionActionsRequest) => any;
5471
- }
5472
4566
  /**
5473
4567
  * <p>An action taken by a <a>TestGridSession</a> browser instance.</p>
5474
4568
  */
@@ -5494,12 +4588,6 @@ export interface TestGridSessionAction {
5494
4588
  */
5495
4589
  requestMethod?: string;
5496
4590
  }
5497
- export declare namespace TestGridSessionAction {
5498
- /**
5499
- * @internal
5500
- */
5501
- const filterSensitiveLog: (obj: TestGridSessionAction) => any;
5502
- }
5503
4591
  export interface ListTestGridSessionActionsResult {
5504
4592
  /**
5505
4593
  * <p>The action taken by the session.</p>
@@ -5510,12 +4598,6 @@ export interface ListTestGridSessionActionsResult {
5510
4598
  */
5511
4599
  nextToken?: string;
5512
4600
  }
5513
- export declare namespace ListTestGridSessionActionsResult {
5514
- /**
5515
- * @internal
5516
- */
5517
- const filterSensitiveLog: (obj: ListTestGridSessionActionsResult) => any;
5518
- }
5519
4601
  export declare enum TestGridSessionArtifactCategory {
5520
4602
  LOG = "LOG",
5521
4603
  VIDEO = "VIDEO"
@@ -5538,12 +4620,6 @@ export interface ListTestGridSessionArtifactsRequest {
5538
4620
  */
5539
4621
  nextToken?: string;
5540
4622
  }
5541
- export declare namespace ListTestGridSessionArtifactsRequest {
5542
- /**
5543
- * @internal
5544
- */
5545
- const filterSensitiveLog: (obj: ListTestGridSessionArtifactsRequest) => any;
5546
- }
5547
4623
  export declare enum TestGridSessionArtifactType {
5548
4624
  SELENIUM_LOG = "SELENIUM_LOG",
5549
4625
  UNKNOWN = "UNKNOWN",
@@ -5570,12 +4646,6 @@ export interface TestGridSessionArtifact {
5570
4646
  */
5571
4647
  url?: string;
5572
4648
  }
5573
- export declare namespace TestGridSessionArtifact {
5574
- /**
5575
- * @internal
5576
- */
5577
- const filterSensitiveLog: (obj: TestGridSessionArtifact) => any;
5578
- }
5579
4649
  export interface ListTestGridSessionArtifactsResult {
5580
4650
  /**
5581
4651
  * <p>A list of test grid session artifacts for a <a>TestGridSession</a>.</p>
@@ -5586,12 +4656,6 @@ export interface ListTestGridSessionArtifactsResult {
5586
4656
  */
5587
4657
  nextToken?: string;
5588
4658
  }
5589
- export declare namespace ListTestGridSessionArtifactsResult {
5590
- /**
5591
- * @internal
5592
- */
5593
- const filterSensitiveLog: (obj: ListTestGridSessionArtifactsResult) => any;
5594
- }
5595
4659
  export interface ListTestGridSessionsRequest {
5596
4660
  /**
5597
4661
  * <p>ARN of a <a>TestGridProject</a>.</p>
@@ -5626,12 +4690,6 @@ export interface ListTestGridSessionsRequest {
5626
4690
  */
5627
4691
  nextToken?: string;
5628
4692
  }
5629
- export declare namespace ListTestGridSessionsRequest {
5630
- /**
5631
- * @internal
5632
- */
5633
- const filterSensitiveLog: (obj: ListTestGridSessionsRequest) => any;
5634
- }
5635
4693
  export interface ListTestGridSessionsResult {
5636
4694
  /**
5637
4695
  * <p>The sessions that match the criteria in a <a>ListTestGridSessionsRequest</a>. </p>
@@ -5642,12 +4700,6 @@ export interface ListTestGridSessionsResult {
5642
4700
  */
5643
4701
  nextToken?: string;
5644
4702
  }
5645
- export declare namespace ListTestGridSessionsResult {
5646
- /**
5647
- * @internal
5648
- */
5649
- const filterSensitiveLog: (obj: ListTestGridSessionsResult) => any;
5650
- }
5651
4703
  /**
5652
4704
  * <p>Represents a request to the list tests operation.</p>
5653
4705
  */
@@ -5662,12 +4714,6 @@ export interface ListTestsRequest {
5662
4714
  */
5663
4715
  nextToken?: string;
5664
4716
  }
5665
- export declare namespace ListTestsRequest {
5666
- /**
5667
- * @internal
5668
- */
5669
- const filterSensitiveLog: (obj: ListTestsRequest) => any;
5670
- }
5671
4717
  /**
5672
4718
  * <p>Represents the result of a list tests request.</p>
5673
4719
  */
@@ -5683,12 +4729,6 @@ export interface ListTestsResult {
5683
4729
  */
5684
4730
  nextToken?: string;
5685
4731
  }
5686
- export declare namespace ListTestsResult {
5687
- /**
5688
- * @internal
5689
- */
5690
- const filterSensitiveLog: (obj: ListTestsResult) => any;
5691
- }
5692
4732
  /**
5693
4733
  * <p>Represents a request to the list unique problems operation.</p>
5694
4734
  */
@@ -5703,12 +4743,6 @@ export interface ListUniqueProblemsRequest {
5703
4743
  */
5704
4744
  nextToken?: string;
5705
4745
  }
5706
- export declare namespace ListUniqueProblemsRequest {
5707
- /**
5708
- * @internal
5709
- */
5710
- const filterSensitiveLog: (obj: ListUniqueProblemsRequest) => any;
5711
- }
5712
4746
  /**
5713
4747
  * <p>Information about a problem detail.</p>
5714
4748
  */
@@ -5722,12 +4756,6 @@ export interface ProblemDetail {
5722
4756
  */
5723
4757
  name?: string;
5724
4758
  }
5725
- export declare namespace ProblemDetail {
5726
- /**
5727
- * @internal
5728
- */
5729
- const filterSensitiveLog: (obj: ProblemDetail) => any;
5730
- }
5731
4759
  /**
5732
4760
  * <p>Represents a specific warning or failure.</p>
5733
4761
  */
@@ -5785,12 +4813,6 @@ export interface Problem {
5785
4813
  */
5786
4814
  message?: string;
5787
4815
  }
5788
- export declare namespace Problem {
5789
- /**
5790
- * @internal
5791
- */
5792
- const filterSensitiveLog: (obj: Problem) => any;
5793
- }
5794
4816
  /**
5795
4817
  * <p>A collection of one or more problems, grouped by their result.</p>
5796
4818
  */
@@ -5804,12 +4826,6 @@ export interface UniqueProblem {
5804
4826
  */
5805
4827
  problems?: Problem[];
5806
4828
  }
5807
- export declare namespace UniqueProblem {
5808
- /**
5809
- * @internal
5810
- */
5811
- const filterSensitiveLog: (obj: UniqueProblem) => any;
5812
- }
5813
4829
  /**
5814
4830
  * <p>Represents the result of a list unique problems request.</p>
5815
4831
  */
@@ -5849,12 +4865,6 @@ export interface ListUniqueProblemsResult {
5849
4865
  */
5850
4866
  nextToken?: string;
5851
4867
  }
5852
- export declare namespace ListUniqueProblemsResult {
5853
- /**
5854
- * @internal
5855
- */
5856
- const filterSensitiveLog: (obj: ListUniqueProblemsResult) => any;
5857
- }
5858
4868
  /**
5859
4869
  * <p>Represents a request to the list uploads operation.</p>
5860
4870
  */
@@ -5973,12 +4983,6 @@ export interface ListUploadsRequest {
5973
4983
  */
5974
4984
  nextToken?: string;
5975
4985
  }
5976
- export declare namespace ListUploadsRequest {
5977
- /**
5978
- * @internal
5979
- */
5980
- const filterSensitiveLog: (obj: ListUploadsRequest) => any;
5981
- }
5982
4986
  /**
5983
4987
  * <p>Represents the result of a list uploads request.</p>
5984
4988
  */
@@ -5994,12 +4998,6 @@ export interface ListUploadsResult {
5994
4998
  */
5995
4999
  nextToken?: string;
5996
5000
  }
5997
- export declare namespace ListUploadsResult {
5998
- /**
5999
- * @internal
6000
- */
6001
- const filterSensitiveLog: (obj: ListUploadsResult) => any;
6002
- }
6003
5001
  export interface ListVPCEConfigurationsRequest {
6004
5002
  /**
6005
5003
  * <p>An integer that specifies the maximum number of items you want to return in the API response.</p>
@@ -6011,12 +5009,6 @@ export interface ListVPCEConfigurationsRequest {
6011
5009
  */
6012
5010
  nextToken?: string;
6013
5011
  }
6014
- export declare namespace ListVPCEConfigurationsRequest {
6015
- /**
6016
- * @internal
6017
- */
6018
- const filterSensitiveLog: (obj: ListVPCEConfigurationsRequest) => any;
6019
- }
6020
5012
  export interface ListVPCEConfigurationsResult {
6021
5013
  /**
6022
5014
  * <p>An array of <code>VPCEConfiguration</code> objects that contain information about your VPC endpoint
@@ -6029,12 +5021,6 @@ export interface ListVPCEConfigurationsResult {
6029
5021
  */
6030
5022
  nextToken?: string;
6031
5023
  }
6032
- export declare namespace ListVPCEConfigurationsResult {
6033
- /**
6034
- * @internal
6035
- */
6036
- const filterSensitiveLog: (obj: ListVPCEConfigurationsResult) => any;
6037
- }
6038
5024
  /**
6039
5025
  * <p>Represents a request for a purchase offering.</p>
6040
5026
  */
@@ -6052,12 +5038,6 @@ export interface PurchaseOfferingRequest {
6052
5038
  */
6053
5039
  offeringPromotionId?: string;
6054
5040
  }
6055
- export declare namespace PurchaseOfferingRequest {
6056
- /**
6057
- * @internal
6058
- */
6059
- const filterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
6060
- }
6061
5041
  /**
6062
5042
  * <p>The result of the purchase offering (for example, success or failure).</p>
6063
5043
  */
@@ -6067,12 +5047,6 @@ export interface PurchaseOfferingResult {
6067
5047
  */
6068
5048
  offeringTransaction?: OfferingTransaction;
6069
5049
  }
6070
- export declare namespace PurchaseOfferingResult {
6071
- /**
6072
- * @internal
6073
- */
6074
- const filterSensitiveLog: (obj: PurchaseOfferingResult) => any;
6075
- }
6076
5050
  /**
6077
5051
  * <p>A request that represents an offering renewal.</p>
6078
5052
  */
@@ -6086,12 +5060,6 @@ export interface RenewOfferingRequest {
6086
5060
  */
6087
5061
  quantity: number | undefined;
6088
5062
  }
6089
- export declare namespace RenewOfferingRequest {
6090
- /**
6091
- * @internal
6092
- */
6093
- const filterSensitiveLog: (obj: RenewOfferingRequest) => any;
6094
- }
6095
5063
  /**
6096
5064
  * <p>The result of a renewal offering.</p>
6097
5065
  */
@@ -6101,12 +5069,6 @@ export interface RenewOfferingResult {
6101
5069
  */
6102
5070
  offeringTransaction?: OfferingTransaction;
6103
5071
  }
6104
- export declare namespace RenewOfferingResult {
6105
- /**
6106
- * @internal
6107
- */
6108
- const filterSensitiveLog: (obj: RenewOfferingResult) => any;
6109
- }
6110
5072
  /**
6111
5073
  * <p>An entity with the same name already exists.</p>
6112
5074
  */
@@ -6253,12 +5215,6 @@ export interface DeviceSelectionConfiguration {
6253
5215
  */
6254
5216
  maxDevices: number | undefined;
6255
5217
  }
6256
- export declare namespace DeviceSelectionConfiguration {
6257
- /**
6258
- * @internal
6259
- */
6260
- const filterSensitiveLog: (obj: DeviceSelectionConfiguration) => any;
6261
- }
6262
5218
  /**
6263
5219
  * <p>Represents configuration information about a test run, such as the execution
6264
5220
  * timeout (in minutes).</p>
@@ -6288,12 +5244,6 @@ export interface ExecutionConfiguration {
6288
5244
  */
6289
5245
  skipAppResign?: boolean;
6290
5246
  }
6291
- export declare namespace ExecutionConfiguration {
6292
- /**
6293
- * @internal
6294
- */
6295
- const filterSensitiveLog: (obj: ExecutionConfiguration) => any;
6296
- }
6297
5247
  /**
6298
5248
  * <p>Represents a request to the schedule run operation.</p>
6299
5249
  */
@@ -6340,12 +5290,6 @@ export interface ScheduleRunRequest {
6340
5290
  */
6341
5291
  executionConfiguration?: ExecutionConfiguration;
6342
5292
  }
6343
- export declare namespace ScheduleRunRequest {
6344
- /**
6345
- * @internal
6346
- */
6347
- const filterSensitiveLog: (obj: ScheduleRunRequest) => any;
6348
- }
6349
5293
  /**
6350
5294
  * <p>Represents the result of a schedule run request.</p>
6351
5295
  */
@@ -6355,36 +5299,18 @@ export interface ScheduleRunResult {
6355
5299
  */
6356
5300
  run?: Run;
6357
5301
  }
6358
- export declare namespace ScheduleRunResult {
6359
- /**
6360
- * @internal
6361
- */
6362
- const filterSensitiveLog: (obj: ScheduleRunResult) => any;
6363
- }
6364
5302
  export interface StopJobRequest {
6365
5303
  /**
6366
5304
  * <p>Represents the Amazon Resource Name (ARN) of the Device Farm job to stop.</p>
6367
5305
  */
6368
5306
  arn: string | undefined;
6369
5307
  }
6370
- export declare namespace StopJobRequest {
6371
- /**
6372
- * @internal
6373
- */
6374
- const filterSensitiveLog: (obj: StopJobRequest) => any;
6375
- }
6376
5308
  export interface StopJobResult {
6377
5309
  /**
6378
5310
  * <p>The job that was stopped.</p>
6379
5311
  */
6380
5312
  job?: Job;
6381
5313
  }
6382
- export declare namespace StopJobResult {
6383
- /**
6384
- * @internal
6385
- */
6386
- const filterSensitiveLog: (obj: StopJobResult) => any;
6387
- }
6388
5314
  /**
6389
5315
  * <p>Represents the request to stop the remote access session.</p>
6390
5316
  */
@@ -6394,12 +5320,6 @@ export interface StopRemoteAccessSessionRequest {
6394
5320
  */
6395
5321
  arn: string | undefined;
6396
5322
  }
6397
- export declare namespace StopRemoteAccessSessionRequest {
6398
- /**
6399
- * @internal
6400
- */
6401
- const filterSensitiveLog: (obj: StopRemoteAccessSessionRequest) => any;
6402
- }
6403
5323
  /**
6404
5324
  * <p>Represents the response from the server that describes the remote access session
6405
5325
  * when AWS Device Farm stops the session.</p>
@@ -6411,12 +5331,6 @@ export interface StopRemoteAccessSessionResult {
6411
5331
  */
6412
5332
  remoteAccessSession?: RemoteAccessSession;
6413
5333
  }
6414
- export declare namespace StopRemoteAccessSessionResult {
6415
- /**
6416
- * @internal
6417
- */
6418
- const filterSensitiveLog: (obj: StopRemoteAccessSessionResult) => any;
6419
- }
6420
5334
  /**
6421
5335
  * <p>Represents the request to stop a specific run.</p>
6422
5336
  */
@@ -6426,12 +5340,6 @@ export interface StopRunRequest {
6426
5340
  */
6427
5341
  arn: string | undefined;
6428
5342
  }
6429
- export declare namespace StopRunRequest {
6430
- /**
6431
- * @internal
6432
- */
6433
- const filterSensitiveLog: (obj: StopRunRequest) => any;
6434
- }
6435
5343
  /**
6436
5344
  * <p>Represents the results of your stop run attempt.</p>
6437
5345
  */
@@ -6441,12 +5349,6 @@ export interface StopRunResult {
6441
5349
  */
6442
5350
  run?: Run;
6443
5351
  }
6444
- export declare namespace StopRunResult {
6445
- /**
6446
- * @internal
6447
- */
6448
- const filterSensitiveLog: (obj: StopRunResult) => any;
6449
- }
6450
5352
  /**
6451
5353
  * <p>The request doesn't comply with the AWS Identity and Access Management (IAM) tag
6452
5354
  * policy. Correct your request and then retry it.</p>
@@ -6475,20 +5377,8 @@ export interface TagResourceRequest {
6475
5377
  */
6476
5378
  Tags: Tag[] | undefined;
6477
5379
  }
6478
- export declare namespace TagResourceRequest {
6479
- /**
6480
- * @internal
6481
- */
6482
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
6483
- }
6484
5380
  export interface TagResourceResponse {
6485
5381
  }
6486
- export declare namespace TagResourceResponse {
6487
- /**
6488
- * @internal
6489
- */
6490
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
6491
- }
6492
5382
  /**
6493
5383
  * <p>The list of tags on the repository is over the limit. The maximum number of tags that
6494
5384
  * can be applied to a repository is 50. </p>
@@ -6516,20 +5406,8 @@ export interface UntagResourceRequest {
6516
5406
  */
6517
5407
  TagKeys: string[] | undefined;
6518
5408
  }
6519
- export declare namespace UntagResourceRequest {
6520
- /**
6521
- * @internal
6522
- */
6523
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
6524
- }
6525
5409
  export interface UntagResourceResponse {
6526
5410
  }
6527
- export declare namespace UntagResourceResponse {
6528
- /**
6529
- * @internal
6530
- */
6531
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
6532
- }
6533
5411
  export interface UpdateDeviceInstanceRequest {
6534
5412
  /**
6535
5413
  * <p>The Amazon Resource Name (ARN) of the device instance.</p>
@@ -6544,24 +5422,12 @@ export interface UpdateDeviceInstanceRequest {
6544
5422
  */
6545
5423
  labels?: string[];
6546
5424
  }
6547
- export declare namespace UpdateDeviceInstanceRequest {
6548
- /**
6549
- * @internal
6550
- */
6551
- const filterSensitiveLog: (obj: UpdateDeviceInstanceRequest) => any;
6552
- }
6553
5425
  export interface UpdateDeviceInstanceResult {
6554
5426
  /**
6555
5427
  * <p>An object that contains information about your device instance.</p>
6556
5428
  */
6557
5429
  deviceInstance?: DeviceInstance;
6558
5430
  }
6559
- export declare namespace UpdateDeviceInstanceResult {
6560
- /**
6561
- * @internal
6562
- */
6563
- const filterSensitiveLog: (obj: UpdateDeviceInstanceResult) => any;
6564
- }
6565
5431
  /**
6566
5432
  * <p>Represents a request to the update device pool operation.</p>
6567
5433
  */
@@ -6604,12 +5470,6 @@ export interface UpdateDevicePoolRequest {
6604
5470
  */
6605
5471
  clearMaxDevices?: boolean;
6606
5472
  }
6607
- export declare namespace UpdateDevicePoolRequest {
6608
- /**
6609
- * @internal
6610
- */
6611
- const filterSensitiveLog: (obj: UpdateDevicePoolRequest) => any;
6612
- }
6613
5473
  /**
6614
5474
  * <p>Represents the result of an update device pool request.</p>
6615
5475
  */
@@ -6619,12 +5479,6 @@ export interface UpdateDevicePoolResult {
6619
5479
  */
6620
5480
  devicePool?: DevicePool;
6621
5481
  }
6622
- export declare namespace UpdateDevicePoolResult {
6623
- /**
6624
- * @internal
6625
- */
6626
- const filterSensitiveLog: (obj: UpdateDevicePoolResult) => any;
6627
- }
6628
5482
  export interface UpdateInstanceProfileRequest {
6629
5483
  /**
6630
5484
  * <p>The Amazon Resource Name (ARN) of the instance profile.</p>
@@ -6656,24 +5510,12 @@ export interface UpdateInstanceProfileRequest {
6656
5510
  */
6657
5511
  rebootAfterUse?: boolean;
6658
5512
  }
6659
- export declare namespace UpdateInstanceProfileRequest {
6660
- /**
6661
- * @internal
6662
- */
6663
- const filterSensitiveLog: (obj: UpdateInstanceProfileRequest) => any;
6664
- }
6665
5513
  export interface UpdateInstanceProfileResult {
6666
5514
  /**
6667
5515
  * <p>An object that contains information about your instance profile.</p>
6668
5516
  */
6669
5517
  instanceProfile?: InstanceProfile;
6670
5518
  }
6671
- export declare namespace UpdateInstanceProfileResult {
6672
- /**
6673
- * @internal
6674
- */
6675
- const filterSensitiveLog: (obj: UpdateInstanceProfileResult) => any;
6676
- }
6677
5519
  export interface UpdateNetworkProfileRequest {
6678
5520
  /**
6679
5521
  * <p>The Amazon Resource Name (ARN) of the project for which you want to update network
@@ -6734,24 +5576,12 @@ export interface UpdateNetworkProfileRequest {
6734
5576
  */
6735
5577
  downlinkLossPercent?: number;
6736
5578
  }
6737
- export declare namespace UpdateNetworkProfileRequest {
6738
- /**
6739
- * @internal
6740
- */
6741
- const filterSensitiveLog: (obj: UpdateNetworkProfileRequest) => any;
6742
- }
6743
5579
  export interface UpdateNetworkProfileResult {
6744
5580
  /**
6745
5581
  * <p>A list of the available network profiles.</p>
6746
5582
  */
6747
5583
  networkProfile?: NetworkProfile;
6748
5584
  }
6749
- export declare namespace UpdateNetworkProfileResult {
6750
- /**
6751
- * @internal
6752
- */
6753
- const filterSensitiveLog: (obj: UpdateNetworkProfileResult) => any;
6754
- }
6755
5585
  /**
6756
5586
  * <p>Represents a request to the update project operation.</p>
6757
5587
  */
@@ -6769,12 +5599,6 @@ export interface UpdateProjectRequest {
6769
5599
  */
6770
5600
  defaultJobTimeoutMinutes?: number;
6771
5601
  }
6772
- export declare namespace UpdateProjectRequest {
6773
- /**
6774
- * @internal
6775
- */
6776
- const filterSensitiveLog: (obj: UpdateProjectRequest) => any;
6777
- }
6778
5602
  /**
6779
5603
  * <p>Represents the result of an update project request.</p>
6780
5604
  */
@@ -6784,12 +5608,6 @@ export interface UpdateProjectResult {
6784
5608
  */
6785
5609
  project?: Project;
6786
5610
  }
6787
- export declare namespace UpdateProjectResult {
6788
- /**
6789
- * @internal
6790
- */
6791
- const filterSensitiveLog: (obj: UpdateProjectResult) => any;
6792
- }
6793
5611
  export interface UpdateTestGridProjectRequest {
6794
5612
  /**
6795
5613
  * <p>ARN of the project to update.</p>
@@ -6808,24 +5626,12 @@ export interface UpdateTestGridProjectRequest {
6808
5626
  */
6809
5627
  vpcConfig?: TestGridVpcConfig;
6810
5628
  }
6811
- export declare namespace UpdateTestGridProjectRequest {
6812
- /**
6813
- * @internal
6814
- */
6815
- const filterSensitiveLog: (obj: UpdateTestGridProjectRequest) => any;
6816
- }
6817
5629
  export interface UpdateTestGridProjectResult {
6818
5630
  /**
6819
5631
  * <p>The project, including updated information.</p>
6820
5632
  */
6821
5633
  testGridProject?: TestGridProject;
6822
5634
  }
6823
- export declare namespace UpdateTestGridProjectResult {
6824
- /**
6825
- * @internal
6826
- */
6827
- const filterSensitiveLog: (obj: UpdateTestGridProjectResult) => any;
6828
- }
6829
5635
  export interface UpdateUploadRequest {
6830
5636
  /**
6831
5637
  * <p>The Amazon Resource Name (ARN) of the uploaded test spec.</p>
@@ -6845,24 +5651,12 @@ export interface UpdateUploadRequest {
6845
5651
  */
6846
5652
  editContent?: boolean;
6847
5653
  }
6848
- export declare namespace UpdateUploadRequest {
6849
- /**
6850
- * @internal
6851
- */
6852
- const filterSensitiveLog: (obj: UpdateUploadRequest) => any;
6853
- }
6854
5654
  export interface UpdateUploadResult {
6855
5655
  /**
6856
5656
  * <p>A test spec uploaded to Device Farm.</p>
6857
5657
  */
6858
5658
  upload?: Upload;
6859
5659
  }
6860
- export declare namespace UpdateUploadResult {
6861
- /**
6862
- * @internal
6863
- */
6864
- const filterSensitiveLog: (obj: UpdateUploadResult) => any;
6865
- }
6866
5660
  export interface UpdateVPCEConfigurationRequest {
6867
5661
  /**
6868
5662
  * <p>The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to
@@ -6888,21 +5682,821 @@ export interface UpdateVPCEConfigurationRequest {
6888
5682
  */
6889
5683
  vpceConfigurationDescription?: string;
6890
5684
  }
6891
- export declare namespace UpdateVPCEConfigurationRequest {
6892
- /**
6893
- * @internal
6894
- */
6895
- const filterSensitiveLog: (obj: UpdateVPCEConfigurationRequest) => any;
6896
- }
6897
5685
  export interface UpdateVPCEConfigurationResult {
6898
5686
  /**
6899
5687
  * <p>An object that contains information about your VPC endpoint configuration.</p>
6900
5688
  */
6901
5689
  vpceConfiguration?: VPCEConfiguration;
6902
5690
  }
6903
- export declare namespace UpdateVPCEConfigurationResult {
6904
- /**
6905
- * @internal
6906
- */
6907
- const filterSensitiveLog: (obj: UpdateVPCEConfigurationResult) => any;
6908
- }
5691
+ /**
5692
+ * @internal
5693
+ */
5694
+ export declare const TrialMinutesFilterSensitiveLog: (obj: TrialMinutes) => any;
5695
+ /**
5696
+ * @internal
5697
+ */
5698
+ export declare const AccountSettingsFilterSensitiveLog: (obj: AccountSettings) => any;
5699
+ /**
5700
+ * @internal
5701
+ */
5702
+ export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
5703
+ /**
5704
+ * @internal
5705
+ */
5706
+ export declare const CountersFilterSensitiveLog: (obj: Counters) => any;
5707
+ /**
5708
+ * @internal
5709
+ */
5710
+ export declare const CPUFilterSensitiveLog: (obj: CPU) => any;
5711
+ /**
5712
+ * @internal
5713
+ */
5714
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
5715
+ /**
5716
+ * @internal
5717
+ */
5718
+ export declare const CreateDevicePoolRequestFilterSensitiveLog: (obj: CreateDevicePoolRequest) => any;
5719
+ /**
5720
+ * @internal
5721
+ */
5722
+ export declare const DevicePoolFilterSensitiveLog: (obj: DevicePool) => any;
5723
+ /**
5724
+ * @internal
5725
+ */
5726
+ export declare const CreateDevicePoolResultFilterSensitiveLog: (obj: CreateDevicePoolResult) => any;
5727
+ /**
5728
+ * @internal
5729
+ */
5730
+ export declare const CreateInstanceProfileRequestFilterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
5731
+ /**
5732
+ * @internal
5733
+ */
5734
+ export declare const InstanceProfileFilterSensitiveLog: (obj: InstanceProfile) => any;
5735
+ /**
5736
+ * @internal
5737
+ */
5738
+ export declare const CreateInstanceProfileResultFilterSensitiveLog: (obj: CreateInstanceProfileResult) => any;
5739
+ /**
5740
+ * @internal
5741
+ */
5742
+ export declare const CreateNetworkProfileRequestFilterSensitiveLog: (obj: CreateNetworkProfileRequest) => any;
5743
+ /**
5744
+ * @internal
5745
+ */
5746
+ export declare const NetworkProfileFilterSensitiveLog: (obj: NetworkProfile) => any;
5747
+ /**
5748
+ * @internal
5749
+ */
5750
+ export declare const CreateNetworkProfileResultFilterSensitiveLog: (obj: CreateNetworkProfileResult) => any;
5751
+ /**
5752
+ * @internal
5753
+ */
5754
+ export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
5755
+ /**
5756
+ * @internal
5757
+ */
5758
+ export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
5759
+ /**
5760
+ * @internal
5761
+ */
5762
+ export declare const CreateProjectResultFilterSensitiveLog: (obj: CreateProjectResult) => any;
5763
+ /**
5764
+ * @internal
5765
+ */
5766
+ export declare const CreateRemoteAccessSessionConfigurationFilterSensitiveLog: (obj: CreateRemoteAccessSessionConfiguration) => any;
5767
+ /**
5768
+ * @internal
5769
+ */
5770
+ export declare const CreateRemoteAccessSessionRequestFilterSensitiveLog: (obj: CreateRemoteAccessSessionRequest) => any;
5771
+ /**
5772
+ * @internal
5773
+ */
5774
+ export declare const DeviceInstanceFilterSensitiveLog: (obj: DeviceInstance) => any;
5775
+ /**
5776
+ * @internal
5777
+ */
5778
+ export declare const ResolutionFilterSensitiveLog: (obj: Resolution) => any;
5779
+ /**
5780
+ * @internal
5781
+ */
5782
+ export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
5783
+ /**
5784
+ * @internal
5785
+ */
5786
+ export declare const DeviceMinutesFilterSensitiveLog: (obj: DeviceMinutes) => any;
5787
+ /**
5788
+ * @internal
5789
+ */
5790
+ export declare const RemoteAccessSessionFilterSensitiveLog: (obj: RemoteAccessSession) => any;
5791
+ /**
5792
+ * @internal
5793
+ */
5794
+ export declare const CreateRemoteAccessSessionResultFilterSensitiveLog: (obj: CreateRemoteAccessSessionResult) => any;
5795
+ /**
5796
+ * @internal
5797
+ */
5798
+ export declare const TestGridVpcConfigFilterSensitiveLog: (obj: TestGridVpcConfig) => any;
5799
+ /**
5800
+ * @internal
5801
+ */
5802
+ export declare const CreateTestGridProjectRequestFilterSensitiveLog: (obj: CreateTestGridProjectRequest) => any;
5803
+ /**
5804
+ * @internal
5805
+ */
5806
+ export declare const TestGridProjectFilterSensitiveLog: (obj: TestGridProject) => any;
5807
+ /**
5808
+ * @internal
5809
+ */
5810
+ export declare const CreateTestGridProjectResultFilterSensitiveLog: (obj: CreateTestGridProjectResult) => any;
5811
+ /**
5812
+ * @internal
5813
+ */
5814
+ export declare const CreateTestGridUrlRequestFilterSensitiveLog: (obj: CreateTestGridUrlRequest) => any;
5815
+ /**
5816
+ * @internal
5817
+ */
5818
+ export declare const CreateTestGridUrlResultFilterSensitiveLog: (obj: CreateTestGridUrlResult) => any;
5819
+ /**
5820
+ * @internal
5821
+ */
5822
+ export declare const CreateUploadRequestFilterSensitiveLog: (obj: CreateUploadRequest) => any;
5823
+ /**
5824
+ * @internal
5825
+ */
5826
+ export declare const UploadFilterSensitiveLog: (obj: Upload) => any;
5827
+ /**
5828
+ * @internal
5829
+ */
5830
+ export declare const CreateUploadResultFilterSensitiveLog: (obj: CreateUploadResult) => any;
5831
+ /**
5832
+ * @internal
5833
+ */
5834
+ export declare const CreateVPCEConfigurationRequestFilterSensitiveLog: (obj: CreateVPCEConfigurationRequest) => any;
5835
+ /**
5836
+ * @internal
5837
+ */
5838
+ export declare const VPCEConfigurationFilterSensitiveLog: (obj: VPCEConfiguration) => any;
5839
+ /**
5840
+ * @internal
5841
+ */
5842
+ export declare const CreateVPCEConfigurationResultFilterSensitiveLog: (obj: CreateVPCEConfigurationResult) => any;
5843
+ /**
5844
+ * @internal
5845
+ */
5846
+ export declare const CustomerArtifactPathsFilterSensitiveLog: (obj: CustomerArtifactPaths) => any;
5847
+ /**
5848
+ * @internal
5849
+ */
5850
+ export declare const DeleteDevicePoolRequestFilterSensitiveLog: (obj: DeleteDevicePoolRequest) => any;
5851
+ /**
5852
+ * @internal
5853
+ */
5854
+ export declare const DeleteDevicePoolResultFilterSensitiveLog: (obj: DeleteDevicePoolResult) => any;
5855
+ /**
5856
+ * @internal
5857
+ */
5858
+ export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
5859
+ /**
5860
+ * @internal
5861
+ */
5862
+ export declare const DeleteInstanceProfileResultFilterSensitiveLog: (obj: DeleteInstanceProfileResult) => any;
5863
+ /**
5864
+ * @internal
5865
+ */
5866
+ export declare const DeleteNetworkProfileRequestFilterSensitiveLog: (obj: DeleteNetworkProfileRequest) => any;
5867
+ /**
5868
+ * @internal
5869
+ */
5870
+ export declare const DeleteNetworkProfileResultFilterSensitiveLog: (obj: DeleteNetworkProfileResult) => any;
5871
+ /**
5872
+ * @internal
5873
+ */
5874
+ export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
5875
+ /**
5876
+ * @internal
5877
+ */
5878
+ export declare const DeleteProjectResultFilterSensitiveLog: (obj: DeleteProjectResult) => any;
5879
+ /**
5880
+ * @internal
5881
+ */
5882
+ export declare const DeleteRemoteAccessSessionRequestFilterSensitiveLog: (obj: DeleteRemoteAccessSessionRequest) => any;
5883
+ /**
5884
+ * @internal
5885
+ */
5886
+ export declare const DeleteRemoteAccessSessionResultFilterSensitiveLog: (obj: DeleteRemoteAccessSessionResult) => any;
5887
+ /**
5888
+ * @internal
5889
+ */
5890
+ export declare const DeleteRunRequestFilterSensitiveLog: (obj: DeleteRunRequest) => any;
5891
+ /**
5892
+ * @internal
5893
+ */
5894
+ export declare const DeleteRunResultFilterSensitiveLog: (obj: DeleteRunResult) => any;
5895
+ /**
5896
+ * @internal
5897
+ */
5898
+ export declare const DeleteTestGridProjectRequestFilterSensitiveLog: (obj: DeleteTestGridProjectRequest) => any;
5899
+ /**
5900
+ * @internal
5901
+ */
5902
+ export declare const DeleteTestGridProjectResultFilterSensitiveLog: (obj: DeleteTestGridProjectResult) => any;
5903
+ /**
5904
+ * @internal
5905
+ */
5906
+ export declare const DeleteUploadRequestFilterSensitiveLog: (obj: DeleteUploadRequest) => any;
5907
+ /**
5908
+ * @internal
5909
+ */
5910
+ export declare const DeleteUploadResultFilterSensitiveLog: (obj: DeleteUploadResult) => any;
5911
+ /**
5912
+ * @internal
5913
+ */
5914
+ export declare const DeleteVPCEConfigurationRequestFilterSensitiveLog: (obj: DeleteVPCEConfigurationRequest) => any;
5915
+ /**
5916
+ * @internal
5917
+ */
5918
+ export declare const DeleteVPCEConfigurationResultFilterSensitiveLog: (obj: DeleteVPCEConfigurationResult) => any;
5919
+ /**
5920
+ * @internal
5921
+ */
5922
+ export declare const GetAccountSettingsRequestFilterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
5923
+ /**
5924
+ * @internal
5925
+ */
5926
+ export declare const GetAccountSettingsResultFilterSensitiveLog: (obj: GetAccountSettingsResult) => any;
5927
+ /**
5928
+ * @internal
5929
+ */
5930
+ export declare const GetDeviceRequestFilterSensitiveLog: (obj: GetDeviceRequest) => any;
5931
+ /**
5932
+ * @internal
5933
+ */
5934
+ export declare const GetDeviceResultFilterSensitiveLog: (obj: GetDeviceResult) => any;
5935
+ /**
5936
+ * @internal
5937
+ */
5938
+ export declare const GetDeviceInstanceRequestFilterSensitiveLog: (obj: GetDeviceInstanceRequest) => any;
5939
+ /**
5940
+ * @internal
5941
+ */
5942
+ export declare const GetDeviceInstanceResultFilterSensitiveLog: (obj: GetDeviceInstanceResult) => any;
5943
+ /**
5944
+ * @internal
5945
+ */
5946
+ export declare const GetDevicePoolRequestFilterSensitiveLog: (obj: GetDevicePoolRequest) => any;
5947
+ /**
5948
+ * @internal
5949
+ */
5950
+ export declare const GetDevicePoolResultFilterSensitiveLog: (obj: GetDevicePoolResult) => any;
5951
+ /**
5952
+ * @internal
5953
+ */
5954
+ export declare const LocationFilterSensitiveLog: (obj: Location) => any;
5955
+ /**
5956
+ * @internal
5957
+ */
5958
+ export declare const RadiosFilterSensitiveLog: (obj: Radios) => any;
5959
+ /**
5960
+ * @internal
5961
+ */
5962
+ export declare const ScheduleRunConfigurationFilterSensitiveLog: (obj: ScheduleRunConfiguration) => any;
5963
+ /**
5964
+ * @internal
5965
+ */
5966
+ export declare const ScheduleRunTestFilterSensitiveLog: (obj: ScheduleRunTest) => any;
5967
+ /**
5968
+ * @internal
5969
+ */
5970
+ export declare const GetDevicePoolCompatibilityRequestFilterSensitiveLog: (obj: GetDevicePoolCompatibilityRequest) => any;
5971
+ /**
5972
+ * @internal
5973
+ */
5974
+ export declare const IncompatibilityMessageFilterSensitiveLog: (obj: IncompatibilityMessage) => any;
5975
+ /**
5976
+ * @internal
5977
+ */
5978
+ export declare const DevicePoolCompatibilityResultFilterSensitiveLog: (obj: DevicePoolCompatibilityResult) => any;
5979
+ /**
5980
+ * @internal
5981
+ */
5982
+ export declare const GetDevicePoolCompatibilityResultFilterSensitiveLog: (obj: GetDevicePoolCompatibilityResult) => any;
5983
+ /**
5984
+ * @internal
5985
+ */
5986
+ export declare const GetInstanceProfileRequestFilterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
5987
+ /**
5988
+ * @internal
5989
+ */
5990
+ export declare const GetInstanceProfileResultFilterSensitiveLog: (obj: GetInstanceProfileResult) => any;
5991
+ /**
5992
+ * @internal
5993
+ */
5994
+ export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
5995
+ /**
5996
+ * @internal
5997
+ */
5998
+ export declare const JobFilterSensitiveLog: (obj: Job) => any;
5999
+ /**
6000
+ * @internal
6001
+ */
6002
+ export declare const GetJobResultFilterSensitiveLog: (obj: GetJobResult) => any;
6003
+ /**
6004
+ * @internal
6005
+ */
6006
+ export declare const GetNetworkProfileRequestFilterSensitiveLog: (obj: GetNetworkProfileRequest) => any;
6007
+ /**
6008
+ * @internal
6009
+ */
6010
+ export declare const GetNetworkProfileResultFilterSensitiveLog: (obj: GetNetworkProfileResult) => any;
6011
+ /**
6012
+ * @internal
6013
+ */
6014
+ export declare const GetOfferingStatusRequestFilterSensitiveLog: (obj: GetOfferingStatusRequest) => any;
6015
+ /**
6016
+ * @internal
6017
+ */
6018
+ export declare const MonetaryAmountFilterSensitiveLog: (obj: MonetaryAmount) => any;
6019
+ /**
6020
+ * @internal
6021
+ */
6022
+ export declare const RecurringChargeFilterSensitiveLog: (obj: RecurringCharge) => any;
6023
+ /**
6024
+ * @internal
6025
+ */
6026
+ export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
6027
+ /**
6028
+ * @internal
6029
+ */
6030
+ export declare const OfferingStatusFilterSensitiveLog: (obj: OfferingStatus) => any;
6031
+ /**
6032
+ * @internal
6033
+ */
6034
+ export declare const GetOfferingStatusResultFilterSensitiveLog: (obj: GetOfferingStatusResult) => any;
6035
+ /**
6036
+ * @internal
6037
+ */
6038
+ export declare const GetProjectRequestFilterSensitiveLog: (obj: GetProjectRequest) => any;
6039
+ /**
6040
+ * @internal
6041
+ */
6042
+ export declare const GetProjectResultFilterSensitiveLog: (obj: GetProjectResult) => any;
6043
+ /**
6044
+ * @internal
6045
+ */
6046
+ export declare const GetRemoteAccessSessionRequestFilterSensitiveLog: (obj: GetRemoteAccessSessionRequest) => any;
6047
+ /**
6048
+ * @internal
6049
+ */
6050
+ export declare const GetRemoteAccessSessionResultFilterSensitiveLog: (obj: GetRemoteAccessSessionResult) => any;
6051
+ /**
6052
+ * @internal
6053
+ */
6054
+ export declare const GetRunRequestFilterSensitiveLog: (obj: GetRunRequest) => any;
6055
+ /**
6056
+ * @internal
6057
+ */
6058
+ export declare const DeviceFilterFilterSensitiveLog: (obj: DeviceFilter) => any;
6059
+ /**
6060
+ * @internal
6061
+ */
6062
+ export declare const DeviceSelectionResultFilterSensitiveLog: (obj: DeviceSelectionResult) => any;
6063
+ /**
6064
+ * @internal
6065
+ */
6066
+ export declare const RunFilterSensitiveLog: (obj: Run) => any;
6067
+ /**
6068
+ * @internal
6069
+ */
6070
+ export declare const GetRunResultFilterSensitiveLog: (obj: GetRunResult) => any;
6071
+ /**
6072
+ * @internal
6073
+ */
6074
+ export declare const GetSuiteRequestFilterSensitiveLog: (obj: GetSuiteRequest) => any;
6075
+ /**
6076
+ * @internal
6077
+ */
6078
+ export declare const SuiteFilterSensitiveLog: (obj: Suite) => any;
6079
+ /**
6080
+ * @internal
6081
+ */
6082
+ export declare const GetSuiteResultFilterSensitiveLog: (obj: GetSuiteResult) => any;
6083
+ /**
6084
+ * @internal
6085
+ */
6086
+ export declare const GetTestRequestFilterSensitiveLog: (obj: GetTestRequest) => any;
6087
+ /**
6088
+ * @internal
6089
+ */
6090
+ export declare const TestFilterSensitiveLog: (obj: Test) => any;
6091
+ /**
6092
+ * @internal
6093
+ */
6094
+ export declare const GetTestResultFilterSensitiveLog: (obj: GetTestResult) => any;
6095
+ /**
6096
+ * @internal
6097
+ */
6098
+ export declare const GetTestGridProjectRequestFilterSensitiveLog: (obj: GetTestGridProjectRequest) => any;
6099
+ /**
6100
+ * @internal
6101
+ */
6102
+ export declare const GetTestGridProjectResultFilterSensitiveLog: (obj: GetTestGridProjectResult) => any;
6103
+ /**
6104
+ * @internal
6105
+ */
6106
+ export declare const GetTestGridSessionRequestFilterSensitiveLog: (obj: GetTestGridSessionRequest) => any;
6107
+ /**
6108
+ * @internal
6109
+ */
6110
+ export declare const TestGridSessionFilterSensitiveLog: (obj: TestGridSession) => any;
6111
+ /**
6112
+ * @internal
6113
+ */
6114
+ export declare const GetTestGridSessionResultFilterSensitiveLog: (obj: GetTestGridSessionResult) => any;
6115
+ /**
6116
+ * @internal
6117
+ */
6118
+ export declare const GetUploadRequestFilterSensitiveLog: (obj: GetUploadRequest) => any;
6119
+ /**
6120
+ * @internal
6121
+ */
6122
+ export declare const GetUploadResultFilterSensitiveLog: (obj: GetUploadResult) => any;
6123
+ /**
6124
+ * @internal
6125
+ */
6126
+ export declare const GetVPCEConfigurationRequestFilterSensitiveLog: (obj: GetVPCEConfigurationRequest) => any;
6127
+ /**
6128
+ * @internal
6129
+ */
6130
+ export declare const GetVPCEConfigurationResultFilterSensitiveLog: (obj: GetVPCEConfigurationResult) => any;
6131
+ /**
6132
+ * @internal
6133
+ */
6134
+ export declare const InstallToRemoteAccessSessionRequestFilterSensitiveLog: (obj: InstallToRemoteAccessSessionRequest) => any;
6135
+ /**
6136
+ * @internal
6137
+ */
6138
+ export declare const InstallToRemoteAccessSessionResultFilterSensitiveLog: (obj: InstallToRemoteAccessSessionResult) => any;
6139
+ /**
6140
+ * @internal
6141
+ */
6142
+ export declare const ListArtifactsRequestFilterSensitiveLog: (obj: ListArtifactsRequest) => any;
6143
+ /**
6144
+ * @internal
6145
+ */
6146
+ export declare const ListArtifactsResultFilterSensitiveLog: (obj: ListArtifactsResult) => any;
6147
+ /**
6148
+ * @internal
6149
+ */
6150
+ export declare const ListDeviceInstancesRequestFilterSensitiveLog: (obj: ListDeviceInstancesRequest) => any;
6151
+ /**
6152
+ * @internal
6153
+ */
6154
+ export declare const ListDeviceInstancesResultFilterSensitiveLog: (obj: ListDeviceInstancesResult) => any;
6155
+ /**
6156
+ * @internal
6157
+ */
6158
+ export declare const ListDevicePoolsRequestFilterSensitiveLog: (obj: ListDevicePoolsRequest) => any;
6159
+ /**
6160
+ * @internal
6161
+ */
6162
+ export declare const ListDevicePoolsResultFilterSensitiveLog: (obj: ListDevicePoolsResult) => any;
6163
+ /**
6164
+ * @internal
6165
+ */
6166
+ export declare const ListDevicesRequestFilterSensitiveLog: (obj: ListDevicesRequest) => any;
6167
+ /**
6168
+ * @internal
6169
+ */
6170
+ export declare const ListDevicesResultFilterSensitiveLog: (obj: ListDevicesResult) => any;
6171
+ /**
6172
+ * @internal
6173
+ */
6174
+ export declare const ListInstanceProfilesRequestFilterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
6175
+ /**
6176
+ * @internal
6177
+ */
6178
+ export declare const ListInstanceProfilesResultFilterSensitiveLog: (obj: ListInstanceProfilesResult) => any;
6179
+ /**
6180
+ * @internal
6181
+ */
6182
+ export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
6183
+ /**
6184
+ * @internal
6185
+ */
6186
+ export declare const ListJobsResultFilterSensitiveLog: (obj: ListJobsResult) => any;
6187
+ /**
6188
+ * @internal
6189
+ */
6190
+ export declare const ListNetworkProfilesRequestFilterSensitiveLog: (obj: ListNetworkProfilesRequest) => any;
6191
+ /**
6192
+ * @internal
6193
+ */
6194
+ export declare const ListNetworkProfilesResultFilterSensitiveLog: (obj: ListNetworkProfilesResult) => any;
6195
+ /**
6196
+ * @internal
6197
+ */
6198
+ export declare const ListOfferingPromotionsRequestFilterSensitiveLog: (obj: ListOfferingPromotionsRequest) => any;
6199
+ /**
6200
+ * @internal
6201
+ */
6202
+ export declare const OfferingPromotionFilterSensitiveLog: (obj: OfferingPromotion) => any;
6203
+ /**
6204
+ * @internal
6205
+ */
6206
+ export declare const ListOfferingPromotionsResultFilterSensitiveLog: (obj: ListOfferingPromotionsResult) => any;
6207
+ /**
6208
+ * @internal
6209
+ */
6210
+ export declare const ListOfferingsRequestFilterSensitiveLog: (obj: ListOfferingsRequest) => any;
6211
+ /**
6212
+ * @internal
6213
+ */
6214
+ export declare const ListOfferingsResultFilterSensitiveLog: (obj: ListOfferingsResult) => any;
6215
+ /**
6216
+ * @internal
6217
+ */
6218
+ export declare const ListOfferingTransactionsRequestFilterSensitiveLog: (obj: ListOfferingTransactionsRequest) => any;
6219
+ /**
6220
+ * @internal
6221
+ */
6222
+ export declare const OfferingTransactionFilterSensitiveLog: (obj: OfferingTransaction) => any;
6223
+ /**
6224
+ * @internal
6225
+ */
6226
+ export declare const ListOfferingTransactionsResultFilterSensitiveLog: (obj: ListOfferingTransactionsResult) => any;
6227
+ /**
6228
+ * @internal
6229
+ */
6230
+ export declare const ListProjectsRequestFilterSensitiveLog: (obj: ListProjectsRequest) => any;
6231
+ /**
6232
+ * @internal
6233
+ */
6234
+ export declare const ListProjectsResultFilterSensitiveLog: (obj: ListProjectsResult) => any;
6235
+ /**
6236
+ * @internal
6237
+ */
6238
+ export declare const ListRemoteAccessSessionsRequestFilterSensitiveLog: (obj: ListRemoteAccessSessionsRequest) => any;
6239
+ /**
6240
+ * @internal
6241
+ */
6242
+ export declare const ListRemoteAccessSessionsResultFilterSensitiveLog: (obj: ListRemoteAccessSessionsResult) => any;
6243
+ /**
6244
+ * @internal
6245
+ */
6246
+ export declare const ListRunsRequestFilterSensitiveLog: (obj: ListRunsRequest) => any;
6247
+ /**
6248
+ * @internal
6249
+ */
6250
+ export declare const ListRunsResultFilterSensitiveLog: (obj: ListRunsResult) => any;
6251
+ /**
6252
+ * @internal
6253
+ */
6254
+ export declare const ListSamplesRequestFilterSensitiveLog: (obj: ListSamplesRequest) => any;
6255
+ /**
6256
+ * @internal
6257
+ */
6258
+ export declare const SampleFilterSensitiveLog: (obj: Sample) => any;
6259
+ /**
6260
+ * @internal
6261
+ */
6262
+ export declare const ListSamplesResultFilterSensitiveLog: (obj: ListSamplesResult) => any;
6263
+ /**
6264
+ * @internal
6265
+ */
6266
+ export declare const ListSuitesRequestFilterSensitiveLog: (obj: ListSuitesRequest) => any;
6267
+ /**
6268
+ * @internal
6269
+ */
6270
+ export declare const ListSuitesResultFilterSensitiveLog: (obj: ListSuitesResult) => any;
6271
+ /**
6272
+ * @internal
6273
+ */
6274
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6275
+ /**
6276
+ * @internal
6277
+ */
6278
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
6279
+ /**
6280
+ * @internal
6281
+ */
6282
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6283
+ /**
6284
+ * @internal
6285
+ */
6286
+ export declare const ListTestGridProjectsRequestFilterSensitiveLog: (obj: ListTestGridProjectsRequest) => any;
6287
+ /**
6288
+ * @internal
6289
+ */
6290
+ export declare const ListTestGridProjectsResultFilterSensitiveLog: (obj: ListTestGridProjectsResult) => any;
6291
+ /**
6292
+ * @internal
6293
+ */
6294
+ export declare const ListTestGridSessionActionsRequestFilterSensitiveLog: (obj: ListTestGridSessionActionsRequest) => any;
6295
+ /**
6296
+ * @internal
6297
+ */
6298
+ export declare const TestGridSessionActionFilterSensitiveLog: (obj: TestGridSessionAction) => any;
6299
+ /**
6300
+ * @internal
6301
+ */
6302
+ export declare const ListTestGridSessionActionsResultFilterSensitiveLog: (obj: ListTestGridSessionActionsResult) => any;
6303
+ /**
6304
+ * @internal
6305
+ */
6306
+ export declare const ListTestGridSessionArtifactsRequestFilterSensitiveLog: (obj: ListTestGridSessionArtifactsRequest) => any;
6307
+ /**
6308
+ * @internal
6309
+ */
6310
+ export declare const TestGridSessionArtifactFilterSensitiveLog: (obj: TestGridSessionArtifact) => any;
6311
+ /**
6312
+ * @internal
6313
+ */
6314
+ export declare const ListTestGridSessionArtifactsResultFilterSensitiveLog: (obj: ListTestGridSessionArtifactsResult) => any;
6315
+ /**
6316
+ * @internal
6317
+ */
6318
+ export declare const ListTestGridSessionsRequestFilterSensitiveLog: (obj: ListTestGridSessionsRequest) => any;
6319
+ /**
6320
+ * @internal
6321
+ */
6322
+ export declare const ListTestGridSessionsResultFilterSensitiveLog: (obj: ListTestGridSessionsResult) => any;
6323
+ /**
6324
+ * @internal
6325
+ */
6326
+ export declare const ListTestsRequestFilterSensitiveLog: (obj: ListTestsRequest) => any;
6327
+ /**
6328
+ * @internal
6329
+ */
6330
+ export declare const ListTestsResultFilterSensitiveLog: (obj: ListTestsResult) => any;
6331
+ /**
6332
+ * @internal
6333
+ */
6334
+ export declare const ListUniqueProblemsRequestFilterSensitiveLog: (obj: ListUniqueProblemsRequest) => any;
6335
+ /**
6336
+ * @internal
6337
+ */
6338
+ export declare const ProblemDetailFilterSensitiveLog: (obj: ProblemDetail) => any;
6339
+ /**
6340
+ * @internal
6341
+ */
6342
+ export declare const ProblemFilterSensitiveLog: (obj: Problem) => any;
6343
+ /**
6344
+ * @internal
6345
+ */
6346
+ export declare const UniqueProblemFilterSensitiveLog: (obj: UniqueProblem) => any;
6347
+ /**
6348
+ * @internal
6349
+ */
6350
+ export declare const ListUniqueProblemsResultFilterSensitiveLog: (obj: ListUniqueProblemsResult) => any;
6351
+ /**
6352
+ * @internal
6353
+ */
6354
+ export declare const ListUploadsRequestFilterSensitiveLog: (obj: ListUploadsRequest) => any;
6355
+ /**
6356
+ * @internal
6357
+ */
6358
+ export declare const ListUploadsResultFilterSensitiveLog: (obj: ListUploadsResult) => any;
6359
+ /**
6360
+ * @internal
6361
+ */
6362
+ export declare const ListVPCEConfigurationsRequestFilterSensitiveLog: (obj: ListVPCEConfigurationsRequest) => any;
6363
+ /**
6364
+ * @internal
6365
+ */
6366
+ export declare const ListVPCEConfigurationsResultFilterSensitiveLog: (obj: ListVPCEConfigurationsResult) => any;
6367
+ /**
6368
+ * @internal
6369
+ */
6370
+ export declare const PurchaseOfferingRequestFilterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
6371
+ /**
6372
+ * @internal
6373
+ */
6374
+ export declare const PurchaseOfferingResultFilterSensitiveLog: (obj: PurchaseOfferingResult) => any;
6375
+ /**
6376
+ * @internal
6377
+ */
6378
+ export declare const RenewOfferingRequestFilterSensitiveLog: (obj: RenewOfferingRequest) => any;
6379
+ /**
6380
+ * @internal
6381
+ */
6382
+ export declare const RenewOfferingResultFilterSensitiveLog: (obj: RenewOfferingResult) => any;
6383
+ /**
6384
+ * @internal
6385
+ */
6386
+ export declare const DeviceSelectionConfigurationFilterSensitiveLog: (obj: DeviceSelectionConfiguration) => any;
6387
+ /**
6388
+ * @internal
6389
+ */
6390
+ export declare const ExecutionConfigurationFilterSensitiveLog: (obj: ExecutionConfiguration) => any;
6391
+ /**
6392
+ * @internal
6393
+ */
6394
+ export declare const ScheduleRunRequestFilterSensitiveLog: (obj: ScheduleRunRequest) => any;
6395
+ /**
6396
+ * @internal
6397
+ */
6398
+ export declare const ScheduleRunResultFilterSensitiveLog: (obj: ScheduleRunResult) => any;
6399
+ /**
6400
+ * @internal
6401
+ */
6402
+ export declare const StopJobRequestFilterSensitiveLog: (obj: StopJobRequest) => any;
6403
+ /**
6404
+ * @internal
6405
+ */
6406
+ export declare const StopJobResultFilterSensitiveLog: (obj: StopJobResult) => any;
6407
+ /**
6408
+ * @internal
6409
+ */
6410
+ export declare const StopRemoteAccessSessionRequestFilterSensitiveLog: (obj: StopRemoteAccessSessionRequest) => any;
6411
+ /**
6412
+ * @internal
6413
+ */
6414
+ export declare const StopRemoteAccessSessionResultFilterSensitiveLog: (obj: StopRemoteAccessSessionResult) => any;
6415
+ /**
6416
+ * @internal
6417
+ */
6418
+ export declare const StopRunRequestFilterSensitiveLog: (obj: StopRunRequest) => any;
6419
+ /**
6420
+ * @internal
6421
+ */
6422
+ export declare const StopRunResultFilterSensitiveLog: (obj: StopRunResult) => any;
6423
+ /**
6424
+ * @internal
6425
+ */
6426
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
6427
+ /**
6428
+ * @internal
6429
+ */
6430
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
6431
+ /**
6432
+ * @internal
6433
+ */
6434
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
6435
+ /**
6436
+ * @internal
6437
+ */
6438
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
6439
+ /**
6440
+ * @internal
6441
+ */
6442
+ export declare const UpdateDeviceInstanceRequestFilterSensitiveLog: (obj: UpdateDeviceInstanceRequest) => any;
6443
+ /**
6444
+ * @internal
6445
+ */
6446
+ export declare const UpdateDeviceInstanceResultFilterSensitiveLog: (obj: UpdateDeviceInstanceResult) => any;
6447
+ /**
6448
+ * @internal
6449
+ */
6450
+ export declare const UpdateDevicePoolRequestFilterSensitiveLog: (obj: UpdateDevicePoolRequest) => any;
6451
+ /**
6452
+ * @internal
6453
+ */
6454
+ export declare const UpdateDevicePoolResultFilterSensitiveLog: (obj: UpdateDevicePoolResult) => any;
6455
+ /**
6456
+ * @internal
6457
+ */
6458
+ export declare const UpdateInstanceProfileRequestFilterSensitiveLog: (obj: UpdateInstanceProfileRequest) => any;
6459
+ /**
6460
+ * @internal
6461
+ */
6462
+ export declare const UpdateInstanceProfileResultFilterSensitiveLog: (obj: UpdateInstanceProfileResult) => any;
6463
+ /**
6464
+ * @internal
6465
+ */
6466
+ export declare const UpdateNetworkProfileRequestFilterSensitiveLog: (obj: UpdateNetworkProfileRequest) => any;
6467
+ /**
6468
+ * @internal
6469
+ */
6470
+ export declare const UpdateNetworkProfileResultFilterSensitiveLog: (obj: UpdateNetworkProfileResult) => any;
6471
+ /**
6472
+ * @internal
6473
+ */
6474
+ export declare const UpdateProjectRequestFilterSensitiveLog: (obj: UpdateProjectRequest) => any;
6475
+ /**
6476
+ * @internal
6477
+ */
6478
+ export declare const UpdateProjectResultFilterSensitiveLog: (obj: UpdateProjectResult) => any;
6479
+ /**
6480
+ * @internal
6481
+ */
6482
+ export declare const UpdateTestGridProjectRequestFilterSensitiveLog: (obj: UpdateTestGridProjectRequest) => any;
6483
+ /**
6484
+ * @internal
6485
+ */
6486
+ export declare const UpdateTestGridProjectResultFilterSensitiveLog: (obj: UpdateTestGridProjectResult) => any;
6487
+ /**
6488
+ * @internal
6489
+ */
6490
+ export declare const UpdateUploadRequestFilterSensitiveLog: (obj: UpdateUploadRequest) => any;
6491
+ /**
6492
+ * @internal
6493
+ */
6494
+ export declare const UpdateUploadResultFilterSensitiveLog: (obj: UpdateUploadResult) => any;
6495
+ /**
6496
+ * @internal
6497
+ */
6498
+ export declare const UpdateVPCEConfigurationRequestFilterSensitiveLog: (obj: UpdateVPCEConfigurationRequest) => any;
6499
+ /**
6500
+ * @internal
6501
+ */
6502
+ export declare const UpdateVPCEConfigurationResultFilterSensitiveLog: (obj: UpdateVPCEConfigurationResult) => any;