@aws-sdk/client-device-farm 3.296.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 (258) 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/DeviceFarm.d.ts +78 -0
  158. package/dist-types/DeviceFarmClient.d.ts +24 -4
  159. package/dist-types/commands/CreateDevicePoolCommand.d.ts +16 -0
  160. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
  161. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +16 -0
  162. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  163. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +16 -0
  164. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +16 -0
  165. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +16 -0
  166. package/dist-types/commands/CreateUploadCommand.d.ts +16 -0
  167. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +16 -0
  168. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +16 -0
  169. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
  170. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +16 -0
  171. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  172. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +16 -0
  173. package/dist-types/commands/DeleteRunCommand.d.ts +16 -0
  174. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +16 -0
  175. package/dist-types/commands/DeleteUploadCommand.d.ts +16 -0
  176. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +16 -0
  177. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  178. package/dist-types/commands/GetDeviceCommand.d.ts +16 -0
  179. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +16 -0
  180. package/dist-types/commands/GetDevicePoolCommand.d.ts +16 -0
  181. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +16 -0
  182. package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
  183. package/dist-types/commands/GetJobCommand.d.ts +16 -0
  184. package/dist-types/commands/GetNetworkProfileCommand.d.ts +16 -0
  185. package/dist-types/commands/GetOfferingStatusCommand.d.ts +16 -0
  186. package/dist-types/commands/GetProjectCommand.d.ts +16 -0
  187. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +16 -0
  188. package/dist-types/commands/GetRunCommand.d.ts +16 -0
  189. package/dist-types/commands/GetSuiteCommand.d.ts +16 -0
  190. package/dist-types/commands/GetTestCommand.d.ts +16 -0
  191. package/dist-types/commands/GetTestGridProjectCommand.d.ts +16 -0
  192. package/dist-types/commands/GetTestGridSessionCommand.d.ts +16 -0
  193. package/dist-types/commands/GetUploadCommand.d.ts +16 -0
  194. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +16 -0
  195. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +16 -0
  196. package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
  197. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +16 -0
  198. package/dist-types/commands/ListDevicePoolsCommand.d.ts +16 -0
  199. package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
  200. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
  201. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  202. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +16 -0
  203. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +16 -0
  204. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +16 -0
  205. package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
  206. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  207. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +16 -0
  208. package/dist-types/commands/ListRunsCommand.d.ts +16 -0
  209. package/dist-types/commands/ListSamplesCommand.d.ts +16 -0
  210. package/dist-types/commands/ListSuitesCommand.d.ts +16 -0
  211. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  212. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +16 -0
  213. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +16 -0
  214. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +16 -0
  215. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +16 -0
  216. package/dist-types/commands/ListTestsCommand.d.ts +16 -0
  217. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +16 -0
  218. package/dist-types/commands/ListUploadsCommand.d.ts +16 -0
  219. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +16 -0
  220. package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
  221. package/dist-types/commands/RenewOfferingCommand.d.ts +16 -0
  222. package/dist-types/commands/ScheduleRunCommand.d.ts +16 -0
  223. package/dist-types/commands/StopJobCommand.d.ts +16 -0
  224. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +16 -0
  225. package/dist-types/commands/StopRunCommand.d.ts +16 -0
  226. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  227. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  228. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +16 -0
  229. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +16 -0
  230. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +16 -0
  231. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +16 -0
  232. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  233. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +16 -0
  234. package/dist-types/commands/UpdateUploadCommand.d.ts +16 -0
  235. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +16 -0
  236. package/dist-types/models/DeviceFarmServiceException.d.ts +2 -0
  237. package/dist-types/models/models_0.d.ts +444 -788
  238. package/dist-types/pagination/GetOfferingStatusPaginator.d.ts +3 -0
  239. package/dist-types/pagination/Interfaces.d.ts +3 -0
  240. package/dist-types/pagination/ListArtifactsPaginator.d.ts +3 -0
  241. package/dist-types/pagination/ListDevicePoolsPaginator.d.ts +3 -0
  242. package/dist-types/pagination/ListDevicesPaginator.d.ts +3 -0
  243. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  244. package/dist-types/pagination/ListOfferingTransactionsPaginator.d.ts +3 -0
  245. package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
  246. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  247. package/dist-types/pagination/ListRunsPaginator.d.ts +3 -0
  248. package/dist-types/pagination/ListSamplesPaginator.d.ts +3 -0
  249. package/dist-types/pagination/ListSuitesPaginator.d.ts +3 -0
  250. package/dist-types/pagination/ListTestGridProjectsPaginator.d.ts +3 -0
  251. package/dist-types/pagination/ListTestGridSessionActionsPaginator.d.ts +3 -0
  252. package/dist-types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +3 -0
  253. package/dist-types/pagination/ListTestGridSessionsPaginator.d.ts +3 -0
  254. package/dist-types/pagination/ListTestsPaginator.d.ts +3 -0
  255. package/dist-types/pagination/ListUniqueProblemsPaginator.d.ts +3 -0
  256. package/dist-types/pagination/ListUploadsPaginator.d.ts +3 -0
  257. package/dist-types/ts3.4/models/models_0.d.ts +0 -539
  258. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListArtifactsCommand}.
