@aws-sdk/client-deadline 3.546.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 (635) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +1027 -0
  3. package/dist-cjs/Deadline.js +215 -0
  4. package/dist-cjs/DeadlineClient.js +56 -0
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  6. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  7. package/dist-cjs/commands/AssociateMemberToFarmCommand.js +28 -0
  8. package/dist-cjs/commands/AssociateMemberToFleetCommand.js +28 -0
  9. package/dist-cjs/commands/AssociateMemberToJobCommand.js +28 -0
  10. package/dist-cjs/commands/AssociateMemberToQueueCommand.js +28 -0
  11. package/dist-cjs/commands/AssumeFleetRoleForReadCommand.js +29 -0
  12. package/dist-cjs/commands/AssumeFleetRoleForWorkerCommand.js +29 -0
  13. package/dist-cjs/commands/AssumeQueueRoleForReadCommand.js +29 -0
  14. package/dist-cjs/commands/AssumeQueueRoleForUserCommand.js +29 -0
  15. package/dist-cjs/commands/AssumeQueueRoleForWorkerCommand.js +29 -0
  16. package/dist-cjs/commands/BatchGetJobEntityCommand.js +29 -0
  17. package/dist-cjs/commands/CopyJobTemplateCommand.js +28 -0
  18. package/dist-cjs/commands/CreateBudgetCommand.js +29 -0
  19. package/dist-cjs/commands/CreateFarmCommand.js +29 -0
  20. package/dist-cjs/commands/CreateFleetCommand.js +29 -0
  21. package/dist-cjs/commands/CreateJobCommand.js +29 -0
  22. package/dist-cjs/commands/CreateLicenseEndpointCommand.js +28 -0
  23. package/dist-cjs/commands/CreateMonitorCommand.js +28 -0
  24. package/dist-cjs/commands/CreateQueueCommand.js +29 -0
  25. package/dist-cjs/commands/CreateQueueEnvironmentCommand.js +29 -0
  26. package/dist-cjs/commands/CreateQueueFleetAssociationCommand.js +28 -0
  27. package/dist-cjs/commands/CreateStorageProfileCommand.js +29 -0
  28. package/dist-cjs/commands/CreateWorkerCommand.js +28 -0
  29. package/dist-cjs/commands/DeleteBudgetCommand.js +28 -0
  30. package/dist-cjs/commands/DeleteFarmCommand.js +28 -0
  31. package/dist-cjs/commands/DeleteFleetCommand.js +28 -0
  32. package/dist-cjs/commands/DeleteLicenseEndpointCommand.js +28 -0
  33. package/dist-cjs/commands/DeleteMeteredProductCommand.js +28 -0
  34. package/dist-cjs/commands/DeleteMonitorCommand.js +28 -0
  35. package/dist-cjs/commands/DeleteQueueCommand.js +28 -0
  36. package/dist-cjs/commands/DeleteQueueEnvironmentCommand.js +28 -0
  37. package/dist-cjs/commands/DeleteQueueFleetAssociationCommand.js +28 -0
  38. package/dist-cjs/commands/DeleteStorageProfileCommand.js +28 -0
  39. package/dist-cjs/commands/DeleteWorkerCommand.js +28 -0
  40. package/dist-cjs/commands/DisassociateMemberFromFarmCommand.js +28 -0
  41. package/dist-cjs/commands/DisassociateMemberFromFleetCommand.js +28 -0
  42. package/dist-cjs/commands/DisassociateMemberFromJobCommand.js +28 -0
  43. package/dist-cjs/commands/DisassociateMemberFromQueueCommand.js +28 -0
  44. package/dist-cjs/commands/GetBudgetCommand.js +29 -0
  45. package/dist-cjs/commands/GetFarmCommand.js +29 -0
  46. package/dist-cjs/commands/GetFleetCommand.js +29 -0
  47. package/dist-cjs/commands/GetJobCommand.js +29 -0
  48. package/dist-cjs/commands/GetLicenseEndpointCommand.js +28 -0
  49. package/dist-cjs/commands/GetMonitorCommand.js +28 -0
  50. package/dist-cjs/commands/GetQueueCommand.js +29 -0
  51. package/dist-cjs/commands/GetQueueEnvironmentCommand.js +29 -0
  52. package/dist-cjs/commands/GetQueueFleetAssociationCommand.js +28 -0
  53. package/dist-cjs/commands/GetSessionActionCommand.js +29 -0
  54. package/dist-cjs/commands/GetSessionCommand.js +28 -0
  55. package/dist-cjs/commands/GetSessionsStatisticsAggregationCommand.js +28 -0
  56. package/dist-cjs/commands/GetStepCommand.js +29 -0
  57. package/dist-cjs/commands/GetStorageProfileCommand.js +29 -0
  58. package/dist-cjs/commands/GetStorageProfileForQueueCommand.js +29 -0
  59. package/dist-cjs/commands/GetTaskCommand.js +29 -0
  60. package/dist-cjs/commands/GetWorkerCommand.js +28 -0
  61. package/dist-cjs/commands/ListAvailableMeteredProductsCommand.js +28 -0
  62. package/dist-cjs/commands/ListBudgetsCommand.js +29 -0
  63. package/dist-cjs/commands/ListFarmMembersCommand.js +28 -0
  64. package/dist-cjs/commands/ListFarmsCommand.js +28 -0
  65. package/dist-cjs/commands/ListFleetMembersCommand.js +28 -0
  66. package/dist-cjs/commands/ListFleetsCommand.js +28 -0
  67. package/dist-cjs/commands/ListJobMembersCommand.js +28 -0
  68. package/dist-cjs/commands/ListJobsCommand.js +28 -0
  69. package/dist-cjs/commands/ListLicenseEndpointsCommand.js +28 -0
  70. package/dist-cjs/commands/ListMeteredProductsCommand.js +28 -0
  71. package/dist-cjs/commands/ListMonitorsCommand.js +28 -0
  72. package/dist-cjs/commands/ListQueueEnvironmentsCommand.js +28 -0
  73. package/dist-cjs/commands/ListQueueFleetAssociationsCommand.js +28 -0
  74. package/dist-cjs/commands/ListQueueMembersCommand.js +28 -0
  75. package/dist-cjs/commands/ListQueuesCommand.js +28 -0
  76. package/dist-cjs/commands/ListSessionActionsCommand.js +28 -0
  77. package/dist-cjs/commands/ListSessionsCommand.js +28 -0
  78. package/dist-cjs/commands/ListSessionsForWorkerCommand.js +28 -0
  79. package/dist-cjs/commands/ListStepConsumersCommand.js +28 -0
  80. package/dist-cjs/commands/ListStepDependenciesCommand.js +28 -0
  81. package/dist-cjs/commands/ListStepsCommand.js +28 -0
  82. package/dist-cjs/commands/ListStorageProfilesCommand.js +28 -0
  83. package/dist-cjs/commands/ListStorageProfilesForQueueCommand.js +28 -0
  84. package/dist-cjs/commands/ListTagsForResourceCommand.js +28 -0
  85. package/dist-cjs/commands/ListTasksCommand.js +29 -0
  86. package/dist-cjs/commands/ListWorkersCommand.js +28 -0
  87. package/dist-cjs/commands/PutMeteredProductCommand.js +28 -0
  88. package/dist-cjs/commands/SearchJobsCommand.js +29 -0
  89. package/dist-cjs/commands/SearchStepsCommand.js +28 -0
  90. package/dist-cjs/commands/SearchTasksCommand.js +29 -0
  91. package/dist-cjs/commands/SearchWorkersCommand.js +28 -0
  92. package/dist-cjs/commands/StartSessionsStatisticsAggregationCommand.js +28 -0
  93. package/dist-cjs/commands/TagResourceCommand.js +28 -0
  94. package/dist-cjs/commands/UntagResourceCommand.js +28 -0
  95. package/dist-cjs/commands/UpdateBudgetCommand.js +29 -0
  96. package/dist-cjs/commands/UpdateFarmCommand.js +29 -0
  97. package/dist-cjs/commands/UpdateFleetCommand.js +29 -0
  98. package/dist-cjs/commands/UpdateJobCommand.js +28 -0
  99. package/dist-cjs/commands/UpdateMonitorCommand.js +28 -0
  100. package/dist-cjs/commands/UpdateQueueCommand.js +29 -0
  101. package/dist-cjs/commands/UpdateQueueEnvironmentCommand.js +29 -0
  102. package/dist-cjs/commands/UpdateQueueFleetAssociationCommand.js +28 -0
  103. package/dist-cjs/commands/UpdateSessionCommand.js +28 -0
  104. package/dist-cjs/commands/UpdateStepCommand.js +28 -0
  105. package/dist-cjs/commands/UpdateStorageProfileCommand.js +29 -0
  106. package/dist-cjs/commands/UpdateTaskCommand.js +28 -0
  107. package/dist-cjs/commands/UpdateWorkerCommand.js +28 -0
  108. package/dist-cjs/commands/UpdateWorkerScheduleCommand.js +29 -0
  109. package/dist-cjs/commands/index.js +105 -0
  110. package/dist-cjs/endpoint/EndpointParameters.js +18 -0
  111. package/dist-cjs/endpoint/endpointResolver.js +14 -0
  112. package/dist-cjs/endpoint/ruleset.js +7 -0
  113. package/dist-cjs/extensionConfiguration.js +2 -0
  114. package/dist-cjs/index.js +12 -0
  115. package/dist-cjs/models/DeadlineServiceException.js +12 -0
  116. package/dist-cjs/models/index.js +5 -0
  117. package/dist-cjs/models/models_0.js +832 -0
  118. package/dist-cjs/models/models_1.js +141 -0
  119. package/dist-cjs/pagination/GetSessionsStatisticsAggregationPaginator.js +7 -0
  120. package/dist-cjs/pagination/Interfaces.js +2 -0
  121. package/dist-cjs/pagination/ListAvailableMeteredProductsPaginator.js +7 -0
  122. package/dist-cjs/pagination/ListBudgetsPaginator.js +7 -0
  123. package/dist-cjs/pagination/ListFarmMembersPaginator.js +7 -0
  124. package/dist-cjs/pagination/ListFarmsPaginator.js +7 -0
  125. package/dist-cjs/pagination/ListFleetMembersPaginator.js +7 -0
  126. package/dist-cjs/pagination/ListFleetsPaginator.js +7 -0
  127. package/dist-cjs/pagination/ListJobMembersPaginator.js +7 -0
  128. package/dist-cjs/pagination/ListJobsPaginator.js +7 -0
  129. package/dist-cjs/pagination/ListLicenseEndpointsPaginator.js +7 -0
  130. package/dist-cjs/pagination/ListMeteredProductsPaginator.js +7 -0
  131. package/dist-cjs/pagination/ListMonitorsPaginator.js +7 -0
  132. package/dist-cjs/pagination/ListQueueEnvironmentsPaginator.js +7 -0
  133. package/dist-cjs/pagination/ListQueueFleetAssociationsPaginator.js +7 -0
  134. package/dist-cjs/pagination/ListQueueMembersPaginator.js +7 -0
  135. package/dist-cjs/pagination/ListQueuesPaginator.js +7 -0
  136. package/dist-cjs/pagination/ListSessionActionsPaginator.js +7 -0
  137. package/dist-cjs/pagination/ListSessionsForWorkerPaginator.js +7 -0
  138. package/dist-cjs/pagination/ListSessionsPaginator.js +7 -0
  139. package/dist-cjs/pagination/ListStepConsumersPaginator.js +7 -0
  140. package/dist-cjs/pagination/ListStepDependenciesPaginator.js +7 -0
  141. package/dist-cjs/pagination/ListStepsPaginator.js +7 -0
  142. package/dist-cjs/pagination/ListStorageProfilesForQueuePaginator.js +7 -0
  143. package/dist-cjs/pagination/ListStorageProfilesPaginator.js +7 -0
  144. package/dist-cjs/pagination/ListTasksPaginator.js +7 -0
  145. package/dist-cjs/pagination/ListWorkersPaginator.js +7 -0
  146. package/dist-cjs/pagination/index.js +30 -0
  147. package/dist-cjs/protocols/Aws_restJson1.js +4960 -0
  148. package/dist-cjs/runtimeConfig.browser.js +39 -0
  149. package/dist-cjs/runtimeConfig.js +49 -0
  150. package/dist-cjs/runtimeConfig.native.js +15 -0
  151. package/dist-cjs/runtimeConfig.shared.js +34 -0
  152. package/dist-cjs/runtimeExtensions.js +25 -0
  153. package/dist-cjs/waiters/index.js +10 -0
  154. package/dist-cjs/waiters/waitForFleetActive.js +54 -0
  155. package/dist-cjs/waiters/waitForJobCreateComplete.js +81 -0
  156. package/dist-cjs/waiters/waitForLicenseEndpointDeleted.js +39 -0
  157. package/dist-cjs/waiters/waitForLicenseEndpointValid.js +45 -0
  158. package/dist-cjs/waiters/waitForQueueFleetAssociationStopped.js +36 -0
  159. package/dist-cjs/waiters/waitForQueueScheduling.js +36 -0
  160. package/dist-cjs/waiters/waitForQueueSchedulingBlocked.js +36 -0
  161. package/dist-es/Deadline.js +211 -0
  162. package/dist-es/DeadlineClient.js +52 -0
  163. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  164. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  165. package/dist-es/commands/AssociateMemberToFarmCommand.js +24 -0
  166. package/dist-es/commands/AssociateMemberToFleetCommand.js +24 -0
  167. package/dist-es/commands/AssociateMemberToJobCommand.js +24 -0
  168. package/dist-es/commands/AssociateMemberToQueueCommand.js +24 -0
  169. package/dist-es/commands/AssumeFleetRoleForReadCommand.js +25 -0
  170. package/dist-es/commands/AssumeFleetRoleForWorkerCommand.js +25 -0
  171. package/dist-es/commands/AssumeQueueRoleForReadCommand.js +25 -0
  172. package/dist-es/commands/AssumeQueueRoleForUserCommand.js +25 -0
  173. package/dist-es/commands/AssumeQueueRoleForWorkerCommand.js +25 -0
  174. package/dist-es/commands/BatchGetJobEntityCommand.js +25 -0
  175. package/dist-es/commands/CopyJobTemplateCommand.js +24 -0
  176. package/dist-es/commands/CreateBudgetCommand.js +25 -0
  177. package/dist-es/commands/CreateFarmCommand.js +25 -0
  178. package/dist-es/commands/CreateFleetCommand.js +25 -0
  179. package/dist-es/commands/CreateJobCommand.js +25 -0
  180. package/dist-es/commands/CreateLicenseEndpointCommand.js +24 -0
  181. package/dist-es/commands/CreateMonitorCommand.js +24 -0
  182. package/dist-es/commands/CreateQueueCommand.js +25 -0
  183. package/dist-es/commands/CreateQueueEnvironmentCommand.js +25 -0
  184. package/dist-es/commands/CreateQueueFleetAssociationCommand.js +24 -0
  185. package/dist-es/commands/CreateStorageProfileCommand.js +25 -0
  186. package/dist-es/commands/CreateWorkerCommand.js +24 -0
  187. package/dist-es/commands/DeleteBudgetCommand.js +24 -0
  188. package/dist-es/commands/DeleteFarmCommand.js +24 -0
  189. package/dist-es/commands/DeleteFleetCommand.js +24 -0
  190. package/dist-es/commands/DeleteLicenseEndpointCommand.js +24 -0
  191. package/dist-es/commands/DeleteMeteredProductCommand.js +24 -0
  192. package/dist-es/commands/DeleteMonitorCommand.js +24 -0
  193. package/dist-es/commands/DeleteQueueCommand.js +24 -0
  194. package/dist-es/commands/DeleteQueueEnvironmentCommand.js +24 -0
  195. package/dist-es/commands/DeleteQueueFleetAssociationCommand.js +24 -0
  196. package/dist-es/commands/DeleteStorageProfileCommand.js +24 -0
  197. package/dist-es/commands/DeleteWorkerCommand.js +24 -0
  198. package/dist-es/commands/DisassociateMemberFromFarmCommand.js +24 -0
  199. package/dist-es/commands/DisassociateMemberFromFleetCommand.js +24 -0
  200. package/dist-es/commands/DisassociateMemberFromJobCommand.js +24 -0
  201. package/dist-es/commands/DisassociateMemberFromQueueCommand.js +24 -0
  202. package/dist-es/commands/GetBudgetCommand.js +25 -0
  203. package/dist-es/commands/GetFarmCommand.js +25 -0
  204. package/dist-es/commands/GetFleetCommand.js +25 -0
  205. package/dist-es/commands/GetJobCommand.js +25 -0
  206. package/dist-es/commands/GetLicenseEndpointCommand.js +24 -0
  207. package/dist-es/commands/GetMonitorCommand.js +24 -0
  208. package/dist-es/commands/GetQueueCommand.js +25 -0
  209. package/dist-es/commands/GetQueueEnvironmentCommand.js +25 -0
  210. package/dist-es/commands/GetQueueFleetAssociationCommand.js +24 -0
  211. package/dist-es/commands/GetSessionActionCommand.js +25 -0
  212. package/dist-es/commands/GetSessionCommand.js +24 -0
  213. package/dist-es/commands/GetSessionsStatisticsAggregationCommand.js +24 -0
  214. package/dist-es/commands/GetStepCommand.js +25 -0
  215. package/dist-es/commands/GetStorageProfileCommand.js +25 -0
  216. package/dist-es/commands/GetStorageProfileForQueueCommand.js +25 -0
  217. package/dist-es/commands/GetTaskCommand.js +25 -0
  218. package/dist-es/commands/GetWorkerCommand.js +24 -0
  219. package/dist-es/commands/ListAvailableMeteredProductsCommand.js +24 -0
  220. package/dist-es/commands/ListBudgetsCommand.js +25 -0
  221. package/dist-es/commands/ListFarmMembersCommand.js +24 -0
  222. package/dist-es/commands/ListFarmsCommand.js +24 -0
  223. package/dist-es/commands/ListFleetMembersCommand.js +24 -0
  224. package/dist-es/commands/ListFleetsCommand.js +24 -0
  225. package/dist-es/commands/ListJobMembersCommand.js +24 -0
  226. package/dist-es/commands/ListJobsCommand.js +24 -0
  227. package/dist-es/commands/ListLicenseEndpointsCommand.js +24 -0
  228. package/dist-es/commands/ListMeteredProductsCommand.js +24 -0
  229. package/dist-es/commands/ListMonitorsCommand.js +24 -0
  230. package/dist-es/commands/ListQueueEnvironmentsCommand.js +24 -0
  231. package/dist-es/commands/ListQueueFleetAssociationsCommand.js +24 -0
  232. package/dist-es/commands/ListQueueMembersCommand.js +24 -0
  233. package/dist-es/commands/ListQueuesCommand.js +24 -0
  234. package/dist-es/commands/ListSessionActionsCommand.js +24 -0
  235. package/dist-es/commands/ListSessionsCommand.js +24 -0
  236. package/dist-es/commands/ListSessionsForWorkerCommand.js +24 -0
  237. package/dist-es/commands/ListStepConsumersCommand.js +24 -0
  238. package/dist-es/commands/ListStepDependenciesCommand.js +24 -0
  239. package/dist-es/commands/ListStepsCommand.js +24 -0
  240. package/dist-es/commands/ListStorageProfilesCommand.js +24 -0
  241. package/dist-es/commands/ListStorageProfilesForQueueCommand.js +24 -0
  242. package/dist-es/commands/ListTagsForResourceCommand.js +24 -0
  243. package/dist-es/commands/ListTasksCommand.js +25 -0
  244. package/dist-es/commands/ListWorkersCommand.js +24 -0
  245. package/dist-es/commands/PutMeteredProductCommand.js +24 -0
  246. package/dist-es/commands/SearchJobsCommand.js +25 -0
  247. package/dist-es/commands/SearchStepsCommand.js +24 -0
  248. package/dist-es/commands/SearchTasksCommand.js +25 -0
  249. package/dist-es/commands/SearchWorkersCommand.js +24 -0
  250. package/dist-es/commands/StartSessionsStatisticsAggregationCommand.js +24 -0
  251. package/dist-es/commands/TagResourceCommand.js +24 -0
  252. package/dist-es/commands/UntagResourceCommand.js +24 -0
  253. package/dist-es/commands/UpdateBudgetCommand.js +25 -0
  254. package/dist-es/commands/UpdateFarmCommand.js +25 -0
  255. package/dist-es/commands/UpdateFleetCommand.js +25 -0
  256. package/dist-es/commands/UpdateJobCommand.js +24 -0
  257. package/dist-es/commands/UpdateMonitorCommand.js +24 -0
  258. package/dist-es/commands/UpdateQueueCommand.js +25 -0
  259. package/dist-es/commands/UpdateQueueEnvironmentCommand.js +25 -0
  260. package/dist-es/commands/UpdateQueueFleetAssociationCommand.js +24 -0
  261. package/dist-es/commands/UpdateSessionCommand.js +24 -0
  262. package/dist-es/commands/UpdateStepCommand.js +24 -0
  263. package/dist-es/commands/UpdateStorageProfileCommand.js +25 -0
  264. package/dist-es/commands/UpdateTaskCommand.js +24 -0
  265. package/dist-es/commands/UpdateWorkerCommand.js +24 -0
  266. package/dist-es/commands/UpdateWorkerScheduleCommand.js +25 -0
  267. package/dist-es/commands/index.js +102 -0
  268. package/dist-es/endpoint/EndpointParameters.js +14 -0
  269. package/dist-es/endpoint/endpointResolver.js +10 -0
  270. package/dist-es/endpoint/ruleset.js +4 -0
  271. package/dist-es/extensionConfiguration.js +1 -0
  272. package/dist-es/index.js +7 -0
  273. package/dist-es/models/DeadlineServiceException.js +8 -0
  274. package/dist-es/models/index.js +2 -0
  275. package/dist-es/models/models_0.js +768 -0
  276. package/dist-es/models/models_1.js +130 -0
  277. package/dist-es/pagination/GetSessionsStatisticsAggregationPaginator.js +4 -0
  278. package/dist-es/pagination/Interfaces.js +1 -0
  279. package/dist-es/pagination/ListAvailableMeteredProductsPaginator.js +4 -0
  280. package/dist-es/pagination/ListBudgetsPaginator.js +4 -0
  281. package/dist-es/pagination/ListFarmMembersPaginator.js +4 -0
  282. package/dist-es/pagination/ListFarmsPaginator.js +4 -0
  283. package/dist-es/pagination/ListFleetMembersPaginator.js +4 -0
  284. package/dist-es/pagination/ListFleetsPaginator.js +4 -0
  285. package/dist-es/pagination/ListJobMembersPaginator.js +4 -0
  286. package/dist-es/pagination/ListJobsPaginator.js +4 -0
  287. package/dist-es/pagination/ListLicenseEndpointsPaginator.js +4 -0
  288. package/dist-es/pagination/ListMeteredProductsPaginator.js +4 -0
  289. package/dist-es/pagination/ListMonitorsPaginator.js +4 -0
  290. package/dist-es/pagination/ListQueueEnvironmentsPaginator.js +4 -0
  291. package/dist-es/pagination/ListQueueFleetAssociationsPaginator.js +4 -0
  292. package/dist-es/pagination/ListQueueMembersPaginator.js +4 -0
  293. package/dist-es/pagination/ListQueuesPaginator.js +4 -0
  294. package/dist-es/pagination/ListSessionActionsPaginator.js +4 -0
  295. package/dist-es/pagination/ListSessionsForWorkerPaginator.js +4 -0
  296. package/dist-es/pagination/ListSessionsPaginator.js +4 -0
  297. package/dist-es/pagination/ListStepConsumersPaginator.js +4 -0
  298. package/dist-es/pagination/ListStepDependenciesPaginator.js +4 -0
  299. package/dist-es/pagination/ListStepsPaginator.js +4 -0
  300. package/dist-es/pagination/ListStorageProfilesForQueuePaginator.js +4 -0
  301. package/dist-es/pagination/ListStorageProfilesPaginator.js +4 -0
  302. package/dist-es/pagination/ListTasksPaginator.js +4 -0
  303. package/dist-es/pagination/ListWorkersPaginator.js +4 -0
  304. package/dist-es/pagination/index.js +27 -0
  305. package/dist-es/protocols/Aws_restJson1.js +4749 -0
  306. package/dist-es/runtimeConfig.browser.js +34 -0
  307. package/dist-es/runtimeConfig.js +44 -0
  308. package/dist-es/runtimeConfig.native.js +11 -0
  309. package/dist-es/runtimeConfig.shared.js +30 -0
  310. package/dist-es/runtimeExtensions.js +21 -0
  311. package/dist-es/waiters/index.js +7 -0
  312. package/dist-es/waiters/waitForFleetActive.js +49 -0
  313. package/dist-es/waiters/waitForJobCreateComplete.js +76 -0
  314. package/dist-es/waiters/waitForLicenseEndpointDeleted.js +34 -0
  315. package/dist-es/waiters/waitForLicenseEndpointValid.js +40 -0
  316. package/dist-es/waiters/waitForQueueFleetAssociationStopped.js +31 -0
  317. package/dist-es/waiters/waitForQueueScheduling.js +31 -0
  318. package/dist-es/waiters/waitForQueueSchedulingBlocked.js +31 -0
  319. package/dist-types/Deadline.d.ts +734 -0
  320. package/dist-types/DeadlineClient.d.ts +279 -0
  321. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  322. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  323. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +81 -0
  324. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +82 -0
  325. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +83 -0
  326. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +82 -0
  327. package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +82 -0
  328. package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +86 -0
  329. package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +82 -0
  330. package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +81 -0
  331. package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +87 -0
  332. package/dist-types/commands/BatchGetJobEntityCommand.d.ts +193 -0
  333. package/dist-types/commands/CopyJobTemplateCommand.d.ts +81 -0
  334. package/dist-types/commands/CreateBudgetCommand.d.ts +99 -0
  335. package/dist-types/commands/CreateFarmCommand.d.ts +88 -0
  336. package/dist-types/commands/CreateFleetCommand.d.ts +177 -0
  337. package/dist-types/commands/CreateJobCommand.d.ts +112 -0
  338. package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +91 -0
  339. package/dist-types/commands/CreateMonitorCommand.d.ts +83 -0
  340. package/dist-types/commands/CreateQueueCommand.d.ts +109 -0
  341. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +84 -0
  342. package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +75 -0
  343. package/dist-types/commands/CreateStorageProfileCommand.d.ts +90 -0
  344. package/dist-types/commands/CreateWorkerCommand.d.ts +95 -0
  345. package/dist-types/commands/DeleteBudgetCommand.d.ts +74 -0
  346. package/dist-types/commands/DeleteFarmCommand.d.ts +73 -0
  347. package/dist-types/commands/DeleteFleetCommand.d.ts +79 -0
  348. package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +77 -0
  349. package/dist-types/commands/DeleteMeteredProductCommand.d.ts +74 -0
  350. package/dist-types/commands/DeleteMonitorCommand.d.ts +74 -0
  351. package/dist-types/commands/DeleteQueueCommand.d.ts +78 -0
  352. package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +72 -0
  353. package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +79 -0
  354. package/dist-types/commands/DeleteStorageProfileCommand.d.ts +71 -0
  355. package/dist-types/commands/DeleteWorkerCommand.d.ts +79 -0
  356. package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +74 -0
  357. package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +79 -0
  358. package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +76 -0
  359. package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +79 -0
  360. package/dist-types/commands/GetBudgetCommand.d.ts +104 -0
  361. package/dist-types/commands/GetFarmCommand.d.ts +82 -0
  362. package/dist-types/commands/GetFleetCommand.d.ts +194 -0
  363. package/dist-types/commands/GetJobCommand.d.ts +119 -0
  364. package/dist-types/commands/GetLicenseEndpointCommand.d.ts +85 -0
  365. package/dist-types/commands/GetMonitorCommand.d.ts +85 -0
  366. package/dist-types/commands/GetQueueCommand.d.ts +108 -0
  367. package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +85 -0
  368. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +83 -0
  369. package/dist-types/commands/GetSessionActionCommand.d.ts +109 -0
  370. package/dist-types/commands/GetSessionCommand.d.ts +119 -0
  371. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +110 -0
  372. package/dist-types/commands/GetStepCommand.d.ts +129 -0
  373. package/dist-types/commands/GetStorageProfileCommand.d.ts +89 -0
  374. package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +86 -0
  375. package/dist-types/commands/GetTaskCommand.d.ts +97 -0
  376. package/dist-types/commands/GetWorkerCommand.d.ts +107 -0
  377. package/dist-types/commands/ListAvailableMeteredProductsCommand.d.ts +74 -0
  378. package/dist-types/commands/ListBudgetsCommand.d.ts +97 -0
  379. package/dist-types/commands/ListFarmMembersCommand.d.ts +86 -0
  380. package/dist-types/commands/ListFarmsCommand.d.ts +85 -0
  381. package/dist-types/commands/ListFleetMembersCommand.d.ts +88 -0
  382. package/dist-types/commands/ListFleetsCommand.d.ts +184 -0
  383. package/dist-types/commands/ListJobMembersCommand.d.ts +90 -0
  384. package/dist-types/commands/ListJobsCommand.d.ts +101 -0
  385. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +84 -0
  386. package/dist-types/commands/ListMeteredProductsCommand.d.ts +85 -0
  387. package/dist-types/commands/ListMonitorsCommand.d.ts +88 -0
  388. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +85 -0
  389. package/dist-types/commands/ListQueueFleetAssociationsCommand.d.ts +86 -0
  390. package/dist-types/commands/ListQueueMembersCommand.d.ts +88 -0
  391. package/dist-types/commands/ListQueuesCommand.d.ts +93 -0
  392. package/dist-types/commands/ListSessionActionsCommand.d.ts +106 -0
  393. package/dist-types/commands/ListSessionsCommand.d.ts +92 -0
  394. package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +90 -0
  395. package/dist-types/commands/ListStepConsumersCommand.d.ts +86 -0
  396. package/dist-types/commands/ListStepDependenciesCommand.d.ts +86 -0
  397. package/dist-types/commands/ListStepsCommand.d.ts +104 -0
  398. package/dist-types/commands/ListStorageProfilesCommand.d.ts +84 -0
  399. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +86 -0
  400. package/dist-types/commands/ListTagsForResourceCommand.d.ts +77 -0
  401. package/dist-types/commands/ListTasksCommand.d.ts +103 -0
  402. package/dist-types/commands/ListWorkersCommand.d.ts +113 -0
  403. package/dist-types/commands/PutMeteredProductCommand.d.ts +74 -0
  404. package/dist-types/commands/SearchJobsCommand.d.ts +176 -0
  405. package/dist-types/commands/SearchStepsCommand.d.ts +175 -0
  406. package/dist-types/commands/SearchTasksCommand.d.ts +169 -0
  407. package/dist-types/commands/SearchWorkersCommand.d.ts +171 -0
  408. package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +96 -0
  409. package/dist-types/commands/TagResourceCommand.d.ts +80 -0
  410. package/dist-types/commands/UntagResourceCommand.d.ts +80 -0
  411. package/dist-types/commands/UpdateBudgetCommand.d.ts +98 -0
  412. package/dist-types/commands/UpdateFarmCommand.d.ts +75 -0
  413. package/dist-types/commands/UpdateFleetCommand.d.ts +171 -0
  414. package/dist-types/commands/UpdateJobCommand.d.ts +85 -0
  415. package/dist-types/commands/UpdateMonitorCommand.d.ts +77 -0
  416. package/dist-types/commands/UpdateQueueCommand.d.ts +106 -0
  417. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +79 -0
  418. package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +76 -0
  419. package/dist-types/commands/UpdateSessionCommand.d.ts +82 -0
  420. package/dist-types/commands/UpdateStepCommand.d.ts +82 -0
  421. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +91 -0
  422. package/dist-types/commands/UpdateTaskCommand.d.ts +83 -0
  423. package/dist-types/commands/UpdateWorkerCommand.d.ts +118 -0
  424. package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +142 -0
  425. package/dist-types/commands/index.d.ts +102 -0
  426. package/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  427. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  428. package/dist-types/endpoint/ruleset.d.ts +2 -0
  429. package/dist-types/extensionConfiguration.d.ts +9 -0
  430. package/dist-types/index.d.ts +21 -0
  431. package/dist-types/models/DeadlineServiceException.d.ts +13 -0
  432. package/dist-types/models/index.d.ts +2 -0
  433. package/dist-types/models/models_0.d.ts +7635 -0
  434. package/dist-types/models/models_1.d.ts +2199 -0
  435. package/dist-types/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +7 -0
  436. package/dist-types/pagination/Interfaces.d.ts +8 -0
  437. package/dist-types/pagination/ListAvailableMeteredProductsPaginator.d.ts +7 -0
  438. package/dist-types/pagination/ListBudgetsPaginator.d.ts +7 -0
  439. package/dist-types/pagination/ListFarmMembersPaginator.d.ts +7 -0
  440. package/dist-types/pagination/ListFarmsPaginator.d.ts +7 -0
  441. package/dist-types/pagination/ListFleetMembersPaginator.d.ts +7 -0
  442. package/dist-types/pagination/ListFleetsPaginator.d.ts +7 -0
  443. package/dist-types/pagination/ListJobMembersPaginator.d.ts +7 -0
  444. package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
  445. package/dist-types/pagination/ListLicenseEndpointsPaginator.d.ts +7 -0
  446. package/dist-types/pagination/ListMeteredProductsPaginator.d.ts +7 -0
  447. package/dist-types/pagination/ListMonitorsPaginator.d.ts +7 -0
  448. package/dist-types/pagination/ListQueueEnvironmentsPaginator.d.ts +7 -0
  449. package/dist-types/pagination/ListQueueFleetAssociationsPaginator.d.ts +7 -0
  450. package/dist-types/pagination/ListQueueMembersPaginator.d.ts +7 -0
  451. package/dist-types/pagination/ListQueuesPaginator.d.ts +7 -0
  452. package/dist-types/pagination/ListSessionActionsPaginator.d.ts +7 -0
  453. package/dist-types/pagination/ListSessionsForWorkerPaginator.d.ts +7 -0
  454. package/dist-types/pagination/ListSessionsPaginator.d.ts +7 -0
  455. package/dist-types/pagination/ListStepConsumersPaginator.d.ts +7 -0
  456. package/dist-types/pagination/ListStepDependenciesPaginator.d.ts +7 -0
  457. package/dist-types/pagination/ListStepsPaginator.d.ts +7 -0
  458. package/dist-types/pagination/ListStorageProfilesForQueuePaginator.d.ts +7 -0
  459. package/dist-types/pagination/ListStorageProfilesPaginator.d.ts +7 -0
  460. package/dist-types/pagination/ListTasksPaginator.d.ts +7 -0
  461. package/dist-types/pagination/ListWorkersPaginator.d.ts +7 -0
  462. package/dist-types/pagination/index.d.ts +27 -0
  463. package/dist-types/protocols/Aws_restJson1.d.ts +920 -0
  464. package/dist-types/runtimeConfig.browser.d.ts +45 -0
  465. package/dist-types/runtimeConfig.d.ts +45 -0
  466. package/dist-types/runtimeConfig.native.d.ts +44 -0
  467. package/dist-types/runtimeConfig.shared.d.ts +21 -0
  468. package/dist-types/runtimeExtensions.d.ts +17 -0
  469. package/dist-types/ts3.4/Deadline.d.ts +1749 -0
  470. package/dist-types/ts3.4/DeadlineClient.d.ts +732 -0
  471. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  472. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  473. package/dist-types/ts3.4/commands/AssociateMemberToFarmCommand.d.ts +39 -0
  474. package/dist-types/ts3.4/commands/AssociateMemberToFleetCommand.d.ts +39 -0
  475. package/dist-types/ts3.4/commands/AssociateMemberToJobCommand.d.ts +39 -0
  476. package/dist-types/ts3.4/commands/AssociateMemberToQueueCommand.d.ts +39 -0
  477. package/dist-types/ts3.4/commands/AssumeFleetRoleForReadCommand.d.ts +39 -0
  478. package/dist-types/ts3.4/commands/AssumeFleetRoleForWorkerCommand.d.ts +39 -0
  479. package/dist-types/ts3.4/commands/AssumeQueueRoleForReadCommand.d.ts +39 -0
  480. package/dist-types/ts3.4/commands/AssumeQueueRoleForUserCommand.d.ts +39 -0
  481. package/dist-types/ts3.4/commands/AssumeQueueRoleForWorkerCommand.d.ts +39 -0
  482. package/dist-types/ts3.4/commands/BatchGetJobEntityCommand.d.ts +39 -0
  483. package/dist-types/ts3.4/commands/CopyJobTemplateCommand.d.ts +38 -0
  484. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +35 -0
  485. package/dist-types/ts3.4/commands/CreateFarmCommand.d.ts +35 -0
  486. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +35 -0
  487. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +35 -0
  488. package/dist-types/ts3.4/commands/CreateLicenseEndpointCommand.d.ts +39 -0
  489. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +38 -0
  490. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +35 -0
  491. package/dist-types/ts3.4/commands/CreateQueueEnvironmentCommand.d.ts +39 -0
  492. package/dist-types/ts3.4/commands/CreateQueueFleetAssociationCommand.d.ts +39 -0
  493. package/dist-types/ts3.4/commands/CreateStorageProfileCommand.d.ts +39 -0
  494. package/dist-types/ts3.4/commands/CreateWorkerCommand.d.ts +35 -0
  495. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +35 -0
  496. package/dist-types/ts3.4/commands/DeleteFarmCommand.d.ts +35 -0
  497. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +35 -0
  498. package/dist-types/ts3.4/commands/DeleteLicenseEndpointCommand.d.ts +39 -0
  499. package/dist-types/ts3.4/commands/DeleteMeteredProductCommand.d.ts +39 -0
  500. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +38 -0
  501. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +35 -0
  502. package/dist-types/ts3.4/commands/DeleteQueueEnvironmentCommand.d.ts +39 -0
  503. package/dist-types/ts3.4/commands/DeleteQueueFleetAssociationCommand.d.ts +39 -0
  504. package/dist-types/ts3.4/commands/DeleteStorageProfileCommand.d.ts +39 -0
  505. package/dist-types/ts3.4/commands/DeleteWorkerCommand.d.ts +35 -0
  506. package/dist-types/ts3.4/commands/DisassociateMemberFromFarmCommand.d.ts +39 -0
  507. package/dist-types/ts3.4/commands/DisassociateMemberFromFleetCommand.d.ts +39 -0
  508. package/dist-types/ts3.4/commands/DisassociateMemberFromJobCommand.d.ts +39 -0
  509. package/dist-types/ts3.4/commands/DisassociateMemberFromQueueCommand.d.ts +39 -0
  510. package/dist-types/ts3.4/commands/GetBudgetCommand.d.ts +35 -0
  511. package/dist-types/ts3.4/commands/GetFarmCommand.d.ts +31 -0
  512. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +35 -0
  513. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +29 -0
  514. package/dist-types/ts3.4/commands/GetLicenseEndpointCommand.d.ts +39 -0
  515. package/dist-types/ts3.4/commands/GetMonitorCommand.d.ts +35 -0
  516. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +35 -0
  517. package/dist-types/ts3.4/commands/GetQueueEnvironmentCommand.d.ts +39 -0
  518. package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +39 -0
  519. package/dist-types/ts3.4/commands/GetSessionActionCommand.d.ts +38 -0
  520. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +35 -0
  521. package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +39 -0
  522. package/dist-types/ts3.4/commands/GetStepCommand.d.ts +31 -0
  523. package/dist-types/ts3.4/commands/GetStorageProfileCommand.d.ts +39 -0
  524. package/dist-types/ts3.4/commands/GetStorageProfileForQueueCommand.d.ts +39 -0
  525. package/dist-types/ts3.4/commands/GetTaskCommand.d.ts +31 -0
  526. package/dist-types/ts3.4/commands/GetWorkerCommand.d.ts +35 -0
  527. package/dist-types/ts3.4/commands/ListAvailableMeteredProductsCommand.d.ts +39 -0
  528. package/dist-types/ts3.4/commands/ListBudgetsCommand.d.ts +35 -0
  529. package/dist-types/ts3.4/commands/ListFarmMembersCommand.d.ts +38 -0
  530. package/dist-types/ts3.4/commands/ListFarmsCommand.d.ts +35 -0
  531. package/dist-types/ts3.4/commands/ListFleetMembersCommand.d.ts +38 -0
  532. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +35 -0
  533. package/dist-types/ts3.4/commands/ListJobMembersCommand.d.ts +38 -0
  534. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +35 -0
  535. package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +39 -0
  536. package/dist-types/ts3.4/commands/ListMeteredProductsCommand.d.ts +39 -0
  537. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +35 -0
  538. package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +39 -0
  539. package/dist-types/ts3.4/commands/ListQueueFleetAssociationsCommand.d.ts +39 -0
  540. package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +38 -0
  541. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +35 -0
  542. package/dist-types/ts3.4/commands/ListSessionActionsCommand.d.ts +39 -0
  543. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +35 -0
  544. package/dist-types/ts3.4/commands/ListSessionsForWorkerCommand.d.ts +39 -0
  545. package/dist-types/ts3.4/commands/ListStepConsumersCommand.d.ts +39 -0
  546. package/dist-types/ts3.4/commands/ListStepDependenciesCommand.d.ts +39 -0
  547. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +35 -0
  548. package/dist-types/ts3.4/commands/ListStorageProfilesCommand.d.ts +39 -0
  549. package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +37 -0
  550. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
  551. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +35 -0
  552. package/dist-types/ts3.4/commands/ListWorkersCommand.d.ts +35 -0
  553. package/dist-types/ts3.4/commands/PutMeteredProductCommand.d.ts +39 -0
  554. package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +35 -0
  555. package/dist-types/ts3.4/commands/SearchStepsCommand.d.ts +35 -0
  556. package/dist-types/ts3.4/commands/SearchTasksCommand.d.ts +35 -0
  557. package/dist-types/ts3.4/commands/SearchWorkersCommand.d.ts +38 -0
  558. package/dist-types/ts3.4/commands/StartSessionsStatisticsAggregationCommand.d.ts +39 -0
  559. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
  560. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
  561. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +35 -0
  562. package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +35 -0
  563. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +35 -0
  564. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +35 -0
  565. package/dist-types/ts3.4/commands/UpdateMonitorCommand.d.ts +38 -0
  566. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +35 -0
  567. package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +39 -0
  568. package/dist-types/ts3.4/commands/UpdateQueueFleetAssociationCommand.d.ts +39 -0
  569. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +38 -0
  570. package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +35 -0
  571. package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +39 -0
  572. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +35 -0
  573. package/dist-types/ts3.4/commands/UpdateWorkerCommand.d.ts +35 -0
  574. package/dist-types/ts3.4/commands/UpdateWorkerScheduleCommand.d.ts +39 -0
  575. package/dist-types/ts3.4/commands/index.d.ts +102 -0
  576. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  577. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  578. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  579. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  580. package/dist-types/ts3.4/index.d.ts +10 -0
  581. package/dist-types/ts3.4/models/DeadlineServiceException.d.ts +8 -0
  582. package/dist-types/ts3.4/models/index.d.ts +2 -0
  583. package/dist-types/ts3.4/models/models_0.d.ts +2391 -0
  584. package/dist-types/ts3.4/models/models_1.d.ts +650 -0
  585. package/dist-types/ts3.4/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +11 -0
  586. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  587. package/dist-types/ts3.4/pagination/ListAvailableMeteredProductsPaginator.d.ts +11 -0
  588. package/dist-types/ts3.4/pagination/ListBudgetsPaginator.d.ts +11 -0
  589. package/dist-types/ts3.4/pagination/ListFarmMembersPaginator.d.ts +11 -0
  590. package/dist-types/ts3.4/pagination/ListFarmsPaginator.d.ts +11 -0
  591. package/dist-types/ts3.4/pagination/ListFleetMembersPaginator.d.ts +11 -0
  592. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -0
  593. package/dist-types/ts3.4/pagination/ListJobMembersPaginator.d.ts +11 -0
  594. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
  595. package/dist-types/ts3.4/pagination/ListLicenseEndpointsPaginator.d.ts +11 -0
  596. package/dist-types/ts3.4/pagination/ListMeteredProductsPaginator.d.ts +11 -0
  597. package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +11 -0
  598. package/dist-types/ts3.4/pagination/ListQueueEnvironmentsPaginator.d.ts +11 -0
  599. package/dist-types/ts3.4/pagination/ListQueueFleetAssociationsPaginator.d.ts +11 -0
  600. package/dist-types/ts3.4/pagination/ListQueueMembersPaginator.d.ts +11 -0
  601. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -0
  602. package/dist-types/ts3.4/pagination/ListSessionActionsPaginator.d.ts +11 -0
  603. package/dist-types/ts3.4/pagination/ListSessionsForWorkerPaginator.d.ts +11 -0
  604. package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
  605. package/dist-types/ts3.4/pagination/ListStepConsumersPaginator.d.ts +11 -0
  606. package/dist-types/ts3.4/pagination/ListStepDependenciesPaginator.d.ts +11 -0
  607. package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +11 -0
  608. package/dist-types/ts3.4/pagination/ListStorageProfilesForQueuePaginator.d.ts +11 -0
  609. package/dist-types/ts3.4/pagination/ListStorageProfilesPaginator.d.ts +11 -0
  610. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -0
  611. package/dist-types/ts3.4/pagination/ListWorkersPaginator.d.ts +11 -0
  612. package/dist-types/ts3.4/pagination/index.d.ts +27 -0
  613. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1229 -0
  614. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +85 -0
  615. package/dist-types/ts3.4/runtimeConfig.d.ts +89 -0
  616. package/dist-types/ts3.4/runtimeConfig.native.d.ts +79 -0
  617. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  618. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  619. package/dist-types/ts3.4/waiters/index.d.ts +7 -0
  620. package/dist-types/ts3.4/waiters/waitForFleetActive.d.ts +11 -0
  621. package/dist-types/ts3.4/waiters/waitForJobCreateComplete.d.ts +11 -0
  622. package/dist-types/ts3.4/waiters/waitForLicenseEndpointDeleted.d.ts +11 -0
  623. package/dist-types/ts3.4/waiters/waitForLicenseEndpointValid.d.ts +11 -0
  624. package/dist-types/ts3.4/waiters/waitForQueueFleetAssociationStopped.d.ts +11 -0
  625. package/dist-types/ts3.4/waiters/waitForQueueScheduling.d.ts +11 -0
  626. package/dist-types/ts3.4/waiters/waitForQueueSchedulingBlocked.d.ts +11 -0
  627. package/dist-types/waiters/index.d.ts +7 -0
  628. package/dist-types/waiters/waitForFleetActive.d.ts +14 -0
  629. package/dist-types/waiters/waitForJobCreateComplete.d.ts +14 -0
  630. package/dist-types/waiters/waitForLicenseEndpointDeleted.d.ts +14 -0
  631. package/dist-types/waiters/waitForLicenseEndpointValid.d.ts +14 -0
  632. package/dist-types/waiters/waitForQueueFleetAssociationStopped.d.ts +14 -0
  633. package/dist-types/waiters/waitForQueueScheduling.d.ts +14 -0
  634. package/dist-types/waiters/waitForQueueSchedulingBlocked.d.ts +14 -0
  635. package/package.json +104 -0
