@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 { ScheduleRunRequest, ScheduleRunResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ScheduleRunCommand}.
8
10
  */
9
11
  export interface ScheduleRunCommandInput extends ScheduleRunRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ScheduleRunCommand}.
13
17
  */
14
18
  export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Schedules a 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 ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ScheduleRunCommandInput - {@link ScheduleRunCommandInput}
34
+ * @returns {@link ScheduleRunCommandOutput}
28
35
  * @see {@link ScheduleRunCommandInput} for command's `input` shape.
29
36
  * @see {@link ScheduleRunCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -71,11 +78,20 @@ export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataB
71
78
  export declare class ScheduleRunCommand extends $Command<ScheduleRunCommandInput, ScheduleRunCommandOutput, DeviceFarmClientResolvedConfig> {
72
79
  readonly input: ScheduleRunCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: ScheduleRunCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ScheduleRunCommandInput, ScheduleRunCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { StopJobRequest, StopJobResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopJobCommand}.
8
10
  */
9
11
  export interface StopJobCommandInput extends StopJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopJobCommand}.
13
17
  */
14
18
  export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device
18
23
  * where tests have not started. You are not billed for this device. On the device where tests have started,
19
24
  * setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown,
@@ -28,6 +33,8 @@ export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param StopJobCommandInput - {@link StopJobCommandInput}
37
+ * @returns {@link StopJobCommandOutput}
31
38
  * @see {@link StopJobCommandInput} for command's `input` shape.
32
39
  * @see {@link StopJobCommandOutput} for command's `response` shape.
33
40
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -49,11 +56,20 @@ export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
49
56
  export declare class StopJobCommand extends $Command<StopJobCommandInput, StopJobCommandOutput, DeviceFarmClientResolvedConfig> {
50
57
  readonly input: StopJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: StopJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopJobCommandInput, StopJobCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { StopRemoteAccessSessionRequest, StopRemoteAccessSessionResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopRemoteAccessSessionCommand}.
8
10
  */
9
11
  export interface StopRemoteAccessSessionCommandInput extends StopRemoteAccessSessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopRemoteAccessSessionCommand}.
13
17
  */
14
18
  export interface StopRemoteAccessSessionCommandOutput extends StopRemoteAccessSessionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Ends a specified remote access session.</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 StopRemoteAccessSessionCommandOutput extends StopRemoteAccessSe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopRemoteAccessSessionCommandInput - {@link StopRemoteAccessSessionCommandInput}
34
+ * @returns {@link StopRemoteAccessSessionCommandOutput}
28
35
  * @see {@link StopRemoteAccessSessionCommandInput} for command's `input` shape.
29
36
  * @see {@link StopRemoteAccessSessionCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -46,11 +53,20 @@ export interface StopRemoteAccessSessionCommandOutput extends StopRemoteAccessSe
46
53
  export declare class StopRemoteAccessSessionCommand extends $Command<StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
47
54
  readonly input: StopRemoteAccessSessionCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: StopRemoteAccessSessionCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput>;
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 { StopRunRequest, StopRunResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopRunCommand}.
8
10
  */
9
11
  export interface StopRunCommandInput extends StopRunRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopRunCommand}.
13
17
  */
14
18
  export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices
18
23
  * where tests have not started. You are not billed for these devices. On devices where tests have started
19
24
  * executing, setup suite and teardown suite tests run to completion on those devices. You are billed for
@@ -28,6 +33,8 @@ export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param StopRunCommandInput - {@link StopRunCommandInput}
37
+ * @returns {@link StopRunCommandOutput}
31
38
  * @see {@link StopRunCommandInput} for command's `input` shape.
32
39
  * @see {@link StopRunCommandOutput} for command's `response` shape.
33
40
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -65,11 +72,20 @@ export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {
65
72
  export declare class StopRunCommand extends $Command<StopRunCommandInput, StopRunCommandOutput, DeviceFarmClientResolvedConfig> {
66
73
  readonly input: StopRunCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: StopRunCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopRunCommandInput, StopRunCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags
18
23
  * on a resource are not specified in the request parameters, they are not changed. When a resource is deleted,
19
24
  * the tags associated with that resource are also deleted.</p>
@@ -27,6 +32,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
36
+ * @returns {@link TagResourceCommandOutput}
30
37
  * @see {@link TagResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -53,11 +60,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
53
60
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DeviceFarmClientResolvedConfig> {
54
61
  readonly input: TagResourceCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: TagResourceCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified tags from a resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -43,11 +50,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
43
50
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DeviceFarmClientResolvedConfig> {
44
51
  readonly input: UntagResourceCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UntagResourceCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { UpdateDeviceInstanceRequest, UpdateDeviceInstanceResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDeviceInstanceCommand}.
8
10
  */
9
11
  export interface UpdateDeviceInstanceCommandInput extends UpdateDeviceInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDeviceInstanceCommand}.
13
17
  */
14
18
  export interface UpdateDeviceInstanceCommandOutput extends UpdateDeviceInstanceResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates information about a private device instance.</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 UpdateDeviceInstanceCommandOutput extends UpdateDeviceInstanceR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDeviceInstanceCommandInput - {@link UpdateDeviceInstanceCommandInput}
34
+ * @returns {@link UpdateDeviceInstanceCommandOutput}
28
35
  * @see {@link UpdateDeviceInstanceCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDeviceInstanceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateDeviceInstanceCommandOutput extends UpdateDeviceInstanceR
46
53
  export declare class UpdateDeviceInstanceCommand extends $Command<UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig> {
47
54
  readonly input: UpdateDeviceInstanceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateDeviceInstanceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput>;
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 { UpdateDevicePoolRequest, UpdateDevicePoolResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDevicePoolCommand}.
8
10
  */
9
11
  export interface UpdateDevicePoolCommandInput extends UpdateDevicePoolRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDevicePoolCommand}.
13
17
  */
14
18
  export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modifies the name, description, and rules in a device pool given the attributes and
18
23
  * the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a
19
24
  * whole (or not at all).</p>
@@ -27,6 +32,8 @@ export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateDevicePoolCommandInput - {@link UpdateDevicePoolCommandInput}
36
+ * @returns {@link UpdateDevicePoolCommandOutput}
30
37
  * @see {@link UpdateDevicePoolCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateDevicePoolCommandOutput} for command's `response` shape.
32
39
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -73,11 +80,20 @@ export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, _
73
80
  export declare class UpdateDevicePoolCommand extends $Command<UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
74
81
  readonly input: UpdateDevicePoolCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: UpdateDevicePoolCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { UpdateInstanceProfileRequest, UpdateInstanceProfileResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateInstanceProfileCommand}.
8
10
  */
9
11
  export interface UpdateInstanceProfileCommandInput extends UpdateInstanceProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateInstanceProfileCommand}.
13
17
  */
14
18
  export interface UpdateInstanceProfileCommandOutput extends UpdateInstanceProfileResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates information about an existing private device instance profile.</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 UpdateInstanceProfileCommandOutput extends UpdateInstanceProfil
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateInstanceProfileCommandInput - {@link UpdateInstanceProfileCommandInput}
34
+ * @returns {@link UpdateInstanceProfileCommandOutput}
28
35
  * @see {@link UpdateInstanceProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateInstanceProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateInstanceProfileCommandOutput extends UpdateInstanceProfil
46
53
  export declare class UpdateInstanceProfileCommand extends $Command<UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
47
54
  readonly input: UpdateInstanceProfileCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateInstanceProfileCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput>;
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 { UpdateNetworkProfileRequest, UpdateNetworkProfileResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateNetworkProfileCommand}.
8
10
  */
9
11
  export interface UpdateNetworkProfileCommandInput extends UpdateNetworkProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateNetworkProfileCommand}.
13
17
  */
14
18
  export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the network profile.</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 UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateNetworkProfileCommandInput - {@link UpdateNetworkProfileCommandInput}
34
+ * @returns {@link UpdateNetworkProfileCommandOutput}
28
35
  * @see {@link UpdateNetworkProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateNetworkProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileR
46
53
  export declare class UpdateNetworkProfileCommand extends $Command<UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
47
54
  readonly input: UpdateNetworkProfileCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateNetworkProfileCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput>;
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 { UpdateProjectRequest, UpdateProjectResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateProjectCommand}.
8
10
  */
9
11
  export interface UpdateProjectCommandInput extends UpdateProjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateProjectCommand}.
13
17
  */
14
18
  export interface UpdateProjectCommandOutput extends UpdateProjectResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modifies the specified project name, given the project ARN and a new
18
23
  * name.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResult, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateProjectCommandInput - {@link UpdateProjectCommandInput}
35
+ * @returns {@link UpdateProjectCommandOutput}
29
36
  * @see {@link UpdateProjectCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateProjectCommandOutput} for command's `response` shape.
31
38
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -68,11 +75,20 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResult, __Metad
68
75
  export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, DeviceFarmClientResolvedConfig> {
69
76
  readonly input: UpdateProjectCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: UpdateProjectCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { UpdateTestGridProjectRequest, UpdateTestGridProjectResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTestGridProjectCommand}.
8
10
  */
9
11
  export interface UpdateTestGridProjectCommandInput extends UpdateTestGridProjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTestGridProjectCommand}.
13
17
  */
14
18
  export interface UpdateTestGridProjectCommandOutput extends UpdateTestGridProjectResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Change details of a project.</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 UpdateTestGridProjectCommandOutput extends UpdateTestGridProjec
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateTestGridProjectCommandInput - {@link UpdateTestGridProjectCommandInput}
34
+ * @returns {@link UpdateTestGridProjectCommandOutput}
28
35
  * @see {@link UpdateTestGridProjectCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateTestGridProjectCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UpdateTestGridProjectCommandOutput extends UpdateTestGridProjec
47
54
  export declare class UpdateTestGridProjectCommand extends $Command<UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
48
55
  readonly input: UpdateTestGridProjectCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UpdateTestGridProjectCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput>;
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 { UpdateUploadRequest, UpdateUploadResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateUploadCommand}.
8
10
  */
9
11
  export interface UpdateUploadCommandInput extends UpdateUploadRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateUploadCommand}.
13
17
  */
14
18
  export interface UpdateUploadCommandOutput extends UpdateUploadResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an uploaded test spec.</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 UpdateUploadCommandOutput extends UpdateUploadResult, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateUploadCommandInput - {@link UpdateUploadCommandInput}
34
+ * @returns {@link UpdateUploadCommandOutput}
28
35
  * @see {@link UpdateUploadCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateUploadCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateUploadCommandOutput extends UpdateUploadResult, __Metadat
46
53
  export declare class UpdateUploadCommand extends $Command<UpdateUploadCommandInput, UpdateUploadCommandOutput, DeviceFarmClientResolvedConfig> {
47
54
  readonly input: UpdateUploadCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateUploadCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUploadCommandInput, UpdateUploadCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }