@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,8 @@ 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
|
|
30
|
+
* <p>Creates a storage profile that specifies the operating system, file type, and file
|
|
31
|
+
* location of resources used on a farm.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -71,13 +72,15 @@ declare const CreateStorageProfileCommand_base: {
|
|
|
71
72
|
* <p>The requested resource can't be found.</p>
|
|
72
73
|
*
|
|
73
74
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
74
|
-
* <p>You exceeded your service quota. Service quotas, also referred to as limits, are the
|
|
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>
|
|
75
77
|
*
|
|
76
78
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
79
|
* <p>Your request exceeded a request rate quota.</p>
|
|
78
80
|
*
|
|
79
81
|
* @throws {@link ValidationException} (client fault)
|
|
80
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
82
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
83
|
+
* unsupported characters.</p>
|
|
81
84
|
*
|
|
82
85
|
* @throws {@link DeadlineServiceException}
|
|
83
86
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -27,7 +27,17 @@ 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
|
|
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>
|
|
31
41
|
* @example
|
|
32
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
43
|
* ```javascript
|
|
@@ -71,7 +81,8 @@ declare const CreateWorkerCommand_base: {
|
|
|
71
81
|
* <p>You don't have permission to perform the action.</p>
|
|
72
82
|
*
|
|
73
83
|
* @throws {@link ConflictException} (client fault)
|
|
74
|
-
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
84
|
+
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
85
|
+
* than one operation on the same resource at the same time.</p>
|
|
75
86
|
*
|
|
76
87
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
77
88
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -83,7 +94,8 @@ declare const CreateWorkerCommand_base: {
|
|
|
83
94
|
* <p>Your request exceeded a request rate quota.</p>
|
|
84
95
|
*
|
|
85
96
|
* @throws {@link ValidationException} (client fault)
|
|
86
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
97
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
98
|
+
* unsupported characters.</p>
|
|
87
99
|
*
|
|
88
100
|
* @throws {@link DeadlineServiceException}
|
|
89
101
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -63,7 +63,8 @@ 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
|
|
66
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
67
|
+
* unsupported characters.</p>
|
|
67
68
|
*
|
|
68
69
|
* @throws {@link DeadlineServiceException}
|
|
69
70
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -62,7 +62,8 @@ 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
|
|
65
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
66
|
+
* unsupported characters.</p>
|
|
66
67
|
*
|
|
67
68
|
* @throws {@link DeadlineServiceException}
|
|
68
69
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -55,7 +55,8 @@ 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
|
|
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>
|
|
59
60
|
*
|
|
60
61
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
62
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -67,7 +68,8 @@ declare const DeleteFleetCommand_base: {
|
|
|
67
68
|
* <p>Your request exceeded a request rate quota.</p>
|
|
68
69
|
*
|
|
69
70
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
71
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
72
|
+
* unsupported characters.</p>
|
|
71
73
|
*
|
|
72
74
|
* @throws {@link DeadlineServiceException}
|
|
73
75
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -53,7 +53,8 @@ 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
|
|
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>
|
|
57
58
|
*
|
|
58
59
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
59
60
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -65,7 +66,8 @@ declare const DeleteLicenseEndpointCommand_base: {
|
|
|
65
66
|
* <p>Your request exceeded a request rate quota.</p>
|
|
66
67
|
*
|
|
67
68
|
* @throws {@link ValidationException} (client fault)
|
|
68
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
69
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
70
|
+
* unsupported characters.</p>
|
|
69
71
|
*
|
|
70
72
|
* @throws {@link DeadlineServiceException}
|
|
71
73
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -27,7 +27,9 @@ 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
|
|
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>
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -60,7 +62,8 @@ declare const DeleteLimitCommand_base: {
|
|
|
60
62
|
* <p>Your request exceeded a request rate quota.</p>
|
|
61
63
|
*
|
|
62
64
|
* @throws {@link ValidationException} (client fault)
|
|
63
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
65
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
66
|
+
* unsupported characters.</p>
|
|
64
67
|
*
|
|
65
68
|
* @throws {@link DeadlineServiceException}
|
|
66
69
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -63,7 +63,8 @@ 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
|
|
66
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
67
|
+
* unsupported characters.</p>
|
|
67
68
|
*
|
|
68
69
|
* @throws {@link DeadlineServiceException}
|
|
69
70
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -27,7 +27,8 @@ 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
|
|
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>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -62,7 +63,8 @@ declare const DeleteMonitorCommand_base: {
|
|
|
62
63
|
* <p>Your request exceeded a request rate quota.</p>
|
|
63
64
|
*
|
|
64
65
|
* @throws {@link ValidationException} (client fault)
|
|
65
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
66
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
67
|
+
* unsupported characters.</p>
|
|
66
68
|
*
|
|
67
69
|
* @throws {@link DeadlineServiceException}
|
|
68
70
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -27,7 +27,11 @@ declare const DeleteQueueCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a queue.</p>
|
|
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>
|
|
31
35
|
* @example
|
|
32
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
37
|
* ```javascript
|
|
@@ -54,7 +58,8 @@ declare const DeleteQueueCommand_base: {
|
|
|
54
58
|
* <p>You don't have permission to perform the action.</p>
|
|
55
59
|
*
|
|
56
60
|
* @throws {@link ConflictException} (client fault)
|
|
57
|
-
* <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>
|
|
58
63
|
*
|
|
59
64
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
60
65
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -66,7 +71,8 @@ declare const DeleteQueueCommand_base: {
|
|
|
66
71
|
* <p>Your request exceeded a request rate quota.</p>
|
|
67
72
|
*
|
|
68
73
|
* @throws {@link ValidationException} (client fault)
|
|
69
|
-
* <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>
|
|
70
76
|
*
|
|
71
77
|
* @throws {@link DeadlineServiceException}
|
|
72
78
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -61,7 +61,8 @@ 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
|
|
64
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
65
|
+
* unsupported characters.</p>
|
|
65
66
|
*
|
|
66
67
|
* @throws {@link DeadlineServiceException}
|
|
67
68
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -55,7 +55,8 @@ 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
|
|
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>
|
|
59
60
|
*
|
|
60
61
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
62
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -67,7 +68,8 @@ declare const DeleteQueueFleetAssociationCommand_base: {
|
|
|
67
68
|
* <p>Your request exceeded a request rate quota.</p>
|
|
68
69
|
*
|
|
69
70
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
71
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
72
|
+
* unsupported characters.</p>
|
|
71
73
|
*
|
|
72
74
|
* @throws {@link DeadlineServiceException}
|
|
73
75
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -27,7 +27,12 @@ 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
|
|
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>
|
|
31
36
|
* @example
|
|
32
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
38
|
* ```javascript
|
|
@@ -55,7 +60,8 @@ declare const DeleteQueueLimitAssociationCommand_base: {
|
|
|
55
60
|
* <p>You don't have permission to perform the action.</p>
|
|
56
61
|
*
|
|
57
62
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
* <p>Your request has conflicting operations. This can occur if you're trying to perform more
|
|
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
65
|
*
|
|
60
66
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
67
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -67,7 +73,8 @@ declare const DeleteQueueLimitAssociationCommand_base: {
|
|
|
67
73
|
* <p>Your request exceeded a request rate quota.</p>
|
|
68
74
|
*
|
|
69
75
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
76
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
77
|
+
* unsupported characters.</p>
|
|
71
78
|
*
|
|
72
79
|
* @throws {@link DeadlineServiceException}
|
|
73
80
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -60,7 +60,8 @@ 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
|
|
63
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
64
|
+
* unsupported characters.</p>
|
|
64
65
|
*
|
|
65
66
|
* @throws {@link DeadlineServiceException}
|
|
66
67
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -55,7 +55,8 @@ 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
|
|
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>
|
|
59
60
|
*
|
|
60
61
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
62
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -67,7 +68,8 @@ declare const DeleteWorkerCommand_base: {
|
|
|
67
68
|
* <p>Your request exceeded a request rate quota.</p>
|
|
68
69
|
*
|
|
69
70
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
71
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
72
|
+
* unsupported characters.</p>
|
|
71
73
|
*
|
|
72
74
|
* @throws {@link DeadlineServiceException}
|
|
73
75
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -63,7 +63,8 @@ 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
|
|
66
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
67
|
+
* unsupported characters.</p>
|
|
67
68
|
*
|
|
68
69
|
* @throws {@link DeadlineServiceException}
|
|
69
70
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -55,7 +55,8 @@ 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
|
|
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>
|
|
59
60
|
*
|
|
60
61
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
62
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -67,7 +68,8 @@ declare const DisassociateMemberFromFleetCommand_base: {
|
|
|
67
68
|
* <p>Your request exceeded a request rate quota.</p>
|
|
68
69
|
*
|
|
69
70
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
71
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
72
|
+
* unsupported characters.</p>
|
|
71
73
|
*
|
|
72
74
|
* @throws {@link DeadlineServiceException}
|
|
73
75
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -65,7 +65,8 @@ 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
|
|
68
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
69
|
+
* unsupported characters.</p>
|
|
69
70
|
*
|
|
70
71
|
* @throws {@link DeadlineServiceException}
|
|
71
72
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -55,7 +55,8 @@ 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
|
|
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>
|
|
59
60
|
*
|
|
60
61
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
62
|
* <p>Deadline Cloud can't process your request right now. Try again later.</p>
|
|
@@ -67,7 +68,8 @@ declare const DisassociateMemberFromQueueCommand_base: {
|
|
|
67
68
|
* <p>Your request exceeded a request rate quota.</p>
|
|
68
69
|
*
|
|
69
70
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
71
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
72
|
+
* unsupported characters.</p>
|
|
71
73
|
*
|
|
72
74
|
* @throws {@link DeadlineServiceException}
|
|
73
75
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -93,7 +93,8 @@ 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
|
|
96
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
97
|
+
* unsupported characters.</p>
|
|
97
98
|
*
|
|
98
99
|
* @throws {@link DeadlineServiceException}
|
|
99
100
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -71,7 +71,8 @@ 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
|
|
74
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
75
|
+
* unsupported characters.</p>
|
|
75
76
|
*
|
|
76
77
|
* @throws {@link DeadlineServiceException}
|
|
77
78
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -45,7 +45,8 @@ declare const GetFleetCommand_base: {
|
|
|
45
45
|
* // farmId: "STRING_VALUE", // required
|
|
46
46
|
* // displayName: "STRING_VALUE", // required
|
|
47
47
|
* // description: "STRING_VALUE",
|
|
48
|
-
* // status: "ACTIVE" || "CREATE_IN_PROGRESS" || "UPDATE_IN_PROGRESS" || "CREATE_FAILED" || "UPDATE_FAILED", // required
|
|
48
|
+
* // status: "ACTIVE" || "CREATE_IN_PROGRESS" || "UPDATE_IN_PROGRESS" || "CREATE_FAILED" || "UPDATE_FAILED" || "SUSPENDED", // required
|
|
49
|
+
* // statusMessage: "STRING_VALUE",
|
|
49
50
|
* // autoScalingStatus: "GROWING" || "STEADY" || "SHRINKING",
|
|
50
51
|
* // targetWorkerCount: Number("int"),
|
|
51
52
|
* // workerCount: Number("int"), // required
|
|
@@ -147,7 +148,7 @@ declare const GetFleetCommand_base: {
|
|
|
147
148
|
* // ],
|
|
148
149
|
* // },
|
|
149
150
|
* // instanceMarketOptions: { // ServiceManagedEc2InstanceMarketOptions
|
|
150
|
-
* // type: "on-demand" || "spot", // required
|
|
151
|
+
* // type: "on-demand" || "spot" || "wait-and-save", // required
|
|
151
152
|
* // },
|
|
152
153
|
* // vpcConfiguration: { // VpcConfiguration
|
|
153
154
|
* // resourceConfigurationArns: [ // VpcResourceConfigurationArns
|
|
@@ -206,7 +207,8 @@ declare const GetFleetCommand_base: {
|
|
|
206
207
|
* <p>Your request exceeded a request rate quota.</p>
|
|
207
208
|
*
|
|
208
209
|
* @throws {@link ValidationException} (client fault)
|
|
209
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
210
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
211
|
+
* unsupported characters.</p>
|
|
210
212
|
*
|
|
211
213
|
* @throws {@link DeadlineServiceException}
|
|
212
214
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -111,7 +111,8 @@ declare const GetJobCommand_base: {
|
|
|
111
111
|
* <p>Your request exceeded a request rate quota.</p>
|
|
112
112
|
*
|
|
113
113
|
* @throws {@link ValidationException} (client fault)
|
|
114
|
-
* <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>
|
|
115
116
|
*
|
|
116
117
|
* @throws {@link DeadlineServiceException}
|
|
117
118
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -74,7 +74,8 @@ declare const GetLicenseEndpointCommand_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
|
|
77
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
78
|
+
* unsupported characters.</p>
|
|
78
79
|
*
|
|
79
80
|
* @throws {@link DeadlineServiceException}
|
|
80
81
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -75,7 +75,8 @@ declare const GetLimitCommand_base: {
|
|
|
75
75
|
* <p>Your request exceeded a request rate quota.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ValidationException} (client fault)
|
|
78
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
78
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
79
|
+
* unsupported characters.</p>
|
|
79
80
|
*
|
|
80
81
|
* @throws {@link DeadlineServiceException}
|
|
81
82
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -74,7 +74,8 @@ declare const GetMonitorCommand_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
|
|
77
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
78
|
+
* unsupported characters.</p>
|
|
78
79
|
*
|
|
79
80
|
* @throws {@link DeadlineServiceException}
|
|
80
81
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -97,7 +97,8 @@ declare const GetQueueCommand_base: {
|
|
|
97
97
|
* <p>Your request exceeded a request rate quota.</p>
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link ValidationException} (client fault)
|
|
100
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
100
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
101
|
+
* unsupported characters.</p>
|
|
101
102
|
*
|
|
102
103
|
* @throws {@link DeadlineServiceException}
|
|
103
104
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -74,7 +74,8 @@ declare const GetQueueEnvironmentCommand_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
|
|
77
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
78
|
+
* unsupported characters.</p>
|
|
78
79
|
*
|
|
79
80
|
* @throws {@link DeadlineServiceException}
|
|
80
81
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -72,7 +72,8 @@ declare const GetQueueFleetAssociationCommand_base: {
|
|
|
72
72
|
* <p>Your request exceeded a request rate quota.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link ValidationException} (client fault)
|
|
75
|
-
* <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>
|
|
76
77
|
*
|
|
77
78
|
* @throws {@link DeadlineServiceException}
|
|
78
79
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -72,7 +72,8 @@ declare const GetQueueLimitAssociationCommand_base: {
|
|
|
72
72
|
* <p>Your request exceeded a request rate quota.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link ValidationException} (client fault)
|
|
75
|
-
* <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>
|
|
76
77
|
*
|
|
77
78
|
* @throws {@link DeadlineServiceException}
|
|
78
79
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -111,7 +111,8 @@ declare const GetSessionActionCommand_base: {
|
|
|
111
111
|
* <p>Your request exceeded a request rate quota.</p>
|
|
112
112
|
*
|
|
113
113
|
* @throws {@link ValidationException} (client fault)
|
|
114
|
-
* <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>
|
|
115
116
|
*
|
|
116
117
|
* @throws {@link DeadlineServiceException}
|
|
117
118
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -108,7 +108,8 @@ declare const GetSessionCommand_base: {
|
|
|
108
108
|
* <p>Your request exceeded a request rate quota.</p>
|
|
109
109
|
*
|
|
110
110
|
* @throws {@link ValidationException} (client fault)
|
|
111
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
111
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
112
|
+
* unsupported characters.</p>
|
|
112
113
|
*
|
|
113
114
|
* @throws {@link DeadlineServiceException}
|
|
114
115
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -27,7 +27,10 @@ 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
|
|
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>
|
|
31
34
|
* @example
|
|
32
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
36
|
* ```javascript
|
|
@@ -96,7 +99,8 @@ declare const GetSessionsStatisticsAggregationCommand_base: {
|
|
|
96
99
|
* <p>Your request exceeded a request rate quota.</p>
|
|
97
100
|
*
|
|
98
101
|
* @throws {@link ValidationException} (client fault)
|
|
99
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
102
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
103
|
+
* unsupported characters.</p>
|
|
100
104
|
*
|
|
101
105
|
* @throws {@link DeadlineServiceException}
|
|
102
106
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -119,7 +119,8 @@ declare const GetStepCommand_base: {
|
|
|
119
119
|
* <p>Your request exceeded a request rate quota.</p>
|
|
120
120
|
*
|
|
121
121
|
* @throws {@link ValidationException} (client fault)
|
|
122
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
122
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
123
|
+
* unsupported characters.</p>
|
|
123
124
|
*
|
|
124
125
|
* @throws {@link DeadlineServiceException}
|
|
125
126
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -78,7 +78,8 @@ declare const GetStorageProfileCommand_base: {
|
|
|
78
78
|
* <p>Your request exceeded a request rate quota.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ValidationException} (client fault)
|
|
81
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
81
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
82
|
+
* unsupported characters.</p>
|
|
82
83
|
*
|
|
83
84
|
* @throws {@link DeadlineServiceException}
|
|
84
85
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -75,7 +75,8 @@ declare const GetStorageProfileForQueueCommand_base: {
|
|
|
75
75
|
* <p>Your request exceeded a request rate quota.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ValidationException} (client fault)
|
|
78
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
78
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
79
|
+
* unsupported characters.</p>
|
|
79
80
|
*
|
|
80
81
|
* @throws {@link DeadlineServiceException}
|
|
81
82
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|
|
@@ -87,7 +87,8 @@ declare const GetTaskCommand_base: {
|
|
|
87
87
|
* <p>Your request exceeded a request rate quota.</p>
|
|
88
88
|
*
|
|
89
89
|
* @throws {@link ValidationException} (client fault)
|
|
90
|
-
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
90
|
+
* <p>The request isn't valid. This can occur if your request contains malformed JSON or
|
|
91
|
+
* unsupported characters.</p>
|
|
91
92
|
*
|
|
92
93
|
* @throws {@link DeadlineServiceException}
|
|
93
94
|
* <p>Base exception class for all service exceptions from Deadline service.</p>
|