@@ -0,0 +1,2199 @@
1
+ import { ComparisonOperator, DateTimeFilterExpression, DefaultQueueBudgetAction, EnvironmentTemplateType, FileSystemLocation, HostPropertiesResponse, JobAttachmentSettings, JobLifecycleStatus, JobParameter, JobRunAsUser, JobTargetTaskRunStatus, ParameterSpace, StepLifecycleStatus, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, StorageProfileSummary, TaskParameterValue, TaskRunStatus, TaskTargetRunStatus, WorkerStatus } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface ListStorageProfilesForQueueResponse {
6
+ /**
7
+ * <p>The storage profiles in the queue.</p>
8
+ * @public
9
+ */
10
+ storageProfiles: StorageProfileSummary[] | undefined;
11
+ /**
12
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
13
+ * @public
14
+ */
15
+ nextToken?: string;
16
+ }
17
+ /**
18
+ * @public
19
+ */
20
+ export interface UpdateQueueRequest {
21
+ /**
22
+ * <p>The idempotency token to update in the queue.</p>
23
+ * @public
24
+ */
25
+ clientToken?: string;
26
+ /**
27
+ * <p>The farm ID to update in the queue.</p>
28
+ * @public
29
+ */
30
+ farmId: string | undefined;
31
+ /**
32
+ * <p>The queue ID to update.</p>
33
+ * @public
34
+ */
35
+ queueId: string | undefined;
36
+ /**
37
+ * <p>The display name of the queue to update.</p>
38
+ * @public
39
+ */
40
+ displayName?: string;
41
+ /**
42
+ * <p>The description of the queue to update.</p>
43
+ * @public
44
+ */
45
+ description?: string;
46
+ /**
47
+ * <p>The default action to take for a queue update if a budget isn't configured.</p>
48
+ * @public
49
+ */
50
+ defaultBudgetAction?: DefaultQueueBudgetAction;
51
+ /**
52
+ * <p>The job attachment settings to update for the
53
+ * queue.</p>
54
+ * @public
55
+ */
56
+ jobAttachmentSettings?: JobAttachmentSettings;
57
+ /**
58
+ * <p>The IAM role ARN that's used to run jobs from this queue.</p>
59
+ * @public
60
+ */
61
+ roleArn?: string;
62
+ /**
63
+ * <p>Update the jobs in the queue to run as a specified POSIX user.</p>
64
+ * @public
65
+ */
66
+ jobRunAsUser?: JobRunAsUser;
67
+ /**
68
+ * <p>The required file system location names to add to the queue.</p>
69
+ * @public
70
+ */
71
+ requiredFileSystemLocationNamesToAdd?: string[];
72
+ /**
73
+ * <p>The required file system location names to remove from the queue.</p>
74
+ * @public
75
+ */
76
+ requiredFileSystemLocationNamesToRemove?: string[];
77
+ /**
78
+ * <p>The storage profile IDs to add.</p>
79
+ * @public
80
+ */
81
+ allowedStorageProfileIdsToAdd?: string[];
82
+ /**
83
+ * <p>The storage profile ID to remove.</p>
84
+ * @public
85
+ */
86
+ allowedStorageProfileIdsToRemove?: string[];
87
+ }
88
+ /**
89
+ * @public
90
+ */
91
+ export interface UpdateQueueResponse {
92
+ }
93
+ /**
94
+ * @public
95
+ */
96
+ export interface UpdateQueueEnvironmentRequest {
97
+ /**
98
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
99
+ * @public
100
+ */
101
+ clientToken?: string;
102
+ /**
103
+ * <p>The farm ID of the queue environment to update.</p>
104
+ * @public
105
+ */
106
+ farmId: string | undefined;
107
+ /**
108
+ * <p>The queue ID of the queue environment to update.</p>
109
+ * @public
110
+ */
111
+ queueId: string | undefined;
112
+ /**
113
+ * <p>The queue environment ID to update.</p>
114
+ * @public
115
+ */
116
+ queueEnvironmentId: string | undefined;
117
+ /**
118
+ * <p>The priority to update.</p>
119
+ * @public
120
+ */
121
+ priority?: number;
122
+ /**
123
+ * <p>The template type to update.</p>
124
+ * @public
125
+ */
126
+ templateType?: EnvironmentTemplateType;
127
+ /**
128
+ * <p>The template to update.</p>
129
+ * @public
130
+ */
131
+ template?: string;
132
+ }
133
+ /**
134
+ * @public
135
+ */
136
+ export interface UpdateQueueEnvironmentResponse {
137
+ }
138
+ /**
139
+ * @public
140
+ */
141
+ export interface UpdateFarmRequest {
142
+ /**
143
+ * <p>The farm ID to update.</p>
144
+ * @public
145
+ */
146
+ farmId: string | undefined;
147
+ /**
148
+ * <p>The display name of the farm to update.</p>
149
+ * @public
150
+ */
151
+ displayName?: string;
152
+ /**
153
+ * <p>The description of the farm to update.</p>
154
+ * @public
155
+ */
156
+ description?: string;
157
+ }
158
+ /**
159
+ * @public
160
+ */
161
+ export interface UpdateFarmResponse {
162
+ }
163
+ /**
164
+ * @public
165
+ */
166
+ export interface UpdateStorageProfileRequest {
167
+ /**
168
+ * <p>The unique token which the server uses to recognize retries of the same request.</p>
169
+ * @public
170
+ */
171
+ clientToken?: string;
172
+ /**
173
+ * <p>The farm ID to update.</p>
174
+ * @public
175
+ */
176
+ farmId: string | undefined;
177
+ /**
178
+ * <p>The storage profile ID to update.</p>
179
+ * @public
180
+ */
181
+ storageProfileId: string | undefined;
182
+ /**
183
+ * <p>The display name of the storage profile to update.</p>
184
+ * @public
185
+ */
186
+ displayName?: string;
187
+ /**
188
+ * <p>The OS system to update.</p>
189
+ * @public
190
+ */
191
+ osFamily?: StorageProfileOperatingSystemFamily;
192
+ /**
193
+ * <p>The file system location names to add.</p>
194
+ * @public
195
+ */
196
+ fileSystemLocationsToAdd?: FileSystemLocation[];
197
+ /**
198
+ * <p>The file system location names to remove.</p>
199
+ * @public
200
+ */
201
+ fileSystemLocationsToRemove?: FileSystemLocation[];
202
+ }
203
+ /**
204
+ * @public
205
+ */
206
+ export interface UpdateStorageProfileResponse {
207
+ }
208
+ /**
209
+ * @public
210
+ */
211
+ export interface GetQueueFleetAssociationRequest {
212
+ /**
213
+ * <p>The farm ID of the farm that contains the queue-fleet association.</p>
214
+ * @public
215
+ */
216
+ farmId: string | undefined;
217
+ /**
218
+ * <p>The queue ID for the queue-fleet association.</p>
219
+ * @public
220
+ */
221
+ queueId: string | undefined;
222
+ /**
223
+ * <p>The fleet ID for the queue-fleet association.</p>
224
+ * @public
225
+ */
226
+ fleetId: string | undefined;
227
+ }
228
+ /**
229
+ * @public
230
+ * @enum
231
+ */
232
+ export declare const QueueFleetAssociationStatus: {
233
+ readonly ACTIVE: "ACTIVE";
234
+ readonly STOPPED: "STOPPED";
235
+ readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
236
+ readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
237
+ };
238
+ /**
239
+ * @public
240
+ */
241
+ export type QueueFleetAssociationStatus = (typeof QueueFleetAssociationStatus)[keyof typeof QueueFleetAssociationStatus];
242
+ /**
243
+ * @public
244
+ */
245
+ export interface GetQueueFleetAssociationResponse {
246
+ /**
247
+ * <p>The queue ID for the queue-fleet association.</p>
248
+ * @public
249
+ */
250
+ queueId: string | undefined;
251
+ /**
252
+ * <p>The fleet ID for the queue-fleet association.</p>
253
+ * @public
254
+ */
255
+ fleetId: string | undefined;
256
+ /**
257
+ * <p>The status of the queue-fleet association.</p>
258
+ * @public
259
+ */
260
+ status: QueueFleetAssociationStatus | undefined;
261
+ /**
262
+ * <p>The date and time the resource was created.</p>
263
+ * @public
264
+ */
265
+ createdAt: Date | undefined;
266
+ /**
267
+ * <p>The user or system that created this resource.</p>
268
+ * @public
269
+ */
270
+ createdBy: string | undefined;
271
+ /**
272
+ * <p>The date and time the resource was updated.</p>
273
+ * @public
274
+ */
275
+ updatedAt?: Date;
276
+ /**
277
+ * <p>The user or system that updated this resource.</p>
278
+ * @public
279
+ */
280
+ updatedBy?: string;
281
+ }
282
+ /**
283
+ * @public
284
+ */
285
+ export interface GetSessionsStatisticsAggregationRequest {
286
+ /**
287
+ * <p>The identifier of the farm to include in the statistics. This should be the same as the
288
+ * farm ID used in the call to the <code>StartSessionsStatisticsAggregation</code>
289
+ * operation.</p>
290
+ * @public
291
+ */
292
+ farmId: string | undefined;
293
+ /**
294
+ * <p>The identifier returned by the <code>StartSessionsStatisticsAggregation</code> operation
295
+ * that identifies the aggregated statistics.</p>
296
+ * @public
297
+ */
298
+ aggregationId: string | undefined;
299
+ /**
300
+ * <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
301
+ * @public
302
+ */
303
+ maxResults?: number;
304
+ /**
305
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
306
+ * @public
307
+ */
308
+ nextToken?: string;
309
+ }
310
+ /**
311
+ * <p>The minimum, maximum, average, and sum.</p>
312
+ * @public
313
+ */
314
+ export interface Stats {
315
+ /**
316
+ * <p>The minimum of the usage statistics.</p>
317
+ * @public
318
+ */
319
+ min?: number;
320
+ /**
321
+ * <p>The maximum among the usage statistics.</p>
322
+ * @public
323
+ */
324
+ max?: number;
325
+ /**
326
+ * <p>The average of the usage statistics.</p>
327
+ * @public
328
+ */
329
+ avg?: number;
330
+ /**
331
+ * <p>The sum of the usage statistics.</p>
332
+ * @public
333
+ */
334
+ sum?: number;
335
+ }
336
+ /**
337
+ * @public
338
+ * @enum
339
+ */
340
+ export declare const UsageType: {
341
+ readonly COMPUTE: "COMPUTE";
342
+ readonly LICENSE: "LICENSE";
343
+ };
344
+ /**
345
+ * @public
346
+ */
347
+ export type UsageType = (typeof UsageType)[keyof typeof UsageType];
348
+ /**
349
+ * <p>A list of statistics for a session.</p>
350
+ * @public
351
+ */
352
+ export interface Statistics {
353
+ /**
354
+ * <p>The queue ID.</p>
355
+ * @public
356
+ */
357
+ queueId?: string;
358
+ /**
359
+ * <p>The fleet ID.</p>
360
+ * @public
361
+ */
362
+ fleetId?: string;
363
+ /**
364
+ * <p>The job ID.</p>
365
+ * @public
366
+ */
367
+ jobId?: string;
368
+ /**
369
+ * <p>The job name.</p>
370
+ * @public
371
+ */
372
+ jobName?: string;
373
+ /**
374
+ * <p>The user ID.</p>
375
+ * @public
376
+ */
377
+ userId?: string;
378
+ /**
379
+ * <p>The type of usage for the statistics.</p>
380
+ * @public
381
+ */
382
+ usageType?: UsageType;
383
+ /**
384
+ * <p>The licensed product.</p>
385
+ * @public
386
+ */
387
+ licenseProduct?: string;
388
+ /**
389
+ * <p>The type of instance.</p>
390
+ * @public
391
+ */
392
+ instanceType?: string;
393
+ /**
394
+ * <p>The number of instances in a list of statistics.</p>
395
+ * @public
396
+ */
397
+ count: number | undefined;
398
+ /**
399
+ * <p>How the statistics should appear in USD. Options include: minimum, maximum, average or
400
+ * sum.</p>
401
+ * @public
402
+ */
403
+ costInUsd: Stats | undefined;
404
+ /**
405
+ * <p>The total aggregated runtime.</p>
406
+ * @public
407
+ */
408
+ runtimeInSeconds: Stats | undefined;
409
+ /**
410
+ * <p>The start time for the aggregation.</p>
411
+ * @public
412
+ */
413
+ aggregationStartTime?: Date;
414
+ /**
415
+ * <p>The end time for the aggregation.</p>
416
+ * @public
417
+ */
418
+ aggregationEndTime?: Date;
419
+ }
420
+ /**
421
+ * @public
422
+ * @enum
423
+ */
424
+ export declare const SessionsStatisticsAggregationStatus: {
425
+ readonly COMPLETED: "COMPLETED";
426
+ readonly FAILED: "FAILED";
427
+ readonly IN_PROGRESS: "IN_PROGRESS";
428
+ readonly TIMEOUT: "TIMEOUT";
429
+ };
430
+ /**
431
+ * @public
432
+ */
433
+ export type SessionsStatisticsAggregationStatus = (typeof SessionsStatisticsAggregationStatus)[keyof typeof SessionsStatisticsAggregationStatus];
434
+ /**
435
+ * @public
436
+ */
437
+ export interface GetSessionsStatisticsAggregationResponse {
438
+ /**
439
+ * <p>The statistics for the specified fleets or queues.</p>
440
+ * @public
441
+ */
442
+ statistics?: Statistics[];
443
+ /**
444
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
445
+ * @public
446
+ */
447
+ nextToken?: string;
448
+ /**
449
+ * <p>The status of the aggregated results.</p>
450
+ * @public
451
+ */
452
+ status: SessionsStatisticsAggregationStatus | undefined;
453
+ /**
454
+ * <p>A message that describes the status.</p>
455
+ * @public
456
+ */
457
+ statusMessage?: string;
458
+ }
459
+ /**
460
+ * @public
461
+ */
462
+ export interface DeleteLicenseEndpointRequest {
463
+ /**
464
+ * <p>The license endpoint ID of the license endpoint to delete.</p>
465
+ * @public
466
+ */
467
+ licenseEndpointId: string | undefined;
468
+ }
469
+ /**
470
+ * @public
471
+ */
472
+ export interface DeleteLicenseEndpointResponse {
473
+ }
474
+ /**
475
+ * @public
476
+ */
477
+ export interface GetLicenseEndpointRequest {
478
+ /**
479
+ * <p>The license endpoint ID.</p>
480
+ * @public
481
+ */
482
+ licenseEndpointId: string | undefined;
483
+ }
484
+ /**
485
+ * @public
486
+ * @enum
487
+ */
488
+ export declare const LicenseEndpointStatus: {
489
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
490
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
491
+ readonly NOT_READY: "NOT_READY";
492
+ readonly READY: "READY";
493
+ };
494
+ /**
495
+ * @public
496
+ */
497
+ export type LicenseEndpointStatus = (typeof LicenseEndpointStatus)[keyof typeof LicenseEndpointStatus];
498
+ /**
499
+ * @public
500
+ */
501
+ export interface GetLicenseEndpointResponse {
502
+ /**
503
+ * <p>The license endpoint ID.</p>
504
+ * @public
505
+ */
506
+ licenseEndpointId: string | undefined;
507
+ /**
508
+ * <p>The status of the license endpoint.</p>
509
+ * @public
510
+ */
511
+ status: LicenseEndpointStatus | undefined;
512
+ /**
513
+ * <p>The status message of the license endpoint.</p>
514
+ * @public
515
+ */
516
+ statusMessage: string | undefined;
517
+ /**
518
+ * <p>The VCP(virtual private cloud) ID associated with the license endpoint.</p>
519
+ * @public
520
+ */
521
+ vpcId?: string;
522
+ /**
523
+ * <p>The DNS name.</p>
524
+ * @public
525
+ */
526
+ dnsName?: string;
527
+ /**
528
+ * <p>The subnet IDs.</p>
529
+ * @public
530
+ */
531
+ subnetIds?: string[];
532
+ /**
533
+ * <p>The security group IDs for the license endpoint.</p>
534
+ * @public
535
+ */
536
+ securityGroupIds?: string[];
537
+ }
538
+ /**
539
+ * @public
540
+ */
541
+ export interface ListLicenseEndpointsRequest {
542
+ /**
543
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
544
+ * @public
545
+ */
546
+ nextToken?: string;
547
+ /**
548
+ * <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
549
+ * @public
550
+ */
551
+ maxResults?: number;
552
+ }
553
+ /**
554
+ * <p>The details for a license endpoint.</p>
555
+ * @public
556
+ */
557
+ export interface LicenseEndpointSummary {
558
+ /**
559
+ * <p>The license endpoint ID.</p>
560
+ * @public
561
+ */
562
+ licenseEndpointId?: string;
563
+ /**
564
+ * <p>The status of the license endpoint.</p>
565
+ * @public
566
+ */
567
+ status?: LicenseEndpointStatus;
568
+ /**
569
+ * <p>The status message of the license endpoint.</p>
570
+ * @public
571
+ */
572
+ statusMessage?: string;
573
+ /**
574
+ * <p>The VCP(virtual private cloud) ID associated with the license endpoint.</p>
575
+ * @public
576
+ */
577
+ vpcId?: string;
578
+ }
579
+ /**
580
+ * @public
581
+ */
582
+ export interface ListLicenseEndpointsResponse {
583
+ /**
584
+ * <p>The license endpoints.</p>
585
+ * @public
586
+ */
587
+ licenseEndpoints: LicenseEndpointSummary[] | undefined;
588
+ /**
589
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
590
+ * @public
591
+ */
592
+ nextToken?: string;
593
+ }
594
+ /**
595
+ * @public
596
+ */
597
+ export interface DeleteMeteredProductRequest {
598
+ /**
599
+ * <p>The ID of the license endpoint from which to remove the metered product.</p>
600
+ * @public
601
+ */
602
+ licenseEndpointId: string | undefined;
603
+ /**
604
+ * <p>The product ID to remove from the license endpoint.</p>
605
+ * @public
606
+ */
607
+ productId: string | undefined;
608
+ }
609
+ /**
610
+ * @public
611
+ */
612
+ export interface DeleteMeteredProductResponse {
613
+ }
614
+ /**
615
+ * @public
616
+ */
617
+ export interface ListMeteredProductsRequest {
618
+ /**
619
+ * <p>The license endpoint ID to include on the list of metered products.</p>
620
+ * @public
621
+ */
622
+ licenseEndpointId: string | undefined;
623
+ /**
624
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
625
+ * @public
626
+ */
627
+ nextToken?: string;
628
+ /**
629
+ * <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
630
+ * @public
631
+ */
632
+ maxResults?: number;
633
+ }
634
+ /**
635
+ * <p>The details of a metered product.</p>
636
+ * @public
637
+ */
638
+ export interface MeteredProductSummary {
639
+ /**
640
+ * <p>The product ID.</p>
641
+ * @public
642
+ */
643
+ productId: string | undefined;
644
+ /**
645
+ * <p>The family to which the metered product belongs.</p>
646
+ * @public
647
+ */
648
+ family: string | undefined;
649
+ /**
650
+ * <p>The vendor.</p>
651
+ * @public
652
+ */
653
+ vendor: string | undefined;
654
+ /**
655
+ * <p>The port on which the metered product should run.</p>
656
+ * @public
657
+ */
658
+ port: number | undefined;
659
+ }
660
+ /**
661
+ * @public
662
+ */
663
+ export interface ListMeteredProductsResponse {
664
+ /**
665
+ * <p>The metered products to list.</p>
666
+ * @public
667
+ */
668
+ meteredProducts: MeteredProductSummary[] | undefined;
669
+ /**
670
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
671
+ * @public
672
+ */
673
+ nextToken?: string;
674
+ }
675
+ /**
676
+ * @public
677
+ */
678
+ export interface PutMeteredProductRequest {
679
+ /**
680
+ * <p>The license endpoint ID to add to the metered product.</p>
681
+ * @public
682
+ */
683
+ licenseEndpointId: string | undefined;
684
+ /**
685
+ * <p>The product ID to add to the metered product.</p>
686
+ * @public
687
+ */
688
+ productId: string | undefined;
689
+ }
690
+ /**
691
+ * @public
692
+ */
693
+ export interface PutMeteredProductResponse {
694
+ }
695
+ /**
696
+ * @public
697
+ */
698
+ export interface ListAvailableMeteredProductsRequest {
699
+ /**
700
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
701
+ * @public
702
+ */
703
+ nextToken?: string;
704
+ /**
705
+ * <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
706
+ * @public
707
+ */
708
+ maxResults?: number;
709
+ }
710
+ /**
711
+ * @public
712
+ */
713
+ export interface ListAvailableMeteredProductsResponse {
714
+ /**
715
+ * <p>The metered products.</p>
716
+ * @public
717
+ */
718
+ meteredProducts: MeteredProductSummary[] | undefined;
719
+ /**
720
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
721
+ * @public
722
+ */
723
+ nextToken?: string;
724
+ }
725
+ /**
726
+ * @public
727
+ */
728
+ export interface ListQueueFleetAssociationsRequest {
729
+ /**
730
+ * <p>The farm ID for the queue-fleet association list.</p>
731
+ * @public
732
+ */
733
+ farmId: string | undefined;
734
+ /**
735
+ * <p>The queue ID for the queue-fleet association list.</p>
736
+ * @public
737
+ */
738
+ queueId?: string;
739
+ /**
740
+ * <p>The fleet ID for the queue-fleet association list.</p>
741
+ * @public
742
+ */
743
+ fleetId?: string;
744
+ /**
745
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
746
+ * @public
747
+ */
748
+ nextToken?: string;
749
+ /**
750
+ * <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
751
+ * @public
752
+ */
753
+ maxResults?: number;
754
+ }
755
+ /**
756
+ * <p>The details of a queue-fleet association.</p>
757
+ * @public
758
+ */
759
+ export interface QueueFleetAssociationSummary {
760
+ /**
761
+ * <p>The queue ID.</p>
762
+ * @public
763
+ */
764
+ queueId: string | undefined;
765
+ /**
766
+ * <p>The fleet ID.</p>
767
+ * @public
768
+ */
769
+ fleetId: string | undefined;
770
+ /**
771
+ * <p>The status of task scheduling in the queue-fleet association.</p>
772
+ * <ul>
773
+ * <li>
774
+ * <p>
775
+ * <code>ACTIVE</code>–Association is active.</p>
776
+ * </li>
777
+ * <li>
778
+ * <p>
779
+ * <code>STOP_SCHEDULING_AND_COMPLETE_TASKS</code>–Association has stopped
780
+ * scheduling new tasks and is completing current tasks.</p>
781
+ * </li>
782
+ * <li>
783
+ * <p>
784
+ * <code>STOP_SCHEDULING_AND_CANCEL_TASKS</code>–Association has stopped
785
+ * scheduling new tasks and is canceling current tasks.</p>
786
+ * </li>
787
+ * <li>
788
+ * <p>
789
+ * <code>STOPPED</code>–Association has been stopped.</p>
790
+ * </li>
791
+ * </ul>
792
+ * @public
793
+ */
794
+ status: QueueFleetAssociationStatus | undefined;
795
+ /**
796
+ * <p>The date and time the resource was created.</p>
797
+ * @public
798
+ */
799
+ createdAt: Date | undefined;
800
+ /**
801
+ * <p>The user or system that created this resource.</p>
802
+ * @public
803
+ */
804
+ createdBy: string | undefined;
805
+ /**
806
+ * <p>The date and time the resource was updated.</p>
807
+ * @public
808
+ */
809
+ updatedAt?: Date;
810
+ /**
811
+ * <p>The user or system that updated this resource.</p>
812
+ * @public
813
+ */
814
+ updatedBy?: string;
815
+ }
816
+ /**
817
+ * @public
818
+ */
819
+ export interface ListQueueFleetAssociationsResponse {
820
+ /**
821
+ * <p>The queue-fleet associations on the list.</p>
822
+ * @public
823
+ */
824
+ queueFleetAssociations: QueueFleetAssociationSummary[] | undefined;
825
+ /**
826
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
827
+ * @public
828
+ */
829
+ nextToken?: string;
830
+ }
831
+ /**
832
+ * @public
833
+ */
834
+ export interface ListTagsForResourceRequest {
835
+ /**
836
+ * <p>The resource ARN to list tags for.</p>
837
+ * @public
838
+ */
839
+ resourceArn: string | undefined;
840
+ }
841
+ /**
842
+ * @public
843
+ */
844
+ export interface ListTagsForResourceResponse {
845
+ /**
846
+ * <p>Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.</p>
847
+ * @public
848
+ */
849
+ tags?: Record<string, string>;
850
+ }
851
+ /**
852
+ * @public
853
+ */
854
+ export interface DeleteMonitorRequest {
855
+ /**
856
+ * <p>The unique identifier of the monitor to delete. This ID is returned by the
857
+ * <code>CreateMonitor</code> operation, and is included in the response to the
858
+ * <code>GetMonitor</code> operation.</p>
859
+ * @public
860
+ */
861
+ monitorId: string | undefined;
862
+ }
863
+ /**
864
+ * @public
865
+ */
866
+ export interface DeleteMonitorResponse {
867
+ }
868
+ /**
869
+ * @public
870
+ */
871
+ export interface GetMonitorRequest {
872
+ /**
873
+ * <p>The unique identifier for the monitor. This ID is returned by the
874
+ * <code>CreateMonitor</code> operation.</p>
875
+ * @public
876
+ */
877
+ monitorId: string | undefined;
878
+ }
879
+ /**
880
+ * @public
881
+ */
882
+ export interface GetMonitorResponse {
883
+ /**
884
+ * <p>The unique identifier for the monitor.</p>
885
+ * @public
886
+ */
887
+ monitorId: string | undefined;
888
+ /**
889
+ * <p>The name used to identify the monitor on the Deadline Cloud console.</p>
890
+ * @public
891
+ */
892
+ displayName: string | undefined;
893
+ /**
894
+ * <p>The subdomain used for the monitor URL. The full URL of the monitor is
895
+ * subdomain.Region.deadlinecloud.amazonaws.com.</p>
896
+ * @public
897
+ */
898
+ subdomain: string | undefined;
899
+ /**
900
+ * <p>The complete URL of the monitor. The full URL of the monitor is
901
+ * subdomain.Region.deadlinecloud.amazonaws.com.</p>
902
+ * @public
903
+ */
904
+ url: string | undefined;
905
+ /**
906
+ * <p>The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to
907
+ * access Deadline Cloud resources.</p>
908
+ * @public
909
+ */
910
+ roleArn: string | undefined;
911
+ /**
912
+ * <p>The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.</p>
913
+ * @public
914
+ */
915
+ identityCenterInstanceArn: string | undefined;
916
+ /**
917
+ * <p>The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.</p>
918
+ * @public
919
+ */
920
+ identityCenterApplicationArn: string | undefined;
921
+ /**
922
+ * <p>The UNIX timestamp of the date and time that the monitor was created.</p>
923
+ * @public
924
+ */
925
+ createdAt: Date | undefined;
926
+ /**
927
+ * <p>The user name of the person that created the monitor.</p>
928
+ * @public
929
+ */
930
+ createdBy: string | undefined;
931
+ /**
932
+ * <p>The UNIX timestamp of the last date and time that the monitor was updated.</p>
933
+ * @public
934
+ */
935
+ updatedAt?: Date;
936
+ /**
937
+ * <p>The user name of the person that last updated the monitor.</p>
938
+ * @public
939
+ */
940
+ updatedBy?: string;
941
+ }
942
+ /**
943
+ * @public
944
+ */
945
+ export interface ListMonitorsRequest {
946
+ /**
947
+ * <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
948
+ * @public
949
+ */
950
+ nextToken?: string;
951
+ /**
952
+ * <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
953
+ * @public
954
+ */
955
+ maxResults?: number;
956
+ }
957
+ /**
958
+ * <p>Provides information about a monitor in Deadline Cloud.</p>
959
+ * @public
960
+ */
961
+ export interface MonitorSummary {
962
+ /**
963
+ * <p>The unique identifier for the monitor.</p>
964
+ * @public
965
+ */
966
+ monitorId: string | undefined;
967
+ /**
968
+ * <p>The name of the monitor that displays on the Deadline Cloud console.</p>
969
+ * @public
970
+ */
971
+ displayName: string | undefined;
972
+ /**
973
+ * <p>The subdomain used for the monitor URL. The full URL of the monitor is
974
+ * subdomain.Region.deadlinecloud.amazonaws.com.</p>
975
+ * @public
976
+ */
977
+ subdomain: string | undefined;
978
+ /**
979
+ * <p>The complete URL of the monitor. The full URL of the monitor is
980
+ * subdomain.Region.deadlinecloud.amazonaws.com.</p>
981
+ * @public
982
+ */
983
+ url: string | undefined;
984
+ /**
985
+ * <p>The Amazon Resource Name (ARN) of the IAM role for the monitor. Users of the monitor use this role to
986
+ * access Deadline Cloud resources.</p>
987
+ * @public
988
+ */
989
+ roleArn: string | undefined;
990
+ /**
991
+ * <p>The Amazon Resource Name (ARN) of the IAM Identity Center instance responsible for authenticating monitor users.</p>
992
+ * @public
993
+ */
994
+ identityCenterInstanceArn: string | undefined;
995
+ /**
996
+ * <p>The Amazon Resource Name (ARN) that the IAM Identity Center assigned to the monitor when it was created.</p>
997
+ * @public
998
+ */
999
+ identityCenterApplicationArn: string | undefined;
1000
+ /**
1001
+ * <p>The UNIX timestamp of the date and time that the monitor was created.</p>
1002
+ * @public
1003
+ */
1004
+ createdAt: Date | undefined;
1005
+ /**
1006
+ * <p>The user name of the person that created the monitor.</p>
1007
+ * @public
1008
+ */
1009
+ createdBy: string | undefined;
1010
+ /**
1011
+ * <p>The UNIX timestamp of the date and time that the monitor was last updated.</p>
1012
+ * @public
1013
+ */
1014
+ updatedAt?: Date;
1015
+ /**
1016
+ * <p>The user name of the person that last updated the monitor.</p>
1017
+ * @public
1018
+ */
1019
+ updatedBy?: string;
1020
+ }
1021
+ /**
1022
+ * @public
1023
+ */
1024
+ export interface ListMonitorsResponse {
1025
+ /**
1026
+ * <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
1027
+ * @public
1028
+ */
1029
+ nextToken?: string;
1030
+ /**
1031
+ * <p>A list of <code>MonitorSummary</code> objects that describe your monitors in the
1032
+ * Deadline Cloud.</p>
1033
+ * @public
1034
+ */
1035
+ monitors: MonitorSummary[] | undefined;
1036
+ }
1037
+ /**
1038
+ * @public
1039
+ */
1040
+ export interface UpdateMonitorRequest {
1041
+ /**
1042
+ * <p>The unique identifier of the monitor to update.</p>
1043
+ * @public
1044
+ */
1045
+ monitorId: string | undefined;
1046
+ /**
1047
+ * <p>The new value of the subdomain to use when forming the monitor URL.</p>
1048
+ * @public
1049
+ */
1050
+ subdomain?: string;
1051
+ /**
1052
+ * <p>The new value to use for the monitor's display name.</p>
1053
+ * @public
1054
+ */
1055
+ displayName?: string;
1056
+ /**
1057
+ * <p>The Amazon Resource Name (ARN) of the new IAM role to use with the monitor.</p>
1058
+ * @public
1059
+ */
1060
+ roleArn?: string;
1061
+ }
1062
+ /**
1063
+ * @public
1064
+ */
1065
+ export interface UpdateMonitorResponse {
1066
+ }
1067
+ /**
1068
+ * <p>The details of a filtered search for parameters.</p>
1069
+ * @public
1070
+ */
1071
+ export interface ParameterFilterExpression {
1072
+ /**
1073
+ * <p>The name of the parameter to filter on.</p>
1074
+ * @public
1075
+ */
1076
+ name: string | undefined;
1077
+ /**
1078
+ * <p>The type of comparison to use to filter results.</p>
1079
+ * @public
1080
+ */
1081
+ operator: ComparisonOperator | undefined;
1082
+ /**
1083
+ * <p>The parameter's value.</p>
1084
+ * @public
1085
+ */
1086
+ value: string | undefined;
1087
+ }
1088
+ /**
1089
+ * <p>Searches for a particular search term.</p>
1090
+ * @public
1091
+ */
1092
+ export interface SearchTermFilterExpression {
1093
+ /**
1094
+ * <p>The term to search for.</p>
1095
+ * @public
1096
+ */
1097
+ searchTerm: string | undefined;
1098
+ }
1099
+ /**
1100
+ * <p>Searches for a particular string.</p>
1101
+ * @public
1102
+ */
1103
+ export interface StringFilterExpression {
1104
+ /**
1105
+ * <p>The field name to search.</p>
1106
+ * @public
1107
+ */
1108
+ name: string | undefined;
1109
+ /**
1110
+ * <p>The type of comparison to use for this search.</p>
1111
+ * @public
1112
+ */
1113
+ operator: ComparisonOperator | undefined;
1114
+ /**
1115
+ * <p>The string to search for.</p>
1116
+ * @public
1117
+ */
1118
+ value: string | undefined;
1119
+ }
1120
+ /**
1121
+ * @public
1122
+ * @enum
1123
+ */
1124
+ export declare const LogicalOperator: {
1125
+ readonly AND: "AND";
1126
+ readonly OR: "OR";
1127
+ };
1128
+ /**
1129
+ * @public
1130
+ */
1131
+ export type LogicalOperator = (typeof LogicalOperator)[keyof typeof LogicalOperator];
1132
+ /**
1133
+ * @public
1134
+ * @enum
1135
+ */
1136
+ export declare const SortOrder: {
1137
+ readonly ASCENDING: "ASCENDING";
1138
+ readonly DESCENDING: "DESCENDING";
1139
+ };
1140
+ /**
1141
+ * @public
1142
+ */
1143
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1144
+ /**
1145
+ * <p>The field sorting order and name of the field.</p>
1146
+ * @public
1147
+ */
1148
+ export interface FieldSortExpression {
1149
+ /**
1150
+ * <p>The sort order for the field.</p>
1151
+ * @public
1152
+ */
1153
+ sortOrder: SortOrder | undefined;
1154
+ /**
1155
+ * <p>The name of the field.</p>
1156
+ * @public
1157
+ */
1158
+ name: string | undefined;
1159
+ }
1160
+ /**
1161
+ * <p>Organizes parameters according to your specifications.</p>
1162
+ * @public
1163
+ */
1164
+ export interface ParameterSortExpression {
1165
+ /**
1166
+ * <p>The sort order for the parameter.</p>
1167
+ * @public
1168
+ */
1169
+ sortOrder: SortOrder | undefined;
1170
+ /**
1171
+ * <p>The parameter name to sort by.</p>
1172
+ * @public
1173
+ */
1174
+ name: string | undefined;
1175
+ }
1176
+ /**
1177
+ * <p>Allows setting a specific user's job to run first.</p>
1178
+ * @public
1179
+ */
1180
+ export interface UserJobsFirst {
1181
+ /**
1182
+ * <p>The user's ID.</p>
1183
+ * @public
1184
+ */
1185
+ userIdentityId: string | undefined;
1186
+ }
1187
+ /**
1188
+ * <p>The resources to search.</p>
1189
+ * @public
1190
+ */
1191
+ export type SearchSortExpression = SearchSortExpression.FieldSortMember | SearchSortExpression.ParameterSortMember | SearchSortExpression.UserJobsFirstMember | SearchSortExpression.$UnknownMember;
1192
+ /**
1193
+ * @public
1194
+ */
1195
+ export declare namespace SearchSortExpression {
1196
+ /**
1197
+ * <p>Options for sorting a particular user's jobs first.</p>
1198
+ * @public
1199
+ */
1200
+ interface UserJobsFirstMember {
1201
+ userJobsFirst: UserJobsFirst;
1202
+ fieldSort?: never;
1203
+ parameterSort?: never;
1204
+ $unknown?: never;
1205
+ }
1206
+ /**
1207
+ * <p>Options for sorting by a field.</p>
1208
+ * @public
1209
+ */
1210
+ interface FieldSortMember {
1211
+ userJobsFirst?: never;
1212
+ fieldSort: FieldSortExpression;
1213
+ parameterSort?: never;
1214
+ $unknown?: never;
1215
+ }
1216
+ /**
1217
+ * <p>Options for sorting by a parameter.</p>
1218
+ * @public
1219
+ */
1220
+ interface ParameterSortMember {
1221
+ userJobsFirst?: never;
1222
+ fieldSort?: never;
1223
+ parameterSort: ParameterSortExpression;
1224
+ $unknown?: never;
1225
+ }
1226
+ /**
1227
+ * @public
1228
+ */
1229
+ interface $UnknownMember {
1230
+ userJobsFirst?: never;
1231
+ fieldSort?: never;
1232
+ parameterSort?: never;
1233
+ $unknown: [string, any];
1234
+ }
1235
+ interface Visitor<T> {
1236
+ userJobsFirst: (value: UserJobsFirst) => T;
1237
+ fieldSort: (value: FieldSortExpression) => T;
1238
+ parameterSort: (value: ParameterSortExpression) => T;
1239
+ _: (name: string, value: any) => T;
1240
+ }
1241
+ const visit: <T>(value: SearchSortExpression, visitor: Visitor<T>) => T;
1242
+ }
1243
+ /**
1244
+ * <p>The details of a job search.</p>
1245
+ * @public
1246
+ */
1247
+ export interface JobSearchSummary {
1248
+ /**
1249
+ * <p>The job ID.</p>
1250
+ * @public
1251
+ */
1252
+ jobId?: string;
1253
+ /**
1254
+ * <p>The queue ID.</p>
1255
+ * @public
1256
+ */
1257
+ queueId?: string;
1258
+ /**
1259
+ * <p>The job name.</p>
1260
+ * @public
1261
+ */
1262
+ name?: string;
1263
+ /**
1264
+ * <p>The life cycle status.</p>
1265
+ * @public
1266
+ */
1267
+ lifecycleStatus?: JobLifecycleStatus;
1268
+ /**
1269
+ * <p>The life cycle status message.</p>
1270
+ * @public
1271
+ */
1272
+ lifecycleStatusMessage?: string;
1273
+ /**
1274
+ * <p>task run status for the job.</p>
1275
+ * <ul>
1276
+ * <li>
1277
+ * <p>
1278
+ * <code>PENDING</code>–pending and waiting for resources.</p>
1279
+ * </li>
1280
+ * <li>
1281
+ * <p>
1282
+ * <code>READY</code>–ready to be processed.</p>
1283
+ * </li>
1284
+ * <li>
1285
+ * <p>
1286
+ * <code>ASSIGNED</code>–assigned and will run next on a worker.</p>
1287
+ * </li>
1288
+ * <li>
1289
+ * <p>
1290
+ * <code>SCHEDULED</code>–scheduled to be run on a worker.</p>
1291
+ * </li>
1292
+ * <li>
1293
+ * <p>
1294
+ * <code>INTERRUPTING</code>–being interrupted.</p>
1295
+ * </li>
1296
+ * <li>
1297
+ * <p>
1298
+ * <code>RUNNING</code>–running on a worker.</p>
1299
+ * </li>
1300
+ * <li>
1301
+ * <p>
1302
+ * <code>SUSPENDED</code>–the task is suspended.</p>
1303
+ * </li>
1304
+ * <li>
1305
+ * <p>
1306
+ * <code>CANCELED</code>–the task has been canceled.</p>
1307
+ * </li>
1308
+ * <li>
1309
+ * <p>
1310
+ * <code>FAILED</code>–the task has failed.</p>
1311
+ * </li>
1312
+ * <li>
1313
+ * <p>
1314
+ * <code>SUCCEEDED</code>–the task has succeeded.</p>
1315
+ * </li>
1316
+ * </ul>
1317
+ * @public
1318
+ */
1319
+ taskRunStatus?: TaskRunStatus;
1320
+ /**
1321
+ * <p>The task status to start with on the job.</p>
1322
+ * @public
1323
+ */
1324
+ targetTaskRunStatus?: JobTargetTaskRunStatus;
1325
+ /**
1326
+ * <p>The number of tasks running on the job.</p>
1327
+ * @public
1328
+ */
1329
+ taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>>;
1330
+ /**
1331
+ * <p>The job priority.</p>
1332
+ * @public
1333
+ */
1334
+ priority?: number;
1335
+ /**
1336
+ * <p>The number of task failures before the job stops running and is marked as <code>FAILED</code>.</p>
1337
+ * @public
1338
+ */
1339
+ maxFailedTasksCount?: number;
1340
+ /**
1341
+ * <p>The maximum number of retries for a job.</p>
1342
+ * @public
1343
+ */
1344
+ maxRetriesPerTask?: number;
1345
+ /**
1346
+ * <p>The user or system that created this resource.</p>
1347
+ * @public
1348
+ */
1349
+ createdBy?: string;
1350
+ /**
1351
+ * <p>The date and time the resource was created.</p>
1352
+ * @public
1353
+ */
1354
+ createdAt?: Date;
1355
+ /**
1356
+ * <p>The date and time the resource ended running.</p>
1357
+ * @public
1358
+ */
1359
+ endedAt?: Date;
1360
+ /**
1361
+ * <p>The date and time the resource started running.</p>
1362
+ * @public
1363
+ */
1364
+ startedAt?: Date;
1365
+ /**
1366
+ * <p>The job parameters.</p>
1367
+ * @public
1368
+ */
1369
+ jobParameters?: Record<string, JobParameter>;
1370
+ }
1371
+ /**
1372
+ * @public
1373
+ */
1374
+ export interface SearchJobsResponse {
1375
+ /**
1376
+ * <p>The jobs in the search.</p>
1377
+ * @public
1378
+ */
1379
+ jobs: JobSearchSummary[] | undefined;
1380
+ /**
1381
+ * <p>The next incremental starting point after the defined <code>itemOffset</code>.</p>
1382
+ * @public
1383
+ */
1384
+ nextItemOffset?: number;
1385
+ /**
1386
+ * <p>The total number of results in the search.</p>
1387
+ * @public
1388
+ */
1389
+ totalResults: number | undefined;
1390
+ }
1391
+ /**
1392
+ * <p>The details of a step search.</p>
1393
+ * @public
1394
+ */
1395
+ export interface StepSearchSummary {
1396
+ /**
1397
+ * <p>The step ID.</p>
1398
+ * @public
1399
+ */
1400
+ stepId?: string;
1401
+ /**
1402
+ * <p>The job ID.</p>
1403
+ * @public
1404
+ */
1405
+ jobId?: string;
1406
+ /**
1407
+ * <p>The queue ID.</p>
1408
+ * @public
1409
+ */
1410
+ queueId?: string;
1411
+ /**
1412
+ * <p>The step name.</p>
1413
+ * @public
1414
+ */
1415
+ name?: string;
1416
+ /**
1417
+ * <p>The life cycle status.</p>
1418
+ * @public
1419
+ */
1420
+ lifecycleStatus?: StepLifecycleStatus;
1421
+ /**
1422
+ * <p>The life cycle status message.</p>
1423
+ * @public
1424
+ */
1425
+ lifecycleStatusMessage?: string;
1426
+ /**
1427
+ * <p>The task run status for the job.</p>
1428
+ * <ul>
1429
+ * <li>
1430
+ * <p>
1431
+ * <code>PENDING</code>–pending and waiting for resources.</p>
1432
+ * </li>
1433
+ * <li>
1434
+ * <p>
1435
+ * <code>READY</code>–ready to be processed.</p>
1436
+ * </li>
1437
+ * <li>
1438
+ * <p>
1439
+ * <code>ASSIGNED</code>–assigned and will run next on a worker.</p>
1440
+ * </li>
1441
+ * <li>
1442
+ * <p>
1443
+ * <code>SCHEDULED</code>–scheduled to be run on a worker.</p>
1444
+ * </li>
1445
+ * <li>
1446
+ * <p>
1447
+ * <code>INTERRUPTING</code>–being interrupted.</p>
1448
+ * </li>
1449
+ * <li>
1450
+ * <p>
1451
+ * <code>RUNNING</code>–running on a worker.</p>
1452
+ * </li>
1453
+ * <li>
1454
+ * <p>
1455
+ * <code>SUSPENDED</code>–the task is suspended.</p>
1456
+ * </li>
1457
+ * <li>
1458
+ * <p>
1459
+ * <code>CANCELED</code>–the task has been canceled.</p>
1460
+ * </li>
1461
+ * <li>
1462
+ * <p>
1463
+ * <code>FAILED</code>–the task has failed.</p>
1464
+ * </li>
1465
+ * <li>
1466
+ * <p>
1467
+ * <code>SUCCEEDED</code>–the task has succeeded.</p>
1468
+ * </li>
1469
+ * </ul>
1470
+ * @public
1471
+ */
1472
+ taskRunStatus?: TaskRunStatus;
1473
+ /**
1474
+ * <p>The task status to start with on the job.</p>
1475
+ * @public
1476
+ */
1477
+ targetTaskRunStatus?: StepTargetTaskRunStatus;
1478
+ /**
1479
+ * <p>The number of tasks running on the job.</p>
1480
+ * @public
1481
+ */
1482
+ taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>>;
1483
+ /**
1484
+ * <p>The date and time the resource was created.</p>
1485
+ * @public
1486
+ */
1487
+ createdAt?: Date;
1488
+ /**
1489
+ * <p>The date and time the resource started running.</p>
1490
+ * @public
1491
+ */
1492
+ startedAt?: Date;
1493
+ /**
1494
+ * <p>The date and time the resource ended running.</p>
1495
+ * @public
1496
+ */
1497
+ endedAt?: Date;
1498
+ /**
1499
+ * <p>The parameters and combination expressions for the search.</p>
1500
+ * @public
1501
+ */
1502
+ parameterSpace?: ParameterSpace;
1503
+ }
1504
+ /**
1505
+ * @public
1506
+ */
1507
+ export interface SearchStepsResponse {
1508
+ /**
1509
+ * <p>The steps in the search.</p>
1510
+ * @public
1511
+ */
1512
+ steps: StepSearchSummary[] | undefined;
1513
+ /**
1514
+ * <p>The next incremental starting point after the defined <code>itemOffset</code>.</p>
1515
+ * @public
1516
+ */
1517
+ nextItemOffset?: number;
1518
+ /**
1519
+ * <p>The total number of results in the search.</p>
1520
+ * @public
1521
+ */
1522
+ totalResults: number | undefined;
1523
+ }
1524
+ /**
1525
+ * <p>The details of a task search.</p>
1526
+ * @public
1527
+ */
1528
+ export interface TaskSearchSummary {
1529
+ /**
1530
+ * <p>The task ID.</p>
1531
+ * @public
1532
+ */
1533
+ taskId?: string;
1534
+ /**
1535
+ * <p>The step ID.</p>
1536
+ * @public
1537
+ */
1538
+ stepId?: string;
1539
+ /**
1540
+ * <p>The job ID.</p>
1541
+ * @public
1542
+ */
1543
+ jobId?: string;
1544
+ /**
1545
+ * <p>The queue ID.</p>
1546
+ * @public
1547
+ */
1548
+ queueId?: string;
1549
+ /**
1550
+ * <p>The run status of the task.</p>
1551
+ * @public
1552
+ */
1553
+ runStatus?: TaskRunStatus;
1554
+ /**
1555
+ * <p>The run status that the task is being updated to.</p>
1556
+ * @public
1557
+ */
1558
+ targetRunStatus?: TaskTargetRunStatus;
1559
+ /**
1560
+ * <p>The parameters to search for.</p>
1561
+ * @public
1562
+ */
1563
+ parameters?: Record<string, TaskParameterValue>;
1564
+ /**
1565
+ * <p>The number of times that the task failed and was retried.</p>
1566
+ * @public
1567
+ */
1568
+ failureRetryCount?: number;
1569
+ /**
1570
+ * <p>The date and time the resource started running.</p>
1571
+ * @public
1572
+ */
1573
+ startedAt?: Date;
1574
+ /**
1575
+ * <p>The date and time the resource ended running.</p>
1576
+ * @public
1577
+ */
1578
+ endedAt?: Date;
1579
+ }
1580
+ /**
1581
+ * @public
1582
+ */
1583
+ export interface SearchTasksResponse {
1584
+ /**
1585
+ * <p>Tasks in the search.</p>
1586
+ * @public
1587
+ */
1588
+ tasks: TaskSearchSummary[] | undefined;
1589
+ /**
1590
+ * <p>The next incremental starting point after the defined <code>itemOffset</code>.</p>
1591
+ * @public
1592
+ */
1593
+ nextItemOffset?: number;
1594
+ /**
1595
+ * <p>The total number of results in the search.</p>
1596
+ * @public
1597
+ */
1598
+ totalResults: number | undefined;
1599
+ }
1600
+ /**
1601
+ * <p>The details of a worker search.</p>
1602
+ * @public
1603
+ */
1604
+ export interface WorkerSearchSummary {
1605
+ /**
1606
+ * <p>The fleet ID.</p>
1607
+ * @public
1608
+ */
1609
+ fleetId?: string;
1610
+ /**
1611
+ * <p>The worker ID.</p>
1612
+ * @public
1613
+ */
1614
+ workerId?: string;
1615
+ /**
1616
+ * <p>The status of the worker search.</p>
1617
+ * @public
1618
+ */
1619
+ status?: WorkerStatus;
1620
+ /**
1621
+ * <p>Provides the Amazon EC2 instance properties of the worker host.</p>
1622
+ * @public
1623
+ */
1624
+ hostProperties?: HostPropertiesResponse;
1625
+ /**
1626
+ * <p>The user or system that created this resource.</p>
1627
+ * @public
1628
+ */
1629
+ createdBy?: string;
1630
+ /**
1631
+ * <p>The date and time the resource was created.</p>
1632
+ * @public
1633
+ */
1634
+ createdAt?: Date;
1635
+ /**
1636
+ * <p>The user or system that updated this resource.</p>
1637
+ * @public
1638
+ */
1639
+ updatedBy?: string;
1640
+ /**
1641
+ * <p>The date and time the resource was updated.</p>
1642
+ * @public
1643
+ */
1644
+ updatedAt?: Date;
1645
+ }
1646
+ /**
1647
+ * @public
1648
+ */
1649
+ export interface SearchWorkersResponse {
1650
+ /**
1651
+ * <p>The workers for the search.</p>
1652
+ * @public
1653
+ */
1654
+ workers: WorkerSearchSummary[] | undefined;
1655
+ /**
1656
+ * <p>The next incremental starting point after the defined <code>itemOffset</code>.</p>
1657
+ * @public
1658
+ */
1659
+ nextItemOffset?: number;
1660
+ /**
1661
+ * <p>The total number of results in the search.</p>
1662
+ * @public
1663
+ */
1664
+ totalResults: number | undefined;
1665
+ }
1666
+ /**
1667
+ * @public
1668
+ * @enum
1669
+ */
1670
+ export declare const UsageGroupByField: {
1671
+ readonly FLEET_ID: "FLEET_ID";
1672
+ readonly INSTANCE_TYPE: "INSTANCE_TYPE";
1673
+ readonly JOB_ID: "JOB_ID";
1674
+ readonly LICENSE_PRODUCT: "LICENSE_PRODUCT";
1675
+ readonly QUEUE_ID: "QUEUE_ID";
1676
+ readonly USAGE_TYPE: "USAGE_TYPE";
1677
+ readonly USER_ID: "USER_ID";
1678
+ };
1679
+ /**
1680
+ * @public
1681
+ */
1682
+ export type UsageGroupByField = (typeof UsageGroupByField)[keyof typeof UsageGroupByField];
1683
+ /**
1684
+ * @public
1685
+ * @enum
1686
+ */
1687
+ export declare const Period: {
1688
+ readonly DAILY: "DAILY";
1689
+ readonly HOURLY: "HOURLY";
1690
+ readonly MONTHLY: "MONTHLY";
1691
+ readonly WEEKLY: "WEEKLY";
1692
+ };
1693
+ /**
1694
+ * @public
1695
+ */
1696
+ export type Period = (typeof Period)[keyof typeof Period];
1697
+ /**
1698
+ * <p>Specifies the fleet IDs or queue IDs to return statistics. You can specify only fleet
1699
+ * IDs or queue IDS, not both.</p>
1700
+ * @public
1701
+ */
1702
+ export type SessionsStatisticsResources = SessionsStatisticsResources.FleetIdsMember | SessionsStatisticsResources.QueueIdsMember | SessionsStatisticsResources.$UnknownMember;
1703
+ /**
1704
+ * @public
1705
+ */
1706
+ export declare namespace SessionsStatisticsResources {
1707
+ /**
1708
+ * <p>One to 10 queue IDs that specify the queues to return statistics for. If you specify the
1709
+ * <code>queueIds</code> field, you can't specify the <code>fleetIds</code> field.</p>
1710
+ * @public
1711
+ */
1712
+ interface QueueIdsMember {
1713
+ queueIds: string[];
1714
+ fleetIds?: never;
1715
+ $unknown?: never;
1716
+ }
1717
+ /**
1718
+ * <p>One to 10 fleet IDs that specify the fleets to return statistics for. If you specify the
1719
+ * <code>fleetIds</code> field, you can't specify the <code>queueIds</code> field.</p>
1720
+ * @public
1721
+ */
1722
+ interface FleetIdsMember {
1723
+ queueIds?: never;
1724
+ fleetIds: string[];
1725
+ $unknown?: never;
1726
+ }
1727
+ /**
1728
+ * @public
1729
+ */
1730
+ interface $UnknownMember {
1731
+ queueIds?: never;
1732
+ fleetIds?: never;
1733
+ $unknown: [string, any];
1734
+ }
1735
+ interface Visitor<T> {
1736
+ queueIds: (value: string[]) => T;
1737
+ fleetIds: (value: string[]) => T;
1738
+ _: (name: string, value: any) => T;
1739
+ }
1740
+ const visit: <T>(value: SessionsStatisticsResources, visitor: Visitor<T>) => T;
1741
+ }
1742
+ /**
1743
+ * @public
1744
+ * @enum
1745
+ */
1746
+ export declare const UsageStatistic: {
1747
+ readonly AVG: "AVG";
1748
+ readonly MAX: "MAX";
1749
+ readonly MIN: "MIN";
1750
+ readonly SUM: "SUM";
1751
+ };
1752
+ /**
1753
+ * @public
1754
+ */
1755
+ export type UsageStatistic = (typeof UsageStatistic)[keyof typeof UsageStatistic];
1756
+ /**
1757
+ * @public
1758
+ */
1759
+ export interface StartSessionsStatisticsAggregationRequest {
1760
+ /**
1761
+ * <p>The identifier of the farm that contains queues or fleets to return statistics
1762
+ * for.</p>
1763
+ * @public
1764
+ */
1765
+ farmId: string | undefined;
1766
+ /**
1767
+ * <p>A list of fleet IDs or queue IDs to gather statistics for.</p>
1768
+ * @public
1769
+ */
1770
+ resourceIds: SessionsStatisticsResources | undefined;
1771
+ /**
1772
+ * <p>The Linux timestamp of the date and time that the statistics start.</p>
1773
+ * @public
1774
+ */
1775
+ startTime: Date | undefined;
1776
+ /**
1777
+ * <p>The Linux timestamp of the date and time that the statistics end.</p>
1778
+ * @public
1779
+ */
1780
+ endTime: Date | undefined;
1781
+ /**
1782
+ * <p>The timezone to use for the statistics. Use UTC notation such as "UTC+8."</p>
1783
+ * @public
1784
+ */
1785
+ timezone?: string;
1786
+ /**
1787
+ * <p>The period to aggregate the statistics.</p>
1788
+ * @public
1789
+ */
1790
+ period?: Period;
1791
+ /**
1792
+ * <p>The field to use to group the statistics.</p>
1793
+ * @public
1794
+ */
1795
+ groupBy: UsageGroupByField[] | undefined;
1796
+ /**
1797
+ * <p>One to four statistics to return.</p>
1798
+ * @public
1799
+ */
1800
+ statistics: UsageStatistic[] | undefined;
1801
+ }
1802
+ /**
1803
+ * @public
1804
+ */
1805
+ export interface StartSessionsStatisticsAggregationResponse {
1806
+ /**
1807
+ * <p>A unique identifier for the aggregated statistics. Use this identifier with the
1808
+ * <code>GetAggregatedStatisticsForSessions</code> operation to return the
1809
+ * statistics.</p>
1810
+ * @public
1811
+ */
1812
+ aggregationId: string | undefined;
1813
+ }
1814
+ /**
1815
+ * @public
1816
+ */
1817
+ export interface TagResourceRequest {
1818
+ /**
1819
+ * <p>The ARN of the resource to apply tags to.</p>
1820
+ * @public
1821
+ */
1822
+ resourceArn: string | undefined;
1823
+ /**
1824
+ * <p>Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.</p>
1825
+ * @public
1826
+ */
1827
+ tags?: Record<string, string>;
1828
+ }
1829
+ /**
1830
+ * @public
1831
+ */
1832
+ export interface TagResourceResponse {
1833
+ }
1834
+ /**
1835
+ * @public
1836
+ */
1837
+ export interface UntagResourceRequest {
1838
+ /**
1839
+ * <p>The ARN of the resource to remove the tag from.</p>
1840
+ * @public
1841
+ */
1842
+ resourceArn: string | undefined;
1843
+ /**
1844
+ * <p>They keys of the tag.</p>
1845
+ * @public
1846
+ */
1847
+ tagKeys: string[] | undefined;
1848
+ }
1849
+ /**
1850
+ * @public
1851
+ */
1852
+ export interface UntagResourceResponse {
1853
+ }
1854
+ /**
1855
+ * @public
1856
+ * @enum
1857
+ */
1858
+ export declare const UpdateQueueFleetAssociationStatus: {
1859
+ readonly ACTIVE: "ACTIVE";
1860
+ readonly STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS";
1861
+ readonly STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS";
1862
+ };
1863
+ /**
1864
+ * @public
1865
+ */
1866
+ export type UpdateQueueFleetAssociationStatus = (typeof UpdateQueueFleetAssociationStatus)[keyof typeof UpdateQueueFleetAssociationStatus];
1867
+ /**
1868
+ * @public
1869
+ */
1870
+ export interface UpdateQueueFleetAssociationRequest {
1871
+ /**
1872
+ * <p>The farm ID to update.</p>
1873
+ * @public
1874
+ */
1875
+ farmId: string | undefined;
1876
+ /**
1877
+ * <p>The queue ID to update.</p>
1878
+ * @public
1879
+ */
1880
+ queueId: string | undefined;
1881
+ /**
1882
+ * <p>The fleet ID to update.</p>
1883
+ * @public
1884
+ */
1885
+ fleetId: string | undefined;
1886
+ /**
1887
+ * <p>The status to update.</p>
1888
+ * @public
1889
+ */
1890
+ status: UpdateQueueFleetAssociationStatus | undefined;
1891
+ }
1892
+ /**
1893
+ * @public
1894
+ */
1895
+ export interface UpdateQueueFleetAssociationResponse {
1896
+ }
1897
+ /**
1898
+ * <p>The type of search filter to apply.</p>
1899
+ * @public
1900
+ */
1901
+ export type SearchFilterExpression = SearchFilterExpression.DateTimeFilterMember | SearchFilterExpression.GroupFilterMember | SearchFilterExpression.ParameterFilterMember | SearchFilterExpression.SearchTermFilterMember | SearchFilterExpression.StringFilterMember | SearchFilterExpression.$UnknownMember;
1902
+ /**
1903
+ * @public
1904
+ */
1905
+ export declare namespace SearchFilterExpression {
1906
+ /**
1907
+ * <p>Filters based on date and time.</p>
1908
+ * @public
1909
+ */
1910
+ interface DateTimeFilterMember {
1911
+ dateTimeFilter: DateTimeFilterExpression;
1912
+ parameterFilter?: never;
1913
+ searchTermFilter?: never;
1914
+ stringFilter?: never;
1915
+ groupFilter?: never;
1916
+ $unknown?: never;
1917
+ }
1918
+ /**
1919
+ * <p>Filters by parameter.</p>
1920
+ * @public
1921
+ */
1922
+ interface ParameterFilterMember {
1923
+ dateTimeFilter?: never;
1924
+ parameterFilter: ParameterFilterExpression;
1925
+ searchTermFilter?: never;
1926
+ stringFilter?: never;
1927
+ groupFilter?: never;
1928
+ $unknown?: never;
1929
+ }
1930
+ /**
1931
+ * <p>Filters by a specified search term.</p>
1932
+ * @public
1933
+ */
1934
+ interface SearchTermFilterMember {
1935
+ dateTimeFilter?: never;
1936
+ parameterFilter?: never;
1937
+ searchTermFilter: SearchTermFilterExpression;
1938
+ stringFilter?: never;
1939
+ groupFilter?: never;
1940
+ $unknown?: never;
1941
+ }
1942
+ /**
1943
+ * <p>Filters by a string.</p>
1944
+ * @public
1945
+ */
1946
+ interface StringFilterMember {
1947
+ dateTimeFilter?: never;
1948
+ parameterFilter?: never;
1949
+ searchTermFilter?: never;
1950
+ stringFilter: StringFilterExpression;
1951
+ groupFilter?: never;
1952
+ $unknown?: never;
1953
+ }
1954
+ /**
1955
+ * <p>Filters by group.</p>
1956
+ * @public
1957
+ */
1958
+ interface GroupFilterMember {
1959
+ dateTimeFilter?: never;
1960
+ parameterFilter?: never;
1961
+ searchTermFilter?: never;
1962
+ stringFilter?: never;
1963
+ groupFilter: SearchGroupedFilterExpressions;
1964
+ $unknown?: never;
1965
+ }
1966
+ /**
1967
+ * @public
1968
+ */
1969
+ interface $UnknownMember {
1970
+ dateTimeFilter?: never;
1971
+ parameterFilter?: never;
1972
+ searchTermFilter?: never;
1973
+ stringFilter?: never;
1974
+ groupFilter?: never;
1975
+ $unknown: [string, any];
1976
+ }
1977
+ interface Visitor<T> {
1978
+ dateTimeFilter: (value: DateTimeFilterExpression) => T;
1979
+ parameterFilter: (value: ParameterFilterExpression) => T;
1980
+ searchTermFilter: (value: SearchTermFilterExpression) => T;
1981
+ stringFilter: (value: StringFilterExpression) => T;
1982
+ groupFilter: (value: SearchGroupedFilterExpressions) => T;
1983
+ _: (name: string, value: any) => T;
1984
+ }
1985
+ const visit: <T>(value: SearchFilterExpression, visitor: Visitor<T>) => T;
1986
+ }
1987
+ /**
1988
+ * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
1989
+ * when searching among a group of search strings in a resource.
1990
+ *
1991
+ * You can use two groupings per search each within parenthesis <code>()</code>.</p>
1992
+ * @public
1993
+ */
1994
+ export interface SearchGroupedFilterExpressions {
1995
+ /**
1996
+ * <p>The filters to use for the search.</p>
1997
+ * @public
1998
+ */
1999
+ filters: SearchFilterExpression[] | undefined;
2000
+ /**
2001
+ * <p>The operators to include in the search.</p>
2002
+ * @public
2003
+ */
2004
+ operator: LogicalOperator | undefined;
2005
+ }
2006
+ /**
2007
+ * @public
2008
+ */
2009
+ export interface SearchJobsRequest {
2010
+ /**
2011
+ * <p>The farm ID of the job.</p>
2012
+ * @public
2013
+ */
2014
+ farmId: string | undefined;
2015
+ /**
2016
+ * <p>The queue ID to use in the job search.</p>
2017
+ * @public
2018
+ */
2019
+ queueIds: string[] | undefined;
2020
+ /**
2021
+ * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
2022
+ * when searching among a group of search strings in a resource.
2023
+ *
2024
+ * You can use two groupings per search each within parenthesis <code>()</code>.</p>
2025
+ * @public
2026
+ */
2027
+ filterExpressions?: SearchGroupedFilterExpressions;
2028
+ /**
2029
+ * <p>The search terms for a resource.</p>
2030
+ * @public
2031
+ */
2032
+ sortExpressions?: SearchSortExpression[];
2033
+ /**
2034
+ * <p>Defines how far into the scrollable list to start the return of results.</p>
2035
+ * @public
2036
+ */
2037
+ itemOffset: number | undefined;
2038
+ /**
2039
+ * <p>Specifies the number of items per page for the resource.</p>
2040
+ * @public
2041
+ */
2042
+ pageSize?: number;
2043
+ }
2044
+ /**
2045
+ * @public
2046
+ */
2047
+ export interface SearchStepsRequest {
2048
+ /**
2049
+ * <p>The farm ID to use for the step search.</p>
2050
+ * @public
2051
+ */
2052
+ farmId: string | undefined;
2053
+ /**
2054
+ * <p>The queue IDs in the step search.</p>
2055
+ * @public
2056
+ */
2057
+ queueIds: string[] | undefined;
2058
+ /**
2059
+ * <p>The job ID to use in the step search.</p>
2060
+ * @public
2061
+ */
2062
+ jobId?: string;
2063
+ /**
2064
+ * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
2065
+ * when searching among a group of search strings in a resource.
2066
+ *
2067
+ * You can use two groupings per search each within parenthesis <code>()</code>.</p>
2068
+ * @public
2069
+ */
2070
+ filterExpressions?: SearchGroupedFilterExpressions;
2071
+ /**
2072
+ * <p>The search terms for a resource.</p>
2073
+ * @public
2074
+ */
2075
+ sortExpressions?: SearchSortExpression[];
2076
+ /**
2077
+ * <p>Defines how far into the scrollable list to start the return of results.</p>
2078
+ * @public
2079
+ */
2080
+ itemOffset: number | undefined;
2081
+ /**
2082
+ * <p>Specifies the number of items per page for the resource.</p>
2083
+ * @public
2084
+ */
2085
+ pageSize?: number;
2086
+ }
2087
+ /**
2088
+ * @public
2089
+ */
2090
+ export interface SearchTasksRequest {
2091
+ /**
2092
+ * <p>The farm ID of the task.</p>
2093
+ * @public
2094
+ */
2095
+ farmId: string | undefined;
2096
+ /**
2097
+ * <p>The queue IDs to include in the search.</p>
2098
+ * @public
2099
+ */
2100
+ queueIds: string[] | undefined;
2101
+ /**
2102
+ * <p>The job ID for the task search.</p>
2103
+ * @public
2104
+ */
2105
+ jobId?: string;
2106
+ /**
2107
+ * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
2108
+ * when searching among a group of search strings in a resource.
2109
+ *
2110
+ * You can use two groupings per search each within parenthesis <code>()</code>.</p>
2111
+ * @public
2112
+ */
2113
+ filterExpressions?: SearchGroupedFilterExpressions;
2114
+ /**
2115
+ * <p>The search terms for a resource.</p>
2116
+ * @public
2117
+ */
2118
+ sortExpressions?: SearchSortExpression[];
2119
+ /**
2120
+ * <p>Defines how far into the scrollable list to start the return of results.</p>
2121
+ * @public
2122
+ */
2123
+ itemOffset: number | undefined;
2124
+ /**
2125
+ * <p>Specifies the number of items per page for the resource.</p>
2126
+ * @public
2127
+ */
2128
+ pageSize?: number;
2129
+ }
2130
+ /**
2131
+ * @public
2132
+ */
2133
+ export interface SearchWorkersRequest {
2134
+ /**
2135
+ * <p>The farm ID in the workers search.</p>
2136
+ * @public
2137
+ */
2138
+ farmId: string | undefined;
2139
+ /**
2140
+ * <p>The fleet ID of the workers to search for.</p>
2141
+ * @public
2142
+ */
2143
+ fleetIds: string[] | undefined;
2144
+ /**
2145
+ * <p>The filter expression, <code>AND</code> or <code>OR</code>, to use
2146
+ * when searching among a group of search strings in a resource.
2147
+ *
2148
+ * You can use two groupings per search each within parenthesis <code>()</code>.</p>
2149
+ * @public
2150
+ */
2151
+ filterExpressions?: SearchGroupedFilterExpressions;
2152
+ /**
2153
+ * <p>The search terms for a resource.</p>
2154
+ * @public
2155
+ */
2156
+ sortExpressions?: SearchSortExpression[];
2157
+ /**
2158
+ * <p>Defines how far into the scrollable list to start the return of results.</p>
2159
+ * @public
2160
+ */
2161
+ itemOffset: number | undefined;
2162
+ /**
2163
+ * <p>Specifies the number of items per page for the resource.</p>
2164
+ * @public
2165
+ */
2166
+ pageSize?: number;
2167
+ }
2168
+ /**
2169
+ * @internal
2170
+ */
2171
+ export declare const UpdateQueueRequestFilterSensitiveLog: (obj: UpdateQueueRequest) => any;
2172
+ /**
2173
+ * @internal
2174
+ */
2175
+ export declare const UpdateQueueEnvironmentRequestFilterSensitiveLog: (obj: UpdateQueueEnvironmentRequest) => any;
2176
+ /**
2177
+ * @internal
2178
+ */
2179
+ export declare const UpdateFarmRequestFilterSensitiveLog: (obj: UpdateFarmRequest) => any;
2180
+ /**
2181
+ * @internal
2182
+ */
2183
+ export declare const UpdateStorageProfileRequestFilterSensitiveLog: (obj: UpdateStorageProfileRequest) => any;
2184
+ /**
2185
+ * @internal
2186
+ */
2187
+ export declare const JobSearchSummaryFilterSensitiveLog: (obj: JobSearchSummary) => any;
2188
+ /**
2189
+ * @internal
2190
+ */
2191
+ export declare const SearchJobsResponseFilterSensitiveLog: (obj: SearchJobsResponse) => any;
2192
+ /**
2193
+ * @internal
2194
+ */
2195
+ export declare const TaskSearchSummaryFilterSensitiveLog: (obj: TaskSearchSummary) => any;
2196
+ /**
2197
+ * @internal
2198
+ */
2199
+ export declare const SearchTasksResponseFilterSensitiveLog: (obj: SearchTasksResponse) => any;