@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,734 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import { AssociateMemberToFarmCommandInput, AssociateMemberToFarmCommandOutput } from "./commands/AssociateMemberToFarmCommand";
3
+ import { AssociateMemberToFleetCommandInput, AssociateMemberToFleetCommandOutput } from "./commands/AssociateMemberToFleetCommand";
4
+ import { AssociateMemberToJobCommandInput, AssociateMemberToJobCommandOutput } from "./commands/AssociateMemberToJobCommand";
5
+ import { AssociateMemberToQueueCommandInput, AssociateMemberToQueueCommandOutput } from "./commands/AssociateMemberToQueueCommand";
6
+ import { AssumeFleetRoleForReadCommandInput, AssumeFleetRoleForReadCommandOutput } from "./commands/AssumeFleetRoleForReadCommand";
7
+ import { AssumeFleetRoleForWorkerCommandInput, AssumeFleetRoleForWorkerCommandOutput } from "./commands/AssumeFleetRoleForWorkerCommand";
8
+ import { AssumeQueueRoleForReadCommandInput, AssumeQueueRoleForReadCommandOutput } from "./commands/AssumeQueueRoleForReadCommand";
9
+ import { AssumeQueueRoleForUserCommandInput, AssumeQueueRoleForUserCommandOutput } from "./commands/AssumeQueueRoleForUserCommand";
10
+ import { AssumeQueueRoleForWorkerCommandInput, AssumeQueueRoleForWorkerCommandOutput } from "./commands/AssumeQueueRoleForWorkerCommand";
11
+ import { BatchGetJobEntityCommandInput, BatchGetJobEntityCommandOutput } from "./commands/BatchGetJobEntityCommand";
12
+ import { CopyJobTemplateCommandInput, CopyJobTemplateCommandOutput } from "./commands/CopyJobTemplateCommand";
13
+ import { CreateBudgetCommandInput, CreateBudgetCommandOutput } from "./commands/CreateBudgetCommand";
14
+ import { CreateFarmCommandInput, CreateFarmCommandOutput } from "./commands/CreateFarmCommand";
15
+ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
16
+ import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
17
+ import { CreateLicenseEndpointCommandInput, CreateLicenseEndpointCommandOutput } from "./commands/CreateLicenseEndpointCommand";
18
+ import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
19
+ import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
20
+ import { CreateQueueEnvironmentCommandInput, CreateQueueEnvironmentCommandOutput } from "./commands/CreateQueueEnvironmentCommand";
21
+ import { CreateQueueFleetAssociationCommandInput, CreateQueueFleetAssociationCommandOutput } from "./commands/CreateQueueFleetAssociationCommand";
22
+ import { CreateStorageProfileCommandInput, CreateStorageProfileCommandOutput } from "./commands/CreateStorageProfileCommand";
23
+ import { CreateWorkerCommandInput, CreateWorkerCommandOutput } from "./commands/CreateWorkerCommand";
24
+ import { DeleteBudgetCommandInput, DeleteBudgetCommandOutput } from "./commands/DeleteBudgetCommand";
25
+ import { DeleteFarmCommandInput, DeleteFarmCommandOutput } from "./commands/DeleteFarmCommand";
26
+ import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
27
+ import { DeleteLicenseEndpointCommandInput, DeleteLicenseEndpointCommandOutput } from "./commands/DeleteLicenseEndpointCommand";
28
+ import { DeleteMeteredProductCommandInput, DeleteMeteredProductCommandOutput } from "./commands/DeleteMeteredProductCommand";
29
+ import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./commands/DeleteMonitorCommand";
30
+ import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "./commands/DeleteQueueCommand";
31
+ import { DeleteQueueEnvironmentCommandInput, DeleteQueueEnvironmentCommandOutput } from "./commands/DeleteQueueEnvironmentCommand";
32
+ import { DeleteQueueFleetAssociationCommandInput, DeleteQueueFleetAssociationCommandOutput } from "./commands/DeleteQueueFleetAssociationCommand";
33
+ import { DeleteStorageProfileCommandInput, DeleteStorageProfileCommandOutput } from "./commands/DeleteStorageProfileCommand";
34
+ import { DeleteWorkerCommandInput, DeleteWorkerCommandOutput } from "./commands/DeleteWorkerCommand";
35
+ import { DisassociateMemberFromFarmCommandInput, DisassociateMemberFromFarmCommandOutput } from "./commands/DisassociateMemberFromFarmCommand";
36
+ import { DisassociateMemberFromFleetCommandInput, DisassociateMemberFromFleetCommandOutput } from "./commands/DisassociateMemberFromFleetCommand";
37
+ import { DisassociateMemberFromJobCommandInput, DisassociateMemberFromJobCommandOutput } from "./commands/DisassociateMemberFromJobCommand";
38
+ import { DisassociateMemberFromQueueCommandInput, DisassociateMemberFromQueueCommandOutput } from "./commands/DisassociateMemberFromQueueCommand";
39
+ import { GetBudgetCommandInput, GetBudgetCommandOutput } from "./commands/GetBudgetCommand";
40
+ import { GetFarmCommandInput, GetFarmCommandOutput } from "./commands/GetFarmCommand";
41
+ import { GetFleetCommandInput, GetFleetCommandOutput } from "./commands/GetFleetCommand";
42
+ import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
43
+ import { GetLicenseEndpointCommandInput, GetLicenseEndpointCommandOutput } from "./commands/GetLicenseEndpointCommand";
44
+ import { GetMonitorCommandInput, GetMonitorCommandOutput } from "./commands/GetMonitorCommand";
45
+ import { GetQueueCommandInput, GetQueueCommandOutput } from "./commands/GetQueueCommand";
46
+ import { GetQueueEnvironmentCommandInput, GetQueueEnvironmentCommandOutput } from "./commands/GetQueueEnvironmentCommand";
47
+ import { GetQueueFleetAssociationCommandInput, GetQueueFleetAssociationCommandOutput } from "./commands/GetQueueFleetAssociationCommand";
48
+ import { GetSessionActionCommandInput, GetSessionActionCommandOutput } from "./commands/GetSessionActionCommand";
49
+ import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
50
+ import { GetSessionsStatisticsAggregationCommandInput, GetSessionsStatisticsAggregationCommandOutput } from "./commands/GetSessionsStatisticsAggregationCommand";
51
+ import { GetStepCommandInput, GetStepCommandOutput } from "./commands/GetStepCommand";
52
+ import { GetStorageProfileCommandInput, GetStorageProfileCommandOutput } from "./commands/GetStorageProfileCommand";
53
+ import { GetStorageProfileForQueueCommandInput, GetStorageProfileForQueueCommandOutput } from "./commands/GetStorageProfileForQueueCommand";
54
+ import { GetTaskCommandInput, GetTaskCommandOutput } from "./commands/GetTaskCommand";
55
+ import { GetWorkerCommandInput, GetWorkerCommandOutput } from "./commands/GetWorkerCommand";
56
+ import { ListAvailableMeteredProductsCommandInput, ListAvailableMeteredProductsCommandOutput } from "./commands/ListAvailableMeteredProductsCommand";
57
+ import { ListBudgetsCommandInput, ListBudgetsCommandOutput } from "./commands/ListBudgetsCommand";
58
+ import { ListFarmMembersCommandInput, ListFarmMembersCommandOutput } from "./commands/ListFarmMembersCommand";
59
+ import { ListFarmsCommandInput, ListFarmsCommandOutput } from "./commands/ListFarmsCommand";
60
+ import { ListFleetMembersCommandInput, ListFleetMembersCommandOutput } from "./commands/ListFleetMembersCommand";
61
+ import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
62
+ import { ListJobMembersCommandInput, ListJobMembersCommandOutput } from "./commands/ListJobMembersCommand";
63
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
64
+ import { ListLicenseEndpointsCommandInput, ListLicenseEndpointsCommandOutput } from "./commands/ListLicenseEndpointsCommand";
65
+ import { ListMeteredProductsCommandInput, ListMeteredProductsCommandOutput } from "./commands/ListMeteredProductsCommand";
66
+ import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "./commands/ListMonitorsCommand";
67
+ import { ListQueueEnvironmentsCommandInput, ListQueueEnvironmentsCommandOutput } from "./commands/ListQueueEnvironmentsCommand";
68
+ import { ListQueueFleetAssociationsCommandInput, ListQueueFleetAssociationsCommandOutput } from "./commands/ListQueueFleetAssociationsCommand";
69
+ import { ListQueueMembersCommandInput, ListQueueMembersCommandOutput } from "./commands/ListQueueMembersCommand";
70
+ import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
71
+ import { ListSessionActionsCommandInput, ListSessionActionsCommandOutput } from "./commands/ListSessionActionsCommand";
72
+ import { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
73
+ import { ListSessionsForWorkerCommandInput, ListSessionsForWorkerCommandOutput } from "./commands/ListSessionsForWorkerCommand";
74
+ import { ListStepConsumersCommandInput, ListStepConsumersCommandOutput } from "./commands/ListStepConsumersCommand";
75
+ import { ListStepDependenciesCommandInput, ListStepDependenciesCommandOutput } from "./commands/ListStepDependenciesCommand";
76
+ import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
77
+ import { ListStorageProfilesCommandInput, ListStorageProfilesCommandOutput } from "./commands/ListStorageProfilesCommand";
78
+ import { ListStorageProfilesForQueueCommandInput, ListStorageProfilesForQueueCommandOutput } from "./commands/ListStorageProfilesForQueueCommand";
79
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
80
+ import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
81
+ import { ListWorkersCommandInput, ListWorkersCommandOutput } from "./commands/ListWorkersCommand";
82
+ import { PutMeteredProductCommandInput, PutMeteredProductCommandOutput } from "./commands/PutMeteredProductCommand";
83
+ import { SearchJobsCommandInput, SearchJobsCommandOutput } from "./commands/SearchJobsCommand";
84
+ import { SearchStepsCommandInput, SearchStepsCommandOutput } from "./commands/SearchStepsCommand";
85
+ import { SearchTasksCommandInput, SearchTasksCommandOutput } from "./commands/SearchTasksCommand";
86
+ import { SearchWorkersCommandInput, SearchWorkersCommandOutput } from "./commands/SearchWorkersCommand";
87
+ import { StartSessionsStatisticsAggregationCommandInput, StartSessionsStatisticsAggregationCommandOutput } from "./commands/StartSessionsStatisticsAggregationCommand";
88
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
89
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
90
+ import { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "./commands/UpdateBudgetCommand";
91
+ import { UpdateFarmCommandInput, UpdateFarmCommandOutput } from "./commands/UpdateFarmCommand";
92
+ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
93
+ import { UpdateJobCommandInput, UpdateJobCommandOutput } from "./commands/UpdateJobCommand";
94
+ import { UpdateMonitorCommandInput, UpdateMonitorCommandOutput } from "./commands/UpdateMonitorCommand";
95
+ import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
96
+ import { UpdateQueueEnvironmentCommandInput, UpdateQueueEnvironmentCommandOutput } from "./commands/UpdateQueueEnvironmentCommand";
97
+ import { UpdateQueueFleetAssociationCommandInput, UpdateQueueFleetAssociationCommandOutput } from "./commands/UpdateQueueFleetAssociationCommand";
98
+ import { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "./commands/UpdateSessionCommand";
99
+ import { UpdateStepCommandInput, UpdateStepCommandOutput } from "./commands/UpdateStepCommand";
100
+ import { UpdateStorageProfileCommandInput, UpdateStorageProfileCommandOutput } from "./commands/UpdateStorageProfileCommand";
101
+ import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
102
+ import { UpdateWorkerCommandInput, UpdateWorkerCommandOutput } from "./commands/UpdateWorkerCommand";
103
+ import { UpdateWorkerScheduleCommandInput, UpdateWorkerScheduleCommandOutput } from "./commands/UpdateWorkerScheduleCommand";
104
+ import { DeadlineClient } from "./DeadlineClient";
105
+ export interface Deadline {
106
+ /**
107
+ * @see {@link AssociateMemberToFarmCommand}
108
+ */
109
+ associateMemberToFarm(args: AssociateMemberToFarmCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMemberToFarmCommandOutput>;
110
+ associateMemberToFarm(args: AssociateMemberToFarmCommandInput, cb: (err: any, data?: AssociateMemberToFarmCommandOutput) => void): void;
111
+ associateMemberToFarm(args: AssociateMemberToFarmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMemberToFarmCommandOutput) => void): void;
112
+ /**
113
+ * @see {@link AssociateMemberToFleetCommand}
114
+ */
115
+ associateMemberToFleet(args: AssociateMemberToFleetCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMemberToFleetCommandOutput>;
116
+ associateMemberToFleet(args: AssociateMemberToFleetCommandInput, cb: (err: any, data?: AssociateMemberToFleetCommandOutput) => void): void;
117
+ associateMemberToFleet(args: AssociateMemberToFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMemberToFleetCommandOutput) => void): void;
118
+ /**
119
+ * @see {@link AssociateMemberToJobCommand}
120
+ */
121
+ associateMemberToJob(args: AssociateMemberToJobCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMemberToJobCommandOutput>;
122
+ associateMemberToJob(args: AssociateMemberToJobCommandInput, cb: (err: any, data?: AssociateMemberToJobCommandOutput) => void): void;
123
+ associateMemberToJob(args: AssociateMemberToJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMemberToJobCommandOutput) => void): void;
124
+ /**
125
+ * @see {@link AssociateMemberToQueueCommand}
126
+ */
127
+ associateMemberToQueue(args: AssociateMemberToQueueCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMemberToQueueCommandOutput>;
128
+ associateMemberToQueue(args: AssociateMemberToQueueCommandInput, cb: (err: any, data?: AssociateMemberToQueueCommandOutput) => void): void;
129
+ associateMemberToQueue(args: AssociateMemberToQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMemberToQueueCommandOutput) => void): void;
130
+ /**
131
+ * @see {@link AssumeFleetRoleForReadCommand}
132
+ */
133
+ assumeFleetRoleForRead(args: AssumeFleetRoleForReadCommandInput, options?: __HttpHandlerOptions): Promise<AssumeFleetRoleForReadCommandOutput>;
134
+ assumeFleetRoleForRead(args: AssumeFleetRoleForReadCommandInput, cb: (err: any, data?: AssumeFleetRoleForReadCommandOutput) => void): void;
135
+ assumeFleetRoleForRead(args: AssumeFleetRoleForReadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssumeFleetRoleForReadCommandOutput) => void): void;
136
+ /**
137
+ * @see {@link AssumeFleetRoleForWorkerCommand}
138
+ */
139
+ assumeFleetRoleForWorker(args: AssumeFleetRoleForWorkerCommandInput, options?: __HttpHandlerOptions): Promise<AssumeFleetRoleForWorkerCommandOutput>;
140
+ assumeFleetRoleForWorker(args: AssumeFleetRoleForWorkerCommandInput, cb: (err: any, data?: AssumeFleetRoleForWorkerCommandOutput) => void): void;
141
+ assumeFleetRoleForWorker(args: AssumeFleetRoleForWorkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssumeFleetRoleForWorkerCommandOutput) => void): void;
142
+ /**
143
+ * @see {@link AssumeQueueRoleForReadCommand}
144
+ */
145
+ assumeQueueRoleForRead(args: AssumeQueueRoleForReadCommandInput, options?: __HttpHandlerOptions): Promise<AssumeQueueRoleForReadCommandOutput>;
146
+ assumeQueueRoleForRead(args: AssumeQueueRoleForReadCommandInput, cb: (err: any, data?: AssumeQueueRoleForReadCommandOutput) => void): void;
147
+ assumeQueueRoleForRead(args: AssumeQueueRoleForReadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssumeQueueRoleForReadCommandOutput) => void): void;
148
+ /**
149
+ * @see {@link AssumeQueueRoleForUserCommand}
150
+ */
151
+ assumeQueueRoleForUser(args: AssumeQueueRoleForUserCommandInput, options?: __HttpHandlerOptions): Promise<AssumeQueueRoleForUserCommandOutput>;
152
+ assumeQueueRoleForUser(args: AssumeQueueRoleForUserCommandInput, cb: (err: any, data?: AssumeQueueRoleForUserCommandOutput) => void): void;
153
+ assumeQueueRoleForUser(args: AssumeQueueRoleForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssumeQueueRoleForUserCommandOutput) => void): void;
154
+ /**
155
+ * @see {@link AssumeQueueRoleForWorkerCommand}
156
+ */
157
+ assumeQueueRoleForWorker(args: AssumeQueueRoleForWorkerCommandInput, options?: __HttpHandlerOptions): Promise<AssumeQueueRoleForWorkerCommandOutput>;
158
+ assumeQueueRoleForWorker(args: AssumeQueueRoleForWorkerCommandInput, cb: (err: any, data?: AssumeQueueRoleForWorkerCommandOutput) => void): void;
159
+ assumeQueueRoleForWorker(args: AssumeQueueRoleForWorkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssumeQueueRoleForWorkerCommandOutput) => void): void;
160
+ /**
161
+ * @see {@link BatchGetJobEntityCommand}
162
+ */
163
+ batchGetJobEntity(args: BatchGetJobEntityCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetJobEntityCommandOutput>;
164
+ batchGetJobEntity(args: BatchGetJobEntityCommandInput, cb: (err: any, data?: BatchGetJobEntityCommandOutput) => void): void;
165
+ batchGetJobEntity(args: BatchGetJobEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetJobEntityCommandOutput) => void): void;
166
+ /**
167
+ * @see {@link CopyJobTemplateCommand}
168
+ */
169
+ copyJobTemplate(args: CopyJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CopyJobTemplateCommandOutput>;
170
+ copyJobTemplate(args: CopyJobTemplateCommandInput, cb: (err: any, data?: CopyJobTemplateCommandOutput) => void): void;
171
+ copyJobTemplate(args: CopyJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyJobTemplateCommandOutput) => void): void;
172
+ /**
173
+ * @see {@link CreateBudgetCommand}
174
+ */
175
+ createBudget(args: CreateBudgetCommandInput, options?: __HttpHandlerOptions): Promise<CreateBudgetCommandOutput>;
176
+ createBudget(args: CreateBudgetCommandInput, cb: (err: any, data?: CreateBudgetCommandOutput) => void): void;
177
+ createBudget(args: CreateBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBudgetCommandOutput) => void): void;
178
+ /**
179
+ * @see {@link CreateFarmCommand}
180
+ */
181
+ createFarm(args: CreateFarmCommandInput, options?: __HttpHandlerOptions): Promise<CreateFarmCommandOutput>;
182
+ createFarm(args: CreateFarmCommandInput, cb: (err: any, data?: CreateFarmCommandOutput) => void): void;
183
+ createFarm(args: CreateFarmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFarmCommandOutput) => void): void;
184
+ /**
185
+ * @see {@link CreateFleetCommand}
186
+ */
187
+ createFleet(args: CreateFleetCommandInput, options?: __HttpHandlerOptions): Promise<CreateFleetCommandOutput>;
188
+ createFleet(args: CreateFleetCommandInput, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
189
+ createFleet(args: CreateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
190
+ /**
191
+ * @see {@link CreateJobCommand}
192
+ */
193
+ createJob(args: CreateJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobCommandOutput>;
194
+ createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
195
+ createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
196
+ /**
197
+ * @see {@link CreateLicenseEndpointCommand}
198
+ */
199
+ createLicenseEndpoint(args: CreateLicenseEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateLicenseEndpointCommandOutput>;
200
+ createLicenseEndpoint(args: CreateLicenseEndpointCommandInput, cb: (err: any, data?: CreateLicenseEndpointCommandOutput) => void): void;
201
+ createLicenseEndpoint(args: CreateLicenseEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLicenseEndpointCommandOutput) => void): void;
202
+ /**
203
+ * @see {@link CreateMonitorCommand}
204
+ */
205
+ createMonitor(args: CreateMonitorCommandInput, options?: __HttpHandlerOptions): Promise<CreateMonitorCommandOutput>;
206
+ createMonitor(args: CreateMonitorCommandInput, cb: (err: any, data?: CreateMonitorCommandOutput) => void): void;
207
+ createMonitor(args: CreateMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMonitorCommandOutput) => void): void;
208
+ /**
209
+ * @see {@link CreateQueueCommand}
210
+ */
211
+ createQueue(args: CreateQueueCommandInput, options?: __HttpHandlerOptions): Promise<CreateQueueCommandOutput>;
212
+ createQueue(args: CreateQueueCommandInput, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
213
+ createQueue(args: CreateQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
214
+ /**
215
+ * @see {@link CreateQueueEnvironmentCommand}
216
+ */
217
+ createQueueEnvironment(args: CreateQueueEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateQueueEnvironmentCommandOutput>;
218
+ createQueueEnvironment(args: CreateQueueEnvironmentCommandInput, cb: (err: any, data?: CreateQueueEnvironmentCommandOutput) => void): void;
219
+ createQueueEnvironment(args: CreateQueueEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQueueEnvironmentCommandOutput) => void): void;
220
+ /**
221
+ * @see {@link CreateQueueFleetAssociationCommand}
222
+ */
223
+ createQueueFleetAssociation(args: CreateQueueFleetAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateQueueFleetAssociationCommandOutput>;
224
+ createQueueFleetAssociation(args: CreateQueueFleetAssociationCommandInput, cb: (err: any, data?: CreateQueueFleetAssociationCommandOutput) => void): void;
225
+ createQueueFleetAssociation(args: CreateQueueFleetAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQueueFleetAssociationCommandOutput) => void): void;
226
+ /**
227
+ * @see {@link CreateStorageProfileCommand}
228
+ */
229
+ createStorageProfile(args: CreateStorageProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateStorageProfileCommandOutput>;
230
+ createStorageProfile(args: CreateStorageProfileCommandInput, cb: (err: any, data?: CreateStorageProfileCommandOutput) => void): void;
231
+ createStorageProfile(args: CreateStorageProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStorageProfileCommandOutput) => void): void;
232
+ /**
233
+ * @see {@link CreateWorkerCommand}
234
+ */
235
+ createWorker(args: CreateWorkerCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkerCommandOutput>;
236
+ createWorker(args: CreateWorkerCommandInput, cb: (err: any, data?: CreateWorkerCommandOutput) => void): void;
237
+ createWorker(args: CreateWorkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkerCommandOutput) => void): void;
238
+ /**
239
+ * @see {@link DeleteBudgetCommand}
240
+ */
241
+ deleteBudget(args: DeleteBudgetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBudgetCommandOutput>;
242
+ deleteBudget(args: DeleteBudgetCommandInput, cb: (err: any, data?: DeleteBudgetCommandOutput) => void): void;
243
+ deleteBudget(args: DeleteBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBudgetCommandOutput) => void): void;
244
+ /**
245
+ * @see {@link DeleteFarmCommand}
246
+ */
247
+ deleteFarm(args: DeleteFarmCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFarmCommandOutput>;
248
+ deleteFarm(args: DeleteFarmCommandInput, cb: (err: any, data?: DeleteFarmCommandOutput) => void): void;
249
+ deleteFarm(args: DeleteFarmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFarmCommandOutput) => void): void;
250
+ /**
251
+ * @see {@link DeleteFleetCommand}
252
+ */
253
+ deleteFleet(args: DeleteFleetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFleetCommandOutput>;
254
+ deleteFleet(args: DeleteFleetCommandInput, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
255
+ deleteFleet(args: DeleteFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
256
+ /**
257
+ * @see {@link DeleteLicenseEndpointCommand}
258
+ */
259
+ deleteLicenseEndpoint(args: DeleteLicenseEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLicenseEndpointCommandOutput>;
260
+ deleteLicenseEndpoint(args: DeleteLicenseEndpointCommandInput, cb: (err: any, data?: DeleteLicenseEndpointCommandOutput) => void): void;
261
+ deleteLicenseEndpoint(args: DeleteLicenseEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLicenseEndpointCommandOutput) => void): void;
262
+ /**
263
+ * @see {@link DeleteMeteredProductCommand}
264
+ */
265
+ deleteMeteredProduct(args: DeleteMeteredProductCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMeteredProductCommandOutput>;
266
+ deleteMeteredProduct(args: DeleteMeteredProductCommandInput, cb: (err: any, data?: DeleteMeteredProductCommandOutput) => void): void;
267
+ deleteMeteredProduct(args: DeleteMeteredProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMeteredProductCommandOutput) => void): void;
268
+ /**
269
+ * @see {@link DeleteMonitorCommand}
270
+ */
271
+ deleteMonitor(args: DeleteMonitorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMonitorCommandOutput>;
272
+ deleteMonitor(args: DeleteMonitorCommandInput, cb: (err: any, data?: DeleteMonitorCommandOutput) => void): void;
273
+ deleteMonitor(args: DeleteMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMonitorCommandOutput) => void): void;
274
+ /**
275
+ * @see {@link DeleteQueueCommand}
276
+ */
277
+ deleteQueue(args: DeleteQueueCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQueueCommandOutput>;
278
+ deleteQueue(args: DeleteQueueCommandInput, cb: (err: any, data?: DeleteQueueCommandOutput) => void): void;
279
+ deleteQueue(args: DeleteQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQueueCommandOutput) => void): void;
280
+ /**
281
+ * @see {@link DeleteQueueEnvironmentCommand}
282
+ */
283
+ deleteQueueEnvironment(args: DeleteQueueEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQueueEnvironmentCommandOutput>;
284
+ deleteQueueEnvironment(args: DeleteQueueEnvironmentCommandInput, cb: (err: any, data?: DeleteQueueEnvironmentCommandOutput) => void): void;
285
+ deleteQueueEnvironment(args: DeleteQueueEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQueueEnvironmentCommandOutput) => void): void;
286
+ /**
287
+ * @see {@link DeleteQueueFleetAssociationCommand}
288
+ */
289
+ deleteQueueFleetAssociation(args: DeleteQueueFleetAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQueueFleetAssociationCommandOutput>;
290
+ deleteQueueFleetAssociation(args: DeleteQueueFleetAssociationCommandInput, cb: (err: any, data?: DeleteQueueFleetAssociationCommandOutput) => void): void;
291
+ deleteQueueFleetAssociation(args: DeleteQueueFleetAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQueueFleetAssociationCommandOutput) => void): void;
292
+ /**
293
+ * @see {@link DeleteStorageProfileCommand}
294
+ */
295
+ deleteStorageProfile(args: DeleteStorageProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStorageProfileCommandOutput>;
296
+ deleteStorageProfile(args: DeleteStorageProfileCommandInput, cb: (err: any, data?: DeleteStorageProfileCommandOutput) => void): void;
297
+ deleteStorageProfile(args: DeleteStorageProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStorageProfileCommandOutput) => void): void;
298
+ /**
299
+ * @see {@link DeleteWorkerCommand}
300
+ */
301
+ deleteWorker(args: DeleteWorkerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkerCommandOutput>;
302
+ deleteWorker(args: DeleteWorkerCommandInput, cb: (err: any, data?: DeleteWorkerCommandOutput) => void): void;
303
+ deleteWorker(args: DeleteWorkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkerCommandOutput) => void): void;
304
+ /**
305
+ * @see {@link DisassociateMemberFromFarmCommand}
306
+ */
307
+ disassociateMemberFromFarm(args: DisassociateMemberFromFarmCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMemberFromFarmCommandOutput>;
308
+ disassociateMemberFromFarm(args: DisassociateMemberFromFarmCommandInput, cb: (err: any, data?: DisassociateMemberFromFarmCommandOutput) => void): void;
309
+ disassociateMemberFromFarm(args: DisassociateMemberFromFarmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMemberFromFarmCommandOutput) => void): void;
310
+ /**
311
+ * @see {@link DisassociateMemberFromFleetCommand}
312
+ */
313
+ disassociateMemberFromFleet(args: DisassociateMemberFromFleetCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMemberFromFleetCommandOutput>;
314
+ disassociateMemberFromFleet(args: DisassociateMemberFromFleetCommandInput, cb: (err: any, data?: DisassociateMemberFromFleetCommandOutput) => void): void;
315
+ disassociateMemberFromFleet(args: DisassociateMemberFromFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMemberFromFleetCommandOutput) => void): void;
316
+ /**
317
+ * @see {@link DisassociateMemberFromJobCommand}
318
+ */
319
+ disassociateMemberFromJob(args: DisassociateMemberFromJobCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMemberFromJobCommandOutput>;
320
+ disassociateMemberFromJob(args: DisassociateMemberFromJobCommandInput, cb: (err: any, data?: DisassociateMemberFromJobCommandOutput) => void): void;
321
+ disassociateMemberFromJob(args: DisassociateMemberFromJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMemberFromJobCommandOutput) => void): void;
322
+ /**
323
+ * @see {@link DisassociateMemberFromQueueCommand}
324
+ */
325
+ disassociateMemberFromQueue(args: DisassociateMemberFromQueueCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMemberFromQueueCommandOutput>;
326
+ disassociateMemberFromQueue(args: DisassociateMemberFromQueueCommandInput, cb: (err: any, data?: DisassociateMemberFromQueueCommandOutput) => void): void;
327
+ disassociateMemberFromQueue(args: DisassociateMemberFromQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMemberFromQueueCommandOutput) => void): void;
328
+ /**
329
+ * @see {@link GetBudgetCommand}
330
+ */
331
+ getBudget(args: GetBudgetCommandInput, options?: __HttpHandlerOptions): Promise<GetBudgetCommandOutput>;
332
+ getBudget(args: GetBudgetCommandInput, cb: (err: any, data?: GetBudgetCommandOutput) => void): void;
333
+ getBudget(args: GetBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBudgetCommandOutput) => void): void;
334
+ /**
335
+ * @see {@link GetFarmCommand}
336
+ */
337
+ getFarm(args: GetFarmCommandInput, options?: __HttpHandlerOptions): Promise<GetFarmCommandOutput>;
338
+ getFarm(args: GetFarmCommandInput, cb: (err: any, data?: GetFarmCommandOutput) => void): void;
339
+ getFarm(args: GetFarmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFarmCommandOutput) => void): void;
340
+ /**
341
+ * @see {@link GetFleetCommand}
342
+ */
343
+ getFleet(args: GetFleetCommandInput, options?: __HttpHandlerOptions): Promise<GetFleetCommandOutput>;
344
+ getFleet(args: GetFleetCommandInput, cb: (err: any, data?: GetFleetCommandOutput) => void): void;
345
+ getFleet(args: GetFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFleetCommandOutput) => void): void;
346
+ /**
347
+ * @see {@link GetJobCommand}
348
+ */
349
+ getJob(args: GetJobCommandInput, options?: __HttpHandlerOptions): Promise<GetJobCommandOutput>;
350
+ getJob(args: GetJobCommandInput, cb: (err: any, data?: GetJobCommandOutput) => void): void;
351
+ getJob(args: GetJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobCommandOutput) => void): void;
352
+ /**
353
+ * @see {@link GetLicenseEndpointCommand}
354
+ */
355
+ getLicenseEndpoint(args: GetLicenseEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetLicenseEndpointCommandOutput>;
356
+ getLicenseEndpoint(args: GetLicenseEndpointCommandInput, cb: (err: any, data?: GetLicenseEndpointCommandOutput) => void): void;
357
+ getLicenseEndpoint(args: GetLicenseEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLicenseEndpointCommandOutput) => void): void;
358
+ /**
359
+ * @see {@link GetMonitorCommand}
360
+ */
361
+ getMonitor(args: GetMonitorCommandInput, options?: __HttpHandlerOptions): Promise<GetMonitorCommandOutput>;
362
+ getMonitor(args: GetMonitorCommandInput, cb: (err: any, data?: GetMonitorCommandOutput) => void): void;
363
+ getMonitor(args: GetMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMonitorCommandOutput) => void): void;
364
+ /**
365
+ * @see {@link GetQueueCommand}
366
+ */
367
+ getQueue(args: GetQueueCommandInput, options?: __HttpHandlerOptions): Promise<GetQueueCommandOutput>;
368
+ getQueue(args: GetQueueCommandInput, cb: (err: any, data?: GetQueueCommandOutput) => void): void;
369
+ getQueue(args: GetQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueueCommandOutput) => void): void;
370
+ /**
371
+ * @see {@link GetQueueEnvironmentCommand}
372
+ */
373
+ getQueueEnvironment(args: GetQueueEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<GetQueueEnvironmentCommandOutput>;
374
+ getQueueEnvironment(args: GetQueueEnvironmentCommandInput, cb: (err: any, data?: GetQueueEnvironmentCommandOutput) => void): void;
375
+ getQueueEnvironment(args: GetQueueEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueueEnvironmentCommandOutput) => void): void;
376
+ /**
377
+ * @see {@link GetQueueFleetAssociationCommand}
378
+ */
379
+ getQueueFleetAssociation(args: GetQueueFleetAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetQueueFleetAssociationCommandOutput>;
380
+ getQueueFleetAssociation(args: GetQueueFleetAssociationCommandInput, cb: (err: any, data?: GetQueueFleetAssociationCommandOutput) => void): void;
381
+ getQueueFleetAssociation(args: GetQueueFleetAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueueFleetAssociationCommandOutput) => void): void;
382
+ /**
383
+ * @see {@link GetSessionCommand}
384
+ */
385
+ getSession(args: GetSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionCommandOutput>;
386
+ getSession(args: GetSessionCommandInput, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
387
+ getSession(args: GetSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
388
+ /**
389
+ * @see {@link GetSessionActionCommand}
390
+ */
391
+ getSessionAction(args: GetSessionActionCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionActionCommandOutput>;
392
+ getSessionAction(args: GetSessionActionCommandInput, cb: (err: any, data?: GetSessionActionCommandOutput) => void): void;
393
+ getSessionAction(args: GetSessionActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionActionCommandOutput) => void): void;
394
+ /**
395
+ * @see {@link GetSessionsStatisticsAggregationCommand}
396
+ */
397
+ getSessionsStatisticsAggregation(args: GetSessionsStatisticsAggregationCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionsStatisticsAggregationCommandOutput>;
398
+ getSessionsStatisticsAggregation(args: GetSessionsStatisticsAggregationCommandInput, cb: (err: any, data?: GetSessionsStatisticsAggregationCommandOutput) => void): void;
399
+ getSessionsStatisticsAggregation(args: GetSessionsStatisticsAggregationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionsStatisticsAggregationCommandOutput) => void): void;
400
+ /**
401
+ * @see {@link GetStepCommand}
402
+ */
403
+ getStep(args: GetStepCommandInput, options?: __HttpHandlerOptions): Promise<GetStepCommandOutput>;
404
+ getStep(args: GetStepCommandInput, cb: (err: any, data?: GetStepCommandOutput) => void): void;
405
+ getStep(args: GetStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStepCommandOutput) => void): void;
406
+ /**
407
+ * @see {@link GetStorageProfileCommand}
408
+ */
409
+ getStorageProfile(args: GetStorageProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetStorageProfileCommandOutput>;
410
+ getStorageProfile(args: GetStorageProfileCommandInput, cb: (err: any, data?: GetStorageProfileCommandOutput) => void): void;
411
+ getStorageProfile(args: GetStorageProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStorageProfileCommandOutput) => void): void;
412
+ /**
413
+ * @see {@link GetStorageProfileForQueueCommand}
414
+ */
415
+ getStorageProfileForQueue(args: GetStorageProfileForQueueCommandInput, options?: __HttpHandlerOptions): Promise<GetStorageProfileForQueueCommandOutput>;
416
+ getStorageProfileForQueue(args: GetStorageProfileForQueueCommandInput, cb: (err: any, data?: GetStorageProfileForQueueCommandOutput) => void): void;
417
+ getStorageProfileForQueue(args: GetStorageProfileForQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStorageProfileForQueueCommandOutput) => void): void;
418
+ /**
419
+ * @see {@link GetTaskCommand}
420
+ */
421
+ getTask(args: GetTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetTaskCommandOutput>;
422
+ getTask(args: GetTaskCommandInput, cb: (err: any, data?: GetTaskCommandOutput) => void): void;
423
+ getTask(args: GetTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTaskCommandOutput) => void): void;
424
+ /**
425
+ * @see {@link GetWorkerCommand}
426
+ */
427
+ getWorker(args: GetWorkerCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkerCommandOutput>;
428
+ getWorker(args: GetWorkerCommandInput, cb: (err: any, data?: GetWorkerCommandOutput) => void): void;
429
+ getWorker(args: GetWorkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkerCommandOutput) => void): void;
430
+ /**
431
+ * @see {@link ListAvailableMeteredProductsCommand}
432
+ */
433
+ listAvailableMeteredProducts(): Promise<ListAvailableMeteredProductsCommandOutput>;
434
+ listAvailableMeteredProducts(args: ListAvailableMeteredProductsCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableMeteredProductsCommandOutput>;
435
+ listAvailableMeteredProducts(args: ListAvailableMeteredProductsCommandInput, cb: (err: any, data?: ListAvailableMeteredProductsCommandOutput) => void): void;
436
+ listAvailableMeteredProducts(args: ListAvailableMeteredProductsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableMeteredProductsCommandOutput) => void): void;
437
+ /**
438
+ * @see {@link ListBudgetsCommand}
439
+ */
440
+ listBudgets(args: ListBudgetsCommandInput, options?: __HttpHandlerOptions): Promise<ListBudgetsCommandOutput>;
441
+ listBudgets(args: ListBudgetsCommandInput, cb: (err: any, data?: ListBudgetsCommandOutput) => void): void;
442
+ listBudgets(args: ListBudgetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBudgetsCommandOutput) => void): void;
443
+ /**
444
+ * @see {@link ListFarmMembersCommand}
445
+ */
446
+ listFarmMembers(args: ListFarmMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListFarmMembersCommandOutput>;
447
+ listFarmMembers(args: ListFarmMembersCommandInput, cb: (err: any, data?: ListFarmMembersCommandOutput) => void): void;
448
+ listFarmMembers(args: ListFarmMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFarmMembersCommandOutput) => void): void;
449
+ /**
450
+ * @see {@link ListFarmsCommand}
451
+ */
452
+ listFarms(): Promise<ListFarmsCommandOutput>;
453
+ listFarms(args: ListFarmsCommandInput, options?: __HttpHandlerOptions): Promise<ListFarmsCommandOutput>;
454
+ listFarms(args: ListFarmsCommandInput, cb: (err: any, data?: ListFarmsCommandOutput) => void): void;
455
+ listFarms(args: ListFarmsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFarmsCommandOutput) => void): void;
456
+ /**
457
+ * @see {@link ListFleetMembersCommand}
458
+ */
459
+ listFleetMembers(args: ListFleetMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListFleetMembersCommandOutput>;
460
+ listFleetMembers(args: ListFleetMembersCommandInput, cb: (err: any, data?: ListFleetMembersCommandOutput) => void): void;
461
+ listFleetMembers(args: ListFleetMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetMembersCommandOutput) => void): void;
462
+ /**
463
+ * @see {@link ListFleetsCommand}
464
+ */
465
+ listFleets(args: ListFleetsCommandInput, options?: __HttpHandlerOptions): Promise<ListFleetsCommandOutput>;
466
+ listFleets(args: ListFleetsCommandInput, cb: (err: any, data?: ListFleetsCommandOutput) => void): void;
467
+ listFleets(args: ListFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetsCommandOutput) => void): void;
468
+ /**
469
+ * @see {@link ListJobMembersCommand}
470
+ */
471
+ listJobMembers(args: ListJobMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListJobMembersCommandOutput>;
472
+ listJobMembers(args: ListJobMembersCommandInput, cb: (err: any, data?: ListJobMembersCommandOutput) => void): void;
473
+ listJobMembers(args: ListJobMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobMembersCommandOutput) => void): void;
474
+ /**
475
+ * @see {@link ListJobsCommand}
476
+ */
477
+ listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
478
+ listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
479
+ listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
480
+ /**
481
+ * @see {@link ListLicenseEndpointsCommand}
482
+ */
483
+ listLicenseEndpoints(): Promise<ListLicenseEndpointsCommandOutput>;
484
+ listLicenseEndpoints(args: ListLicenseEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListLicenseEndpointsCommandOutput>;
485
+ listLicenseEndpoints(args: ListLicenseEndpointsCommandInput, cb: (err: any, data?: ListLicenseEndpointsCommandOutput) => void): void;
486
+ listLicenseEndpoints(args: ListLicenseEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLicenseEndpointsCommandOutput) => void): void;
487
+ /**
488
+ * @see {@link ListMeteredProductsCommand}
489
+ */
490
+ listMeteredProducts(args: ListMeteredProductsCommandInput, options?: __HttpHandlerOptions): Promise<ListMeteredProductsCommandOutput>;
491
+ listMeteredProducts(args: ListMeteredProductsCommandInput, cb: (err: any, data?: ListMeteredProductsCommandOutput) => void): void;
492
+ listMeteredProducts(args: ListMeteredProductsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeteredProductsCommandOutput) => void): void;
493
+ /**
494
+ * @see {@link ListMonitorsCommand}
495
+ */
496
+ listMonitors(): Promise<ListMonitorsCommandOutput>;
497
+ listMonitors(args: ListMonitorsCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitorsCommandOutput>;
498
+ listMonitors(args: ListMonitorsCommandInput, cb: (err: any, data?: ListMonitorsCommandOutput) => void): void;
499
+ listMonitors(args: ListMonitorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitorsCommandOutput) => void): void;
500
+ /**
501
+ * @see {@link ListQueueEnvironmentsCommand}
502
+ */
503
+ listQueueEnvironments(args: ListQueueEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListQueueEnvironmentsCommandOutput>;
504
+ listQueueEnvironments(args: ListQueueEnvironmentsCommandInput, cb: (err: any, data?: ListQueueEnvironmentsCommandOutput) => void): void;
505
+ listQueueEnvironments(args: ListQueueEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueueEnvironmentsCommandOutput) => void): void;
506
+ /**
507
+ * @see {@link ListQueueFleetAssociationsCommand}
508
+ */
509
+ listQueueFleetAssociations(args: ListQueueFleetAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListQueueFleetAssociationsCommandOutput>;
510
+ listQueueFleetAssociations(args: ListQueueFleetAssociationsCommandInput, cb: (err: any, data?: ListQueueFleetAssociationsCommandOutput) => void): void;
511
+ listQueueFleetAssociations(args: ListQueueFleetAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueueFleetAssociationsCommandOutput) => void): void;
512
+ /**
513
+ * @see {@link ListQueueMembersCommand}
514
+ */
515
+ listQueueMembers(args: ListQueueMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListQueueMembersCommandOutput>;
516
+ listQueueMembers(args: ListQueueMembersCommandInput, cb: (err: any, data?: ListQueueMembersCommandOutput) => void): void;
517
+ listQueueMembers(args: ListQueueMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueueMembersCommandOutput) => void): void;
518
+ /**
519
+ * @see {@link ListQueuesCommand}
520
+ */
521
+ listQueues(args: ListQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuesCommandOutput>;
522
+ listQueues(args: ListQueuesCommandInput, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
523
+ listQueues(args: ListQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
524
+ /**
525
+ * @see {@link ListSessionActionsCommand}
526
+ */
527
+ listSessionActions(args: ListSessionActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSessionActionsCommandOutput>;
528
+ listSessionActions(args: ListSessionActionsCommandInput, cb: (err: any, data?: ListSessionActionsCommandOutput) => void): void;
529
+ listSessionActions(args: ListSessionActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSessionActionsCommandOutput) => void): void;
530
+ /**
531
+ * @see {@link ListSessionsCommand}
532
+ */
533
+ listSessions(args: ListSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSessionsCommandOutput>;
534
+ listSessions(args: ListSessionsCommandInput, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
535
+ listSessions(args: ListSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
536
+ /**
537
+ * @see {@link ListSessionsForWorkerCommand}
538
+ */
539
+ listSessionsForWorker(args: ListSessionsForWorkerCommandInput, options?: __HttpHandlerOptions): Promise<ListSessionsForWorkerCommandOutput>;
540
+ listSessionsForWorker(args: ListSessionsForWorkerCommandInput, cb: (err: any, data?: ListSessionsForWorkerCommandOutput) => void): void;
541
+ listSessionsForWorker(args: ListSessionsForWorkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSessionsForWorkerCommandOutput) => void): void;
542
+ /**
543
+ * @see {@link ListStepConsumersCommand}
544
+ */
545
+ listStepConsumers(args: ListStepConsumersCommandInput, options?: __HttpHandlerOptions): Promise<ListStepConsumersCommandOutput>;
546
+ listStepConsumers(args: ListStepConsumersCommandInput, cb: (err: any, data?: ListStepConsumersCommandOutput) => void): void;
547
+ listStepConsumers(args: ListStepConsumersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStepConsumersCommandOutput) => void): void;
548
+ /**
549
+ * @see {@link ListStepDependenciesCommand}
550
+ */
551
+ listStepDependencies(args: ListStepDependenciesCommandInput, options?: __HttpHandlerOptions): Promise<ListStepDependenciesCommandOutput>;
552
+ listStepDependencies(args: ListStepDependenciesCommandInput, cb: (err: any, data?: ListStepDependenciesCommandOutput) => void): void;
553
+ listStepDependencies(args: ListStepDependenciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStepDependenciesCommandOutput) => void): void;
554
+ /**
555
+ * @see {@link ListStepsCommand}
556
+ */
557
+ listSteps(args: ListStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListStepsCommandOutput>;
558
+ listSteps(args: ListStepsCommandInput, cb: (err: any, data?: ListStepsCommandOutput) => void): void;
559
+ listSteps(args: ListStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStepsCommandOutput) => void): void;
560
+ /**
561
+ * @see {@link ListStorageProfilesCommand}
562
+ */
563
+ listStorageProfiles(args: ListStorageProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListStorageProfilesCommandOutput>;
564
+ listStorageProfiles(args: ListStorageProfilesCommandInput, cb: (err: any, data?: ListStorageProfilesCommandOutput) => void): void;
565
+ listStorageProfiles(args: ListStorageProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStorageProfilesCommandOutput) => void): void;
566
+ /**
567
+ * @see {@link ListStorageProfilesForQueueCommand}
568
+ */
569
+ listStorageProfilesForQueue(args: ListStorageProfilesForQueueCommandInput, options?: __HttpHandlerOptions): Promise<ListStorageProfilesForQueueCommandOutput>;
570
+ listStorageProfilesForQueue(args: ListStorageProfilesForQueueCommandInput, cb: (err: any, data?: ListStorageProfilesForQueueCommandOutput) => void): void;
571
+ listStorageProfilesForQueue(args: ListStorageProfilesForQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStorageProfilesForQueueCommandOutput) => void): void;
572
+ /**
573
+ * @see {@link ListTagsForResourceCommand}
574
+ */
575
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
576
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
577
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
578
+ /**
579
+ * @see {@link ListTasksCommand}
580
+ */
581
+ listTasks(args: ListTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListTasksCommandOutput>;
582
+ listTasks(args: ListTasksCommandInput, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
583
+ listTasks(args: ListTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTasksCommandOutput) => void): void;
584
+ /**
585
+ * @see {@link ListWorkersCommand}
586
+ */
587
+ listWorkers(args: ListWorkersCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkersCommandOutput>;
588
+ listWorkers(args: ListWorkersCommandInput, cb: (err: any, data?: ListWorkersCommandOutput) => void): void;
589
+ listWorkers(args: ListWorkersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkersCommandOutput) => void): void;
590
+ /**
591
+ * @see {@link PutMeteredProductCommand}
592
+ */
593
+ putMeteredProduct(args: PutMeteredProductCommandInput, options?: __HttpHandlerOptions): Promise<PutMeteredProductCommandOutput>;
594
+ putMeteredProduct(args: PutMeteredProductCommandInput, cb: (err: any, data?: PutMeteredProductCommandOutput) => void): void;
595
+ putMeteredProduct(args: PutMeteredProductCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMeteredProductCommandOutput) => void): void;
596
+ /**
597
+ * @see {@link SearchJobsCommand}
598
+ */
599
+ searchJobs(args: SearchJobsCommandInput, options?: __HttpHandlerOptions): Promise<SearchJobsCommandOutput>;
600
+ searchJobs(args: SearchJobsCommandInput, cb: (err: any, data?: SearchJobsCommandOutput) => void): void;
601
+ searchJobs(args: SearchJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchJobsCommandOutput) => void): void;
602
+ /**
603
+ * @see {@link SearchStepsCommand}
604
+ */
605
+ searchSteps(args: SearchStepsCommandInput, options?: __HttpHandlerOptions): Promise<SearchStepsCommandOutput>;
606
+ searchSteps(args: SearchStepsCommandInput, cb: (err: any, data?: SearchStepsCommandOutput) => void): void;
607
+ searchSteps(args: SearchStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchStepsCommandOutput) => void): void;
608
+ /**
609
+ * @see {@link SearchTasksCommand}
610
+ */
611
+ searchTasks(args: SearchTasksCommandInput, options?: __HttpHandlerOptions): Promise<SearchTasksCommandOutput>;
612
+ searchTasks(args: SearchTasksCommandInput, cb: (err: any, data?: SearchTasksCommandOutput) => void): void;
613
+ searchTasks(args: SearchTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchTasksCommandOutput) => void): void;
614
+ /**
615
+ * @see {@link SearchWorkersCommand}
616
+ */
617
+ searchWorkers(args: SearchWorkersCommandInput, options?: __HttpHandlerOptions): Promise<SearchWorkersCommandOutput>;
618
+ searchWorkers(args: SearchWorkersCommandInput, cb: (err: any, data?: SearchWorkersCommandOutput) => void): void;
619
+ searchWorkers(args: SearchWorkersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchWorkersCommandOutput) => void): void;
620
+ /**
621
+ * @see {@link StartSessionsStatisticsAggregationCommand}
622
+ */
623
+ startSessionsStatisticsAggregation(args: StartSessionsStatisticsAggregationCommandInput, options?: __HttpHandlerOptions): Promise<StartSessionsStatisticsAggregationCommandOutput>;
624
+ startSessionsStatisticsAggregation(args: StartSessionsStatisticsAggregationCommandInput, cb: (err: any, data?: StartSessionsStatisticsAggregationCommandOutput) => void): void;
625
+ startSessionsStatisticsAggregation(args: StartSessionsStatisticsAggregationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSessionsStatisticsAggregationCommandOutput) => void): void;
626
+ /**
627
+ * @see {@link TagResourceCommand}
628
+ */
629
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
630
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
631
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
632
+ /**
633
+ * @see {@link UntagResourceCommand}
634
+ */
635
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
636
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
637
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
638
+ /**
639
+ * @see {@link UpdateBudgetCommand}
640
+ */
641
+ updateBudget(args: UpdateBudgetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBudgetCommandOutput>;
642
+ updateBudget(args: UpdateBudgetCommandInput, cb: (err: any, data?: UpdateBudgetCommandOutput) => void): void;
643
+ updateBudget(args: UpdateBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBudgetCommandOutput) => void): void;
644
+ /**
645
+ * @see {@link UpdateFarmCommand}
646
+ */
647
+ updateFarm(args: UpdateFarmCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFarmCommandOutput>;
648
+ updateFarm(args: UpdateFarmCommandInput, cb: (err: any, data?: UpdateFarmCommandOutput) => void): void;
649
+ updateFarm(args: UpdateFarmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFarmCommandOutput) => void): void;
650
+ /**
651
+ * @see {@link UpdateFleetCommand}
652
+ */
653
+ updateFleet(args: UpdateFleetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFleetCommandOutput>;
654
+ updateFleet(args: UpdateFleetCommandInput, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
655
+ updateFleet(args: UpdateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
656
+ /**
657
+ * @see {@link UpdateJobCommand}
658
+ */
659
+ updateJob(args: UpdateJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobCommandOutput>;
660
+ updateJob(args: UpdateJobCommandInput, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
661
+ updateJob(args: UpdateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobCommandOutput) => void): void;
662
+ /**
663
+ * @see {@link UpdateMonitorCommand}
664
+ */
665
+ updateMonitor(args: UpdateMonitorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMonitorCommandOutput>;
666
+ updateMonitor(args: UpdateMonitorCommandInput, cb: (err: any, data?: UpdateMonitorCommandOutput) => void): void;
667
+ updateMonitor(args: UpdateMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMonitorCommandOutput) => void): void;
668
+ /**
669
+ * @see {@link UpdateQueueCommand}
670
+ */
671
+ updateQueue(args: UpdateQueueCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueCommandOutput>;
672
+ updateQueue(args: UpdateQueueCommandInput, cb: (err: any, data?: UpdateQueueCommandOutput) => void): void;
673
+ updateQueue(args: UpdateQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueCommandOutput) => void): void;
674
+ /**
675
+ * @see {@link UpdateQueueEnvironmentCommand}
676
+ */
677
+ updateQueueEnvironment(args: UpdateQueueEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueEnvironmentCommandOutput>;
678
+ updateQueueEnvironment(args: UpdateQueueEnvironmentCommandInput, cb: (err: any, data?: UpdateQueueEnvironmentCommandOutput) => void): void;
679
+ updateQueueEnvironment(args: UpdateQueueEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueEnvironmentCommandOutput) => void): void;
680
+ /**
681
+ * @see {@link UpdateQueueFleetAssociationCommand}
682
+ */
683
+ updateQueueFleetAssociation(args: UpdateQueueFleetAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueFleetAssociationCommandOutput>;
684
+ updateQueueFleetAssociation(args: UpdateQueueFleetAssociationCommandInput, cb: (err: any, data?: UpdateQueueFleetAssociationCommandOutput) => void): void;
685
+ updateQueueFleetAssociation(args: UpdateQueueFleetAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueFleetAssociationCommandOutput) => void): void;
686
+ /**
687
+ * @see {@link UpdateSessionCommand}
688
+ */
689
+ updateSession(args: UpdateSessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSessionCommandOutput>;
690
+ updateSession(args: UpdateSessionCommandInput, cb: (err: any, data?: UpdateSessionCommandOutput) => void): void;
691
+ updateSession(args: UpdateSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSessionCommandOutput) => void): void;
692
+ /**
693
+ * @see {@link UpdateStepCommand}
694
+ */
695
+ updateStep(args: UpdateStepCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStepCommandOutput>;
696
+ updateStep(args: UpdateStepCommandInput, cb: (err: any, data?: UpdateStepCommandOutput) => void): void;
697
+ updateStep(args: UpdateStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStepCommandOutput) => void): void;
698
+ /**
699
+ * @see {@link UpdateStorageProfileCommand}
700
+ */
701
+ updateStorageProfile(args: UpdateStorageProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStorageProfileCommandOutput>;
702
+ updateStorageProfile(args: UpdateStorageProfileCommandInput, cb: (err: any, data?: UpdateStorageProfileCommandOutput) => void): void;
703
+ updateStorageProfile(args: UpdateStorageProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStorageProfileCommandOutput) => void): void;
704
+ /**
705
+ * @see {@link UpdateTaskCommand}
706
+ */
707
+ updateTask(args: UpdateTaskCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTaskCommandOutput>;
708
+ updateTask(args: UpdateTaskCommandInput, cb: (err: any, data?: UpdateTaskCommandOutput) => void): void;
709
+ updateTask(args: UpdateTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTaskCommandOutput) => void): void;
710
+ /**
711
+ * @see {@link UpdateWorkerCommand}
712
+ */
713
+ updateWorker(args: UpdateWorkerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkerCommandOutput>;
714
+ updateWorker(args: UpdateWorkerCommandInput, cb: (err: any, data?: UpdateWorkerCommandOutput) => void): void;
715
+ updateWorker(args: UpdateWorkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkerCommandOutput) => void): void;
716
+ /**
717
+ * @see {@link UpdateWorkerScheduleCommand}
718
+ */
719
+ updateWorkerSchedule(args: UpdateWorkerScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkerScheduleCommandOutput>;
720
+ updateWorkerSchedule(args: UpdateWorkerScheduleCommandInput, cb: (err: any, data?: UpdateWorkerScheduleCommandOutput) => void): void;
721
+ updateWorkerSchedule(args: UpdateWorkerScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkerScheduleCommandOutput) => void): void;
722
+ }
723
+ /**
724
+ * <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
725
+ * projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
726
+ * specific to their job function.</p>
727
+ * <p>With Deadline Cloud, content production teams can deploy resources for their workforce securely
728
+ * in the cloud, reducing the costs of added physical infrastructure. Keep your content
729
+ * production operations secure, while allowing your contributors to access the tools they
730
+ * need, such as scalable high-speed storage, licenses, and cost management services.</p>
731
+ * @public
732
+ */
733
+ export declare class Deadline extends DeadlineClient implements Deadline {
734
+ }