@aws-sdk/client-device-farm 3.34.0 → 3.37.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 (1173) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/DeviceFarm.js +1162 -0
  3. package/dist-cjs/DeviceFarmClient.js +35 -0
  4. package/dist-cjs/commands/CreateDevicePoolCommand.js +36 -0
  5. package/dist-cjs/commands/CreateInstanceProfileCommand.js +36 -0
  6. package/dist-cjs/commands/CreateNetworkProfileCommand.js +36 -0
  7. package/dist-cjs/commands/CreateProjectCommand.js +36 -0
  8. package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +36 -0
  9. package/dist-cjs/commands/CreateTestGridProjectCommand.js +36 -0
  10. package/dist-cjs/commands/CreateTestGridUrlCommand.js +36 -0
  11. package/dist-cjs/commands/CreateUploadCommand.js +36 -0
  12. package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteDevicePoolCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteNetworkProfileCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteProjectCommand.js +36 -0
  17. package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +36 -0
  18. package/dist-cjs/commands/DeleteRunCommand.js +36 -0
  19. package/dist-cjs/commands/DeleteTestGridProjectCommand.js +36 -0
  20. package/dist-cjs/commands/DeleteUploadCommand.js +36 -0
  21. package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +36 -0
  22. package/dist-cjs/commands/GetAccountSettingsCommand.js +36 -0
  23. package/dist-cjs/commands/GetDeviceCommand.js +36 -0
  24. package/dist-cjs/commands/GetDeviceInstanceCommand.js +36 -0
  25. package/dist-cjs/commands/GetDevicePoolCommand.js +36 -0
  26. package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +36 -0
  27. package/dist-cjs/commands/GetInstanceProfileCommand.js +36 -0
  28. package/dist-cjs/commands/GetJobCommand.js +36 -0
  29. package/dist-cjs/commands/GetNetworkProfileCommand.js +36 -0
  30. package/dist-cjs/commands/GetOfferingStatusCommand.js +36 -0
  31. package/dist-cjs/commands/GetProjectCommand.js +36 -0
  32. package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +36 -0
  33. package/dist-cjs/commands/GetRunCommand.js +36 -0
  34. package/dist-cjs/commands/GetSuiteCommand.js +36 -0
  35. package/dist-cjs/commands/GetTestCommand.js +36 -0
  36. package/dist-cjs/commands/GetTestGridProjectCommand.js +36 -0
  37. package/dist-cjs/commands/GetTestGridSessionCommand.js +36 -0
  38. package/dist-cjs/commands/GetUploadCommand.js +36 -0
  39. package/dist-cjs/commands/GetVPCEConfigurationCommand.js +36 -0
  40. package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +36 -0
  41. package/dist-cjs/commands/ListArtifactsCommand.js +36 -0
  42. package/dist-cjs/commands/ListDeviceInstancesCommand.js +36 -0
  43. package/dist-cjs/commands/ListDevicePoolsCommand.js +36 -0
  44. package/dist-cjs/commands/ListDevicesCommand.js +36 -0
  45. package/dist-cjs/commands/ListInstanceProfilesCommand.js +36 -0
  46. package/dist-cjs/commands/ListJobsCommand.js +36 -0
  47. package/dist-cjs/commands/ListNetworkProfilesCommand.js +36 -0
  48. package/dist-cjs/commands/ListOfferingPromotionsCommand.js +36 -0
  49. package/dist-cjs/commands/ListOfferingTransactionsCommand.js +36 -0
  50. package/dist-cjs/commands/ListOfferingsCommand.js +36 -0
  51. package/dist-cjs/commands/ListProjectsCommand.js +36 -0
  52. package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +36 -0
  53. package/dist-cjs/commands/ListRunsCommand.js +36 -0
  54. package/dist-cjs/commands/ListSamplesCommand.js +36 -0
  55. package/dist-cjs/commands/ListSuitesCommand.js +36 -0
  56. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  57. package/dist-cjs/commands/ListTestGridProjectsCommand.js +36 -0
  58. package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +36 -0
  59. package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +36 -0
  60. package/dist-cjs/commands/ListTestGridSessionsCommand.js +36 -0
  61. package/dist-cjs/commands/ListTestsCommand.js +36 -0
  62. package/dist-cjs/commands/ListUniqueProblemsCommand.js +36 -0
  63. package/dist-cjs/commands/ListUploadsCommand.js +36 -0
  64. package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +36 -0
  65. package/dist-cjs/commands/PurchaseOfferingCommand.js +36 -0
  66. package/dist-cjs/commands/RenewOfferingCommand.js +36 -0
  67. package/dist-cjs/commands/ScheduleRunCommand.js +36 -0
  68. package/dist-cjs/commands/StopJobCommand.js +36 -0
  69. package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +36 -0
  70. package/dist-cjs/commands/StopRunCommand.js +36 -0
  71. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  72. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  73. package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +36 -0
  74. package/dist-cjs/commands/UpdateDevicePoolCommand.js +36 -0
  75. package/dist-cjs/commands/UpdateInstanceProfileCommand.js +36 -0
  76. package/dist-cjs/commands/UpdateNetworkProfileCommand.js +36 -0
  77. package/dist-cjs/commands/UpdateProjectCommand.js +36 -0
  78. package/dist-cjs/commands/UpdateTestGridProjectCommand.js +36 -0
  79. package/dist-cjs/commands/UpdateUploadCommand.js +36 -0
  80. package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +36 -0
  81. package/dist-cjs/endpoints.js +56 -0
  82. package/dist-cjs/index.js +102 -0
  83. package/dist-cjs/models/index.js +4 -0
  84. package/dist-cjs/models/models_0.js +1584 -0
  85. package/dist-cjs/pagination/GetOfferingStatusPaginator.js +34 -0
  86. package/dist-cjs/pagination/Interfaces.js +2 -0
  87. package/dist-cjs/pagination/ListArtifactsPaginator.js +34 -0
  88. package/dist-cjs/pagination/ListDevicePoolsPaginator.js +34 -0
  89. package/dist-cjs/pagination/ListDevicesPaginator.js +34 -0
  90. package/dist-cjs/pagination/ListJobsPaginator.js +34 -0
  91. package/dist-cjs/pagination/ListOfferingTransactionsPaginator.js +34 -0
  92. package/dist-cjs/pagination/ListOfferingsPaginator.js +34 -0
  93. package/dist-cjs/pagination/ListProjectsPaginator.js +34 -0
  94. package/dist-cjs/pagination/ListRunsPaginator.js +34 -0
  95. package/dist-cjs/pagination/ListSamplesPaginator.js +34 -0
  96. package/dist-cjs/pagination/ListSuitesPaginator.js +34 -0
  97. package/dist-cjs/pagination/ListTestGridProjectsPaginator.js +35 -0
  98. package/dist-cjs/pagination/ListTestGridSessionActionsPaginator.js +35 -0
  99. package/dist-cjs/pagination/ListTestGridSessionArtifactsPaginator.js +35 -0
  100. package/dist-cjs/pagination/ListTestGridSessionsPaginator.js +35 -0
  101. package/dist-cjs/pagination/ListTestsPaginator.js +34 -0
  102. package/dist-cjs/pagination/ListUniqueProblemsPaginator.js +34 -0
  103. package/dist-cjs/pagination/ListUploadsPaginator.js +34 -0
  104. package/dist-cjs/protocols/Aws_json1_1.js +8827 -0
  105. package/dist-cjs/runtimeConfig.browser.js +37 -0
  106. package/dist-cjs/runtimeConfig.js +42 -0
  107. package/dist-cjs/runtimeConfig.native.js +16 -0
  108. package/dist-cjs/runtimeConfig.shared.js +17 -0
  109. package/dist-es/DeviceFarm.js +1165 -0
  110. package/dist-es/DeviceFarmClient.js +37 -0
  111. package/dist-es/commands/CreateDevicePoolCommand.js +39 -0
  112. package/dist-es/commands/CreateInstanceProfileCommand.js +39 -0
  113. package/dist-es/commands/CreateNetworkProfileCommand.js +39 -0
  114. package/dist-es/commands/CreateProjectCommand.js +39 -0
  115. package/dist-es/commands/CreateRemoteAccessSessionCommand.js +39 -0
  116. package/dist-es/commands/CreateTestGridProjectCommand.js +39 -0
  117. package/dist-es/commands/CreateTestGridUrlCommand.js +39 -0
  118. package/dist-es/commands/CreateUploadCommand.js +39 -0
  119. package/dist-es/commands/CreateVPCEConfigurationCommand.js +39 -0
  120. package/dist-es/commands/DeleteDevicePoolCommand.js +39 -0
  121. package/dist-es/commands/DeleteInstanceProfileCommand.js +39 -0
  122. package/dist-es/commands/DeleteNetworkProfileCommand.js +39 -0
  123. package/dist-es/commands/DeleteProjectCommand.js +39 -0
  124. package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +39 -0
  125. package/dist-es/commands/DeleteRunCommand.js +39 -0
  126. package/dist-es/commands/DeleteTestGridProjectCommand.js +39 -0
  127. package/dist-es/commands/DeleteUploadCommand.js +39 -0
  128. package/dist-es/commands/DeleteVPCEConfigurationCommand.js +39 -0
  129. package/dist-es/commands/GetAccountSettingsCommand.js +39 -0
  130. package/dist-es/commands/GetDeviceCommand.js +39 -0
  131. package/dist-es/commands/GetDeviceInstanceCommand.js +39 -0
  132. package/dist-es/commands/GetDevicePoolCommand.js +39 -0
  133. package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +39 -0
  134. package/dist-es/commands/GetInstanceProfileCommand.js +39 -0
  135. package/dist-es/commands/GetJobCommand.js +39 -0
  136. package/dist-es/commands/GetNetworkProfileCommand.js +39 -0
  137. package/dist-es/commands/GetOfferingStatusCommand.js +39 -0
  138. package/dist-es/commands/GetProjectCommand.js +39 -0
  139. package/dist-es/commands/GetRemoteAccessSessionCommand.js +39 -0
  140. package/dist-es/commands/GetRunCommand.js +39 -0
  141. package/dist-es/commands/GetSuiteCommand.js +39 -0
  142. package/dist-es/commands/GetTestCommand.js +39 -0
  143. package/dist-es/commands/GetTestGridProjectCommand.js +39 -0
  144. package/dist-es/commands/GetTestGridSessionCommand.js +39 -0
  145. package/dist-es/commands/GetUploadCommand.js +39 -0
  146. package/dist-es/commands/GetVPCEConfigurationCommand.js +39 -0
  147. package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +39 -0
  148. package/dist-es/commands/ListArtifactsCommand.js +39 -0
  149. package/dist-es/commands/ListDeviceInstancesCommand.js +39 -0
  150. package/dist-es/commands/ListDevicePoolsCommand.js +39 -0
  151. package/dist-es/commands/ListDevicesCommand.js +39 -0
  152. package/dist-es/commands/ListInstanceProfilesCommand.js +39 -0
  153. package/dist-es/commands/ListJobsCommand.js +39 -0
  154. package/dist-es/commands/ListNetworkProfilesCommand.js +39 -0
  155. package/dist-es/commands/ListOfferingPromotionsCommand.js +39 -0
  156. package/dist-es/commands/ListOfferingTransactionsCommand.js +39 -0
  157. package/dist-es/commands/ListOfferingsCommand.js +39 -0
  158. package/dist-es/commands/ListProjectsCommand.js +39 -0
  159. package/dist-es/commands/ListRemoteAccessSessionsCommand.js +39 -0
  160. package/dist-es/commands/ListRunsCommand.js +39 -0
  161. package/dist-es/commands/ListSamplesCommand.js +39 -0
  162. package/dist-es/commands/ListSuitesCommand.js +39 -0
  163. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  164. package/dist-es/commands/ListTestGridProjectsCommand.js +39 -0
  165. package/dist-es/commands/ListTestGridSessionActionsCommand.js +39 -0
  166. package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +39 -0
  167. package/dist-es/commands/ListTestGridSessionsCommand.js +39 -0
  168. package/dist-es/commands/ListTestsCommand.js +39 -0
  169. package/dist-es/commands/ListUniqueProblemsCommand.js +39 -0
  170. package/dist-es/commands/ListUploadsCommand.js +39 -0
  171. package/dist-es/commands/ListVPCEConfigurationsCommand.js +39 -0
  172. package/dist-es/commands/PurchaseOfferingCommand.js +39 -0
  173. package/dist-es/commands/RenewOfferingCommand.js +39 -0
  174. package/dist-es/commands/ScheduleRunCommand.js +39 -0
  175. package/dist-es/commands/StopJobCommand.js +39 -0
  176. package/dist-es/commands/StopRemoteAccessSessionCommand.js +39 -0
  177. package/dist-es/commands/StopRunCommand.js +39 -0
  178. package/dist-es/commands/TagResourceCommand.js +39 -0
  179. package/dist-es/commands/UntagResourceCommand.js +39 -0
  180. package/dist-es/commands/UpdateDeviceInstanceCommand.js +39 -0
  181. package/dist-es/commands/UpdateDevicePoolCommand.js +39 -0
  182. package/dist-es/commands/UpdateInstanceProfileCommand.js +39 -0
  183. package/dist-es/commands/UpdateNetworkProfileCommand.js +39 -0
  184. package/dist-es/commands/UpdateProjectCommand.js +39 -0
  185. package/dist-es/commands/UpdateTestGridProjectCommand.js +39 -0
  186. package/dist-es/commands/UpdateUploadCommand.js +39 -0
  187. package/dist-es/commands/UpdateVPCEConfigurationCommand.js +39 -0
  188. package/dist-es/endpoints.js +52 -0
  189. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  190. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  191. package/dist-es/models/models_0.js +1139 -0
  192. package/dist-es/pagination/GetOfferingStatusPaginator.js +73 -0
  193. package/dist-es/pagination/Interfaces.js +1 -0
  194. package/dist-es/pagination/ListArtifactsPaginator.js +73 -0
  195. package/dist-es/pagination/ListDevicePoolsPaginator.js +73 -0
  196. package/dist-es/pagination/ListDevicesPaginator.js +73 -0
  197. package/dist-es/pagination/ListJobsPaginator.js +73 -0
  198. package/dist-es/pagination/ListOfferingTransactionsPaginator.js +73 -0
  199. package/dist-es/pagination/ListOfferingsPaginator.js +73 -0
  200. package/dist-es/pagination/ListProjectsPaginator.js +73 -0
  201. package/dist-es/pagination/ListRunsPaginator.js +73 -0
  202. package/dist-es/pagination/ListSamplesPaginator.js +73 -0
  203. package/dist-es/pagination/ListSuitesPaginator.js +73 -0
  204. package/dist-es/pagination/ListTestGridProjectsPaginator.js +74 -0
  205. package/dist-es/pagination/ListTestGridSessionActionsPaginator.js +74 -0
  206. package/dist-es/pagination/ListTestGridSessionArtifactsPaginator.js +74 -0
  207. package/dist-es/pagination/ListTestGridSessionsPaginator.js +74 -0
  208. package/dist-es/pagination/ListTestsPaginator.js +73 -0
  209. package/dist-es/pagination/ListUniqueProblemsPaginator.js +73 -0
  210. package/dist-es/pagination/ListUploadsPaginator.js +73 -0
  211. package/dist-es/protocols/Aws_json1_1.js +9240 -0
  212. package/dist-es/runtimeConfig.browser.js +16 -0
  213. package/dist-es/runtimeConfig.js +21 -0
  214. package/dist-es/runtimeConfig.native.js +8 -0
  215. package/dist-es/runtimeConfig.shared.js +13 -0
  216. package/dist-types/DeviceFarm.d.ts +619 -0
  217. package/dist-types/DeviceFarmClient.d.ts +223 -0
  218. package/dist-types/commands/CreateDevicePoolCommand.d.ts +35 -0
  219. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +36 -0
  220. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +35 -0
  221. package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
  222. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +35 -0
  223. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +36 -0
  224. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +36 -0
  225. package/dist-types/commands/CreateUploadCommand.d.ts +35 -0
  226. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +36 -0
  227. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +36 -0
  228. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +35 -0
  229. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +35 -0
  230. package/dist-types/commands/DeleteProjectCommand.d.ts +36 -0
  231. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +35 -0
  232. package/dist-types/commands/DeleteRunCommand.d.ts +36 -0
  233. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +41 -0
  234. package/dist-types/commands/DeleteUploadCommand.d.ts +35 -0
  235. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +35 -0
  236. package/dist-types/commands/GetAccountSettingsCommand.d.ts +36 -0
  237. package/dist-types/commands/GetDeviceCommand.d.ts +35 -0
  238. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +35 -0
  239. package/dist-types/commands/GetDevicePoolCommand.d.ts +35 -0
  240. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +35 -0
  241. package/dist-types/commands/GetInstanceProfileCommand.d.ts +35 -0
  242. package/dist-types/commands/GetJobCommand.d.ts +35 -0
  243. package/dist-types/commands/GetNetworkProfileCommand.d.ts +35 -0
  244. package/dist-types/commands/GetOfferingStatusCommand.d.ts +38 -0
  245. package/dist-types/commands/GetProjectCommand.d.ts +35 -0
  246. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +35 -0
  247. package/dist-types/commands/GetRunCommand.d.ts +35 -0
  248. package/dist-types/commands/GetSuiteCommand.d.ts +35 -0
  249. package/dist-types/commands/GetTestCommand.d.ts +35 -0
  250. package/dist-types/commands/GetTestGridProjectCommand.d.ts +35 -0
  251. package/dist-types/commands/GetTestGridSessionCommand.d.ts +44 -0
  252. package/dist-types/commands/GetUploadCommand.d.ts +35 -0
  253. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +36 -0
  254. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +37 -0
  255. package/dist-types/commands/ListArtifactsCommand.d.ts +35 -0
  256. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +36 -0
  257. package/dist-types/commands/ListDevicePoolsCommand.d.ts +35 -0
  258. package/dist-types/commands/ListDevicesCommand.d.ts +35 -0
  259. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +35 -0
  260. package/dist-types/commands/ListJobsCommand.d.ts +35 -0
  261. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +35 -0
  262. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +37 -0
  263. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +38 -0
  264. package/dist-types/commands/ListOfferingsCommand.d.ts +38 -0
  265. package/dist-types/commands/ListProjectsCommand.d.ts +35 -0
  266. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +35 -0
  267. package/dist-types/commands/ListRunsCommand.d.ts +35 -0
  268. package/dist-types/commands/ListSamplesCommand.d.ts +35 -0
  269. package/dist-types/commands/ListSuitesCommand.d.ts +35 -0
  270. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  271. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +35 -0
  272. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +35 -0
  273. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +35 -0
  274. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +35 -0
  275. package/dist-types/commands/ListTestsCommand.d.ts +35 -0
  276. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +39 -0
  277. package/dist-types/commands/ListUploadsCommand.d.ts +35 -0
  278. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +36 -0
  279. package/dist-types/commands/PurchaseOfferingCommand.d.ts +38 -0
  280. package/dist-types/commands/RenewOfferingCommand.d.ts +37 -0
  281. package/dist-types/commands/ScheduleRunCommand.d.ts +35 -0
  282. package/dist-types/commands/StopJobCommand.d.ts +38 -0
  283. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +35 -0
  284. package/dist-types/commands/StopRunCommand.d.ts +38 -0
  285. package/dist-types/commands/TagResourceCommand.d.ts +37 -0
  286. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  287. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +35 -0
  288. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +37 -0
  289. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +35 -0
  290. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +35 -0
  291. package/dist-types/commands/UpdateProjectCommand.d.ts +36 -0
  292. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +35 -0
  293. package/dist-types/commands/UpdateUploadCommand.d.ts +35 -0
  294. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +35 -0
  295. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  296. package/{index.ts → dist-types/index.d.ts} +0 -0
  297. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  298. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  299. package/dist-types/pagination/GetOfferingStatusPaginator.d.ts +4 -0
  300. package/dist-types/pagination/Interfaces.d.ts +6 -0
  301. package/dist-types/pagination/ListArtifactsPaginator.d.ts +4 -0
  302. package/dist-types/pagination/ListDevicePoolsPaginator.d.ts +4 -0
  303. package/dist-types/pagination/ListDevicesPaginator.d.ts +4 -0
  304. package/dist-types/pagination/ListJobsPaginator.d.ts +4 -0
  305. package/dist-types/pagination/ListOfferingTransactionsPaginator.d.ts +4 -0
  306. package/dist-types/pagination/ListOfferingsPaginator.d.ts +4 -0
  307. package/dist-types/pagination/ListProjectsPaginator.d.ts +4 -0
  308. package/dist-types/pagination/ListRunsPaginator.d.ts +4 -0
  309. package/dist-types/pagination/ListSamplesPaginator.d.ts +4 -0
  310. package/dist-types/pagination/ListSuitesPaginator.d.ts +4 -0
  311. package/dist-types/pagination/ListTestGridProjectsPaginator.d.ts +4 -0
  312. package/dist-types/pagination/ListTestGridSessionActionsPaginator.d.ts +4 -0
  313. package/dist-types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +4 -0
  314. package/dist-types/pagination/ListTestGridSessionsPaginator.d.ts +4 -0
  315. package/dist-types/pagination/ListTestsPaginator.d.ts +4 -0
  316. package/dist-types/pagination/ListUniqueProblemsPaginator.d.ts +4 -0
  317. package/dist-types/pagination/ListUploadsPaginator.d.ts +4 -0
  318. package/dist-types/protocols/Aws_json1_1.d.ts +233 -0
  319. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  320. package/dist-types/runtimeConfig.d.ts +37 -0
  321. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  322. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  323. package/dist-types/ts3.4/DeviceFarm.d.ts +390 -0
  324. package/dist-types/ts3.4/DeviceFarmClient.d.ts +144 -0
  325. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +17 -0
  326. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +17 -0
  327. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +17 -0
  328. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
  329. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +17 -0
  330. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +17 -0
  331. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +17 -0
  332. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +17 -0
  333. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +17 -0
  334. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +17 -0
  335. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +17 -0
  336. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +17 -0
  337. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
  338. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +17 -0
  339. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +17 -0
  340. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +17 -0
  341. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +17 -0
  342. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +17 -0
  343. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
  344. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +17 -0
  345. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +17 -0
  346. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +17 -0
  347. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +17 -0
  348. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +17 -0
  349. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +17 -0
  350. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +17 -0
  351. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +17 -0
  352. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +17 -0
  353. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +17 -0
  354. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +17 -0
  355. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +17 -0
  356. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +17 -0
  357. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +17 -0
  358. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +17 -0
  359. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +17 -0
  360. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +17 -0
  361. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +17 -0
  362. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
  363. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +17 -0
  364. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +17 -0
  365. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
  366. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +17 -0
  367. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
  368. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +17 -0
  369. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +17 -0
  370. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +17 -0
  371. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
  372. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
  373. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +17 -0
  374. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +17 -0
  375. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +17 -0
  376. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +17 -0
  377. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  378. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +17 -0
  379. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +17 -0
  380. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +17 -0
  381. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +17 -0
  382. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +17 -0
  383. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +17 -0
  384. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +17 -0
  385. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +17 -0
  386. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
  387. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +17 -0
  388. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +17 -0
  389. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +17 -0
  390. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +17 -0
  391. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +17 -0
  392. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  393. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  394. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +17 -0
  395. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +17 -0
  396. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +17 -0
  397. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +17 -0
  398. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
  399. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +17 -0
  400. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +17 -0
  401. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +17 -0
  402. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  403. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  404. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  405. package/dist-types/ts3.4/models/models_0.d.ts +2926 -0
  406. package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +4 -0
  407. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  408. package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
  409. package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +4 -0
  410. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
  411. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
  412. package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +4 -0
  413. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
  414. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  415. package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +4 -0
  416. package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +4 -0
  417. package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +4 -0
  418. package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +4 -0
  419. package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +4 -0
  420. package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +4 -0
  421. package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +4 -0
  422. package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +4 -0
  423. package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +4 -0
  424. package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +4 -0
  425. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
  426. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  427. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  428. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  429. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  430. package/package.json +45 -42
  431. package/DeviceFarm.ts +0 -2727
  432. package/DeviceFarmClient.ts +0 -576
  433. package/commands/CreateDevicePoolCommand.ts +0 -94
  434. package/commands/CreateInstanceProfileCommand.ts +0 -95
  435. package/commands/CreateNetworkProfileCommand.ts +0 -94
  436. package/commands/CreateProjectCommand.ts +0 -94
  437. package/commands/CreateRemoteAccessSessionCommand.ts +0 -97
  438. package/commands/CreateTestGridProjectCommand.ts +0 -95
  439. package/commands/CreateTestGridUrlCommand.ts +0 -95
  440. package/commands/CreateUploadCommand.ts +0 -94
  441. package/commands/CreateVPCEConfigurationCommand.ts +0 -95
  442. package/commands/DeleteDevicePoolCommand.ts +0 -95
  443. package/commands/DeleteInstanceProfileCommand.ts +0 -94
  444. package/commands/DeleteNetworkProfileCommand.ts +0 -94
  445. package/commands/DeleteProjectCommand.ts +0 -95
  446. package/commands/DeleteRemoteAccessSessionCommand.ts +0 -97
  447. package/commands/DeleteRunCommand.ts +0 -92
  448. package/commands/DeleteTestGridProjectCommand.ts +0 -100
  449. package/commands/DeleteUploadCommand.ts +0 -94
  450. package/commands/DeleteVPCEConfigurationCommand.ts +0 -94
  451. package/commands/GetAccountSettingsCommand.ts +0 -95
  452. package/commands/GetDeviceCommand.ts +0 -91
  453. package/commands/GetDeviceInstanceCommand.ts +0 -94
  454. package/commands/GetDevicePoolCommand.ts +0 -94
  455. package/commands/GetDevicePoolCompatibilityCommand.ts +0 -97
  456. package/commands/GetInstanceProfileCommand.ts +0 -94
  457. package/commands/GetJobCommand.ts +0 -87
  458. package/commands/GetNetworkProfileCommand.ts +0 -94
  459. package/commands/GetOfferingStatusCommand.ts +0 -97
  460. package/commands/GetProjectCommand.ts +0 -94
  461. package/commands/GetRemoteAccessSessionCommand.ts +0 -94
  462. package/commands/GetRunCommand.ts +0 -87
  463. package/commands/GetSuiteCommand.ts +0 -91
  464. package/commands/GetTestCommand.ts +0 -91
  465. package/commands/GetTestGridProjectCommand.ts +0 -94
  466. package/commands/GetTestGridSessionCommand.ts +0 -103
  467. package/commands/GetUploadCommand.ts +0 -91
  468. package/commands/GetVPCEConfigurationCommand.ts +0 -95
  469. package/commands/InstallToRemoteAccessSessionCommand.ts +0 -101
  470. package/commands/ListArtifactsCommand.ts +0 -94
  471. package/commands/ListDeviceInstancesCommand.ts +0 -95
  472. package/commands/ListDevicePoolsCommand.ts +0 -94
  473. package/commands/ListDevicesCommand.ts +0 -94
  474. package/commands/ListInstanceProfilesCommand.ts +0 -94
  475. package/commands/ListJobsCommand.ts +0 -91
  476. package/commands/ListNetworkProfilesCommand.ts +0 -94
  477. package/commands/ListOfferingPromotionsCommand.ts +0 -96
  478. package/commands/ListOfferingTransactionsCommand.ts +0 -97
  479. package/commands/ListOfferingsCommand.ts +0 -97
  480. package/commands/ListProjectsCommand.ts +0 -94
  481. package/commands/ListRemoteAccessSessionsCommand.ts +0 -94
  482. package/commands/ListRunsCommand.ts +0 -91
  483. package/commands/ListSamplesCommand.ts +0 -94
  484. package/commands/ListSuitesCommand.ts +0 -94
  485. package/commands/ListTagsForResourceCommand.ts +0 -94
  486. package/commands/ListTestGridProjectsCommand.ts +0 -94
  487. package/commands/ListTestGridSessionActionsCommand.ts +0 -97
  488. package/commands/ListTestGridSessionArtifactsCommand.ts +0 -99
  489. package/commands/ListTestGridSessionsCommand.ts +0 -94
  490. package/commands/ListTestsCommand.ts +0 -91
  491. package/commands/ListUniqueProblemsCommand.ts +0 -98
  492. package/commands/ListUploadsCommand.ts +0 -94
  493. package/commands/ListVPCEConfigurationsCommand.ts +0 -95
  494. package/commands/PurchaseOfferingCommand.ts +0 -97
  495. package/commands/RenewOfferingCommand.ts +0 -96
  496. package/commands/ScheduleRunCommand.ts +0 -94
  497. package/commands/StopJobCommand.ts +0 -94
  498. package/commands/StopRemoteAccessSessionCommand.ts +0 -94
  499. package/commands/StopRunCommand.ts +0 -94
  500. package/commands/TagResourceCommand.ts +0 -96
  501. package/commands/UntagResourceCommand.ts +0 -94
  502. package/commands/UpdateDeviceInstanceCommand.ts +0 -94
  503. package/commands/UpdateDevicePoolCommand.ts +0 -96
  504. package/commands/UpdateInstanceProfileCommand.ts +0 -94
  505. package/commands/UpdateNetworkProfileCommand.ts +0 -94
  506. package/commands/UpdateProjectCommand.ts +0 -95
  507. package/commands/UpdateTestGridProjectCommand.ts +0 -94
  508. package/commands/UpdateUploadCommand.ts +0 -94
  509. package/commands/UpdateVPCEConfigurationCommand.ts +0 -94
  510. package/dist/cjs/DeviceFarm.js +0 -1180
  511. package/dist/cjs/DeviceFarm.js.map +0 -1
  512. package/dist/cjs/DeviceFarmClient.js +0 -58
  513. package/dist/cjs/DeviceFarmClient.js.map +0 -1
  514. package/dist/cjs/commands/CreateDevicePoolCommand.js +0 -61
  515. package/dist/cjs/commands/CreateDevicePoolCommand.js.map +0 -1
  516. package/dist/cjs/commands/CreateInstanceProfileCommand.js +0 -62
  517. package/dist/cjs/commands/CreateInstanceProfileCommand.js.map +0 -1
  518. package/dist/cjs/commands/CreateNetworkProfileCommand.js +0 -61
  519. package/dist/cjs/commands/CreateNetworkProfileCommand.js.map +0 -1
  520. package/dist/cjs/commands/CreateProjectCommand.js +0 -61
  521. package/dist/cjs/commands/CreateProjectCommand.js.map +0 -1
  522. package/dist/cjs/commands/CreateRemoteAccessSessionCommand.js +0 -61
  523. package/dist/cjs/commands/CreateRemoteAccessSessionCommand.js.map +0 -1
  524. package/dist/cjs/commands/CreateTestGridProjectCommand.js +0 -62
  525. package/dist/cjs/commands/CreateTestGridProjectCommand.js.map +0 -1
  526. package/dist/cjs/commands/CreateTestGridUrlCommand.js +0 -62
  527. package/dist/cjs/commands/CreateTestGridUrlCommand.js.map +0 -1
  528. package/dist/cjs/commands/CreateUploadCommand.js +0 -61
  529. package/dist/cjs/commands/CreateUploadCommand.js.map +0 -1
  530. package/dist/cjs/commands/CreateVPCEConfigurationCommand.js +0 -62
  531. package/dist/cjs/commands/CreateVPCEConfigurationCommand.js.map +0 -1
  532. package/dist/cjs/commands/DeleteDevicePoolCommand.js +0 -62
  533. package/dist/cjs/commands/DeleteDevicePoolCommand.js.map +0 -1
  534. package/dist/cjs/commands/DeleteInstanceProfileCommand.js +0 -61
  535. package/dist/cjs/commands/DeleteInstanceProfileCommand.js.map +0 -1
  536. package/dist/cjs/commands/DeleteNetworkProfileCommand.js +0 -61
  537. package/dist/cjs/commands/DeleteNetworkProfileCommand.js.map +0 -1
  538. package/dist/cjs/commands/DeleteProjectCommand.js +0 -62
  539. package/dist/cjs/commands/DeleteProjectCommand.js.map +0 -1
  540. package/dist/cjs/commands/DeleteRemoteAccessSessionCommand.js +0 -61
  541. package/dist/cjs/commands/DeleteRemoteAccessSessionCommand.js.map +0 -1
  542. package/dist/cjs/commands/DeleteRunCommand.js +0 -62
  543. package/dist/cjs/commands/DeleteRunCommand.js.map +0 -1
  544. package/dist/cjs/commands/DeleteTestGridProjectCommand.js +0 -67
  545. package/dist/cjs/commands/DeleteTestGridProjectCommand.js.map +0 -1
  546. package/dist/cjs/commands/DeleteUploadCommand.js +0 -61
  547. package/dist/cjs/commands/DeleteUploadCommand.js.map +0 -1
  548. package/dist/cjs/commands/DeleteVPCEConfigurationCommand.js +0 -61
  549. package/dist/cjs/commands/DeleteVPCEConfigurationCommand.js.map +0 -1
  550. package/dist/cjs/commands/GetAccountSettingsCommand.js +0 -62
  551. package/dist/cjs/commands/GetAccountSettingsCommand.js.map +0 -1
  552. package/dist/cjs/commands/GetDeviceCommand.js +0 -61
  553. package/dist/cjs/commands/GetDeviceCommand.js.map +0 -1
  554. package/dist/cjs/commands/GetDeviceInstanceCommand.js +0 -61
  555. package/dist/cjs/commands/GetDeviceInstanceCommand.js.map +0 -1
  556. package/dist/cjs/commands/GetDevicePoolCommand.js +0 -61
  557. package/dist/cjs/commands/GetDevicePoolCommand.js.map +0 -1
  558. package/dist/cjs/commands/GetDevicePoolCompatibilityCommand.js +0 -61
  559. package/dist/cjs/commands/GetDevicePoolCompatibilityCommand.js.map +0 -1
  560. package/dist/cjs/commands/GetInstanceProfileCommand.js +0 -61
  561. package/dist/cjs/commands/GetInstanceProfileCommand.js.map +0 -1
  562. package/dist/cjs/commands/GetJobCommand.js +0 -61
  563. package/dist/cjs/commands/GetJobCommand.js.map +0 -1
  564. package/dist/cjs/commands/GetNetworkProfileCommand.js +0 -61
  565. package/dist/cjs/commands/GetNetworkProfileCommand.js.map +0 -1
  566. package/dist/cjs/commands/GetOfferingStatusCommand.js +0 -64
  567. package/dist/cjs/commands/GetOfferingStatusCommand.js.map +0 -1
  568. package/dist/cjs/commands/GetProjectCommand.js +0 -61
  569. package/dist/cjs/commands/GetProjectCommand.js.map +0 -1
  570. package/dist/cjs/commands/GetRemoteAccessSessionCommand.js +0 -61
  571. package/dist/cjs/commands/GetRemoteAccessSessionCommand.js.map +0 -1
  572. package/dist/cjs/commands/GetRunCommand.js +0 -61
  573. package/dist/cjs/commands/GetRunCommand.js.map +0 -1
  574. package/dist/cjs/commands/GetSuiteCommand.js +0 -61
  575. package/dist/cjs/commands/GetSuiteCommand.js.map +0 -1
  576. package/dist/cjs/commands/GetTestCommand.js +0 -61
  577. package/dist/cjs/commands/GetTestCommand.js.map +0 -1
  578. package/dist/cjs/commands/GetTestGridProjectCommand.js +0 -61
  579. package/dist/cjs/commands/GetTestGridProjectCommand.js.map +0 -1
  580. package/dist/cjs/commands/GetTestGridSessionCommand.js +0 -70
  581. package/dist/cjs/commands/GetTestGridSessionCommand.js.map +0 -1
  582. package/dist/cjs/commands/GetUploadCommand.js +0 -61
  583. package/dist/cjs/commands/GetUploadCommand.js.map +0 -1
  584. package/dist/cjs/commands/GetVPCEConfigurationCommand.js +0 -62
  585. package/dist/cjs/commands/GetVPCEConfigurationCommand.js.map +0 -1
  586. package/dist/cjs/commands/InstallToRemoteAccessSessionCommand.js +0 -63
  587. package/dist/cjs/commands/InstallToRemoteAccessSessionCommand.js.map +0 -1
  588. package/dist/cjs/commands/ListArtifactsCommand.js +0 -61
  589. package/dist/cjs/commands/ListArtifactsCommand.js.map +0 -1
  590. package/dist/cjs/commands/ListDeviceInstancesCommand.js +0 -62
  591. package/dist/cjs/commands/ListDeviceInstancesCommand.js.map +0 -1
  592. package/dist/cjs/commands/ListDevicePoolsCommand.js +0 -61
  593. package/dist/cjs/commands/ListDevicePoolsCommand.js.map +0 -1
  594. package/dist/cjs/commands/ListDevicesCommand.js +0 -61
  595. package/dist/cjs/commands/ListDevicesCommand.js.map +0 -1
  596. package/dist/cjs/commands/ListInstanceProfilesCommand.js +0 -61
  597. package/dist/cjs/commands/ListInstanceProfilesCommand.js.map +0 -1
  598. package/dist/cjs/commands/ListJobsCommand.js +0 -61
  599. package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
  600. package/dist/cjs/commands/ListNetworkProfilesCommand.js +0 -61
  601. package/dist/cjs/commands/ListNetworkProfilesCommand.js.map +0 -1
  602. package/dist/cjs/commands/ListOfferingPromotionsCommand.js +0 -63
  603. package/dist/cjs/commands/ListOfferingPromotionsCommand.js.map +0 -1
  604. package/dist/cjs/commands/ListOfferingTransactionsCommand.js +0 -64
  605. package/dist/cjs/commands/ListOfferingTransactionsCommand.js.map +0 -1
  606. package/dist/cjs/commands/ListOfferingsCommand.js +0 -64
  607. package/dist/cjs/commands/ListOfferingsCommand.js.map +0 -1
  608. package/dist/cjs/commands/ListProjectsCommand.js +0 -61
  609. package/dist/cjs/commands/ListProjectsCommand.js.map +0 -1
  610. package/dist/cjs/commands/ListRemoteAccessSessionsCommand.js +0 -61
  611. package/dist/cjs/commands/ListRemoteAccessSessionsCommand.js.map +0 -1
  612. package/dist/cjs/commands/ListRunsCommand.js +0 -61
  613. package/dist/cjs/commands/ListRunsCommand.js.map +0 -1
  614. package/dist/cjs/commands/ListSamplesCommand.js +0 -61
  615. package/dist/cjs/commands/ListSamplesCommand.js.map +0 -1
  616. package/dist/cjs/commands/ListSuitesCommand.js +0 -61
  617. package/dist/cjs/commands/ListSuitesCommand.js.map +0 -1
  618. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
  619. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  620. package/dist/cjs/commands/ListTestGridProjectsCommand.js +0 -61
  621. package/dist/cjs/commands/ListTestGridProjectsCommand.js.map +0 -1
  622. package/dist/cjs/commands/ListTestGridSessionActionsCommand.js +0 -61
  623. package/dist/cjs/commands/ListTestGridSessionActionsCommand.js.map +0 -1
  624. package/dist/cjs/commands/ListTestGridSessionArtifactsCommand.js +0 -61
  625. package/dist/cjs/commands/ListTestGridSessionArtifactsCommand.js.map +0 -1
  626. package/dist/cjs/commands/ListTestGridSessionsCommand.js +0 -61
  627. package/dist/cjs/commands/ListTestGridSessionsCommand.js.map +0 -1
  628. package/dist/cjs/commands/ListTestsCommand.js +0 -61
  629. package/dist/cjs/commands/ListTestsCommand.js.map +0 -1
  630. package/dist/cjs/commands/ListUniqueProblemsCommand.js +0 -65
  631. package/dist/cjs/commands/ListUniqueProblemsCommand.js.map +0 -1
  632. package/dist/cjs/commands/ListUploadsCommand.js +0 -61
  633. package/dist/cjs/commands/ListUploadsCommand.js.map +0 -1
  634. package/dist/cjs/commands/ListVPCEConfigurationsCommand.js +0 -62
  635. package/dist/cjs/commands/ListVPCEConfigurationsCommand.js.map +0 -1
  636. package/dist/cjs/commands/PurchaseOfferingCommand.js +0 -64
  637. package/dist/cjs/commands/PurchaseOfferingCommand.js.map +0 -1
  638. package/dist/cjs/commands/RenewOfferingCommand.js +0 -63
  639. package/dist/cjs/commands/RenewOfferingCommand.js.map +0 -1
  640. package/dist/cjs/commands/ScheduleRunCommand.js +0 -61
  641. package/dist/cjs/commands/ScheduleRunCommand.js.map +0 -1
  642. package/dist/cjs/commands/StopJobCommand.js +0 -64
  643. package/dist/cjs/commands/StopJobCommand.js.map +0 -1
  644. package/dist/cjs/commands/StopRemoteAccessSessionCommand.js +0 -61
  645. package/dist/cjs/commands/StopRemoteAccessSessionCommand.js.map +0 -1
  646. package/dist/cjs/commands/StopRunCommand.js +0 -64
  647. package/dist/cjs/commands/StopRunCommand.js.map +0 -1
  648. package/dist/cjs/commands/TagResourceCommand.js +0 -63
  649. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  650. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  651. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  652. package/dist/cjs/commands/UpdateDeviceInstanceCommand.js +0 -61
  653. package/dist/cjs/commands/UpdateDeviceInstanceCommand.js.map +0 -1
  654. package/dist/cjs/commands/UpdateDevicePoolCommand.js +0 -63
  655. package/dist/cjs/commands/UpdateDevicePoolCommand.js.map +0 -1
  656. package/dist/cjs/commands/UpdateInstanceProfileCommand.js +0 -61
  657. package/dist/cjs/commands/UpdateInstanceProfileCommand.js.map +0 -1
  658. package/dist/cjs/commands/UpdateNetworkProfileCommand.js +0 -61
  659. package/dist/cjs/commands/UpdateNetworkProfileCommand.js.map +0 -1
  660. package/dist/cjs/commands/UpdateProjectCommand.js +0 -62
  661. package/dist/cjs/commands/UpdateProjectCommand.js.map +0 -1
  662. package/dist/cjs/commands/UpdateTestGridProjectCommand.js +0 -61
  663. package/dist/cjs/commands/UpdateTestGridProjectCommand.js.map +0 -1
  664. package/dist/cjs/commands/UpdateUploadCommand.js +0 -61
  665. package/dist/cjs/commands/UpdateUploadCommand.js.map +0 -1
  666. package/dist/cjs/commands/UpdateVPCEConfigurationCommand.js +0 -61
  667. package/dist/cjs/commands/UpdateVPCEConfigurationCommand.js.map +0 -1
  668. package/dist/cjs/endpoints.js +0 -57
  669. package/dist/cjs/endpoints.js.map +0 -1
  670. package/dist/cjs/index.js +0 -103
  671. package/dist/cjs/index.js.map +0 -1
  672. package/dist/cjs/models/index.js +0 -5
  673. package/dist/cjs/models/index.js.map +0 -1
  674. package/dist/cjs/models/models_0.js +0 -2230
  675. package/dist/cjs/models/models_0.js.map +0 -1
  676. package/dist/cjs/package.json +0 -91
  677. package/dist/cjs/pagination/GetOfferingStatusPaginator.js +0 -45
  678. package/dist/cjs/pagination/GetOfferingStatusPaginator.js.map +0 -1
  679. package/dist/cjs/pagination/Interfaces.js +0 -3
  680. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  681. package/dist/cjs/pagination/ListArtifactsPaginator.js +0 -45
  682. package/dist/cjs/pagination/ListArtifactsPaginator.js.map +0 -1
  683. package/dist/cjs/pagination/ListDevicePoolsPaginator.js +0 -45
  684. package/dist/cjs/pagination/ListDevicePoolsPaginator.js.map +0 -1
  685. package/dist/cjs/pagination/ListDevicesPaginator.js +0 -45
  686. package/dist/cjs/pagination/ListDevicesPaginator.js.map +0 -1
  687. package/dist/cjs/pagination/ListJobsPaginator.js +0 -45
  688. package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
  689. package/dist/cjs/pagination/ListOfferingTransactionsPaginator.js +0 -45
  690. package/dist/cjs/pagination/ListOfferingTransactionsPaginator.js.map +0 -1
  691. package/dist/cjs/pagination/ListOfferingsPaginator.js +0 -45
  692. package/dist/cjs/pagination/ListOfferingsPaginator.js.map +0 -1
  693. package/dist/cjs/pagination/ListProjectsPaginator.js +0 -45
  694. package/dist/cjs/pagination/ListProjectsPaginator.js.map +0 -1
  695. package/dist/cjs/pagination/ListRunsPaginator.js +0 -45
  696. package/dist/cjs/pagination/ListRunsPaginator.js.map +0 -1
  697. package/dist/cjs/pagination/ListSamplesPaginator.js +0 -45
  698. package/dist/cjs/pagination/ListSamplesPaginator.js.map +0 -1
  699. package/dist/cjs/pagination/ListSuitesPaginator.js +0 -45
  700. package/dist/cjs/pagination/ListSuitesPaginator.js.map +0 -1
  701. package/dist/cjs/pagination/ListTestGridProjectsPaginator.js +0 -46
  702. package/dist/cjs/pagination/ListTestGridProjectsPaginator.js.map +0 -1
  703. package/dist/cjs/pagination/ListTestGridSessionActionsPaginator.js +0 -46
  704. package/dist/cjs/pagination/ListTestGridSessionActionsPaginator.js.map +0 -1
  705. package/dist/cjs/pagination/ListTestGridSessionArtifactsPaginator.js +0 -46
  706. package/dist/cjs/pagination/ListTestGridSessionArtifactsPaginator.js.map +0 -1
  707. package/dist/cjs/pagination/ListTestGridSessionsPaginator.js +0 -46
  708. package/dist/cjs/pagination/ListTestGridSessionsPaginator.js.map +0 -1
  709. package/dist/cjs/pagination/ListTestsPaginator.js +0 -45
  710. package/dist/cjs/pagination/ListTestsPaginator.js.map +0 -1
  711. package/dist/cjs/pagination/ListUniqueProblemsPaginator.js +0 -45
  712. package/dist/cjs/pagination/ListUniqueProblemsPaginator.js.map +0 -1
  713. package/dist/cjs/pagination/ListUploadsPaginator.js +0 -45
  714. package/dist/cjs/pagination/ListUploadsPaginator.js.map +0 -1
  715. package/dist/cjs/protocols/Aws_json1_1.js +0 -8833
  716. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  717. package/dist/cjs/runtimeConfig.browser.js +0 -41
  718. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  719. package/dist/cjs/runtimeConfig.js +0 -46
  720. package/dist/cjs/runtimeConfig.js.map +0 -1
  721. package/dist/cjs/runtimeConfig.native.js +0 -20
  722. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  723. package/dist/cjs/runtimeConfig.shared.js +0 -21
  724. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  725. package/dist/es/DeviceFarm.js +0 -1166
  726. package/dist/es/DeviceFarm.js.map +0 -1
  727. package/dist/es/DeviceFarmClient.js +0 -38
  728. package/dist/es/DeviceFarmClient.js.map +0 -1
  729. package/dist/es/commands/CreateDevicePoolCommand.js +0 -40
  730. package/dist/es/commands/CreateDevicePoolCommand.js.map +0 -1
  731. package/dist/es/commands/CreateInstanceProfileCommand.js +0 -40
  732. package/dist/es/commands/CreateInstanceProfileCommand.js.map +0 -1
  733. package/dist/es/commands/CreateNetworkProfileCommand.js +0 -40
  734. package/dist/es/commands/CreateNetworkProfileCommand.js.map +0 -1
  735. package/dist/es/commands/CreateProjectCommand.js +0 -40
  736. package/dist/es/commands/CreateProjectCommand.js.map +0 -1
  737. package/dist/es/commands/CreateRemoteAccessSessionCommand.js +0 -40
  738. package/dist/es/commands/CreateRemoteAccessSessionCommand.js.map +0 -1
  739. package/dist/es/commands/CreateTestGridProjectCommand.js +0 -40
  740. package/dist/es/commands/CreateTestGridProjectCommand.js.map +0 -1
  741. package/dist/es/commands/CreateTestGridUrlCommand.js +0 -40
  742. package/dist/es/commands/CreateTestGridUrlCommand.js.map +0 -1
  743. package/dist/es/commands/CreateUploadCommand.js +0 -40
  744. package/dist/es/commands/CreateUploadCommand.js.map +0 -1
  745. package/dist/es/commands/CreateVPCEConfigurationCommand.js +0 -40
  746. package/dist/es/commands/CreateVPCEConfigurationCommand.js.map +0 -1
  747. package/dist/es/commands/DeleteDevicePoolCommand.js +0 -40
  748. package/dist/es/commands/DeleteDevicePoolCommand.js.map +0 -1
  749. package/dist/es/commands/DeleteInstanceProfileCommand.js +0 -40
  750. package/dist/es/commands/DeleteInstanceProfileCommand.js.map +0 -1
  751. package/dist/es/commands/DeleteNetworkProfileCommand.js +0 -40
  752. package/dist/es/commands/DeleteNetworkProfileCommand.js.map +0 -1
  753. package/dist/es/commands/DeleteProjectCommand.js +0 -40
  754. package/dist/es/commands/DeleteProjectCommand.js.map +0 -1
  755. package/dist/es/commands/DeleteRemoteAccessSessionCommand.js +0 -40
  756. package/dist/es/commands/DeleteRemoteAccessSessionCommand.js.map +0 -1
  757. package/dist/es/commands/DeleteRunCommand.js +0 -40
  758. package/dist/es/commands/DeleteRunCommand.js.map +0 -1
  759. package/dist/es/commands/DeleteTestGridProjectCommand.js +0 -40
  760. package/dist/es/commands/DeleteTestGridProjectCommand.js.map +0 -1
  761. package/dist/es/commands/DeleteUploadCommand.js +0 -40
  762. package/dist/es/commands/DeleteUploadCommand.js.map +0 -1
  763. package/dist/es/commands/DeleteVPCEConfigurationCommand.js +0 -40
  764. package/dist/es/commands/DeleteVPCEConfigurationCommand.js.map +0 -1
  765. package/dist/es/commands/GetAccountSettingsCommand.js +0 -40
  766. package/dist/es/commands/GetAccountSettingsCommand.js.map +0 -1
  767. package/dist/es/commands/GetDeviceCommand.js +0 -40
  768. package/dist/es/commands/GetDeviceCommand.js.map +0 -1
  769. package/dist/es/commands/GetDeviceInstanceCommand.js +0 -40
  770. package/dist/es/commands/GetDeviceInstanceCommand.js.map +0 -1
  771. package/dist/es/commands/GetDevicePoolCommand.js +0 -40
  772. package/dist/es/commands/GetDevicePoolCommand.js.map +0 -1
  773. package/dist/es/commands/GetDevicePoolCompatibilityCommand.js +0 -40
  774. package/dist/es/commands/GetDevicePoolCompatibilityCommand.js.map +0 -1
  775. package/dist/es/commands/GetInstanceProfileCommand.js +0 -40
  776. package/dist/es/commands/GetInstanceProfileCommand.js.map +0 -1
  777. package/dist/es/commands/GetJobCommand.js +0 -40
  778. package/dist/es/commands/GetJobCommand.js.map +0 -1
  779. package/dist/es/commands/GetNetworkProfileCommand.js +0 -40
  780. package/dist/es/commands/GetNetworkProfileCommand.js.map +0 -1
  781. package/dist/es/commands/GetOfferingStatusCommand.js +0 -40
  782. package/dist/es/commands/GetOfferingStatusCommand.js.map +0 -1
  783. package/dist/es/commands/GetProjectCommand.js +0 -40
  784. package/dist/es/commands/GetProjectCommand.js.map +0 -1
  785. package/dist/es/commands/GetRemoteAccessSessionCommand.js +0 -40
  786. package/dist/es/commands/GetRemoteAccessSessionCommand.js.map +0 -1
  787. package/dist/es/commands/GetRunCommand.js +0 -40
  788. package/dist/es/commands/GetRunCommand.js.map +0 -1
  789. package/dist/es/commands/GetSuiteCommand.js +0 -40
  790. package/dist/es/commands/GetSuiteCommand.js.map +0 -1
  791. package/dist/es/commands/GetTestCommand.js +0 -40
  792. package/dist/es/commands/GetTestCommand.js.map +0 -1
  793. package/dist/es/commands/GetTestGridProjectCommand.js +0 -40
  794. package/dist/es/commands/GetTestGridProjectCommand.js.map +0 -1
  795. package/dist/es/commands/GetTestGridSessionCommand.js +0 -40
  796. package/dist/es/commands/GetTestGridSessionCommand.js.map +0 -1
  797. package/dist/es/commands/GetUploadCommand.js +0 -40
  798. package/dist/es/commands/GetUploadCommand.js.map +0 -1
  799. package/dist/es/commands/GetVPCEConfigurationCommand.js +0 -40
  800. package/dist/es/commands/GetVPCEConfigurationCommand.js.map +0 -1
  801. package/dist/es/commands/InstallToRemoteAccessSessionCommand.js +0 -40
  802. package/dist/es/commands/InstallToRemoteAccessSessionCommand.js.map +0 -1
  803. package/dist/es/commands/ListArtifactsCommand.js +0 -40
  804. package/dist/es/commands/ListArtifactsCommand.js.map +0 -1
  805. package/dist/es/commands/ListDeviceInstancesCommand.js +0 -40
  806. package/dist/es/commands/ListDeviceInstancesCommand.js.map +0 -1
  807. package/dist/es/commands/ListDevicePoolsCommand.js +0 -40
  808. package/dist/es/commands/ListDevicePoolsCommand.js.map +0 -1
  809. package/dist/es/commands/ListDevicesCommand.js +0 -40
  810. package/dist/es/commands/ListDevicesCommand.js.map +0 -1
  811. package/dist/es/commands/ListInstanceProfilesCommand.js +0 -40
  812. package/dist/es/commands/ListInstanceProfilesCommand.js.map +0 -1
  813. package/dist/es/commands/ListJobsCommand.js +0 -40
  814. package/dist/es/commands/ListJobsCommand.js.map +0 -1
  815. package/dist/es/commands/ListNetworkProfilesCommand.js +0 -40
  816. package/dist/es/commands/ListNetworkProfilesCommand.js.map +0 -1
  817. package/dist/es/commands/ListOfferingPromotionsCommand.js +0 -40
  818. package/dist/es/commands/ListOfferingPromotionsCommand.js.map +0 -1
  819. package/dist/es/commands/ListOfferingTransactionsCommand.js +0 -40
  820. package/dist/es/commands/ListOfferingTransactionsCommand.js.map +0 -1
  821. package/dist/es/commands/ListOfferingsCommand.js +0 -40
  822. package/dist/es/commands/ListOfferingsCommand.js.map +0 -1
  823. package/dist/es/commands/ListProjectsCommand.js +0 -40
  824. package/dist/es/commands/ListProjectsCommand.js.map +0 -1
  825. package/dist/es/commands/ListRemoteAccessSessionsCommand.js +0 -40
  826. package/dist/es/commands/ListRemoteAccessSessionsCommand.js.map +0 -1
  827. package/dist/es/commands/ListRunsCommand.js +0 -40
  828. package/dist/es/commands/ListRunsCommand.js.map +0 -1
  829. package/dist/es/commands/ListSamplesCommand.js +0 -40
  830. package/dist/es/commands/ListSamplesCommand.js.map +0 -1
  831. package/dist/es/commands/ListSuitesCommand.js +0 -40
  832. package/dist/es/commands/ListSuitesCommand.js.map +0 -1
  833. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  834. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  835. package/dist/es/commands/ListTestGridProjectsCommand.js +0 -40
  836. package/dist/es/commands/ListTestGridProjectsCommand.js.map +0 -1
  837. package/dist/es/commands/ListTestGridSessionActionsCommand.js +0 -40
  838. package/dist/es/commands/ListTestGridSessionActionsCommand.js.map +0 -1
  839. package/dist/es/commands/ListTestGridSessionArtifactsCommand.js +0 -40
  840. package/dist/es/commands/ListTestGridSessionArtifactsCommand.js.map +0 -1
  841. package/dist/es/commands/ListTestGridSessionsCommand.js +0 -40
  842. package/dist/es/commands/ListTestGridSessionsCommand.js.map +0 -1
  843. package/dist/es/commands/ListTestsCommand.js +0 -40
  844. package/dist/es/commands/ListTestsCommand.js.map +0 -1
  845. package/dist/es/commands/ListUniqueProblemsCommand.js +0 -40
  846. package/dist/es/commands/ListUniqueProblemsCommand.js.map +0 -1
  847. package/dist/es/commands/ListUploadsCommand.js +0 -40
  848. package/dist/es/commands/ListUploadsCommand.js.map +0 -1
  849. package/dist/es/commands/ListVPCEConfigurationsCommand.js +0 -40
  850. package/dist/es/commands/ListVPCEConfigurationsCommand.js.map +0 -1
  851. package/dist/es/commands/PurchaseOfferingCommand.js +0 -40
  852. package/dist/es/commands/PurchaseOfferingCommand.js.map +0 -1
  853. package/dist/es/commands/RenewOfferingCommand.js +0 -40
  854. package/dist/es/commands/RenewOfferingCommand.js.map +0 -1
  855. package/dist/es/commands/ScheduleRunCommand.js +0 -40
  856. package/dist/es/commands/ScheduleRunCommand.js.map +0 -1
  857. package/dist/es/commands/StopJobCommand.js +0 -40
  858. package/dist/es/commands/StopJobCommand.js.map +0 -1
  859. package/dist/es/commands/StopRemoteAccessSessionCommand.js +0 -40
  860. package/dist/es/commands/StopRemoteAccessSessionCommand.js.map +0 -1
  861. package/dist/es/commands/StopRunCommand.js +0 -40
  862. package/dist/es/commands/StopRunCommand.js.map +0 -1
  863. package/dist/es/commands/TagResourceCommand.js +0 -40
  864. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  865. package/dist/es/commands/UntagResourceCommand.js +0 -40
  866. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  867. package/dist/es/commands/UpdateDeviceInstanceCommand.js +0 -40
  868. package/dist/es/commands/UpdateDeviceInstanceCommand.js.map +0 -1
  869. package/dist/es/commands/UpdateDevicePoolCommand.js +0 -40
  870. package/dist/es/commands/UpdateDevicePoolCommand.js.map +0 -1
  871. package/dist/es/commands/UpdateInstanceProfileCommand.js +0 -40
  872. package/dist/es/commands/UpdateInstanceProfileCommand.js.map +0 -1
  873. package/dist/es/commands/UpdateNetworkProfileCommand.js +0 -40
  874. package/dist/es/commands/UpdateNetworkProfileCommand.js.map +0 -1
  875. package/dist/es/commands/UpdateProjectCommand.js +0 -40
  876. package/dist/es/commands/UpdateProjectCommand.js.map +0 -1
  877. package/dist/es/commands/UpdateTestGridProjectCommand.js +0 -40
  878. package/dist/es/commands/UpdateTestGridProjectCommand.js.map +0 -1
  879. package/dist/es/commands/UpdateUploadCommand.js +0 -40
  880. package/dist/es/commands/UpdateUploadCommand.js.map +0 -1
  881. package/dist/es/commands/UpdateVPCEConfigurationCommand.js +0 -40
  882. package/dist/es/commands/UpdateVPCEConfigurationCommand.js.map +0 -1
  883. package/dist/es/endpoints.js +0 -53
  884. package/dist/es/endpoints.js.map +0 -1
  885. package/dist/es/index.js +0 -100
  886. package/dist/es/index.js.map +0 -1
  887. package/dist/es/models/index.js +0 -2
  888. package/dist/es/models/index.js.map +0 -1
  889. package/dist/es/models/models_0.js +0 -1140
  890. package/dist/es/models/models_0.js.map +0 -1
  891. package/dist/es/package.json +0 -91
  892. package/dist/es/pagination/GetOfferingStatusPaginator.js +0 -74
  893. package/dist/es/pagination/GetOfferingStatusPaginator.js.map +0 -1
  894. package/dist/es/pagination/Interfaces.js +0 -2
  895. package/dist/es/pagination/Interfaces.js.map +0 -1
  896. package/dist/es/pagination/ListArtifactsPaginator.js +0 -74
  897. package/dist/es/pagination/ListArtifactsPaginator.js.map +0 -1
  898. package/dist/es/pagination/ListDevicePoolsPaginator.js +0 -74
  899. package/dist/es/pagination/ListDevicePoolsPaginator.js.map +0 -1
  900. package/dist/es/pagination/ListDevicesPaginator.js +0 -74
  901. package/dist/es/pagination/ListDevicesPaginator.js.map +0 -1
  902. package/dist/es/pagination/ListJobsPaginator.js +0 -74
  903. package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
  904. package/dist/es/pagination/ListOfferingTransactionsPaginator.js +0 -74
  905. package/dist/es/pagination/ListOfferingTransactionsPaginator.js.map +0 -1
  906. package/dist/es/pagination/ListOfferingsPaginator.js +0 -74
  907. package/dist/es/pagination/ListOfferingsPaginator.js.map +0 -1
  908. package/dist/es/pagination/ListProjectsPaginator.js +0 -74
  909. package/dist/es/pagination/ListProjectsPaginator.js.map +0 -1
  910. package/dist/es/pagination/ListRunsPaginator.js +0 -74
  911. package/dist/es/pagination/ListRunsPaginator.js.map +0 -1
  912. package/dist/es/pagination/ListSamplesPaginator.js +0 -74
  913. package/dist/es/pagination/ListSamplesPaginator.js.map +0 -1
  914. package/dist/es/pagination/ListSuitesPaginator.js +0 -74
  915. package/dist/es/pagination/ListSuitesPaginator.js.map +0 -1
  916. package/dist/es/pagination/ListTestGridProjectsPaginator.js +0 -75
  917. package/dist/es/pagination/ListTestGridProjectsPaginator.js.map +0 -1
  918. package/dist/es/pagination/ListTestGridSessionActionsPaginator.js +0 -75
  919. package/dist/es/pagination/ListTestGridSessionActionsPaginator.js.map +0 -1
  920. package/dist/es/pagination/ListTestGridSessionArtifactsPaginator.js +0 -75
  921. package/dist/es/pagination/ListTestGridSessionArtifactsPaginator.js.map +0 -1
  922. package/dist/es/pagination/ListTestGridSessionsPaginator.js +0 -75
  923. package/dist/es/pagination/ListTestGridSessionsPaginator.js.map +0 -1
  924. package/dist/es/pagination/ListTestsPaginator.js +0 -74
  925. package/dist/es/pagination/ListTestsPaginator.js.map +0 -1
  926. package/dist/es/pagination/ListUniqueProblemsPaginator.js +0 -74
  927. package/dist/es/pagination/ListUniqueProblemsPaginator.js.map +0 -1
  928. package/dist/es/pagination/ListUploadsPaginator.js +0 -74
  929. package/dist/es/pagination/ListUploadsPaginator.js.map +0 -1
  930. package/dist/es/protocols/Aws_json1_1.js +0 -9241
  931. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  932. package/dist/es/runtimeConfig.browser.js +0 -17
  933. package/dist/es/runtimeConfig.browser.js.map +0 -1
  934. package/dist/es/runtimeConfig.js +0 -22
  935. package/dist/es/runtimeConfig.js.map +0 -1
  936. package/dist/es/runtimeConfig.native.js +0 -9
  937. package/dist/es/runtimeConfig.native.js.map +0 -1
  938. package/dist/es/runtimeConfig.shared.js +0 -14
  939. package/dist/es/runtimeConfig.shared.js.map +0 -1
  940. package/dist/types/DeviceFarm.d.ts +0 -619
  941. package/dist/types/DeviceFarmClient.d.ts +0 -223
  942. package/dist/types/commands/CreateDevicePoolCommand.d.ts +0 -35
  943. package/dist/types/commands/CreateInstanceProfileCommand.d.ts +0 -36
  944. package/dist/types/commands/CreateNetworkProfileCommand.d.ts +0 -35
  945. package/dist/types/commands/CreateProjectCommand.d.ts +0 -35
  946. package/dist/types/commands/CreateRemoteAccessSessionCommand.d.ts +0 -35
  947. package/dist/types/commands/CreateTestGridProjectCommand.d.ts +0 -36
  948. package/dist/types/commands/CreateTestGridUrlCommand.d.ts +0 -36
  949. package/dist/types/commands/CreateUploadCommand.d.ts +0 -35
  950. package/dist/types/commands/CreateVPCEConfigurationCommand.d.ts +0 -36
  951. package/dist/types/commands/DeleteDevicePoolCommand.d.ts +0 -36
  952. package/dist/types/commands/DeleteInstanceProfileCommand.d.ts +0 -35
  953. package/dist/types/commands/DeleteNetworkProfileCommand.d.ts +0 -35
  954. package/dist/types/commands/DeleteProjectCommand.d.ts +0 -36
  955. package/dist/types/commands/DeleteRemoteAccessSessionCommand.d.ts +0 -35
  956. package/dist/types/commands/DeleteRunCommand.d.ts +0 -36
  957. package/dist/types/commands/DeleteTestGridProjectCommand.d.ts +0 -41
  958. package/dist/types/commands/DeleteUploadCommand.d.ts +0 -35
  959. package/dist/types/commands/DeleteVPCEConfigurationCommand.d.ts +0 -35
  960. package/dist/types/commands/GetAccountSettingsCommand.d.ts +0 -36
  961. package/dist/types/commands/GetDeviceCommand.d.ts +0 -35
  962. package/dist/types/commands/GetDeviceInstanceCommand.d.ts +0 -35
  963. package/dist/types/commands/GetDevicePoolCommand.d.ts +0 -35
  964. package/dist/types/commands/GetDevicePoolCompatibilityCommand.d.ts +0 -35
  965. package/dist/types/commands/GetInstanceProfileCommand.d.ts +0 -35
  966. package/dist/types/commands/GetJobCommand.d.ts +0 -35
  967. package/dist/types/commands/GetNetworkProfileCommand.d.ts +0 -35
  968. package/dist/types/commands/GetOfferingStatusCommand.d.ts +0 -38
  969. package/dist/types/commands/GetProjectCommand.d.ts +0 -35
  970. package/dist/types/commands/GetRemoteAccessSessionCommand.d.ts +0 -35
  971. package/dist/types/commands/GetRunCommand.d.ts +0 -35
  972. package/dist/types/commands/GetSuiteCommand.d.ts +0 -35
  973. package/dist/types/commands/GetTestCommand.d.ts +0 -35
  974. package/dist/types/commands/GetTestGridProjectCommand.d.ts +0 -35
  975. package/dist/types/commands/GetTestGridSessionCommand.d.ts +0 -44
  976. package/dist/types/commands/GetUploadCommand.d.ts +0 -35
  977. package/dist/types/commands/GetVPCEConfigurationCommand.d.ts +0 -36
  978. package/dist/types/commands/InstallToRemoteAccessSessionCommand.d.ts +0 -37
  979. package/dist/types/commands/ListArtifactsCommand.d.ts +0 -35
  980. package/dist/types/commands/ListDeviceInstancesCommand.d.ts +0 -36
  981. package/dist/types/commands/ListDevicePoolsCommand.d.ts +0 -35
  982. package/dist/types/commands/ListDevicesCommand.d.ts +0 -35
  983. package/dist/types/commands/ListInstanceProfilesCommand.d.ts +0 -35
  984. package/dist/types/commands/ListJobsCommand.d.ts +0 -35
  985. package/dist/types/commands/ListNetworkProfilesCommand.d.ts +0 -35
  986. package/dist/types/commands/ListOfferingPromotionsCommand.d.ts +0 -37
  987. package/dist/types/commands/ListOfferingTransactionsCommand.d.ts +0 -38
  988. package/dist/types/commands/ListOfferingsCommand.d.ts +0 -38
  989. package/dist/types/commands/ListProjectsCommand.d.ts +0 -35
  990. package/dist/types/commands/ListRemoteAccessSessionsCommand.d.ts +0 -35
  991. package/dist/types/commands/ListRunsCommand.d.ts +0 -35
  992. package/dist/types/commands/ListSamplesCommand.d.ts +0 -35
  993. package/dist/types/commands/ListSuitesCommand.d.ts +0 -35
  994. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
  995. package/dist/types/commands/ListTestGridProjectsCommand.d.ts +0 -35
  996. package/dist/types/commands/ListTestGridSessionActionsCommand.d.ts +0 -35
  997. package/dist/types/commands/ListTestGridSessionArtifactsCommand.d.ts +0 -35
  998. package/dist/types/commands/ListTestGridSessionsCommand.d.ts +0 -35
  999. package/dist/types/commands/ListTestsCommand.d.ts +0 -35
  1000. package/dist/types/commands/ListUniqueProblemsCommand.d.ts +0 -39
  1001. package/dist/types/commands/ListUploadsCommand.d.ts +0 -35
  1002. package/dist/types/commands/ListVPCEConfigurationsCommand.d.ts +0 -36
  1003. package/dist/types/commands/PurchaseOfferingCommand.d.ts +0 -38
  1004. package/dist/types/commands/RenewOfferingCommand.d.ts +0 -37
  1005. package/dist/types/commands/ScheduleRunCommand.d.ts +0 -35
  1006. package/dist/types/commands/StopJobCommand.d.ts +0 -38
  1007. package/dist/types/commands/StopRemoteAccessSessionCommand.d.ts +0 -35
  1008. package/dist/types/commands/StopRunCommand.d.ts +0 -38
  1009. package/dist/types/commands/TagResourceCommand.d.ts +0 -37
  1010. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  1011. package/dist/types/commands/UpdateDeviceInstanceCommand.d.ts +0 -35
  1012. package/dist/types/commands/UpdateDevicePoolCommand.d.ts +0 -37
  1013. package/dist/types/commands/UpdateInstanceProfileCommand.d.ts +0 -35
  1014. package/dist/types/commands/UpdateNetworkProfileCommand.d.ts +0 -35
  1015. package/dist/types/commands/UpdateProjectCommand.d.ts +0 -36
  1016. package/dist/types/commands/UpdateTestGridProjectCommand.d.ts +0 -35
  1017. package/dist/types/commands/UpdateUploadCommand.d.ts +0 -35
  1018. package/dist/types/commands/UpdateVPCEConfigurationCommand.d.ts +0 -35
  1019. package/dist/types/pagination/GetOfferingStatusPaginator.d.ts +0 -4
  1020. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1021. package/dist/types/pagination/ListArtifactsPaginator.d.ts +0 -4
  1022. package/dist/types/pagination/ListDevicePoolsPaginator.d.ts +0 -4
  1023. package/dist/types/pagination/ListDevicesPaginator.d.ts +0 -4
  1024. package/dist/types/pagination/ListJobsPaginator.d.ts +0 -4
  1025. package/dist/types/pagination/ListOfferingTransactionsPaginator.d.ts +0 -4
  1026. package/dist/types/pagination/ListOfferingsPaginator.d.ts +0 -4
  1027. package/dist/types/pagination/ListProjectsPaginator.d.ts +0 -4
  1028. package/dist/types/pagination/ListRunsPaginator.d.ts +0 -4
  1029. package/dist/types/pagination/ListSamplesPaginator.d.ts +0 -4
  1030. package/dist/types/pagination/ListSuitesPaginator.d.ts +0 -4
  1031. package/dist/types/pagination/ListTestGridProjectsPaginator.d.ts +0 -4
  1032. package/dist/types/pagination/ListTestGridSessionActionsPaginator.d.ts +0 -4
  1033. package/dist/types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +0 -4
  1034. package/dist/types/pagination/ListTestGridSessionsPaginator.d.ts +0 -4
  1035. package/dist/types/pagination/ListTestsPaginator.d.ts +0 -4
  1036. package/dist/types/pagination/ListUniqueProblemsPaginator.d.ts +0 -4
  1037. package/dist/types/pagination/ListUploadsPaginator.d.ts +0 -4
  1038. package/dist/types/protocols/Aws_json1_1.d.ts +0 -233
  1039. package/dist/types/runtimeConfig.d.ts +0 -37
  1040. package/dist/types/ts3.4/DeviceFarm.d.ts +0 -619
  1041. package/dist/types/ts3.4/DeviceFarmClient.d.ts +0 -223
  1042. package/dist/types/ts3.4/commands/CreateDevicePoolCommand.d.ts +0 -35
  1043. package/dist/types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +0 -36
  1044. package/dist/types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +0 -35
  1045. package/dist/types/ts3.4/commands/CreateProjectCommand.d.ts +0 -35
  1046. package/dist/types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +0 -35
  1047. package/dist/types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +0 -36
  1048. package/dist/types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +0 -36
  1049. package/dist/types/ts3.4/commands/CreateUploadCommand.d.ts +0 -35
  1050. package/dist/types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +0 -36
  1051. package/dist/types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +0 -36
  1052. package/dist/types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +0 -35
  1053. package/dist/types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +0 -35
  1054. package/dist/types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -36
  1055. package/dist/types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +0 -35
  1056. package/dist/types/ts3.4/commands/DeleteRunCommand.d.ts +0 -36
  1057. package/dist/types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +0 -41
  1058. package/dist/types/ts3.4/commands/DeleteUploadCommand.d.ts +0 -35
  1059. package/dist/types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +0 -35
  1060. package/dist/types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -36
  1061. package/dist/types/ts3.4/commands/GetDeviceCommand.d.ts +0 -35
  1062. package/dist/types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +0 -35
  1063. package/dist/types/ts3.4/commands/GetDevicePoolCommand.d.ts +0 -35
  1064. package/dist/types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +0 -35
  1065. package/dist/types/ts3.4/commands/GetInstanceProfileCommand.d.ts +0 -35
  1066. package/dist/types/ts3.4/commands/GetJobCommand.d.ts +0 -35
  1067. package/dist/types/ts3.4/commands/GetNetworkProfileCommand.d.ts +0 -35
  1068. package/dist/types/ts3.4/commands/GetOfferingStatusCommand.d.ts +0 -38
  1069. package/dist/types/ts3.4/commands/GetProjectCommand.d.ts +0 -35
  1070. package/dist/types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +0 -35
  1071. package/dist/types/ts3.4/commands/GetRunCommand.d.ts +0 -35
  1072. package/dist/types/ts3.4/commands/GetSuiteCommand.d.ts +0 -35
  1073. package/dist/types/ts3.4/commands/GetTestCommand.d.ts +0 -35
  1074. package/dist/types/ts3.4/commands/GetTestGridProjectCommand.d.ts +0 -35
  1075. package/dist/types/ts3.4/commands/GetTestGridSessionCommand.d.ts +0 -44
  1076. package/dist/types/ts3.4/commands/GetUploadCommand.d.ts +0 -35
  1077. package/dist/types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +0 -36
  1078. package/dist/types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +0 -37
  1079. package/dist/types/ts3.4/commands/ListArtifactsCommand.d.ts +0 -35
  1080. package/dist/types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +0 -36
  1081. package/dist/types/ts3.4/commands/ListDevicePoolsCommand.d.ts +0 -35
  1082. package/dist/types/ts3.4/commands/ListDevicesCommand.d.ts +0 -35
  1083. package/dist/types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +0 -35
  1084. package/dist/types/ts3.4/commands/ListJobsCommand.d.ts +0 -35
  1085. package/dist/types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +0 -35
  1086. package/dist/types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +0 -37
  1087. package/dist/types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +0 -38
  1088. package/dist/types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -38
  1089. package/dist/types/ts3.4/commands/ListProjectsCommand.d.ts +0 -35
  1090. package/dist/types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +0 -35
  1091. package/dist/types/ts3.4/commands/ListRunsCommand.d.ts +0 -35
  1092. package/dist/types/ts3.4/commands/ListSamplesCommand.d.ts +0 -35
  1093. package/dist/types/ts3.4/commands/ListSuitesCommand.d.ts +0 -35
  1094. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  1095. package/dist/types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +0 -35
  1096. package/dist/types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +0 -35
  1097. package/dist/types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +0 -35
  1098. package/dist/types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +0 -35
  1099. package/dist/types/ts3.4/commands/ListTestsCommand.d.ts +0 -35
  1100. package/dist/types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +0 -39
  1101. package/dist/types/ts3.4/commands/ListUploadsCommand.d.ts +0 -35
  1102. package/dist/types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +0 -36
  1103. package/dist/types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -38
  1104. package/dist/types/ts3.4/commands/RenewOfferingCommand.d.ts +0 -37
  1105. package/dist/types/ts3.4/commands/ScheduleRunCommand.d.ts +0 -35
  1106. package/dist/types/ts3.4/commands/StopJobCommand.d.ts +0 -38
  1107. package/dist/types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +0 -35
  1108. package/dist/types/ts3.4/commands/StopRunCommand.d.ts +0 -38
  1109. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -37
  1110. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  1111. package/dist/types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +0 -35
  1112. package/dist/types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +0 -37
  1113. package/dist/types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +0 -35
  1114. package/dist/types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +0 -35
  1115. package/dist/types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -36
  1116. package/dist/types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +0 -35
  1117. package/dist/types/ts3.4/commands/UpdateUploadCommand.d.ts +0 -35
  1118. package/dist/types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +0 -35
  1119. package/dist/types/ts3.4/models/models_0.d.ts +0 -6975
  1120. package/dist/types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +0 -4
  1121. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1122. package/dist/types/ts3.4/pagination/ListArtifactsPaginator.d.ts +0 -4
  1123. package/dist/types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +0 -4
  1124. package/dist/types/ts3.4/pagination/ListDevicesPaginator.d.ts +0 -4
  1125. package/dist/types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
  1126. package/dist/types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +0 -4
  1127. package/dist/types/ts3.4/pagination/ListOfferingsPaginator.d.ts +0 -4
  1128. package/dist/types/ts3.4/pagination/ListProjectsPaginator.d.ts +0 -4
  1129. package/dist/types/ts3.4/pagination/ListRunsPaginator.d.ts +0 -4
  1130. package/dist/types/ts3.4/pagination/ListSamplesPaginator.d.ts +0 -4
  1131. package/dist/types/ts3.4/pagination/ListSuitesPaginator.d.ts +0 -4
  1132. package/dist/types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +0 -4
  1133. package/dist/types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +0 -4
  1134. package/dist/types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +0 -4
  1135. package/dist/types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +0 -4
  1136. package/dist/types/ts3.4/pagination/ListTestsPaginator.d.ts +0 -4
  1137. package/dist/types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +0 -4
  1138. package/dist/types/ts3.4/pagination/ListUploadsPaginator.d.ts +0 -4
  1139. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -233
  1140. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  1141. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  1142. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1143. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  1144. package/endpoints.ts +0 -57
  1145. package/jest.config.js +0 -4
  1146. package/models/models_0.ts +0 -8246
  1147. package/pagination/GetOfferingStatusPaginator.ts +0 -57
  1148. package/pagination/Interfaces.ts +0 -7
  1149. package/pagination/ListArtifactsPaginator.ts +0 -57
  1150. package/pagination/ListDevicePoolsPaginator.ts +0 -57
  1151. package/pagination/ListDevicesPaginator.ts +0 -53
  1152. package/pagination/ListJobsPaginator.ts +0 -53
  1153. package/pagination/ListOfferingTransactionsPaginator.ts +0 -57
  1154. package/pagination/ListOfferingsPaginator.ts +0 -57
  1155. package/pagination/ListProjectsPaginator.ts +0 -57
  1156. package/pagination/ListRunsPaginator.ts +0 -53
  1157. package/pagination/ListSamplesPaginator.ts +0 -53
  1158. package/pagination/ListSuitesPaginator.ts +0 -53
  1159. package/pagination/ListTestGridProjectsPaginator.ts +0 -58
  1160. package/pagination/ListTestGridSessionActionsPaginator.ts +0 -58
  1161. package/pagination/ListTestGridSessionArtifactsPaginator.ts +0 -58
  1162. package/pagination/ListTestGridSessionsPaginator.ts +0 -58
  1163. package/pagination/ListTestsPaginator.ts +0 -53
  1164. package/pagination/ListUniqueProblemsPaginator.ts +0 -57
  1165. package/pagination/ListUploadsPaginator.ts +0 -53
  1166. package/protocols/Aws_json1_1.ts +0 -10778
  1167. package/runtimeConfig.browser.ts +0 -40
  1168. package/runtimeConfig.native.ts +0 -16
  1169. package/runtimeConfig.shared.ts +0 -16
  1170. package/runtimeConfig.ts +0 -45
  1171. package/tsconfig.es.json +0 -10
  1172. package/tsconfig.json +0 -31
  1173. package/tsconfig.types.json +0 -8