8
10
  */
9
11
  export interface ListArtifactsCommandInput extends ListArtifactsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListArtifactsCommand}.
13
17
  */
14
18
  export interface ListArtifactsCommandOutput extends ListArtifactsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about artifacts.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListArtifactsCommandInput - {@link ListArtifactsCommandInput}
34
+ * @returns {@link ListArtifactsCommandOutput}
28
35
  * @see {@link ListArtifactsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListArtifactsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -58,11 +65,20 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad
58
65
  export declare class ListArtifactsCommand extends $Command<ListArtifactsCommandInput, ListArtifactsCommandOutput, DeviceFarmClientResolvedConfig> {
59
66
  readonly input: ListArtifactsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: ListArtifactsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListArtifactsCommandInput, ListArtifactsCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListDeviceInstancesRequest, ListDeviceInstancesResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDeviceInstancesCommand}.
8
10
  */
9
11
  export interface ListDeviceInstancesCommandInput extends ListDeviceInstancesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDeviceInstancesCommand}.
13
17
  */
14
18
  export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the private device instances associated with one or more AWS
18
23
  * accounts.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListDeviceInstancesCommandInput - {@link ListDeviceInstancesCommandInput}
35
+ * @returns {@link ListDeviceInstancesCommandOutput}
29
36
  * @see {@link ListDeviceInstancesCommandInput} for command's `input` shape.
30
37
  * @see {@link ListDeviceInstancesCommandOutput} for command's `response` shape.
31
38
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -47,11 +54,20 @@ export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesRes
47
54
  export declare class ListDeviceInstancesCommand extends $Command<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig> {
48
55
  readonly input: ListDeviceInstancesCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: ListDeviceInstancesCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListDevicePoolsRequest, ListDevicePoolsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDevicePoolsCommand}.
8
10
  */
9
11
  export interface ListDevicePoolsCommandInput extends ListDevicePoolsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDevicePoolsCommand}.
13
17
  */
14
18
  export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about device pools.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDevicePoolsCommandInput - {@link ListDevicePoolsCommandInput}
34
+ * @returns {@link ListDevicePoolsCommandOutput}
28
35
  * @see {@link ListDevicePoolsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDevicePoolsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -88,11 +95,20 @@ export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __M
88
95
  export declare class ListDevicePoolsCommand extends $Command<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput, DeviceFarmClientResolvedConfig> {
89
96
  readonly input: ListDevicePoolsCommandInput;
90
97
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
+ /**
99
+ * @public
100
+ */
91
101
  constructor(input: ListDevicePoolsCommandInput);
92
102
  /**
93
103
  * @internal
94
104
  */
95
105
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput>;
106
+ /**
107
+ * @internal
108
+ */
96
109
  private serialize;
110
+ /**
111
+ * @internal
112
+ */
97
113
  private deserialize;
98
114
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListDevicesRequest, ListDevicesResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDevicesCommand}.
8
10
  */
9
11
  export interface ListDevicesCommandInput extends ListDevicesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDevicesCommand}.
13
17
  */
14
18
  export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about unique device types.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDevicesCommandInput - {@link ListDevicesCommandInput}
34
+ * @returns {@link ListDevicesCommandOutput}
28
35
  * @see {@link ListDevicesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDevicesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataB
57
64
  export declare class ListDevicesCommand extends $Command<ListDevicesCommandInput, ListDevicesCommandOutput, DeviceFarmClientResolvedConfig> {
58
65
  readonly input: ListDevicesCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListDevicesCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDevicesCommandInput, ListDevicesCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListInstanceProfilesRequest, ListInstanceProfilesResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListInstanceProfilesCommand}.
8
10
  */
9
11
  export interface ListInstanceProfilesCommandInput extends ListInstanceProfilesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListInstanceProfilesCommand}.
