@aws-sdk/client-deadline 3.806.0 → 3.810.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 (127) hide show
  1. package/README.md +1 -8
  2. package/dist-cjs/commands/UpdateWorkerCommand.js +2 -1
  3. package/dist-cjs/models/models_0.js +16 -7
  4. package/dist-cjs/models/models_1.js +7 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +4 -0
  6. package/dist-es/commands/UpdateWorkerCommand.js +2 -1
  7. package/dist-es/models/models_0.js +12 -4
  8. package/dist-es/models/models_1.js +4 -1
  9. package/dist-es/protocols/Aws_restJson1.js +4 -0
  10. package/dist-types/Deadline.d.ts +1 -8
  11. package/dist-types/DeadlineClient.d.ts +1 -8
  12. package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +2 -4
  13. package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +2 -4
  14. package/dist-types/commands/AssociateMemberToJobCommand.d.ts +2 -4
  15. package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +2 -4
  16. package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +2 -4
  17. package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +2 -4
  18. package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +2 -4
  19. package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +1 -2
  20. package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +2 -4
  21. package/dist-types/commands/BatchGetJobEntityCommand.d.ts +1 -2
  22. package/dist-types/commands/CopyJobTemplateCommand.d.ts +1 -2
  23. package/dist-types/commands/CreateBudgetCommand.d.ts +2 -4
  24. package/dist-types/commands/CreateFarmCommand.d.ts +3 -8
  25. package/dist-types/commands/CreateFleetCommand.d.ts +7 -7
  26. package/dist-types/commands/CreateJobCommand.d.ts +3 -7
  27. package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +4 -8
  28. package/dist-types/commands/CreateLimitCommand.d.ts +3 -9
  29. package/dist-types/commands/CreateMonitorCommand.d.ts +3 -7
  30. package/dist-types/commands/CreateQueueCommand.d.ts +3 -6
  31. package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +2 -4
  32. package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +1 -2
  33. package/dist-types/commands/CreateQueueLimitAssociationCommand.d.ts +2 -6
  34. package/dist-types/commands/CreateStorageProfileCommand.d.ts +3 -6
  35. package/dist-types/commands/CreateWorkerCommand.d.ts +3 -8
  36. package/dist-types/commands/DeleteBudgetCommand.d.ts +1 -2
  37. package/dist-types/commands/DeleteFarmCommand.d.ts +1 -2
  38. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -4
  39. package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +2 -4
  40. package/dist-types/commands/DeleteLimitCommand.d.ts +2 -5
  41. package/dist-types/commands/DeleteMeteredProductCommand.d.ts +1 -2
  42. package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -4
  43. package/dist-types/commands/DeleteQueueCommand.d.ts +3 -9
  44. package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +1 -2
  45. package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +2 -4
  46. package/dist-types/commands/DeleteQueueLimitAssociationCommand.d.ts +3 -10
  47. package/dist-types/commands/DeleteStorageProfileCommand.d.ts +1 -2
  48. package/dist-types/commands/DeleteWorkerCommand.d.ts +2 -4
  49. package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +1 -2
  50. package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +2 -4
  51. package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +1 -2
  52. package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +2 -4
  53. package/dist-types/commands/GetBudgetCommand.d.ts +1 -2
  54. package/dist-types/commands/GetFarmCommand.d.ts +1 -2
  55. package/dist-types/commands/GetFleetCommand.d.ts +5 -2
  56. package/dist-types/commands/GetJobCommand.d.ts +1 -2
  57. package/dist-types/commands/GetLicenseEndpointCommand.d.ts +1 -2
  58. package/dist-types/commands/GetLimitCommand.d.ts +1 -2
  59. package/dist-types/commands/GetMonitorCommand.d.ts +1 -2
  60. package/dist-types/commands/GetQueueCommand.d.ts +1 -2
  61. package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +1 -2
  62. package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +1 -2
  63. package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +1 -2
  64. package/dist-types/commands/GetSessionActionCommand.d.ts +1 -2
  65. package/dist-types/commands/GetSessionCommand.d.ts +1 -2
  66. package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +2 -6
  67. package/dist-types/commands/GetStepCommand.d.ts +1 -2
  68. package/dist-types/commands/GetStorageProfileCommand.d.ts +1 -2
  69. package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +1 -2
  70. package/dist-types/commands/GetTaskCommand.d.ts +1 -2
  71. package/dist-types/commands/GetWorkerCommand.d.ts +1 -2
  72. package/dist-types/commands/ListBudgetsCommand.d.ts +1 -2
  73. package/dist-types/commands/ListFarmMembersCommand.d.ts +1 -2
  74. package/dist-types/commands/ListFarmsCommand.d.ts +1 -2
  75. package/dist-types/commands/ListFleetMembersCommand.d.ts +1 -2
  76. package/dist-types/commands/ListFleetsCommand.d.ts +1 -2
  77. package/dist-types/commands/ListJobMembersCommand.d.ts +1 -2
  78. package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +1 -2
  79. package/dist-types/commands/ListJobsCommand.d.ts +1 -2
  80. package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +1 -2
  81. package/dist-types/commands/ListLimitsCommand.d.ts +1 -2
  82. package/dist-types/commands/ListMeteredProductsCommand.d.ts +1 -2
  83. package/dist-types/commands/ListMonitorsCommand.d.ts +1 -2
  84. package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -2
  85. package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -2
  86. package/dist-types/commands/ListQueuesCommand.d.ts +1 -2
  87. package/dist-types/commands/ListSessionActionsCommand.d.ts +1 -2
  88. package/dist-types/commands/ListSessionsCommand.d.ts +1 -2
  89. package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +1 -2
  90. package/dist-types/commands/ListStepConsumersCommand.d.ts +1 -2
  91. package/dist-types/commands/ListStepDependenciesCommand.d.ts +1 -2
  92. package/dist-types/commands/ListStepsCommand.d.ts +1 -2
  93. package/dist-types/commands/ListStorageProfilesCommand.d.ts +1 -2
  94. package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +1 -2
  95. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  96. package/dist-types/commands/ListTasksCommand.d.ts +1 -2
  97. package/dist-types/commands/ListWorkersCommand.d.ts +1 -2
  98. package/dist-types/commands/PutMeteredProductCommand.d.ts +1 -2
  99. package/dist-types/commands/SearchJobsCommand.d.ts +1 -2
  100. package/dist-types/commands/SearchStepsCommand.d.ts +1 -2
  101. package/dist-types/commands/SearchTasksCommand.d.ts +1 -2
  102. package/dist-types/commands/SearchWorkersCommand.d.ts +1 -2
  103. package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +2 -9
  104. package/dist-types/commands/TagResourceCommand.d.ts +2 -4
  105. package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
  106. package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -2
  107. package/dist-types/commands/UpdateFarmCommand.d.ts +1 -2
  108. package/dist-types/commands/UpdateFleetCommand.d.ts +6 -4
  109. package/dist-types/commands/UpdateJobCommand.d.ts +3 -11
  110. package/dist-types/commands/UpdateLimitCommand.d.ts +1 -2
  111. package/dist-types/commands/UpdateMonitorCommand.d.ts +2 -4
  112. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -2
  113. package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +1 -2
  114. package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +1 -2
  115. package/dist-types/commands/UpdateQueueLimitAssociationCommand.d.ts +2 -5
  116. package/dist-types/commands/UpdateSessionCommand.d.ts +2 -4
  117. package/dist-types/commands/UpdateStepCommand.d.ts +2 -4
  118. package/dist-types/commands/UpdateStorageProfileCommand.d.ts +1 -2
  119. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -4
  120. package/dist-types/commands/UpdateWorkerCommand.d.ts +6 -4
  121. package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +2 -4
  122. package/dist-types/index.d.ts +1 -8
  123. package/dist-types/models/models_0.d.ts +136 -531
  124. package/dist-types/models/models_1.d.ts +120 -308
  125. package/dist-types/ts3.4/models/models_0.d.ts +15 -15
  126. package/dist-types/ts3.4/models/models_1.d.ts +15 -1
  127. package/package.json +17 -17
