@aws-sdk/client-device-farm 3.529.1 → 3.535.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 (167) hide show
  1. package/dist-types/DeviceFarm.d.ts +13 -1
  2. package/dist-types/DeviceFarmClient.d.ts +1 -1
  3. package/dist-types/commands/CreateDevicePoolCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateUploadCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteRunCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteUploadCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetDeviceCommand.d.ts +2 -1
  23. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +2 -1
  24. package/dist-types/commands/GetDevicePoolCommand.d.ts +2 -1
  25. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +2 -1
  26. package/dist-types/commands/GetInstanceProfileCommand.d.ts +2 -1
  27. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  28. package/dist-types/commands/GetNetworkProfileCommand.d.ts +2 -1
  29. package/dist-types/commands/GetOfferingStatusCommand.d.ts +2 -1
  30. package/dist-types/commands/GetProjectCommand.d.ts +2 -1
  31. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +2 -1
  32. package/dist-types/commands/GetRunCommand.d.ts +2 -1
  33. package/dist-types/commands/GetSuiteCommand.d.ts +2 -1
  34. package/dist-types/commands/GetTestCommand.d.ts +2 -1
  35. package/dist-types/commands/GetTestGridProjectCommand.d.ts +2 -1
  36. package/dist-types/commands/GetTestGridSessionCommand.d.ts +2 -1
  37. package/dist-types/commands/GetUploadCommand.d.ts +2 -1
  38. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +2 -1
  39. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +2 -1
  40. package/dist-types/commands/ListArtifactsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListDevicePoolsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListDevicesCommand.d.ts +2 -1
  44. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
  45. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +2 -1
  47. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListOfferingsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListRunsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListSamplesCommand.d.ts +2 -1
  54. package/dist-types/commands/ListSuitesCommand.d.ts +2 -1
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListTestsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListUploadsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +2 -1
  64. package/dist-types/commands/PurchaseOfferingCommand.d.ts +2 -1
  65. package/dist-types/commands/RenewOfferingCommand.d.ts +2 -1
  66. package/dist-types/commands/ScheduleRunCommand.d.ts +2 -1
  67. package/dist-types/commands/StopJobCommand.d.ts +2 -1
  68. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +2 -1
  69. package/dist-types/commands/StopRunCommand.d.ts +2 -1
  70. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  71. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateUploadCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +2 -1
  80. package/dist-types/models/models_0.d.ts +746 -746
  81. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  82. package/dist-types/runtimeConfig.d.ts +2 -2
  83. package/dist-types/runtimeConfig.native.d.ts +2 -2
  84. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  85. package/dist-types/ts3.4/DeviceFarm.d.ts +12 -0
  86. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
  111. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +7 -0
  116. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +7 -0
  118. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +7 -0
  151. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +7 -0
  153. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  164. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  165. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  166. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  167. package/package.json +40 -40
