@aws-sdk/client-deadline 3.863.0 → 3.865.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -1
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/Deadline.d.ts +8 -1
- package/dist-types/DeadlineClient.d.ts +8 -1
- package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +4 -2
- package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +4 -2
- package/dist-types/commands/AssociateMemberToJobCommand.d.ts +4 -2
- package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +4 -2
- package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +4 -2
- package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +4 -2
- package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +4 -2
- package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +2 -1
- package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +4 -2
- package/dist-types/commands/BatchGetJobEntityCommand.d.ts +2 -1
- package/dist-types/commands/CopyJobTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateBudgetCommand.d.ts +4 -2
- package/dist-types/commands/CreateFarmCommand.d.ts +8 -3
- package/dist-types/commands/CreateFleetCommand.d.ts +8 -4
- package/dist-types/commands/CreateJobCommand.d.ts +7 -3
- package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +8 -4
- package/dist-types/commands/CreateLimitCommand.d.ts +9 -3
- package/dist-types/commands/CreateMonitorCommand.d.ts +7 -3
- package/dist-types/commands/CreateQueueCommand.d.ts +6 -3
- package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +4 -2
- package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateQueueLimitAssociationCommand.d.ts +6 -2
- package/dist-types/commands/CreateStorageProfileCommand.d.ts +6 -3
- package/dist-types/commands/CreateWorkerCommand.d.ts +15 -3
- package/dist-types/commands/DeleteBudgetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFarmCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +4 -2
- package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +4 -2
- package/dist-types/commands/DeleteLimitCommand.d.ts +5 -2
- package/dist-types/commands/DeleteMeteredProductCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +4 -2
- package/dist-types/commands/DeleteQueueCommand.d.ts +9 -3
- package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +4 -2
- package/dist-types/commands/DeleteQueueLimitAssociationCommand.d.ts +10 -3
- package/dist-types/commands/DeleteStorageProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkerCommand.d.ts +4 -2
- package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +4 -2
- package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +4 -2
- package/dist-types/commands/GetBudgetCommand.d.ts +2 -1
- package/dist-types/commands/GetFarmCommand.d.ts +2 -1
- package/dist-types/commands/GetFleetCommand.d.ts +5 -3
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetLicenseEndpointCommand.d.ts +2 -1
- package/dist-types/commands/GetLimitCommand.d.ts +2 -1
- package/dist-types/commands/GetMonitorCommand.d.ts +2 -1
- package/dist-types/commands/GetQueueCommand.d.ts +2 -1
- package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionActionCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionCommand.d.ts +2 -1
- package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +6 -2
- package/dist-types/commands/GetStepCommand.d.ts +2 -1
- package/dist-types/commands/GetStorageProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +2 -1
- package/dist-types/commands/GetTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkerCommand.d.ts +2 -1
- package/dist-types/commands/ListBudgetsCommand.d.ts +2 -1
- package/dist-types/commands/ListFarmMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListFarmsCommand.d.ts +2 -1
- package/dist-types/commands/ListFleetMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListFleetsCommand.d.ts +6 -4
- package/dist-types/commands/ListJobMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListJobParameterDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListLimitsCommand.d.ts +2 -1
- package/dist-types/commands/ListMeteredProductsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
- package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListQueueMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +2 -1
- package/dist-types/commands/ListSessionActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +2 -1
- package/dist-types/commands/ListStepConsumersCommand.d.ts +2 -1
- package/dist-types/commands/ListStepDependenciesCommand.d.ts +2 -1
- package/dist-types/commands/ListStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkersCommand.d.ts +2 -1
- package/dist-types/commands/PutMeteredProductCommand.d.ts +2 -1
- package/dist-types/commands/SearchJobsCommand.d.ts +2 -1
- package/dist-types/commands/SearchStepsCommand.d.ts +2 -1
- package/dist-types/commands/SearchTasksCommand.d.ts +2 -1
- package/dist-types/commands/SearchWorkersCommand.d.ts +2 -1
- package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +9 -2
- package/dist-types/commands/TagResourceCommand.d.ts +4 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -2
- package/dist-types/commands/UpdateBudgetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFarmCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFleetCommand.d.ts +5 -3
- package/dist-types/commands/UpdateJobCommand.d.ts +11 -3
- package/dist-types/commands/UpdateLimitCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMonitorCommand.d.ts +4 -2
- package/dist-types/commands/UpdateQueueCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQueueLimitAssociationCommand.d.ts +5 -2
- package/dist-types/commands/UpdateSessionCommand.d.ts +4 -2
- package/dist-types/commands/UpdateStepCommand.d.ts +4 -2
- package/dist-types/commands/UpdateStorageProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskCommand.d.ts +4 -2
- package/dist-types/commands/UpdateWorkerCommand.d.ts +4 -2
- package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +4 -2
- package/dist-types/index.d.ts +8 -1
- package/dist-types/models/models_0.d.ts +477 -98
- package/dist-types/models/models_1.d.ts +350 -50
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +5 -5
|
@@ -27,7 +27,9 @@ declare const UpdateQueueLimitAssociationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the status of the queue. If you set the status to one of the
|
|
30
|
+
* <p>Updates the status of the queue. If you set the status to one of the
|
|
31
|
+
* <code>STOP_LIMIT_USAGE*</code> values, there will be a delay before the status
|
|
32
|
+
* transitions to the <code>STOPPED</code> state. </p>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -65,7 +67,8 @@ declare const UpdateQueueLimitAssociationCommand_base: {
|
|
|
65
67
|
* <p>Your request exceeded a request rate quota.</p>
|
|
66
68
|
*
|
|
67
69
|
* @throws {@link ValidationException} (client fault)
|
|
68
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
70
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
71
|
+
* unsupported characters.</p>
|
|
69
72
|
*
|
|
70
73
|
* @throws {@link DeadlineServiceException}
|
|
71
74
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -58,7 +58,8 @@ declare const UpdateSessionCommand_base: {
|
|
|
58
58
|
* <p>You don't have permission to perform the action.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ConflictException} (client fault)
|
|
61
|
-
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
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>
|
|
62
63
|
*
|
|
63
64
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
64
65
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -70,7 +71,8 @@ declare const UpdateSessionCommand_base: {
|
|
|
70
71
|
* <p>Your request exceeded a request rate quota.</p>
|
|
71
72
|
*
|
|
72
73
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
74
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
75
|
+
* unsupported characters.</p>
|
|
74
76
|
*
|
|
75
77
|
* @throws {@link DeadlineServiceException}
|
|
76
78
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -58,7 +58,8 @@ declare const UpdateStepCommand_base: {
|
|
|
58
58
|
* <p>You don't have permission to perform the action.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ConflictException} (client fault)
|
|
61
|
-
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
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>
|
|
62
63
|
*
|
|
63
64
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
64
65
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -70,7 +71,8 @@ declare const UpdateStepCommand_base: {
|
|
|
70
71
|
* <p>Your request exceeded a request rate quota.</p>
|
|
71
72
|
*
|
|
72
73
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
74
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
75
|
+
* unsupported characters.</p>
|
|
74
76
|
*
|
|
75
77
|
* @throws {@link DeadlineServiceException}
|
|
76
78
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -80,7 +80,8 @@ declare const UpdateStorageProfileCommand_base: {
|
|
|
80
80
|
* <p>Your request exceeded a request rate quota.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link ValidationException} (client fault)
|
|
83
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
83
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
84
|
+
* unsupported characters.</p>
|
|
84
85
|
*
|
|
85
86
|
* @throws {@link DeadlineServiceException}
|
|
86
87
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -59,7 +59,8 @@ declare const UpdateTaskCommand_base: {
|
|
|
59
59
|
* <p>You don't have permission to perform the action.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ConflictException} (client fault)
|
|
62
|
-
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
62
|
+
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
63
|
+
* than one operation on the same resource at the same time.</p>
|
|
63
64
|
*
|
|
64
65
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
65
66
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -71,7 +72,8 @@ declare const UpdateTaskCommand_base: {
|
|
|
71
72
|
* <p>Your request exceeded a request rate quota.</p>
|
|
72
73
|
*
|
|
73
74
|
* @throws {@link ValidationException} (client fault)
|
|
74
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
75
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
76
|
+
* unsupported characters.</p>
|
|
75
77
|
*
|
|
76
78
|
* @throws {@link DeadlineServiceException}
|
|
77
79
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -98,7 +98,8 @@ declare const UpdateWorkerCommand_base: {
|
|
|
98
98
|
* <p>You don't have permission to perform the action.</p>
|
|
99
99
|
*
|
|
100
100
|
* @throws {@link ConflictException} (client fault)
|
|
101
|
-
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
101
|
+
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
102
|
+
* than one operation on the same resource at the same time.</p>
|
|
102
103
|
*
|
|
103
104
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
104
105
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -110,7 +111,8 @@ declare const UpdateWorkerCommand_base: {
|
|
|
110
111
|
* <p>Your request exceeded a request rate quota.</p>
|
|
111
112
|
*
|
|
112
113
|
* @throws {@link ValidationException} (client fault)
|
|
113
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
114
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
115
|
+
* unsupported characters.</p>
|
|
114
116
|
*
|
|
115
117
|
* @throws {@link DeadlineServiceException}
|
|
116
118
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -125,7 +125,8 @@ declare const UpdateWorkerScheduleCommand_base: {
|
|
|
125
125
|
* <p>You don't have permission to perform the action.</p>
|
|
126
126
|
*
|
|
127
127
|
* @throws {@link ConflictException} (client fault)
|
|
128
|
-
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
128
|
+
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
129
|
+
* than one operation on the same resource at the same time.</p>
|
|
129
130
|
*
|
|
130
131
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
131
132
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -137,7 +138,8 @@ declare const UpdateWorkerScheduleCommand_base: {
|
|
|
137
138
|
* <p>Your request exceeded a request rate quota.</p>
|
|
138
139
|
*
|
|
139
140
|
* @throws {@link ValidationException} (client fault)
|
|
140
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
141
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
142
|
+
* unsupported characters.</p>
|
|
141
143
|
*
|
|
142
144
|
* @throws {@link DeadlineServiceException}
|
|
143
145
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
|
|
2
|
+
* <p>The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your
|
|
3
|
+
* projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions
|
|
4
|
+
* specific to their job function.</p>
|
|
5
|
+
* <p>With Deadline Cloud, content production teams can deploy resources for their workforce
|
|
6
|
+
* securely in the cloud, reducing the costs of added physical infrastructure. Keep your
|
|
7
|
+
* content production operations secure, while allowing your contributors to access the tools
|
|
8
|
+
* they need, such as scalable high-speed storage, licenses, and cost management
|
|
9
|
+
* services.</p>
|
|
3
10
|
*
|
|
4
11
|
* @packageDocumentation
|
|
5
12
|
*/
|