@@ -27,9 +27,7 @@ declare const CreateJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a job. A job is a set of instructions that Deadline Cloud uses to schedule
31
- * and run work on available workers. For more information, see <a href="https://docs.aws.amazon.com/deadline-cloud/latest/userguide/deadline-cloud-jobs.html">Deadline Cloud
32
- * jobs</a>.</p>
30
+ * <p>Creates a job. A job is a set of instructions that Deadline Cloud uses to schedule and run work on available workers. For more information, see <a href="https://docs.aws.amazon.com/deadline-cloud/latest/userguide/deadline-cloud-jobs.html">Deadline Cloud jobs</a>.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -97,15 +95,13 @@ declare const CreateJobCommand_base: {
97
95
  * <p>The requested resource can't be found.</p>
98
96
  *
99
97
  * @throws {@link ServiceQuotaExceededException} (client fault)
100
- * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
101
- * maximum number of service resources or operations for your Amazon Web Services account.</p>
98
+ * <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>
102
99
  *
103
100
  * @throws {@link ThrottlingException} (client fault)
104
101
  * <p>Your request exceeded a request rate quota.</p>
105
102
  *
106
103
  * @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>
104
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
109
105
  *
110
106
  * @throws {@link DeadlineServiceException}
111
107
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,8 +27,7 @@ declare const CreateLicenseEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a license endpoint to integrate your various licensed software used for
31
- * rendering on Deadline Cloud.</p>
30
+ * <p>Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -66,22 +65,19 @@ declare const CreateLicenseEndpointCommand_base: {
66
65
  * <p>You don't have permission to perform the action.</p>
67
66
  *
68
67
  * @throws {@link ConflictException} (client fault)
69
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
70
- * than one operation on the same resource at the same time.</p>
68
+ * <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>
71
69
  *
72
70
  * @throws {@link InternalServerErrorException} (server fault)
73
71
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
74
72
  *
75
73
  * @throws {@link ServiceQuotaExceededException} (client fault)
76
- * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
77
- * maximum number of service resources or operations for your Amazon Web Services account.</p>
74
+ * <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>
78
75
  *
79
76
  * @throws {@link ThrottlingException} (client fault)
80
77
  * <p>Your request exceeded a request rate quota.</p>
81
78
  *
82
79
  * @throws {@link ValidationException} (client fault)
83
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
84
- * unsupported characters.</p>
80
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
85
81
  *
86
82
  * @throws {@link DeadlineServiceException}
87
83
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,11 +27,7 @@ declare const CreateLimitCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a limit that manages the distribution of shared resources, such as floating
31
- * licenses. A limit can throttle work assignments, help manage workloads, and track current
32
- * usage. Before you use a limit, you must associate the limit with one or more queues. </p>
33
- * <p>You must add the <code>amountRequirementName</code> to a step in a job template to
34
- * declare the limit requirement.</p>
30
+ * <p>Creates a limit that manages the distribution of shared resources, such as floating licenses. A limit can throttle work assignments, help manage workloads, and track current usage. Before you use a limit, you must associate the limit with one or more queues. </p> <p>You must add the <code>amountRequirementName</code> to a step in a job template to declare the limit requirement.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -70,15 +66,13 @@ declare const CreateLimitCommand_base: {
70
66
  * <p>The requested resource can't be found.</p>
71
67
  *
72
68
  * @throws {@link ServiceQuotaExceededException} (client fault)
73
- * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
74
- * maximum number of service resources or operations for your Amazon Web Services account.</p>
69
+ * <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>
75
70
  *
76
71
  * @throws {@link ThrottlingException} (client fault)
77
72
  * <p>Your request exceeded a request rate quota.</p>
78
73
  *
79
74
  * @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>
75
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
82
76
  *
83
77
  * @throws {@link DeadlineServiceException}
84
78
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,9 +27,7 @@ declare const CreateMonitorCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an Amazon Web Services Deadline Cloud monitor that you can use to view your farms, queues, and
31
- * fleets. After you submit a job, you can track the progress of the tasks and steps that make
32
- * up the job, and then download the job's results. </p>
30
+ * <p>Creates an Amazon Web Services Deadline Cloud monitor that you can use to view your farms, queues, and fleets. After you submit a job, you can track the progress of the tasks and steps that make up the job, and then download the job's results. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -65,15 +63,13 @@ declare const CreateMonitorCommand_base: {
65
63
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
66
64
  *
67
65
  * @throws {@link ServiceQuotaExceededException} (client fault)
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>
66
+ * <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
67
  *
71
68
  * @throws {@link ThrottlingException} (client fault)
72
69
  * <p>Your request exceeded a request rate quota.</p>
73
70
  *
74
71
  * @throws {@link ValidationException} (client fault)
75
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
76
- * unsupported characters.</p>
72
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
77
73
  *
78
74
  * @throws {@link DeadlineServiceException}
79
75
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,8 +27,7 @@ declare const CreateQueueCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a queue to coordinate the order in which jobs run on a farm. A queue can also
31
- * specify where to pull resources and indicate where to output completed jobs.</p>
30
+ * <p>Creates a queue to coordinate the order in which jobs run on a farm. A queue can also specify where to pull resources and indicate where to output completed jobs.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -91,15 +90,13 @@ declare const CreateQueueCommand_base: {
91
90
  * <p>The requested resource can't be found.</p>
92
91
  *
93
92
  * @throws {@link ServiceQuotaExceededException} (client fault)
94
- * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
95
- * maximum number of service resources or operations for your Amazon Web Services account.</p>
93
+ * <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>
96
94
  *
97
95
  * @throws {@link ThrottlingException} (client fault)
98
96
  * <p>Your request exceeded a request rate quota.</p>
99
97
  *
100
98
  * @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>
99
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
103
100
  *
104
101
  * @throws {@link DeadlineServiceException}
105
102
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -66,15 +66,13 @@ declare const CreateQueueEnvironmentCommand_base: {
66
66
  * <p>The requested resource can't be found.</p>
67
67
  *
68
68
  * @throws {@link ServiceQuotaExceededException} (client fault)
69
- * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
70
- * maximum number of service resources or operations for your Amazon Web Services account.</p>
69
+ * <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>
71
70
  *
72
71
  * @throws {@link ThrottlingException} (client fault)
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>
@@ -64,8 +64,7 @@ declare const CreateQueueFleetAssociationCommand_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>
@@ -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
@@ -67,8 +64,7 @@ declare const CreateQueueLimitAssociationCommand_base: {
67
64
  * <p>Your request exceeded a request rate quota.</p>
68
65
  *
69
66
  * @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>
67
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
72
68
  *
73
69
  * @throws {@link DeadlineServiceException}
74
70
  * <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
@@ -72,15 +71,13 @@ declare const CreateStorageProfileCommand_base: {
72
71
  * <p>The requested resource can't be found.</p>
73
72
  *
74
73
  * @throws {@link ServiceQuotaExceededException} (client fault)
75
- * <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
76
- * maximum number of service resources or operations for your Amazon Web Services account.</p>
74
+ * <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>
77
75
  *
78
76
  * @throws {@link ThrottlingException} (client fault)
79
77
  * <p>Your request exceeded a request rate quota.</p>
80
78
  *
81
79
  * @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>
80
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
84
81
  *
85
82
  * @throws {@link DeadlineServiceException}
86
83
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -27,10 +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>
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>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -74,8 +71,7 @@ declare const CreateWorkerCommand_base: {
74
71
  * <p>You don't have permission to perform the action.</p>
75
72
  *
76
73
  * @throws {@link ConflictException} (client fault)
77
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
78
- * than one operation on the same resource at the same time.</p>
74
+ * <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>
79
75
  *
80
76
  * @throws {@link InternalServerErrorException} (server fault)
81
77
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -87,8 +83,7 @@ declare const CreateWorkerCommand_base: {
87
83
  * <p>Your request exceeded a request rate quota.</p>
88
84
  *
89
85
  * @throws {@link ValidationException} (client fault)
90
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
91
- * unsupported characters.</p>
86
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
92
87
  *
93
88
  * @throws {@link DeadlineServiceException}
94
89
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -63,8 +63,7 @@ declare const DeleteBudgetCommand_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>
@@ -62,8 +62,7 @@ declare const DeleteFarmCommand_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>
@@ -55,8 +55,7 @@ declare const DeleteFleetCommand_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 DeleteFleetCommand_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>
@@ -53,8 +53,7 @@ declare const DeleteLicenseEndpointCommand_base: {
53
53
  * <p>You don't have permission to perform the action.</p>
54
54
  *
55
55
  * @throws {@link ConflictException} (client fault)
56
- * <p>Your request has conflicting operations. This can occur if you're trying to perform more
57
- * than one operation on the same resource at the same time.</p>
56
+ * <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>
58
57
  *
59
58
  * @throws {@link InternalServerErrorException} (server fault)
60
59
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -66,8 +65,7 @@ declare const DeleteLicenseEndpointCommand_base: {
66
65
  * <p>Your request exceeded a request rate quota.</p>
67
66
  *
68
67
  * @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>
68
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
71
69
  *
72
70
  * @throws {@link DeadlineServiceException}
73
71
  * <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
@@ -62,8 +60,7 @@ declare const DeleteLimitCommand_base: {
62
60
  * <p>Your request exceeded a request rate quota.</p>
63
61
  *
64
62
  * @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>
63
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
67
64
  *
68
65
  * @throws {@link DeadlineServiceException}
69
66
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -63,8 +63,7 @@ declare const DeleteMeteredProductCommand_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>
@@ -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
@@ -63,8 +62,7 @@ declare const DeleteMonitorCommand_base: {
63
62
  * <p>Your request exceeded a request rate quota.</p>
64
63
  *
65
64
  * @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>
65
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
68
66
  *
69
67
  * @throws {@link DeadlineServiceException}
70
68
  * <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
@@ -58,8 +54,7 @@ declare const DeleteQueueCommand_base: {
58
54
  * <p>You don't have permission to perform the action.</p>
59
55
  *
60
56
  * @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>
57
+ * <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
58
  *
64
59
  * @throws {@link InternalServerErrorException} (server fault)
65
60
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -71,8 +66,7 @@ declare const DeleteQueueCommand_base: {
71
66
  * <p>Your request exceeded a request rate quota.</p>
72
67
  *
73
68
  * @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>
69
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
76
70
  *
77
71
  * @throws {@link DeadlineServiceException}
78
72
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -61,8 +61,7 @@ declare const DeleteQueueEnvironmentCommand_base: {
61
61
  * <p>Your request exceeded a request rate quota.</p>
62
62
  *
63
63
  * @throws {@link ValidationException} (client fault)
64
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
65
- * unsupported characters.</p>
64
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
66
65
  *
67
66
  * @throws {@link DeadlineServiceException}
68
67
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -55,8 +55,7 @@ declare const DeleteQueueFleetAssociationCommand_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 DeleteQueueFleetAssociationCommand_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,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
@@ -60,8 +55,7 @@ declare const DeleteQueueLimitAssociationCommand_base: {
60
55
  * <p>You don't have permission to perform the action.</p>
61
56
  *
62
57
  * @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>
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>
65
59
  *
66
60
  * @throws {@link InternalServerErrorException} (server fault)
67
61
  * <p>Deadline Cloud can't process your request right now. Try again later.</p>
@@ -73,8 +67,7 @@ declare const DeleteQueueLimitAssociationCommand_base: {
73
67
  * <p>Your request exceeded a request rate quota.</p>
74
68
  *
75
69
  * @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>
70
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
78
71
  *
79
72
  * @throws {@link DeadlineServiceException}
80
73
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -60,8 +60,7 @@ declare const DeleteStorageProfileCommand_base: {
60
60
  * <p>Your request exceeded a request rate quota.</p>
61
61
  *
62
62
  * @throws {@link ValidationException} (client fault)
63
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
64
- * unsupported characters.</p>
63
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
65
64
  *
66
65
  * @throws {@link DeadlineServiceException}
67
66
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -55,8 +55,7 @@ declare const DeleteWorkerCommand_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 DeleteWorkerCommand_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>
@@ -63,8 +63,7 @@ declare const DisassociateMemberFromFarmCommand_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>
@@ -55,8 +55,7 @@ declare const DisassociateMemberFromFleetCommand_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 DisassociateMemberFromFleetCommand_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>
@@ -65,8 +65,7 @@ declare const DisassociateMemberFromJobCommand_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>
@@ -55,8 +55,7 @@ declare const DisassociateMemberFromQueueCommand_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 DisassociateMemberFromQueueCommand_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>
@@ -93,8 +93,7 @@ declare const GetBudgetCommand_base: {
93
93
  * <p>Your request exceeded a request rate quota.</p>
94
94
  *
95
95
  * @throws {@link ValidationException} (client fault)
96
- * <p>The request isn't valid. This can occur if your request contains malformed JSON or
97
- * unsupported characters.</p>
96
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
98
97
  *
99
98
  * @throws {@link DeadlineServiceException}
100
99
  * <p>Base exception class for all service exceptions from Deadline service.</p>
@@ -71,8 +71,7 @@ declare const GetFarmCommand_base: {
71
71
  * <p>Your request exceeded a request rate quota.</p>
72
72
  *
73
73
  * @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>
74
+ * <p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>
76
75
  *
77
76
  * @throws {@link DeadlineServiceException}
78
77
  * <p>Base exception class for all service exceptions from Deadline service.</p>