13
17
  */
14
18
  export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about all the instance profiles in an AWS account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListInstanceProfilesCommandInput - {@link ListInstanceProfilesCommandInput}
34
+ * @returns {@link ListInstanceProfilesCommandOutput}
28
35
  * @see {@link ListInstanceProfilesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListInstanceProfilesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
46
53
  export declare class ListInstanceProfilesCommand extends $Command<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
47
54
  readonly input: ListInstanceProfilesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListInstanceProfilesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListJobsRequest, ListJobsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListJobsCommand}.
8
10
  */
9
11
  export interface ListJobsCommandInput extends ListJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListJobsCommand}.
13
17
  */
14
18
  export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about jobs for a given test run.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListJobsCommandInput - {@link ListJobsCommandInput}
34
+ * @returns {@link ListJobsCommandOutput}
28
35
  * @see {@link ListJobsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListJobsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
57
64
  export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, DeviceFarmClientResolvedConfig> {
58
65
  readonly input: ListJobsCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListJobsCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListNetworkProfilesRequest, ListNetworkProfilesResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListNetworkProfilesCommand}.
8
10
  */
9
11
  export interface ListNetworkProfilesCommandInput extends ListNetworkProfilesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListNetworkProfilesCommand}.
13
17
  */
14
18
  export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the list of available network profiles.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListNetworkProfilesCommandInput - {@link ListNetworkProfilesCommandInput}
34
+ * @returns {@link ListNetworkProfilesCommandOutput}
28
35
  * @see {@link ListNetworkProfilesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListNetworkProfilesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes
46
53
  export declare class ListNetworkProfilesCommand extends $Command<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
47
54
  readonly input: ListNetworkProfilesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListNetworkProfilesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListOfferingPromotionsRequest, ListOfferingPromotionsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListOfferingPromotionsCommand}.
8
10
  */
9
11
  export interface ListOfferingPromotionsCommandInput extends ListOfferingPromotionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListOfferingPromotionsCommand}.
13
17
  */
14
18
  export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromotionsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of offering promotions. Each offering promotion record contains the ID and description
18
23
  * of the promotion. The API returns a <code>NotEligible</code> error if the caller is not permitted to invoke
19
24
  * the operation. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you must be able to invoke this operation.</p>
@@ -27,6 +32,8 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListOfferingPromotionsCommandInput - {@link ListOfferingPromotionsCommandInput}
36
+ * @returns {@link ListOfferingPromotionsCommandOutput}
30
37
  * @see {@link ListOfferingPromotionsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListOfferingPromotionsCommandOutput} for command's `response` shape.
32
39
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti
52
59
  export declare class ListOfferingPromotionsCommand extends $Command<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig> {
53
60
  readonly input: ListOfferingPromotionsCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListOfferingPromotionsCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListOfferingTransactionsRequest, ListOfferingTransactionsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListOfferingTransactionsCommand}.
8
10
  */
9
11
  export interface ListOfferingTransactionsCommandInput extends ListOfferingTransactionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListOfferingTransactionsCommand}.
13
17
  */
14
18
  export interface ListOfferingTransactionsCommandOutput extends ListOfferingTransactionsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS
18
23
  * account. The list is paginated and ordered by a descending timestamp (most recent transactions are first).
19
24
  * The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. If
@@ -28,6 +33,8 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListOfferingTransactionsCommandInput - {@link ListOfferingTransactionsCommandInput}
37
+ * @returns {@link ListOfferingTransactionsCommandOutput}
31
38
  * @see {@link ListOfferingTransactionsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListOfferingTransactionsCommandOutput} for command's `response` shape.
33
40
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -146,11 +153,20 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans
146
153
  export declare class ListOfferingTransactionsCommand extends $Command<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput, DeviceFarmClientResolvedConfig> {
147
154
  readonly input: ListOfferingTransactionsCommandInput;
148
155
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
156
+ /**
157
+ * @public
158
+ */
149
159
  constructor(input: ListOfferingTransactionsCommandInput);
150
160
  /**
151
161
  * @internal
152
162
  */
153
163
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput>;
164
+ /**
165
+ * @internal
166
+ */
154
167
  private serialize;
168
+ /**
169
+ * @internal
170
+ */
155
171
  private deserialize;
156
172
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListOfferingsRequest, ListOfferingsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListOfferingsCommand}.
8
10
  */