@@ -1,223 +0,0 @@
1
- import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand";
2
- import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
3
- import { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "./commands/CreateNetworkProfileCommand";
4
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
5
- import { CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput } from "./commands/CreateRemoteAccessSessionCommand";
6
- import { CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput } from "./commands/CreateTestGridProjectCommand";
7
- import { CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput } from "./commands/CreateTestGridUrlCommand";
8
- import { CreateUploadCommandInput, CreateUploadCommandOutput } from "./commands/CreateUploadCommand";
9
- import { CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput } from "./commands/CreateVPCEConfigurationCommand";
10
- import { DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput } from "./commands/DeleteDevicePoolCommand";
11
- import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
12
- import { DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput } from "./commands/DeleteNetworkProfileCommand";
13
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
14
- import { DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput } from "./commands/DeleteRemoteAccessSessionCommand";
15
- import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
16
- import { DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput } from "./commands/DeleteTestGridProjectCommand";
17
- import { DeleteUploadCommandInput, DeleteUploadCommandOutput } from "./commands/DeleteUploadCommand";
18
- import { DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput } from "./commands/DeleteVPCEConfigurationCommand";
19
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
20
- import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
21
- import { GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput } from "./commands/GetDeviceInstanceCommand";
22
- import { GetDevicePoolCommandInput, GetDevicePoolCommandOutput } from "./commands/GetDevicePoolCommand";
23
- import { GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput } from "./commands/GetDevicePoolCompatibilityCommand";
24
- import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
25
- import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
26
- import { GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput } from "./commands/GetNetworkProfileCommand";
27
- import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "./commands/GetOfferingStatusCommand";
28
- import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
29
- import { GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput } from "./commands/GetRemoteAccessSessionCommand";
30
- import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
31
- import { GetSuiteCommandInput, GetSuiteCommandOutput } from "./commands/GetSuiteCommand";
32
- import { GetTestCommandInput, GetTestCommandOutput } from "./commands/GetTestCommand";
33
- import { GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput } from "./commands/GetTestGridProjectCommand";
34
- import { GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput } from "./commands/GetTestGridSessionCommand";
35
- import { GetUploadCommandInput, GetUploadCommandOutput } from "./commands/GetUploadCommand";
36
- import { GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput } from "./commands/GetVPCEConfigurationCommand";
37
- import { InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput } from "./commands/InstallToRemoteAccessSessionCommand";
38
- import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
39
- import { ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput } from "./commands/ListDeviceInstancesCommand";
40
- import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "./commands/ListDevicePoolsCommand";
41
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
42
- import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
43
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
44
- import { ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput } from "./commands/ListNetworkProfilesCommand";
45
- import { ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput } from "./commands/ListOfferingPromotionsCommand";
46
- import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "./commands/ListOfferingTransactionsCommand";
47
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
48
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
49
- import { ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput } from "./commands/ListRemoteAccessSessionsCommand";
50
- import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
51
- import { ListSamplesCommandInput, ListSamplesCommandOutput } from "./commands/ListSamplesCommand";
52
- import { ListSuitesCommandInput, ListSuitesCommandOutput } from "./commands/ListSuitesCommand";
53
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
54
- import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "./commands/ListTestGridProjectsCommand";
55
- import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "./commands/ListTestGridSessionActionsCommand";
56
- import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "./commands/ListTestGridSessionArtifactsCommand";
57
- import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "./commands/ListTestGridSessionsCommand";
58
- import { ListTestsCommandInput, ListTestsCommandOutput } from "./commands/ListTestsCommand";
59
- import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "./commands/ListUniqueProblemsCommand";
60
- import { ListUploadsCommandInput, ListUploadsCommandOutput } from "./commands/ListUploadsCommand";
61
- import { ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput } from "./commands/ListVPCEConfigurationsCommand";
62
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
63
- import { RenewOfferingCommandInput, RenewOfferingCommandOutput } from "./commands/RenewOfferingCommand";
64
- import { ScheduleRunCommandInput, ScheduleRunCommandOutput } from "./commands/ScheduleRunCommand";
65
- import { StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
66
- import { StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput } from "./commands/StopRemoteAccessSessionCommand";
67
- import { StopRunCommandInput, StopRunCommandOutput } from "./commands/StopRunCommand";
68
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
69
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
70
- import { UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput } from "./commands/UpdateDeviceInstanceCommand";
71
- import { UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput } from "./commands/UpdateDevicePoolCommand";
72
- import { UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput } from "./commands/UpdateInstanceProfileCommand";
73
- import { UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput } from "./commands/UpdateNetworkProfileCommand";
74
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
75
- import { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput } from "./commands/UpdateTestGridProjectCommand";
76
- import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "./commands/UpdateUploadCommand";
77
- import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
78
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
79
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
80
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
81
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
82
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
83
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
84
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
85
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
86
- export declare type ServiceInputTypes = CreateDevicePoolCommandInput | CreateInstanceProfileCommandInput | CreateNetworkProfileCommandInput | CreateProjectCommandInput | CreateRemoteAccessSessionCommandInput | CreateTestGridProjectCommandInput | CreateTestGridUrlCommandInput | CreateUploadCommandInput | CreateVPCEConfigurationCommandInput | DeleteDevicePoolCommandInput | DeleteInstanceProfileCommandInput | DeleteNetworkProfileCommandInput | DeleteProjectCommandInput | DeleteRemoteAccessSessionCommandInput | DeleteRunCommandInput | DeleteTestGridProjectCommandInput | DeleteUploadCommandInput | DeleteVPCEConfigurationCommandInput | GetAccountSettingsCommandInput | GetDeviceCommandInput | GetDeviceInstanceCommandInput | GetDevicePoolCommandInput | GetDevicePoolCompatibilityCommandInput | GetInstanceProfileCommandInput | GetJobCommandInput | GetNetworkProfileCommandInput | GetOfferingStatusCommandInput | GetProjectCommandInput | GetRemoteAccessSessionCommandInput | GetRunCommandInput | GetSuiteCommandInput | GetTestCommandInput | GetTestGridProjectCommandInput | GetTestGridSessionCommandInput | GetUploadCommandInput | GetVPCEConfigurationCommandInput | InstallToRemoteAccessSessionCommandInput | ListArtifactsCommandInput | ListDeviceInstancesCommandInput | ListDevicePoolsCommandInput | ListDevicesCommandInput | ListInstanceProfilesCommandInput | ListJobsCommandInput | ListNetworkProfilesCommandInput | ListOfferingPromotionsCommandInput | ListOfferingTransactionsCommandInput | ListOfferingsCommandInput | ListProjectsCommandInput | ListRemoteAccessSessionsCommandInput | ListRunsCommandInput | ListSamplesCommandInput | ListSuitesCommandInput | ListTagsForResourceCommandInput | ListTestGridProjectsCommandInput | ListTestGridSessionActionsCommandInput | ListTestGridSessionArtifactsCommandInput | ListTestGridSessionsCommandInput | ListTestsCommandInput | ListUniqueProblemsCommandInput | ListUploadsCommandInput | ListVPCEConfigurationsCommandInput | PurchaseOfferingCommandInput | RenewOfferingCommandInput | ScheduleRunCommandInput | StopJobCommandInput | StopRemoteAccessSessionCommandInput | StopRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDeviceInstanceCommandInput | UpdateDevicePoolCommandInput | UpdateInstanceProfileCommandInput | UpdateNetworkProfileCommandInput | UpdateProjectCommandInput | UpdateTestGridProjectCommandInput | UpdateUploadCommandInput | UpdateVPCEConfigurationCommandInput;
87
- export declare type ServiceOutputTypes = CreateDevicePoolCommandOutput | CreateInstanceProfileCommandOutput | CreateNetworkProfileCommandOutput | CreateProjectCommandOutput | CreateRemoteAccessSessionCommandOutput | CreateTestGridProjectCommandOutput | CreateTestGridUrlCommandOutput | CreateUploadCommandOutput | CreateVPCEConfigurationCommandOutput | DeleteDevicePoolCommandOutput | DeleteInstanceProfileCommandOutput | DeleteNetworkProfileCommandOutput | DeleteProjectCommandOutput | DeleteRemoteAccessSessionCommandOutput | DeleteRunCommandOutput | DeleteTestGridProjectCommandOutput | DeleteUploadCommandOutput | DeleteVPCEConfigurationCommandOutput | GetAccountSettingsCommandOutput | GetDeviceCommandOutput | GetDeviceInstanceCommandOutput | GetDevicePoolCommandOutput | GetDevicePoolCompatibilityCommandOutput | GetInstanceProfileCommandOutput | GetJobCommandOutput | GetNetworkProfileCommandOutput | GetOfferingStatusCommandOutput | GetProjectCommandOutput | GetRemoteAccessSessionCommandOutput | GetRunCommandOutput | GetSuiteCommandOutput | GetTestCommandOutput | GetTestGridProjectCommandOutput | GetTestGridSessionCommandOutput | GetUploadCommandOutput | GetVPCEConfigurationCommandOutput | InstallToRemoteAccessSessionCommandOutput | ListArtifactsCommandOutput | ListDeviceInstancesCommandOutput | ListDevicePoolsCommandOutput | ListDevicesCommandOutput | ListInstanceProfilesCommandOutput | ListJobsCommandOutput | ListNetworkProfilesCommandOutput | ListOfferingPromotionsCommandOutput | ListOfferingTransactionsCommandOutput | ListOfferingsCommandOutput | ListProjectsCommandOutput | ListRemoteAccessSessionsCommandOutput | ListRunsCommandOutput | ListSamplesCommandOutput | ListSuitesCommandOutput | ListTagsForResourceCommandOutput | ListTestGridProjectsCommandOutput | ListTestGridSessionActionsCommandOutput | ListTestGridSessionArtifactsCommandOutput | ListTestGridSessionsCommandOutput | ListTestsCommandOutput | ListUniqueProblemsCommandOutput | ListUploadsCommandOutput | ListVPCEConfigurationsCommandOutput | PurchaseOfferingCommandOutput | RenewOfferingCommandOutput | ScheduleRunCommandOutput | StopJobCommandOutput | StopRemoteAccessSessionCommandOutput | StopRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDeviceInstanceCommandOutput | UpdateDevicePoolCommandOutput | UpdateInstanceProfileCommandOutput | UpdateNetworkProfileCommandOutput | UpdateProjectCommandOutput | UpdateTestGridProjectCommandOutput | UpdateUploadCommandOutput | UpdateVPCEConfigurationCommandOutput;
88
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
89
- /**
90
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
91
- */
92
- requestHandler?: __HttpHandler;
93
- /**
94
- * A constructor for a class implementing the {@link __Hash} interface
95
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
96
- * @internal
97
- */
98
- sha256?: __HashConstructor;
99
- /**
100
- * The function that will be used to convert strings into HTTP endpoints.
101
- * @internal
102
- */
103
- urlParser?: __UrlParser;
104
- /**
105
- * A function that can calculate the length of a request body.
106
- * @internal
107
- */
108
- bodyLengthChecker?: (body: any) => number | undefined;
109
- /**
110
- * A function that converts a stream into an array of bytes.
111
- * @internal
112
- */
113
- streamCollector?: __StreamCollector;
114
- /**
115
- * The function that will be used to convert a base64-encoded string to a byte array.
116
- * @internal
117
- */
118
- base64Decoder?: __Decoder;
119
- /**
120
- * The function that will be used to convert binary data to a base64-encoded string.
121
- * @internal
122
- */
123
- base64Encoder?: __Encoder;
124
- /**
125
- * The function that will be used to convert a UTF8-encoded string to a byte array.
126
- * @internal
127
- */
128
- utf8Decoder?: __Decoder;
129
- /**
130
- * The function that will be used to convert binary data to a UTF-8 encoded string.
131
- * @internal
132
- */
133
- utf8Encoder?: __Encoder;
134
- /**
135
- * The runtime environment.
136
- * @internal
137
- */
138
- runtime?: string;
139
- /**
140
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
141
- * trait of an operation.
142
- */
143
- disableHostPrefix?: boolean;
144
- /**
145
- * Value for how many times a request will be made at most in case of retry.
146
- */
147
- maxAttempts?: number | __Provider<number>;
148
- /**
149
- * Specifies which retry algorithm to use.
150
- */
151
- retryMode?: string | __Provider<string>;
152
- /**
153
- * Optional logger for logging debug/info/warn/error.
154
- */
155
- logger?: __Logger;
156
- /**
157
- * Unique service identifier.
158
- * @internal
159
- */
160
- serviceId?: string;
161
- /**
162
- * The AWS region to which this client will send requests
163
- */
164
- region?: string | __Provider<string>;
165
- /**
166
- * Default credentials provider; Not available in browser runtime.
167
- * @internal
168
- */
169
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
170
- /**
171
- * Fetch related hostname, signing name or signing region with given region.
172
- * @internal
173
- */
174
- regionInfoProvider?: RegionInfoProvider;
175
- /**
176
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
177
- * @internal
178
- */
179
- defaultUserAgentProvider?: Provider<__UserAgent>;
180
- }
181
- declare type DeviceFarmClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
182
- /**
183
- * The configuration interface of DeviceFarmClient class constructor that set the region, credentials and other options.
184
- */
185
- export interface DeviceFarmClientConfig extends DeviceFarmClientConfigType {
186
- }
187
- declare type DeviceFarmClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
188
- /**
189
- * The resolved configuration interface of DeviceFarmClient class. This is resolved and normalized from the {@link DeviceFarmClientConfig | constructor configuration interface}.
190
- */
191
- export interface DeviceFarmClientResolvedConfig extends DeviceFarmClientResolvedConfigType {
192
- }
193
- /**
194
- * <p>Welcome to the AWS Device Farm API documentation, which contains APIs for:</p>
195
- * <ul>
196
- * <li>
197
- * <p>Testing on desktop browsers</p>
198
- * <p> Device Farm makes it possible for you to test your web applications on desktop browsers using
199
- * Selenium. The APIs for desktop browser testing contain <code>TestGrid</code> in their names. For
200
- * more information, see <a href="https://docs.aws.amazon.com/devicefarm/latest/testgrid/">Testing Web
201
- * Applications on Selenium with Device Farm</a>.</p>
202
- * </li>
203
- * <li>
204
- * <p>Testing on real mobile devices</p>
205
- * <p>Device Farm makes it possible for you to test apps on physical phones, tablets, and other
206
- * devices in the cloud. For more information, see the <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/">Device Farm Developer Guide</a>.</p>
207
- * </li>
208
- * </ul>
209
- */
210
- export declare class DeviceFarmClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DeviceFarmClientResolvedConfig> {
211
- /**
212
- * The resolved configuration of DeviceFarmClient class. This is resolved and normalized from the {@link DeviceFarmClientConfig | constructor configuration interface}.
213
- */
214
- readonly config: DeviceFarmClientResolvedConfig;
215
- constructor(configuration: DeviceFarmClientConfig);
216
- /**
217
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
218
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
219
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
220
- */
221
- destroy(): void;
222
- }
223
- export {};
@@ -1,35 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { CreateDevicePoolRequest, CreateDevicePoolResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateDevicePoolCommandInput extends CreateDevicePoolRequest {
6
- }
7
- export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a device pool.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DeviceFarmClient, CreateDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
15
- * // const { DeviceFarmClient, CreateDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
16
- * const client = new DeviceFarmClient(config);
17
- * const command = new CreateDevicePoolCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateDevicePoolCommandInput} for command's `input` shape.
22
- * @see {@link CreateDevicePoolCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateDevicePoolCommand extends $Command<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
27
- readonly input: CreateDevicePoolCommandInput;
28
- constructor(input: CreateDevicePoolCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,36 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { CreateInstanceProfileRequest, CreateInstanceProfileResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateInstanceProfileCommandInput extends CreateInstanceProfileRequest {
6
- }
7
- export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfileResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a profile that can be applied to one or more private fleet device
11
- * instances.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DeviceFarmClient, CreateInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
16
- * // const { DeviceFarmClient, CreateInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
17
- * const client = new DeviceFarmClient(config);
18
- * const command = new CreateInstanceProfileCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateInstanceProfileCommandInput} for command's `input` shape.
23
- * @see {@link CreateInstanceProfileCommandOutput} for command's `response` shape.
24
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class CreateInstanceProfileCommand extends $Command<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
28
- readonly input: CreateInstanceProfileCommandInput;
29
- constructor(input: CreateInstanceProfileCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,35 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { CreateNetworkProfileRequest, CreateNetworkProfileResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateNetworkProfileCommandInput extends CreateNetworkProfileRequest {
6
- }
7
- export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a network profile.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DeviceFarmClient, CreateNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
15
- * // const { DeviceFarmClient, CreateNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
16
- * const client = new DeviceFarmClient(config);
17
- * const command = new CreateNetworkProfileCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateNetworkProfileCommandInput} for command's `input` shape.
22
- * @see {@link CreateNetworkProfileCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateNetworkProfileCommand extends $Command<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
27
- readonly input: CreateNetworkProfileCommandInput;
28
- constructor(input: CreateNetworkProfileCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { CreateProjectRequest, CreateProjectResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateProjectCommandInput extends CreateProjectRequest {
6
- }
7
- export interface CreateProjectCommandOutput extends CreateProjectResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a project.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DeviceFarmClient, CreateProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
15
- * // const { DeviceFarmClient, CreateProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
16
- * const client = new DeviceFarmClient(config);
17
- * const command = new CreateProjectCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateProjectCommandInput} for command's `input` shape.
22
- * @see {@link CreateProjectCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, DeviceFarmClientResolvedConfig> {
27
- readonly input: CreateProjectCommandInput;
28
- constructor(input: CreateProjectCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { CreateRemoteAccessSessionRequest, CreateRemoteAccessSessionResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateRemoteAccessSessionCommandInput extends CreateRemoteAccessSessionRequest {
6
- }
7
- export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAccessSessionResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Specifies and starts a remote access session.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DeviceFarmClient, CreateRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
15
- * // const { DeviceFarmClient, CreateRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
16
- * const client = new DeviceFarmClient(config);
17
- * const command = new CreateRemoteAccessSessionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateRemoteAccessSessionCommandInput} for command's `input` shape.
22
- * @see {@link CreateRemoteAccessSessionCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateRemoteAccessSessionCommand extends $Command<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
27
- readonly input: CreateRemoteAccessSessionCommandInput;
28
- constructor(input: CreateRemoteAccessSessionCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,36 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { CreateTestGridProjectRequest, CreateTestGridProjectResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateTestGridProjectCommandInput extends CreateTestGridProjectRequest {
6
- }
7
- export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjectResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a Selenium testing project. Projects are used to track <a>TestGridSession</a>
11
- * instances.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DeviceFarmClient, CreateTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
16
- * // const { DeviceFarmClient, CreateTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
17
- * const client = new DeviceFarmClient(config);
18
- * const command = new CreateTestGridProjectCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateTestGridProjectCommandInput} for command's `input` shape.
23
- * @see {@link CreateTestGridProjectCommandOutput} for command's `response` shape.
24
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class CreateTestGridProjectCommand extends $Command<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
28
- readonly input: CreateTestGridProjectCommandInput;
29
- constructor(input: CreateTestGridProjectCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,36 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { CreateTestGridUrlRequest, CreateTestGridUrlResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateTestGridUrlCommandInput extends CreateTestGridUrlRequest {
6
- }
7
- export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a signed, short-term URL that can be passed to a Selenium <code>RemoteWebDriver</code>
11
- * constructor.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DeviceFarmClient, CreateTestGridUrlCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
16
- * // const { DeviceFarmClient, CreateTestGridUrlCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
17
- * const client = new DeviceFarmClient(config);
18
- * const command = new CreateTestGridUrlCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateTestGridUrlCommandInput} for command's `input` shape.
23
- * @see {@link CreateTestGridUrlCommandOutput} for command's `response` shape.
24
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class CreateTestGridUrlCommand extends $Command<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig> {
28
- readonly input: CreateTestGridUrlCommandInput;
29
- constructor(input: CreateTestGridUrlCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,35 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { CreateUploadRequest, CreateUploadResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateUploadCommandInput extends CreateUploadRequest {
6
- }
7
- export interface CreateUploadCommandOutput extends CreateUploadResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Uploads an app or test scripts.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DeviceFarmClient, CreateUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
15
- * // const { DeviceFarmClient, CreateUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
16
- * const client = new DeviceFarmClient(config);
17
- * const command = new CreateUploadCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateUploadCommandInput} for command's `input` shape.
22
- * @see {@link CreateUploadCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class CreateUploadCommand extends $Command<CreateUploadCommandInput, CreateUploadCommandOutput, DeviceFarmClientResolvedConfig> {
27
- readonly input: CreateUploadCommandInput;
28
- constructor(input: CreateUploadCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUploadCommandInput, CreateUploadCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,36 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { CreateVPCEConfigurationRequest, CreateVPCEConfigurationResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface CreateVPCEConfigurationCommandInput extends CreateVPCEConfigurationRequest {
6
- }
7
- export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigurationResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud
11
- * (VPC) endpoint.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DeviceFarmClient, CreateVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
16
- * // const { DeviceFarmClient, CreateVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
17
- * const client = new DeviceFarmClient(config);
18
- * const command = new CreateVPCEConfigurationCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateVPCEConfigurationCommandInput} for command's `input` shape.
23
- * @see {@link CreateVPCEConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class CreateVPCEConfigurationCommand extends $Command<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
28
- readonly input: CreateVPCEConfigurationCommandInput;
29
- constructor(input: CreateVPCEConfigurationCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,36 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { DeleteDevicePoolRequest, DeleteDevicePoolResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteDevicePoolCommandInput extends DeleteDevicePoolRequest {
6
- }
7
- export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes a device pool given the pool ARN. Does not allow deletion of curated pools
11
- * owned by the system.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DeviceFarmClient, DeleteDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
16
- * // const { DeviceFarmClient, DeleteDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
17
- * const client = new DeviceFarmClient(config);
18
- * const command = new DeleteDevicePoolCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteDevicePoolCommandInput} for command's `input` shape.
23
- * @see {@link DeleteDevicePoolCommandOutput} for command's `response` shape.
24
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class DeleteDevicePoolCommand extends $Command<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
28
- readonly input: DeleteDevicePoolCommandInput;
29
- constructor(input: DeleteDevicePoolCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,35 +0,0 @@
1
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
2
- import { DeleteInstanceProfileRequest, DeleteInstanceProfileResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteInstanceProfileCommandInput extends DeleteInstanceProfileRequest {
6
- }
7
- export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfileResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes a profile that can be applied to one or more private device instances.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DeviceFarmClient, DeleteInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
15
- * // const { DeviceFarmClient, DeleteInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
16
- * const client = new DeviceFarmClient(config);
17
- * const command = new DeleteInstanceProfileCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteInstanceProfileCommandInput} for command's `input` shape.
22
- * @see {@link DeleteInstanceProfileCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DeleteInstanceProfileCommand extends $Command<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
27
- readonly input: DeleteInstanceProfileCommandInput;
28
- constructor(input: DeleteInstanceProfileCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }