@aws-sdk/client-deadline 3.864.0 → 3.865.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 (122) hide show
  1. package/README.md +8 -1
  2. package/dist-cjs/models/models_0.js +2 -0
  3. package/dist-cjs/protocols/Aws_restJson1.js +2 -0
  4. package/dist-es/models/models_0.js +2 -0
  5. package/dist-es/protocols/Aws_restJson1.js +2 -0
  6. package/dist-types/Deadline.d.ts +8 -1
  7. package/dist-types/DeadlineClient.d.ts +8 -1
  8. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +4 -2
  9. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +4 -2
  10. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +4 -2
  11. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +4 -2
  12. package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +4 -2
  13. package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +4 -2
  14. package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +4 -2
  15. package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +2 -1
  16. package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +4 -2
  17. package/dist-types/commands/BatchGetJobEntityCommand.d.ts +2 -1
  18. package/dist-types/commands/CopyJobTemplateCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateBudgetCommand.d.ts +4 -2
  20. package/dist-types/commands/CreateFarmCommand.d.ts +8 -3
  21. package/dist-types/commands/CreateFleetCommand.d.ts +8 -4
  22. package/dist-types/commands/CreateJobCommand.d.ts +7 -3
  23. package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +8 -4
  24. package/dist-types/commands/CreateLimitCommand.d.ts +9 -3
  25. package/dist-types/commands/CreateMonitorCommand.d.ts +7 -3
  26. package/dist-types/commands/CreateQueueCommand.d.ts +6 -3
  27. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +4 -2
  28. package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateQueueLimitAssociationCommand.d.ts +6 -2
  30. package/dist-types/commands/CreateStorageProfileCommand.d.ts +6 -3
  31. package/dist-types/commands/CreateWorkerCommand.d.ts +15 -3
  32. package/dist-types/commands/DeleteBudgetCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteFarmCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteFleetCommand.d.ts +4 -2
  35. package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +4 -2
  36. package/dist-types/commands/DeleteLimitCommand.d.ts +5 -2
  37. package/dist-types/commands/DeleteMeteredProductCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteMonitorCommand.d.ts +4 -2
  39. package/dist-types/commands/DeleteQueueCommand.d.ts +9 -3
  40. package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +2 -1
  41. package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +4 -2
  42. package/dist-types/commands/DeleteQueueLimitAssociationCommand.d.ts +10 -3
  43. package/dist-types/commands/DeleteStorageProfileCommand.d.ts +2 -1
  44. package/dist-types/commands/DeleteWorkerCommand.d.ts +4 -2
  45. package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +2 -1
  46. package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +4 -2
  47. package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +2 -1
  48. package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +4 -2
  49. package/dist-types/commands/GetBudgetCommand.d.ts +2 -1
  50. package/dist-types/commands/GetFarmCommand.d.ts +2 -1
  51. package/dist-types/commands/GetFleetCommand.d.ts +5 -3
  52. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  53. package/dist-types/commands/GetLicenseEndpointCommand.d.ts +2 -1
  54. package/dist-types/commands/GetLimitCommand.d.ts +2 -1
  55. package/dist-types/commands/GetMonitorCommand.d.ts +2 -1
  56. package/dist-types/commands/GetQueueCommand.d.ts +2 -1
  57. package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +2 -1
  58. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +2 -1
  59. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +2 -1
  60. package/dist-types/commands/GetSessionActionCommand.d.ts +2 -1
  61. package/dist-types/commands/GetSessionCommand.d.ts +2 -1
  62. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +6 -2
  63. package/dist-types/commands/GetStepCommand.d.ts +2 -1
  64. package/dist-types/commands/GetStorageProfileCommand.d.ts +2 -1
  65. package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +2 -1
  66. package/dist-types/commands/GetTaskCommand.d.ts +2 -1
  67. package/dist-types/commands/GetWorkerCommand.d.ts +2 -1
  68. package/dist-types/commands/ListBudgetsCommand.d.ts +2 -1
  69. package/dist-types/commands/ListFarmMembersCommand.d.ts +2 -1
  70. package/dist-types/commands/ListFarmsCommand.d.ts +2 -1
  71. package/dist-types/commands/ListFleetMembersCommand.d.ts +2 -1
  72. package/dist-types/commands/ListFleetsCommand.d.ts +6 -4
  73. package/dist-types/commands/ListJobMembersCommand.d.ts +2 -1
  74. package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +2 -1
  75. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  76. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +2 -1
  77. package/dist-types/commands/ListLimitsCommand.d.ts +2 -1
  78. package/dist-types/commands/ListMeteredProductsCommand.d.ts +2 -1
  79. package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
  80. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +2 -1
  81. package/dist-types/commands/ListQueueMembersCommand.d.ts +2 -1
  82. package/dist-types/commands/ListQueuesCommand.d.ts +2 -1
  83. package/dist-types/commands/ListSessionActionsCommand.d.ts +2 -1
  84. package/dist-types/commands/ListSessionsCommand.d.ts +2 -1
  85. package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +2 -1
  86. package/dist-types/commands/ListStepConsumersCommand.d.ts +2 -1
  87. package/dist-types/commands/ListStepDependenciesCommand.d.ts +2 -1
  88. package/dist-types/commands/ListStepsCommand.d.ts +2 -1
  89. package/dist-types/commands/ListStorageProfilesCommand.d.ts +2 -1
  90. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +2 -1
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  92. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  93. package/dist-types/commands/ListWorkersCommand.d.ts +2 -1
  94. package/dist-types/commands/PutMeteredProductCommand.d.ts +2 -1
  95. package/dist-types/commands/SearchJobsCommand.d.ts +2 -1
  96. package/dist-types/commands/SearchStepsCommand.d.ts +2 -1
  97. package/dist-types/commands/SearchTasksCommand.d.ts +2 -1
  98. package/dist-types/commands/SearchWorkersCommand.d.ts +2 -1
  99. package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +9 -2
  100. package/dist-types/commands/TagResourceCommand.d.ts +4 -2
  101. package/dist-types/commands/UntagResourceCommand.d.ts +4 -2
  102. package/dist-types/commands/UpdateBudgetCommand.d.ts +2 -1
  103. package/dist-types/commands/UpdateFarmCommand.d.ts +2 -1
  104. package/dist-types/commands/UpdateFleetCommand.d.ts +5 -3
  105. package/dist-types/commands/UpdateJobCommand.d.ts +11 -3
  106. package/dist-types/commands/UpdateLimitCommand.d.ts +2 -1
  107. package/dist-types/commands/UpdateMonitorCommand.d.ts +4 -2
  108. package/dist-types/commands/UpdateQueueCommand.d.ts +2 -1
  109. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +2 -1
  110. package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +2 -1
  111. package/dist-types/commands/UpdateQueueLimitAssociationCommand.d.ts +5 -2
  112. package/dist-types/commands/UpdateSessionCommand.d.ts +4 -2
  113. package/dist-types/commands/UpdateStepCommand.d.ts +4 -2
  114. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +2 -1
  115. package/dist-types/commands/UpdateTaskCommand.d.ts +4 -2
  116. package/dist-types/commands/UpdateWorkerCommand.d.ts +4 -2
  117. package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +4 -2
  118. package/dist-types/index.d.ts +8 -1
  119. package/dist-types/models/models_0.d.ts +477 -98
  120. package/dist-types/models/models_1.d.ts +350 -50
  121. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  122. package/package.json +1 -1
