@aws-sdk/client-device-farm 3.337.0 → 3.341.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 (321) hide show
  1. package/dist-cjs/DeviceFarmClient.js +2 -1
  2. package/dist-cjs/commands/CreateDevicePoolCommand.js +2 -1
  3. package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -1
  4. package/dist-cjs/commands/CreateNetworkProfileCommand.js +2 -1
  5. package/dist-cjs/commands/CreateProjectCommand.js +2 -1
  6. package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +2 -1
  7. package/dist-cjs/commands/CreateTestGridProjectCommand.js +2 -1
  8. package/dist-cjs/commands/CreateTestGridUrlCommand.js +2 -1
  9. package/dist-cjs/commands/CreateUploadCommand.js +2 -1
  10. package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteDevicePoolCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteNetworkProfileCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteProjectCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteRunCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteTestGridProjectCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteUploadCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +2 -1
  20. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -1
  21. package/dist-cjs/commands/GetDeviceCommand.js +2 -1
  22. package/dist-cjs/commands/GetDeviceInstanceCommand.js +2 -1
  23. package/dist-cjs/commands/GetDevicePoolCommand.js +2 -1
  24. package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +2 -1
  25. package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -1
  26. package/dist-cjs/commands/GetJobCommand.js +2 -1
  27. package/dist-cjs/commands/GetNetworkProfileCommand.js +2 -1
  28. package/dist-cjs/commands/GetOfferingStatusCommand.js +2 -1
  29. package/dist-cjs/commands/GetProjectCommand.js +2 -1
  30. package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +2 -1
  31. package/dist-cjs/commands/GetRunCommand.js +2 -1
  32. package/dist-cjs/commands/GetSuiteCommand.js +2 -1
  33. package/dist-cjs/commands/GetTestCommand.js +2 -1
  34. package/dist-cjs/commands/GetTestGridProjectCommand.js +2 -1
  35. package/dist-cjs/commands/GetTestGridSessionCommand.js +2 -1
  36. package/dist-cjs/commands/GetUploadCommand.js +2 -1
  37. package/dist-cjs/commands/GetVPCEConfigurationCommand.js +2 -1
  38. package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +2 -1
  39. package/dist-cjs/commands/ListArtifactsCommand.js +2 -1
  40. package/dist-cjs/commands/ListDeviceInstancesCommand.js +2 -1
  41. package/dist-cjs/commands/ListDevicePoolsCommand.js +2 -1
  42. package/dist-cjs/commands/ListDevicesCommand.js +2 -1
  43. package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -1
  44. package/dist-cjs/commands/ListJobsCommand.js +2 -1
  45. package/dist-cjs/commands/ListNetworkProfilesCommand.js +2 -1
  46. package/dist-cjs/commands/ListOfferingPromotionsCommand.js +2 -1
  47. package/dist-cjs/commands/ListOfferingTransactionsCommand.js +2 -1
  48. package/dist-cjs/commands/ListOfferingsCommand.js +2 -1
  49. package/dist-cjs/commands/ListProjectsCommand.js +2 -1
  50. package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +2 -1
  51. package/dist-cjs/commands/ListRunsCommand.js +2 -1
  52. package/dist-cjs/commands/ListSamplesCommand.js +2 -1
  53. package/dist-cjs/commands/ListSuitesCommand.js +2 -1
  54. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  55. package/dist-cjs/commands/ListTestGridProjectsCommand.js +2 -1
  56. package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +2 -1
  57. package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +2 -1
  58. package/dist-cjs/commands/ListTestGridSessionsCommand.js +2 -1
  59. package/dist-cjs/commands/ListTestsCommand.js +2 -1
  60. package/dist-cjs/commands/ListUniqueProblemsCommand.js +2 -1
  61. package/dist-cjs/commands/ListUploadsCommand.js +2 -1
  62. package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +2 -1
  63. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -1
  64. package/dist-cjs/commands/RenewOfferingCommand.js +2 -1
  65. package/dist-cjs/commands/ScheduleRunCommand.js +2 -1
  66. package/dist-cjs/commands/StopJobCommand.js +2 -1
  67. package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +2 -1
  68. package/dist-cjs/commands/StopRunCommand.js +2 -1
  69. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  70. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  71. package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +2 -1
  72. package/dist-cjs/commands/UpdateDevicePoolCommand.js +2 -1
  73. package/dist-cjs/commands/UpdateInstanceProfileCommand.js +2 -1
  74. package/dist-cjs/commands/UpdateNetworkProfileCommand.js +2 -1
  75. package/dist-cjs/commands/UpdateProjectCommand.js +2 -1
  76. package/dist-cjs/commands/UpdateTestGridProjectCommand.js +2 -1
  77. package/dist-cjs/commands/UpdateUploadCommand.js +2 -1
  78. package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +2 -1
  79. package/dist-cjs/index.js +2 -2
  80. package/dist-cjs/models/DeviceFarmServiceException.js +2 -1
  81. package/dist-es/DeviceFarmClient.js +1 -0
  82. package/dist-es/commands/CreateDevicePoolCommand.js +1 -0
  83. package/dist-es/commands/CreateInstanceProfileCommand.js +1 -0
  84. package/dist-es/commands/CreateNetworkProfileCommand.js +1 -0
  85. package/dist-es/commands/CreateProjectCommand.js +1 -0
  86. package/dist-es/commands/CreateRemoteAccessSessionCommand.js +1 -0
  87. package/dist-es/commands/CreateTestGridProjectCommand.js +1 -0
  88. package/dist-es/commands/CreateTestGridUrlCommand.js +1 -0
  89. package/dist-es/commands/CreateUploadCommand.js +1 -0
  90. package/dist-es/commands/CreateVPCEConfigurationCommand.js +1 -0
  91. package/dist-es/commands/DeleteDevicePoolCommand.js +1 -0
  92. package/dist-es/commands/DeleteInstanceProfileCommand.js +1 -0
  93. package/dist-es/commands/DeleteNetworkProfileCommand.js +1 -0
  94. package/dist-es/commands/DeleteProjectCommand.js +1 -0
  95. package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +1 -0
  96. package/dist-es/commands/DeleteRunCommand.js +1 -0
  97. package/dist-es/commands/DeleteTestGridProjectCommand.js +1 -0
  98. package/dist-es/commands/DeleteUploadCommand.js +1 -0
  99. package/dist-es/commands/DeleteVPCEConfigurationCommand.js +1 -0
  100. package/dist-es/commands/GetAccountSettingsCommand.js +1 -0
  101. package/dist-es/commands/GetDeviceCommand.js +1 -0
  102. package/dist-es/commands/GetDeviceInstanceCommand.js +1 -0
  103. package/dist-es/commands/GetDevicePoolCommand.js +1 -0
  104. package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +1 -0
  105. package/dist-es/commands/GetInstanceProfileCommand.js +1 -0
  106. package/dist-es/commands/GetJobCommand.js +1 -0
  107. package/dist-es/commands/GetNetworkProfileCommand.js +1 -0
  108. package/dist-es/commands/GetOfferingStatusCommand.js +1 -0
  109. package/dist-es/commands/GetProjectCommand.js +1 -0
  110. package/dist-es/commands/GetRemoteAccessSessionCommand.js +1 -0
  111. package/dist-es/commands/GetRunCommand.js +1 -0
  112. package/dist-es/commands/GetSuiteCommand.js +1 -0
  113. package/dist-es/commands/GetTestCommand.js +1 -0
  114. package/dist-es/commands/GetTestGridProjectCommand.js +1 -0
  115. package/dist-es/commands/GetTestGridSessionCommand.js +1 -0
  116. package/dist-es/commands/GetUploadCommand.js +1 -0
  117. package/dist-es/commands/GetVPCEConfigurationCommand.js +1 -0
  118. package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +1 -0
  119. package/dist-es/commands/ListArtifactsCommand.js +1 -0
  120. package/dist-es/commands/ListDeviceInstancesCommand.js +1 -0
  121. package/dist-es/commands/ListDevicePoolsCommand.js +1 -0
  122. package/dist-es/commands/ListDevicesCommand.js +1 -0
  123. package/dist-es/commands/ListInstanceProfilesCommand.js +1 -0
  124. package/dist-es/commands/ListJobsCommand.js +1 -0
  125. package/dist-es/commands/ListNetworkProfilesCommand.js +1 -0
  126. package/dist-es/commands/ListOfferingPromotionsCommand.js +1 -0
  127. package/dist-es/commands/ListOfferingTransactionsCommand.js +1 -0
  128. package/dist-es/commands/ListOfferingsCommand.js +1 -0
  129. package/dist-es/commands/ListProjectsCommand.js +1 -0
  130. package/dist-es/commands/ListRemoteAccessSessionsCommand.js +1 -0
  131. package/dist-es/commands/ListRunsCommand.js +1 -0
  132. package/dist-es/commands/ListSamplesCommand.js +1 -0
  133. package/dist-es/commands/ListSuitesCommand.js +1 -0
  134. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  135. package/dist-es/commands/ListTestGridProjectsCommand.js +1 -0
  136. package/dist-es/commands/ListTestGridSessionActionsCommand.js +1 -0
  137. package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +1 -0
  138. package/dist-es/commands/ListTestGridSessionsCommand.js +1 -0
  139. package/dist-es/commands/ListTestsCommand.js +1 -0
  140. package/dist-es/commands/ListUniqueProblemsCommand.js +1 -0
  141. package/dist-es/commands/ListUploadsCommand.js +1 -0
  142. package/dist-es/commands/ListVPCEConfigurationsCommand.js +1 -0
  143. package/dist-es/commands/PurchaseOfferingCommand.js +1 -0
  144. package/dist-es/commands/RenewOfferingCommand.js +1 -0
  145. package/dist-es/commands/ScheduleRunCommand.js +1 -0
  146. package/dist-es/commands/StopJobCommand.js +1 -0
  147. package/dist-es/commands/StopRemoteAccessSessionCommand.js +1 -0
  148. package/dist-es/commands/StopRunCommand.js +1 -0
  149. package/dist-es/commands/TagResourceCommand.js +1 -0
  150. package/dist-es/commands/UntagResourceCommand.js +1 -0
  151. package/dist-es/commands/UpdateDeviceInstanceCommand.js +1 -0
  152. package/dist-es/commands/UpdateDevicePoolCommand.js +1 -0
  153. package/dist-es/commands/UpdateInstanceProfileCommand.js +1 -0
  154. package/dist-es/commands/UpdateNetworkProfileCommand.js +1 -0
  155. package/dist-es/commands/UpdateProjectCommand.js +1 -0
  156. package/dist-es/commands/UpdateTestGridProjectCommand.js +1 -0
  157. package/dist-es/commands/UpdateUploadCommand.js +1 -0
  158. package/dist-es/commands/UpdateVPCEConfigurationCommand.js +1 -0
  159. package/dist-es/index.js +2 -2
  160. package/dist-es/models/DeviceFarmServiceException.js +1 -0
  161. package/dist-types/DeviceFarmClient.d.ts +3 -3
  162. package/dist-types/commands/CreateDevicePoolCommand.d.ts +4 -0
  163. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +4 -0
  164. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +4 -0
  165. package/dist-types/commands/CreateProjectCommand.d.ts +4 -0
  166. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +4 -0
  167. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +4 -0
  168. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +4 -0
  169. package/dist-types/commands/CreateUploadCommand.d.ts +4 -0
  170. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +4 -0
  171. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +4 -0
  172. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +4 -0
  173. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +4 -0
  174. package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
  175. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +4 -0
  176. package/dist-types/commands/DeleteRunCommand.d.ts +4 -0
  177. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +4 -0
  178. package/dist-types/commands/DeleteUploadCommand.d.ts +4 -0
  179. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +4 -0
  180. package/dist-types/commands/GetAccountSettingsCommand.d.ts +4 -0
  181. package/dist-types/commands/GetDeviceCommand.d.ts +4 -0
  182. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +4 -0
  183. package/dist-types/commands/GetDevicePoolCommand.d.ts +4 -0
  184. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +4 -0
  185. package/dist-types/commands/GetInstanceProfileCommand.d.ts +4 -0
  186. package/dist-types/commands/GetJobCommand.d.ts +4 -0
  187. package/dist-types/commands/GetNetworkProfileCommand.d.ts +4 -0
  188. package/dist-types/commands/GetOfferingStatusCommand.d.ts +4 -0
  189. package/dist-types/commands/GetProjectCommand.d.ts +4 -0
  190. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +4 -0
  191. package/dist-types/commands/GetRunCommand.d.ts +4 -0
  192. package/dist-types/commands/GetSuiteCommand.d.ts +4 -0
  193. package/dist-types/commands/GetTestCommand.d.ts +4 -0
  194. package/dist-types/commands/GetTestGridProjectCommand.d.ts +4 -0
  195. package/dist-types/commands/GetTestGridSessionCommand.d.ts +4 -0
  196. package/dist-types/commands/GetUploadCommand.d.ts +4 -0
  197. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +4 -0
  198. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +4 -0
  199. package/dist-types/commands/ListArtifactsCommand.d.ts +4 -0
  200. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +4 -0
  201. package/dist-types/commands/ListDevicePoolsCommand.d.ts +4 -0
  202. package/dist-types/commands/ListDevicesCommand.d.ts +4 -0
  203. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +4 -0
  204. package/dist-types/commands/ListJobsCommand.d.ts +4 -0
  205. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +4 -0
  206. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +4 -0
  207. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +4 -0
  208. package/dist-types/commands/ListOfferingsCommand.d.ts +4 -0
  209. package/dist-types/commands/ListProjectsCommand.d.ts +4 -0
  210. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +4 -0
  211. package/dist-types/commands/ListRunsCommand.d.ts +4 -0
  212. package/dist-types/commands/ListSamplesCommand.d.ts +4 -0
  213. package/dist-types/commands/ListSuitesCommand.d.ts +4 -0
  214. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  215. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +4 -0
  216. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +4 -0
  217. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +4 -0
  218. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +4 -0
  219. package/dist-types/commands/ListTestsCommand.d.ts +4 -0
  220. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +4 -0
  221. package/dist-types/commands/ListUploadsCommand.d.ts +4 -0
  222. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +4 -0
  223. package/dist-types/commands/PurchaseOfferingCommand.d.ts +4 -0
  224. package/dist-types/commands/RenewOfferingCommand.d.ts +4 -0
  225. package/dist-types/commands/ScheduleRunCommand.d.ts +4 -0
  226. package/dist-types/commands/StopJobCommand.d.ts +4 -0
  227. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +4 -0
  228. package/dist-types/commands/StopRunCommand.d.ts +4 -0
  229. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  230. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  231. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +4 -0
  232. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +4 -0
  233. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +4 -0
  234. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +4 -0
  235. package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
  236. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +4 -0
  237. package/dist-types/commands/UpdateUploadCommand.d.ts +4 -0
  238. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +4 -0
  239. package/dist-types/index.d.ts +21 -2
  240. package/dist-types/models/DeviceFarmServiceException.d.ts +1 -0
  241. package/dist-types/ts3.4/DeviceFarmClient.d.ts +3 -3
  242. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +1 -0
  248. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +1 -0
  249. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +1 -0
  250. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +1 -0
  251. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +1 -0
  252. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +1 -0
  253. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +1 -0
  254. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -0
  255. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +1 -0
  256. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +1 -0
  257. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +1 -0
  258. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +1 -0
  259. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +1 -0
  260. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +1 -0
  261. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +1 -0
  262. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +1 -0
  263. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +1 -0
  264. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +1 -0
  265. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +1 -0
  266. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -0
  267. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +1 -0
  268. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +1 -0
  269. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -0
  270. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +1 -0
  271. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +1 -0
  272. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +1 -0
  273. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +1 -0
  274. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +1 -0
  275. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +1 -0
  276. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +1 -0
  277. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +1 -0
  278. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +1 -0
  279. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +1 -0
  280. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +1 -0
  281. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +1 -0
  282. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -0
  283. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +1 -0
  284. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
  285. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +1 -0
  286. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +1 -0
  287. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +1 -0
  288. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +1 -0
  289. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -0
  290. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +1 -0
  291. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +1 -0
  292. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +1 -0
  293. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +1 -0
  294. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  295. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +1 -0
  296. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +1 -0
  297. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +1 -0
  298. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +1 -0
  299. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +1 -0
  300. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +1 -0
  301. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +1 -0
  302. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +1 -0
  303. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +1 -0
  304. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +1 -0
  305. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +1 -0
  306. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +1 -0
  307. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +1 -0
  308. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +1 -0
  309. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  310. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  311. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +1 -0
  312. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +1 -0
  313. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +1 -0
  314. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +1 -0
  315. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -0
  316. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +1 -0
  317. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +1 -0
  318. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +1 -0
  319. package/dist-types/ts3.4/index.d.ts +2 -2
  320. package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +1 -0
  321. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteUploadCommand, se_DeleteUploadCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteUploadCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteVPCEConfigurationCommand, se_DeleteVPCEConfigurationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteVPCEConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetAccountSettingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDeviceCommand, se_GetDeviceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDeviceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDeviceInstanceCommand, se_GetDeviceInstanceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDeviceInstanceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDevicePoolCommand, se_GetDevicePoolCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDevicePoolCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDevicePoolCompatibilityCommand, se_GetDevicePoolCompatibilityCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDevicePoolCompatibilityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetInstanceProfileCommand, se_GetInstanceProfileCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetInstanceProfileCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetNetworkProfileCommand, se_GetNetworkProfileCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetNetworkProfileCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetOfferingStatusCommand, se_GetOfferingStatusCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetOfferingStatusCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetProjectCommand, se_GetProjectCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetProjectCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRemoteAccessSessionCommand, se_GetRemoteAccessSessionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetRemoteAccessSessionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetRunCommand, se_GetRunCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetRunCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSuiteCommand, se_GetSuiteCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetSuiteCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetTestCommand, se_GetTestCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetTestCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetTestGridProjectCommand, se_GetTestGridProjectCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetTestGridProjectCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetTestGridSessionCommand, se_GetTestGridSessionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetTestGridSessionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetUploadResultFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetUploadCommand, se_GetUploadCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class GetUploadCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetVPCEConfigurationCommand, se_GetVPCEConfigurationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetVPCEConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { InstallToRemoteAccessSessionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_InstallToRemoteAccessSessionCommand, se_InstallToRemoteAccessSessionCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class InstallToRemoteAccessSessionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListArtifactsCommand, se_ListArtifactsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListArtifactsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDeviceInstancesCommand, se_ListDeviceInstancesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDeviceInstancesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDevicePoolsCommand, se_ListDevicePoolsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDevicePoolsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDevicesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListInstanceProfilesCommand, se_ListInstanceProfilesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListInstanceProfilesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListJobsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListNetworkProfilesCommand, se_ListNetworkProfilesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListNetworkProfilesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListOfferingPromotionsCommand, se_ListOfferingPromotionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListOfferingPromotionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListOfferingTransactionsCommand, se_ListOfferingTransactionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListOfferingTransactionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListOfferingsCommand, se_ListOfferingsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListOfferingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListProjectsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListRemoteAccessSessionsCommand, se_ListRemoteAccessSessionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListRemoteAccessSessionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListRunsCommand, se_ListRunsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListRunsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSamplesCommand, se_ListSamplesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListSamplesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSuitesCommand, se_ListSuitesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListSuitesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTestGridProjectsCommand, se_ListTestGridProjectsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTestGridProjectsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTestGridSessionActionsCommand, se_ListTestGridSessionActionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTestGridSessionActionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListTestGridSessionArtifactsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListTestGridSessionArtifactsCommand, se_ListTestGridSessionArtifactsCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class ListTestGridSessionArtifactsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTestGridSessionsCommand, se_ListTestGridSessionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTestGridSessionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTestsCommand, se_ListTestsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTestsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListUniqueProblemsCommand, se_ListUniqueProblemsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListUniqueProblemsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListUploadsResultFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_ListUploadsCommand, se_ListUploadsCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class ListUploadsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListVPCEConfigurationsCommand, se_ListVPCEConfigurationsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListVPCEConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PurchaseOfferingCommand, se_PurchaseOfferingCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PurchaseOfferingCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RenewOfferingCommand, se_RenewOfferingCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RenewOfferingCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ScheduleRunCommand, se_ScheduleRunCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ScheduleRunCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopJobCommand, se_StopJobCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopRemoteAccessSessionCommand, se_StopRemoteAccessSessionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopRemoteAccessSessionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopRunCommand, se_StopRunCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopRunCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateDeviceInstanceCommand, se_UpdateDeviceInstanceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateDeviceInstanceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateDevicePoolCommand, se_UpdateDevicePoolCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateDevicePoolCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateInstanceProfileCommand, se_UpdateInstanceProfileCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateInstanceProfileCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateNetworkProfileCommand, se_UpdateNetworkProfileCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateNetworkProfileCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateProjectCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateTestGridProjectCommand, se_UpdateTestGridProjectCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateTestGridProjectCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateUploadResultFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_UpdateUploadCommand, se_UpdateUploadCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class UpdateUploadCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateVPCEConfigurationCommand, se_UpdateVPCEConfigurationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateVPCEConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./DeviceFarm";
2
1
  export * from "./DeviceFarmClient";
2
+ export * from "./DeviceFarm";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { DeviceFarmServiceException } from "./models/DeviceFarmServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class DeviceFarmServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);