@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
@@ -68,15 +68,13 @@ declare const CreateQueueEnvironmentCommand_base: {
68
68
  * <p>The requested resource can't be found.</p>
69
69
  *
70
70
  * @throws {@link ServiceQuotaExceededException} (client fault)
71
- * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
72
- * maximum number of service resources or operations for your Amazon Web Services account.</p>
71
+ * <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>
73
72
  *
74
73
  * @throws {@link ThrottlingException} (client fault)
75
74
  * <p>Your request exceeded a request rate quota.</p>
76
75
  *
77
76
  * @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>
77
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
80
78
  *
81
79
  * @throws {@link DeadlineServiceException}
82
80
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -66,8 +66,7 @@ declare const CreateQueueFleetAssociationCommand_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>
@@ -27,10 +27,7 @@ declare const CreateQueueLimitAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Associates a limit with a particular queue. After the limit is associated, all workers
31
- * for jobs that specify the limit associated with the queue are subject to the limit. You
32
- * can't associate two limits with the same <code>amountRequirementName</code> to the same
33
- * queue.</p>
30
+ * <p>Associates a limit with a particular queue. After the limit is associated, all workers for jobs that specify the limit associated with the queue are subject to the limit. You can't associate two limits with the same <code>amountRequirementName</code> to the same queue.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -69,8 +66,7 @@ declare const CreateQueueLimitAssociationCommand_base: {
69
66
  * <p>Your request exceeded a request rate quota.</p>
70
67
  *
71
68
  * @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>
69
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
74
70
  *
75
71
  * @throws {@link DeadlineServiceException}
76
72
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,8 +27,7 @@ declare const CreateStorageProfileCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a storage profile that specifies the operating system, file type, and file
31
- * location of resources used on a farm.</p>
30
+ * <p>Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -74,15 +73,13 @@ declare const CreateStorageProfileCommand_base: {
74
73
  * <p>The requested resource can't be found.</p>
75
74
  *
76
75
  * @throws {@link ServiceQuotaExceededException} (client fault)
77
- * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
78
- * maximum number of service resources or operations for your Amazon Web Services account.</p>
76
+ * <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>
79
77
  *
80
78
  * @throws {@link ThrottlingException} (client fault)
81
79
  * <p>Your request exceeded a request rate quota.</p>
82
80
  *
83
81
  * @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>
82
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
86
83
  *
87
84
  * @throws {@link DeadlineServiceException}
88
85
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,17 +27,7 @@ declare const CreateWorkerCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a worker. A worker tells your instance how much processing power (vCPU), and
31
- * memory (GiB) you’ll need to assemble the digital assets held within a particular instance.
32
- * You can specify certain instance types to use, or let the worker know which instances types
33
- * to exclude.</p>
34
- * <p>Deadline Cloud limits the number of workers to less than or equal to the fleet's
35
- * maximum worker count. The service maintains eventual consistency for the worker count. If
36
- * you make multiple rapid calls to <code>CreateWorker</code> before the field updates, you
37
- * might exceed your fleet's maximum worker count. For example, if your
38
- * <code>maxWorkerCount</code> is 10 and you currently have 9 workers, making two quick
39
- * <code>CreateWorker</code> calls might successfully create 2 workers instead of 1,
40
- * resulting in 11 total workers.</p>
30
+ * <p>Creates a worker. A worker tells your instance how much processing power (vCPU), and memory (GiB) you’ll need to assemble the digital assets held within a particular instance. You can specify certain instance types to use, or let the worker know which instances types to exclude.</p> <p>Deadline Cloud limits the number of workers to less than or equal to the fleet's maximum worker count. The service maintains eventual consistency for the worker count. If you make multiple rapid calls to <code>CreateWorker</code> before the field updates, you might exceed your fleet's maximum worker count. For example, if your <code>maxWorkerCount</code> is 10 and you currently have 9 workers, making two quick <code>CreateWorker</code> calls might successfully create 2 workers instead of 1, resulting in 11 total workers.</p>
41
31
  * @example
42
32
  * Use a bare-bones client and the command you need to make an API call.
43
33
  * ```javascript
@@ -83,8 +73,7 @@ declare const CreateWorkerCommand_base: {
83
73
  * <p>You don't have permission to perform the action.</p>
84
74
  *
85
75
  * @throws {@link ConflictException} (client fault)
86
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
87
- * than one operation on the same resource at the same time.</p>
76
+ * <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>
88
77
  *
89
78
  * @throws {@link InternalServerErrorException} (server fault)
90
79
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -96,8 +85,7 @@ declare const CreateWorkerCommand_base: {
96
85
  * <p>Your request exceeded a request rate quota.</p>
97
86
  *
98
87
  * @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>
88
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
101
89
  *
102
90
  * @throws {@link DeadlineServiceException}
103
91
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -65,8 +65,7 @@ declare const DeleteBudgetCommand_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>
@@ -64,8 +64,7 @@ declare const DeleteFarmCommand_base: {
64
64
  * <p>Your request exceeded a request rate quota.</p>
65
65
  *
66
66
  * @throws {@link ValidationException} (client fault)
67
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
68
- * unsupported characters.</p>
67
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
69
68
  *
70
69
  * @throws {@link DeadlineServiceException}
71
70
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -57,8 +57,7 @@ declare const DeleteFleetCommand_base: {
57
57
  * <p>You don't have permission to perform the action.</p>
58
58
  *
59
59
  * @throws {@link ConflictException} (client fault)
60
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
61
- * than one operation on the same resource at the same time.</p>
60
+ * <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>
62
61
  *
63
62
  * @throws {@link InternalServerErrorException} (server fault)
64
63
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -70,8 +69,7 @@ declare const DeleteFleetCommand_base: {
70
69
  * <p>Your request exceeded a request rate quota.</p>
71
70
  *
72
71
  * @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>
72
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
75
73
  *
76
74
  * @throws {@link DeadlineServiceException}
77
75
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -55,8 +55,7 @@ declare const DeleteLicenseEndpointCommand_base: {
55
55
  * <p>You don't have permission to perform the action.</p>
56
56
  *
57
57
  * @throws {@link ConflictException} (client fault)
58
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
59
- * than one operation on the same resource at the same time.</p>
58
+ * <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>
60
59
  *
61
60
  * @throws {@link InternalServerErrorException} (server fault)
62
61
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -68,8 +67,7 @@ declare const DeleteLicenseEndpointCommand_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>
@@ -27,9 +27,7 @@ declare const DeleteLimitCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Removes a limit from the specified farm. Before you delete a limit you must use the
31
- * <code>DeleteQueueLimitAssociation</code> operation to remove the association with any
32
- * queues. </p>
30
+ * <p>Removes a limit from the specified farm. Before you delete a limit you must use the <code>DeleteQueueLimitAssociation</code> operation to remove the association with any queues. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -64,8 +62,7 @@ declare const DeleteLimitCommand_base: {
64
62
  * <p>Your request exceeded a request rate quota.</p>
65
63
  *
66
64
  * @throws {@link ValidationException} (client fault)
67
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
68
- * unsupported characters.</p>
65
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
69
66
  *
70
67
  * @throws {@link DeadlineServiceException}
71
68
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -65,8 +65,7 @@ declare const DeleteMeteredProductCommand_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>
@@ -27,8 +27,7 @@ declare const DeleteMonitorCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Removes a Deadline Cloud monitor. After you delete a monitor, you can create a new one and
31
- * attach farms to the monitor.</p>
30
+ * <p>Removes a Deadline Cloud monitor. After you delete a monitor, you can create a new one and attach farms to the monitor.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -65,8 +64,7 @@ declare const DeleteMonitorCommand_base: {
65
64
  * <p>Your request exceeded a request rate quota.</p>
66
65
  *
67
66
  * @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>
67
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
70
68
  *
71
69
  * @throws {@link DeadlineServiceException}
72
70
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,11 +27,7 @@ declare const DeleteQueueCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a queue.</p>
31
- * <important>
32
- * <p>You can't recover the jobs in a queue if you delete the queue. Deleting the queue
33
- * also deletes the jobs in that queue.</p>
34
- * </important>
30
+ * <p>Deletes a queue.</p> <important> <p>You can't recover the jobs in a queue if you delete the queue. Deleting the queue also deletes the jobs in that queue.</p> </important>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -60,8 +56,7 @@ declare const DeleteQueueCommand_base: {
60
56
  * <p>You don't have permission to perform the action.</p>
61
57
  *
62
58
  * @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>
59
+ * <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
60
  *
66
61
  * @throws {@link InternalServerErrorException} (server fault)
67
62
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -73,8 +68,7 @@ declare const DeleteQueueCommand_base: {
73
68
  * <p>Your request exceeded a request rate quota.</p>
74
69
  *
75
70
  * @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>
71
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
78
72
  *
79
73
  * @throws {@link DeadlineServiceException}
80
74
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -63,8 +63,7 @@ declare const DeleteQueueEnvironmentCommand_base: {
63
63
  * <p>Your request exceeded a request rate quota.</p>
64
64
  *
65
65
  * @throws {@link ValidationException} (client fault)
66
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
67
- * unsupported characters.</p>
66
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
68
67
  *
69
68
  * @throws {@link DeadlineServiceException}
70
69
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -57,8 +57,7 @@ declare const DeleteQueueFleetAssociationCommand_base: {
57
57
  * <p>You don't have permission to perform the action.</p>
58
58
  *
59
59
  * @throws {@link ConflictException} (client fault)
60
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
61
- * than one operation on the same resource at the same time.</p>
60
+ * <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>
62
61
  *
63
62
  * @throws {@link InternalServerErrorException} (server fault)
64
63
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -70,8 +69,7 @@ declare const DeleteQueueFleetAssociationCommand_base: {
70
69
  * <p>Your request exceeded a request rate quota.</p>
71
70
  *
72
71
  * @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>
72
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
75
73
  *
76
74
  * @throws {@link DeadlineServiceException}
77
75
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,12 +27,7 @@ declare const DeleteQueueLimitAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Removes the association between a queue and a limit. You must use the
31
- * <code>UpdateQueueLimitAssociation</code> operation to set the status to
32
- * <code>STOP_LIMIT_USAGE_AND_COMPLETE_TASKS</code> or
33
- * <code>STOP_LIMIT_USAGE_AND_CANCEL_TASKS</code>. The status does not change immediately.
34
- * Use the <code>GetQueueLimitAssociation</code> operation to see if the status changed to
35
- * <code>STOPPED</code> before deleting the association.</p>
30
+ * <p>Removes the association between a queue and a limit. You must use the <code>UpdateQueueLimitAssociation</code> operation to set the status to <code>STOP_LIMIT_USAGE_AND_COMPLETE_TASKS</code> or <code>STOP_LIMIT_USAGE_AND_CANCEL_TASKS</code>. The status does not change immediately. Use the <code>GetQueueLimitAssociation</code> operation to see if the status changed to <code>STOPPED</code> before deleting the association.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -62,8 +57,7 @@ declare const DeleteQueueLimitAssociationCommand_base: {
62
57
  * <p>You don't have permission to perform the action.</p>
63
58
  *
64
59
  * @throws {@link ConflictException} (client fault)
65
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
66
- * than one operation on the same resource at the same time.</p>
60
+ * <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>
67
61
  *
68
62
  * @throws {@link InternalServerErrorException} (server fault)
69
63
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -75,8 +69,7 @@ declare const DeleteQueueLimitAssociationCommand_base: {
75
69
  * <p>Your request exceeded a request rate quota.</p>
76
70
  *
77
71
  * @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>
72
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
80
73
  *
81
74
  * @throws {@link DeadlineServiceException}
82
75
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -62,8 +62,7 @@ declare const DeleteStorageProfileCommand_base: {
62
62
  * <p>Your request exceeded a request rate quota.</p>
63
63
  *
64
64
  * @throws {@link ValidationException} (client fault)
65
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
66
- * unsupported characters.</p>
65
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
67
66
  *
68
67
  * @throws {@link DeadlineServiceException}
69
68
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -57,8 +57,7 @@ declare const DeleteWorkerCommand_base: {
57
57
  * <p>You don't have permission to perform the action.</p>
58
58
  *
59
59
  * @throws {@link ConflictException} (client fault)
60
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
61
- * than one operation on the same resource at the same time.</p>
60
+ * <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>
62
61
  *
63
62
  * @throws {@link InternalServerErrorException} (server fault)
64
63
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -70,8 +69,7 @@ declare const DeleteWorkerCommand_base: {
70
69
  * <p>Your request exceeded a request rate quota.</p>
71
70
  *
72
71
  * @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>
72
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
75
73
  *
76
74
  * @throws {@link DeadlineServiceException}
77
75
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -65,8 +65,7 @@ declare const DisassociateMemberFromFarmCommand_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>
@@ -57,8 +57,7 @@ declare const DisassociateMemberFromFleetCommand_base: {
57
57
  * <p>You don't have permission to perform the action.</p>
58
58
  *
59
59
  * @throws {@link ConflictException} (client fault)
60
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
61
- * than one operation on the same resource at the same time.</p>
60
+ * <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>
62
61
  *
63
62
  * @throws {@link InternalServerErrorException} (server fault)
64
63
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -70,8 +69,7 @@ declare const DisassociateMemberFromFleetCommand_base: {
70
69
  * <p>Your request exceeded a request rate quota.</p>
71
70
  *
72
71
  * @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>
72
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
75
73
  *
76
74
  * @throws {@link DeadlineServiceException}
77
75
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -67,8 +67,7 @@ declare const DisassociateMemberFromJobCommand_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>
@@ -57,8 +57,7 @@ declare const DisassociateMemberFromQueueCommand_base: {
57
57
  * <p>You don't have permission to perform the action.</p>
58
58
  *
59
59
  * @throws {@link ConflictException} (client fault)
60
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
61
- * than one operation on the same resource at the same time.</p>
60
+ * <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>
62
61
  *
63
62
  * @throws {@link InternalServerErrorException} (server fault)
64
63
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -70,8 +69,7 @@ declare const DisassociateMemberFromQueueCommand_base: {
70
69
  * <p>Your request exceeded a request rate quota.</p>
71
70
  *
72
71
  * @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>
72
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
75
73
  *
76
74
  * @throws {@link DeadlineServiceException}
77
75
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -95,8 +95,7 @@ declare const GetBudgetCommand_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>
@@ -45,7 +45,7 @@ declare const GetFarmCommand_base: {
45
45
  * // farmId: "STRING_VALUE", // required
46
46
  * // displayName: "STRING_VALUE", // required
47
47
  * // description: "STRING_VALUE",
48
- * // kmsKeyArn: "STRING_VALUE", // required
48
+ * // kmsKeyArn: "STRING_VALUE",
49
49
  * // createdAt: new Date("TIMESTAMP"), // required
50
50
  * // createdBy: "STRING_VALUE", // required
51
51
  * // updatedAt: new Date("TIMESTAMP"),
@@ -73,8 +73,7 @@ declare const GetFarmCommand_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>
@@ -209,8 +209,7 @@ declare const GetFleetCommand_base: {
209
209
  * <p>Your request exceeded a request rate quota.</p>
210
210
  *
211
211
  * @throws {@link ValidationException} (client fault)
212
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
213
- * unsupported characters.</p>
212
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
214
213
  *
215
214
  * @throws {@link DeadlineServiceException}
216
215
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -113,8 +113,7 @@ declare const GetJobCommand_base: {
113
113
  * <p>Your request exceeded a request rate quota.</p>
114
114
  *
115
115
  * @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>
116
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
118
117
  *
119
118
  * @throws {@link DeadlineServiceException}
120
119
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -76,8 +76,7 @@ declare const GetLicenseEndpointCommand_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>
@@ -77,8 +77,7 @@ declare const GetLimitCommand_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 GetMonitorCommand_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>
@@ -99,8 +99,7 @@ declare const GetQueueCommand_base: {
99
99
  * <p>Your request exceeded a request rate quota.</p>
100
100
  *
101
101
  * @throws {@link ValidationException} (client fault)
102
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
103
- * unsupported characters.</p>
102
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
104
103
  *
105
104
  * @throws {@link DeadlineServiceException}
106
105
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -76,8 +76,7 @@ declare const GetQueueEnvironmentCommand_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>
@@ -74,8 +74,7 @@ declare const GetQueueFleetAssociationCommand_base: {
74
74
  * <p>Your request exceeded a request rate quota.</p>
75
75
  *
76
76
  * @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>
77
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
79
78
  *
80
79
  * @throws {@link DeadlineServiceException}
81
80
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -74,8 +74,7 @@ declare const GetQueueLimitAssociationCommand_base: {
74
74
  * <p>Your request exceeded a request rate quota.</p>
75
75
  *
76
76
  * @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>
77
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
79
78
  *
80
79
  * @throws {@link DeadlineServiceException}
81
80
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -113,8 +113,7 @@ declare const GetSessionActionCommand_base: {
113
113
  * <p>Your request exceeded a request rate quota.</p>
114
114
  *
115
115
  * @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>
116
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
118
117
  *
119
118
  * @throws {@link DeadlineServiceException}
120
119
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -110,8 +110,7 @@ declare const GetSessionCommand_base: {
110
110
  * <p>Your request exceeded a request rate quota.</p>
111
111
  *
112
112
  * @throws {@link ValidationException} (client fault)
113
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
114
- * unsupported characters.</p>
113
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
115
114
  *
116
115
  * @throws {@link DeadlineServiceException}
117
116
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,10 +27,7 @@ declare const GetSessionsStatisticsAggregationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets a set of statistics for queues or farms. Before you can call the
31
- * <code>GetSessionStatisticsAggregation</code> operation, you must first call the
32
- * <code>StartSessionsStatisticsAggregation</code> operation. Statistics are available for
33
- * 1 hour after you call the <code>StartSessionsStatisticsAggregation</code> operation.</p>
30
+ * <p>Gets a set of statistics for queues or farms. Before you can call the <code>GetSessionStatisticsAggregation</code> operation, you must first call the <code>StartSessionsStatisticsAggregation</code> operation. Statistics are available for 1 hour after you call the <code>StartSessionsStatisticsAggregation</code> operation.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -101,8 +98,7 @@ declare const GetSessionsStatisticsAggregationCommand_base: {
101
98
  * <p>Your request exceeded a request rate quota.</p>
102
99
  *
103
100
  * @throws {@link ValidationException} (client fault)
104
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
105
- * unsupported characters.</p>
101
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
106
102
  *
107
103
  * @throws {@link DeadlineServiceException}
108
104
  * <p>Base exception class for all service exceptions from Deadline service.</p>