@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,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateVPCEConfigurationCommand, se_UpdateVPCEConfigurationCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class UpdateVPCEConfigurationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateVPCEConfigurationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DeviceFarmClient";
26
- const commandName = "UpdateVPCEConfigurationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "DeviceFarm_20150623",
35
- operation: "UpdateVPCEConfiguration",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateVPCEConfigurationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateVPCEConfigurationCommand(output, context);
46
- }
7
+ export class UpdateVPCEConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("DeviceFarm_20150623", "UpdateVPCEConfiguration", {})
19
+ .n("DeviceFarmClient", "UpdateVPCEConfigurationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateVPCEConfigurationCommand)
22
+ .de(de_UpdateVPCEConfigurationCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "devicefarm",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -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 { CreateDevicePoolRequest, CreateDevicePoolResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDevicePoolCommandInput extends CreateDevicePoolRequest {
21
20
  */
22
21
  export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateDevicePoolCommand_base: {
24
+ new (input: CreateDevicePoolCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a device pool.</p>
@@ -105,23 +108,5 @@ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, _
105
108
  * ```
106
109
  *
107
110
  */
108
- export declare class CreateDevicePoolCommand extends $Command<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
109
- readonly input: CreateDevicePoolCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: CreateDevicePoolCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class CreateDevicePoolCommand extends CreateDevicePoolCommand_base {
127
112
  }
@@ -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 { CreateInstanceProfileRequest, CreateInstanceProfileResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateInstanceProfileCommandInput extends CreateInstanceProfile
21
20
  */
22
21
  export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfileResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateInstanceProfileCommand_base: {
24
+ new (input: CreateInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a profile that can be applied to one or more private fleet device
@@ -79,23 +82,5 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
79
82
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
80
83
  *
81
84
  */
82
- export declare class CreateInstanceProfileCommand extends $Command<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
83
- readonly input: CreateInstanceProfileCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: CreateInstanceProfileCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class CreateInstanceProfileCommand extends CreateInstanceProfileCommand_base {
101
86
  }
@@ -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 { CreateNetworkProfileRequest, CreateNetworkProfileResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateNetworkProfileCommandInput extends CreateNetworkProfileRe
21
20
  */
22
21
  export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateNetworkProfileCommand_base: {
24
+ new (input: CreateNetworkProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a network profile.</p>
@@ -87,23 +90,5 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
87
90
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
88
91
  *
89
92
  */
90
- export declare class CreateNetworkProfileCommand extends $Command<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
91
- readonly input: CreateNetworkProfileCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: CreateNetworkProfileCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class CreateNetworkProfileCommand extends CreateNetworkProfileCommand_base {
109
94
  }
@@ -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 { CreateProjectRequest, CreateProjectResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateProjectCommandInput extends CreateProjectRequest {
21
20
  */
22
21
  export interface CreateProjectCommandOutput extends CreateProjectResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateProjectCommand_base: {
24
+ new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a project.</p>
@@ -110,23 +113,5 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad
110
113
  * ```
111
114
  *
112
115
  */
113
- export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, DeviceFarmClientResolvedConfig> {
114
- readonly input: CreateProjectCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: CreateProjectCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class CreateProjectCommand extends CreateProjectCommand_base {
132
117
  }
@@ -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 { CreateRemoteAccessSessionRequest, CreateRemoteAccessSessionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateRemoteAccessSessionCommandInput extends CreateRemoteAcces
21
20
  */
22
21
  export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAccessSessionResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateRemoteAccessSessionCommand_base: {
24
+ new (input: CreateRemoteAccessSessionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Specifies and starts a remote access session.</p>
@@ -184,23 +187,5 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce
184
187
  * ```
185
188
  *
186
189
  */
187
- export declare class CreateRemoteAccessSessionCommand extends $Command<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
188
- readonly input: CreateRemoteAccessSessionCommandInput;
189
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
190
- /**
191
- * @public
192
- */
193
- constructor(input: CreateRemoteAccessSessionCommandInput);
194
- /**
195
- * @internal
196
- */
197
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput>;
198
- /**
199
- * @internal
200
- */
201
- private serialize;
202
- /**
203
- * @internal
204
- */
205
- private deserialize;
190
+ export declare class CreateRemoteAccessSessionCommand extends CreateRemoteAccessSessionCommand_base {
206
191
  }
@@ -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 { CreateTestGridProjectRequest, CreateTestGridProjectResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateTestGridProjectCommandInput extends CreateTestGridProject
21
20
  */
22
21
  export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjectResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateTestGridProjectCommand_base: {
24
+ new (input: CreateTestGridProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a Selenium testing project. Projects are used to track <a>TestGridSession</a>
@@ -86,23 +89,5 @@ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjec
86
89
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
87
90
  *
88
91
  */
89
- export declare class CreateTestGridProjectCommand extends $Command<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
90
- readonly input: CreateTestGridProjectCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: CreateTestGridProjectCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class CreateTestGridProjectCommand extends CreateTestGridProjectCommand_base {
108
93
  }
@@ -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 { CreateTestGridUrlRequest, CreateTestGridUrlResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateTestGridUrlCommandInput extends CreateTestGridUrlRequest
21
20
  */
22
21
  export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateTestGridUrlCommand_base: {
24
+ new (input: CreateTestGridUrlCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a signed, short-term URL that can be passed to a Selenium <code>RemoteWebDriver</code>
@@ -64,23 +67,5 @@ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult,
64
67
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
65
68
  *
66
69
  */
67
- export declare class CreateTestGridUrlCommand extends $Command<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig> {
68
- readonly input: CreateTestGridUrlCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: CreateTestGridUrlCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class CreateTestGridUrlCommand extends CreateTestGridUrlCommand_base {
86
71
  }
@@ -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 { CreateUploadRequest, CreateUploadResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateUploadCommandInput extends CreateUploadRequest {
21
20
  */
22
21
  export interface CreateUploadCommandOutput extends CreateUploadResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateUploadCommand_base: {
24
+ new (input: CreateUploadCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUploadCommandInput, CreateUploadCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Uploads an app or test scripts.</p>
@@ -102,23 +105,5 @@ export interface CreateUploadCommandOutput extends CreateUploadResult, __Metadat
102
105
  * ```
103
106
  *
104
107
  */
105
- export declare class CreateUploadCommand extends $Command<CreateUploadCommandInput, CreateUploadCommandOutput, DeviceFarmClientResolvedConfig> {
106
- readonly input: CreateUploadCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: CreateUploadCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUploadCommandInput, CreateUploadCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class CreateUploadCommand extends CreateUploadCommand_base {
124
109
  }
@@ -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 { CreateVPCEConfigurationRequest, CreateVPCEConfigurationResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateVPCEConfigurationCommandInput extends CreateVPCEConfigura
21
20
  */
22
21
  export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigurationResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateVPCEConfigurationCommand_base: {
24
+ new (input: CreateVPCEConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud
@@ -70,23 +73,5 @@ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigur
70
73
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
71
74
  *
72
75
  */
73
- export declare class CreateVPCEConfigurationCommand extends $Command<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
74
- readonly input: CreateVPCEConfigurationCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: CreateVPCEConfigurationCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class CreateVPCEConfigurationCommand extends CreateVPCEConfigurationCommand_base {
92
77
  }
@@ -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 { DeleteDevicePoolRequest, DeleteDevicePoolResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDevicePoolCommandInput extends DeleteDevicePoolRequest {
21
20
  */
22
21
  export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDevicePoolCommand_base: {
24
+ new (input: DeleteDevicePoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a device pool given the pool ARN. Does not allow deletion of curated pools
@@ -73,23 +76,5 @@ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, _
73
76
  * ```
74
77
  *
75
78
  */
76
- export declare class DeleteDevicePoolCommand extends $Command<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
77
- readonly input: DeleteDevicePoolCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteDevicePoolCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteDevicePoolCommand extends DeleteDevicePoolCommand_base {
95
80
  }
@@ -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 { DeleteInstanceProfileRequest, DeleteInstanceProfileResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteInstanceProfileCommandInput extends DeleteInstanceProfile
21
20
  */
22
21
  export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfileResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteInstanceProfileCommand_base: {
24
+ new (input: DeleteInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a profile that can be applied to one or more private device instances.</p>
@@ -61,23 +64,5 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil
61
64
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
62
65
  *
63
66
  */
64
- export declare class DeleteInstanceProfileCommand extends $Command<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
65
- readonly input: DeleteInstanceProfileCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: DeleteInstanceProfileCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class DeleteInstanceProfileCommand extends DeleteInstanceProfileCommand_base {
83
68
  }
@@ -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 { DeleteNetworkProfileRequest, DeleteNetworkProfileResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteNetworkProfileCommandInput extends DeleteNetworkProfileRe
21
20
  */
22
21
  export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteNetworkProfileCommand_base: {
24
+ new (input: DeleteNetworkProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a network profile.</p>
@@ -61,23 +64,5 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR
61
64
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
62
65
  *
63
66
  */
64
- export declare class DeleteNetworkProfileCommand extends $Command<DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
65
- readonly input: DeleteNetworkProfileCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: DeleteNetworkProfileCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class DeleteNetworkProfileCommand extends DeleteNetworkProfileCommand_base {
83
68
  }
@@ -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 { DeleteProjectRequest, DeleteProjectResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteProjectCommandInput extends DeleteProjectRequest {
21
20
  */
22
21
  export interface DeleteProjectCommandOutput extends DeleteProjectResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteProjectCommand_base: {
24
+ new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an AWS Device Farm project, given the project ARN.</p>
@@ -73,23 +76,5 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __Metad
73
76
  * ```
74
77
  *
75
78
  */
76
- export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, DeviceFarmClientResolvedConfig> {
77
- readonly input: DeleteProjectCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteProjectCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
95
80
  }