9
11
  export interface ListOfferingsCommandInput extends ListOfferingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListOfferingsCommand}.
13
17
  */
14
18
  export interface ListOfferingsCommandOutput extends ListOfferingsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of products or offerings that the user can manage through the API. Each offering record
18
23
  * indicates the recurring price per unit and the frequency for that offering. The API returns a
19
24
  * <code>NotEligible</code> error if the user is not permitted to invoke the operation. If you must be
@@ -28,6 +33,8 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListOfferingsCommandInput - {@link ListOfferingsCommandInput}
37
+ * @returns {@link ListOfferingsCommandOutput}
31
38
  * @see {@link ListOfferingsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListOfferingsCommandOutput} for command's `response` shape.
33
40
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -130,11 +137,20 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad
130
137
  export declare class ListOfferingsCommand extends $Command<ListOfferingsCommandInput, ListOfferingsCommandOutput, DeviceFarmClientResolvedConfig> {
131
138
  readonly input: ListOfferingsCommandInput;
132
139
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
140
+ /**
141
+ * @public
142
+ */
133
143
  constructor(input: ListOfferingsCommandInput);
134
144
  /**
135
145
  * @internal
136
146
  */
137
147
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOfferingsCommandInput, ListOfferingsCommandOutput>;
148
+ /**
149
+ * @internal
150
+ */
138
151
  private serialize;
152
+ /**
153
+ * @internal
154
+ */
139
155
  private deserialize;
140
156
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListProjectsRequest, ListProjectsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListProjectsCommand}.
8
10
  */
9
11
  export interface ListProjectsCommandInput extends ListProjectsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListProjectsCommand}.
13
17
  */
14
18
  export interface ListProjectsCommandOutput extends ListProjectsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about projects.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListProjectsCommandInput - {@link ListProjectsCommandInput}
34
+ * @returns {@link ListProjectsCommandOutput}
28
35
  * @see {@link ListProjectsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListProjectsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -74,11 +81,20 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat
74
81
  export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, DeviceFarmClientResolvedConfig> {
75
82
  readonly input: ListProjectsCommandInput;
76
83
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
+ /**
85
+ * @public
86
+ */
77
87
  constructor(input: ListProjectsCommandInput);
78
88
  /**
79
89
  * @internal
80
90
  */
81
91
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
92
+ /**
93
+ * @internal
94
+ */
82
95
  private serialize;
96
+ /**
97
+ * @internal
98
+ */
83
99
  private deserialize;
84
100
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListRemoteAccessSessionsRequest, ListRemoteAccessSessionsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRemoteAccessSessionsCommand}.
8
10
  */
9
11
  export interface ListRemoteAccessSessionsCommandInput extends ListRemoteAccessSessionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRemoteAccessSessionsCommand}.
13
17
  */
14
18
  export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessSessionsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of all currently running remote access sessions.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListRemoteAccessSessionsCommandInput - {@link ListRemoteAccessSessionsCommandInput}
34
+ * @returns {@link ListRemoteAccessSessionsCommandOutput}
28
35
  * @see {@link ListRemoteAccessSessionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListRemoteAccessSessionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -63,11 +70,20 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS
63
70
  export declare class ListRemoteAccessSessionsCommand extends $Command<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput, DeviceFarmClientResolvedConfig> {
64
71
  readonly input: ListRemoteAccessSessionsCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: ListRemoteAccessSessionsCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListRunsRequest, ListRunsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRunsCommand}.
8
10
  */
9
11
  export interface ListRunsCommandInput extends ListRunsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRunsCommand}.
13
17
  */
14
18
  export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about runs, given an AWS Device Farm project ARN.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListRunsCommandInput - {@link ListRunsCommandInput}
34
+ * @returns {@link ListRunsCommandOutput}
28
35
  * @see {@link ListRunsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListRunsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -90,11 +97,20 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer
90
97
  export declare class ListRunsCommand extends $Command<ListRunsCommandInput, ListRunsCommandOutput, DeviceFarmClientResolvedConfig> {
91
98
  readonly input: ListRunsCommandInput;
92
99
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
+ /**
101
+ * @public
102
+ */
93
103
  constructor(input: ListRunsCommandInput);
94
104
  /**
95
105
  * @internal
96
106
  */
97
107
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRunsCommandInput, ListRunsCommandOutput>;
108
+ /**
109
+ * @internal
110
+ */
98
111
  private serialize;
112
+ /**
113
+ * @internal
114
+ */
99
115
  private deserialize;
100
116
  }