@aws-sdk/client-deadline 3.969.0 → 3.970.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 (138) hide show
  1. package/README.md +1 -8
  2. package/dist-cjs/index.js +195 -15
  3. package/dist-es/models/enums.js +6 -0
  4. package/dist-es/schemas/schemas_0.js +28 -10
  5. package/dist-es/waiters/index.js +2 -0
  6. package/dist-es/waiters/waitForJobComplete.js +76 -0
  7. package/dist-es/waiters/waitForJobSucceeded.js +76 -0
  8. package/dist-types/Deadline.d.ts +1 -8
  9. package/dist-types/DeadlineClient.d.ts +1 -8
  10. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +2 -4
  11. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +2 -4
  12. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +2 -4
  13. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +2 -4
  14. package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +2 -4
  15. package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +2 -4
  16. package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +2 -4
  17. package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +1 -2
  18. package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +2 -4
  19. package/dist-types/commands/BatchGetJobEntityCommand.d.ts +1 -2
  20. package/dist-types/commands/CopyJobTemplateCommand.d.ts +1 -2
  21. package/dist-types/commands/CreateBudgetCommand.d.ts +5 -4
  22. package/dist-types/commands/CreateFarmCommand.d.ts +3 -8
  23. package/dist-types/commands/CreateFleetCommand.d.ts +3 -7
  24. package/dist-types/commands/CreateJobCommand.d.ts +3 -7
  25. package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +4 -8
  26. package/dist-types/commands/CreateLimitCommand.d.ts +3 -9
  27. package/dist-types/commands/CreateMonitorCommand.d.ts +3 -7
  28. package/dist-types/commands/CreateQueueCommand.d.ts +3 -6
  29. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +2 -4
  30. package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +1 -2
  31. package/dist-types/commands/CreateQueueLimitAssociationCommand.d.ts +2 -6
  32. package/dist-types/commands/CreateStorageProfileCommand.d.ts +3 -6
  33. package/dist-types/commands/CreateWorkerCommand.d.ts +3 -15
  34. package/dist-types/commands/DeleteBudgetCommand.d.ts +1 -2
  35. package/dist-types/commands/DeleteFarmCommand.d.ts +1 -2
  36. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -4
  37. package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +2 -4
  38. package/dist-types/commands/DeleteLimitCommand.d.ts +2 -5
  39. package/dist-types/commands/DeleteMeteredProductCommand.d.ts +1 -2
  40. package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -4
  41. package/dist-types/commands/DeleteQueueCommand.d.ts +3 -9
  42. package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +1 -2
  43. package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +2 -4
  44. package/dist-types/commands/DeleteQueueLimitAssociationCommand.d.ts +3 -10
  45. package/dist-types/commands/DeleteStorageProfileCommand.d.ts +1 -2
  46. package/dist-types/commands/DeleteWorkerCommand.d.ts +2 -4
  47. package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +1 -2
  48. package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +2 -4
  49. package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +1 -2
  50. package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +2 -4
  51. package/dist-types/commands/GetBudgetCommand.d.ts +1 -2
  52. package/dist-types/commands/GetFarmCommand.d.ts +2 -3
  53. package/dist-types/commands/GetFleetCommand.d.ts +1 -2
  54. package/dist-types/commands/GetJobCommand.d.ts +1 -2
  55. package/dist-types/commands/GetLicenseEndpointCommand.d.ts +1 -2
  56. package/dist-types/commands/GetLimitCommand.d.ts +1 -2
  57. package/dist-types/commands/GetMonitorCommand.d.ts +1 -2
  58. package/dist-types/commands/GetQueueCommand.d.ts +1 -2
  59. package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +1 -2
  60. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -2
  61. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -2
  62. package/dist-types/commands/GetSessionActionCommand.d.ts +1 -2
  63. package/dist-types/commands/GetSessionCommand.d.ts +1 -2
  64. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +2 -6
  65. package/dist-types/commands/GetStepCommand.d.ts +6 -2
  66. package/dist-types/commands/GetStorageProfileCommand.d.ts +1 -2
  67. package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +1 -2
  68. package/dist-types/commands/GetTaskCommand.d.ts +1 -2
  69. package/dist-types/commands/GetWorkerCommand.d.ts +1 -2
  70. package/dist-types/commands/ListBudgetsCommand.d.ts +1 -2
  71. package/dist-types/commands/ListFarmMembersCommand.d.ts +1 -2
  72. package/dist-types/commands/ListFarmsCommand.d.ts +1 -2
  73. package/dist-types/commands/ListFleetMembersCommand.d.ts +1 -2
  74. package/dist-types/commands/ListFleetsCommand.d.ts +1 -2
  75. package/dist-types/commands/ListJobMembersCommand.d.ts +1 -2
  76. package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +1 -2
  77. package/dist-types/commands/ListJobsCommand.d.ts +1 -2
  78. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +1 -2
  79. package/dist-types/commands/ListLimitsCommand.d.ts +1 -2
  80. package/dist-types/commands/ListMeteredProductsCommand.d.ts +2 -4
  81. package/dist-types/commands/ListMonitorsCommand.d.ts +1 -2
  82. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -2
  83. package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -2
  84. package/dist-types/commands/ListQueuesCommand.d.ts +1 -2
  85. package/dist-types/commands/ListSessionActionsCommand.d.ts +1 -2
  86. package/dist-types/commands/ListSessionsCommand.d.ts +1 -2
  87. package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +1 -2
  88. package/dist-types/commands/ListStepConsumersCommand.d.ts +1 -2
  89. package/dist-types/commands/ListStepDependenciesCommand.d.ts +1 -2
  90. package/dist-types/commands/ListStepsCommand.d.ts +1 -2
  91. package/dist-types/commands/ListStorageProfilesCommand.d.ts +1 -2
  92. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -2
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  94. package/dist-types/commands/ListTasksCommand.d.ts +1 -2
  95. package/dist-types/commands/ListWorkersCommand.d.ts +1 -2
  96. package/dist-types/commands/PutMeteredProductCommand.d.ts +1 -2
  97. package/dist-types/commands/SearchJobsCommand.d.ts +21 -8
  98. package/dist-types/commands/SearchStepsCommand.d.ts +26 -8
  99. package/dist-types/commands/SearchTasksCommand.d.ts +22 -8
  100. package/dist-types/commands/SearchWorkersCommand.d.ts +21 -8
  101. package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +2 -9
  102. package/dist-types/commands/TagResourceCommand.d.ts +2 -4
  103. package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
  104. package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -2
  105. package/dist-types/commands/UpdateFarmCommand.d.ts +1 -2
  106. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -4
  107. package/dist-types/commands/UpdateJobCommand.d.ts +3 -11
  108. package/dist-types/commands/UpdateLimitCommand.d.ts +1 -2
  109. package/dist-types/commands/UpdateMonitorCommand.d.ts +2 -4
  110. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -2
  111. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -2
  112. package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +1 -2
  113. package/dist-types/commands/UpdateQueueLimitAssociationCommand.d.ts +2 -5
  114. package/dist-types/commands/UpdateSessionCommand.d.ts +2 -4
  115. package/dist-types/commands/UpdateStepCommand.d.ts +2 -4
  116. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -2
  117. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -4
  118. package/dist-types/commands/UpdateWorkerCommand.d.ts +2 -4
  119. package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +2 -4
  120. package/dist-types/index.d.ts +1 -8
  121. package/dist-types/models/enums.d.ts +14 -0
  122. package/dist-types/models/errors.d.ts +3 -6
  123. package/dist-types/models/models_0.d.ts +196 -660
  124. package/dist-types/models/models_1.d.ts +118 -241
  125. package/dist-types/schemas/schemas_0.d.ts +2 -0
  126. package/dist-types/ts3.4/commands/ListMeteredProductsCommand.d.ts +4 -2
  127. package/dist-types/ts3.4/models/enums.d.ts +8 -0
  128. package/dist-types/ts3.4/models/models_0.d.ts +14 -11
  129. package/dist-types/ts3.4/models/models_1.d.ts +28 -0
  130. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  131. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  132. package/dist-types/ts3.4/waiters/waitForJobComplete.d.ts +11 -0
  133. package/dist-types/ts3.4/waiters/waitForJobSucceeded.d.ts +11 -0
  134. package/dist-types/waiters/index.d.ts +2 -0
  135. package/dist-types/waiters/waitForJobComplete.d.ts +14 -0
  136. package/dist-types/waiters/waitForJobCreateComplete.d.ts +2 -2
  137. package/dist-types/waiters/waitForJobSucceeded.d.ts +14 -0
  138. package/package.json +12 -12
@@ -98,8 +98,7 @@ declare const GetWorkerCommand_base: {
98
98
  * <p>Your request exceeded a request rate quota.</p>
99
99
  *
100
100
  * @throws {@link ValidationException} (client fault)
101
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
102
- * unsupported characters.</p>
101
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
103
102
  *
104
103
  * @throws {@link DeadlineServiceException}
105
104
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -88,8 +88,7 @@ declare const ListBudgetsCommand_base: {
88
88
  * <p>Your request exceeded a request rate quota.</p>
89
89
  *
90
90
  * @throws {@link ValidationException} (client fault)
91
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
92
- * unsupported characters.</p>
91
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
93
92
  *
94
93
  * @throws {@link DeadlineServiceException}
95
94
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -77,8 +77,7 @@ declare const ListFarmMembersCommand_base: {
77
77
  * <p>Your request exceeded a request rate quota.</p>
78
78
  *
79
79
  * @throws {@link ValidationException} (client fault)
80
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
81
- * unsupported characters.</p>
80
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
82
81
  *
83
82
  * @throws {@link DeadlineServiceException}
84
83
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -76,8 +76,7 @@ declare const ListFarmsCommand_base: {
76
76
  * <p>Your request exceeded a request rate quota.</p>
77
77
  *
78
78
  * @throws {@link ValidationException} (client fault)
79
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
80
- * unsupported characters.</p>
79
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
81
80
  *
82
81
  * @throws {@link DeadlineServiceException}
83
82
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -79,8 +79,7 @@ declare const ListFleetMembersCommand_base: {
79
79
  * <p>Your request exceeded a request rate quota.</p>
80
80
  *
81
81
  * @throws {@link ValidationException} (client fault)
82
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
83
- * unsupported characters.</p>
82
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
84
83
  *
85
84
  * @throws {@link DeadlineServiceException}
86
85
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -195,8 +195,7 @@ declare const ListFleetsCommand_base: {
195
195
  * <p>Your request exceeded a request rate quota.</p>
196
196
  *
197
197
  * @throws {@link ValidationException} (client fault)
198
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
199
- * unsupported characters.</p>
198
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
200
199
  *
201
200
  * @throws {@link DeadlineServiceException}
202
201
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -81,8 +81,7 @@ declare const ListJobMembersCommand_base: {
81
81
  * <p>Your request exceeded a request rate quota.</p>
82
82
  *
83
83
  * @throws {@link ValidationException} (client fault)
84
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
85
- * unsupported characters.</p>
84
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
86
85
  *
87
86
  * @throws {@link DeadlineServiceException}
88
87
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -73,8 +73,7 @@ declare const ListJobParameterDefinitionsCommand_base: {
73
73
  * <p>Your request exceeded a request rate quota.</p>
74
74
  *
75
75
  * @throws {@link ValidationException} (client fault)
76
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
77
- * unsupported characters.</p>
76
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
78
77
  *
79
78
  * @throws {@link DeadlineServiceException}
80
79
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -95,8 +95,7 @@ declare const ListJobsCommand_base: {
95
95
  * <p>Your request exceeded a request rate quota.</p>
96
96
  *
97
97
  * @throws {@link ValidationException} (client fault)
98
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
99
- * unsupported characters.</p>
98
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
100
99
  *
101
100
  * @throws {@link DeadlineServiceException}
102
101
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -75,8 +75,7 @@ declare const ListLicenseEndpointsCommand_base: {
75
75
  * <p>Your request exceeded a request rate quota.</p>
76
76
  *
77
77
  * @throws {@link ValidationException} (client fault)
78
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
79
- * unsupported characters.</p>
78
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
80
79
  *
81
80
  * @throws {@link DeadlineServiceException}
82
81
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -82,8 +82,7 @@ declare const ListLimitsCommand_base: {
82
82
  * <p>Your request exceeded a request rate quota.</p>
83
83
  *
84
84
  * @throws {@link ValidationException} (client fault)
85
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
86
- * unsupported characters.</p>
85
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
87
86
  *
88
87
  * @throws {@link DeadlineServiceException}
89
88
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeadlineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeadlineClient";
4
- import type { ListMeteredProductsRequest } from "../models/models_0";
5
- import type { ListMeteredProductsResponse } from "../models/models_1";
4
+ import type { ListMeteredProductsRequest, ListMeteredProductsResponse } from "../models/models_1";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -77,8 +76,7 @@ declare const ListMeteredProductsCommand_base: {
77
76
  * <p>Your request exceeded a request rate quota.</p>
78
77
  *
79
78
  * @throws {@link ValidationException} (client fault)
80
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
81
- * unsupported characters.</p>
79
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
82
80
  *
83
81
  * @throws {@link DeadlineServiceException}
84
82
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -79,8 +79,7 @@ declare const ListMonitorsCommand_base: {
79
79
  * <p>Your request exceeded a request rate quota.</p>
80
80
  *
81
81
  * @throws {@link ValidationException} (client fault)
82
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
83
- * unsupported characters.</p>
82
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
84
83
  *
85
84
  * @throws {@link DeadlineServiceException}
86
85
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -76,8 +76,7 @@ declare const ListQueueEnvironmentsCommand_base: {
76
76
  * <p>Your request exceeded a request rate quota.</p>
77
77
  *
78
78
  * @throws {@link ValidationException} (client fault)
79
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
80
- * unsupported characters.</p>
79
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
81
80
  *
82
81
  * @throws {@link DeadlineServiceException}
83
82
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -79,8 +79,7 @@ declare const ListQueueMembersCommand_base: {
79
79
  * <p>Your request exceeded a request rate quota.</p>
80
80
  *
81
81
  * @throws {@link ValidationException} (client fault)
82
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
83
- * unsupported characters.</p>
82
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
84
83
  *
85
84
  * @throws {@link DeadlineServiceException}
86
85
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -84,8 +84,7 @@ declare const ListQueuesCommand_base: {
84
84
  * <p>Your request exceeded a request rate quota.</p>
85
85
  *
86
86
  * @throws {@link ValidationException} (client fault)
87
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
88
- * unsupported characters.</p>
87
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
89
88
  *
90
89
  * @throws {@link DeadlineServiceException}
91
90
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -112,8 +112,7 @@ declare const ListSessionActionsCommand_base: {
112
112
  * <p>Your request exceeded a request rate quota.</p>
113
113
  *
114
114
  * @throws {@link ValidationException} (client fault)
115
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
116
- * unsupported characters.</p>
115
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
117
116
  *
118
117
  * @throws {@link DeadlineServiceException}
119
118
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -83,8 +83,7 @@ declare const ListSessionsCommand_base: {
83
83
  * <p>Your request exceeded a request rate quota.</p>
84
84
  *
85
85
  * @throws {@link ValidationException} (client fault)
86
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
87
- * unsupported characters.</p>
86
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
88
87
  *
89
88
  * @throws {@link DeadlineServiceException}
90
89
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -81,8 +81,7 @@ declare const ListSessionsForWorkerCommand_base: {
81
81
  * <p>Your request exceeded a request rate quota.</p>
82
82
  *
83
83
  * @throws {@link ValidationException} (client fault)
84
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
85
- * unsupported characters.</p>
84
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
86
85
  *
87
86
  * @throws {@link DeadlineServiceException}
88
87
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -77,8 +77,7 @@ declare const ListStepConsumersCommand_base: {
77
77
  * <p>Your request exceeded a request rate quota.</p>
78
78
  *
79
79
  * @throws {@link ValidationException} (client fault)
80
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
81
- * unsupported characters.</p>
80
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
82
81
  *
83
82
  * @throws {@link DeadlineServiceException}
84
83
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -77,8 +77,7 @@ declare const ListStepDependenciesCommand_base: {
77
77
  * <p>Your request exceeded a request rate quota.</p>
78
78
  *
79
79
  * @throws {@link ValidationException} (client fault)
80
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
81
- * unsupported characters.</p>
80
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
82
81
  *
83
82
  * @throws {@link DeadlineServiceException}
84
83
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -96,8 +96,7 @@ declare const ListStepsCommand_base: {
96
96
  * <p>Your request exceeded a request rate quota.</p>
97
97
  *
98
98
  * @throws {@link ValidationException} (client fault)
99
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
100
- * unsupported characters.</p>
99
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
101
100
  *
102
101
  * @throws {@link DeadlineServiceException}
103
102
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -75,8 +75,7 @@ declare const ListStorageProfilesCommand_base: {
75
75
  * <p>Your request exceeded a request rate quota.</p>
76
76
  *
77
77
  * @throws {@link ValidationException} (client fault)
78
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
79
- * unsupported characters.</p>
78
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
80
79
  *
81
80
  * @throws {@link DeadlineServiceException}
82
81
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -76,8 +76,7 @@ declare const ListStorageProfilesForQueueCommand_base: {
76
76
  * <p>Your request exceeded a request rate quota.</p>
77
77
  *
78
78
  * @throws {@link ValidationException} (client fault)
79
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
80
- * unsupported characters.</p>
79
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
81
80
  *
82
81
  * @throws {@link DeadlineServiceException}
83
82
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -68,8 +68,7 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * <p>Your request exceeded a request rate quota.</p>
69
69
  *
70
70
  * @throws {@link ValidationException} (client fault)
71
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
72
- * unsupported characters.</p>
71
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
73
72
  *
74
73
  * @throws {@link DeadlineServiceException}
75
74
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -95,8 +95,7 @@ declare const ListTasksCommand_base: {
95
95
  * <p>Your request exceeded a request rate quota.</p>
96
96
  *
97
97
  * @throws {@link ValidationException} (client fault)
98
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
99
- * unsupported characters.</p>
98
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
100
99
  *
101
100
  * @throws {@link DeadlineServiceException}
102
101
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -104,8 +104,7 @@ declare const ListWorkersCommand_base: {
104
104
  * <p>Your request exceeded a request rate quota.</p>
105
105
  *
106
106
  * @throws {@link ValidationException} (client fault)
107
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
108
- * unsupported characters.</p>
107
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
109
108
  *
110
109
  * @throws {@link DeadlineServiceException}
111
110
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -65,8 +65,7 @@ declare const PutMeteredProductCommand_base: {
65
65
  * <p>Your request exceeded a request rate quota.</p>
66
66
  *
67
67
  * @throws {@link ValidationException} (client fault)
68
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
69
- * unsupported characters.</p>
68
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
70
69
  *
71
70
  * @throws {@link DeadlineServiceException}
72
71
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -46,12 +46,12 @@ declare const SearchJobsCommand_base: {
46
46
  * { // SearchFilterExpression Union: only one key present
47
47
  * dateTimeFilter: { // DateTimeFilterExpression
48
48
  * name: "STRING_VALUE", // required
49
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
49
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
50
50
  * dateTime: new Date("TIMESTAMP"), // required
51
51
  * },
52
52
  * parameterFilter: { // ParameterFilterExpression
53
53
  * name: "STRING_VALUE", // required
54
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
54
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
55
55
  * value: "STRING_VALUE", // required
56
56
  * },
57
57
  * searchTermFilter: { // SearchTermFilterExpression
@@ -60,20 +60,27 @@ declare const SearchJobsCommand_base: {
60
60
  * },
61
61
  * stringFilter: { // StringFilterExpression
62
62
  * name: "STRING_VALUE", // required
63
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
63
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
64
64
  * value: "STRING_VALUE", // required
65
65
  * },
66
+ * stringListFilter: { // StringListFilterExpression
67
+ * name: "STRING_VALUE", // required
68
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
69
+ * values: [ // StringFilterList // required
70
+ * "STRING_VALUE",
71
+ * ],
72
+ * },
66
73
  * groupFilter: {
67
74
  * filters: [ // required
68
75
  * {// Union: only one key present
69
76
  * dateTimeFilter: {
70
77
  * name: "STRING_VALUE", // required
71
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
78
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
72
79
  * dateTime: new Date("TIMESTAMP"), // required
73
80
  * },
74
81
  * parameterFilter: {
75
82
  * name: "STRING_VALUE", // required
76
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
83
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
77
84
  * value: "STRING_VALUE", // required
78
85
  * },
79
86
  * searchTermFilter: {
@@ -82,9 +89,16 @@ declare const SearchJobsCommand_base: {
82
89
  * },
83
90
  * stringFilter: {
84
91
  * name: "STRING_VALUE", // required
85
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
92
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
86
93
  * value: "STRING_VALUE", // required
87
94
  * },
95
+ * stringListFilter: {
96
+ * name: "STRING_VALUE", // required
97
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
98
+ * values: [ // required
99
+ * "STRING_VALUE",
100
+ * ],
101
+ * },
88
102
  * groupFilter: "<SearchGroupedFilterExpressions>",
89
103
  * },
90
104
  * ],
@@ -174,8 +188,7 @@ declare const SearchJobsCommand_base: {
174
188
  * <p>Your request exceeded a request rate quota.</p>
175
189
  *
176
190
  * @throws {@link ValidationException} (client fault)
177
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
178
- * unsupported characters.</p>
191
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
179
192
  *
180
193
  * @throws {@link DeadlineServiceException}
181
194
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -47,12 +47,12 @@ declare const SearchStepsCommand_base: {
47
47
  * { // SearchFilterExpression Union: only one key present
48
48
  * dateTimeFilter: { // DateTimeFilterExpression
49
49
  * name: "STRING_VALUE", // required
50
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
50
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
51
51
  * dateTime: new Date("TIMESTAMP"), // required
52
52
  * },
53
53
  * parameterFilter: { // ParameterFilterExpression
54
54
  * name: "STRING_VALUE", // required
55
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
55
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
56
56
  * value: "STRING_VALUE", // required
57
57
  * },
58
58
  * searchTermFilter: { // SearchTermFilterExpression
@@ -61,20 +61,27 @@ declare const SearchStepsCommand_base: {
61
61
  * },
62
62
  * stringFilter: { // StringFilterExpression
63
63
  * name: "STRING_VALUE", // required
64
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
64
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
65
65
  * value: "STRING_VALUE", // required
66
66
  * },
67
+ * stringListFilter: { // StringListFilterExpression
68
+ * name: "STRING_VALUE", // required
69
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
70
+ * values: [ // StringFilterList // required
71
+ * "STRING_VALUE",
72
+ * ],
73
+ * },
67
74
  * groupFilter: {
68
75
  * filters: [ // required
69
76
  * {// Union: only one key present
70
77
  * dateTimeFilter: {
71
78
  * name: "STRING_VALUE", // required
72
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
79
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
73
80
  * dateTime: new Date("TIMESTAMP"), // required
74
81
  * },
75
82
  * parameterFilter: {
76
83
  * name: "STRING_VALUE", // required
77
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
84
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
78
85
  * value: "STRING_VALUE", // required
79
86
  * },
80
87
  * searchTermFilter: {
@@ -83,9 +90,16 @@ declare const SearchStepsCommand_base: {
83
90
  * },
84
91
  * stringFilter: {
85
92
  * name: "STRING_VALUE", // required
86
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
93
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
87
94
  * value: "STRING_VALUE", // required
88
95
  * },
96
+ * stringListFilter: {
97
+ * name: "STRING_VALUE", // required
98
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
99
+ * values: [ // required
100
+ * "STRING_VALUE",
101
+ * ],
102
+ * },
89
103
  * groupFilter: "<SearchGroupedFilterExpressions>",
90
104
  * },
91
105
  * ],
@@ -141,6 +155,11 @@ declare const SearchStepsCommand_base: {
141
155
  * // { // StepParameter
142
156
  * // name: "STRING_VALUE", // required
143
157
  * // type: "INT" || "FLOAT" || "STRING" || "PATH" || "CHUNK_INT", // required
158
+ * // chunks: { // StepParameterChunks
159
+ * // defaultTaskCount: Number("int"), // required
160
+ * // targetRuntimeSeconds: Number("int"),
161
+ * // rangeConstraint: "CONTIGUOUS" || "NONCONTIGUOUS", // required
162
+ * // },
144
163
  * // },
145
164
  * // ],
146
165
  * // combination: "STRING_VALUE",
@@ -172,8 +191,7 @@ declare const SearchStepsCommand_base: {
172
191
  * <p>Your request exceeded a request rate quota.</p>
173
192
  *
174
193
  * @throws {@link ValidationException} (client fault)
175
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
176
- * unsupported characters.</p>
194
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
177
195
  *
178
196
  * @throws {@link DeadlineServiceException}
179
197
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -47,12 +47,12 @@ declare const SearchTasksCommand_base: {
47
47
  * { // SearchFilterExpression Union: only one key present
48
48
  * dateTimeFilter: { // DateTimeFilterExpression
49
49
  * name: "STRING_VALUE", // required
50
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
50
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
51
51
  * dateTime: new Date("TIMESTAMP"), // required
52
52
  * },
53
53
  * parameterFilter: { // ParameterFilterExpression
54
54
  * name: "STRING_VALUE", // required
55
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
55
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
56
56
  * value: "STRING_VALUE", // required
57
57
  * },
58
58
  * searchTermFilter: { // SearchTermFilterExpression
@@ -61,20 +61,27 @@ declare const SearchTasksCommand_base: {
61
61
  * },
62
62
  * stringFilter: { // StringFilterExpression
63
63
  * name: "STRING_VALUE", // required
64
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
64
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
65
65
  * value: "STRING_VALUE", // required
66
66
  * },
67
+ * stringListFilter: { // StringListFilterExpression
68
+ * name: "STRING_VALUE", // required
69
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
70
+ * values: [ // StringFilterList // required
71
+ * "STRING_VALUE",
72
+ * ],
73
+ * },
67
74
  * groupFilter: {
68
75
  * filters: [ // required
69
76
  * {// Union: only one key present
70
77
  * dateTimeFilter: {
71
78
  * name: "STRING_VALUE", // required
72
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
79
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
73
80
  * dateTime: new Date("TIMESTAMP"), // required
74
81
  * },
75
82
  * parameterFilter: {
76
83
  * name: "STRING_VALUE", // required
77
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
84
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
78
85
  * value: "STRING_VALUE", // required
79
86
  * },
80
87
  * searchTermFilter: {
@@ -83,9 +90,16 @@ declare const SearchTasksCommand_base: {
83
90
  * },
84
91
  * stringFilter: {
85
92
  * name: "STRING_VALUE", // required
86
- * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN", // required
93
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
87
94
  * value: "STRING_VALUE", // required
88
95
  * },
96
+ * stringListFilter: {
97
+ * name: "STRING_VALUE", // required
98
+ * operator: "EQUAL" || "NOT_EQUAL" || "GREATER_THAN_EQUAL_TO" || "GREATER_THAN" || "LESS_THAN_EQUAL_TO" || "LESS_THAN" || "ANY_EQUALS" || "ALL_NOT_EQUALS", // required
99
+ * values: [ // required
100
+ * "STRING_VALUE",
101
+ * ],
102
+ * },
89
103
  * groupFilter: "<SearchGroupedFilterExpressions>",
90
104
  * },
91
105
  * ],
@@ -138,6 +152,7 @@ declare const SearchTasksCommand_base: {
138
152
  * // endedAt: new Date("TIMESTAMP"),
139
153
  * // updatedAt: new Date("TIMESTAMP"),
140
154
  * // updatedBy: "STRING_VALUE",
155
+ * // latestSessionActionId: "STRING_VALUE",
141
156
  * // },
142
157
  * // ],
143
158
  * // nextItemOffset: Number("int"),
@@ -165,8 +180,7 @@ declare const SearchTasksCommand_base: {
165
180
  * <p>Your request exceeded a request rate quota.</p>
166
181
  *
167
182
  * @throws {@link ValidationException} (client fault)
168
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
169
- * unsupported characters.</p>
183
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
170
184
  *
171
185
  * @throws {@link DeadlineServiceException}
172
186
  * <p>Base exception class for all service exceptions from Deadline service.</p>