@@ -189,6 +189,7 @@ export interface DeviceFarm {
189
189
  /**
190
190
  * @see {@link GetAccountSettingsCommand}
191
191
  */
192
+ getAccountSettings(): Promise<GetAccountSettingsCommandOutput>;
192
193
  getAccountSettings(args: GetAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSettingsCommandOutput>;
193
194
  getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
194
195
  getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
@@ -237,6 +238,7 @@ export interface DeviceFarm {
237
238
  /**
238
239
  * @see {@link GetOfferingStatusCommand}
239
240
  */
241
+ getOfferingStatus(): Promise<GetOfferingStatusCommandOutput>;
240
242
  getOfferingStatus(args: GetOfferingStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetOfferingStatusCommandOutput>;
241
243
  getOfferingStatus(args: GetOfferingStatusCommandInput, cb: (err: any, data?: GetOfferingStatusCommandOutput) => void): void;
242
244
  getOfferingStatus(args: GetOfferingStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOfferingStatusCommandOutput) => void): void;
@@ -279,6 +281,7 @@ export interface DeviceFarm {
279
281
  /**
280
282
  * @see {@link GetTestGridSessionCommand}
281
283
  */
284
+ getTestGridSession(): Promise<GetTestGridSessionCommandOutput>;
282
285
  getTestGridSession(args: GetTestGridSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetTestGridSessionCommandOutput>;
283
286
  getTestGridSession(args: GetTestGridSessionCommandInput, cb: (err: any, data?: GetTestGridSessionCommandOutput) => void): void;
284
287
  getTestGridSession(args: GetTestGridSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTestGridSessionCommandOutput) => void): void;
@@ -309,6 +312,7 @@ export interface DeviceFarm {
309
312
  /**
310
313
  * @see {@link ListDeviceInstancesCommand}
311
314
  */
315
+ listDeviceInstances(): Promise<ListDeviceInstancesCommandOutput>;
312
316
  listDeviceInstances(args: ListDeviceInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListDeviceInstancesCommandOutput>;
313
317
  listDeviceInstances(args: ListDeviceInstancesCommandInput, cb: (err: any, data?: ListDeviceInstancesCommandOutput) => void): void;
314
318
  listDeviceInstances(args: ListDeviceInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeviceInstancesCommandOutput) => void): void;
@@ -321,12 +325,14 @@ export interface DeviceFarm {
321
325
  /**
322
326
  * @see {@link ListDevicesCommand}
323
327
  */
328
+ listDevices(): Promise<ListDevicesCommandOutput>;
324
329
  listDevices(args: ListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesCommandOutput>;
325
330
  listDevices(args: ListDevicesCommandInput, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
326
331
  listDevices(args: ListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
327
332
  /**
328
333
  * @see {@link ListInstanceProfilesCommand}
329
334
  */
335
+ listInstanceProfiles(): Promise<ListInstanceProfilesCommandOutput>;
330
336
  listInstanceProfiles(args: ListInstanceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceProfilesCommandOutput>;
331
337
  listInstanceProfiles(args: ListInstanceProfilesCommandInput, cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void): void;
332
338
  listInstanceProfiles(args: ListInstanceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void): void;
@@ -345,24 +351,28 @@ export interface DeviceFarm {
345
351
  /**
346
352
  * @see {@link ListOfferingPromotionsCommand}
347
353
  */
354
+ listOfferingPromotions(): Promise<ListOfferingPromotionsCommandOutput>;
348
355
  listOfferingPromotions(args: ListOfferingPromotionsCommandInput, options?: __HttpHandlerOptions): Promise<ListOfferingPromotionsCommandOutput>;
349
356
  listOfferingPromotions(args: ListOfferingPromotionsCommandInput, cb: (err: any, data?: ListOfferingPromotionsCommandOutput) => void): void;
350
357
  listOfferingPromotions(args: ListOfferingPromotionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingPromotionsCommandOutput) => void): void;
351
358
  /**
352
359
  * @see {@link ListOfferingsCommand}
353
360
  */
361
+ listOfferings(): Promise<ListOfferingsCommandOutput>;
354
362
  listOfferings(args: ListOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<ListOfferingsCommandOutput>;
355
363
  listOfferings(args: ListOfferingsCommandInput, cb: (err: any, data?: ListOfferingsCommandOutput) => void): void;
356
364
  listOfferings(args: ListOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingsCommandOutput) => void): void;
357
365
  /**
358
366
  * @see {@link ListOfferingTransactionsCommand}
359
367
  */
368
+ listOfferingTransactions(): Promise<ListOfferingTransactionsCommandOutput>;
360
369
  listOfferingTransactions(args: ListOfferingTransactionsCommandInput, options?: __HttpHandlerOptions): Promise<ListOfferingTransactionsCommandOutput>;
361
370
  listOfferingTransactions(args: ListOfferingTransactionsCommandInput, cb: (err: any, data?: ListOfferingTransactionsCommandOutput) => void): void;
362
371
  listOfferingTransactions(args: ListOfferingTransactionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingTransactionsCommandOutput) => void): void;
363
372
  /**
364
373
  * @see {@link ListProjectsCommand}
365
374
  */
375
+ listProjects(): Promise<ListProjectsCommandOutput>;
366
376
  listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
367
377
  listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
368
378
  listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
@@ -399,6 +409,7 @@ export interface DeviceFarm {
399
409
  /**
400
410
  * @see {@link ListTestGridProjectsCommand}
401
411
  */
412
+ listTestGridProjects(): Promise<ListTestGridProjectsCommandOutput>;
402
413
  listTestGridProjects(args: ListTestGridProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestGridProjectsCommandOutput>;
403
414
  listTestGridProjects(args: ListTestGridProjectsCommandInput, cb: (err: any, data?: ListTestGridProjectsCommandOutput) => void): void;
404
415
  listTestGridProjects(args: ListTestGridProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestGridProjectsCommandOutput) => void): void;
@@ -441,6 +452,7 @@ export interface DeviceFarm {
441
452
  /**
442
453
  * @see {@link ListVPCEConfigurationsCommand}
443
454
  */
455
+ listVPCEConfigurations(): Promise<ListVPCEConfigurationsCommandOutput>;
444
456
  listVPCEConfigurations(args: ListVPCEConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListVPCEConfigurationsCommandOutput>;
445
457
  listVPCEConfigurations(args: ListVPCEConfigurationsCommandInput, cb: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void): void;
446
458
  listVPCEConfigurations(args: ListVPCEConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void): void;
@@ -542,7 +554,6 @@ export interface DeviceFarm {
542
554
  updateVPCEConfiguration(args: UpdateVPCEConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVPCEConfigurationCommandOutput) => void): void;
543
555
  }
544
556
  /**
545
- * @public
546
557
  * <p>Welcome to the AWS Device Farm API documentation, which contains APIs for:</p>
547
558
  * <ul>
548
559
  * <li>
@@ -558,6 +569,7 @@ export interface DeviceFarm {
558
569
  * devices in the cloud. For more information, see the <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/">Device Farm Developer Guide</a>.</p>
559
570
  * </li>
560
571
  * </ul>
572
+ * @public
561
573
  */
562
574
  export declare class DeviceFarm extends DeviceFarmClient implements DeviceFarm {
563
575
  }
@@ -228,7 +228,6 @@ export type DeviceFarmClientResolvedConfigType = __SmithyResolvedConfiguration<_
228
228
  export interface DeviceFarmClientResolvedConfig extends DeviceFarmClientResolvedConfigType {
229
229
  }
230
230
  /**
231
- * @public
232
231
  * <p>Welcome to the AWS Device Farm API documentation, which contains APIs for:</p>
233
232
  * <ul>
234
233
  * <li>
@@ -244,6 +243,7 @@ export interface DeviceFarmClientResolvedConfig extends DeviceFarmClientResolved
244
243
  * devices in the cloud. For more information, see the <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/">Device Farm Developer Guide</a>.</p>
245
244
  * </li>
246
245
  * </ul>
246
+ * @public
247
247
  */
248
248
  export declare class DeviceFarmClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DeviceFarmClientResolvedConfig> {
249
249
  /**
@@ -22,10 +22,10 @@ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, _
22
22
  }
23
23
  declare const CreateDevicePoolCommand_base: {
24
24
  new (input: CreateDevicePoolCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDevicePoolCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a device pool.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const CreateDevicePoolCommand_base: {
88
88
  * @throws {@link DeviceFarmServiceException}
89
89
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
90
90
  *
91
+ * @public
91
92
  * @example To create a new device pool
92
93
  * ```javascript
93
94
  * // The following example creates a new device pool named MyDevicePool inside an existing project.
@@ -22,10 +22,10 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
22
22
  }
23
23
  declare const CreateInstanceProfileCommand_base: {
24
24
  new (input: CreateInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a profile that can be applied to one or more private fleet device
30
30
  * instances.</p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const CreateInstanceProfileCommand_base: {
81
81
  * @throws {@link DeviceFarmServiceException}
82
82
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateInstanceProfileCommand extends CreateInstanceProfileCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
22
22
  }
23
23
  declare const CreateNetworkProfileCommand_base: {
24
24
  new (input: CreateNetworkProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateNetworkProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a network profile.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const CreateNetworkProfileCommand_base: {
89
89
  * @throws {@link DeviceFarmServiceException}
90
90
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class CreateNetworkProfileCommand extends CreateNetworkProfileCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad
22
22
  }
23
23
  declare const CreateProjectCommand_base: {
24
24
  new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const CreateProjectCommand_base: {
92
92
  * @throws {@link DeviceFarmServiceException}
93
93
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
94
94
  *
95
+ * @public
95
96
  * @example To create a new project
96
97
  * ```javascript
97
98
  * // The following example creates a new project named MyProject.
@@ -22,10 +22,10 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce
22
22
  }
23
23
  declare const CreateRemoteAccessSessionCommand_base: {
24
24
  new (input: CreateRemoteAccessSessionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRemoteAccessSessionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specifies and starts a remote access session.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -165,6 +165,7 @@ declare const CreateRemoteAccessSessionCommand_base: {
165
165
  * @throws {@link DeviceFarmServiceException}
166
166
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
167
167
  *
168
+ * @public
168
169
  * @example To create a remote access session
169
170
  * ```javascript
170
171
  * // The following example creates a remote access session named MySession.
@@ -22,10 +22,10 @@ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjec
22
22
  }
23
23
  declare const CreateTestGridProjectCommand_base: {
24
24
  new (input: CreateTestGridProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTestGridProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Selenium testing project. Projects are used to track <a>TestGridSession</a>
30
30
  * instances.</p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const CreateTestGridProjectCommand_base: {
88
88
  * @throws {@link DeviceFarmServiceException}
89
89
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class CreateTestGridProjectCommand extends CreateTestGridProjectCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult,
22
22
  }
23
23
  declare const CreateTestGridUrlCommand_base: {
24
24
  new (input: CreateTestGridUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTestGridUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a signed, short-term URL that can be passed to a Selenium <code>RemoteWebDriver</code>
30
30
  * constructor.</p>
31
31
  * @example
@@ -66,6 +66,7 @@ declare const CreateTestGridUrlCommand_base: {
66
66
  * @throws {@link DeviceFarmServiceException}
67
67
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class CreateTestGridUrlCommand extends CreateTestGridUrlCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface CreateUploadCommandOutput extends CreateUploadResult, __Metadat
22
22
  }
23
23
  declare const CreateUploadCommand_base: {
24
24
  new (input: CreateUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUploadCommandInput, CreateUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUploadCommandInput, CreateUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Uploads an app or test scripts.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const CreateUploadCommand_base: {
79
79
  * @throws {@link DeviceFarmServiceException}
80
80
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
81
81
  *
82
+ * @public
82
83
  * @example To create a new test package upload
83
84
  * ```javascript
84
85
  * // The following example creates a new Appium Python test package upload inside an existing project.
@@ -22,10 +22,10 @@ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigur
22
22
  }
23
23
  declare const CreateVPCEConfigurationCommand_base: {
24
24
  new (input: CreateVPCEConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateVPCEConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud
30
30
  * (VPC) endpoint.</p>
31
31
  * @example
@@ -72,6 +72,7 @@ declare const CreateVPCEConfigurationCommand_base: {
72
72
  * @throws {@link DeviceFarmServiceException}
73
73
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class CreateVPCEConfigurationCommand extends CreateVPCEConfigurationCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, _
22
22
  }
23
23
  declare const DeleteDevicePoolCommand_base: {
24
24
  new (input: DeleteDevicePoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDevicePoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a device pool given the pool ARN. Does not allow deletion of curated pools
30
30
  * owned by the system.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteDevicePoolCommand_base: {
64
64
  * @throws {@link DeviceFarmServiceException}
65
65
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
66
66
  *
67
+ * @public
67
68
  * @example To delete a device pool
68
69
  * ```javascript
69
70
  * // The following example deletes a specific device pool.
@@ -22,10 +22,10 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil
22
22
  }
23
23
  declare const DeleteInstanceProfileCommand_base: {
24
24
  new (input: DeleteInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a profile that can be applied to one or more private device instances.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteInstanceProfileCommand_base: {
63
63
  * @throws {@link DeviceFarmServiceException}
64
64
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteInstanceProfileCommand extends DeleteInstanceProfileCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR
22
22
  }
23
23
  declare const DeleteNetworkProfileCommand_base: {
24
24
  new (input: DeleteNetworkProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteNetworkProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a network profile.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteNetworkProfileCommand_base: {
63
63
  * @throws {@link DeviceFarmServiceException}
64
64
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteNetworkProfileCommand extends DeleteNetworkProfileCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __Metad
22
22
  }
23
23
  declare const DeleteProjectCommand_base: {
24
24
  new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an AWS Device Farm project, given the project ARN.</p>
30
30
  * <p> Deleting this resource does not stop an in-progress run.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteProjectCommand_base: {
64
64
  * @throws {@link DeviceFarmServiceException}
65
65
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
66
66
  *
67
+ * @public
67
68
  * @example To delete a project
68
69
  * ```javascript
69
70
  * // The following example deletes a specific project.
@@ -22,10 +22,10 @@ export interface DeleteRemoteAccessSessionCommandOutput extends DeleteRemoteAcce
22
22
  }
23
23
  declare const DeleteRemoteAccessSessionCommand_base: {
24
24
  new (input: DeleteRemoteAccessSessionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRemoteAccessSessionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a completed remote access session and its results.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteRemoteAccessSessionCommand_base: {
63
63
  * @throws {@link DeviceFarmServiceException}
64
64
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
65
65
  *
66
+ * @public
66
67
  * @example To delete a specific remote access session
67
68
  * ```javascript
68
69
  * // The following example deletes a specific remote access session.
@@ -22,10 +22,10 @@ export interface DeleteRunCommandOutput extends DeleteRunResult, __MetadataBeare
22
22
  }
23
23
  declare const DeleteRunCommand_base: {
24
24
  new (input: DeleteRunCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRunCommandInput, DeleteRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRunCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRunCommandInput, DeleteRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the run, given the run ARN.</p>
30
30
  * <p> Deleting this resource does not stop an in-progress run.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteRunCommand_base: {
64
64
  * @throws {@link DeviceFarmServiceException}
65
65
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
66
66
  *
67
+ * @public
67
68
  * @example To delete a run
68
69
  * ```javascript
69
70
  * // The following example deletes a specific test run.
@@ -22,10 +22,10 @@ export interface DeleteTestGridProjectCommandOutput extends DeleteTestGridProjec
22
22
  }
23
23
  declare const DeleteTestGridProjectCommand_base: {
24
24
  new (input: DeleteTestGridProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTestGridProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Deletes a Selenium testing project and all content generated under it. </p>
30
30
  * <important>
31
31
  * <p>You cannot undo this operation.</p>
@@ -70,6 +70,7 @@ declare const DeleteTestGridProjectCommand_base: {
70
70
  * @throws {@link DeviceFarmServiceException}
71
71
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteTestGridProjectCommand extends DeleteTestGridProjectCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteUploadCommandOutput extends DeleteUploadResult, __Metadat
22
22
  }
23
23
  declare const DeleteUploadCommand_base: {
24
24
  new (input: DeleteUploadCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUploadCommandInput, DeleteUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteUploadCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUploadCommandInput, DeleteUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an upload given the upload ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteUploadCommand_base: {
63
63
  * @throws {@link DeviceFarmServiceException}
64
64
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
65
65
  *
66
+ * @public
66
67
  * @example To delete a specific upload
67
68
  * ```javascript
68
69
  * // The following example deletes a specific upload.
@@ -22,10 +22,10 @@ export interface DeleteVPCEConfigurationCommandOutput extends DeleteVPCEConfigur
22
22
  }
23
23
  declare const DeleteVPCEConfigurationCommand_base: {
24
24
  new (input: DeleteVPCEConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVPCEConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const DeleteVPCEConfigurationCommand_base: {
64
64
  * @throws {@link DeviceFarmServiceException}
65
65
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteVPCEConfigurationCommand extends DeleteVPCEConfigurationCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResul
22
22
  }
23
23
  declare const GetAccountSettingsCommand_base: {
24
24
  new (input: GetAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAccountSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the
30
30
  * account.</p>
31
31
  * @example
@@ -82,6 +82,7 @@ declare const GetAccountSettingsCommand_base: {
82
82
  * @throws {@link DeviceFarmServiceException}
83
83
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
84
84
  *
85
+ * @public
85
86
  * @example To get information about account settings
86
87
  * ```javascript
87
88
  * // The following example returns information about your Device Farm account settings.
@@ -22,10 +22,10 @@ export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBeare
22
22
  }
23
23
  declare const GetDeviceCommand_base: {
24
24
  new (input: GetDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceCommandInput, GetDeviceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceCommandInput, GetDeviceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a unique device type.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -114,6 +114,7 @@ declare const GetDeviceCommand_base: {
114
114
  * @throws {@link DeviceFarmServiceException}
115
115
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
116
116
  *
117
+ * @public
117
118
  * @example To get information about a device
118
119
  * ```javascript
119
120
  * // The following example returns information about a specific device.
@@ -22,10 +22,10 @@ export interface GetDeviceInstanceCommandOutput extends GetDeviceInstanceResult,
22
22
  }
23
23
  declare const GetDeviceInstanceCommand_base: {
24
24
  new (input: GetDeviceInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeviceInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a device instance that belongs to a private device fleet.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const GetDeviceInstanceCommand_base: {
83
83
  * @throws {@link DeviceFarmServiceException}
84
84
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class GetDeviceInstanceCommand extends GetDeviceInstanceCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface GetDevicePoolCommandOutput extends GetDevicePoolResult, __Metad
22
22
  }
23
23
  declare const GetDevicePoolCommand_base: {
24
24
  new (input: GetDevicePoolCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePoolCommandInput, GetDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDevicePoolCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePoolCommandInput, GetDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a device pool.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const GetDevicePoolCommand_base: {
78
78
  * @throws {@link DeviceFarmServiceException}
79
79
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
80
80
  *
81
+ * @public
81
82
  * @example To get information about a device pool
82
83
  * ```javascript
83
84
  * // The following example returns information about a specific device pool, given a project ARN.
@@ -22,10 +22,10 @@ export interface GetDevicePoolCompatibilityCommandOutput extends GetDevicePoolCo
22
22
  }
23
23
  declare const GetDevicePoolCompatibilityCommand_base: {
24
24
  new (input: GetDevicePoolCompatibilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDevicePoolCompatibilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about compatibility with a device pool.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -230,6 +230,7 @@ declare const GetDevicePoolCompatibilityCommand_base: {
230
230
  * @throws {@link DeviceFarmServiceException}
231
231
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
232
232
  *
233
+ * @public
233
234
  * @example To get information about the compatibility of a device pool
234
235
  * ```javascript
235
236
  * // The following example returns information about the compatibility of a specific device pool, given its ARN.
@@ -22,10 +22,10 @@ export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResul
22
22
  }
23
23
  declare const GetInstanceProfileCommand_base: {
24
24
  new (input: GetInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the specified instance profile.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const GetInstanceProfileCommand_base: {
74
74
  * @throws {@link DeviceFarmServiceException}
75
75
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetInstanceProfileCommand extends GetInstanceProfileCommand_base {
79
80
  }