@@ -1000,6 +1000,7 @@ export interface ServiceManagedEc2InstanceCapabilities {
1000
1000
  export declare const Ec2MarketType: {
1001
1001
  readonly ON_DEMAND: "on-demand";
1002
1002
  readonly SPOT: "spot";
1003
+ readonly WAIT_AND_SAVE: "wait-and-save";
1003
1004
  };
1004
1005
  export type Ec2MarketType = (typeof Ec2MarketType)[keyof typeof Ec2MarketType];
1005
1006
  export interface ServiceManagedEc2InstanceMarketOptions {
@@ -1276,6 +1277,7 @@ export declare const FleetStatus: {
1276
1277
  readonly ACTIVE: "ACTIVE";
1277
1278
  readonly CREATE_FAILED: "CREATE_FAILED";
1278
1279
  readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
1280
+ readonly SUSPENDED: "SUSPENDED";
1279
1281
  readonly UPDATE_FAILED: "UPDATE_FAILED";
1280
1282
  readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
1281
1283
  };
@@ -1286,6 +1288,7 @@ export interface GetFleetResponse {
1286
1288
  displayName: string | undefined;
1287
1289
  description?: string | undefined;
1288
1290
  status: FleetStatus | undefined;
1291
+ statusMessage?: string | undefined;
1289
1292
  autoScalingStatus?: AutoScalingStatus | undefined;
1290
1293
  targetWorkerCount?: number | undefined;
1291
1294
  workerCount: number | undefined;
@@ -1331,6 +1334,7 @@ export interface FleetSummary {
1331
1334
  farmId: string | undefined;
1332
1335
  displayName: string | undefined;
1333
1336
  status: FleetStatus | undefined;
1337
+ statusMessage?: string | undefined;
1334
1338
  autoScalingStatus?: AutoScalingStatus | undefined;
1335
1339
  targetWorkerCount?: number | undefined;
1336
1340
  workerCount: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-deadline",
3
3
  "description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
4
- "version": "3.864.0",
4
+ "version": "3.865.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",