@aws-sdk/client-deadline 3.1023.0 → 3.1025.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 (83) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +274 -102
  3. package/dist-cjs/schemas/schemas_0.js +399 -44
  4. package/dist-es/Deadline.js +16 -0
  5. package/dist-es/commands/BatchGetJobCommand.js +16 -0
  6. package/dist-es/commands/BatchGetSessionActionCommand.js +16 -0
  7. package/dist-es/commands/BatchGetSessionCommand.js +16 -0
  8. package/dist-es/commands/BatchGetStepCommand.js +16 -0
  9. package/dist-es/commands/BatchGetTaskCommand.js +16 -0
  10. package/dist-es/commands/BatchGetWorkerCommand.js +16 -0
  11. package/dist-es/commands/BatchUpdateJobCommand.js +16 -0
  12. package/dist-es/commands/BatchUpdateTaskCommand.js +16 -0
  13. package/dist-es/commands/index.js +8 -0
  14. package/dist-es/models/enums.js +154 -102
  15. package/dist-es/schemas/schemas_0.js +388 -34
  16. package/dist-types/Deadline.d.ts +56 -0
  17. package/dist-types/DeadlineClient.d.ts +10 -2
  18. package/dist-types/commands/BatchGetJobCommand.d.ts +176 -0
  19. package/dist-types/commands/BatchGetSessionActionCommand.d.ts +180 -0
  20. package/dist-types/commands/BatchGetSessionCommand.d.ts +177 -0
  21. package/dist-types/commands/BatchGetStepCommand.d.ts +193 -0
  22. package/dist-types/commands/BatchGetTaskCommand.d.ts +160 -0
  23. package/dist-types/commands/BatchGetWorkerCommand.d.ts +159 -0
  24. package/dist-types/commands/BatchUpdateJobCommand.d.ts +135 -0
  25. package/dist-types/commands/BatchUpdateTaskCommand.d.ts +136 -0
  26. package/dist-types/commands/CreateMonitorCommand.d.ts +1 -0
  27. package/dist-types/commands/GetMonitorCommand.d.ts +1 -0
  28. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
  29. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
  30. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -2
  31. package/dist-types/commands/ListMonitorsCommand.d.ts +1 -0
  32. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -1
  34. package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
  36. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateFarmCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateLimitCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateSessionCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateStepCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
  45. package/dist-types/commands/UpdateTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/index.d.ts +8 -0
  47. package/dist-types/models/enums.d.ts +310 -194
  48. package/dist-types/models/models_0.d.ts +3347 -3110
  49. package/dist-types/models/models_1.d.ts +1057 -2
  50. package/dist-types/schemas/schemas_0.d.ts +46 -0
  51. package/dist-types/ts3.4/Deadline.d.ts +136 -0
  52. package/dist-types/ts3.4/DeadlineClient.d.ts +48 -0
  53. package/dist-types/ts3.4/commands/BatchGetJobCommand.d.ts +47 -0
  54. package/dist-types/ts3.4/commands/BatchGetSessionActionCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/BatchGetSessionCommand.d.ts +50 -0
  56. package/dist-types/ts3.4/commands/BatchGetStepCommand.d.ts +47 -0
  57. package/dist-types/ts3.4/commands/BatchGetTaskCommand.d.ts +47 -0
  58. package/dist-types/ts3.4/commands/BatchGetWorkerCommand.d.ts +50 -0
  59. package/dist-types/ts3.4/commands/BatchUpdateJobCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/BatchUpdateTaskCommand.d.ts +50 -0
  61. package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +4 -2
  64. package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdateLimitCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  79. package/dist-types/ts3.4/models/enums.d.ts +194 -126
  80. package/dist-types/ts3.4/models/models_0.d.ts +583 -522
  81. package/dist-types/ts3.4/models/models_1.d.ts +251 -1
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
  83. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.