@aws-sdk/client-device-farm 3.477.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 (385) 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-cjs/pagination/GetOfferingStatusPaginator.js +2 -23
  80. package/dist-cjs/pagination/ListArtifactsPaginator.js +2 -23
  81. package/dist-cjs/pagination/ListDevicePoolsPaginator.js +2 -23
  82. package/dist-cjs/pagination/ListDevicesPaginator.js +2 -23
  83. package/dist-cjs/pagination/ListJobsPaginator.js +2 -23
  84. package/dist-cjs/pagination/ListOfferingTransactionsPaginator.js +2 -23
  85. package/dist-cjs/pagination/ListOfferingsPaginator.js +2 -23
  86. package/dist-cjs/pagination/ListProjectsPaginator.js +2 -23
  87. package/dist-cjs/pagination/ListRunsPaginator.js +2 -23
  88. package/dist-cjs/pagination/ListSamplesPaginator.js +2 -23
  89. package/dist-cjs/pagination/ListSuitesPaginator.js +2 -23
  90. package/dist-cjs/pagination/ListTestGridProjectsPaginator.js +2 -24
  91. package/dist-cjs/pagination/ListTestGridSessionActionsPaginator.js +2 -24
  92. package/dist-cjs/pagination/ListTestGridSessionArtifactsPaginator.js +2 -24
  93. package/dist-cjs/pagination/ListTestGridSessionsPaginator.js +2 -24
  94. package/dist-cjs/pagination/ListTestsPaginator.js +2 -23
  95. package/dist-cjs/pagination/ListUniqueProblemsPaginator.js +2 -23
  96. package/dist-cjs/pagination/ListUploadsPaginator.js +2 -23
  97. package/dist-es/commands/CreateDevicePoolCommand.js +18 -41
  98. package/dist-es/commands/CreateInstanceProfileCommand.js +18 -41
  99. package/dist-es/commands/CreateNetworkProfileCommand.js +18 -41
  100. package/dist-es/commands/CreateProjectCommand.js +18 -41
  101. package/dist-es/commands/CreateRemoteAccessSessionCommand.js +18 -41
  102. package/dist-es/commands/CreateTestGridProjectCommand.js +18 -41
  103. package/dist-es/commands/CreateTestGridUrlCommand.js +18 -41
  104. package/dist-es/commands/CreateUploadCommand.js +18 -41
  105. package/dist-es/commands/CreateVPCEConfigurationCommand.js +18 -41
  106. package/dist-es/commands/DeleteDevicePoolCommand.js +18 -41
  107. package/dist-es/commands/DeleteInstanceProfileCommand.js +18 -41
  108. package/dist-es/commands/DeleteNetworkProfileCommand.js +18 -41
  109. package/dist-es/commands/DeleteProjectCommand.js +18 -41
  110. package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +18 -41
  111. package/dist-es/commands/DeleteRunCommand.js +18 -41
  112. package/dist-es/commands/DeleteTestGridProjectCommand.js +18 -41
  113. package/dist-es/commands/DeleteUploadCommand.js +18 -41
  114. package/dist-es/commands/DeleteVPCEConfigurationCommand.js +18 -41
  115. package/dist-es/commands/GetAccountSettingsCommand.js +18 -41
  116. package/dist-es/commands/GetDeviceCommand.js +18 -41
  117. package/dist-es/commands/GetDeviceInstanceCommand.js +18 -41
  118. package/dist-es/commands/GetDevicePoolCommand.js +18 -41
  119. package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +18 -41
  120. package/dist-es/commands/GetInstanceProfileCommand.js +18 -41
  121. package/dist-es/commands/GetJobCommand.js +18 -41
  122. package/dist-es/commands/GetNetworkProfileCommand.js +18 -41
  123. package/dist-es/commands/GetOfferingStatusCommand.js +18 -41
  124. package/dist-es/commands/GetProjectCommand.js +18 -41
  125. package/dist-es/commands/GetRemoteAccessSessionCommand.js +18 -41
  126. package/dist-es/commands/GetRunCommand.js +18 -41
  127. package/dist-es/commands/GetSuiteCommand.js +18 -41
  128. package/dist-es/commands/GetTestCommand.js +18 -41
  129. package/dist-es/commands/GetTestGridProjectCommand.js +18 -41
  130. package/dist-es/commands/GetTestGridSessionCommand.js +18 -41
  131. package/dist-es/commands/GetUploadCommand.js +18 -41
  132. package/dist-es/commands/GetVPCEConfigurationCommand.js +18 -41
  133. package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +18 -41
  134. package/dist-es/commands/ListArtifactsCommand.js +18 -41
  135. package/dist-es/commands/ListDeviceInstancesCommand.js +18 -41
  136. package/dist-es/commands/ListDevicePoolsCommand.js +18 -41
  137. package/dist-es/commands/ListDevicesCommand.js +18 -41
  138. package/dist-es/commands/ListInstanceProfilesCommand.js +18 -41
  139. package/dist-es/commands/ListJobsCommand.js +18 -41
  140. package/dist-es/commands/ListNetworkProfilesCommand.js +18 -41
  141. package/dist-es/commands/ListOfferingPromotionsCommand.js +18 -41
  142. package/dist-es/commands/ListOfferingTransactionsCommand.js +18 -41
  143. package/dist-es/commands/ListOfferingsCommand.js +18 -41
  144. package/dist-es/commands/ListProjectsCommand.js +18 -41
  145. package/dist-es/commands/ListRemoteAccessSessionsCommand.js +18 -41
  146. package/dist-es/commands/ListRunsCommand.js +18 -41
  147. package/dist-es/commands/ListSamplesCommand.js +18 -41
  148. package/dist-es/commands/ListSuitesCommand.js +18 -41
  149. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  150. package/dist-es/commands/ListTestGridProjectsCommand.js +18 -41
  151. package/dist-es/commands/ListTestGridSessionActionsCommand.js +18 -41
  152. package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +18 -41
  153. package/dist-es/commands/ListTestGridSessionsCommand.js +18 -41
  154. package/dist-es/commands/ListTestsCommand.js +18 -41
  155. package/dist-es/commands/ListUniqueProblemsCommand.js +18 -41
  156. package/dist-es/commands/ListUploadsCommand.js +18 -41
  157. package/dist-es/commands/ListVPCEConfigurationsCommand.js +18 -41
  158. package/dist-es/commands/PurchaseOfferingCommand.js +18 -41
  159. package/dist-es/commands/RenewOfferingCommand.js +18 -41
  160. package/dist-es/commands/ScheduleRunCommand.js +18 -41
  161. package/dist-es/commands/StopJobCommand.js +18 -41
  162. package/dist-es/commands/StopRemoteAccessSessionCommand.js +18 -41
  163. package/dist-es/commands/StopRunCommand.js +18 -41
  164. package/dist-es/commands/TagResourceCommand.js +18 -41
  165. package/dist-es/commands/UntagResourceCommand.js +18 -41
  166. package/dist-es/commands/UpdateDeviceInstanceCommand.js +18 -41
  167. package/dist-es/commands/UpdateDevicePoolCommand.js +18 -41
  168. package/dist-es/commands/UpdateInstanceProfileCommand.js +18 -41
  169. package/dist-es/commands/UpdateNetworkProfileCommand.js +18 -41
  170. package/dist-es/commands/UpdateProjectCommand.js +18 -41
  171. package/dist-es/commands/UpdateTestGridProjectCommand.js +18 -41
  172. package/dist-es/commands/UpdateUploadCommand.js +18 -41
  173. package/dist-es/commands/UpdateVPCEConfigurationCommand.js +18 -41
  174. package/dist-es/endpoint/EndpointParameters.js +6 -0
  175. package/dist-es/pagination/GetOfferingStatusPaginator.js +2 -22
  176. package/dist-es/pagination/ListArtifactsPaginator.js +2 -22
  177. package/dist-es/pagination/ListDevicePoolsPaginator.js +2 -22
  178. package/dist-es/pagination/ListDevicesPaginator.js +2 -22
  179. package/dist-es/pagination/ListJobsPaginator.js +2 -22
  180. package/dist-es/pagination/ListOfferingTransactionsPaginator.js +2 -22
  181. package/dist-es/pagination/ListOfferingsPaginator.js +2 -22
  182. package/dist-es/pagination/ListProjectsPaginator.js +2 -22
  183. package/dist-es/pagination/ListRunsPaginator.js +2 -22
  184. package/dist-es/pagination/ListSamplesPaginator.js +2 -22
  185. package/dist-es/pagination/ListSuitesPaginator.js +2 -22
  186. package/dist-es/pagination/ListTestGridProjectsPaginator.js +2 -23
  187. package/dist-es/pagination/ListTestGridSessionActionsPaginator.js +2 -23
  188. package/dist-es/pagination/ListTestGridSessionArtifactsPaginator.js +2 -23
  189. package/dist-es/pagination/ListTestGridSessionsPaginator.js +2 -23
  190. package/dist-es/pagination/ListTestsPaginator.js +2 -22
  191. package/dist-es/pagination/ListUniqueProblemsPaginator.js +2 -22
  192. package/dist-es/pagination/ListUploadsPaginator.js +2 -22
  193. package/dist-types/commands/CreateDevicePoolCommand.d.ts +6 -21
  194. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +6 -21
  195. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +6 -21
  196. package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
  197. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +6 -21
  198. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +6 -21
  199. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +6 -21
  200. package/dist-types/commands/CreateUploadCommand.d.ts +6 -21
  201. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +6 -21
  202. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +6 -21
  203. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +6 -21
  204. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +6 -21
  205. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
  206. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +6 -21
  207. package/dist-types/commands/DeleteRunCommand.d.ts +6 -21
  208. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +6 -21
  209. package/dist-types/commands/DeleteUploadCommand.d.ts +6 -21
  210. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +6 -21
  211. package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -21
  212. package/dist-types/commands/GetDeviceCommand.d.ts +6 -21
  213. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +6 -21
  214. package/dist-types/commands/GetDevicePoolCommand.d.ts +6 -21
  215. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +6 -21
  216. package/dist-types/commands/GetInstanceProfileCommand.d.ts +6 -21
  217. package/dist-types/commands/GetJobCommand.d.ts +6 -21
  218. package/dist-types/commands/GetNetworkProfileCommand.d.ts +6 -21
  219. package/dist-types/commands/GetOfferingStatusCommand.d.ts +6 -21
  220. package/dist-types/commands/GetProjectCommand.d.ts +6 -21
  221. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +6 -21
  222. package/dist-types/commands/GetRunCommand.d.ts +6 -21
  223. package/dist-types/commands/GetSuiteCommand.d.ts +6 -21
  224. package/dist-types/commands/GetTestCommand.d.ts +6 -21
  225. package/dist-types/commands/GetTestGridProjectCommand.d.ts +6 -21
  226. package/dist-types/commands/GetTestGridSessionCommand.d.ts +6 -21
  227. package/dist-types/commands/GetUploadCommand.d.ts +6 -21
  228. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +6 -21
  229. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +6 -21
  230. package/dist-types/commands/ListArtifactsCommand.d.ts +6 -21
  231. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +6 -21
  232. package/dist-types/commands/ListDevicePoolsCommand.d.ts +6 -21
  233. package/dist-types/commands/ListDevicesCommand.d.ts +6 -21
  234. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +6 -21
  235. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  236. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +6 -21
  237. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +6 -21
  238. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +6 -21
  239. package/dist-types/commands/ListOfferingsCommand.d.ts +6 -21
  240. package/dist-types/commands/ListProjectsCommand.d.ts +6 -21
  241. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +6 -21
  242. package/dist-types/commands/ListRunsCommand.d.ts +6 -21
  243. package/dist-types/commands/ListSamplesCommand.d.ts +6 -21
  244. package/dist-types/commands/ListSuitesCommand.d.ts +6 -21
  245. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  246. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +6 -21
  247. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +6 -21
  248. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +6 -21
  249. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +6 -21
  250. package/dist-types/commands/ListTestsCommand.d.ts +6 -21
  251. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +6 -21
  252. package/dist-types/commands/ListUploadsCommand.d.ts +6 -21
  253. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +6 -21
  254. package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -21
  255. package/dist-types/commands/RenewOfferingCommand.d.ts +6 -21
  256. package/dist-types/commands/ScheduleRunCommand.d.ts +6 -21
  257. package/dist-types/commands/StopJobCommand.d.ts +6 -21
  258. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +6 -21
  259. package/dist-types/commands/StopRunCommand.d.ts +6 -21
  260. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  261. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  262. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +6 -21
  263. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +6 -21
  264. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +6 -21
  265. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +6 -21
  266. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -21
  267. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +6 -21
  268. package/dist-types/commands/UpdateUploadCommand.d.ts +6 -21
  269. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +6 -21
  270. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  271. package/dist-types/pagination/GetOfferingStatusPaginator.d.ts +1 -1
  272. package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
  273. package/dist-types/pagination/ListDevicePoolsPaginator.d.ts +1 -1
  274. package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
  275. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  276. package/dist-types/pagination/ListOfferingTransactionsPaginator.d.ts +1 -1
  277. package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
  278. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  279. package/dist-types/pagination/ListRunsPaginator.d.ts +1 -1
  280. package/dist-types/pagination/ListSamplesPaginator.d.ts +1 -1
  281. package/dist-types/pagination/ListSuitesPaginator.d.ts +1 -1
  282. package/dist-types/pagination/ListTestGridProjectsPaginator.d.ts +1 -1
  283. package/dist-types/pagination/ListTestGridSessionActionsPaginator.d.ts +1 -1
  284. package/dist-types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +1 -1
  285. package/dist-types/pagination/ListTestGridSessionsPaginator.d.ts +1 -1
  286. package/dist-types/pagination/ListTestsPaginator.d.ts +1 -1
  287. package/dist-types/pagination/ListUniqueProblemsPaginator.d.ts +1 -1
  288. package/dist-types/pagination/ListUploadsPaginator.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +14 -23
  290. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +12 -24
  291. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
  293. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +12 -24
  294. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +12 -24
  295. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +14 -23
  296. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +14 -23
  297. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +12 -24
  298. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +14 -23
  299. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +12 -24
  300. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +12 -24
  301. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
  302. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +12 -24
  303. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +14 -23
  304. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +12 -24
  305. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +14 -23
  306. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +12 -24
  307. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +14 -23
  308. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +14 -23
  309. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +14 -23
  310. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +14 -23
  311. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +12 -24
  312. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +14 -23
  313. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -23
  314. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +14 -23
  315. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +14 -23
  316. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +14 -23
  317. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +12 -24
  318. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +12 -23
  319. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +14 -23
  320. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +12 -23
  321. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +14 -23
  322. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +14 -23
  323. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +14 -23
  324. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +12 -24
  325. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +12 -24
  326. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +14 -23
  327. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +14 -23
  328. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +14 -23
  329. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +14 -23
  330. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +12 -24
  331. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  332. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +14 -23
  333. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +12 -24
  334. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +12 -24
  335. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +14 -23
  336. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +14 -23
  337. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +12 -24
  338. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +14 -23
  339. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +14 -23
  340. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +14 -23
  341. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  342. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +12 -24
  343. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +12 -24
  344. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +12 -24
  345. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +12 -24
  346. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +14 -23
  347. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +14 -23
  348. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +14 -23
  349. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +12 -24
  350. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +14 -23
  351. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +14 -23
  352. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +14 -23
  353. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +12 -23
  354. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +12 -24
  355. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +12 -23
  356. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  357. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  358. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +12 -24
  359. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +14 -23
  360. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +12 -24
  361. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +12 -24
  362. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +14 -23
  363. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +12 -24
  364. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +14 -23
  365. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +12 -24
  366. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  367. package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +3 -3
  368. package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +3 -3
  369. package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +3 -3
  370. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +3 -3
  371. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
  372. package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +3 -3
  373. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +3 -3
  374. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +3 -3
  375. package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +3 -3
  376. package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +3 -3
  377. package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +3 -3
  378. package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +3 -3
  379. package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +3 -3
  380. package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +3 -3
  381. package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +3 -3
  382. package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +3 -3
  383. package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +3 -3
  384. package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +3 -3
  385. package/package.json +11 -10
@@ -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 { GetAccountSettingsRequest, GetAccountSettingsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAccountSettingsCommandInput extends GetAccountSettingsReques
21
20
  */
22
21
  export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResult, __MetadataBearer {
23
22
  }
23
+ declare const GetAccountSettingsCommand_base: {
24
+ new (input: GetAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the
@@ -100,23 +103,5 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResul
100
103
  * ```
101
104
  *
102
105
  */
103
- export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, DeviceFarmClientResolvedConfig> {
104
- readonly input: GetAccountSettingsCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: GetAccountSettingsCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
122
107
  }
@@ -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 { GetDeviceRequest, GetDeviceResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeviceCommandInput extends GetDeviceRequest {
21
20
  */
22
21
  export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBearer {
23
22
  }
23
+ declare const GetDeviceCommand_base: {
24
+ new (input: GetDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceCommandInput, GetDeviceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a unique device type.</p>
@@ -148,23 +151,5 @@ export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBeare
148
151
  * ```
149
152
  *
150
153
  */
151
- export declare class GetDeviceCommand extends $Command<GetDeviceCommandInput, GetDeviceCommandOutput, DeviceFarmClientResolvedConfig> {
152
- readonly input: GetDeviceCommandInput;
153
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
154
- /**
155
- * @public
156
- */
157
- constructor(input: GetDeviceCommandInput);
158
- /**
159
- * @internal
160
- */
161
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeviceCommandInput, GetDeviceCommandOutput>;
162
- /**
163
- * @internal
164
- */
165
- private serialize;
166
- /**
167
- * @internal
168
- */
169
- private deserialize;
154
+ export declare class GetDeviceCommand extends GetDeviceCommand_base {
170
155
  }
@@ -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 { GetDeviceInstanceRequest, GetDeviceInstanceResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDeviceInstanceCommandInput extends GetDeviceInstanceRequest
21
20
  */
22
21
  export interface GetDeviceInstanceCommandOutput extends GetDeviceInstanceResult, __MetadataBearer {
23
22
  }
23
+ declare const GetDeviceInstanceCommand_base: {
24
+ new (input: GetDeviceInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a device instance that belongs to a private device fleet.</p>
@@ -81,23 +84,5 @@ export interface GetDeviceInstanceCommandOutput extends GetDeviceInstanceResult,
81
84
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
82
85
  *
83
86
  */
84
- export declare class GetDeviceInstanceCommand extends $Command<GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig> {
85
- readonly input: GetDeviceInstanceCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: GetDeviceInstanceCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class GetDeviceInstanceCommand extends GetDeviceInstanceCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { GetDevicePoolRequest, GetDevicePoolResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDevicePoolCommandInput extends GetDevicePoolRequest {
21
20
  */
22
21
  export interface GetDevicePoolCommandOutput extends GetDevicePoolResult, __MetadataBearer {
23
22
  }
23
+ declare const GetDevicePoolCommand_base: {
24
+ new (input: GetDevicePoolCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePoolCommandInput, GetDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a device pool.</p>
@@ -92,23 +95,5 @@ export interface GetDevicePoolCommandOutput extends GetDevicePoolResult, __Metad
92
95
  * ```
93
96
  *
94
97
  */
95
- export declare class GetDevicePoolCommand extends $Command<GetDevicePoolCommandInput, GetDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
96
- readonly input: GetDevicePoolCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: GetDevicePoolCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevicePoolCommandInput, GetDevicePoolCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class GetDevicePoolCommand extends GetDevicePoolCommand_base {
114
99
  }
@@ -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 { GetDevicePoolCompatibilityRequest, GetDevicePoolCompatibilityResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDevicePoolCompatibilityCommandInput extends GetDevicePoolCom
21
20
  */
22
21
  export interface GetDevicePoolCompatibilityCommandOutput extends GetDevicePoolCompatibilityResult, __MetadataBearer {
23
22
  }
23
+ declare const GetDevicePoolCompatibilityCommand_base: {
24
+ new (input: GetDevicePoolCompatibilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about compatibility with a device pool.</p>
@@ -247,23 +250,5 @@ export interface GetDevicePoolCompatibilityCommandOutput extends GetDevicePoolCo
247
250
  * ```
248
251
  *
249
252
  */
250
- export declare class GetDevicePoolCompatibilityCommand extends $Command<GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput, DeviceFarmClientResolvedConfig> {
251
- readonly input: GetDevicePoolCompatibilityCommandInput;
252
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
253
- /**
254
- * @public
255
- */
256
- constructor(input: GetDevicePoolCompatibilityCommandInput);
257
- /**
258
- * @internal
259
- */
260
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput>;
261
- /**
262
- * @internal
263
- */
264
- private serialize;
265
- /**
266
- * @internal
267
- */
268
- private deserialize;
253
+ export declare class GetDevicePoolCompatibilityCommand extends GetDevicePoolCompatibilityCommand_base {
269
254
  }
@@ -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 { GetInstanceProfileRequest, GetInstanceProfileResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetInstanceProfileCommandInput extends GetInstanceProfileReques
21
20
  */
22
21
  export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResult, __MetadataBearer {
23
22
  }
23
+ declare const GetInstanceProfileCommand_base: {
24
+ new (input: GetInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the specified instance profile.</p>
@@ -72,23 +75,5 @@ export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResul
72
75
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
73
76
  *
74
77
  */
75
- export declare class GetInstanceProfileCommand extends $Command<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
76
- readonly input: GetInstanceProfileCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetInstanceProfileCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetInstanceProfileCommand extends GetInstanceProfileCommand_base {
94
79
  }
@@ -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 { GetJobRequest, GetJobResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetJobCommandInput extends GetJobRequest {
21
20
  */
22
21
  export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
23
22
  }
23
+ declare const GetJobCommand_base: {
24
+ new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a job.</p>
@@ -156,23 +159,5 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
156
159
  * ```
157
160
  *
158
161
  */
159
- export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, DeviceFarmClientResolvedConfig> {
160
- readonly input: GetJobCommandInput;
161
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
162
- /**
163
- * @public
164
- */
165
- constructor(input: GetJobCommandInput);
166
- /**
167
- * @internal
168
- */
169
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobCommandInput, GetJobCommandOutput>;
170
- /**
171
- * @internal
172
- */
173
- private serialize;
174
- /**
175
- * @internal
176
- */
177
- private deserialize;
162
+ export declare class GetJobCommand extends GetJobCommand_base {
178
163
  }
@@ -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 { GetNetworkProfileRequest, GetNetworkProfileResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetNetworkProfileCommandInput extends GetNetworkProfileRequest
21
20
  */
22
21
  export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult, __MetadataBearer {
23
22
  }
23
+ declare const GetNetworkProfileCommand_base: {
24
+ new (input: GetNetworkProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a network profile.</p>
@@ -76,23 +79,5 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult,
76
79
  * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
77
80
  *
78
81
  */
79
- export declare class GetNetworkProfileCommand extends $Command<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
80
- readonly input: GetNetworkProfileCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: GetNetworkProfileCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class GetNetworkProfileCommand extends GetNetworkProfileCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
4
  import { GetOfferingStatusRequest, GetOfferingStatusResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetOfferingStatusCommandInput extends GetOfferingStatusRequest
21
20
  */
22
21
  export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult, __MetadataBearer {
23
22
  }
23
+ declare const GetOfferingStatusCommand_base: {
24
+ new (input: GetOfferingStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the current status and future status of all offerings purchased by an AWS account. The response
@@ -152,23 +155,5 @@ export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult,
152
155
  * ```
153
156
  *
154
157
  */
155
- export declare class GetOfferingStatusCommand extends $Command<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput, DeviceFarmClientResolvedConfig> {
156
- readonly input: GetOfferingStatusCommandInput;
157
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
158
- /**
159
- * @public
160
- */
161
- constructor(input: GetOfferingStatusCommandInput);
162
- /**
163
- * @internal
164
- */
165
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput>;
166
- /**
167
- * @internal
168
- */
169
- private serialize;
170
- /**
171
- * @internal
172
- */
173
- private deserialize;
158
+ export declare class GetOfferingStatusCommand extends GetOfferingStatusCommand_base {
174
159
  }
@@ -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 { GetProjectRequest, GetProjectResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetProjectCommandInput extends GetProjectRequest {
21
20
  */
22
21
  export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBearer {
23
22
  }
23
+ declare const GetProjectCommand_base: {
24
+ new (input: GetProjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetProjectCommandInput, GetProjectCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a project.</p>
@@ -97,23 +100,5 @@ export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBea
97
100
  * ```
98
101
  *
99
102
  */
100
- export declare class GetProjectCommand extends $Command<GetProjectCommandInput, GetProjectCommandOutput, DeviceFarmClientResolvedConfig> {
101
- readonly input: GetProjectCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: GetProjectCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProjectCommandInput, GetProjectCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class GetProjectCommand extends GetProjectCommand_base {
119
104
  }
@@ -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 { GetRemoteAccessSessionRequest, GetRemoteAccessSessionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRemoteAccessSessionCommandInput extends GetRemoteAccessSessi
21
20
  */
22
21
  export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSessionResult, __MetadataBearer {
23
22
  }
23
+ declare const GetRemoteAccessSessionCommand_base: {
24
+ new (input: GetRemoteAccessSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a link to a currently running remote access session.</p>
@@ -163,23 +166,5 @@ export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSess
163
166
  * ```
164
167
  *
165
168
  */
166
- export declare class GetRemoteAccessSessionCommand extends $Command<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
167
- readonly input: GetRemoteAccessSessionCommandInput;
168
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
169
- /**
170
- * @public
171
- */
172
- constructor(input: GetRemoteAccessSessionCommandInput);
173
- /**
174
- * @internal
175
- */
176
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput>;
177
- /**
178
- * @internal
179
- */
180
- private serialize;
181
- /**
182
- * @internal
183
- */
184
- private deserialize;
169
+ export declare class GetRemoteAccessSessionCommand extends GetRemoteAccessSessionCommand_base {
185
170
  }
@@ -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 { GetRunRequest, GetRunResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRunCommandInput extends GetRunRequest {
21
20
  */
22
21
  export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
23
22
  }
23
+ declare const GetRunCommand_base: {
24
+ new (input: GetRunCommandInput): import("@smithy/smithy-client").CommandImpl<GetRunCommandInput, GetRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a run.</p>
@@ -200,23 +203,5 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
200
203
  * ```
201
204
  *
202
205
  */
203
- export declare class GetRunCommand extends $Command<GetRunCommandInput, GetRunCommandOutput, DeviceFarmClientResolvedConfig> {
204
- readonly input: GetRunCommandInput;
205
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
206
- /**
207
- * @public
208
- */
209
- constructor(input: GetRunCommandInput);
210
- /**
211
- * @internal
212
- */
213
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRunCommandInput, GetRunCommandOutput>;
214
- /**
215
- * @internal
216
- */
217
- private serialize;
218
- /**
219
- * @internal
220
- */
221
- private deserialize;
206
+ export declare class GetRunCommand extends GetRunCommand_base {
222
207
  }
@@ -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 { GetSuiteRequest, GetSuiteResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSuiteCommandInput extends GetSuiteRequest {
21
20
  */
22
21
  export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer {
23
22
  }
23
+ declare const GetSuiteCommand_base: {
24
+ new (input: GetSuiteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSuiteCommandInput, GetSuiteCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a suite.</p>
@@ -103,23 +106,5 @@ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer
103
106
  * ```
104
107
  *
105
108
  */
106
- export declare class GetSuiteCommand extends $Command<GetSuiteCommandInput, GetSuiteCommandOutput, DeviceFarmClientResolvedConfig> {
107
- readonly input: GetSuiteCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: GetSuiteCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSuiteCommandInput, GetSuiteCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class GetSuiteCommand extends GetSuiteCommand_base {
125
110
  }
@@ -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 { GetTestRequest, GetTestResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTestCommandInput extends GetTestRequest {
21
20
  */
22
21
  export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
23
22
  }
23
+ declare const GetTestCommand_base: {
24
+ new (input: GetTestCommandInput): import("@smithy/smithy-client").CommandImpl<GetTestCommandInput, GetTestCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about a test.</p>
@@ -103,23 +106,5 @@ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
103
106
  * ```
104
107
  *
105
108
  */
106
- export declare class GetTestCommand extends $Command<GetTestCommandInput, GetTestCommandOutput, DeviceFarmClientResolvedConfig> {
107
- readonly input: GetTestCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: GetTestCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTestCommandInput, GetTestCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class GetTestCommand extends GetTestCommand_base {
125
110
  }