@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
@@ -0,0 +1,2926 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+
3
+ export interface TrialMinutes {
4
+
5
+ total?: number;
6
+
7
+ remaining?: number;
8
+ }
9
+ export declare namespace TrialMinutes {
10
+
11
+ const filterSensitiveLog: (obj: TrialMinutes) => any;
12
+ }
13
+ export declare enum DevicePlatform {
14
+ ANDROID = "ANDROID",
15
+ IOS = "IOS"
16
+ }
17
+
18
+ export interface AccountSettings {
19
+
20
+ awsAccountNumber?: string;
21
+
22
+ unmeteredDevices?: {
23
+ [key: string]: number;
24
+ };
25
+
26
+ unmeteredRemoteAccessDevices?: {
27
+ [key: string]: number;
28
+ };
29
+
30
+ maxJobTimeoutMinutes?: number;
31
+
32
+ trialMinutes?: TrialMinutes;
33
+
34
+ maxSlots?: {
35
+ [key: string]: number;
36
+ };
37
+
38
+ defaultJobTimeoutMinutes?: number;
39
+
40
+ skipAppResign?: boolean;
41
+ }
42
+ export declare namespace AccountSettings {
43
+
44
+ const filterSensitiveLog: (obj: AccountSettings) => any;
45
+ }
46
+
47
+ export interface ArgumentException extends __SmithyException, $MetadataBearer {
48
+ name: "ArgumentException";
49
+ $fault: "client";
50
+
51
+ message?: string;
52
+ }
53
+ export declare namespace ArgumentException {
54
+
55
+ const filterSensitiveLog: (obj: ArgumentException) => any;
56
+ }
57
+ export declare enum ArtifactType {
58
+ APPIUM_JAVA_OUTPUT = "APPIUM_JAVA_OUTPUT",
59
+ APPIUM_JAVA_XML_OUTPUT = "APPIUM_JAVA_XML_OUTPUT",
60
+ APPIUM_PYTHON_OUTPUT = "APPIUM_PYTHON_OUTPUT",
61
+ APPIUM_PYTHON_XML_OUTPUT = "APPIUM_PYTHON_XML_OUTPUT",
62
+ APPIUM_SERVER_OUTPUT = "APPIUM_SERVER_OUTPUT",
63
+ APPLICATION_CRASH_REPORT = "APPLICATION_CRASH_REPORT",
64
+ AUTOMATION_OUTPUT = "AUTOMATION_OUTPUT",
65
+ CALABASH_JAVA_XML_OUTPUT = "CALABASH_JAVA_XML_OUTPUT",
66
+ CALABASH_JSON_OUTPUT = "CALABASH_JSON_OUTPUT",
67
+ CALABASH_PRETTY_OUTPUT = "CALABASH_PRETTY_OUTPUT",
68
+ CALABASH_STANDARD_OUTPUT = "CALABASH_STANDARD_OUTPUT",
69
+ CUSTOMER_ARTIFACT = "CUSTOMER_ARTIFACT",
70
+ CUSTOMER_ARTIFACT_LOG = "CUSTOMER_ARTIFACT_LOG",
71
+ DEVICE_LOG = "DEVICE_LOG",
72
+ EXERCISER_MONKEY_OUTPUT = "EXERCISER_MONKEY_OUTPUT",
73
+ EXPLORER_EVENT_LOG = "EXPLORER_EVENT_LOG",
74
+ EXPLORER_SUMMARY_LOG = "EXPLORER_SUMMARY_LOG",
75
+ INSTRUMENTATION_OUTPUT = "INSTRUMENTATION_OUTPUT",
76
+ MESSAGE_LOG = "MESSAGE_LOG",
77
+ RESULT_LOG = "RESULT_LOG",
78
+ SCREENSHOT = "SCREENSHOT",
79
+ SERVICE_LOG = "SERVICE_LOG",
80
+ TESTSPEC_OUTPUT = "TESTSPEC_OUTPUT",
81
+ UNKNOWN = "UNKNOWN",
82
+ VIDEO = "VIDEO",
83
+ VIDEO_LOG = "VIDEO_LOG",
84
+ WEBKIT_LOG = "WEBKIT_LOG",
85
+ XCTEST_LOG = "XCTEST_LOG"
86
+ }
87
+
88
+ export interface Artifact {
89
+
90
+ arn?: string;
91
+
92
+ name?: string;
93
+
94
+ type?: ArtifactType | string;
95
+
96
+ extension?: string;
97
+
98
+ url?: string;
99
+ }
100
+ export declare namespace Artifact {
101
+
102
+ const filterSensitiveLog: (obj: Artifact) => any;
103
+ }
104
+ export declare enum ArtifactCategory {
105
+ FILE = "FILE",
106
+ LOG = "LOG",
107
+ SCREENSHOT = "SCREENSHOT"
108
+ }
109
+ export declare enum BillingMethod {
110
+ METERED = "METERED",
111
+ UNMETERED = "UNMETERED"
112
+ }
113
+
114
+ export interface CannotDeleteException extends __SmithyException, $MetadataBearer {
115
+ name: "CannotDeleteException";
116
+ $fault: "client";
117
+ message?: string;
118
+ }
119
+ export declare namespace CannotDeleteException {
120
+
121
+ const filterSensitiveLog: (obj: CannotDeleteException) => any;
122
+ }
123
+
124
+ export interface Counters {
125
+
126
+ total?: number;
127
+
128
+ passed?: number;
129
+
130
+ failed?: number;
131
+
132
+ warned?: number;
133
+
134
+ errored?: number;
135
+
136
+ stopped?: number;
137
+
138
+ skipped?: number;
139
+ }
140
+ export declare namespace Counters {
141
+
142
+ const filterSensitiveLog: (obj: Counters) => any;
143
+ }
144
+
145
+ export interface CPU {
146
+
147
+ frequency?: string;
148
+
149
+ architecture?: string;
150
+
151
+ clock?: number;
152
+ }
153
+ export declare namespace CPU {
154
+
155
+ const filterSensitiveLog: (obj: CPU) => any;
156
+ }
157
+ export declare enum DeviceAttribute {
158
+ APPIUM_VERSION = "APPIUM_VERSION",
159
+ ARN = "ARN",
160
+ AVAILABILITY = "AVAILABILITY",
161
+ FLEET_TYPE = "FLEET_TYPE",
162
+ FORM_FACTOR = "FORM_FACTOR",
163
+ INSTANCE_ARN = "INSTANCE_ARN",
164
+ INSTANCE_LABELS = "INSTANCE_LABELS",
165
+ MANUFACTURER = "MANUFACTURER",
166
+ MODEL = "MODEL",
167
+ OS_VERSION = "OS_VERSION",
168
+ PLATFORM = "PLATFORM",
169
+ REMOTE_ACCESS_ENABLED = "REMOTE_ACCESS_ENABLED",
170
+ REMOTE_DEBUG_ENABLED = "REMOTE_DEBUG_ENABLED"
171
+ }
172
+ export declare enum RuleOperator {
173
+ CONTAINS = "CONTAINS",
174
+ EQUALS = "EQUALS",
175
+ GREATER_THAN = "GREATER_THAN",
176
+ GREATER_THAN_OR_EQUALS = "GREATER_THAN_OR_EQUALS",
177
+ IN = "IN",
178
+ LESS_THAN = "LESS_THAN",
179
+ LESS_THAN_OR_EQUALS = "LESS_THAN_OR_EQUALS",
180
+ NOT_IN = "NOT_IN"
181
+ }
182
+
183
+ export interface Rule {
184
+
185
+ attribute?: DeviceAttribute | string;
186
+
187
+ operator?: RuleOperator | string;
188
+
189
+ value?: string;
190
+ }
191
+ export declare namespace Rule {
192
+
193
+ const filterSensitiveLog: (obj: Rule) => any;
194
+ }
195
+
196
+ export interface CreateDevicePoolRequest {
197
+
198
+ projectArn: string | undefined;
199
+
200
+ name: string | undefined;
201
+
202
+ description?: string;
203
+
204
+ rules: Rule[] | undefined;
205
+
206
+ maxDevices?: number;
207
+ }
208
+ export declare namespace CreateDevicePoolRequest {
209
+
210
+ const filterSensitiveLog: (obj: CreateDevicePoolRequest) => any;
211
+ }
212
+ export declare enum DevicePoolType {
213
+ CURATED = "CURATED",
214
+ PRIVATE = "PRIVATE"
215
+ }
216
+
217
+ export interface DevicePool {
218
+
219
+ arn?: string;
220
+
221
+ name?: string;
222
+
223
+ description?: string;
224
+
225
+ type?: DevicePoolType | string;
226
+
227
+ rules?: Rule[];
228
+
229
+ maxDevices?: number;
230
+ }
231
+ export declare namespace DevicePool {
232
+
233
+ const filterSensitiveLog: (obj: DevicePool) => any;
234
+ }
235
+
236
+ export interface CreateDevicePoolResult {
237
+
238
+ devicePool?: DevicePool;
239
+ }
240
+ export declare namespace CreateDevicePoolResult {
241
+
242
+ const filterSensitiveLog: (obj: CreateDevicePoolResult) => any;
243
+ }
244
+
245
+ export interface LimitExceededException extends __SmithyException, $MetadataBearer {
246
+ name: "LimitExceededException";
247
+ $fault: "client";
248
+
249
+ message?: string;
250
+ }
251
+ export declare namespace LimitExceededException {
252
+
253
+ const filterSensitiveLog: (obj: LimitExceededException) => any;
254
+ }
255
+
256
+ export interface NotFoundException extends __SmithyException, $MetadataBearer {
257
+ name: "NotFoundException";
258
+ $fault: "client";
259
+
260
+ message?: string;
261
+ }
262
+ export declare namespace NotFoundException {
263
+
264
+ const filterSensitiveLog: (obj: NotFoundException) => any;
265
+ }
266
+
267
+ export interface ServiceAccountException extends __SmithyException, $MetadataBearer {
268
+ name: "ServiceAccountException";
269
+ $fault: "client";
270
+
271
+ message?: string;
272
+ }
273
+ export declare namespace ServiceAccountException {
274
+
275
+ const filterSensitiveLog: (obj: ServiceAccountException) => any;
276
+ }
277
+ export interface CreateInstanceProfileRequest {
278
+
279
+ name: string | undefined;
280
+
281
+ description?: string;
282
+
283
+ packageCleanup?: boolean;
284
+
285
+ excludeAppPackagesFromCleanup?: string[];
286
+
287
+ rebootAfterUse?: boolean;
288
+ }
289
+ export declare namespace CreateInstanceProfileRequest {
290
+
291
+ const filterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
292
+ }
293
+
294
+ export interface InstanceProfile {
295
+
296
+ arn?: string;
297
+
298
+ packageCleanup?: boolean;
299
+
300
+ excludeAppPackagesFromCleanup?: string[];
301
+
302
+ rebootAfterUse?: boolean;
303
+
304
+ name?: string;
305
+
306
+ description?: string;
307
+ }
308
+ export declare namespace InstanceProfile {
309
+
310
+ const filterSensitiveLog: (obj: InstanceProfile) => any;
311
+ }
312
+ export interface CreateInstanceProfileResult {
313
+
314
+ instanceProfile?: InstanceProfile;
315
+ }
316
+ export declare namespace CreateInstanceProfileResult {
317
+
318
+ const filterSensitiveLog: (obj: CreateInstanceProfileResult) => any;
319
+ }
320
+ export declare enum NetworkProfileType {
321
+ CURATED = "CURATED",
322
+ PRIVATE = "PRIVATE"
323
+ }
324
+ export interface CreateNetworkProfileRequest {
325
+
326
+ projectArn: string | undefined;
327
+
328
+ name: string | undefined;
329
+
330
+ description?: string;
331
+
332
+ type?: NetworkProfileType | string;
333
+
334
+ uplinkBandwidthBits?: number;
335
+
336
+ downlinkBandwidthBits?: number;
337
+
338
+ uplinkDelayMs?: number;
339
+
340
+ downlinkDelayMs?: number;
341
+
342
+ uplinkJitterMs?: number;
343
+
344
+ downlinkJitterMs?: number;
345
+
346
+ uplinkLossPercent?: number;
347
+
348
+ downlinkLossPercent?: number;
349
+ }
350
+ export declare namespace CreateNetworkProfileRequest {
351
+
352
+ const filterSensitiveLog: (obj: CreateNetworkProfileRequest) => any;
353
+ }
354
+
355
+ export interface NetworkProfile {
356
+
357
+ arn?: string;
358
+
359
+ name?: string;
360
+
361
+ description?: string;
362
+
363
+ type?: NetworkProfileType | string;
364
+
365
+ uplinkBandwidthBits?: number;
366
+
367
+ downlinkBandwidthBits?: number;
368
+
369
+ uplinkDelayMs?: number;
370
+
371
+ downlinkDelayMs?: number;
372
+
373
+ uplinkJitterMs?: number;
374
+
375
+ downlinkJitterMs?: number;
376
+
377
+ uplinkLossPercent?: number;
378
+
379
+ downlinkLossPercent?: number;
380
+ }
381
+ export declare namespace NetworkProfile {
382
+
383
+ const filterSensitiveLog: (obj: NetworkProfile) => any;
384
+ }
385
+ export interface CreateNetworkProfileResult {
386
+
387
+ networkProfile?: NetworkProfile;
388
+ }
389
+ export declare namespace CreateNetworkProfileResult {
390
+
391
+ const filterSensitiveLog: (obj: CreateNetworkProfileResult) => any;
392
+ }
393
+
394
+ export interface CreateProjectRequest {
395
+
396
+ name: string | undefined;
397
+
398
+ defaultJobTimeoutMinutes?: number;
399
+ }
400
+ export declare namespace CreateProjectRequest {
401
+
402
+ const filterSensitiveLog: (obj: CreateProjectRequest) => any;
403
+ }
404
+
405
+ export interface Project {
406
+
407
+ arn?: string;
408
+
409
+ name?: string;
410
+
411
+ defaultJobTimeoutMinutes?: number;
412
+
413
+ created?: Date;
414
+ }
415
+ export declare namespace Project {
416
+
417
+ const filterSensitiveLog: (obj: Project) => any;
418
+ }
419
+
420
+ export interface CreateProjectResult {
421
+
422
+ project?: Project;
423
+ }
424
+ export declare namespace CreateProjectResult {
425
+
426
+ const filterSensitiveLog: (obj: CreateProjectResult) => any;
427
+ }
428
+
429
+ export interface TagOperationException extends __SmithyException, $MetadataBearer {
430
+ name: "TagOperationException";
431
+ $fault: "client";
432
+ message?: string;
433
+ resourceName?: string;
434
+ }
435
+ export declare namespace TagOperationException {
436
+
437
+ const filterSensitiveLog: (obj: TagOperationException) => any;
438
+ }
439
+
440
+ export interface CreateRemoteAccessSessionConfiguration {
441
+
442
+ billingMethod?: BillingMethod | string;
443
+
444
+ vpceConfigurationArns?: string[];
445
+ }
446
+ export declare namespace CreateRemoteAccessSessionConfiguration {
447
+
448
+ const filterSensitiveLog: (obj: CreateRemoteAccessSessionConfiguration) => any;
449
+ }
450
+ export declare enum InteractionMode {
451
+ INTERACTIVE = "INTERACTIVE",
452
+ NO_VIDEO = "NO_VIDEO",
453
+ VIDEO_ONLY = "VIDEO_ONLY"
454
+ }
455
+
456
+ export interface CreateRemoteAccessSessionRequest {
457
+
458
+ projectArn: string | undefined;
459
+
460
+ deviceArn: string | undefined;
461
+
462
+ instanceArn?: string;
463
+
464
+ sshPublicKey?: string;
465
+
466
+ remoteDebugEnabled?: boolean;
467
+
468
+ remoteRecordEnabled?: boolean;
469
+
470
+ remoteRecordAppArn?: string;
471
+
472
+ name?: string;
473
+
474
+ clientId?: string;
475
+
476
+ configuration?: CreateRemoteAccessSessionConfiguration;
477
+
478
+ interactionMode?: InteractionMode | string;
479
+
480
+ skipAppResign?: boolean;
481
+ }
482
+ export declare namespace CreateRemoteAccessSessionRequest {
483
+
484
+ const filterSensitiveLog: (obj: CreateRemoteAccessSessionRequest) => any;
485
+ }
486
+ export declare enum DeviceAvailability {
487
+ AVAILABLE = "AVAILABLE",
488
+ BUSY = "BUSY",
489
+ HIGHLY_AVAILABLE = "HIGHLY_AVAILABLE",
490
+ TEMPORARY_NOT_AVAILABLE = "TEMPORARY_NOT_AVAILABLE"
491
+ }
492
+ export declare enum DeviceFormFactor {
493
+ PHONE = "PHONE",
494
+ TABLET = "TABLET"
495
+ }
496
+ export declare enum InstanceStatus {
497
+ AVAILABLE = "AVAILABLE",
498
+ IN_USE = "IN_USE",
499
+ NOT_AVAILABLE = "NOT_AVAILABLE",
500
+ PREPARING = "PREPARING"
501
+ }
502
+
503
+ export interface DeviceInstance {
504
+
505
+ arn?: string;
506
+
507
+ deviceArn?: string;
508
+
509
+ labels?: string[];
510
+
511
+ status?: InstanceStatus | string;
512
+
513
+ udid?: string;
514
+
515
+ instanceProfile?: InstanceProfile;
516
+ }
517
+ export declare namespace DeviceInstance {
518
+
519
+ const filterSensitiveLog: (obj: DeviceInstance) => any;
520
+ }
521
+
522
+ export interface Resolution {
523
+
524
+ width?: number;
525
+
526
+ height?: number;
527
+ }
528
+ export declare namespace Resolution {
529
+
530
+ const filterSensitiveLog: (obj: Resolution) => any;
531
+ }
532
+
533
+ export interface Device {
534
+
535
+ arn?: string;
536
+
537
+ name?: string;
538
+
539
+ manufacturer?: string;
540
+
541
+ model?: string;
542
+
543
+ modelId?: string;
544
+
545
+ formFactor?: DeviceFormFactor | string;
546
+
547
+ platform?: DevicePlatform | string;
548
+
549
+ os?: string;
550
+
551
+ cpu?: CPU;
552
+
553
+ resolution?: Resolution;
554
+
555
+ heapSize?: number;
556
+
557
+ memory?: number;
558
+
559
+ image?: string;
560
+
561
+ carrier?: string;
562
+
563
+ radio?: string;
564
+
565
+ remoteAccessEnabled?: boolean;
566
+
567
+ remoteDebugEnabled?: boolean;
568
+
569
+ fleetType?: string;
570
+
571
+ fleetName?: string;
572
+
573
+ instances?: DeviceInstance[];
574
+
575
+ availability?: DeviceAvailability | string;
576
+ }
577
+ export declare namespace Device {
578
+
579
+ const filterSensitiveLog: (obj: Device) => any;
580
+ }
581
+
582
+ export interface DeviceMinutes {
583
+
584
+ total?: number;
585
+
586
+ metered?: number;
587
+
588
+ unmetered?: number;
589
+ }
590
+ export declare namespace DeviceMinutes {
591
+
592
+ const filterSensitiveLog: (obj: DeviceMinutes) => any;
593
+ }
594
+ export declare enum ExecutionResult {
595
+ ERRORED = "ERRORED",
596
+ FAILED = "FAILED",
597
+ PASSED = "PASSED",
598
+ PENDING = "PENDING",
599
+ SKIPPED = "SKIPPED",
600
+ STOPPED = "STOPPED",
601
+ WARNED = "WARNED"
602
+ }
603
+ export declare enum ExecutionStatus {
604
+ COMPLETED = "COMPLETED",
605
+ PENDING = "PENDING",
606
+ PENDING_CONCURRNECY = "PENDING_CONCURRENCY",
607
+ PENDING_DEVICE = "PENDING_DEVICE",
608
+ PREPARING = "PREPARING",
609
+ PROCESSING = "PROCESSING",
610
+ RUNNING = "RUNNING",
611
+ SCHEDULING = "SCHEDULING",
612
+ STOPPING = "STOPPING"
613
+ }
614
+
615
+ export interface RemoteAccessSession {
616
+
617
+ arn?: string;
618
+
619
+ name?: string;
620
+
621
+ created?: Date;
622
+
623
+ status?: ExecutionStatus | string;
624
+
625
+ result?: ExecutionResult | string;
626
+
627
+ message?: string;
628
+
629
+ started?: Date;
630
+
631
+ stopped?: Date;
632
+
633
+ device?: Device;
634
+
635
+ instanceArn?: string;
636
+
637
+ remoteDebugEnabled?: boolean;
638
+
639
+ remoteRecordEnabled?: boolean;
640
+
641
+ remoteRecordAppArn?: string;
642
+
643
+ hostAddress?: string;
644
+
645
+ clientId?: string;
646
+
647
+ billingMethod?: BillingMethod | string;
648
+
649
+ deviceMinutes?: DeviceMinutes;
650
+
651
+ endpoint?: string;
652
+
653
+ deviceUdid?: string;
654
+
655
+ interactionMode?: InteractionMode | string;
656
+
657
+ skipAppResign?: boolean;
658
+ }
659
+ export declare namespace RemoteAccessSession {
660
+
661
+ const filterSensitiveLog: (obj: RemoteAccessSession) => any;
662
+ }
663
+
664
+ export interface CreateRemoteAccessSessionResult {
665
+
666
+ remoteAccessSession?: RemoteAccessSession;
667
+ }
668
+ export declare namespace CreateRemoteAccessSessionResult {
669
+
670
+ const filterSensitiveLog: (obj: CreateRemoteAccessSessionResult) => any;
671
+ }
672
+
673
+ export interface TestGridVpcConfig {
674
+
675
+ securityGroupIds: string[] | undefined;
676
+
677
+ subnetIds: string[] | undefined;
678
+
679
+ vpcId: string | undefined;
680
+ }
681
+ export declare namespace TestGridVpcConfig {
682
+
683
+ const filterSensitiveLog: (obj: TestGridVpcConfig) => any;
684
+ }
685
+ export interface CreateTestGridProjectRequest {
686
+
687
+ name: string | undefined;
688
+
689
+ description?: string;
690
+
691
+ vpcConfig?: TestGridVpcConfig;
692
+ }
693
+ export declare namespace CreateTestGridProjectRequest {
694
+
695
+ const filterSensitiveLog: (obj: CreateTestGridProjectRequest) => any;
696
+ }
697
+
698
+ export interface TestGridProject {
699
+
700
+ arn?: string;
701
+
702
+ name?: string;
703
+
704
+ description?: string;
705
+
706
+ vpcConfig?: TestGridVpcConfig;
707
+
708
+ created?: Date;
709
+ }
710
+ export declare namespace TestGridProject {
711
+
712
+ const filterSensitiveLog: (obj: TestGridProject) => any;
713
+ }
714
+ export interface CreateTestGridProjectResult {
715
+
716
+ testGridProject?: TestGridProject;
717
+ }
718
+ export declare namespace CreateTestGridProjectResult {
719
+
720
+ const filterSensitiveLog: (obj: CreateTestGridProjectResult) => any;
721
+ }
722
+
723
+ export interface InternalServiceException extends __SmithyException, $MetadataBearer {
724
+ name: "InternalServiceException";
725
+ $fault: "server";
726
+ message?: string;
727
+ }
728
+ export declare namespace InternalServiceException {
729
+
730
+ const filterSensitiveLog: (obj: InternalServiceException) => any;
731
+ }
732
+ export interface CreateTestGridUrlRequest {
733
+
734
+ projectArn: string | undefined;
735
+
736
+ expiresInSeconds: number | undefined;
737
+ }
738
+ export declare namespace CreateTestGridUrlRequest {
739
+
740
+ const filterSensitiveLog: (obj: CreateTestGridUrlRequest) => any;
741
+ }
742
+ export interface CreateTestGridUrlResult {
743
+
744
+ url?: string;
745
+
746
+ expires?: Date;
747
+ }
748
+ export declare namespace CreateTestGridUrlResult {
749
+
750
+ const filterSensitiveLog: (obj: CreateTestGridUrlResult) => any;
751
+ }
752
+ export declare enum UploadType {
753
+ ANDROID_APP = "ANDROID_APP",
754
+ APPIUM_JAVA_JUNIT_TEST_PACKAGE = "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
755
+ APPIUM_JAVA_JUNIT_TEST_SPEC = "APPIUM_JAVA_JUNIT_TEST_SPEC",
756
+ APPIUM_JAVA_TESTNG_TEST_PACKAGE = "APPIUM_JAVA_TESTNG_TEST_PACKAGE",
757
+ APPIUM_JAVA_TESTNG_TEST_SPEC = "APPIUM_JAVA_TESTNG_TEST_SPEC",
758
+ APPIUM_NODE_TEST_PACKAGE = "APPIUM_NODE_TEST_PACKAGE",
759
+ APPIUM_NODE_TEST_SPEC = "APPIUM_NODE_TEST_SPEC",
760
+ APPIUM_PYTHON_TEST_PACKAGE = "APPIUM_PYTHON_TEST_PACKAGE",
761
+ APPIUM_PYTHON_TEST_SPEC = "APPIUM_PYTHON_TEST_SPEC",
762
+ APPIUM_RUBY_TEST_PACKAGE = "APPIUM_RUBY_TEST_PACKAGE",
763
+ APPIUM_RUBY_TEST_SPEC = "APPIUM_RUBY_TEST_SPEC",
764
+ APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE = "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE",
765
+ APPIUM_WEB_JAVA_JUNIT_TEST_SPEC = "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC",
766
+ APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE = "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE",
767
+ APPIUM_WEB_JAVA_TESTNG_TEST_SPEC = "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC",
768
+ APPIUM_WEB_NODE_TEST_PACKAGE = "APPIUM_WEB_NODE_TEST_PACKAGE",
769
+ APPIUM_WEB_NODE_TEST_SPEC = "APPIUM_WEB_NODE_TEST_SPEC",
770
+ APPIUM_WEB_PYTHON_TEST_PACKAGE = "APPIUM_WEB_PYTHON_TEST_PACKAGE",
771
+ APPIUM_WEB_PYTHON_TEST_SPEC = "APPIUM_WEB_PYTHON_TEST_SPEC",
772
+ APPIUM_WEB_RUBY_TEST_PACKAGE = "APPIUM_WEB_RUBY_TEST_PACKAGE",
773
+ APPIUM_WEB_RUBY_TEST_SPEC = "APPIUM_WEB_RUBY_TEST_SPEC",
774
+ CALABASH_TEST_PACKAGE = "CALABASH_TEST_PACKAGE",
775
+ EXTERNAL_DATA = "EXTERNAL_DATA",
776
+ INSTRUMENTATION_TEST_PACKAGE = "INSTRUMENTATION_TEST_PACKAGE",
777
+ INSTRUMENTATION_TEST_SPEC = "INSTRUMENTATION_TEST_SPEC",
778
+ IOS_APP = "IOS_APP",
779
+ UIAUTOMATION_TEST_PACKAGE = "UIAUTOMATION_TEST_PACKAGE",
780
+ UIAUTOMATOR_TEST_PACKAGE = "UIAUTOMATOR_TEST_PACKAGE",
781
+ WEB_APP = "WEB_APP",
782
+ XCTEST_TEST_PACKAGE = "XCTEST_TEST_PACKAGE",
783
+ XCTEST_UI_TEST_PACKAGE = "XCTEST_UI_TEST_PACKAGE",
784
+ XCTEST_UI_TEST_SPEC = "XCTEST_UI_TEST_SPEC"
785
+ }
786
+
787
+ export interface CreateUploadRequest {
788
+
789
+ projectArn: string | undefined;
790
+
791
+ name: string | undefined;
792
+
793
+ type: UploadType | string | undefined;
794
+
795
+ contentType?: string;
796
+ }
797
+ export declare namespace CreateUploadRequest {
798
+
799
+ const filterSensitiveLog: (obj: CreateUploadRequest) => any;
800
+ }
801
+ export declare enum UploadCategory {
802
+ CURATED = "CURATED",
803
+ PRIVATE = "PRIVATE"
804
+ }
805
+ export declare enum UploadStatus {
806
+ FAILED = "FAILED",
807
+ INITIALIZED = "INITIALIZED",
808
+ PROCESSING = "PROCESSING",
809
+ SUCCEEDED = "SUCCEEDED"
810
+ }
811
+
812
+ export interface Upload {
813
+
814
+ arn?: string;
815
+
816
+ name?: string;
817
+
818
+ created?: Date;
819
+
820
+ type?: UploadType | string;
821
+
822
+ status?: UploadStatus | string;
823
+
824
+ url?: string;
825
+
826
+ metadata?: string;
827
+
828
+ contentType?: string;
829
+
830
+ message?: string;
831
+
832
+ category?: UploadCategory | string;
833
+ }
834
+ export declare namespace Upload {
835
+
836
+ const filterSensitiveLog: (obj: Upload) => any;
837
+ }
838
+
839
+ export interface CreateUploadResult {
840
+
841
+ upload?: Upload;
842
+ }
843
+ export declare namespace CreateUploadResult {
844
+
845
+ const filterSensitiveLog: (obj: CreateUploadResult) => any;
846
+ }
847
+ export interface CreateVPCEConfigurationRequest {
848
+
849
+ vpceConfigurationName: string | undefined;
850
+
851
+ vpceServiceName: string | undefined;
852
+
853
+ serviceDnsName: string | undefined;
854
+
855
+ vpceConfigurationDescription?: string;
856
+ }
857
+ export declare namespace CreateVPCEConfigurationRequest {
858
+
859
+ const filterSensitiveLog: (obj: CreateVPCEConfigurationRequest) => any;
860
+ }
861
+
862
+ export interface VPCEConfiguration {
863
+
864
+ arn?: string;
865
+
866
+ vpceConfigurationName?: string;
867
+
868
+ vpceServiceName?: string;
869
+
870
+ serviceDnsName?: string;
871
+
872
+ vpceConfigurationDescription?: string;
873
+ }
874
+ export declare namespace VPCEConfiguration {
875
+
876
+ const filterSensitiveLog: (obj: VPCEConfiguration) => any;
877
+ }
878
+ export interface CreateVPCEConfigurationResult {
879
+
880
+ vpceConfiguration?: VPCEConfiguration;
881
+ }
882
+ export declare namespace CreateVPCEConfigurationResult {
883
+
884
+ const filterSensitiveLog: (obj: CreateVPCEConfigurationResult) => any;
885
+ }
886
+ export declare enum CurrencyCode {
887
+ USD = "USD"
888
+ }
889
+
890
+ export interface CustomerArtifactPaths {
891
+
892
+ iosPaths?: string[];
893
+
894
+ androidPaths?: string[];
895
+
896
+ deviceHostPaths?: string[];
897
+ }
898
+ export declare namespace CustomerArtifactPaths {
899
+
900
+ const filterSensitiveLog: (obj: CustomerArtifactPaths) => any;
901
+ }
902
+
903
+ export interface DeleteDevicePoolRequest {
904
+
905
+ arn: string | undefined;
906
+ }
907
+ export declare namespace DeleteDevicePoolRequest {
908
+
909
+ const filterSensitiveLog: (obj: DeleteDevicePoolRequest) => any;
910
+ }
911
+
912
+ export interface DeleteDevicePoolResult {
913
+ }
914
+ export declare namespace DeleteDevicePoolResult {
915
+
916
+ const filterSensitiveLog: (obj: DeleteDevicePoolResult) => any;
917
+ }
918
+ export interface DeleteInstanceProfileRequest {
919
+
920
+ arn: string | undefined;
921
+ }
922
+ export declare namespace DeleteInstanceProfileRequest {
923
+
924
+ const filterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
925
+ }
926
+ export interface DeleteInstanceProfileResult {
927
+ }
928
+ export declare namespace DeleteInstanceProfileResult {
929
+
930
+ const filterSensitiveLog: (obj: DeleteInstanceProfileResult) => any;
931
+ }
932
+ export interface DeleteNetworkProfileRequest {
933
+
934
+ arn: string | undefined;
935
+ }
936
+ export declare namespace DeleteNetworkProfileRequest {
937
+
938
+ const filterSensitiveLog: (obj: DeleteNetworkProfileRequest) => any;
939
+ }
940
+ export interface DeleteNetworkProfileResult {
941
+ }
942
+ export declare namespace DeleteNetworkProfileResult {
943
+
944
+ const filterSensitiveLog: (obj: DeleteNetworkProfileResult) => any;
945
+ }
946
+
947
+ export interface DeleteProjectRequest {
948
+
949
+ arn: string | undefined;
950
+ }
951
+ export declare namespace DeleteProjectRequest {
952
+
953
+ const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
954
+ }
955
+
956
+ export interface DeleteProjectResult {
957
+ }
958
+ export declare namespace DeleteProjectResult {
959
+
960
+ const filterSensitiveLog: (obj: DeleteProjectResult) => any;
961
+ }
962
+
963
+ export interface DeleteRemoteAccessSessionRequest {
964
+
965
+ arn: string | undefined;
966
+ }
967
+ export declare namespace DeleteRemoteAccessSessionRequest {
968
+
969
+ const filterSensitiveLog: (obj: DeleteRemoteAccessSessionRequest) => any;
970
+ }
971
+
972
+ export interface DeleteRemoteAccessSessionResult {
973
+ }
974
+ export declare namespace DeleteRemoteAccessSessionResult {
975
+
976
+ const filterSensitiveLog: (obj: DeleteRemoteAccessSessionResult) => any;
977
+ }
978
+
979
+ export interface DeleteRunRequest {
980
+
981
+ arn: string | undefined;
982
+ }
983
+ export declare namespace DeleteRunRequest {
984
+
985
+ const filterSensitiveLog: (obj: DeleteRunRequest) => any;
986
+ }
987
+
988
+ export interface DeleteRunResult {
989
+ }
990
+ export declare namespace DeleteRunResult {
991
+
992
+ const filterSensitiveLog: (obj: DeleteRunResult) => any;
993
+ }
994
+ export interface DeleteTestGridProjectRequest {
995
+
996
+ projectArn: string | undefined;
997
+ }
998
+ export declare namespace DeleteTestGridProjectRequest {
999
+
1000
+ const filterSensitiveLog: (obj: DeleteTestGridProjectRequest) => any;
1001
+ }
1002
+ export interface DeleteTestGridProjectResult {
1003
+ }
1004
+ export declare namespace DeleteTestGridProjectResult {
1005
+
1006
+ const filterSensitiveLog: (obj: DeleteTestGridProjectResult) => any;
1007
+ }
1008
+
1009
+ export interface DeleteUploadRequest {
1010
+
1011
+ arn: string | undefined;
1012
+ }
1013
+ export declare namespace DeleteUploadRequest {
1014
+
1015
+ const filterSensitiveLog: (obj: DeleteUploadRequest) => any;
1016
+ }
1017
+
1018
+ export interface DeleteUploadResult {
1019
+ }
1020
+ export declare namespace DeleteUploadResult {
1021
+
1022
+ const filterSensitiveLog: (obj: DeleteUploadResult) => any;
1023
+ }
1024
+ export interface DeleteVPCEConfigurationRequest {
1025
+
1026
+ arn: string | undefined;
1027
+ }
1028
+ export declare namespace DeleteVPCEConfigurationRequest {
1029
+
1030
+ const filterSensitiveLog: (obj: DeleteVPCEConfigurationRequest) => any;
1031
+ }
1032
+ export interface DeleteVPCEConfigurationResult {
1033
+ }
1034
+ export declare namespace DeleteVPCEConfigurationResult {
1035
+
1036
+ const filterSensitiveLog: (obj: DeleteVPCEConfigurationResult) => any;
1037
+ }
1038
+
1039
+ export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
1040
+ name: "InvalidOperationException";
1041
+ $fault: "client";
1042
+ message?: string;
1043
+ }
1044
+ export declare namespace InvalidOperationException {
1045
+
1046
+ const filterSensitiveLog: (obj: InvalidOperationException) => any;
1047
+ }
1048
+
1049
+ export interface GetAccountSettingsRequest {
1050
+ }
1051
+ export declare namespace GetAccountSettingsRequest {
1052
+
1053
+ const filterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
1054
+ }
1055
+
1056
+ export interface GetAccountSettingsResult {
1057
+
1058
+ accountSettings?: AccountSettings;
1059
+ }
1060
+ export declare namespace GetAccountSettingsResult {
1061
+
1062
+ const filterSensitiveLog: (obj: GetAccountSettingsResult) => any;
1063
+ }
1064
+
1065
+ export interface GetDeviceRequest {
1066
+
1067
+ arn: string | undefined;
1068
+ }
1069
+ export declare namespace GetDeviceRequest {
1070
+
1071
+ const filterSensitiveLog: (obj: GetDeviceRequest) => any;
1072
+ }
1073
+
1074
+ export interface GetDeviceResult {
1075
+
1076
+ device?: Device;
1077
+ }
1078
+ export declare namespace GetDeviceResult {
1079
+
1080
+ const filterSensitiveLog: (obj: GetDeviceResult) => any;
1081
+ }
1082
+ export interface GetDeviceInstanceRequest {
1083
+
1084
+ arn: string | undefined;
1085
+ }
1086
+ export declare namespace GetDeviceInstanceRequest {
1087
+
1088
+ const filterSensitiveLog: (obj: GetDeviceInstanceRequest) => any;
1089
+ }
1090
+ export interface GetDeviceInstanceResult {
1091
+
1092
+ deviceInstance?: DeviceInstance;
1093
+ }
1094
+ export declare namespace GetDeviceInstanceResult {
1095
+
1096
+ const filterSensitiveLog: (obj: GetDeviceInstanceResult) => any;
1097
+ }
1098
+
1099
+ export interface GetDevicePoolRequest {
1100
+
1101
+ arn: string | undefined;
1102
+ }
1103
+ export declare namespace GetDevicePoolRequest {
1104
+
1105
+ const filterSensitiveLog: (obj: GetDevicePoolRequest) => any;
1106
+ }
1107
+
1108
+ export interface GetDevicePoolResult {
1109
+
1110
+ devicePool?: DevicePool;
1111
+ }
1112
+ export declare namespace GetDevicePoolResult {
1113
+
1114
+ const filterSensitiveLog: (obj: GetDevicePoolResult) => any;
1115
+ }
1116
+
1117
+ export interface Location {
1118
+
1119
+ latitude: number | undefined;
1120
+
1121
+ longitude: number | undefined;
1122
+ }
1123
+ export declare namespace Location {
1124
+
1125
+ const filterSensitiveLog: (obj: Location) => any;
1126
+ }
1127
+
1128
+ export interface Radios {
1129
+
1130
+ wifi?: boolean;
1131
+
1132
+ bluetooth?: boolean;
1133
+
1134
+ nfc?: boolean;
1135
+
1136
+ gps?: boolean;
1137
+ }
1138
+ export declare namespace Radios {
1139
+
1140
+ const filterSensitiveLog: (obj: Radios) => any;
1141
+ }
1142
+
1143
+ export interface ScheduleRunConfiguration {
1144
+
1145
+ extraDataPackageArn?: string;
1146
+
1147
+ networkProfileArn?: string;
1148
+
1149
+ locale?: string;
1150
+
1151
+ location?: Location;
1152
+
1153
+ vpceConfigurationArns?: string[];
1154
+
1155
+ customerArtifactPaths?: CustomerArtifactPaths;
1156
+
1157
+ radios?: Radios;
1158
+
1159
+ auxiliaryApps?: string[];
1160
+
1161
+ billingMethod?: BillingMethod | string;
1162
+ }
1163
+ export declare namespace ScheduleRunConfiguration {
1164
+
1165
+ const filterSensitiveLog: (obj: ScheduleRunConfiguration) => any;
1166
+ }
1167
+ export declare enum TestType {
1168
+ APPIUM_JAVA_JUNIT = "APPIUM_JAVA_JUNIT",
1169
+ APPIUM_JAVA_TESTNG = "APPIUM_JAVA_TESTNG",
1170
+ APPIUM_NODE = "APPIUM_NODE",
1171
+ APPIUM_PYTHON = "APPIUM_PYTHON",
1172
+ APPIUM_RUBY = "APPIUM_RUBY",
1173
+ APPIUM_WEB_JAVA_JUNIT = "APPIUM_WEB_JAVA_JUNIT",
1174
+ APPIUM_WEB_JAVA_TESTNG = "APPIUM_WEB_JAVA_TESTNG",
1175
+ APPIUM_WEB_NODE = "APPIUM_WEB_NODE",
1176
+ APPIUM_WEB_PYTHON = "APPIUM_WEB_PYTHON",
1177
+ APPIUM_WEB_RUBY = "APPIUM_WEB_RUBY",
1178
+ BUILTIN_EXPLORER = "BUILTIN_EXPLORER",
1179
+ BUILTIN_FUZZ = "BUILTIN_FUZZ",
1180
+ CALABASH = "CALABASH",
1181
+ INSTRUMENTATION = "INSTRUMENTATION",
1182
+ REMOTE_ACCESS_RECORD = "REMOTE_ACCESS_RECORD",
1183
+ REMOTE_ACCESS_REPLAY = "REMOTE_ACCESS_REPLAY",
1184
+ UIAUTOMATION = "UIAUTOMATION",
1185
+ UIAUTOMATOR = "UIAUTOMATOR",
1186
+ WEB_PERFORMANCE_PROFILE = "WEB_PERFORMANCE_PROFILE",
1187
+ XCTEST = "XCTEST",
1188
+ XCTEST_UI = "XCTEST_UI"
1189
+ }
1190
+
1191
+ export interface ScheduleRunTest {
1192
+
1193
+ type: TestType | string | undefined;
1194
+
1195
+ testPackageArn?: string;
1196
+
1197
+ testSpecArn?: string;
1198
+
1199
+ filter?: string;
1200
+
1201
+ parameters?: {
1202
+ [key: string]: string;
1203
+ };
1204
+ }
1205
+ export declare namespace ScheduleRunTest {
1206
+
1207
+ const filterSensitiveLog: (obj: ScheduleRunTest) => any;
1208
+ }
1209
+
1210
+ export interface GetDevicePoolCompatibilityRequest {
1211
+
1212
+ devicePoolArn: string | undefined;
1213
+
1214
+ appArn?: string;
1215
+
1216
+ testType?: TestType | string;
1217
+
1218
+ test?: ScheduleRunTest;
1219
+
1220
+ configuration?: ScheduleRunConfiguration;
1221
+ }
1222
+ export declare namespace GetDevicePoolCompatibilityRequest {
1223
+
1224
+ const filterSensitiveLog: (obj: GetDevicePoolCompatibilityRequest) => any;
1225
+ }
1226
+
1227
+ export interface IncompatibilityMessage {
1228
+
1229
+ message?: string;
1230
+
1231
+ type?: DeviceAttribute | string;
1232
+ }
1233
+ export declare namespace IncompatibilityMessage {
1234
+
1235
+ const filterSensitiveLog: (obj: IncompatibilityMessage) => any;
1236
+ }
1237
+
1238
+ export interface DevicePoolCompatibilityResult {
1239
+
1240
+ device?: Device;
1241
+
1242
+ compatible?: boolean;
1243
+
1244
+ incompatibilityMessages?: IncompatibilityMessage[];
1245
+ }
1246
+ export declare namespace DevicePoolCompatibilityResult {
1247
+
1248
+ const filterSensitiveLog: (obj: DevicePoolCompatibilityResult) => any;
1249
+ }
1250
+
1251
+ export interface GetDevicePoolCompatibilityResult {
1252
+
1253
+ compatibleDevices?: DevicePoolCompatibilityResult[];
1254
+
1255
+ incompatibleDevices?: DevicePoolCompatibilityResult[];
1256
+ }
1257
+ export declare namespace GetDevicePoolCompatibilityResult {
1258
+
1259
+ const filterSensitiveLog: (obj: GetDevicePoolCompatibilityResult) => any;
1260
+ }
1261
+ export interface GetInstanceProfileRequest {
1262
+
1263
+ arn: string | undefined;
1264
+ }
1265
+ export declare namespace GetInstanceProfileRequest {
1266
+
1267
+ const filterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
1268
+ }
1269
+ export interface GetInstanceProfileResult {
1270
+
1271
+ instanceProfile?: InstanceProfile;
1272
+ }
1273
+ export declare namespace GetInstanceProfileResult {
1274
+
1275
+ const filterSensitiveLog: (obj: GetInstanceProfileResult) => any;
1276
+ }
1277
+
1278
+ export interface GetJobRequest {
1279
+
1280
+ arn: string | undefined;
1281
+ }
1282
+ export declare namespace GetJobRequest {
1283
+
1284
+ const filterSensitiveLog: (obj: GetJobRequest) => any;
1285
+ }
1286
+
1287
+ export interface Job {
1288
+
1289
+ arn?: string;
1290
+
1291
+ name?: string;
1292
+
1293
+ type?: TestType | string;
1294
+
1295
+ created?: Date;
1296
+
1297
+ status?: ExecutionStatus | string;
1298
+
1299
+ result?: ExecutionResult | string;
1300
+
1301
+ started?: Date;
1302
+
1303
+ stopped?: Date;
1304
+
1305
+ counters?: Counters;
1306
+
1307
+ message?: string;
1308
+
1309
+ device?: Device;
1310
+
1311
+ instanceArn?: string;
1312
+
1313
+ deviceMinutes?: DeviceMinutes;
1314
+
1315
+ videoEndpoint?: string;
1316
+
1317
+ videoCapture?: boolean;
1318
+ }
1319
+ export declare namespace Job {
1320
+
1321
+ const filterSensitiveLog: (obj: Job) => any;
1322
+ }
1323
+
1324
+ export interface GetJobResult {
1325
+
1326
+ job?: Job;
1327
+ }
1328
+ export declare namespace GetJobResult {
1329
+
1330
+ const filterSensitiveLog: (obj: GetJobResult) => any;
1331
+ }
1332
+ export interface GetNetworkProfileRequest {
1333
+
1334
+ arn: string | undefined;
1335
+ }
1336
+ export declare namespace GetNetworkProfileRequest {
1337
+
1338
+ const filterSensitiveLog: (obj: GetNetworkProfileRequest) => any;
1339
+ }
1340
+ export interface GetNetworkProfileResult {
1341
+
1342
+ networkProfile?: NetworkProfile;
1343
+ }
1344
+ export declare namespace GetNetworkProfileResult {
1345
+
1346
+ const filterSensitiveLog: (obj: GetNetworkProfileResult) => any;
1347
+ }
1348
+
1349
+ export interface GetOfferingStatusRequest {
1350
+
1351
+ nextToken?: string;
1352
+ }
1353
+ export declare namespace GetOfferingStatusRequest {
1354
+
1355
+ const filterSensitiveLog: (obj: GetOfferingStatusRequest) => any;
1356
+ }
1357
+
1358
+ export interface MonetaryAmount {
1359
+
1360
+ amount?: number;
1361
+
1362
+ currencyCode?: CurrencyCode | string;
1363
+ }
1364
+ export declare namespace MonetaryAmount {
1365
+
1366
+ const filterSensitiveLog: (obj: MonetaryAmount) => any;
1367
+ }
1368
+ export declare enum RecurringChargeFrequency {
1369
+ MONTHLY = "MONTHLY"
1370
+ }
1371
+
1372
+ export interface RecurringCharge {
1373
+
1374
+ cost?: MonetaryAmount;
1375
+
1376
+ frequency?: RecurringChargeFrequency | string;
1377
+ }
1378
+ export declare namespace RecurringCharge {
1379
+
1380
+ const filterSensitiveLog: (obj: RecurringCharge) => any;
1381
+ }
1382
+ export declare enum OfferingType {
1383
+ RECURRING = "RECURRING"
1384
+ }
1385
+
1386
+ export interface Offering {
1387
+
1388
+ id?: string;
1389
+
1390
+ description?: string;
1391
+
1392
+ type?: OfferingType | string;
1393
+
1394
+ platform?: DevicePlatform | string;
1395
+
1396
+ recurringCharges?: RecurringCharge[];
1397
+ }
1398
+ export declare namespace Offering {
1399
+
1400
+ const filterSensitiveLog: (obj: Offering) => any;
1401
+ }
1402
+ export declare enum OfferingTransactionType {
1403
+ PURCHASE = "PURCHASE",
1404
+ RENEW = "RENEW",
1405
+ SYSTEM = "SYSTEM"
1406
+ }
1407
+
1408
+ export interface OfferingStatus {
1409
+
1410
+ type?: OfferingTransactionType | string;
1411
+
1412
+ offering?: Offering;
1413
+
1414
+ quantity?: number;
1415
+
1416
+ effectiveOn?: Date;
1417
+ }
1418
+ export declare namespace OfferingStatus {
1419
+
1420
+ const filterSensitiveLog: (obj: OfferingStatus) => any;
1421
+ }
1422
+
1423
+ export interface GetOfferingStatusResult {
1424
+
1425
+ current?: {
1426
+ [key: string]: OfferingStatus;
1427
+ };
1428
+
1429
+ nextPeriod?: {
1430
+ [key: string]: OfferingStatus;
1431
+ };
1432
+
1433
+ nextToken?: string;
1434
+ }
1435
+ export declare namespace GetOfferingStatusResult {
1436
+
1437
+ const filterSensitiveLog: (obj: GetOfferingStatusResult) => any;
1438
+ }
1439
+
1440
+ export interface NotEligibleException extends __SmithyException, $MetadataBearer {
1441
+ name: "NotEligibleException";
1442
+ $fault: "client";
1443
+
1444
+ message?: string;
1445
+ }
1446
+ export declare namespace NotEligibleException {
1447
+
1448
+ const filterSensitiveLog: (obj: NotEligibleException) => any;
1449
+ }
1450
+
1451
+ export interface GetProjectRequest {
1452
+
1453
+ arn: string | undefined;
1454
+ }
1455
+ export declare namespace GetProjectRequest {
1456
+
1457
+ const filterSensitiveLog: (obj: GetProjectRequest) => any;
1458
+ }
1459
+
1460
+ export interface GetProjectResult {
1461
+
1462
+ project?: Project;
1463
+ }
1464
+ export declare namespace GetProjectResult {
1465
+
1466
+ const filterSensitiveLog: (obj: GetProjectResult) => any;
1467
+ }
1468
+
1469
+ export interface GetRemoteAccessSessionRequest {
1470
+
1471
+ arn: string | undefined;
1472
+ }
1473
+ export declare namespace GetRemoteAccessSessionRequest {
1474
+
1475
+ const filterSensitiveLog: (obj: GetRemoteAccessSessionRequest) => any;
1476
+ }
1477
+
1478
+ export interface GetRemoteAccessSessionResult {
1479
+
1480
+ remoteAccessSession?: RemoteAccessSession;
1481
+ }
1482
+ export declare namespace GetRemoteAccessSessionResult {
1483
+
1484
+ const filterSensitiveLog: (obj: GetRemoteAccessSessionResult) => any;
1485
+ }
1486
+
1487
+ export interface GetRunRequest {
1488
+
1489
+ arn: string | undefined;
1490
+ }
1491
+ export declare namespace GetRunRequest {
1492
+
1493
+ const filterSensitiveLog: (obj: GetRunRequest) => any;
1494
+ }
1495
+ export declare enum DeviceFilterAttribute {
1496
+ ARN = "ARN",
1497
+ AVAILABILITY = "AVAILABILITY",
1498
+ FLEET_TYPE = "FLEET_TYPE",
1499
+ FORM_FACTOR = "FORM_FACTOR",
1500
+ INSTANCE_ARN = "INSTANCE_ARN",
1501
+ INSTANCE_LABELS = "INSTANCE_LABELS",
1502
+ MANUFACTURER = "MANUFACTURER",
1503
+ MODEL = "MODEL",
1504
+ OS_VERSION = "OS_VERSION",
1505
+ PLATFORM = "PLATFORM",
1506
+ REMOTE_ACCESS_ENABLED = "REMOTE_ACCESS_ENABLED",
1507
+ REMOTE_DEBUG_ENABLED = "REMOTE_DEBUG_ENABLED"
1508
+ }
1509
+
1510
+ export interface DeviceFilter {
1511
+
1512
+ attribute: DeviceFilterAttribute | string | undefined;
1513
+
1514
+ operator: RuleOperator | string | undefined;
1515
+
1516
+ values: string[] | undefined;
1517
+ }
1518
+ export declare namespace DeviceFilter {
1519
+
1520
+ const filterSensitiveLog: (obj: DeviceFilter) => any;
1521
+ }
1522
+
1523
+ export interface DeviceSelectionResult {
1524
+
1525
+ filters?: DeviceFilter[];
1526
+
1527
+ matchedDevicesCount?: number;
1528
+
1529
+ maxDevices?: number;
1530
+ }
1531
+ export declare namespace DeviceSelectionResult {
1532
+
1533
+ const filterSensitiveLog: (obj: DeviceSelectionResult) => any;
1534
+ }
1535
+ export declare enum ExecutionResultCode {
1536
+ PARSING_FAILED = "PARSING_FAILED",
1537
+ VPC_ENDPOINT_SETUP_FAILED = "VPC_ENDPOINT_SETUP_FAILED"
1538
+ }
1539
+
1540
+ export interface Run {
1541
+
1542
+ arn?: string;
1543
+
1544
+ name?: string;
1545
+
1546
+ type?: TestType | string;
1547
+
1548
+ platform?: DevicePlatform | string;
1549
+
1550
+ created?: Date;
1551
+
1552
+ status?: ExecutionStatus | string;
1553
+
1554
+ result?: ExecutionResult | string;
1555
+
1556
+ started?: Date;
1557
+
1558
+ stopped?: Date;
1559
+
1560
+ counters?: Counters;
1561
+
1562
+ message?: string;
1563
+
1564
+ totalJobs?: number;
1565
+
1566
+ completedJobs?: number;
1567
+
1568
+ billingMethod?: BillingMethod | string;
1569
+
1570
+ deviceMinutes?: DeviceMinutes;
1571
+
1572
+ networkProfile?: NetworkProfile;
1573
+
1574
+ parsingResultUrl?: string;
1575
+
1576
+ resultCode?: ExecutionResultCode | string;
1577
+
1578
+ seed?: number;
1579
+
1580
+ appUpload?: string;
1581
+
1582
+ eventCount?: number;
1583
+
1584
+ jobTimeoutMinutes?: number;
1585
+
1586
+ devicePoolArn?: string;
1587
+
1588
+ locale?: string;
1589
+
1590
+ radios?: Radios;
1591
+
1592
+ location?: Location;
1593
+
1594
+ customerArtifactPaths?: CustomerArtifactPaths;
1595
+
1596
+ webUrl?: string;
1597
+
1598
+ skipAppResign?: boolean;
1599
+
1600
+ testSpecArn?: string;
1601
+
1602
+ deviceSelectionResult?: DeviceSelectionResult;
1603
+ }
1604
+ export declare namespace Run {
1605
+
1606
+ const filterSensitiveLog: (obj: Run) => any;
1607
+ }
1608
+
1609
+ export interface GetRunResult {
1610
+
1611
+ run?: Run;
1612
+ }
1613
+ export declare namespace GetRunResult {
1614
+
1615
+ const filterSensitiveLog: (obj: GetRunResult) => any;
1616
+ }
1617
+
1618
+ export interface GetSuiteRequest {
1619
+
1620
+ arn: string | undefined;
1621
+ }
1622
+ export declare namespace GetSuiteRequest {
1623
+
1624
+ const filterSensitiveLog: (obj: GetSuiteRequest) => any;
1625
+ }
1626
+
1627
+ export interface Suite {
1628
+
1629
+ arn?: string;
1630
+
1631
+ name?: string;
1632
+
1633
+ type?: TestType | string;
1634
+
1635
+ created?: Date;
1636
+
1637
+ status?: ExecutionStatus | string;
1638
+
1639
+ result?: ExecutionResult | string;
1640
+
1641
+ started?: Date;
1642
+
1643
+ stopped?: Date;
1644
+
1645
+ counters?: Counters;
1646
+
1647
+ message?: string;
1648
+
1649
+ deviceMinutes?: DeviceMinutes;
1650
+ }
1651
+ export declare namespace Suite {
1652
+
1653
+ const filterSensitiveLog: (obj: Suite) => any;
1654
+ }
1655
+
1656
+ export interface GetSuiteResult {
1657
+
1658
+ suite?: Suite;
1659
+ }
1660
+ export declare namespace GetSuiteResult {
1661
+
1662
+ const filterSensitiveLog: (obj: GetSuiteResult) => any;
1663
+ }
1664
+
1665
+ export interface GetTestRequest {
1666
+
1667
+ arn: string | undefined;
1668
+ }
1669
+ export declare namespace GetTestRequest {
1670
+
1671
+ const filterSensitiveLog: (obj: GetTestRequest) => any;
1672
+ }
1673
+
1674
+ export interface Test {
1675
+
1676
+ arn?: string;
1677
+
1678
+ name?: string;
1679
+
1680
+ type?: TestType | string;
1681
+
1682
+ created?: Date;
1683
+
1684
+ status?: ExecutionStatus | string;
1685
+
1686
+ result?: ExecutionResult | string;
1687
+
1688
+ started?: Date;
1689
+
1690
+ stopped?: Date;
1691
+
1692
+ counters?: Counters;
1693
+
1694
+ message?: string;
1695
+
1696
+ deviceMinutes?: DeviceMinutes;
1697
+ }
1698
+ export declare namespace Test {
1699
+
1700
+ const filterSensitiveLog: (obj: Test) => any;
1701
+ }
1702
+
1703
+ export interface GetTestResult {
1704
+
1705
+ test?: Test;
1706
+ }
1707
+ export declare namespace GetTestResult {
1708
+
1709
+ const filterSensitiveLog: (obj: GetTestResult) => any;
1710
+ }
1711
+ export interface GetTestGridProjectRequest {
1712
+
1713
+ projectArn: string | undefined;
1714
+ }
1715
+ export declare namespace GetTestGridProjectRequest {
1716
+
1717
+ const filterSensitiveLog: (obj: GetTestGridProjectRequest) => any;
1718
+ }
1719
+ export interface GetTestGridProjectResult {
1720
+
1721
+ testGridProject?: TestGridProject;
1722
+ }
1723
+ export declare namespace GetTestGridProjectResult {
1724
+
1725
+ const filterSensitiveLog: (obj: GetTestGridProjectResult) => any;
1726
+ }
1727
+ export interface GetTestGridSessionRequest {
1728
+
1729
+ projectArn?: string;
1730
+
1731
+ sessionId?: string;
1732
+
1733
+ sessionArn?: string;
1734
+ }
1735
+ export declare namespace GetTestGridSessionRequest {
1736
+
1737
+ const filterSensitiveLog: (obj: GetTestGridSessionRequest) => any;
1738
+ }
1739
+ export declare enum TestGridSessionStatus {
1740
+ ACTIVE = "ACTIVE",
1741
+ CLOSED = "CLOSED",
1742
+ ERRORED = "ERRORED"
1743
+ }
1744
+
1745
+ export interface TestGridSession {
1746
+
1747
+ arn?: string;
1748
+
1749
+ status?: TestGridSessionStatus | string;
1750
+
1751
+ created?: Date;
1752
+
1753
+ ended?: Date;
1754
+
1755
+ billingMinutes?: number;
1756
+
1757
+ seleniumProperties?: string;
1758
+ }
1759
+ export declare namespace TestGridSession {
1760
+
1761
+ const filterSensitiveLog: (obj: TestGridSession) => any;
1762
+ }
1763
+ export interface GetTestGridSessionResult {
1764
+
1765
+ testGridSession?: TestGridSession;
1766
+ }
1767
+ export declare namespace GetTestGridSessionResult {
1768
+
1769
+ const filterSensitiveLog: (obj: GetTestGridSessionResult) => any;
1770
+ }
1771
+
1772
+ export interface GetUploadRequest {
1773
+
1774
+ arn: string | undefined;
1775
+ }
1776
+ export declare namespace GetUploadRequest {
1777
+
1778
+ const filterSensitiveLog: (obj: GetUploadRequest) => any;
1779
+ }
1780
+
1781
+ export interface GetUploadResult {
1782
+
1783
+ upload?: Upload;
1784
+ }
1785
+ export declare namespace GetUploadResult {
1786
+
1787
+ const filterSensitiveLog: (obj: GetUploadResult) => any;
1788
+ }
1789
+ export interface GetVPCEConfigurationRequest {
1790
+
1791
+ arn: string | undefined;
1792
+ }
1793
+ export declare namespace GetVPCEConfigurationRequest {
1794
+
1795
+ const filterSensitiveLog: (obj: GetVPCEConfigurationRequest) => any;
1796
+ }
1797
+ export interface GetVPCEConfigurationResult {
1798
+
1799
+ vpceConfiguration?: VPCEConfiguration;
1800
+ }
1801
+ export declare namespace GetVPCEConfigurationResult {
1802
+
1803
+ const filterSensitiveLog: (obj: GetVPCEConfigurationResult) => any;
1804
+ }
1805
+
1806
+ export interface InstallToRemoteAccessSessionRequest {
1807
+
1808
+ remoteAccessSessionArn: string | undefined;
1809
+
1810
+ appArn: string | undefined;
1811
+ }
1812
+ export declare namespace InstallToRemoteAccessSessionRequest {
1813
+
1814
+ const filterSensitiveLog: (obj: InstallToRemoteAccessSessionRequest) => any;
1815
+ }
1816
+
1817
+ export interface InstallToRemoteAccessSessionResult {
1818
+
1819
+ appUpload?: Upload;
1820
+ }
1821
+ export declare namespace InstallToRemoteAccessSessionResult {
1822
+
1823
+ const filterSensitiveLog: (obj: InstallToRemoteAccessSessionResult) => any;
1824
+ }
1825
+
1826
+ export interface ListArtifactsRequest {
1827
+
1828
+ arn: string | undefined;
1829
+
1830
+ type: ArtifactCategory | string | undefined;
1831
+
1832
+ nextToken?: string;
1833
+ }
1834
+ export declare namespace ListArtifactsRequest {
1835
+
1836
+ const filterSensitiveLog: (obj: ListArtifactsRequest) => any;
1837
+ }
1838
+
1839
+ export interface ListArtifactsResult {
1840
+
1841
+ artifacts?: Artifact[];
1842
+
1843
+ nextToken?: string;
1844
+ }
1845
+ export declare namespace ListArtifactsResult {
1846
+
1847
+ const filterSensitiveLog: (obj: ListArtifactsResult) => any;
1848
+ }
1849
+ export interface ListDeviceInstancesRequest {
1850
+
1851
+ maxResults?: number;
1852
+
1853
+ nextToken?: string;
1854
+ }
1855
+ export declare namespace ListDeviceInstancesRequest {
1856
+
1857
+ const filterSensitiveLog: (obj: ListDeviceInstancesRequest) => any;
1858
+ }
1859
+ export interface ListDeviceInstancesResult {
1860
+
1861
+ deviceInstances?: DeviceInstance[];
1862
+
1863
+ nextToken?: string;
1864
+ }
1865
+ export declare namespace ListDeviceInstancesResult {
1866
+
1867
+ const filterSensitiveLog: (obj: ListDeviceInstancesResult) => any;
1868
+ }
1869
+
1870
+ export interface ListDevicePoolsRequest {
1871
+
1872
+ arn: string | undefined;
1873
+
1874
+ type?: DevicePoolType | string;
1875
+
1876
+ nextToken?: string;
1877
+ }
1878
+ export declare namespace ListDevicePoolsRequest {
1879
+
1880
+ const filterSensitiveLog: (obj: ListDevicePoolsRequest) => any;
1881
+ }
1882
+
1883
+ export interface ListDevicePoolsResult {
1884
+
1885
+ devicePools?: DevicePool[];
1886
+
1887
+ nextToken?: string;
1888
+ }
1889
+ export declare namespace ListDevicePoolsResult {
1890
+
1891
+ const filterSensitiveLog: (obj: ListDevicePoolsResult) => any;
1892
+ }
1893
+
1894
+ export interface ListDevicesRequest {
1895
+
1896
+ arn?: string;
1897
+
1898
+ nextToken?: string;
1899
+
1900
+ filters?: DeviceFilter[];
1901
+ }
1902
+ export declare namespace ListDevicesRequest {
1903
+
1904
+ const filterSensitiveLog: (obj: ListDevicesRequest) => any;
1905
+ }
1906
+
1907
+ export interface ListDevicesResult {
1908
+
1909
+ devices?: Device[];
1910
+
1911
+ nextToken?: string;
1912
+ }
1913
+ export declare namespace ListDevicesResult {
1914
+
1915
+ const filterSensitiveLog: (obj: ListDevicesResult) => any;
1916
+ }
1917
+ export interface ListInstanceProfilesRequest {
1918
+
1919
+ maxResults?: number;
1920
+
1921
+ nextToken?: string;
1922
+ }
1923
+ export declare namespace ListInstanceProfilesRequest {
1924
+
1925
+ const filterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
1926
+ }
1927
+ export interface ListInstanceProfilesResult {
1928
+
1929
+ instanceProfiles?: InstanceProfile[];
1930
+
1931
+ nextToken?: string;
1932
+ }
1933
+ export declare namespace ListInstanceProfilesResult {
1934
+
1935
+ const filterSensitiveLog: (obj: ListInstanceProfilesResult) => any;
1936
+ }
1937
+
1938
+ export interface ListJobsRequest {
1939
+
1940
+ arn: string | undefined;
1941
+
1942
+ nextToken?: string;
1943
+ }
1944
+ export declare namespace ListJobsRequest {
1945
+
1946
+ const filterSensitiveLog: (obj: ListJobsRequest) => any;
1947
+ }
1948
+
1949
+ export interface ListJobsResult {
1950
+
1951
+ jobs?: Job[];
1952
+
1953
+ nextToken?: string;
1954
+ }
1955
+ export declare namespace ListJobsResult {
1956
+
1957
+ const filterSensitiveLog: (obj: ListJobsResult) => any;
1958
+ }
1959
+ export interface ListNetworkProfilesRequest {
1960
+
1961
+ arn: string | undefined;
1962
+
1963
+ type?: NetworkProfileType | string;
1964
+
1965
+ nextToken?: string;
1966
+ }
1967
+ export declare namespace ListNetworkProfilesRequest {
1968
+
1969
+ const filterSensitiveLog: (obj: ListNetworkProfilesRequest) => any;
1970
+ }
1971
+ export interface ListNetworkProfilesResult {
1972
+
1973
+ networkProfiles?: NetworkProfile[];
1974
+
1975
+ nextToken?: string;
1976
+ }
1977
+ export declare namespace ListNetworkProfilesResult {
1978
+
1979
+ const filterSensitiveLog: (obj: ListNetworkProfilesResult) => any;
1980
+ }
1981
+ export interface ListOfferingPromotionsRequest {
1982
+
1983
+ nextToken?: string;
1984
+ }
1985
+ export declare namespace ListOfferingPromotionsRequest {
1986
+
1987
+ const filterSensitiveLog: (obj: ListOfferingPromotionsRequest) => any;
1988
+ }
1989
+
1990
+ export interface OfferingPromotion {
1991
+
1992
+ id?: string;
1993
+
1994
+ description?: string;
1995
+ }
1996
+ export declare namespace OfferingPromotion {
1997
+
1998
+ const filterSensitiveLog: (obj: OfferingPromotion) => any;
1999
+ }
2000
+ export interface ListOfferingPromotionsResult {
2001
+
2002
+ offeringPromotions?: OfferingPromotion[];
2003
+
2004
+ nextToken?: string;
2005
+ }
2006
+ export declare namespace ListOfferingPromotionsResult {
2007
+
2008
+ const filterSensitiveLog: (obj: ListOfferingPromotionsResult) => any;
2009
+ }
2010
+
2011
+ export interface ListOfferingsRequest {
2012
+
2013
+ nextToken?: string;
2014
+ }
2015
+ export declare namespace ListOfferingsRequest {
2016
+
2017
+ const filterSensitiveLog: (obj: ListOfferingsRequest) => any;
2018
+ }
2019
+
2020
+ export interface ListOfferingsResult {
2021
+
2022
+ offerings?: Offering[];
2023
+
2024
+ nextToken?: string;
2025
+ }
2026
+ export declare namespace ListOfferingsResult {
2027
+
2028
+ const filterSensitiveLog: (obj: ListOfferingsResult) => any;
2029
+ }
2030
+
2031
+ export interface ListOfferingTransactionsRequest {
2032
+
2033
+ nextToken?: string;
2034
+ }
2035
+ export declare namespace ListOfferingTransactionsRequest {
2036
+
2037
+ const filterSensitiveLog: (obj: ListOfferingTransactionsRequest) => any;
2038
+ }
2039
+
2040
+ export interface OfferingTransaction {
2041
+
2042
+ offeringStatus?: OfferingStatus;
2043
+
2044
+ transactionId?: string;
2045
+
2046
+ offeringPromotionId?: string;
2047
+
2048
+ createdOn?: Date;
2049
+
2050
+ cost?: MonetaryAmount;
2051
+ }
2052
+ export declare namespace OfferingTransaction {
2053
+
2054
+ const filterSensitiveLog: (obj: OfferingTransaction) => any;
2055
+ }
2056
+
2057
+ export interface ListOfferingTransactionsResult {
2058
+
2059
+ offeringTransactions?: OfferingTransaction[];
2060
+
2061
+ nextToken?: string;
2062
+ }
2063
+ export declare namespace ListOfferingTransactionsResult {
2064
+
2065
+ const filterSensitiveLog: (obj: ListOfferingTransactionsResult) => any;
2066
+ }
2067
+
2068
+ export interface ListProjectsRequest {
2069
+
2070
+ arn?: string;
2071
+
2072
+ nextToken?: string;
2073
+ }
2074
+ export declare namespace ListProjectsRequest {
2075
+
2076
+ const filterSensitiveLog: (obj: ListProjectsRequest) => any;
2077
+ }
2078
+
2079
+ export interface ListProjectsResult {
2080
+
2081
+ projects?: Project[];
2082
+
2083
+ nextToken?: string;
2084
+ }
2085
+ export declare namespace ListProjectsResult {
2086
+
2087
+ const filterSensitiveLog: (obj: ListProjectsResult) => any;
2088
+ }
2089
+
2090
+ export interface ListRemoteAccessSessionsRequest {
2091
+
2092
+ arn: string | undefined;
2093
+
2094
+ nextToken?: string;
2095
+ }
2096
+ export declare namespace ListRemoteAccessSessionsRequest {
2097
+
2098
+ const filterSensitiveLog: (obj: ListRemoteAccessSessionsRequest) => any;
2099
+ }
2100
+
2101
+ export interface ListRemoteAccessSessionsResult {
2102
+
2103
+ remoteAccessSessions?: RemoteAccessSession[];
2104
+
2105
+ nextToken?: string;
2106
+ }
2107
+ export declare namespace ListRemoteAccessSessionsResult {
2108
+
2109
+ const filterSensitiveLog: (obj: ListRemoteAccessSessionsResult) => any;
2110
+ }
2111
+
2112
+ export interface ListRunsRequest {
2113
+
2114
+ arn: string | undefined;
2115
+
2116
+ nextToken?: string;
2117
+ }
2118
+ export declare namespace ListRunsRequest {
2119
+
2120
+ const filterSensitiveLog: (obj: ListRunsRequest) => any;
2121
+ }
2122
+
2123
+ export interface ListRunsResult {
2124
+
2125
+ runs?: Run[];
2126
+
2127
+ nextToken?: string;
2128
+ }
2129
+ export declare namespace ListRunsResult {
2130
+
2131
+ const filterSensitiveLog: (obj: ListRunsResult) => any;
2132
+ }
2133
+
2134
+ export interface ListSamplesRequest {
2135
+
2136
+ arn: string | undefined;
2137
+
2138
+ nextToken?: string;
2139
+ }
2140
+ export declare namespace ListSamplesRequest {
2141
+
2142
+ const filterSensitiveLog: (obj: ListSamplesRequest) => any;
2143
+ }
2144
+ export declare enum SampleType {
2145
+ CPU = "CPU",
2146
+ MEMORY = "MEMORY",
2147
+ NATIVE_AVG_DRAWTIME = "NATIVE_AVG_DRAWTIME",
2148
+ NATIVE_FPS = "NATIVE_FPS",
2149
+ NATIVE_FRAMES = "NATIVE_FRAMES",
2150
+ NATIVE_MAX_DRAWTIME = "NATIVE_MAX_DRAWTIME",
2151
+ NATIVE_MIN_DRAWTIME = "NATIVE_MIN_DRAWTIME",
2152
+ OPENGL_AVG_DRAWTIME = "OPENGL_AVG_DRAWTIME",
2153
+ OPENGL_FPS = "OPENGL_FPS",
2154
+ OPENGL_FRAMES = "OPENGL_FRAMES",
2155
+ OPENGL_MAX_DRAWTIME = "OPENGL_MAX_DRAWTIME",
2156
+ OPENGL_MIN_DRAWTIME = "OPENGL_MIN_DRAWTIME",
2157
+ RX = "RX",
2158
+ RX_RATE = "RX_RATE",
2159
+ THREADS = "THREADS",
2160
+ TX = "TX",
2161
+ TX_RATE = "TX_RATE"
2162
+ }
2163
+
2164
+ export interface Sample {
2165
+
2166
+ arn?: string;
2167
+
2168
+ type?: SampleType | string;
2169
+
2170
+ url?: string;
2171
+ }
2172
+ export declare namespace Sample {
2173
+
2174
+ const filterSensitiveLog: (obj: Sample) => any;
2175
+ }
2176
+
2177
+ export interface ListSamplesResult {
2178
+
2179
+ samples?: Sample[];
2180
+
2181
+ nextToken?: string;
2182
+ }
2183
+ export declare namespace ListSamplesResult {
2184
+
2185
+ const filterSensitiveLog: (obj: ListSamplesResult) => any;
2186
+ }
2187
+
2188
+ export interface ListSuitesRequest {
2189
+
2190
+ arn: string | undefined;
2191
+
2192
+ nextToken?: string;
2193
+ }
2194
+ export declare namespace ListSuitesRequest {
2195
+
2196
+ const filterSensitiveLog: (obj: ListSuitesRequest) => any;
2197
+ }
2198
+
2199
+ export interface ListSuitesResult {
2200
+
2201
+ suites?: Suite[];
2202
+
2203
+ nextToken?: string;
2204
+ }
2205
+ export declare namespace ListSuitesResult {
2206
+
2207
+ const filterSensitiveLog: (obj: ListSuitesResult) => any;
2208
+ }
2209
+ export interface ListTagsForResourceRequest {
2210
+
2211
+ ResourceARN: string | undefined;
2212
+ }
2213
+ export declare namespace ListTagsForResourceRequest {
2214
+
2215
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2216
+ }
2217
+
2218
+ export interface Tag {
2219
+
2220
+ Key: string | undefined;
2221
+
2222
+ Value: string | undefined;
2223
+ }
2224
+ export declare namespace Tag {
2225
+
2226
+ const filterSensitiveLog: (obj: Tag) => any;
2227
+ }
2228
+ export interface ListTagsForResourceResponse {
2229
+
2230
+ Tags?: Tag[];
2231
+ }
2232
+ export declare namespace ListTagsForResourceResponse {
2233
+
2234
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2235
+ }
2236
+ export interface ListTestGridProjectsRequest {
2237
+
2238
+ maxResult?: number;
2239
+
2240
+ nextToken?: string;
2241
+ }
2242
+ export declare namespace ListTestGridProjectsRequest {
2243
+
2244
+ const filterSensitiveLog: (obj: ListTestGridProjectsRequest) => any;
2245
+ }
2246
+ export interface ListTestGridProjectsResult {
2247
+
2248
+ testGridProjects?: TestGridProject[];
2249
+
2250
+ nextToken?: string;
2251
+ }
2252
+ export declare namespace ListTestGridProjectsResult {
2253
+
2254
+ const filterSensitiveLog: (obj: ListTestGridProjectsResult) => any;
2255
+ }
2256
+ export interface ListTestGridSessionActionsRequest {
2257
+
2258
+ sessionArn: string | undefined;
2259
+
2260
+ maxResult?: number;
2261
+
2262
+ nextToken?: string;
2263
+ }
2264
+ export declare namespace ListTestGridSessionActionsRequest {
2265
+
2266
+ const filterSensitiveLog: (obj: ListTestGridSessionActionsRequest) => any;
2267
+ }
2268
+
2269
+ export interface TestGridSessionAction {
2270
+
2271
+ action?: string;
2272
+
2273
+ started?: Date;
2274
+
2275
+ duration?: number;
2276
+
2277
+ statusCode?: string;
2278
+
2279
+ requestMethod?: string;
2280
+ }
2281
+ export declare namespace TestGridSessionAction {
2282
+
2283
+ const filterSensitiveLog: (obj: TestGridSessionAction) => any;
2284
+ }
2285
+ export interface ListTestGridSessionActionsResult {
2286
+
2287
+ actions?: TestGridSessionAction[];
2288
+
2289
+ nextToken?: string;
2290
+ }
2291
+ export declare namespace ListTestGridSessionActionsResult {
2292
+
2293
+ const filterSensitiveLog: (obj: ListTestGridSessionActionsResult) => any;
2294
+ }
2295
+ export declare enum TestGridSessionArtifactCategory {
2296
+ LOG = "LOG",
2297
+ VIDEO = "VIDEO"
2298
+ }
2299
+ export interface ListTestGridSessionArtifactsRequest {
2300
+
2301
+ sessionArn: string | undefined;
2302
+
2303
+ type?: TestGridSessionArtifactCategory | string;
2304
+
2305
+ maxResult?: number;
2306
+
2307
+ nextToken?: string;
2308
+ }
2309
+ export declare namespace ListTestGridSessionArtifactsRequest {
2310
+
2311
+ const filterSensitiveLog: (obj: ListTestGridSessionArtifactsRequest) => any;
2312
+ }
2313
+ export declare enum TestGridSessionArtifactType {
2314
+ SELENIUM_LOG = "SELENIUM_LOG",
2315
+ UNKNOWN = "UNKNOWN",
2316
+ VIDEO = "VIDEO"
2317
+ }
2318
+
2319
+ export interface TestGridSessionArtifact {
2320
+
2321
+ filename?: string;
2322
+
2323
+ type?: TestGridSessionArtifactType | string;
2324
+
2325
+ url?: string;
2326
+ }
2327
+ export declare namespace TestGridSessionArtifact {
2328
+
2329
+ const filterSensitiveLog: (obj: TestGridSessionArtifact) => any;
2330
+ }
2331
+ export interface ListTestGridSessionArtifactsResult {
2332
+
2333
+ artifacts?: TestGridSessionArtifact[];
2334
+
2335
+ nextToken?: string;
2336
+ }
2337
+ export declare namespace ListTestGridSessionArtifactsResult {
2338
+
2339
+ const filterSensitiveLog: (obj: ListTestGridSessionArtifactsResult) => any;
2340
+ }
2341
+ export interface ListTestGridSessionsRequest {
2342
+
2343
+ projectArn: string | undefined;
2344
+
2345
+ status?: TestGridSessionStatus | string;
2346
+
2347
+ creationTimeAfter?: Date;
2348
+
2349
+ creationTimeBefore?: Date;
2350
+
2351
+ endTimeAfter?: Date;
2352
+
2353
+ endTimeBefore?: Date;
2354
+
2355
+ maxResult?: number;
2356
+
2357
+ nextToken?: string;
2358
+ }
2359
+ export declare namespace ListTestGridSessionsRequest {
2360
+
2361
+ const filterSensitiveLog: (obj: ListTestGridSessionsRequest) => any;
2362
+ }
2363
+ export interface ListTestGridSessionsResult {
2364
+
2365
+ testGridSessions?: TestGridSession[];
2366
+
2367
+ nextToken?: string;
2368
+ }
2369
+ export declare namespace ListTestGridSessionsResult {
2370
+
2371
+ const filterSensitiveLog: (obj: ListTestGridSessionsResult) => any;
2372
+ }
2373
+
2374
+ export interface ListTestsRequest {
2375
+
2376
+ arn: string | undefined;
2377
+
2378
+ nextToken?: string;
2379
+ }
2380
+ export declare namespace ListTestsRequest {
2381
+
2382
+ const filterSensitiveLog: (obj: ListTestsRequest) => any;
2383
+ }
2384
+
2385
+ export interface ListTestsResult {
2386
+
2387
+ tests?: Test[];
2388
+
2389
+ nextToken?: string;
2390
+ }
2391
+ export declare namespace ListTestsResult {
2392
+
2393
+ const filterSensitiveLog: (obj: ListTestsResult) => any;
2394
+ }
2395
+
2396
+ export interface ListUniqueProblemsRequest {
2397
+
2398
+ arn: string | undefined;
2399
+
2400
+ nextToken?: string;
2401
+ }
2402
+ export declare namespace ListUniqueProblemsRequest {
2403
+
2404
+ const filterSensitiveLog: (obj: ListUniqueProblemsRequest) => any;
2405
+ }
2406
+
2407
+ export interface ProblemDetail {
2408
+
2409
+ arn?: string;
2410
+
2411
+ name?: string;
2412
+ }
2413
+ export declare namespace ProblemDetail {
2414
+
2415
+ const filterSensitiveLog: (obj: ProblemDetail) => any;
2416
+ }
2417
+
2418
+ export interface Problem {
2419
+
2420
+ run?: ProblemDetail;
2421
+
2422
+ job?: ProblemDetail;
2423
+
2424
+ suite?: ProblemDetail;
2425
+
2426
+ test?: ProblemDetail;
2427
+
2428
+ device?: Device;
2429
+
2430
+ result?: ExecutionResult | string;
2431
+
2432
+ message?: string;
2433
+ }
2434
+ export declare namespace Problem {
2435
+
2436
+ const filterSensitiveLog: (obj: Problem) => any;
2437
+ }
2438
+
2439
+ export interface UniqueProblem {
2440
+
2441
+ message?: string;
2442
+
2443
+ problems?: Problem[];
2444
+ }
2445
+ export declare namespace UniqueProblem {
2446
+
2447
+ const filterSensitiveLog: (obj: UniqueProblem) => any;
2448
+ }
2449
+
2450
+ export interface ListUniqueProblemsResult {
2451
+
2452
+ uniqueProblems?: {
2453
+ [key: string]: UniqueProblem[];
2454
+ };
2455
+
2456
+ nextToken?: string;
2457
+ }
2458
+ export declare namespace ListUniqueProblemsResult {
2459
+
2460
+ const filterSensitiveLog: (obj: ListUniqueProblemsResult) => any;
2461
+ }
2462
+
2463
+ export interface ListUploadsRequest {
2464
+
2465
+ arn: string | undefined;
2466
+
2467
+ type?: UploadType | string;
2468
+
2469
+ nextToken?: string;
2470
+ }
2471
+ export declare namespace ListUploadsRequest {
2472
+
2473
+ const filterSensitiveLog: (obj: ListUploadsRequest) => any;
2474
+ }
2475
+
2476
+ export interface ListUploadsResult {
2477
+
2478
+ uploads?: Upload[];
2479
+
2480
+ nextToken?: string;
2481
+ }
2482
+ export declare namespace ListUploadsResult {
2483
+
2484
+ const filterSensitiveLog: (obj: ListUploadsResult) => any;
2485
+ }
2486
+ export interface ListVPCEConfigurationsRequest {
2487
+
2488
+ maxResults?: number;
2489
+
2490
+ nextToken?: string;
2491
+ }
2492
+ export declare namespace ListVPCEConfigurationsRequest {
2493
+
2494
+ const filterSensitiveLog: (obj: ListVPCEConfigurationsRequest) => any;
2495
+ }
2496
+ export interface ListVPCEConfigurationsResult {
2497
+
2498
+ vpceConfigurations?: VPCEConfiguration[];
2499
+
2500
+ nextToken?: string;
2501
+ }
2502
+ export declare namespace ListVPCEConfigurationsResult {
2503
+
2504
+ const filterSensitiveLog: (obj: ListVPCEConfigurationsResult) => any;
2505
+ }
2506
+
2507
+ export interface PurchaseOfferingRequest {
2508
+
2509
+ offeringId: string | undefined;
2510
+
2511
+ quantity: number | undefined;
2512
+
2513
+ offeringPromotionId?: string;
2514
+ }
2515
+ export declare namespace PurchaseOfferingRequest {
2516
+
2517
+ const filterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
2518
+ }
2519
+
2520
+ export interface PurchaseOfferingResult {
2521
+
2522
+ offeringTransaction?: OfferingTransaction;
2523
+ }
2524
+ export declare namespace PurchaseOfferingResult {
2525
+
2526
+ const filterSensitiveLog: (obj: PurchaseOfferingResult) => any;
2527
+ }
2528
+
2529
+ export interface RenewOfferingRequest {
2530
+
2531
+ offeringId: string | undefined;
2532
+
2533
+ quantity: number | undefined;
2534
+ }
2535
+ export declare namespace RenewOfferingRequest {
2536
+
2537
+ const filterSensitiveLog: (obj: RenewOfferingRequest) => any;
2538
+ }
2539
+
2540
+ export interface RenewOfferingResult {
2541
+
2542
+ offeringTransaction?: OfferingTransaction;
2543
+ }
2544
+ export declare namespace RenewOfferingResult {
2545
+
2546
+ const filterSensitiveLog: (obj: RenewOfferingResult) => any;
2547
+ }
2548
+
2549
+ export interface IdempotencyException extends __SmithyException, $MetadataBearer {
2550
+ name: "IdempotencyException";
2551
+ $fault: "client";
2552
+
2553
+ message?: string;
2554
+ }
2555
+ export declare namespace IdempotencyException {
2556
+
2557
+ const filterSensitiveLog: (obj: IdempotencyException) => any;
2558
+ }
2559
+
2560
+ export interface DeviceSelectionConfiguration {
2561
+
2562
+ filters: DeviceFilter[] | undefined;
2563
+
2564
+ maxDevices: number | undefined;
2565
+ }
2566
+ export declare namespace DeviceSelectionConfiguration {
2567
+
2568
+ const filterSensitiveLog: (obj: DeviceSelectionConfiguration) => any;
2569
+ }
2570
+
2571
+ export interface ExecutionConfiguration {
2572
+
2573
+ jobTimeoutMinutes?: number;
2574
+
2575
+ accountsCleanup?: boolean;
2576
+
2577
+ appPackagesCleanup?: boolean;
2578
+
2579
+ videoCapture?: boolean;
2580
+
2581
+ skipAppResign?: boolean;
2582
+ }
2583
+ export declare namespace ExecutionConfiguration {
2584
+
2585
+ const filterSensitiveLog: (obj: ExecutionConfiguration) => any;
2586
+ }
2587
+
2588
+ export interface ScheduleRunRequest {
2589
+
2590
+ projectArn: string | undefined;
2591
+
2592
+ appArn?: string;
2593
+
2594
+ devicePoolArn?: string;
2595
+
2596
+ deviceSelectionConfiguration?: DeviceSelectionConfiguration;
2597
+
2598
+ name?: string;
2599
+
2600
+ test: ScheduleRunTest | undefined;
2601
+
2602
+ configuration?: ScheduleRunConfiguration;
2603
+
2604
+ executionConfiguration?: ExecutionConfiguration;
2605
+ }
2606
+ export declare namespace ScheduleRunRequest {
2607
+
2608
+ const filterSensitiveLog: (obj: ScheduleRunRequest) => any;
2609
+ }
2610
+
2611
+ export interface ScheduleRunResult {
2612
+
2613
+ run?: Run;
2614
+ }
2615
+ export declare namespace ScheduleRunResult {
2616
+
2617
+ const filterSensitiveLog: (obj: ScheduleRunResult) => any;
2618
+ }
2619
+ export interface StopJobRequest {
2620
+
2621
+ arn: string | undefined;
2622
+ }
2623
+ export declare namespace StopJobRequest {
2624
+
2625
+ const filterSensitiveLog: (obj: StopJobRequest) => any;
2626
+ }
2627
+ export interface StopJobResult {
2628
+
2629
+ job?: Job;
2630
+ }
2631
+ export declare namespace StopJobResult {
2632
+
2633
+ const filterSensitiveLog: (obj: StopJobResult) => any;
2634
+ }
2635
+
2636
+ export interface StopRemoteAccessSessionRequest {
2637
+
2638
+ arn: string | undefined;
2639
+ }
2640
+ export declare namespace StopRemoteAccessSessionRequest {
2641
+
2642
+ const filterSensitiveLog: (obj: StopRemoteAccessSessionRequest) => any;
2643
+ }
2644
+
2645
+ export interface StopRemoteAccessSessionResult {
2646
+
2647
+ remoteAccessSession?: RemoteAccessSession;
2648
+ }
2649
+ export declare namespace StopRemoteAccessSessionResult {
2650
+
2651
+ const filterSensitiveLog: (obj: StopRemoteAccessSessionResult) => any;
2652
+ }
2653
+
2654
+ export interface StopRunRequest {
2655
+
2656
+ arn: string | undefined;
2657
+ }
2658
+ export declare namespace StopRunRequest {
2659
+
2660
+ const filterSensitiveLog: (obj: StopRunRequest) => any;
2661
+ }
2662
+
2663
+ export interface StopRunResult {
2664
+
2665
+ run?: Run;
2666
+ }
2667
+ export declare namespace StopRunResult {
2668
+
2669
+ const filterSensitiveLog: (obj: StopRunResult) => any;
2670
+ }
2671
+
2672
+ export interface TagPolicyException extends __SmithyException, $MetadataBearer {
2673
+ name: "TagPolicyException";
2674
+ $fault: "client";
2675
+ message?: string;
2676
+ resourceName?: string;
2677
+ }
2678
+ export declare namespace TagPolicyException {
2679
+
2680
+ const filterSensitiveLog: (obj: TagPolicyException) => any;
2681
+ }
2682
+ export interface TagResourceRequest {
2683
+
2684
+ ResourceARN: string | undefined;
2685
+
2686
+ Tags: Tag[] | undefined;
2687
+ }
2688
+ export declare namespace TagResourceRequest {
2689
+
2690
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
2691
+ }
2692
+ export interface TagResourceResponse {
2693
+ }
2694
+ export declare namespace TagResourceResponse {
2695
+
2696
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
2697
+ }
2698
+
2699
+ export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
2700
+ name: "TooManyTagsException";
2701
+ $fault: "client";
2702
+ message?: string;
2703
+ resourceName?: string;
2704
+ }
2705
+ export declare namespace TooManyTagsException {
2706
+
2707
+ const filterSensitiveLog: (obj: TooManyTagsException) => any;
2708
+ }
2709
+ export interface UntagResourceRequest {
2710
+
2711
+ ResourceARN: string | undefined;
2712
+
2713
+ TagKeys: string[] | undefined;
2714
+ }
2715
+ export declare namespace UntagResourceRequest {
2716
+
2717
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2718
+ }
2719
+ export interface UntagResourceResponse {
2720
+ }
2721
+ export declare namespace UntagResourceResponse {
2722
+
2723
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2724
+ }
2725
+ export interface UpdateDeviceInstanceRequest {
2726
+
2727
+ arn: string | undefined;
2728
+
2729
+ profileArn?: string;
2730
+
2731
+ labels?: string[];
2732
+ }
2733
+ export declare namespace UpdateDeviceInstanceRequest {
2734
+
2735
+ const filterSensitiveLog: (obj: UpdateDeviceInstanceRequest) => any;
2736
+ }
2737
+ export interface UpdateDeviceInstanceResult {
2738
+
2739
+ deviceInstance?: DeviceInstance;
2740
+ }
2741
+ export declare namespace UpdateDeviceInstanceResult {
2742
+
2743
+ const filterSensitiveLog: (obj: UpdateDeviceInstanceResult) => any;
2744
+ }
2745
+
2746
+ export interface UpdateDevicePoolRequest {
2747
+
2748
+ arn: string | undefined;
2749
+
2750
+ name?: string;
2751
+
2752
+ description?: string;
2753
+
2754
+ rules?: Rule[];
2755
+
2756
+ maxDevices?: number;
2757
+
2758
+ clearMaxDevices?: boolean;
2759
+ }
2760
+ export declare namespace UpdateDevicePoolRequest {
2761
+
2762
+ const filterSensitiveLog: (obj: UpdateDevicePoolRequest) => any;
2763
+ }
2764
+
2765
+ export interface UpdateDevicePoolResult {
2766
+
2767
+ devicePool?: DevicePool;
2768
+ }
2769
+ export declare namespace UpdateDevicePoolResult {
2770
+
2771
+ const filterSensitiveLog: (obj: UpdateDevicePoolResult) => any;
2772
+ }
2773
+ export interface UpdateInstanceProfileRequest {
2774
+
2775
+ arn: string | undefined;
2776
+
2777
+ name?: string;
2778
+
2779
+ description?: string;
2780
+
2781
+ packageCleanup?: boolean;
2782
+
2783
+ excludeAppPackagesFromCleanup?: string[];
2784
+
2785
+ rebootAfterUse?: boolean;
2786
+ }
2787
+ export declare namespace UpdateInstanceProfileRequest {
2788
+
2789
+ const filterSensitiveLog: (obj: UpdateInstanceProfileRequest) => any;
2790
+ }
2791
+ export interface UpdateInstanceProfileResult {
2792
+
2793
+ instanceProfile?: InstanceProfile;
2794
+ }
2795
+ export declare namespace UpdateInstanceProfileResult {
2796
+
2797
+ const filterSensitiveLog: (obj: UpdateInstanceProfileResult) => any;
2798
+ }
2799
+ export interface UpdateNetworkProfileRequest {
2800
+
2801
+ arn: string | undefined;
2802
+
2803
+ name?: string;
2804
+
2805
+ description?: string;
2806
+
2807
+ type?: NetworkProfileType | string;
2808
+
2809
+ uplinkBandwidthBits?: number;
2810
+
2811
+ downlinkBandwidthBits?: number;
2812
+
2813
+ uplinkDelayMs?: number;
2814
+
2815
+ downlinkDelayMs?: number;
2816
+
2817
+ uplinkJitterMs?: number;
2818
+
2819
+ downlinkJitterMs?: number;
2820
+
2821
+ uplinkLossPercent?: number;
2822
+
2823
+ downlinkLossPercent?: number;
2824
+ }
2825
+ export declare namespace UpdateNetworkProfileRequest {
2826
+
2827
+ const filterSensitiveLog: (obj: UpdateNetworkProfileRequest) => any;
2828
+ }
2829
+ export interface UpdateNetworkProfileResult {
2830
+
2831
+ networkProfile?: NetworkProfile;
2832
+ }
2833
+ export declare namespace UpdateNetworkProfileResult {
2834
+
2835
+ const filterSensitiveLog: (obj: UpdateNetworkProfileResult) => any;
2836
+ }
2837
+
2838
+ export interface UpdateProjectRequest {
2839
+
2840
+ arn: string | undefined;
2841
+
2842
+ name?: string;
2843
+
2844
+ defaultJobTimeoutMinutes?: number;
2845
+ }
2846
+ export declare namespace UpdateProjectRequest {
2847
+
2848
+ const filterSensitiveLog: (obj: UpdateProjectRequest) => any;
2849
+ }
2850
+
2851
+ export interface UpdateProjectResult {
2852
+
2853
+ project?: Project;
2854
+ }
2855
+ export declare namespace UpdateProjectResult {
2856
+
2857
+ const filterSensitiveLog: (obj: UpdateProjectResult) => any;
2858
+ }
2859
+ export interface UpdateTestGridProjectRequest {
2860
+
2861
+ projectArn: string | undefined;
2862
+
2863
+ name?: string;
2864
+
2865
+ description?: string;
2866
+
2867
+ vpcConfig?: TestGridVpcConfig;
2868
+ }
2869
+ export declare namespace UpdateTestGridProjectRequest {
2870
+
2871
+ const filterSensitiveLog: (obj: UpdateTestGridProjectRequest) => any;
2872
+ }
2873
+ export interface UpdateTestGridProjectResult {
2874
+
2875
+ testGridProject?: TestGridProject;
2876
+ }
2877
+ export declare namespace UpdateTestGridProjectResult {
2878
+
2879
+ const filterSensitiveLog: (obj: UpdateTestGridProjectResult) => any;
2880
+ }
2881
+ export interface UpdateUploadRequest {
2882
+
2883
+ arn: string | undefined;
2884
+
2885
+ name?: string;
2886
+
2887
+ contentType?: string;
2888
+
2889
+ editContent?: boolean;
2890
+ }
2891
+ export declare namespace UpdateUploadRequest {
2892
+
2893
+ const filterSensitiveLog: (obj: UpdateUploadRequest) => any;
2894
+ }
2895
+ export interface UpdateUploadResult {
2896
+
2897
+ upload?: Upload;
2898
+ }
2899
+ export declare namespace UpdateUploadResult {
2900
+
2901
+ const filterSensitiveLog: (obj: UpdateUploadResult) => any;
2902
+ }
2903
+ export interface UpdateVPCEConfigurationRequest {
2904
+
2905
+ arn: string | undefined;
2906
+
2907
+ vpceConfigurationName?: string;
2908
+
2909
+ vpceServiceName?: string;
2910
+
2911
+ serviceDnsName?: string;
2912
+
2913
+ vpceConfigurationDescription?: string;
2914
+ }
2915
+ export declare namespace UpdateVPCEConfigurationRequest {
2916
+
2917
+ const filterSensitiveLog: (obj: UpdateVPCEConfigurationRequest) => any;
2918
+ }
2919
+ export interface UpdateVPCEConfigurationResult {
2920
+
2921
+ vpceConfiguration?: VPCEConfiguration;
2922
+ }
2923
+ export declare namespace UpdateVPCEConfigurationResult {
2924
+
2925
+ const filterSensitiveLog: (obj: UpdateVPCEConfigurationResult) => any;
2926
+ }