@aws-sdk/client-device-farm 3.478.0 → 3.481.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 (313) hide show
  1. package/dist-cjs/commands/CreateDevicePoolCommand.js +18 -41
  2. package/dist-cjs/commands/CreateInstanceProfileCommand.js +18 -41
  3. package/dist-cjs/commands/CreateNetworkProfileCommand.js +18 -41
  4. package/dist-cjs/commands/CreateProjectCommand.js +18 -41
  5. package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +18 -41
  6. package/dist-cjs/commands/CreateTestGridProjectCommand.js +18 -41
  7. package/dist-cjs/commands/CreateTestGridUrlCommand.js +18 -41
  8. package/dist-cjs/commands/CreateUploadCommand.js +18 -41
  9. package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteDevicePoolCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteNetworkProfileCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteProjectCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteRunCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteTestGridProjectCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteUploadCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +18 -41
  19. package/dist-cjs/commands/GetAccountSettingsCommand.js +18 -41
  20. package/dist-cjs/commands/GetDeviceCommand.js +18 -41
  21. package/dist-cjs/commands/GetDeviceInstanceCommand.js +18 -41
  22. package/dist-cjs/commands/GetDevicePoolCommand.js +18 -41
  23. package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +18 -41
  24. package/dist-cjs/commands/GetInstanceProfileCommand.js +18 -41
  25. package/dist-cjs/commands/GetJobCommand.js +18 -41
  26. package/dist-cjs/commands/GetNetworkProfileCommand.js +18 -41
  27. package/dist-cjs/commands/GetOfferingStatusCommand.js +18 -41
  28. package/dist-cjs/commands/GetProjectCommand.js +18 -41
  29. package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +18 -41
  30. package/dist-cjs/commands/GetRunCommand.js +18 -41
  31. package/dist-cjs/commands/GetSuiteCommand.js +18 -41
  32. package/dist-cjs/commands/GetTestCommand.js +18 -41
  33. package/dist-cjs/commands/GetTestGridProjectCommand.js +18 -41
  34. package/dist-cjs/commands/GetTestGridSessionCommand.js +18 -41
  35. package/dist-cjs/commands/GetUploadCommand.js +18 -41
  36. package/dist-cjs/commands/GetVPCEConfigurationCommand.js +18 -41
  37. package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +18 -41
  38. package/dist-cjs/commands/ListArtifactsCommand.js +18 -41
  39. package/dist-cjs/commands/ListDeviceInstancesCommand.js +18 -41
  40. package/dist-cjs/commands/ListDevicePoolsCommand.js +18 -41
  41. package/dist-cjs/commands/ListDevicesCommand.js +18 -41
  42. package/dist-cjs/commands/ListInstanceProfilesCommand.js +18 -41
  43. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  44. package/dist-cjs/commands/ListNetworkProfilesCommand.js +18 -41
  45. package/dist-cjs/commands/ListOfferingPromotionsCommand.js +18 -41
  46. package/dist-cjs/commands/ListOfferingTransactionsCommand.js +18 -41
  47. package/dist-cjs/commands/ListOfferingsCommand.js +18 -41
  48. package/dist-cjs/commands/ListProjectsCommand.js +18 -41
  49. package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +18 -41
  50. package/dist-cjs/commands/ListRunsCommand.js +18 -41
  51. package/dist-cjs/commands/ListSamplesCommand.js +18 -41
  52. package/dist-cjs/commands/ListSuitesCommand.js +18 -41
  53. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  54. package/dist-cjs/commands/ListTestGridProjectsCommand.js +18 -41
  55. package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +18 -41
  56. package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +18 -41
  57. package/dist-cjs/commands/ListTestGridSessionsCommand.js +18 -41
  58. package/dist-cjs/commands/ListTestsCommand.js +18 -41
  59. package/dist-cjs/commands/ListUniqueProblemsCommand.js +18 -41
  60. package/dist-cjs/commands/ListUploadsCommand.js +18 -41
  61. package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +18 -41
  62. package/dist-cjs/commands/PurchaseOfferingCommand.js +18 -41
  63. package/dist-cjs/commands/RenewOfferingCommand.js +18 -41
  64. package/dist-cjs/commands/ScheduleRunCommand.js +18 -41
  65. package/dist-cjs/commands/StopJobCommand.js +18 -41
  66. package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +18 -41
  67. package/dist-cjs/commands/StopRunCommand.js +18 -41
  68. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  69. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  70. package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +18 -41
  71. package/dist-cjs/commands/UpdateDevicePoolCommand.js +18 -41
  72. package/dist-cjs/commands/UpdateInstanceProfileCommand.js +18 -41
  73. package/dist-cjs/commands/UpdateNetworkProfileCommand.js +18 -41
  74. package/dist-cjs/commands/UpdateProjectCommand.js +18 -41
  75. package/dist-cjs/commands/UpdateTestGridProjectCommand.js +18 -41
  76. package/dist-cjs/commands/UpdateUploadCommand.js +18 -41
  77. package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +18 -41
  78. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  79. package/dist-es/commands/CreateDevicePoolCommand.js +18 -41
  80. package/dist-es/commands/CreateInstanceProfileCommand.js +18 -41
  81. package/dist-es/commands/CreateNetworkProfileCommand.js +18 -41
  82. package/dist-es/commands/CreateProjectCommand.js +18 -41
  83. package/dist-es/commands/CreateRemoteAccessSessionCommand.js +18 -41
  84. package/dist-es/commands/CreateTestGridProjectCommand.js +18 -41
  85. package/dist-es/commands/CreateTestGridUrlCommand.js +18 -41
  86. package/dist-es/commands/CreateUploadCommand.js +18 -41
  87. package/dist-es/commands/CreateVPCEConfigurationCommand.js +18 -41
  88. package/dist-es/commands/DeleteDevicePoolCommand.js +18 -41
  89. package/dist-es/commands/DeleteInstanceProfileCommand.js +18 -41
  90. package/dist-es/commands/DeleteNetworkProfileCommand.js +18 -41
  91. package/dist-es/commands/DeleteProjectCommand.js +18 -41
  92. package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +18 -41
  93. package/dist-es/commands/DeleteRunCommand.js +18 -41
  94. package/dist-es/commands/DeleteTestGridProjectCommand.js +18 -41
  95. package/dist-es/commands/DeleteUploadCommand.js +18 -41
  96. package/dist-es/commands/DeleteVPCEConfigurationCommand.js +18 -41
  97. package/dist-es/commands/GetAccountSettingsCommand.js +18 -41
  98. package/dist-es/commands/GetDeviceCommand.js +18 -41
  99. package/dist-es/commands/GetDeviceInstanceCommand.js +18 -41
  100. package/dist-es/commands/GetDevicePoolCommand.js +18 -41
  101. package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +18 -41
  102. package/dist-es/commands/GetInstanceProfileCommand.js +18 -41
  103. package/dist-es/commands/GetJobCommand.js +18 -41
  104. package/dist-es/commands/GetNetworkProfileCommand.js +18 -41
  105. package/dist-es/commands/GetOfferingStatusCommand.js +18 -41
  106. package/dist-es/commands/GetProjectCommand.js +18 -41
  107. package/dist-es/commands/GetRemoteAccessSessionCommand.js +18 -41
  108. package/dist-es/commands/GetRunCommand.js +18 -41
  109. package/dist-es/commands/GetSuiteCommand.js +18 -41
  110. package/dist-es/commands/GetTestCommand.js +18 -41
  111. package/dist-es/commands/GetTestGridProjectCommand.js +18 -41
  112. package/dist-es/commands/GetTestGridSessionCommand.js +18 -41
  113. package/dist-es/commands/GetUploadCommand.js +18 -41
  114. package/dist-es/commands/GetVPCEConfigurationCommand.js +18 -41
  115. package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +18 -41
  116. package/dist-es/commands/ListArtifactsCommand.js +18 -41
  117. package/dist-es/commands/ListDeviceInstancesCommand.js +18 -41
  118. package/dist-es/commands/ListDevicePoolsCommand.js +18 -41
  119. package/dist-es/commands/ListDevicesCommand.js +18 -41
  120. package/dist-es/commands/ListInstanceProfilesCommand.js +18 -41
  121. package/dist-es/commands/ListJobsCommand.js +18 -41
  122. package/dist-es/commands/ListNetworkProfilesCommand.js +18 -41
  123. package/dist-es/commands/ListOfferingPromotionsCommand.js +18 -41
  124. package/dist-es/commands/ListOfferingTransactionsCommand.js +18 -41
  125. package/dist-es/commands/ListOfferingsCommand.js +18 -41
  126. package/dist-es/commands/ListProjectsCommand.js +18 -41
  127. package/dist-es/commands/ListRemoteAccessSessionsCommand.js +18 -41
  128. package/dist-es/commands/ListRunsCommand.js +18 -41
  129. package/dist-es/commands/ListSamplesCommand.js +18 -41
  130. package/dist-es/commands/ListSuitesCommand.js +18 -41
  131. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  132. package/dist-es/commands/ListTestGridProjectsCommand.js +18 -41
  133. package/dist-es/commands/ListTestGridSessionActionsCommand.js +18 -41
  134. package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +18 -41
  135. package/dist-es/commands/ListTestGridSessionsCommand.js +18 -41
  136. package/dist-es/commands/ListTestsCommand.js +18 -41
  137. package/dist-es/commands/ListUniqueProblemsCommand.js +18 -41
  138. package/dist-es/commands/ListUploadsCommand.js +18 -41
  139. package/dist-es/commands/ListVPCEConfigurationsCommand.js +18 -41
  140. package/dist-es/commands/PurchaseOfferingCommand.js +18 -41
  141. package/dist-es/commands/RenewOfferingCommand.js +18 -41
  142. package/dist-es/commands/ScheduleRunCommand.js +18 -41
  143. package/dist-es/commands/StopJobCommand.js +18 -41
  144. package/dist-es/commands/StopRemoteAccessSessionCommand.js +18 -41
  145. package/dist-es/commands/StopRunCommand.js +18 -41
  146. package/dist-es/commands/TagResourceCommand.js +18 -41
  147. package/dist-es/commands/UntagResourceCommand.js +18 -41
  148. package/dist-es/commands/UpdateDeviceInstanceCommand.js +18 -41
  149. package/dist-es/commands/UpdateDevicePoolCommand.js +18 -41
  150. package/dist-es/commands/UpdateInstanceProfileCommand.js +18 -41
  151. package/dist-es/commands/UpdateNetworkProfileCommand.js +18 -41
  152. package/dist-es/commands/UpdateProjectCommand.js +18 -41
  153. package/dist-es/commands/UpdateTestGridProjectCommand.js +18 -41
  154. package/dist-es/commands/UpdateUploadCommand.js +18 -41
  155. package/dist-es/commands/UpdateVPCEConfigurationCommand.js +18 -41
  156. package/dist-es/endpoint/EndpointParameters.js +6 -0
  157. package/dist-types/commands/CreateDevicePoolCommand.d.ts +6 -21
  158. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +6 -21
  159. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +6 -21
  160. package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
  161. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +6 -21
  162. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +6 -21
  163. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +6 -21
  164. package/dist-types/commands/CreateUploadCommand.d.ts +6 -21
  165. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +6 -21
  166. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +6 -21
  167. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +6 -21
  168. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +6 -21
  169. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
  170. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +6 -21
  171. package/dist-types/commands/DeleteRunCommand.d.ts +6 -21
  172. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +6 -21
  173. package/dist-types/commands/DeleteUploadCommand.d.ts +6 -21
  174. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +6 -21
  175. package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -21
  176. package/dist-types/commands/GetDeviceCommand.d.ts +6 -21
  177. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +6 -21
  178. package/dist-types/commands/GetDevicePoolCommand.d.ts +6 -21
  179. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +6 -21
  180. package/dist-types/commands/GetInstanceProfileCommand.d.ts +6 -21
  181. package/dist-types/commands/GetJobCommand.d.ts +6 -21
  182. package/dist-types/commands/GetNetworkProfileCommand.d.ts +6 -21
  183. package/dist-types/commands/GetOfferingStatusCommand.d.ts +6 -21
  184. package/dist-types/commands/GetProjectCommand.d.ts +6 -21
  185. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +6 -21
  186. package/dist-types/commands/GetRunCommand.d.ts +6 -21
  187. package/dist-types/commands/GetSuiteCommand.d.ts +6 -21
  188. package/dist-types/commands/GetTestCommand.d.ts +6 -21
  189. package/dist-types/commands/GetTestGridProjectCommand.d.ts +6 -21
  190. package/dist-types/commands/GetTestGridSessionCommand.d.ts +6 -21
  191. package/dist-types/commands/GetUploadCommand.d.ts +6 -21
  192. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +6 -21
  193. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +6 -21
  194. package/dist-types/commands/ListArtifactsCommand.d.ts +6 -21
  195. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +6 -21
  196. package/dist-types/commands/ListDevicePoolsCommand.d.ts +6 -21
  197. package/dist-types/commands/ListDevicesCommand.d.ts +6 -21
  198. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +6 -21
  199. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  200. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +6 -21
  201. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +6 -21
  202. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +6 -21
  203. package/dist-types/commands/ListOfferingsCommand.d.ts +6 -21
  204. package/dist-types/commands/ListProjectsCommand.d.ts +6 -21
  205. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +6 -21
  206. package/dist-types/commands/ListRunsCommand.d.ts +6 -21
  207. package/dist-types/commands/ListSamplesCommand.d.ts +6 -21
  208. package/dist-types/commands/ListSuitesCommand.d.ts +6 -21
  209. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  210. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +6 -21
  211. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +6 -21
  212. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +6 -21
  213. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +6 -21
  214. package/dist-types/commands/ListTestsCommand.d.ts +6 -21
  215. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +6 -21
  216. package/dist-types/commands/ListUploadsCommand.d.ts +6 -21
  217. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +6 -21
  218. package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -21
  219. package/dist-types/commands/RenewOfferingCommand.d.ts +6 -21
  220. package/dist-types/commands/ScheduleRunCommand.d.ts +6 -21
  221. package/dist-types/commands/StopJobCommand.d.ts +6 -21
  222. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +6 -21
  223. package/dist-types/commands/StopRunCommand.d.ts +6 -21
  224. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  225. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  226. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +6 -21
  227. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +6 -21
  228. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +6 -21
  229. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +6 -21
  230. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -21
  231. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +6 -21
  232. package/dist-types/commands/UpdateUploadCommand.d.ts +6 -21
  233. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +6 -21
  234. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  235. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +12 -24
  249. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +14 -23
  250. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +14 -23
  256. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +14 -23
  259. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -23
  260. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +14 -23
  262. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +12 -23
  265. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +12 -23
  267. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +14 -23
  268. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +12 -24
  271. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +14 -23
  273. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +14 -23
  274. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +14 -23
  275. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +14 -23
  276. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +12 -24
  280. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +12 -24
  281. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +14 -23
  282. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +14 -23
  283. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +14 -23
  285. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +14 -23
  287. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  288. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +12 -24
  289. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +12 -24
  290. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +12 -24
  291. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +14 -23
  293. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +14 -23
  294. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +14 -23
  295. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +12 -24
  296. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +14 -23
  297. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +14 -23
  298. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +14 -23
  299. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +12 -23
  300. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +12 -24
  301. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +12 -23
  302. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  303. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  304. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +12 -24
  305. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +14 -23
  306. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +12 -24
  307. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +12 -24
  308. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +14 -23
  309. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +12 -24
  310. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +14 -23
  311. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +12 -24
  312. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  313. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListInstanceProfilesRequest, ListInstanceProfilesResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListInstanceProfilesCommandInput extends ListInstanceProfilesRe
21
20
  */
22
21
  export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListInstanceProfilesCommand_base: {
24
+ new (input: ListInstanceProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about all the instance profiles in an AWS account.</p>
@@ -76,23 +79,5 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
76
79
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
77
80
  *
78
81
  */
79
- export declare class ListInstanceProfilesCommand extends $Command<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
80
- readonly input: ListInstanceProfilesCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListInstanceProfilesCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListInstanceProfilesCommand extends ListInstanceProfilesCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListJobsRequest, ListJobsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListJobsCommandInput extends ListJobsRequest {
21
20
  */
22
21
  export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListJobsCommand_base: {
24
+ new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about jobs for a given test run.</p>
@@ -155,23 +158,5 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
155
158
  * ```
156
159
  *
157
160
  */
158
- export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, DeviceFarmClientResolvedConfig> {
159
- readonly input: ListJobsCommandInput;
160
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
161
- /**
162
- * @public
163
- */
164
- constructor(input: ListJobsCommandInput);
165
- /**
166
- * @internal
167
- */
168
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
169
- /**
170
- * @internal
171
- */
172
- private serialize;
173
- /**
174
- * @internal
175
- */
176
- private deserialize;
161
+ export declare class ListJobsCommand extends ListJobsCommand_base {
177
162
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListNetworkProfilesRequest, ListNetworkProfilesResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListNetworkProfilesCommandInput extends ListNetworkProfilesRequ
21
20
  */
22
21
  export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListNetworkProfilesCommand_base: {
24
+ new (input: ListNetworkProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the list of available network profiles.</p>
@@ -81,23 +84,5 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes
81
84
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
82
85
  *
83
86
  */
84
- export declare class ListNetworkProfilesCommand extends $Command<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
85
- readonly input: ListNetworkProfilesCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListNetworkProfilesCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListNetworkProfilesCommand extends ListNetworkProfilesCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListOfferingPromotionsRequest, ListOfferingPromotionsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOfferingPromotionsCommandInput extends ListOfferingPromotio
21
20
  */
22
21
  export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromotionsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListOfferingPromotionsCommand_base: {
24
+ new (input: ListOfferingPromotionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of offering promotions. Each offering promotion record contains the ID and description
@@ -75,23 +78,5 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti
75
78
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
76
79
  *
77
80
  */
78
- export declare class ListOfferingPromotionsCommand extends $Command<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig> {
79
- readonly input: ListOfferingPromotionsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListOfferingPromotionsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListOfferingPromotionsCommand extends ListOfferingPromotionsCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListOfferingTransactionsRequest, ListOfferingTransactionsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOfferingTransactionsCommandInput extends ListOfferingTransa
21
20
  */
22
21
  export interface ListOfferingTransactionsCommandOutput extends ListOfferingTransactionsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListOfferingTransactionsCommand_base: {
24
+ new (input: ListOfferingTransactionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS
@@ -194,23 +197,5 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans
194
197
  * ```
195
198
  *
196
199
  */
197
- export declare class ListOfferingTransactionsCommand extends $Command<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput, DeviceFarmClientResolvedConfig> {
198
- readonly input: ListOfferingTransactionsCommandInput;
199
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
200
- /**
201
- * @public
202
- */
203
- constructor(input: ListOfferingTransactionsCommandInput);
204
- /**
205
- * @internal
206
- */
207
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput>;
208
- /**
209
- * @internal
210
- */
211
- private serialize;
212
- /**
213
- * @internal
214
- */
215
- private deserialize;
200
+ export declare class ListOfferingTransactionsCommand extends ListOfferingTransactionsCommand_base {
216
201
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListOfferingsRequest, ListOfferingsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOfferingsCommandInput extends ListOfferingsRequest {
21
20
  */
22
21
  export interface ListOfferingsCommandOutput extends ListOfferingsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListOfferingsCommand_base: {
24
+ new (input: ListOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOfferingsCommandInput, ListOfferingsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of products or offerings that the user can manage through the API. Each offering record
@@ -164,23 +167,5 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad
164
167
  * ```
165
168
  *
166
169
  */
167
- export declare class ListOfferingsCommand extends $Command<ListOfferingsCommandInput, ListOfferingsCommandOutput, DeviceFarmClientResolvedConfig> {
168
- readonly input: ListOfferingsCommandInput;
169
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
170
- /**
171
- * @public
172
- */
173
- constructor(input: ListOfferingsCommandInput);
174
- /**
175
- * @internal
176
- */
177
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOfferingsCommandInput, ListOfferingsCommandOutput>;
178
- /**
179
- * @internal
180
- */
181
- private serialize;
182
- /**
183
- * @internal
184
- */
185
- private deserialize;
170
+ export declare class ListOfferingsCommand extends ListOfferingsCommand_base {
186
171
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListProjectsRequest, ListProjectsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProjectsCommandInput extends ListProjectsRequest {
21
20
  */
22
21
  export interface ListProjectsCommandOutput extends ListProjectsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListProjectsCommand_base: {
24
+ new (input: ListProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProjectsCommandInput, ListProjectsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about projects.</p>
@@ -109,23 +112,5 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat
109
112
  * ```
110
113
  *
111
114
  */
112
- export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, DeviceFarmClientResolvedConfig> {
113
- readonly input: ListProjectsCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: ListProjectsCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class ListProjectsCommand extends ListProjectsCommand_base {
131
116
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListRemoteAccessSessionsRequest, ListRemoteAccessSessionsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRemoteAccessSessionsCommandInput extends ListRemoteAccessSe
21
20
  */
22
21
  export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessSessionsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListRemoteAccessSessionsCommand_base: {
24
+ new (input: ListRemoteAccessSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all currently running remote access sessions.</p>
@@ -168,23 +171,5 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS
168
171
  * ```
169
172
  *
170
173
  */
171
- export declare class ListRemoteAccessSessionsCommand extends $Command<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput, DeviceFarmClientResolvedConfig> {
172
- readonly input: ListRemoteAccessSessionsCommandInput;
173
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
174
- /**
175
- * @public
176
- */
177
- constructor(input: ListRemoteAccessSessionsCommandInput);
178
- /**
179
- * @internal
180
- */
181
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput>;
182
- /**
183
- * @internal
184
- */
185
- private serialize;
186
- /**
187
- * @internal
188
- */
189
- private deserialize;
174
+ export declare class ListRemoteAccessSessionsCommand extends ListRemoteAccessSessionsCommand_base {
190
175
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListRunsRequest, ListRunsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRunsCommandInput extends ListRunsRequest {
21
20
  */
22
21
  export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListRunsCommand_base: {
24
+ new (input: ListRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRunsCommandInput, ListRunsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about runs, given an AWS Device Farm project ARN.</p>
@@ -207,23 +210,5 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer
207
210
  * ```
208
211
  *
209
212
  */
210
- export declare class ListRunsCommand extends $Command<ListRunsCommandInput, ListRunsCommandOutput, DeviceFarmClientResolvedConfig> {
211
- readonly input: ListRunsCommandInput;
212
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
213
- /**
214
- * @public
215
- */
216
- constructor(input: ListRunsCommandInput);
217
- /**
218
- * @internal
219
- */
220
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRunsCommandInput, ListRunsCommandOutput>;
221
- /**
222
- * @internal
223
- */
224
- private serialize;
225
- /**
226
- * @internal
227
- */
228
- private deserialize;
213
+ export declare class ListRunsCommand extends ListRunsCommand_base {
229
214
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListSamplesRequest, ListSamplesResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSamplesCommandInput extends ListSamplesRequest {
21
20
  */
22
21
  export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListSamplesCommand_base: {
24
+ new (input: ListSamplesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSamplesCommandInput, ListSamplesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about samples, given an AWS Device Farm job ARN.</p>
@@ -88,23 +91,5 @@ export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataB
88
91
  * ```
89
92
  *
90
93
  */
91
- export declare class ListSamplesCommand extends $Command<ListSamplesCommandInput, ListSamplesCommandOutput, DeviceFarmClientResolvedConfig> {
92
- readonly input: ListSamplesCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: ListSamplesCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSamplesCommandInput, ListSamplesCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class ListSamplesCommand extends ListSamplesCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListSuitesRequest, ListSuitesResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSuitesCommandInput extends ListSuitesRequest {
21
20
  */
22
21
  export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListSuitesCommand_base: {
24
+ new (input: ListSuitesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSuitesCommandInput, ListSuitesCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about test suites for a given job.</p>
@@ -108,23 +111,5 @@ export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea
108
111
  * ```
109
112
  *
110
113
  */
111
- export declare class ListSuitesCommand extends $Command<ListSuitesCommandInput, ListSuitesCommandOutput, DeviceFarmClientResolvedConfig> {
112
- readonly input: ListSuitesCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: ListSuitesCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSuitesCommandInput, ListSuitesCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class ListSuitesCommand extends ListSuitesCommand_base {
130
115
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the tags for an AWS Device Farm resource.</p>
@@ -65,23 +68,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
65
68
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
66
69
  *
67
70
  */
68
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig> {
69
- readonly input: ListTagsForResourceCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: ListTagsForResourceCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListTestGridProjectsRequest, ListTestGridProjectsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTestGridProjectsCommandInput extends ListTestGridProjectsRe
21
20
  */
22
21
  export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListTestGridProjectsCommand_base: {
24
+ new (input: ListTestGridProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a list of all Selenium testing projects in your account.</p>
@@ -76,23 +79,5 @@ export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsR
76
79
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
77
80
  *
78
81
  */
79
- export declare class ListTestGridProjectsCommand extends $Command<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig> {
80
- readonly input: ListTestGridProjectsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListTestGridProjectsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListTestGridProjectsCommand extends ListTestGridProjectsCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { ListTestGridSessionActionsRequest, ListTestGridSessionActionsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTestGridSessionActionsCommandInput extends ListTestGridSess
21
20
  */
22
21
  export interface ListTestGridSessionActionsCommandOutput extends ListTestGridSessionActionsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListTestGridSessionActionsCommand_base: {
24
+ new (input: ListTestGridSessionActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the actions taken in a <a>TestGridSession</a>.</p>
@@ -72,23 +75,5 @@ export interface ListTestGridSessionActionsCommandOutput extends ListTestGridSes
72
75
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
73
76
  *
74
77
  */
75
- export declare class ListTestGridSessionActionsCommand extends $Command<ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput, DeviceFarmClientResolvedConfig> {
76
- readonly input: ListTestGridSessionActionsCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListTestGridSessionActionsCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListTestGridSessionActionsCommand extends ListTestGridSessionActionsCommand_base {
94
79
  }