@aws-sdk/client-deadline 3.1024.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.
- package/README.md +56 -0
- package/dist-cjs/index.js +274 -102
- package/dist-cjs/schemas/schemas_0.js +399 -44
- package/dist-es/Deadline.js +16 -0
- package/dist-es/commands/BatchGetJobCommand.js +16 -0
- package/dist-es/commands/BatchGetSessionActionCommand.js +16 -0
- package/dist-es/commands/BatchGetSessionCommand.js +16 -0
- package/dist-es/commands/BatchGetStepCommand.js +16 -0
- package/dist-es/commands/BatchGetTaskCommand.js +16 -0
- package/dist-es/commands/BatchGetWorkerCommand.js +16 -0
- package/dist-es/commands/BatchUpdateJobCommand.js +16 -0
- package/dist-es/commands/BatchUpdateTaskCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/enums.js +154 -102
- package/dist-es/schemas/schemas_0.js +388 -34
- package/dist-types/Deadline.d.ts +56 -0
- package/dist-types/DeadlineClient.d.ts +10 -2
- package/dist-types/commands/BatchGetJobCommand.d.ts +176 -0
- package/dist-types/commands/BatchGetSessionActionCommand.d.ts +180 -0
- package/dist-types/commands/BatchGetSessionCommand.d.ts +177 -0
- package/dist-types/commands/BatchGetStepCommand.d.ts +193 -0
- package/dist-types/commands/BatchGetTaskCommand.d.ts +160 -0
- package/dist-types/commands/BatchGetWorkerCommand.d.ts +159 -0
- package/dist-types/commands/BatchUpdateJobCommand.d.ts +135 -0
- package/dist-types/commands/BatchUpdateTaskCommand.d.ts +136 -0
- package/dist-types/commands/CreateMonitorCommand.d.ts +1 -0
- package/dist-types/commands/GetMonitorCommand.d.ts +1 -0
- package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -2
- package/dist-types/commands/ListMonitorsCommand.d.ts +1 -0
- package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFarmCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLimitCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStepCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/enums.d.ts +310 -194
- package/dist-types/models/models_0.d.ts +3347 -3110
- package/dist-types/models/models_1.d.ts +1057 -2
- package/dist-types/schemas/schemas_0.d.ts +46 -0
- package/dist-types/ts3.4/Deadline.d.ts +136 -0
- package/dist-types/ts3.4/DeadlineClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/BatchGetJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/BatchGetSessionActionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchGetSessionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/BatchGetStepCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/BatchGetTaskCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/BatchGetWorkerCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/BatchUpdateJobCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/BatchUpdateTaskCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueueLimitAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateLimitCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/enums.d.ts +194 -126
- package/dist-types/ts3.4/models/models_0.d.ts +583 -522
- package/dist-types/ts3.4/models/models_1.d.ts +251 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
- 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.