@aws-sdk/client-device-farm 3.297.0 → 3.298.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 (159) hide show
  1. package/dist-cjs/commands/CreateDevicePoolCommand.js +2 -3
  2. package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -3
  3. package/dist-cjs/commands/CreateNetworkProfileCommand.js +2 -3
  4. package/dist-cjs/commands/CreateProjectCommand.js +2 -3
  5. package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +2 -3
  6. package/dist-cjs/commands/CreateTestGridProjectCommand.js +2 -3
  7. package/dist-cjs/commands/CreateTestGridUrlCommand.js +1 -1
  8. package/dist-cjs/commands/CreateUploadCommand.js +1 -1
  9. package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteDevicePoolCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteNetworkProfileCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteProjectCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteRunCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteTestGridProjectCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteUploadCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +2 -3
  19. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -3
  20. package/dist-cjs/commands/GetDeviceCommand.js +2 -3
  21. package/dist-cjs/commands/GetDeviceInstanceCommand.js +2 -3
  22. package/dist-cjs/commands/GetDevicePoolCommand.js +2 -3
  23. package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +2 -3
  24. package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -3
  25. package/dist-cjs/commands/GetJobCommand.js +2 -3
  26. package/dist-cjs/commands/GetNetworkProfileCommand.js +2 -3
  27. package/dist-cjs/commands/GetOfferingStatusCommand.js +2 -3
  28. package/dist-cjs/commands/GetProjectCommand.js +2 -3
  29. package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +2 -3
  30. package/dist-cjs/commands/GetRunCommand.js +2 -3
  31. package/dist-cjs/commands/GetSuiteCommand.js +2 -3
  32. package/dist-cjs/commands/GetTestCommand.js +2 -3
  33. package/dist-cjs/commands/GetTestGridProjectCommand.js +2 -3
  34. package/dist-cjs/commands/GetTestGridSessionCommand.js +2 -3
  35. package/dist-cjs/commands/GetUploadCommand.js +1 -1
  36. package/dist-cjs/commands/GetVPCEConfigurationCommand.js +2 -3
  37. package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +1 -1
  38. package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
  39. package/dist-cjs/commands/ListDeviceInstancesCommand.js +2 -3
  40. package/dist-cjs/commands/ListDevicePoolsCommand.js +2 -3
  41. package/dist-cjs/commands/ListDevicesCommand.js +2 -3
  42. package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -3
  43. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  44. package/dist-cjs/commands/ListNetworkProfilesCommand.js +2 -3
  45. package/dist-cjs/commands/ListOfferingPromotionsCommand.js +2 -3
  46. package/dist-cjs/commands/ListOfferingTransactionsCommand.js +2 -3
  47. package/dist-cjs/commands/ListOfferingsCommand.js +2 -3
  48. package/dist-cjs/commands/ListProjectsCommand.js +2 -3
  49. package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +2 -3
  50. package/dist-cjs/commands/ListRunsCommand.js +2 -3
  51. package/dist-cjs/commands/ListSamplesCommand.js +2 -3
  52. package/dist-cjs/commands/ListSuitesCommand.js +2 -3
  53. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  54. package/dist-cjs/commands/ListTestGridProjectsCommand.js +2 -3
  55. package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +2 -3
  56. package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +1 -1
  57. package/dist-cjs/commands/ListTestGridSessionsCommand.js +2 -3
  58. package/dist-cjs/commands/ListTestsCommand.js +2 -3
  59. package/dist-cjs/commands/ListUniqueProblemsCommand.js +2 -3
  60. package/dist-cjs/commands/ListUploadsCommand.js +1 -1
  61. package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +2 -3
  62. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -3
  63. package/dist-cjs/commands/RenewOfferingCommand.js +2 -3
  64. package/dist-cjs/commands/ScheduleRunCommand.js +2 -3
  65. package/dist-cjs/commands/StopJobCommand.js +2 -3
  66. package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +2 -3
  67. package/dist-cjs/commands/StopRunCommand.js +2 -3
  68. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  69. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  70. package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +2 -3
  71. package/dist-cjs/commands/UpdateDevicePoolCommand.js +2 -3
  72. package/dist-cjs/commands/UpdateInstanceProfileCommand.js +2 -3
  73. package/dist-cjs/commands/UpdateNetworkProfileCommand.js +2 -3
  74. package/dist-cjs/commands/UpdateProjectCommand.js +2 -3
  75. package/dist-cjs/commands/UpdateTestGridProjectCommand.js +2 -3
  76. package/dist-cjs/commands/UpdateUploadCommand.js +1 -1
  77. package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +2 -3
  78. package/dist-cjs/models/models_0.js +1 -785
  79. package/dist-es/commands/CreateDevicePoolCommand.js +2 -3
  80. package/dist-es/commands/CreateInstanceProfileCommand.js +2 -3
  81. package/dist-es/commands/CreateNetworkProfileCommand.js +2 -3
  82. package/dist-es/commands/CreateProjectCommand.js +2 -3
  83. package/dist-es/commands/CreateRemoteAccessSessionCommand.js +2 -3
  84. package/dist-es/commands/CreateTestGridProjectCommand.js +2 -3
  85. package/dist-es/commands/CreateTestGridUrlCommand.js +2 -2
  86. package/dist-es/commands/CreateUploadCommand.js +2 -2
  87. package/dist-es/commands/CreateVPCEConfigurationCommand.js +2 -3
  88. package/dist-es/commands/DeleteDevicePoolCommand.js +2 -3
  89. package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -3
  90. package/dist-es/commands/DeleteNetworkProfileCommand.js +2 -3
  91. package/dist-es/commands/DeleteProjectCommand.js +2 -3
  92. package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +2 -3
  93. package/dist-es/commands/DeleteRunCommand.js +2 -3
  94. package/dist-es/commands/DeleteTestGridProjectCommand.js +2 -3
  95. package/dist-es/commands/DeleteUploadCommand.js +2 -3
  96. package/dist-es/commands/DeleteVPCEConfigurationCommand.js +2 -3
  97. package/dist-es/commands/GetAccountSettingsCommand.js +2 -3
  98. package/dist-es/commands/GetDeviceCommand.js +2 -3
  99. package/dist-es/commands/GetDeviceInstanceCommand.js +2 -3
  100. package/dist-es/commands/GetDevicePoolCommand.js +2 -3
  101. package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +2 -3
  102. package/dist-es/commands/GetInstanceProfileCommand.js +2 -3
  103. package/dist-es/commands/GetJobCommand.js +2 -3
  104. package/dist-es/commands/GetNetworkProfileCommand.js +2 -3
  105. package/dist-es/commands/GetOfferingStatusCommand.js +2 -3
  106. package/dist-es/commands/GetProjectCommand.js +2 -3
  107. package/dist-es/commands/GetRemoteAccessSessionCommand.js +2 -3
  108. package/dist-es/commands/GetRunCommand.js +2 -3
  109. package/dist-es/commands/GetSuiteCommand.js +2 -3
  110. package/dist-es/commands/GetTestCommand.js +2 -3
  111. package/dist-es/commands/GetTestGridProjectCommand.js +2 -3
  112. package/dist-es/commands/GetTestGridSessionCommand.js +2 -3
  113. package/dist-es/commands/GetUploadCommand.js +2 -2
  114. package/dist-es/commands/GetVPCEConfigurationCommand.js +2 -3
  115. package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +2 -2
  116. package/dist-es/commands/ListArtifactsCommand.js +2 -3
  117. package/dist-es/commands/ListDeviceInstancesCommand.js +2 -3
  118. package/dist-es/commands/ListDevicePoolsCommand.js +2 -3
  119. package/dist-es/commands/ListDevicesCommand.js +2 -3
  120. package/dist-es/commands/ListInstanceProfilesCommand.js +2 -3
  121. package/dist-es/commands/ListJobsCommand.js +2 -3
  122. package/dist-es/commands/ListNetworkProfilesCommand.js +2 -3
  123. package/dist-es/commands/ListOfferingPromotionsCommand.js +2 -3
  124. package/dist-es/commands/ListOfferingTransactionsCommand.js +2 -3
  125. package/dist-es/commands/ListOfferingsCommand.js +2 -3
  126. package/dist-es/commands/ListProjectsCommand.js +2 -3
  127. package/dist-es/commands/ListRemoteAccessSessionsCommand.js +2 -3
  128. package/dist-es/commands/ListRunsCommand.js +2 -3
  129. package/dist-es/commands/ListSamplesCommand.js +2 -3
  130. package/dist-es/commands/ListSuitesCommand.js +2 -3
  131. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  132. package/dist-es/commands/ListTestGridProjectsCommand.js +2 -3
  133. package/dist-es/commands/ListTestGridSessionActionsCommand.js +2 -3
  134. package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +2 -2
  135. package/dist-es/commands/ListTestGridSessionsCommand.js +2 -3
  136. package/dist-es/commands/ListTestsCommand.js +2 -3
  137. package/dist-es/commands/ListUniqueProblemsCommand.js +2 -3
  138. package/dist-es/commands/ListUploadsCommand.js +2 -2
  139. package/dist-es/commands/ListVPCEConfigurationsCommand.js +2 -3
  140. package/dist-es/commands/PurchaseOfferingCommand.js +2 -3
  141. package/dist-es/commands/RenewOfferingCommand.js +2 -3
  142. package/dist-es/commands/ScheduleRunCommand.js +2 -3
  143. package/dist-es/commands/StopJobCommand.js +2 -3
  144. package/dist-es/commands/StopRemoteAccessSessionCommand.js +2 -3
  145. package/dist-es/commands/StopRunCommand.js +2 -3
  146. package/dist-es/commands/TagResourceCommand.js +2 -3
  147. package/dist-es/commands/UntagResourceCommand.js +2 -3
  148. package/dist-es/commands/UpdateDeviceInstanceCommand.js +2 -3
  149. package/dist-es/commands/UpdateDevicePoolCommand.js +2 -3
  150. package/dist-es/commands/UpdateInstanceProfileCommand.js +2 -3
  151. package/dist-es/commands/UpdateNetworkProfileCommand.js +2 -3
  152. package/dist-es/commands/UpdateProjectCommand.js +2 -3
  153. package/dist-es/commands/UpdateTestGridProjectCommand.js +2 -3
  154. package/dist-es/commands/UpdateUploadCommand.js +2 -2
  155. package/dist-es/commands/UpdateVPCEConfigurationCommand.js +2 -3
  156. package/dist-es/models/models_0.js +0 -585
  157. package/dist-types/models/models_0.d.ts +5 -785
  158. package/dist-types/ts3.4/models/models_0.d.ts +0 -539
  159. package/package.json +4 -3
@@ -6164,623 +6164,23 @@ export interface UpdateVPCEConfigurationResult {
6164
6164
  /**
6165
6165
  * @internal
6166
6166
  */
6167
- export declare const TrialMinutesFilterSensitiveLog: (obj: TrialMinutes) => any;
6168
- /**
6169
- * @internal
6170
- */
6171
- export declare const AccountSettingsFilterSensitiveLog: (obj: AccountSettings) => any;
6172
- /**
6173
- * @internal
6174
- */
6175
- export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
6176
- /**
6177
- * @internal
6178
- */
6179
- export declare const CountersFilterSensitiveLog: (obj: Counters) => any;
6180
- /**
6181
- * @internal
6182
- */
6183
- export declare const CPUFilterSensitiveLog: (obj: CPU) => any;
6184
- /**
6185
- * @internal
6186
- */
6187
- export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
6188
- /**
6189
- * @internal
6190
- */
6191
- export declare const CreateDevicePoolRequestFilterSensitiveLog: (obj: CreateDevicePoolRequest) => any;
6192
- /**
6193
- * @internal
6194
- */
6195
- export declare const DevicePoolFilterSensitiveLog: (obj: DevicePool) => any;
6196
- /**
6197
- * @internal
6198
- */
6199
- export declare const CreateDevicePoolResultFilterSensitiveLog: (obj: CreateDevicePoolResult) => any;
6200
- /**
6201
- * @internal
6202
- */
6203
- export declare const CreateInstanceProfileRequestFilterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
6204
- /**
6205
- * @internal
6206
- */
6207
- export declare const InstanceProfileFilterSensitiveLog: (obj: InstanceProfile) => any;
6208
- /**
6209
- * @internal
6210
- */
6211
- export declare const CreateInstanceProfileResultFilterSensitiveLog: (obj: CreateInstanceProfileResult) => any;
6212
- /**
6213
- * @internal
6214
- */
6215
- export declare const CreateNetworkProfileRequestFilterSensitiveLog: (obj: CreateNetworkProfileRequest) => any;
6216
- /**
6217
- * @internal
6218
- */
6219
- export declare const NetworkProfileFilterSensitiveLog: (obj: NetworkProfile) => any;
6220
- /**
6221
- * @internal
6222
- */
6223
- export declare const CreateNetworkProfileResultFilterSensitiveLog: (obj: CreateNetworkProfileResult) => any;
6224
- /**
6225
- * @internal
6226
- */
6227
- export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
6228
- /**
6229
- * @internal
6230
- */
6231
- export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
6232
- /**
6233
- * @internal
6234
- */
6235
- export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
6236
- /**
6237
- * @internal
6238
- */
6239
- export declare const CreateProjectResultFilterSensitiveLog: (obj: CreateProjectResult) => any;
6240
- /**
6241
- * @internal
6242
- */
6243
- export declare const CreateRemoteAccessSessionConfigurationFilterSensitiveLog: (obj: CreateRemoteAccessSessionConfiguration) => any;
6244
- /**
6245
- * @internal
6246
- */
6247
- export declare const CreateRemoteAccessSessionRequestFilterSensitiveLog: (obj: CreateRemoteAccessSessionRequest) => any;
6248
- /**
6249
- * @internal
6250
- */
6251
- export declare const DeviceInstanceFilterSensitiveLog: (obj: DeviceInstance) => any;
6252
- /**
6253
- * @internal
6254
- */
6255
- export declare const ResolutionFilterSensitiveLog: (obj: Resolution) => any;
6256
- /**
6257
- * @internal
6258
- */
6259
- export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
6260
- /**
6261
- * @internal
6262
- */
6263
- export declare const DeviceMinutesFilterSensitiveLog: (obj: DeviceMinutes) => any;
6264
- /**
6265
- * @internal
6266
- */
6267
- export declare const RemoteAccessSessionFilterSensitiveLog: (obj: RemoteAccessSession) => any;
6268
- /**
6269
- * @internal
6270
- */
6271
- export declare const CreateRemoteAccessSessionResultFilterSensitiveLog: (obj: CreateRemoteAccessSessionResult) => any;
6272
- /**
6273
- * @internal
6274
- */
6275
- export declare const TestGridVpcConfigFilterSensitiveLog: (obj: TestGridVpcConfig) => any;
6276
- /**
6277
- * @internal
6278
- */
6279
- export declare const CreateTestGridProjectRequestFilterSensitiveLog: (obj: CreateTestGridProjectRequest) => any;
6280
- /**
6281
- * @internal
6282
- */
6283
- export declare const TestGridProjectFilterSensitiveLog: (obj: TestGridProject) => any;
6284
- /**
6285
- * @internal
6286
- */
6287
- export declare const CreateTestGridProjectResultFilterSensitiveLog: (obj: CreateTestGridProjectResult) => any;
6288
- /**
6289
- * @internal
6290
- */
6291
- export declare const CreateTestGridUrlRequestFilterSensitiveLog: (obj: CreateTestGridUrlRequest) => any;
6292
- /**
6293
- * @internal
6294
- */
6295
- export declare const CreateTestGridUrlResultFilterSensitiveLog: (obj: CreateTestGridUrlResult) => any;
6296
- /**
6297
- * @internal
6298
- */
6299
- export declare const CreateUploadRequestFilterSensitiveLog: (obj: CreateUploadRequest) => any;
6300
- /**
6301
- * @internal
6302
- */
6303
- export declare const UploadFilterSensitiveLog: (obj: Upload) => any;
6304
- /**
6305
- * @internal
6306
- */
6307
- export declare const CreateUploadResultFilterSensitiveLog: (obj: CreateUploadResult) => any;
6308
- /**
6309
- * @internal
6310
- */
6311
- export declare const CreateVPCEConfigurationRequestFilterSensitiveLog: (obj: CreateVPCEConfigurationRequest) => any;
6312
- /**
6313
- * @internal
6314
- */
6315
- export declare const VPCEConfigurationFilterSensitiveLog: (obj: VPCEConfiguration) => any;
6316
- /**
6317
- * @internal
6318
- */
6319
- export declare const CreateVPCEConfigurationResultFilterSensitiveLog: (obj: CreateVPCEConfigurationResult) => any;
6320
- /**
6321
- * @internal
6322
- */
6323
- export declare const CustomerArtifactPathsFilterSensitiveLog: (obj: CustomerArtifactPaths) => any;
6324
- /**
6325
- * @internal
6326
- */
6327
- export declare const DeleteDevicePoolRequestFilterSensitiveLog: (obj: DeleteDevicePoolRequest) => any;
6328
- /**
6329
- * @internal
6330
- */
6331
- export declare const DeleteDevicePoolResultFilterSensitiveLog: (obj: DeleteDevicePoolResult) => any;
6332
- /**
6333
- * @internal
6334
- */
6335
- export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
6336
- /**
6337
- * @internal
6338
- */
6339
- export declare const DeleteInstanceProfileResultFilterSensitiveLog: (obj: DeleteInstanceProfileResult) => any;
6340
- /**
6341
- * @internal
6342
- */
6343
- export declare const DeleteNetworkProfileRequestFilterSensitiveLog: (obj: DeleteNetworkProfileRequest) => any;
6344
- /**
6345
- * @internal
6346
- */
6347
- export declare const DeleteNetworkProfileResultFilterSensitiveLog: (obj: DeleteNetworkProfileResult) => any;
6348
- /**
6349
- * @internal
6350
- */
6351
- export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
6352
- /**
6353
- * @internal
6354
- */
6355
- export declare const DeleteProjectResultFilterSensitiveLog: (obj: DeleteProjectResult) => any;
6356
- /**
6357
- * @internal
6358
- */
6359
- export declare const DeleteRemoteAccessSessionRequestFilterSensitiveLog: (obj: DeleteRemoteAccessSessionRequest) => any;
6360
- /**
6361
- * @internal
6362
- */
6363
- export declare const DeleteRemoteAccessSessionResultFilterSensitiveLog: (obj: DeleteRemoteAccessSessionResult) => any;
6364
- /**
6365
- * @internal
6366
- */
6367
- export declare const DeleteRunRequestFilterSensitiveLog: (obj: DeleteRunRequest) => any;
6368
- /**
6369
- * @internal
6370
- */
6371
- export declare const DeleteRunResultFilterSensitiveLog: (obj: DeleteRunResult) => any;
6372
- /**
6373
- * @internal
6374
- */
6375
- export declare const DeleteTestGridProjectRequestFilterSensitiveLog: (obj: DeleteTestGridProjectRequest) => any;
6376
- /**
6377
- * @internal
6378
- */
6379
- export declare const DeleteTestGridProjectResultFilterSensitiveLog: (obj: DeleteTestGridProjectResult) => any;
6380
- /**
6381
- * @internal
6382
- */
6383
- export declare const DeleteUploadRequestFilterSensitiveLog: (obj: DeleteUploadRequest) => any;
6384
- /**
6385
- * @internal
6386
- */
6387
- export declare const DeleteUploadResultFilterSensitiveLog: (obj: DeleteUploadResult) => any;
6388
- /**
6389
- * @internal
6390
- */
6391
- export declare const DeleteVPCEConfigurationRequestFilterSensitiveLog: (obj: DeleteVPCEConfigurationRequest) => any;
6392
- /**
6393
- * @internal
6394
- */
6395
- export declare const DeleteVPCEConfigurationResultFilterSensitiveLog: (obj: DeleteVPCEConfigurationResult) => any;
6396
- /**
6397
- * @internal
6398
- */
6399
- export declare const GetAccountSettingsRequestFilterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
6400
- /**
6401
- * @internal
6402
- */
6403
- export declare const GetAccountSettingsResultFilterSensitiveLog: (obj: GetAccountSettingsResult) => any;
6404
- /**
6405
- * @internal
6406
- */
6407
- export declare const GetDeviceRequestFilterSensitiveLog: (obj: GetDeviceRequest) => any;
6408
- /**
6409
- * @internal
6410
- */
6411
- export declare const GetDeviceResultFilterSensitiveLog: (obj: GetDeviceResult) => any;
6412
- /**
6413
- * @internal
6414
- */
6415
- export declare const GetDeviceInstanceRequestFilterSensitiveLog: (obj: GetDeviceInstanceRequest) => any;
6416
- /**
6417
- * @internal
6418
- */
6419
- export declare const GetDeviceInstanceResultFilterSensitiveLog: (obj: GetDeviceInstanceResult) => any;
6420
- /**
6421
- * @internal
6422
- */
6423
- export declare const GetDevicePoolRequestFilterSensitiveLog: (obj: GetDevicePoolRequest) => any;
6424
- /**
6425
- * @internal
6426
- */
6427
- export declare const GetDevicePoolResultFilterSensitiveLog: (obj: GetDevicePoolResult) => any;
6428
- /**
6429
- * @internal
6430
- */
6431
- export declare const LocationFilterSensitiveLog: (obj: Location) => any;
6432
- /**
6433
- * @internal
6434
- */
6435
- export declare const RadiosFilterSensitiveLog: (obj: Radios) => any;
6436
- /**
6437
- * @internal
6438
- */
6439
- export declare const ScheduleRunConfigurationFilterSensitiveLog: (obj: ScheduleRunConfiguration) => any;
6440
- /**
6441
- * @internal
6442
- */
6443
- export declare const ScheduleRunTestFilterSensitiveLog: (obj: ScheduleRunTest) => any;
6444
- /**
6445
- * @internal
6446
- */
6447
- export declare const GetDevicePoolCompatibilityRequestFilterSensitiveLog: (obj: GetDevicePoolCompatibilityRequest) => any;
6448
- /**
6449
- * @internal
6450
- */
6451
- export declare const IncompatibilityMessageFilterSensitiveLog: (obj: IncompatibilityMessage) => any;
6452
- /**
6453
- * @internal
6454
- */
6455
- export declare const DevicePoolCompatibilityResultFilterSensitiveLog: (obj: DevicePoolCompatibilityResult) => any;
6456
- /**
6457
- * @internal
6458
- */
6459
- export declare const GetDevicePoolCompatibilityResultFilterSensitiveLog: (obj: GetDevicePoolCompatibilityResult) => any;
6460
- /**
6461
- * @internal
6462
- */
6463
- export declare const GetInstanceProfileRequestFilterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
6464
- /**
6465
- * @internal
6466
- */
6467
- export declare const GetInstanceProfileResultFilterSensitiveLog: (obj: GetInstanceProfileResult) => any;
6468
- /**
6469
- * @internal
6470
- */
6471
- export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
6472
- /**
6473
- * @internal
6474
- */
6475
- export declare const JobFilterSensitiveLog: (obj: Job) => any;
6476
- /**
6477
- * @internal
6478
- */
6479
- export declare const GetJobResultFilterSensitiveLog: (obj: GetJobResult) => any;
6480
- /**
6481
- * @internal
6482
- */
6483
- export declare const GetNetworkProfileRequestFilterSensitiveLog: (obj: GetNetworkProfileRequest) => any;
6484
- /**
6485
- * @internal
6486
- */
6487
- export declare const GetNetworkProfileResultFilterSensitiveLog: (obj: GetNetworkProfileResult) => any;
6488
- /**
6489
- * @internal
6490
- */
6491
- export declare const GetOfferingStatusRequestFilterSensitiveLog: (obj: GetOfferingStatusRequest) => any;
6492
- /**
6493
- * @internal
6494
- */
6495
- export declare const MonetaryAmountFilterSensitiveLog: (obj: MonetaryAmount) => any;
6496
- /**
6497
- * @internal
6498
- */
6499
- export declare const RecurringChargeFilterSensitiveLog: (obj: RecurringCharge) => any;
6500
- /**
6501
- * @internal
6502
- */
6503
- export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
6504
- /**
6505
- * @internal
6506
- */
6507
- export declare const OfferingStatusFilterSensitiveLog: (obj: OfferingStatus) => any;
6508
- /**
6509
- * @internal
6510
- */
6511
- export declare const GetOfferingStatusResultFilterSensitiveLog: (obj: GetOfferingStatusResult) => any;
6512
- /**
6513
- * @internal
6514
- */
6515
- export declare const GetProjectRequestFilterSensitiveLog: (obj: GetProjectRequest) => any;
6516
- /**
6517
- * @internal
6518
- */
6519
- export declare const GetProjectResultFilterSensitiveLog: (obj: GetProjectResult) => any;
6520
- /**
6521
- * @internal
6522
- */
6523
- export declare const GetRemoteAccessSessionRequestFilterSensitiveLog: (obj: GetRemoteAccessSessionRequest) => any;
6524
- /**
6525
- * @internal
6526
- */
6527
- export declare const GetRemoteAccessSessionResultFilterSensitiveLog: (obj: GetRemoteAccessSessionResult) => any;
6528
- /**
6529
- * @internal
6530
- */
6531
- export declare const GetRunRequestFilterSensitiveLog: (obj: GetRunRequest) => any;
6532
- /**
6533
- * @internal
6534
- */
6535
- export declare const DeviceFilterFilterSensitiveLog: (obj: DeviceFilter) => any;
6536
- /**
6537
- * @internal
6538
- */
6539
- export declare const DeviceSelectionResultFilterSensitiveLog: (obj: DeviceSelectionResult) => any;
6540
- /**
6541
- * @internal
6542
- */
6543
- export declare const RunFilterSensitiveLog: (obj: Run) => any;
6544
- /**
6545
- * @internal
6546
- */
6547
- export declare const GetRunResultFilterSensitiveLog: (obj: GetRunResult) => any;
6548
- /**
6549
- * @internal
6550
- */
6551
- export declare const GetSuiteRequestFilterSensitiveLog: (obj: GetSuiteRequest) => any;
6552
- /**
6553
- * @internal
6554
- */
6555
- export declare const SuiteFilterSensitiveLog: (obj: Suite) => any;
6556
- /**
6557
- * @internal
6558
- */
6559
- export declare const GetSuiteResultFilterSensitiveLog: (obj: GetSuiteResult) => any;
6560
- /**
6561
- * @internal
6562
- */
6563
- export declare const GetTestRequestFilterSensitiveLog: (obj: GetTestRequest) => any;
6564
- /**
6565
- * @internal
6566
- */
6567
- export declare const TestFilterSensitiveLog: (obj: Test) => any;
6568
- /**
6569
- * @internal
6570
- */
6571
- export declare const GetTestResultFilterSensitiveLog: (obj: GetTestResult) => any;
6572
- /**
6573
- * @internal
6574
- */
6575
- export declare const GetTestGridProjectRequestFilterSensitiveLog: (obj: GetTestGridProjectRequest) => any;
6576
- /**
6577
- * @internal
6578
- */
6579
- export declare const GetTestGridProjectResultFilterSensitiveLog: (obj: GetTestGridProjectResult) => any;
6580
- /**
6581
- * @internal
6582
- */
6583
- export declare const GetTestGridSessionRequestFilterSensitiveLog: (obj: GetTestGridSessionRequest) => any;
6584
- /**
6585
- * @internal
6586
- */
6587
- export declare const TestGridSessionFilterSensitiveLog: (obj: TestGridSession) => any;
6588
- /**
6589
- * @internal
6590
- */
6591
- export declare const GetTestGridSessionResultFilterSensitiveLog: (obj: GetTestGridSessionResult) => any;
6592
- /**
6593
- * @internal
6594
- */
6595
- export declare const GetUploadRequestFilterSensitiveLog: (obj: GetUploadRequest) => any;
6596
- /**
6597
- * @internal
6598
- */
6599
- export declare const GetUploadResultFilterSensitiveLog: (obj: GetUploadResult) => any;
6600
- /**
6601
- * @internal
6602
- */
6603
- export declare const GetVPCEConfigurationRequestFilterSensitiveLog: (obj: GetVPCEConfigurationRequest) => any;
6604
- /**
6605
- * @internal
6606
- */
6607
- export declare const GetVPCEConfigurationResultFilterSensitiveLog: (obj: GetVPCEConfigurationResult) => any;
6608
- /**
6609
- * @internal
6610
- */
6611
- export declare const InstallToRemoteAccessSessionRequestFilterSensitiveLog: (obj: InstallToRemoteAccessSessionRequest) => any;
6612
- /**
6613
- * @internal
6614
- */
6615
- export declare const InstallToRemoteAccessSessionResultFilterSensitiveLog: (obj: InstallToRemoteAccessSessionResult) => any;
6616
- /**
6617
- * @internal
6618
- */
6619
- export declare const ListArtifactsRequestFilterSensitiveLog: (obj: ListArtifactsRequest) => any;
6620
- /**
6621
- * @internal
6622
- */
6623
- export declare const ListArtifactsResultFilterSensitiveLog: (obj: ListArtifactsResult) => any;
6624
- /**
6625
- * @internal
6626
- */
6627
- export declare const ListDeviceInstancesRequestFilterSensitiveLog: (obj: ListDeviceInstancesRequest) => any;
6628
- /**
6629
- * @internal
6630
- */
6631
- export declare const ListDeviceInstancesResultFilterSensitiveLog: (obj: ListDeviceInstancesResult) => any;
6632
- /**
6633
- * @internal
6634
- */
6635
- export declare const ListDevicePoolsRequestFilterSensitiveLog: (obj: ListDevicePoolsRequest) => any;
6636
- /**
6637
- * @internal
6638
- */
6639
- export declare const ListDevicePoolsResultFilterSensitiveLog: (obj: ListDevicePoolsResult) => any;
6640
- /**
6641
- * @internal
6642
- */
6643
- export declare const ListDevicesRequestFilterSensitiveLog: (obj: ListDevicesRequest) => any;
6644
- /**
6645
- * @internal
6646
- */
6647
- export declare const ListDevicesResultFilterSensitiveLog: (obj: ListDevicesResult) => any;
6648
- /**
6649
- * @internal
6650
- */
6651
- export declare const ListInstanceProfilesRequestFilterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
6652
- /**
6653
- * @internal
6654
- */
6655
- export declare const ListInstanceProfilesResultFilterSensitiveLog: (obj: ListInstanceProfilesResult) => any;
6656
- /**
6657
- * @internal
6658
- */
6659
- export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
6660
- /**
6661
- * @internal
6662
- */
6663
- export declare const ListJobsResultFilterSensitiveLog: (obj: ListJobsResult) => any;
6664
- /**
6665
- * @internal
6666
- */
6667
- export declare const ListNetworkProfilesRequestFilterSensitiveLog: (obj: ListNetworkProfilesRequest) => any;
6668
- /**
6669
- * @internal
6670
- */
6671
- export declare const ListNetworkProfilesResultFilterSensitiveLog: (obj: ListNetworkProfilesResult) => any;
6672
- /**
6673
- * @internal
6674
- */
6675
- export declare const ListOfferingPromotionsRequestFilterSensitiveLog: (obj: ListOfferingPromotionsRequest) => any;
6676
- /**
6677
- * @internal
6678
- */
6679
- export declare const OfferingPromotionFilterSensitiveLog: (obj: OfferingPromotion) => any;
6680
- /**
6681
- * @internal
6682
- */
6683
- export declare const ListOfferingPromotionsResultFilterSensitiveLog: (obj: ListOfferingPromotionsResult) => any;
6684
- /**
6685
- * @internal
6686
- */
6687
- export declare const ListOfferingsRequestFilterSensitiveLog: (obj: ListOfferingsRequest) => any;
6688
- /**
6689
- * @internal
6690
- */
6691
- export declare const ListOfferingsResultFilterSensitiveLog: (obj: ListOfferingsResult) => any;
6692
- /**
6693
- * @internal
6694
- */
6695
- export declare const ListOfferingTransactionsRequestFilterSensitiveLog: (obj: ListOfferingTransactionsRequest) => any;
6696
- /**
6697
- * @internal
6698
- */
6699
- export declare const OfferingTransactionFilterSensitiveLog: (obj: OfferingTransaction) => any;
6700
- /**
6701
- * @internal
6702
- */
6703
- export declare const ListOfferingTransactionsResultFilterSensitiveLog: (obj: ListOfferingTransactionsResult) => any;
6704
- /**
6705
- * @internal
6706
- */
6707
- export declare const ListProjectsRequestFilterSensitiveLog: (obj: ListProjectsRequest) => any;
6708
- /**
6709
- * @internal
6710
- */
6711
- export declare const ListProjectsResultFilterSensitiveLog: (obj: ListProjectsResult) => any;
6712
- /**
6713
- * @internal
6714
- */
6715
- export declare const ListRemoteAccessSessionsRequestFilterSensitiveLog: (obj: ListRemoteAccessSessionsRequest) => any;
6716
- /**
6717
- * @internal
6718
- */
6719
- export declare const ListRemoteAccessSessionsResultFilterSensitiveLog: (obj: ListRemoteAccessSessionsResult) => any;
6720
- /**
6721
- * @internal
6722
- */
6723
- export declare const ListRunsRequestFilterSensitiveLog: (obj: ListRunsRequest) => any;
6724
- /**
6725
- * @internal
6726
- */
6727
- export declare const ListRunsResultFilterSensitiveLog: (obj: ListRunsResult) => any;
6728
- /**
6729
- * @internal
6730
- */
6731
- export declare const ListSamplesRequestFilterSensitiveLog: (obj: ListSamplesRequest) => any;
6732
- /**
6733
- * @internal
6734
- */
6735
- export declare const SampleFilterSensitiveLog: (obj: Sample) => any;
6736
- /**
6737
- * @internal
6738
- */
6739
- export declare const ListSamplesResultFilterSensitiveLog: (obj: ListSamplesResult) => any;
6740
- /**
6741
- * @internal
6742
- */
6743
- export declare const ListSuitesRequestFilterSensitiveLog: (obj: ListSuitesRequest) => any;
6744
- /**
6745
- * @internal
6746
- */
6747
- export declare const ListSuitesResultFilterSensitiveLog: (obj: ListSuitesResult) => any;
6748
- /**
6749
- * @internal
6750
- */
6751
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6752
- /**
6753
- * @internal
6754
- */
6755
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
6756
- /**
6757
- * @internal
6758
- */
6759
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6760
- /**
6761
- * @internal
6762
- */
6763
- export declare const ListTestGridProjectsRequestFilterSensitiveLog: (obj: ListTestGridProjectsRequest) => any;
6764
- /**
6765
- * @internal
6766
- */
6767
- export declare const ListTestGridProjectsResultFilterSensitiveLog: (obj: ListTestGridProjectsResult) => any;
6167
+ export declare const CreateTestGridUrlResultFilterSensitiveLog: (obj: CreateTestGridUrlResult) => any;
6768
6168
  /**
6769
6169
  * @internal
6770
6170
  */
6771
- export declare const ListTestGridSessionActionsRequestFilterSensitiveLog: (obj: ListTestGridSessionActionsRequest) => any;
6171
+ export declare const UploadFilterSensitiveLog: (obj: Upload) => any;
6772
6172
  /**
6773
6173
  * @internal
6774
6174
  */
6775
- export declare const TestGridSessionActionFilterSensitiveLog: (obj: TestGridSessionAction) => any;
6175
+ export declare const CreateUploadResultFilterSensitiveLog: (obj: CreateUploadResult) => any;
6776
6176
  /**
6777
6177
  * @internal
6778
6178
  */
6779
- export declare const ListTestGridSessionActionsResultFilterSensitiveLog: (obj: ListTestGridSessionActionsResult) => any;
6179
+ export declare const GetUploadResultFilterSensitiveLog: (obj: GetUploadResult) => any;
6780
6180
  /**
6781
6181
  * @internal
6782
6182
  */
6783
- export declare const ListTestGridSessionArtifactsRequestFilterSensitiveLog: (obj: ListTestGridSessionArtifactsRequest) => any;
6183
+ export declare const InstallToRemoteAccessSessionResultFilterSensitiveLog: (obj: InstallToRemoteAccessSessionResult) => any;
6784
6184
  /**
6785
6185
  * @internal
6786
6186
  */
@@ -6789,191 +6189,11 @@ export declare const TestGridSessionArtifactFilterSensitiveLog: (obj: TestGridSe
6789
6189
  * @internal
6790
6190
  */
6791
6191
  export declare const ListTestGridSessionArtifactsResultFilterSensitiveLog: (obj: ListTestGridSessionArtifactsResult) => any;
6792
- /**
6793
- * @internal
6794
- */
6795
- export declare const ListTestGridSessionsRequestFilterSensitiveLog: (obj: ListTestGridSessionsRequest) => any;
6796
- /**
6797
- * @internal
6798
- */
6799
- export declare const ListTestGridSessionsResultFilterSensitiveLog: (obj: ListTestGridSessionsResult) => any;
6800
- /**
6801
- * @internal
6802
- */
6803
- export declare const ListTestsRequestFilterSensitiveLog: (obj: ListTestsRequest) => any;
6804
- /**
6805
- * @internal
6806
- */
6807
- export declare const ListTestsResultFilterSensitiveLog: (obj: ListTestsResult) => any;
6808
- /**
6809
- * @internal
6810
- */
6811
- export declare const ListUniqueProblemsRequestFilterSensitiveLog: (obj: ListUniqueProblemsRequest) => any;
6812
- /**
6813
- * @internal
6814
- */
6815
- export declare const ProblemDetailFilterSensitiveLog: (obj: ProblemDetail) => any;
6816
- /**
6817
- * @internal
6818
- */
6819
- export declare const ProblemFilterSensitiveLog: (obj: Problem) => any;
6820
- /**
6821
- * @internal
6822
- */
6823
- export declare const UniqueProblemFilterSensitiveLog: (obj: UniqueProblem) => any;
6824
- /**
6825
- * @internal
6826
- */
6827
- export declare const ListUniqueProblemsResultFilterSensitiveLog: (obj: ListUniqueProblemsResult) => any;
6828
- /**
6829
- * @internal
6830
- */
6831
- export declare const ListUploadsRequestFilterSensitiveLog: (obj: ListUploadsRequest) => any;
6832
6192
  /**
6833
6193
  * @internal
6834
6194
  */
6835
6195
  export declare const ListUploadsResultFilterSensitiveLog: (obj: ListUploadsResult) => any;
6836
- /**
6837
- * @internal
6838
- */
6839
- export declare const ListVPCEConfigurationsRequestFilterSensitiveLog: (obj: ListVPCEConfigurationsRequest) => any;
6840
- /**
6841
- * @internal
6842
- */
6843
- export declare const ListVPCEConfigurationsResultFilterSensitiveLog: (obj: ListVPCEConfigurationsResult) => any;
6844
- /**
6845
- * @internal
6846
- */
6847
- export declare const PurchaseOfferingRequestFilterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
6848
- /**
6849
- * @internal
6850
- */
6851
- export declare const PurchaseOfferingResultFilterSensitiveLog: (obj: PurchaseOfferingResult) => any;
6852
- /**
6853
- * @internal
6854
- */
6855
- export declare const RenewOfferingRequestFilterSensitiveLog: (obj: RenewOfferingRequest) => any;
6856
- /**
6857
- * @internal
6858
- */
6859
- export declare const RenewOfferingResultFilterSensitiveLog: (obj: RenewOfferingResult) => any;
6860
- /**
6861
- * @internal
6862
- */
6863
- export declare const DeviceSelectionConfigurationFilterSensitiveLog: (obj: DeviceSelectionConfiguration) => any;
6864
- /**
6865
- * @internal
6866
- */
6867
- export declare const ExecutionConfigurationFilterSensitiveLog: (obj: ExecutionConfiguration) => any;
6868
- /**
6869
- * @internal
6870
- */
6871
- export declare const ScheduleRunRequestFilterSensitiveLog: (obj: ScheduleRunRequest) => any;
6872
- /**
6873
- * @internal
6874
- */
6875
- export declare const ScheduleRunResultFilterSensitiveLog: (obj: ScheduleRunResult) => any;
6876
- /**
6877
- * @internal
6878
- */
6879
- export declare const StopJobRequestFilterSensitiveLog: (obj: StopJobRequest) => any;
6880
- /**
6881
- * @internal
6882
- */
6883
- export declare const StopJobResultFilterSensitiveLog: (obj: StopJobResult) => any;
6884
- /**
6885
- * @internal
6886
- */
6887
- export declare const StopRemoteAccessSessionRequestFilterSensitiveLog: (obj: StopRemoteAccessSessionRequest) => any;
6888
- /**
6889
- * @internal
6890
- */
6891
- export declare const StopRemoteAccessSessionResultFilterSensitiveLog: (obj: StopRemoteAccessSessionResult) => any;
6892
- /**
6893
- * @internal
6894
- */
6895
- export declare const StopRunRequestFilterSensitiveLog: (obj: StopRunRequest) => any;
6896
- /**
6897
- * @internal
6898
- */
6899
- export declare const StopRunResultFilterSensitiveLog: (obj: StopRunResult) => any;
6900
- /**
6901
- * @internal
6902
- */
6903
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
6904
- /**
6905
- * @internal
6906
- */
6907
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
6908
- /**
6909
- * @internal
6910
- */
6911
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
6912
- /**
6913
- * @internal
6914
- */
6915
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
6916
- /**
6917
- * @internal
6918
- */
6919
- export declare const UpdateDeviceInstanceRequestFilterSensitiveLog: (obj: UpdateDeviceInstanceRequest) => any;
6920
- /**
6921
- * @internal
6922
- */
6923
- export declare const UpdateDeviceInstanceResultFilterSensitiveLog: (obj: UpdateDeviceInstanceResult) => any;
6924
- /**
6925
- * @internal
6926
- */
6927
- export declare const UpdateDevicePoolRequestFilterSensitiveLog: (obj: UpdateDevicePoolRequest) => any;
6928
- /**
6929
- * @internal
6930
- */
6931
- export declare const UpdateDevicePoolResultFilterSensitiveLog: (obj: UpdateDevicePoolResult) => any;
6932
- /**
6933
- * @internal
6934
- */
6935
- export declare const UpdateInstanceProfileRequestFilterSensitiveLog: (obj: UpdateInstanceProfileRequest) => any;
6936
- /**
6937
- * @internal
6938
- */
6939
- export declare const UpdateInstanceProfileResultFilterSensitiveLog: (obj: UpdateInstanceProfileResult) => any;
6940
- /**
6941
- * @internal
6942
- */
6943
- export declare const UpdateNetworkProfileRequestFilterSensitiveLog: (obj: UpdateNetworkProfileRequest) => any;
6944
- /**
6945
- * @internal
6946
- */
6947
- export declare const UpdateNetworkProfileResultFilterSensitiveLog: (obj: UpdateNetworkProfileResult) => any;
6948
- /**
6949
- * @internal
6950
- */
6951
- export declare const UpdateProjectRequestFilterSensitiveLog: (obj: UpdateProjectRequest) => any;
6952
- /**
6953
- * @internal
6954
- */
6955
- export declare const UpdateProjectResultFilterSensitiveLog: (obj: UpdateProjectResult) => any;
6956
- /**
6957
- * @internal
6958
- */
6959
- export declare const UpdateTestGridProjectRequestFilterSensitiveLog: (obj: UpdateTestGridProjectRequest) => any;
6960
- /**
6961
- * @internal
6962
- */
6963
- export declare const UpdateTestGridProjectResultFilterSensitiveLog: (obj: UpdateTestGridProjectResult) => any;
6964
- /**
6965
- * @internal
6966
- */
6967
- export declare const UpdateUploadRequestFilterSensitiveLog: (obj: UpdateUploadRequest) => any;
6968
6196
  /**
6969
6197
  * @internal
6970
6198
  */
6971
6199
  export declare const UpdateUploadResultFilterSensitiveLog: (obj: UpdateUploadResult) => any;
6972
- /**
6973
- * @internal
6974
- */
6975
- export declare const UpdateVPCEConfigurationRequestFilterSensitiveLog: (obj: UpdateVPCEConfigurationRequest) => any;
6976
- /**
6977
- * @internal
6978
- */
6979
- export declare const UpdateVPCEConfigurationResultFilterSensitiveLog: (obj: UpdateVPCEConfigurationResult) => any;