@aws-sdk/client-deadline 3.968.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 +541 -361
  3. package/dist-es/models/enums.js +6 -0
  4. package/dist-es/schemas/schemas_0.js +374 -356
  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 +34 -34
@@ -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>
@@ -46,12 +46,12 @@ declare const SearchWorkersCommand_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 SearchWorkersCommand_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 SearchWorkersCommand_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
  * ],
@@ -164,8 +178,7 @@ declare const SearchWorkersCommand_base: {
164
178
  * <p>Your request exceeded a request rate quota.</p>
165
179
  *
166
180
  * @throws {@link ValidationException} (client fault)
167
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
168
- * unsupported characters.</p>
181
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
169
182
  *
170
183
  * @throws {@link DeadlineServiceException}
171
184
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,13 +27,7 @@ declare const StartSessionsStatisticsAggregationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts an asynchronous request for getting aggregated statistics about queues and farms.
31
- * Get the statistics using the <code>GetSessionsStatisticsAggregation</code> operation. You
32
- * can only have one running aggregation for your Deadline Cloud farm. Call the
33
- * <code>GetSessionsStatisticsAggregation</code> operation and check the
34
- * <code>status</code> field to see if an aggregation is running. Statistics are available
35
- * for 1 hour after you call the <code>StartSessionsStatisticsAggregation</code>
36
- * operation.</p>
30
+ * <p>Starts an asynchronous request for getting aggregated statistics about queues and farms. Get the statistics using the <code>GetSessionsStatisticsAggregation</code> operation. You can only have one running aggregation for your Deadline Cloud farm. Call the <code>GetSessionsStatisticsAggregation</code> operation and check the <code>status</code> field to see if an aggregation is running. Statistics are available for 1 hour after you call the <code>StartSessionsStatisticsAggregation</code> operation.</p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -90,8 +84,7 @@ declare const StartSessionsStatisticsAggregationCommand_base: {
90
84
  * <p>Your request exceeded a request rate quota.</p>
91
85
  *
92
86
  * @throws {@link ValidationException} (client fault)
93
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
94
- * unsupported characters.</p>
87
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
95
88
  *
96
89
  * @throws {@link DeadlineServiceException}
97
90
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -58,8 +58,7 @@ declare const TagResourceCommand_base: {
58
58
  * <p>You don't have permission to perform the action.</p>
59
59
  *
60
60
  * @throws {@link ConflictException} (client fault)
61
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
62
- * than one operation on the same resource at the same time.</p>
61
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>
63
62
  *
64
63
  * @throws {@link InternalServerErrorException} (server fault)
65
64
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -71,8 +70,7 @@ declare const TagResourceCommand_base: {
71
70
  * <p>Your request exceeded a request rate quota.</p>
72
71
  *
73
72
  * @throws {@link ValidationException} (client fault)
74
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
75
- * unsupported characters.</p>
73
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
76
74
  *
77
75
  * @throws {@link DeadlineServiceException}
78
76
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -58,8 +58,7 @@ declare const UntagResourceCommand_base: {
58
58
  * <p>You don't have permission to perform the action.</p>
59
59
  *
60
60
  * @throws {@link ConflictException} (client fault)
61
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
62
- * than one operation on the same resource at the same time.</p>
61
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>
63
62
  *
64
63
  * @throws {@link InternalServerErrorException} (server fault)
65
64
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -71,8 +70,7 @@ declare const UntagResourceCommand_base: {
71
70
  * <p>Your request exceeded a request rate quota.</p>
72
71
  *
73
72
  * @throws {@link ValidationException} (client fault)
74
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
75
- * unsupported characters.</p>
73
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
76
74
  *
77
75
  * @throws {@link DeadlineServiceException}
78
76
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -89,8 +89,7 @@ declare const UpdateBudgetCommand_base: {
89
89
  * <p>Your request exceeded a request rate quota.</p>
90
90
  *
91
91
  * @throws {@link ValidationException} (client fault)
92
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
93
- * unsupported characters.</p>
92
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
94
93
  *
95
94
  * @throws {@link DeadlineServiceException}
96
95
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -66,8 +66,7 @@ declare const UpdateFarmCommand_base: {
66
66
  * <p>Your request exceeded a request rate quota.</p>
67
67
  *
68
68
  * @throws {@link ValidationException} (client fault)
69
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
70
- * unsupported characters.</p>
69
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
71
70
  *
72
71
  * @throws {@link DeadlineServiceException}
73
72
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -178,15 +178,13 @@ declare const UpdateFleetCommand_base: {
178
178
  * <p>The requested resource can't be found.</p>
179
179
  *
180
180
  * @throws {@link ServiceQuotaExceededException} (client fault)
181
- * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
182
- * maximum number of service resources or operations for your Amazon Web Services account.</p>
181
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.</p>
183
182
  *
184
183
  * @throws {@link ThrottlingException} (client fault)
185
184
  * <p>Your request exceeded a request rate quota.</p>
186
185
  *
187
186
  * @throws {@link ValidationException} (client fault)
188
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
189
- * unsupported characters.</p>
187
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
190
188
  *
191
189
  * @throws {@link DeadlineServiceException}
192
190
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,13 +27,7 @@ declare const UpdateJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates a job. </p>
31
- * <p>When you change the status of the job to <code>ARCHIVED</code>, the job can't be
32
- * scheduled or archived.</p>
33
- * <important>
34
- * <p>An archived jobs and its steps and tasks are deleted after 120 days. The job can't be
35
- * recovered.</p>
36
- * </important>
30
+ * <p>Updates a job. </p> <p>When you change the status of the job to <code>ARCHIVED</code>, the job can't be scheduled or archived.</p> <important> <p>An archived jobs and its steps and tasks are deleted after 120 days. The job can't be recovered.</p> </important>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -70,8 +64,7 @@ declare const UpdateJobCommand_base: {
70
64
  * <p>You don't have permission to perform the action.</p>
71
65
  *
72
66
  * @throws {@link ConflictException} (client fault)
73
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
74
- * than one operation on the same resource at the same time.</p>
67
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>
75
68
  *
76
69
  * @throws {@link InternalServerErrorException} (server fault)
77
70
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -83,8 +76,7 @@ declare const UpdateJobCommand_base: {
83
76
  * <p>Your request exceeded a request rate quota.</p>
84
77
  *
85
78
  * @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>
79
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
88
80
  *
89
81
  * @throws {@link DeadlineServiceException}
90
82
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -68,8 +68,7 @@ declare const UpdateLimitCommand_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>
@@ -27,8 +27,7 @@ declare const UpdateMonitorCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings
31
- * when you call <code>UpdateMonitor</code>.</p>
30
+ * <p>Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call <code>UpdateMonitor</code>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -68,8 +67,7 @@ declare const UpdateMonitorCommand_base: {
68
67
  * <p>Your request exceeded a request rate quota.</p>
69
68
  *
70
69
  * @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>
70
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
73
71
  *
74
72
  * @throws {@link DeadlineServiceException}
75
73
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -97,8 +97,7 @@ declare const UpdateQueueCommand_base: {
97
97
  * <p>Your request exceeded a request rate quota.</p>
98
98
  *
99
99
  * @throws {@link ValidationException} (client fault)
100
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
101
- * unsupported characters.</p>
100
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
102
101
  *
103
102
  * @throws {@link DeadlineServiceException}
104
103
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -70,8 +70,7 @@ declare const UpdateQueueEnvironmentCommand_base: {
70
70
  * <p>Your request exceeded a request rate quota.</p>
71
71
  *
72
72
  * @throws {@link ValidationException} (client fault)
73
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
74
- * unsupported characters.</p>
73
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
75
74
  *
76
75
  * @throws {@link DeadlineServiceException}
77
76
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -67,8 +67,7 @@ declare const UpdateQueueFleetAssociationCommand_base: {
67
67
  * <p>Your request exceeded a request rate quota.</p>
68
68
  *
69
69
  * @throws {@link ValidationException} (client fault)
70
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
71
- * unsupported characters.</p>
70
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
72
71
  *
73
72
  * @throws {@link DeadlineServiceException}
74
73
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,9 +27,7 @@ declare const UpdateQueueLimitAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the status of the queue. If you set the status to one of the
31
- * <code>STOP_LIMIT_USAGE*</code> values, there will be a delay before the status
32
- * transitions to the <code>STOPPED</code> state. </p>
30
+ * <p>Updates the status of the queue. If you set the status to one of the <code>STOP_LIMIT_USAGE*</code> values, there will be a delay before the status transitions to the <code>STOPPED</code> state. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -69,8 +67,7 @@ declare const UpdateQueueLimitAssociationCommand_base: {
69
67
  * <p>Your request exceeded a request rate quota.</p>
70
68
  *
71
69
  * @throws {@link ValidationException} (client fault)
72
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
73
- * unsupported characters.</p>
70
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
74
71
  *
75
72
  * @throws {@link DeadlineServiceException}
76
73
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -60,8 +60,7 @@ declare const UpdateSessionCommand_base: {
60
60
  * <p>You don't have permission to perform the action.</p>
61
61
  *
62
62
  * @throws {@link ConflictException} (client fault)
63
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
64
- * than one operation on the same resource at the same time.</p>
63
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>
65
64
  *
66
65
  * @throws {@link InternalServerErrorException} (server fault)
67
66
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -73,8 +72,7 @@ declare const UpdateSessionCommand_base: {
73
72
  * <p>Your request exceeded a request rate quota.</p>
74
73
  *
75
74
  * @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>
75
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
78
76
  *
79
77
  * @throws {@link DeadlineServiceException}
80
78
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -60,8 +60,7 @@ declare const UpdateStepCommand_base: {
60
60
  * <p>You don't have permission to perform the action.</p>
61
61
  *
62
62
  * @throws {@link ConflictException} (client fault)
63
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
64
- * than one operation on the same resource at the same time.</p>
63
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>
65
64
  *
66
65
  * @throws {@link InternalServerErrorException} (server fault)
67
66
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -73,8 +72,7 @@ declare const UpdateStepCommand_base: {
73
72
  * <p>Your request exceeded a request rate quota.</p>
74
73
  *
75
74
  * @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>
75
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
78
76
  *
79
77
  * @throws {@link DeadlineServiceException}
80
78
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -82,8 +82,7 @@ declare const UpdateStorageProfileCommand_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>
@@ -61,8 +61,7 @@ declare const UpdateTaskCommand_base: {
61
61
  * <p>You don't have permission to perform the action.</p>
62
62
  *
63
63
  * @throws {@link ConflictException} (client fault)
64
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
65
- * than one operation on the same resource at the same time.</p>
64
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>
66
65
  *
67
66
  * @throws {@link InternalServerErrorException} (server fault)
68
67
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -74,8 +73,7 @@ declare const UpdateTaskCommand_base: {
74
73
  * <p>Your request exceeded a request rate quota.</p>
75
74
  *
76
75
  * @throws {@link ValidationException} (client fault)
77
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
78
- * unsupported characters.</p>
76
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
79
77
  *
80
78
  * @throws {@link DeadlineServiceException}
81
79
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -100,8 +100,7 @@ declare const UpdateWorkerCommand_base: {
100
100
  * <p>You don't have permission to perform the action.</p>
101
101
  *
102
102
  * @throws {@link ConflictException} (client fault)
103
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
104
- * than one operation on the same resource at the same time.</p>
103
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>
105
104
  *
106
105
  * @throws {@link InternalServerErrorException} (server fault)
107
106
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -113,8 +112,7 @@ declare const UpdateWorkerCommand_base: {
113
112
  * <p>Your request exceeded a request rate quota.</p>
114
113
  *
115
114
  * @throws {@link ValidationException} (client fault)
116
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
117
- * unsupported characters.</p>
115
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
118
116
  *
119
117
  * @throws {@link DeadlineServiceException}
120
118
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -127,8 +127,7 @@ declare const UpdateWorkerScheduleCommand_base: {
127
127
  * <p>You don't have permission to perform the action.</p>
128
128
  *
129
129
  * @throws {@link ConflictException} (client fault)
130
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
131
- * than one operation on the same resource at the same time.</p>
130
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>
132
131
  *
133
132
  * @throws {@link InternalServerErrorException} (server fault)
134
133
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -140,8 +139,7 @@ declare const UpdateWorkerScheduleCommand_base: {
140
139
  * <p>Your request exceeded a request rate quota.</p>
141
140
  *
142
141
  * @throws {@link ValidationException} (client fault)
143
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
144
- * unsupported characters.</p>
142
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
145
143
  *
146
144
  * @throws {@link DeadlineServiceException}
147
145
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -1,12 +1,5 @@
1
1
  /**
2
- * <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
3
- * projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
4
- * specific to their job function.</p>
5
- * <p>With Deadline Cloud, content production teams can deploy resources for their workforce
6
- * securely in the cloud, reducing the costs of added physical infrastructure. Keep your
7
- * content production operations secure, while allowing your contributors to access the tools
8
- * they need, such as scalable high-speed storage, licenses, and cost management
9
- * services.</p>
2
+ * <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions specific to their job function.</p> <p>With Deadline Cloud, content production teams can deploy resources for their workforce securely in the cloud, reducing the costs of added physical infrastructure. Keep your content production operations secure, while allowing your contributors to access the tools they need, such as scalable high-speed storage, licenses, and cost management services.</p>
10
3
  *
11
4
  * @packageDocumentation
12
5
  */
@@ -200,6 +200,8 @@ export type BudgetStatus = (typeof BudgetStatus)[keyof typeof BudgetStatus];
200
200
  * @enum
201
201
  */
202
202
  export declare const ComparisonOperator: {
203
+ readonly ALL_NOT_EQUALS: "ALL_NOT_EQUALS";
204
+ readonly ANY_EQUALS: "ANY_EQUALS";
203
205
  readonly EQUAL: "EQUAL";
204
206
  readonly GREATER_THAN: "GREATER_THAN";
205
207
  readonly GREATER_THAN_EQUAL_TO: "GREATER_THAN_EQUAL_TO";
@@ -563,6 +565,18 @@ export declare const StepLifecycleStatus: {
563
565
  * @public
564
566
  */
565
567
  export type StepLifecycleStatus = (typeof StepLifecycleStatus)[keyof typeof StepLifecycleStatus];
568
+ /**
569
+ * @public
570
+ * @enum
571
+ */
572
+ export declare const RangeConstraint: {
573
+ readonly CONTIGUOUS: "CONTIGUOUS";
574
+ readonly NONCONTIGUOUS: "NONCONTIGUOUS";
575
+ };
576
+ /**
577
+ * @public
578
+ */
579
+ export type RangeConstraint = (typeof RangeConstraint)[keyof typeof RangeConstraint];
566
580
  /**
567
581
  * @public
568
582
  * @enum
@@ -65,8 +65,7 @@ export declare class ResourceNotFoundException extends __BaseException {
65
65
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
66
66
  }
67
67
  /**
68
- * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
69
- * maximum number of service resources or operations for your Amazon Web Services account.</p>
68
+ * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.</p>
70
69
  * @public
71
70
  */
72
71
  export declare class ServiceQuotaExceededException extends __BaseException {
@@ -143,8 +142,7 @@ export declare class ThrottlingException extends __BaseException {
143
142
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
144
143
  }
145
144
  /**
146
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
147
- * unsupported characters.</p>
145
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
148
146
  * @public
149
147
  */
150
148
  export declare class ValidationException extends __BaseException {
@@ -171,8 +169,7 @@ export declare class ValidationException extends __BaseException {
171
169
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
172
170
  }
173
171
  /**
174
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
175
- * than one operation on the same resource at the same time.</p>
172
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>
176
173
  * @public
177
174
  */
178
175
  export declare class ConflictException extends __BaseException {