@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,920 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@smithy/types";
3
+ import { AssociateMemberToFarmCommandInput, AssociateMemberToFarmCommandOutput } from "../commands/AssociateMemberToFarmCommand";
4
+ import { AssociateMemberToFleetCommandInput, AssociateMemberToFleetCommandOutput } from "../commands/AssociateMemberToFleetCommand";
5
+ import { AssociateMemberToJobCommandInput, AssociateMemberToJobCommandOutput } from "../commands/AssociateMemberToJobCommand";
6
+ import { AssociateMemberToQueueCommandInput, AssociateMemberToQueueCommandOutput } from "../commands/AssociateMemberToQueueCommand";
7
+ import { AssumeFleetRoleForReadCommandInput, AssumeFleetRoleForReadCommandOutput } from "../commands/AssumeFleetRoleForReadCommand";
8
+ import { AssumeFleetRoleForWorkerCommandInput, AssumeFleetRoleForWorkerCommandOutput } from "../commands/AssumeFleetRoleForWorkerCommand";
9
+ import { AssumeQueueRoleForReadCommandInput, AssumeQueueRoleForReadCommandOutput } from "../commands/AssumeQueueRoleForReadCommand";
10
+ import { AssumeQueueRoleForUserCommandInput, AssumeQueueRoleForUserCommandOutput } from "../commands/AssumeQueueRoleForUserCommand";
11
+ import { AssumeQueueRoleForWorkerCommandInput, AssumeQueueRoleForWorkerCommandOutput } from "../commands/AssumeQueueRoleForWorkerCommand";
12
+ import { BatchGetJobEntityCommandInput, BatchGetJobEntityCommandOutput } from "../commands/BatchGetJobEntityCommand";
13
+ import { CopyJobTemplateCommandInput, CopyJobTemplateCommandOutput } from "../commands/CopyJobTemplateCommand";
14
+ import { CreateBudgetCommandInput, CreateBudgetCommandOutput } from "../commands/CreateBudgetCommand";
15
+ import { CreateFarmCommandInput, CreateFarmCommandOutput } from "../commands/CreateFarmCommand";
16
+ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
17
+ import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
18
+ import { CreateLicenseEndpointCommandInput, CreateLicenseEndpointCommandOutput } from "../commands/CreateLicenseEndpointCommand";
19
+ import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "../commands/CreateMonitorCommand";
20
+ import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
21
+ import { CreateQueueEnvironmentCommandInput, CreateQueueEnvironmentCommandOutput } from "../commands/CreateQueueEnvironmentCommand";
22
+ import { CreateQueueFleetAssociationCommandInput, CreateQueueFleetAssociationCommandOutput } from "../commands/CreateQueueFleetAssociationCommand";
23
+ import { CreateStorageProfileCommandInput, CreateStorageProfileCommandOutput } from "../commands/CreateStorageProfileCommand";
24
+ import { CreateWorkerCommandInput, CreateWorkerCommandOutput } from "../commands/CreateWorkerCommand";
25
+ import { DeleteBudgetCommandInput, DeleteBudgetCommandOutput } from "../commands/DeleteBudgetCommand";
26
+ import { DeleteFarmCommandInput, DeleteFarmCommandOutput } from "../commands/DeleteFarmCommand";
27
+ import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "../commands/DeleteFleetCommand";
28
+ import { DeleteLicenseEndpointCommandInput, DeleteLicenseEndpointCommandOutput } from "../commands/DeleteLicenseEndpointCommand";
29
+ import { DeleteMeteredProductCommandInput, DeleteMeteredProductCommandOutput } from "../commands/DeleteMeteredProductCommand";
30
+ import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "../commands/DeleteMonitorCommand";
31
+ import { DeleteQueueCommandInput, DeleteQueueCommandOutput } from "../commands/DeleteQueueCommand";
32
+ import { DeleteQueueEnvironmentCommandInput, DeleteQueueEnvironmentCommandOutput } from "../commands/DeleteQueueEnvironmentCommand";
33
+ import { DeleteQueueFleetAssociationCommandInput, DeleteQueueFleetAssociationCommandOutput } from "../commands/DeleteQueueFleetAssociationCommand";
34
+ import { DeleteStorageProfileCommandInput, DeleteStorageProfileCommandOutput } from "../commands/DeleteStorageProfileCommand";
35
+ import { DeleteWorkerCommandInput, DeleteWorkerCommandOutput } from "../commands/DeleteWorkerCommand";
36
+ import { DisassociateMemberFromFarmCommandInput, DisassociateMemberFromFarmCommandOutput } from "../commands/DisassociateMemberFromFarmCommand";
37
+ import { DisassociateMemberFromFleetCommandInput, DisassociateMemberFromFleetCommandOutput } from "../commands/DisassociateMemberFromFleetCommand";
38
+ import { DisassociateMemberFromJobCommandInput, DisassociateMemberFromJobCommandOutput } from "../commands/DisassociateMemberFromJobCommand";
39
+ import { DisassociateMemberFromQueueCommandInput, DisassociateMemberFromQueueCommandOutput } from "../commands/DisassociateMemberFromQueueCommand";
40
+ import { GetBudgetCommandInput, GetBudgetCommandOutput } from "../commands/GetBudgetCommand";
41
+ import { GetFarmCommandInput, GetFarmCommandOutput } from "../commands/GetFarmCommand";
42
+ import { GetFleetCommandInput, GetFleetCommandOutput } from "../commands/GetFleetCommand";
43
+ import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
44
+ import { GetLicenseEndpointCommandInput, GetLicenseEndpointCommandOutput } from "../commands/GetLicenseEndpointCommand";
45
+ import { GetMonitorCommandInput, GetMonitorCommandOutput } from "../commands/GetMonitorCommand";
46
+ import { GetQueueCommandInput, GetQueueCommandOutput } from "../commands/GetQueueCommand";
47
+ import { GetQueueEnvironmentCommandInput, GetQueueEnvironmentCommandOutput } from "../commands/GetQueueEnvironmentCommand";
48
+ import { GetQueueFleetAssociationCommandInput, GetQueueFleetAssociationCommandOutput } from "../commands/GetQueueFleetAssociationCommand";
49
+ import { GetSessionActionCommandInput, GetSessionActionCommandOutput } from "../commands/GetSessionActionCommand";
50
+ import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
51
+ import { GetSessionsStatisticsAggregationCommandInput, GetSessionsStatisticsAggregationCommandOutput } from "../commands/GetSessionsStatisticsAggregationCommand";
52
+ import { GetStepCommandInput, GetStepCommandOutput } from "../commands/GetStepCommand";
53
+ import { GetStorageProfileCommandInput, GetStorageProfileCommandOutput } from "../commands/GetStorageProfileCommand";
54
+ import { GetStorageProfileForQueueCommandInput, GetStorageProfileForQueueCommandOutput } from "../commands/GetStorageProfileForQueueCommand";
55
+ import { GetTaskCommandInput, GetTaskCommandOutput } from "../commands/GetTaskCommand";
56
+ import { GetWorkerCommandInput, GetWorkerCommandOutput } from "../commands/GetWorkerCommand";
57
+ import { ListAvailableMeteredProductsCommandInput, ListAvailableMeteredProductsCommandOutput } from "../commands/ListAvailableMeteredProductsCommand";
58
+ import { ListBudgetsCommandInput, ListBudgetsCommandOutput } from "../commands/ListBudgetsCommand";
59
+ import { ListFarmMembersCommandInput, ListFarmMembersCommandOutput } from "../commands/ListFarmMembersCommand";
60
+ import { ListFarmsCommandInput, ListFarmsCommandOutput } from "../commands/ListFarmsCommand";
61
+ import { ListFleetMembersCommandInput, ListFleetMembersCommandOutput } from "../commands/ListFleetMembersCommand";
62
+ import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
63
+ import { ListJobMembersCommandInput, ListJobMembersCommandOutput } from "../commands/ListJobMembersCommand";
64
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
65
+ import { ListLicenseEndpointsCommandInput, ListLicenseEndpointsCommandOutput } from "../commands/ListLicenseEndpointsCommand";
66
+ import { ListMeteredProductsCommandInput, ListMeteredProductsCommandOutput } from "../commands/ListMeteredProductsCommand";
67
+ import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "../commands/ListMonitorsCommand";
68
+ import { ListQueueEnvironmentsCommandInput, ListQueueEnvironmentsCommandOutput } from "../commands/ListQueueEnvironmentsCommand";
69
+ import { ListQueueFleetAssociationsCommandInput, ListQueueFleetAssociationsCommandOutput } from "../commands/ListQueueFleetAssociationsCommand";
70
+ import { ListQueueMembersCommandInput, ListQueueMembersCommandOutput } from "../commands/ListQueueMembersCommand";
71
+ import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
72
+ import { ListSessionActionsCommandInput, ListSessionActionsCommandOutput } from "../commands/ListSessionActionsCommand";
73
+ import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
74
+ import { ListSessionsForWorkerCommandInput, ListSessionsForWorkerCommandOutput } from "../commands/ListSessionsForWorkerCommand";
75
+ import { ListStepConsumersCommandInput, ListStepConsumersCommandOutput } from "../commands/ListStepConsumersCommand";
76
+ import { ListStepDependenciesCommandInput, ListStepDependenciesCommandOutput } from "../commands/ListStepDependenciesCommand";
77
+ import { ListStepsCommandInput, ListStepsCommandOutput } from "../commands/ListStepsCommand";
78
+ import { ListStorageProfilesCommandInput, ListStorageProfilesCommandOutput } from "../commands/ListStorageProfilesCommand";
79
+ import { ListStorageProfilesForQueueCommandInput, ListStorageProfilesForQueueCommandOutput } from "../commands/ListStorageProfilesForQueueCommand";
80
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
81
+ import { ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand";
82
+ import { ListWorkersCommandInput, ListWorkersCommandOutput } from "../commands/ListWorkersCommand";
83
+ import { PutMeteredProductCommandInput, PutMeteredProductCommandOutput } from "../commands/PutMeteredProductCommand";
84
+ import { SearchJobsCommandInput, SearchJobsCommandOutput } from "../commands/SearchJobsCommand";
85
+ import { SearchStepsCommandInput, SearchStepsCommandOutput } from "../commands/SearchStepsCommand";
86
+ import { SearchTasksCommandInput, SearchTasksCommandOutput } from "../commands/SearchTasksCommand";
87
+ import { SearchWorkersCommandInput, SearchWorkersCommandOutput } from "../commands/SearchWorkersCommand";
88
+ import { StartSessionsStatisticsAggregationCommandInput, StartSessionsStatisticsAggregationCommandOutput } from "../commands/StartSessionsStatisticsAggregationCommand";
89
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
90
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
91
+ import { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "../commands/UpdateBudgetCommand";
92
+ import { UpdateFarmCommandInput, UpdateFarmCommandOutput } from "../commands/UpdateFarmCommand";
93
+ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "../commands/UpdateFleetCommand";
94
+ import { UpdateJobCommandInput, UpdateJobCommandOutput } from "../commands/UpdateJobCommand";
95
+ import { UpdateMonitorCommandInput, UpdateMonitorCommandOutput } from "../commands/UpdateMonitorCommand";
96
+ import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "../commands/UpdateQueueCommand";
97
+ import { UpdateQueueEnvironmentCommandInput, UpdateQueueEnvironmentCommandOutput } from "../commands/UpdateQueueEnvironmentCommand";
98
+ import { UpdateQueueFleetAssociationCommandInput, UpdateQueueFleetAssociationCommandOutput } from "../commands/UpdateQueueFleetAssociationCommand";
99
+ import { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "../commands/UpdateSessionCommand";
100
+ import { UpdateStepCommandInput, UpdateStepCommandOutput } from "../commands/UpdateStepCommand";
101
+ import { UpdateStorageProfileCommandInput, UpdateStorageProfileCommandOutput } from "../commands/UpdateStorageProfileCommand";
102
+ import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "../commands/UpdateTaskCommand";
103
+ import { UpdateWorkerCommandInput, UpdateWorkerCommandOutput } from "../commands/UpdateWorkerCommand";
104
+ import { UpdateWorkerScheduleCommandInput, UpdateWorkerScheduleCommandOutput } from "../commands/UpdateWorkerScheduleCommand";
105
+ /**
106
+ * serializeAws_restJson1AssociateMemberToFarmCommand
107
+ */
108
+ export declare const se_AssociateMemberToFarmCommand: (input: AssociateMemberToFarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_restJson1AssociateMemberToFleetCommand
111
+ */
112
+ export declare const se_AssociateMemberToFleetCommand: (input: AssociateMemberToFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_restJson1AssociateMemberToJobCommand
115
+ */
116
+ export declare const se_AssociateMemberToJobCommand: (input: AssociateMemberToJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_restJson1AssociateMemberToQueueCommand
119
+ */
120
+ export declare const se_AssociateMemberToQueueCommand: (input: AssociateMemberToQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_restJson1AssumeFleetRoleForReadCommand
123
+ */
124
+ export declare const se_AssumeFleetRoleForReadCommand: (input: AssumeFleetRoleForReadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_restJson1AssumeFleetRoleForWorkerCommand
127
+ */
128
+ export declare const se_AssumeFleetRoleForWorkerCommand: (input: AssumeFleetRoleForWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1AssumeQueueRoleForReadCommand
131
+ */
132
+ export declare const se_AssumeQueueRoleForReadCommand: (input: AssumeQueueRoleForReadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_restJson1AssumeQueueRoleForUserCommand
135
+ */
136
+ export declare const se_AssumeQueueRoleForUserCommand: (input: AssumeQueueRoleForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_restJson1AssumeQueueRoleForWorkerCommand
139
+ */
140
+ export declare const se_AssumeQueueRoleForWorkerCommand: (input: AssumeQueueRoleForWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_restJson1BatchGetJobEntityCommand
143
+ */
144
+ export declare const se_BatchGetJobEntityCommand: (input: BatchGetJobEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_restJson1CopyJobTemplateCommand
147
+ */
148
+ export declare const se_CopyJobTemplateCommand: (input: CopyJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_restJson1CreateBudgetCommand
151
+ */
152
+ export declare const se_CreateBudgetCommand: (input: CreateBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_restJson1CreateFarmCommand
155
+ */
156
+ export declare const se_CreateFarmCommand: (input: CreateFarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_restJson1CreateFleetCommand
159
+ */
160
+ export declare const se_CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_restJson1CreateJobCommand
163
+ */
164
+ export declare const se_CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_restJson1CreateLicenseEndpointCommand
167
+ */
168
+ export declare const se_CreateLicenseEndpointCommand: (input: CreateLicenseEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_restJson1CreateMonitorCommand
171
+ */
172
+ export declare const se_CreateMonitorCommand: (input: CreateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_restJson1CreateQueueCommand
175
+ */
176
+ export declare const se_CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ /**
178
+ * serializeAws_restJson1CreateQueueEnvironmentCommand
179
+ */
180
+ export declare const se_CreateQueueEnvironmentCommand: (input: CreateQueueEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ /**
182
+ * serializeAws_restJson1CreateQueueFleetAssociationCommand
183
+ */
184
+ export declare const se_CreateQueueFleetAssociationCommand: (input: CreateQueueFleetAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
+ /**
186
+ * serializeAws_restJson1CreateStorageProfileCommand
187
+ */
188
+ export declare const se_CreateStorageProfileCommand: (input: CreateStorageProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
+ /**
190
+ * serializeAws_restJson1CreateWorkerCommand
191
+ */
192
+ export declare const se_CreateWorkerCommand: (input: CreateWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
+ /**
194
+ * serializeAws_restJson1DeleteBudgetCommand
195
+ */
196
+ export declare const se_DeleteBudgetCommand: (input: DeleteBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
+ /**
198
+ * serializeAws_restJson1DeleteFarmCommand
199
+ */
200
+ export declare const se_DeleteFarmCommand: (input: DeleteFarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
+ /**
202
+ * serializeAws_restJson1DeleteFleetCommand
203
+ */
204
+ export declare const se_DeleteFleetCommand: (input: DeleteFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ /**
206
+ * serializeAws_restJson1DeleteLicenseEndpointCommand
207
+ */
208
+ export declare const se_DeleteLicenseEndpointCommand: (input: DeleteLicenseEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
+ /**
210
+ * serializeAws_restJson1DeleteMeteredProductCommand
211
+ */
212
+ export declare const se_DeleteMeteredProductCommand: (input: DeleteMeteredProductCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ /**
214
+ * serializeAws_restJson1DeleteMonitorCommand
215
+ */
216
+ export declare const se_DeleteMonitorCommand: (input: DeleteMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
+ /**
218
+ * serializeAws_restJson1DeleteQueueCommand
219
+ */
220
+ export declare const se_DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
+ /**
222
+ * serializeAws_restJson1DeleteQueueEnvironmentCommand
223
+ */
224
+ export declare const se_DeleteQueueEnvironmentCommand: (input: DeleteQueueEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
+ /**
226
+ * serializeAws_restJson1DeleteQueueFleetAssociationCommand
227
+ */
228
+ export declare const se_DeleteQueueFleetAssociationCommand: (input: DeleteQueueFleetAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
+ /**
230
+ * serializeAws_restJson1DeleteStorageProfileCommand
231
+ */
232
+ export declare const se_DeleteStorageProfileCommand: (input: DeleteStorageProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ /**
234
+ * serializeAws_restJson1DeleteWorkerCommand
235
+ */
236
+ export declare const se_DeleteWorkerCommand: (input: DeleteWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
+ /**
238
+ * serializeAws_restJson1DisassociateMemberFromFarmCommand
239
+ */
240
+ export declare const se_DisassociateMemberFromFarmCommand: (input: DisassociateMemberFromFarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
+ /**
242
+ * serializeAws_restJson1DisassociateMemberFromFleetCommand
243
+ */
244
+ export declare const se_DisassociateMemberFromFleetCommand: (input: DisassociateMemberFromFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
+ /**
246
+ * serializeAws_restJson1DisassociateMemberFromJobCommand
247
+ */
248
+ export declare const se_DisassociateMemberFromJobCommand: (input: DisassociateMemberFromJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
+ /**
250
+ * serializeAws_restJson1DisassociateMemberFromQueueCommand
251
+ */
252
+ export declare const se_DisassociateMemberFromQueueCommand: (input: DisassociateMemberFromQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
+ /**
254
+ * serializeAws_restJson1GetBudgetCommand
255
+ */
256
+ export declare const se_GetBudgetCommand: (input: GetBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
+ /**
258
+ * serializeAws_restJson1GetFarmCommand
259
+ */
260
+ export declare const se_GetFarmCommand: (input: GetFarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
+ /**
262
+ * serializeAws_restJson1GetFleetCommand
263
+ */
264
+ export declare const se_GetFleetCommand: (input: GetFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
+ /**
266
+ * serializeAws_restJson1GetJobCommand
267
+ */
268
+ export declare const se_GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
+ /**
270
+ * serializeAws_restJson1GetLicenseEndpointCommand
271
+ */
272
+ export declare const se_GetLicenseEndpointCommand: (input: GetLicenseEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
+ /**
274
+ * serializeAws_restJson1GetMonitorCommand
275
+ */
276
+ export declare const se_GetMonitorCommand: (input: GetMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
+ /**
278
+ * serializeAws_restJson1GetQueueCommand
279
+ */
280
+ export declare const se_GetQueueCommand: (input: GetQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
+ /**
282
+ * serializeAws_restJson1GetQueueEnvironmentCommand
283
+ */
284
+ export declare const se_GetQueueEnvironmentCommand: (input: GetQueueEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
+ /**
286
+ * serializeAws_restJson1GetQueueFleetAssociationCommand
287
+ */
288
+ export declare const se_GetQueueFleetAssociationCommand: (input: GetQueueFleetAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
+ /**
290
+ * serializeAws_restJson1GetSessionCommand
291
+ */
292
+ export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
+ /**
294
+ * serializeAws_restJson1GetSessionActionCommand
295
+ */
296
+ export declare const se_GetSessionActionCommand: (input: GetSessionActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
+ /**
298
+ * serializeAws_restJson1GetSessionsStatisticsAggregationCommand
299
+ */
300
+ export declare const se_GetSessionsStatisticsAggregationCommand: (input: GetSessionsStatisticsAggregationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
+ /**
302
+ * serializeAws_restJson1GetStepCommand
303
+ */
304
+ export declare const se_GetStepCommand: (input: GetStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
+ /**
306
+ * serializeAws_restJson1GetStorageProfileCommand
307
+ */
308
+ export declare const se_GetStorageProfileCommand: (input: GetStorageProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
+ /**
310
+ * serializeAws_restJson1GetStorageProfileForQueueCommand
311
+ */
312
+ export declare const se_GetStorageProfileForQueueCommand: (input: GetStorageProfileForQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
+ /**
314
+ * serializeAws_restJson1GetTaskCommand
315
+ */
316
+ export declare const se_GetTaskCommand: (input: GetTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
317
+ /**
318
+ * serializeAws_restJson1GetWorkerCommand
319
+ */
320
+ export declare const se_GetWorkerCommand: (input: GetWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
321
+ /**
322
+ * serializeAws_restJson1ListAvailableMeteredProductsCommand
323
+ */
324
+ export declare const se_ListAvailableMeteredProductsCommand: (input: ListAvailableMeteredProductsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
325
+ /**
326
+ * serializeAws_restJson1ListBudgetsCommand
327
+ */
328
+ export declare const se_ListBudgetsCommand: (input: ListBudgetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
329
+ /**
330
+ * serializeAws_restJson1ListFarmMembersCommand
331
+ */
332
+ export declare const se_ListFarmMembersCommand: (input: ListFarmMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
333
+ /**
334
+ * serializeAws_restJson1ListFarmsCommand
335
+ */
336
+ export declare const se_ListFarmsCommand: (input: ListFarmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
337
+ /**
338
+ * serializeAws_restJson1ListFleetMembersCommand
339
+ */
340
+ export declare const se_ListFleetMembersCommand: (input: ListFleetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
341
+ /**
342
+ * serializeAws_restJson1ListFleetsCommand
343
+ */
344
+ export declare const se_ListFleetsCommand: (input: ListFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
345
+ /**
346
+ * serializeAws_restJson1ListJobMembersCommand
347
+ */
348
+ export declare const se_ListJobMembersCommand: (input: ListJobMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
349
+ /**
350
+ * serializeAws_restJson1ListJobsCommand
351
+ */
352
+ export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
353
+ /**
354
+ * serializeAws_restJson1ListLicenseEndpointsCommand
355
+ */
356
+ export declare const se_ListLicenseEndpointsCommand: (input: ListLicenseEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
357
+ /**
358
+ * serializeAws_restJson1ListMeteredProductsCommand
359
+ */
360
+ export declare const se_ListMeteredProductsCommand: (input: ListMeteredProductsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
361
+ /**
362
+ * serializeAws_restJson1ListMonitorsCommand
363
+ */
364
+ export declare const se_ListMonitorsCommand: (input: ListMonitorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
365
+ /**
366
+ * serializeAws_restJson1ListQueueEnvironmentsCommand
367
+ */
368
+ export declare const se_ListQueueEnvironmentsCommand: (input: ListQueueEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
369
+ /**
370
+ * serializeAws_restJson1ListQueueFleetAssociationsCommand
371
+ */
372
+ export declare const se_ListQueueFleetAssociationsCommand: (input: ListQueueFleetAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
373
+ /**
374
+ * serializeAws_restJson1ListQueueMembersCommand
375
+ */
376
+ export declare const se_ListQueueMembersCommand: (input: ListQueueMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
377
+ /**
378
+ * serializeAws_restJson1ListQueuesCommand
379
+ */
380
+ export declare const se_ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
381
+ /**
382
+ * serializeAws_restJson1ListSessionActionsCommand
383
+ */
384
+ export declare const se_ListSessionActionsCommand: (input: ListSessionActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
385
+ /**
386
+ * serializeAws_restJson1ListSessionsCommand
387
+ */
388
+ export declare const se_ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
389
+ /**
390
+ * serializeAws_restJson1ListSessionsForWorkerCommand
391
+ */
392
+ export declare const se_ListSessionsForWorkerCommand: (input: ListSessionsForWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
393
+ /**
394
+ * serializeAws_restJson1ListStepConsumersCommand
395
+ */
396
+ export declare const se_ListStepConsumersCommand: (input: ListStepConsumersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
397
+ /**
398
+ * serializeAws_restJson1ListStepDependenciesCommand
399
+ */
400
+ export declare const se_ListStepDependenciesCommand: (input: ListStepDependenciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
401
+ /**
402
+ * serializeAws_restJson1ListStepsCommand
403
+ */
404
+ export declare const se_ListStepsCommand: (input: ListStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
405
+ /**
406
+ * serializeAws_restJson1ListStorageProfilesCommand
407
+ */
408
+ export declare const se_ListStorageProfilesCommand: (input: ListStorageProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
409
+ /**
410
+ * serializeAws_restJson1ListStorageProfilesForQueueCommand
411
+ */
412
+ export declare const se_ListStorageProfilesForQueueCommand: (input: ListStorageProfilesForQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
413
+ /**
414
+ * serializeAws_restJson1ListTagsForResourceCommand
415
+ */
416
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
417
+ /**
418
+ * serializeAws_restJson1ListTasksCommand
419
+ */
420
+ export declare const se_ListTasksCommand: (input: ListTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
421
+ /**
422
+ * serializeAws_restJson1ListWorkersCommand
423
+ */
424
+ export declare const se_ListWorkersCommand: (input: ListWorkersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
425
+ /**
426
+ * serializeAws_restJson1PutMeteredProductCommand
427
+ */
428
+ export declare const se_PutMeteredProductCommand: (input: PutMeteredProductCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
429
+ /**
430
+ * serializeAws_restJson1SearchJobsCommand
431
+ */
432
+ export declare const se_SearchJobsCommand: (input: SearchJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
433
+ /**
434
+ * serializeAws_restJson1SearchStepsCommand
435
+ */
436
+ export declare const se_SearchStepsCommand: (input: SearchStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
437
+ /**
438
+ * serializeAws_restJson1SearchTasksCommand
439
+ */
440
+ export declare const se_SearchTasksCommand: (input: SearchTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
441
+ /**
442
+ * serializeAws_restJson1SearchWorkersCommand
443
+ */
444
+ export declare const se_SearchWorkersCommand: (input: SearchWorkersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
445
+ /**
446
+ * serializeAws_restJson1StartSessionsStatisticsAggregationCommand
447
+ */
448
+ export declare const se_StartSessionsStatisticsAggregationCommand: (input: StartSessionsStatisticsAggregationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
449
+ /**
450
+ * serializeAws_restJson1TagResourceCommand
451
+ */
452
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
453
+ /**
454
+ * serializeAws_restJson1UntagResourceCommand
455
+ */
456
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
457
+ /**
458
+ * serializeAws_restJson1UpdateBudgetCommand
459
+ */
460
+ export declare const se_UpdateBudgetCommand: (input: UpdateBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
461
+ /**
462
+ * serializeAws_restJson1UpdateFarmCommand
463
+ */
464
+ export declare const se_UpdateFarmCommand: (input: UpdateFarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
465
+ /**
466
+ * serializeAws_restJson1UpdateFleetCommand
467
+ */
468
+ export declare const se_UpdateFleetCommand: (input: UpdateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
469
+ /**
470
+ * serializeAws_restJson1UpdateJobCommand
471
+ */
472
+ export declare const se_UpdateJobCommand: (input: UpdateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
473
+ /**
474
+ * serializeAws_restJson1UpdateMonitorCommand
475
+ */
476
+ export declare const se_UpdateMonitorCommand: (input: UpdateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
477
+ /**
478
+ * serializeAws_restJson1UpdateQueueCommand
479
+ */
480
+ export declare const se_UpdateQueueCommand: (input: UpdateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
481
+ /**
482
+ * serializeAws_restJson1UpdateQueueEnvironmentCommand
483
+ */
484
+ export declare const se_UpdateQueueEnvironmentCommand: (input: UpdateQueueEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
485
+ /**
486
+ * serializeAws_restJson1UpdateQueueFleetAssociationCommand
487
+ */
488
+ export declare const se_UpdateQueueFleetAssociationCommand: (input: UpdateQueueFleetAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
489
+ /**
490
+ * serializeAws_restJson1UpdateSessionCommand
491
+ */
492
+ export declare const se_UpdateSessionCommand: (input: UpdateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
493
+ /**
494
+ * serializeAws_restJson1UpdateStepCommand
495
+ */
496
+ export declare const se_UpdateStepCommand: (input: UpdateStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
497
+ /**
498
+ * serializeAws_restJson1UpdateStorageProfileCommand
499
+ */
500
+ export declare const se_UpdateStorageProfileCommand: (input: UpdateStorageProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
501
+ /**
502
+ * serializeAws_restJson1UpdateTaskCommand
503
+ */
504
+ export declare const se_UpdateTaskCommand: (input: UpdateTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
505
+ /**
506
+ * serializeAws_restJson1UpdateWorkerCommand
507
+ */
508
+ export declare const se_UpdateWorkerCommand: (input: UpdateWorkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
509
+ /**
510
+ * serializeAws_restJson1UpdateWorkerScheduleCommand
511
+ */
512
+ export declare const se_UpdateWorkerScheduleCommand: (input: UpdateWorkerScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
513
+ /**
514
+ * deserializeAws_restJson1AssociateMemberToFarmCommand
515
+ */
516
+ export declare const de_AssociateMemberToFarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberToFarmCommandOutput>;
517
+ /**
518
+ * deserializeAws_restJson1AssociateMemberToFleetCommand
519
+ */
520
+ export declare const de_AssociateMemberToFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberToFleetCommandOutput>;
521
+ /**
522
+ * deserializeAws_restJson1AssociateMemberToJobCommand
523
+ */
524
+ export declare const de_AssociateMemberToJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberToJobCommandOutput>;
525
+ /**
526
+ * deserializeAws_restJson1AssociateMemberToQueueCommand
527
+ */
528
+ export declare const de_AssociateMemberToQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberToQueueCommandOutput>;
529
+ /**
530
+ * deserializeAws_restJson1AssumeFleetRoleForReadCommand
531
+ */
532
+ export declare const de_AssumeFleetRoleForReadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeFleetRoleForReadCommandOutput>;
533
+ /**
534
+ * deserializeAws_restJson1AssumeFleetRoleForWorkerCommand
535
+ */
536
+ export declare const de_AssumeFleetRoleForWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeFleetRoleForWorkerCommandOutput>;
537
+ /**
538
+ * deserializeAws_restJson1AssumeQueueRoleForReadCommand
539
+ */
540
+ export declare const de_AssumeQueueRoleForReadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeQueueRoleForReadCommandOutput>;
541
+ /**
542
+ * deserializeAws_restJson1AssumeQueueRoleForUserCommand
543
+ */
544
+ export declare const de_AssumeQueueRoleForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeQueueRoleForUserCommandOutput>;
545
+ /**
546
+ * deserializeAws_restJson1AssumeQueueRoleForWorkerCommand
547
+ */
548
+ export declare const de_AssumeQueueRoleForWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssumeQueueRoleForWorkerCommandOutput>;
549
+ /**
550
+ * deserializeAws_restJson1BatchGetJobEntityCommand
551
+ */
552
+ export declare const de_BatchGetJobEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetJobEntityCommandOutput>;
553
+ /**
554
+ * deserializeAws_restJson1CopyJobTemplateCommand
555
+ */
556
+ export declare const de_CopyJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyJobTemplateCommandOutput>;
557
+ /**
558
+ * deserializeAws_restJson1CreateBudgetCommand
559
+ */
560
+ export declare const de_CreateBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBudgetCommandOutput>;
561
+ /**
562
+ * deserializeAws_restJson1CreateFarmCommand
563
+ */
564
+ export declare const de_CreateFarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFarmCommandOutput>;
565
+ /**
566
+ * deserializeAws_restJson1CreateFleetCommand
567
+ */
568
+ export declare const de_CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
569
+ /**
570
+ * deserializeAws_restJson1CreateJobCommand
571
+ */
572
+ export declare const de_CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
573
+ /**
574
+ * deserializeAws_restJson1CreateLicenseEndpointCommand
575
+ */
576
+ export declare const de_CreateLicenseEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLicenseEndpointCommandOutput>;
577
+ /**
578
+ * deserializeAws_restJson1CreateMonitorCommand
579
+ */
580
+ export declare const de_CreateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMonitorCommandOutput>;
581
+ /**
582
+ * deserializeAws_restJson1CreateQueueCommand
583
+ */
584
+ export declare const de_CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
585
+ /**
586
+ * deserializeAws_restJson1CreateQueueEnvironmentCommand
587
+ */
588
+ export declare const de_CreateQueueEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueEnvironmentCommandOutput>;
589
+ /**
590
+ * deserializeAws_restJson1CreateQueueFleetAssociationCommand
591
+ */
592
+ export declare const de_CreateQueueFleetAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueFleetAssociationCommandOutput>;
593
+ /**
594
+ * deserializeAws_restJson1CreateStorageProfileCommand
595
+ */
596
+ export declare const de_CreateStorageProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorageProfileCommandOutput>;
597
+ /**
598
+ * deserializeAws_restJson1CreateWorkerCommand
599
+ */
600
+ export declare const de_CreateWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkerCommandOutput>;
601
+ /**
602
+ * deserializeAws_restJson1DeleteBudgetCommand
603
+ */
604
+ export declare const de_DeleteBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBudgetCommandOutput>;
605
+ /**
606
+ * deserializeAws_restJson1DeleteFarmCommand
607
+ */
608
+ export declare const de_DeleteFarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFarmCommandOutput>;
609
+ /**
610
+ * deserializeAws_restJson1DeleteFleetCommand
611
+ */
612
+ export declare const de_DeleteFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetCommandOutput>;
613
+ /**
614
+ * deserializeAws_restJson1DeleteLicenseEndpointCommand
615
+ */
616
+ export declare const de_DeleteLicenseEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLicenseEndpointCommandOutput>;
617
+ /**
618
+ * deserializeAws_restJson1DeleteMeteredProductCommand
619
+ */
620
+ export declare const de_DeleteMeteredProductCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMeteredProductCommandOutput>;
621
+ /**
622
+ * deserializeAws_restJson1DeleteMonitorCommand
623
+ */
624
+ export declare const de_DeleteMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMonitorCommandOutput>;
625
+ /**
626
+ * deserializeAws_restJson1DeleteQueueCommand
627
+ */
628
+ export declare const de_DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
629
+ /**
630
+ * deserializeAws_restJson1DeleteQueueEnvironmentCommand
631
+ */
632
+ export declare const de_DeleteQueueEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueEnvironmentCommandOutput>;
633
+ /**
634
+ * deserializeAws_restJson1DeleteQueueFleetAssociationCommand
635
+ */
636
+ export declare const de_DeleteQueueFleetAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueFleetAssociationCommandOutput>;
637
+ /**
638
+ * deserializeAws_restJson1DeleteStorageProfileCommand
639
+ */
640
+ export declare const de_DeleteStorageProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageProfileCommandOutput>;
641
+ /**
642
+ * deserializeAws_restJson1DeleteWorkerCommand
643
+ */
644
+ export declare const de_DeleteWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkerCommandOutput>;
645
+ /**
646
+ * deserializeAws_restJson1DisassociateMemberFromFarmCommand
647
+ */
648
+ export declare const de_DisassociateMemberFromFarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberFromFarmCommandOutput>;
649
+ /**
650
+ * deserializeAws_restJson1DisassociateMemberFromFleetCommand
651
+ */
652
+ export declare const de_DisassociateMemberFromFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberFromFleetCommandOutput>;
653
+ /**
654
+ * deserializeAws_restJson1DisassociateMemberFromJobCommand
655
+ */
656
+ export declare const de_DisassociateMemberFromJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberFromJobCommandOutput>;
657
+ /**
658
+ * deserializeAws_restJson1DisassociateMemberFromQueueCommand
659
+ */
660
+ export declare const de_DisassociateMemberFromQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberFromQueueCommandOutput>;
661
+ /**
662
+ * deserializeAws_restJson1GetBudgetCommand
663
+ */
664
+ export declare const de_GetBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBudgetCommandOutput>;
665
+ /**
666
+ * deserializeAws_restJson1GetFarmCommand
667
+ */
668
+ export declare const de_GetFarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFarmCommandOutput>;
669
+ /**
670
+ * deserializeAws_restJson1GetFleetCommand
671
+ */
672
+ export declare const de_GetFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFleetCommandOutput>;
673
+ /**
674
+ * deserializeAws_restJson1GetJobCommand
675
+ */
676
+ export declare const de_GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
677
+ /**
678
+ * deserializeAws_restJson1GetLicenseEndpointCommand
679
+ */
680
+ export declare const de_GetLicenseEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLicenseEndpointCommandOutput>;
681
+ /**
682
+ * deserializeAws_restJson1GetMonitorCommand
683
+ */
684
+ export declare const de_GetMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMonitorCommandOutput>;
685
+ /**
686
+ * deserializeAws_restJson1GetQueueCommand
687
+ */
688
+ export declare const de_GetQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueCommandOutput>;
689
+ /**
690
+ * deserializeAws_restJson1GetQueueEnvironmentCommand
691
+ */
692
+ export declare const de_GetQueueEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueEnvironmentCommandOutput>;
693
+ /**
694
+ * deserializeAws_restJson1GetQueueFleetAssociationCommand
695
+ */
696
+ export declare const de_GetQueueFleetAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueFleetAssociationCommandOutput>;
697
+ /**
698
+ * deserializeAws_restJson1GetSessionCommand
699
+ */
700
+ export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
701
+ /**
702
+ * deserializeAws_restJson1GetSessionActionCommand
703
+ */
704
+ export declare const de_GetSessionActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionActionCommandOutput>;
705
+ /**
706
+ * deserializeAws_restJson1GetSessionsStatisticsAggregationCommand
707
+ */
708
+ export declare const de_GetSessionsStatisticsAggregationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionsStatisticsAggregationCommandOutput>;
709
+ /**
710
+ * deserializeAws_restJson1GetStepCommand
711
+ */
712
+ export declare const de_GetStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStepCommandOutput>;
713
+ /**
714
+ * deserializeAws_restJson1GetStorageProfileCommand
715
+ */
716
+ export declare const de_GetStorageProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageProfileCommandOutput>;
717
+ /**
718
+ * deserializeAws_restJson1GetStorageProfileForQueueCommand
719
+ */
720
+ export declare const de_GetStorageProfileForQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageProfileForQueueCommandOutput>;
721
+ /**
722
+ * deserializeAws_restJson1GetTaskCommand
723
+ */
724
+ export declare const de_GetTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTaskCommandOutput>;
725
+ /**
726
+ * deserializeAws_restJson1GetWorkerCommand
727
+ */
728
+ export declare const de_GetWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkerCommandOutput>;
729
+ /**
730
+ * deserializeAws_restJson1ListAvailableMeteredProductsCommand
731
+ */
732
+ export declare const de_ListAvailableMeteredProductsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAvailableMeteredProductsCommandOutput>;
733
+ /**
734
+ * deserializeAws_restJson1ListBudgetsCommand
735
+ */
736
+ export declare const de_ListBudgetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBudgetsCommandOutput>;
737
+ /**
738
+ * deserializeAws_restJson1ListFarmMembersCommand
739
+ */
740
+ export declare const de_ListFarmMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFarmMembersCommandOutput>;
741
+ /**
742
+ * deserializeAws_restJson1ListFarmsCommand
743
+ */
744
+ export declare const de_ListFarmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFarmsCommandOutput>;
745
+ /**
746
+ * deserializeAws_restJson1ListFleetMembersCommand
747
+ */
748
+ export declare const de_ListFleetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetMembersCommandOutput>;
749
+ /**
750
+ * deserializeAws_restJson1ListFleetsCommand
751
+ */
752
+ export declare const de_ListFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsCommandOutput>;
753
+ /**
754
+ * deserializeAws_restJson1ListJobMembersCommand
755
+ */
756
+ export declare const de_ListJobMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobMembersCommandOutput>;
757
+ /**
758
+ * deserializeAws_restJson1ListJobsCommand
759
+ */
760
+ export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
761
+ /**
762
+ * deserializeAws_restJson1ListLicenseEndpointsCommand
763
+ */
764
+ export declare const de_ListLicenseEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLicenseEndpointsCommandOutput>;
765
+ /**
766
+ * deserializeAws_restJson1ListMeteredProductsCommand
767
+ */
768
+ export declare const de_ListMeteredProductsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMeteredProductsCommandOutput>;
769
+ /**
770
+ * deserializeAws_restJson1ListMonitorsCommand
771
+ */
772
+ export declare const de_ListMonitorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitorsCommandOutput>;
773
+ /**
774
+ * deserializeAws_restJson1ListQueueEnvironmentsCommand
775
+ */
776
+ export declare const de_ListQueueEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueueEnvironmentsCommandOutput>;
777
+ /**
778
+ * deserializeAws_restJson1ListQueueFleetAssociationsCommand
779
+ */
780
+ export declare const de_ListQueueFleetAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueueFleetAssociationsCommandOutput>;
781
+ /**
782
+ * deserializeAws_restJson1ListQueueMembersCommand
783
+ */
784
+ export declare const de_ListQueueMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueueMembersCommandOutput>;
785
+ /**
786
+ * deserializeAws_restJson1ListQueuesCommand
787
+ */
788
+ export declare const de_ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
789
+ /**
790
+ * deserializeAws_restJson1ListSessionActionsCommand
791
+ */
792
+ export declare const de_ListSessionActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionActionsCommandOutput>;
793
+ /**
794
+ * deserializeAws_restJson1ListSessionsCommand
795
+ */
796
+ export declare const de_ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
797
+ /**
798
+ * deserializeAws_restJson1ListSessionsForWorkerCommand
799
+ */
800
+ export declare const de_ListSessionsForWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsForWorkerCommandOutput>;
801
+ /**
802
+ * deserializeAws_restJson1ListStepConsumersCommand
803
+ */
804
+ export declare const de_ListStepConsumersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStepConsumersCommandOutput>;
805
+ /**
806
+ * deserializeAws_restJson1ListStepDependenciesCommand
807
+ */
808
+ export declare const de_ListStepDependenciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStepDependenciesCommandOutput>;
809
+ /**
810
+ * deserializeAws_restJson1ListStepsCommand
811
+ */
812
+ export declare const de_ListStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStepsCommandOutput>;
813
+ /**
814
+ * deserializeAws_restJson1ListStorageProfilesCommand
815
+ */
816
+ export declare const de_ListStorageProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageProfilesCommandOutput>;
817
+ /**
818
+ * deserializeAws_restJson1ListStorageProfilesForQueueCommand
819
+ */
820
+ export declare const de_ListStorageProfilesForQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageProfilesForQueueCommandOutput>;
821
+ /**
822
+ * deserializeAws_restJson1ListTagsForResourceCommand
823
+ */
824
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
825
+ /**
826
+ * deserializeAws_restJson1ListTasksCommand
827
+ */
828
+ export declare const de_ListTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTasksCommandOutput>;
829
+ /**
830
+ * deserializeAws_restJson1ListWorkersCommand
831
+ */
832
+ export declare const de_ListWorkersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkersCommandOutput>;
833
+ /**
834
+ * deserializeAws_restJson1PutMeteredProductCommand
835
+ */
836
+ export declare const de_PutMeteredProductCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMeteredProductCommandOutput>;
837
+ /**
838
+ * deserializeAws_restJson1SearchJobsCommand
839
+ */
840
+ export declare const de_SearchJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchJobsCommandOutput>;
841
+ /**
842
+ * deserializeAws_restJson1SearchStepsCommand
843
+ */
844
+ export declare const de_SearchStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchStepsCommandOutput>;
845
+ /**
846
+ * deserializeAws_restJson1SearchTasksCommand
847
+ */
848
+ export declare const de_SearchTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchTasksCommandOutput>;
849
+ /**
850
+ * deserializeAws_restJson1SearchWorkersCommand
851
+ */
852
+ export declare const de_SearchWorkersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchWorkersCommandOutput>;
853
+ /**
854
+ * deserializeAws_restJson1StartSessionsStatisticsAggregationCommand
855
+ */
856
+ export declare const de_StartSessionsStatisticsAggregationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSessionsStatisticsAggregationCommandOutput>;
857
+ /**
858
+ * deserializeAws_restJson1TagResourceCommand
859
+ */
860
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
861
+ /**
862
+ * deserializeAws_restJson1UntagResourceCommand
863
+ */
864
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
865
+ /**
866
+ * deserializeAws_restJson1UpdateBudgetCommand
867
+ */
868
+ export declare const de_UpdateBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBudgetCommandOutput>;
869
+ /**
870
+ * deserializeAws_restJson1UpdateFarmCommand
871
+ */
872
+ export declare const de_UpdateFarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFarmCommandOutput>;
873
+ /**
874
+ * deserializeAws_restJson1UpdateFleetCommand
875
+ */
876
+ export declare const de_UpdateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetCommandOutput>;
877
+ /**
878
+ * deserializeAws_restJson1UpdateJobCommand
879
+ */
880
+ export declare const de_UpdateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobCommandOutput>;
881
+ /**
882
+ * deserializeAws_restJson1UpdateMonitorCommand
883
+ */
884
+ export declare const de_UpdateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMonitorCommandOutput>;
885
+ /**
886
+ * deserializeAws_restJson1UpdateQueueCommand
887
+ */
888
+ export declare const de_UpdateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueCommandOutput>;
889
+ /**
890
+ * deserializeAws_restJson1UpdateQueueEnvironmentCommand
891
+ */
892
+ export declare const de_UpdateQueueEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueEnvironmentCommandOutput>;
893
+ /**
894
+ * deserializeAws_restJson1UpdateQueueFleetAssociationCommand
895
+ */
896
+ export declare const de_UpdateQueueFleetAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueFleetAssociationCommandOutput>;
897
+ /**
898
+ * deserializeAws_restJson1UpdateSessionCommand
899
+ */
900
+ export declare const de_UpdateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSessionCommandOutput>;
901
+ /**
902
+ * deserializeAws_restJson1UpdateStepCommand
903
+ */
904
+ export declare const de_UpdateStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStepCommandOutput>;
905
+ /**
906
+ * deserializeAws_restJson1UpdateStorageProfileCommand
907
+ */
908
+ export declare const de_UpdateStorageProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageProfileCommandOutput>;
909
+ /**
910
+ * deserializeAws_restJson1UpdateTaskCommand
911
+ */
912
+ export declare const de_UpdateTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskCommandOutput>;
913
+ /**
914
+ * deserializeAws_restJson1UpdateWorkerCommand
915
+ */
916
+ export declare const de_UpdateWorkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkerCommandOutput>;
917
+ /**
918
+ * deserializeAws_restJson1UpdateWorkerScheduleCommand
919
+ */
920
+ export declare const de_UpdateWorkerScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkerScheduleCommandOutput>;