@aws-sdk/client-deadline 3.731.1 → 3.737.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 +80 -0
- package/dist-cjs/Deadline.js +20 -0
- package/dist-cjs/commands/CreateLimitCommand.js +27 -0
- package/dist-cjs/commands/CreateQueueLimitAssociationCommand.js +26 -0
- package/dist-cjs/commands/DeleteLimitCommand.js +26 -0
- package/dist-cjs/commands/DeleteQueueLimitAssociationCommand.js +26 -0
- package/dist-cjs/commands/GetLimitCommand.js +27 -0
- package/dist-cjs/commands/GetQueueLimitAssociationCommand.js +26 -0
- package/dist-cjs/commands/ListLimitsCommand.js +26 -0
- package/dist-cjs/commands/ListQueueLimitAssociationsCommand.js +26 -0
- package/dist-cjs/commands/UpdateLimitCommand.js +27 -0
- package/dist-cjs/commands/UpdateQueueLimitAssociationCommand.js +26 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +12 -5
- package/dist-cjs/models/models_1.js +20 -1
- package/dist-cjs/pagination/ListLimitsPaginator.js +7 -0
- package/dist-cjs/pagination/ListQueueLimitAssociationsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +428 -6
- package/dist-cjs/waiters/index.js +1 -0
- package/dist-cjs/waiters/waitForQueueLimitAssociationStopped.js +36 -0
- package/dist-es/Deadline.js +20 -0
- package/dist-es/commands/CreateLimitCommand.js +23 -0
- package/dist-es/commands/CreateQueueLimitAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteLimitCommand.js +22 -0
- package/dist-es/commands/DeleteQueueLimitAssociationCommand.js +22 -0
- package/dist-es/commands/GetLimitCommand.js +23 -0
- package/dist-es/commands/GetQueueLimitAssociationCommand.js +22 -0
- package/dist-es/commands/ListLimitsCommand.js +22 -0
- package/dist-es/commands/ListQueueLimitAssociationsCommand.js +22 -0
- package/dist-es/commands/UpdateLimitCommand.js +23 -0
- package/dist-es/commands/UpdateQueueLimitAssociationCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +8 -3
- package/dist-es/models/models_1.js +18 -0
- package/dist-es/pagination/ListLimitsPaginator.js +4 -0
- package/dist-es/pagination/ListQueueLimitAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +403 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForQueueLimitAssociationStopped.js +31 -0
- package/dist-types/Deadline.d.ts +70 -0
- package/dist-types/DeadlineClient.d.ts +12 -2
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateLimitCommand.d.ts +100 -0
- package/dist-types/commands/CreateQueueLimitAssociationCommand.d.ts +90 -0
- package/dist-types/commands/DeleteLimitCommand.d.ts +85 -0
- package/dist-types/commands/DeleteQueueLimitAssociationCommand.d.ts +96 -0
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetLimitCommand.d.ts +98 -0
- package/dist-types/commands/GetQueueLimitAssociationCommand.d.ts +95 -0
- package/dist-types/commands/GetSessionActionCommand.d.ts +6 -0
- package/dist-types/commands/GetWorkerCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListLimitsCommand.d.ts +103 -0
- package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueueLimitAssociationsCommand.d.ts +98 -0
- package/dist-types/commands/ListQueueMembersCommand.d.ts +1 -2
- package/dist-types/commands/SearchJobsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +5 -4
- package/dist-types/commands/UpdateLimitCommand.d.ts +89 -0
- package/dist-types/commands/UpdateQueueLimitAssociationCommand.d.ts +90 -0
- package/dist-types/commands/UpdateSessionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateStepCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +497 -391
- package/dist-types/models/models_1.d.ts +622 -1
- package/dist-types/pagination/ListLimitsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQueueLimitAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/Deadline.d.ts +170 -0
- package/dist-types/ts3.4/DeadlineClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateLimitCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateQueueLimitAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLimitCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteQueueLimitAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLimitCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetQueueLimitAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListLimitsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueueLimitAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateLimitCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateQueueLimitAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +82 -76
- package/dist-types/ts3.4/models/models_1.d.ts +146 -1
- package/dist-types/ts3.4/pagination/ListLimitsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQueueLimitAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForQueueLimitAssociationStopped.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForQueueLimitAssociationStopped.d.ts +14 -0
- package/package.json +34 -34
|
@@ -2,18 +2,18 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
3
3
|
import { DeadlineServiceException as __BaseException } from "./DeadlineServiceException";
|
|
4
4
|
/**
|
|
5
|
-
* <p>
|
|
5
|
+
* <p>Defines the maximum and minimum number of GPU accelerators required for a worker
|
|
6
|
+
* instance..</p>
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
8
9
|
export interface AcceleratorCountRange {
|
|
9
10
|
/**
|
|
10
|
-
* <p>The minimum number of
|
|
11
|
-
* still have 1 GPU.</p>
|
|
11
|
+
* <p>The minimum number of GPU accelerators in the worker host.</p>
|
|
12
12
|
* @public
|
|
13
13
|
*/
|
|
14
14
|
min: number | undefined;
|
|
15
15
|
/**
|
|
16
|
-
* <p>The maximum number of
|
|
16
|
+
* <p>The maximum number of GPU accelerators in the worker host.</p>
|
|
17
17
|
* @public
|
|
18
18
|
*/
|
|
19
19
|
max?: number | undefined;
|
|
@@ -33,42 +33,88 @@ export declare const AcceleratorName: {
|
|
|
33
33
|
*/
|
|
34
34
|
export type AcceleratorName = (typeof AcceleratorName)[keyof typeof AcceleratorName];
|
|
35
35
|
/**
|
|
36
|
-
* <p>
|
|
36
|
+
* <p>Describes a specific GPU accelerator required for an Amazon Elastic Compute Cloud worker host.</p>
|
|
37
37
|
* @public
|
|
38
38
|
*/
|
|
39
39
|
export interface AcceleratorSelection {
|
|
40
40
|
/**
|
|
41
|
-
* <p>The name of the GPU accelerator.</p>
|
|
41
|
+
* <p>The name of the chip used by the GPU accelerator.</p>
|
|
42
|
+
* <p>If you specify <code>l4</code> as the name of the accelerator, you must specify
|
|
43
|
+
* <code>latest</code> or <code>grid:r550</code> as the runtime.</p>
|
|
44
|
+
* <p>The available GPU accelerators are:</p>
|
|
45
|
+
* <ul>
|
|
46
|
+
* <li>
|
|
47
|
+
* <p>
|
|
48
|
+
* <code>t4</code> - NVIDIA T4 Tensor Core GPU</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* <li>
|
|
51
|
+
* <p>
|
|
52
|
+
* <code>a10g</code> - NVIDIA A10G Tensor Core GPU</p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>
|
|
56
|
+
* <code>l4</code> - NVIDIA L4 Tensor Core GPU</p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>
|
|
60
|
+
* <code>l40s</code> - NVIDIA L40S Tensor Core GPU</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* </ul>
|
|
42
63
|
* @public
|
|
43
64
|
*/
|
|
44
65
|
name: AcceleratorName | undefined;
|
|
45
66
|
/**
|
|
46
|
-
* <p>
|
|
67
|
+
* <p>Specifies the runtime driver to use for the GPU accelerator. You must use the same
|
|
68
|
+
* runtime for all GPUs. </p>
|
|
69
|
+
* <p>You can choose from the following runtimes:</p>
|
|
70
|
+
* <ul>
|
|
71
|
+
* <li>
|
|
72
|
+
* <p>
|
|
73
|
+
* <code>latest</code> - Use the latest runtime available for the chip. If you
|
|
74
|
+
* specify <code>latest</code> and a new version of the runtime is released, the new
|
|
75
|
+
* version of the runtime is used.</p>
|
|
76
|
+
* </li>
|
|
77
|
+
* <li>
|
|
78
|
+
* <p>
|
|
79
|
+
* <code>grid:r550</code> - <a href="https://docs.nvidia.com/vgpu/17.0/index.html">NVIDIA vGPU software 17</a>
|
|
80
|
+
* </p>
|
|
81
|
+
* </li>
|
|
82
|
+
* <li>
|
|
83
|
+
* <p>
|
|
84
|
+
* <code>grid:r535</code> - <a href="https://docs.nvidia.com/vgpu/16.0/index.html">NVIDIA vGPU software 16</a>
|
|
85
|
+
* </p>
|
|
86
|
+
* </li>
|
|
87
|
+
* </ul>
|
|
88
|
+
* <p>If you don't specify a runtime, Deadline Cloud uses <code>latest</code> as the default. However,
|
|
89
|
+
* if you have multiple accelerators and specify <code>latest</code> for some and leave others
|
|
90
|
+
* blank, Deadline Cloud raises an exception.</p>
|
|
47
91
|
* @public
|
|
48
92
|
*/
|
|
49
93
|
runtime?: string | undefined;
|
|
50
94
|
}
|
|
51
95
|
/**
|
|
52
|
-
* <p>Provides information about the GPU accelerators
|
|
53
|
-
* fleet
|
|
54
|
-
* instances will have at least one accelerator. </p>
|
|
96
|
+
* <p>Provides information about the GPU accelerators used for jobs processed by a
|
|
97
|
+
* fleet.</p>
|
|
55
98
|
* @public
|
|
56
99
|
*/
|
|
57
100
|
export interface AcceleratorCapabilities {
|
|
58
101
|
/**
|
|
59
|
-
* <p>A list of
|
|
60
|
-
*
|
|
102
|
+
* <p>A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances
|
|
103
|
+
* that provide these capabilities will be used. For example, if you specify both L4 and T4
|
|
104
|
+
* chips, Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip
|
|
105
|
+
* installed.</p>
|
|
61
106
|
* @public
|
|
62
107
|
*/
|
|
63
108
|
selections: AcceleratorSelection[] | undefined;
|
|
64
109
|
/**
|
|
65
|
-
* <p>The number of
|
|
110
|
+
* <p>The number of GPU accelerators specified for worker hosts in this fleet. </p>
|
|
66
111
|
* @public
|
|
67
112
|
*/
|
|
68
113
|
count?: AcceleratorCountRange | undefined;
|
|
69
114
|
}
|
|
70
115
|
/**
|
|
71
|
-
* <p>
|
|
116
|
+
* <p>Defines the maximum and minimum amount of memory, in MiB, to use for the
|
|
117
|
+
* accelerator.</p>
|
|
72
118
|
* @public
|
|
73
119
|
*/
|
|
74
120
|
export interface AcceleratorTotalMemoryMiBRange {
|
|
@@ -114,6 +160,22 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
114
160
|
*/
|
|
115
161
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
116
162
|
}
|
|
163
|
+
/**
|
|
164
|
+
* <p>Provides information about the number of resources used.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
export interface AcquiredLimit {
|
|
168
|
+
/**
|
|
169
|
+
* <p>The unique identifier of the limit.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
limitId: string | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The number of limit resources used.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
count: number | undefined;
|
|
178
|
+
}
|
|
117
179
|
/**
|
|
118
180
|
* <p>The assigned starting environment for a worker during session.</p>
|
|
119
181
|
* @public
|
|
@@ -1028,7 +1090,7 @@ export interface ManifestProperties {
|
|
|
1028
1090
|
*/
|
|
1029
1091
|
inputManifestPath?: string | undefined;
|
|
1030
1092
|
/**
|
|
1031
|
-
* <p>The
|
|
1093
|
+
* <p>The hash value of the file.</p>
|
|
1032
1094
|
* @public
|
|
1033
1095
|
*/
|
|
1034
1096
|
inputManifestHash?: string | undefined;
|
|
@@ -2722,9 +2784,8 @@ export interface ServiceManagedEc2InstanceCapabilities {
|
|
|
2722
2784
|
*/
|
|
2723
2785
|
rootEbsVolume?: Ec2EbsVolume | undefined;
|
|
2724
2786
|
/**
|
|
2725
|
-
* <p>
|
|
2726
|
-
*
|
|
2727
|
-
* instances will have at least one accelerator. </p>
|
|
2787
|
+
* <p>Describes the GPU accelerator capabilities required for worker host instances in this
|
|
2788
|
+
* fleet.</p>
|
|
2728
2789
|
* @public
|
|
2729
2790
|
*/
|
|
2730
2791
|
acceleratorCapabilities?: AcceleratorCapabilities | undefined;
|
|
@@ -2976,6 +3037,17 @@ export interface CreateJobRequest {
|
|
|
2976
3037
|
* @public
|
|
2977
3038
|
*/
|
|
2978
3039
|
maxRetriesPerTask?: number | undefined;
|
|
3040
|
+
/**
|
|
3041
|
+
* <p>The maximum number of worker hosts that can concurrently process a job. When the
|
|
3042
|
+
* <code>maxWorkerCount</code> is reached, no more workers will be assigned to process the
|
|
3043
|
+
* job, even if the fleets assigned to the job's queue has available workers.</p>
|
|
3044
|
+
* <p>You can't set the <code>maxWorkerCount</code> to 0. If you set it to -1, there is no
|
|
3045
|
+
* maximum number of workers.</p>
|
|
3046
|
+
* <p>If you don't specify the <code>maxWorkerCount</code>, Deadline Cloud won't throttle
|
|
3047
|
+
* the number of workers used to process the job.</p>
|
|
3048
|
+
* @public
|
|
3049
|
+
*/
|
|
3050
|
+
maxWorkerCount?: number | undefined;
|
|
2979
3051
|
/**
|
|
2980
3052
|
* <p>The job ID for the source job.</p>
|
|
2981
3053
|
* @public
|
|
@@ -3032,6 +3104,65 @@ export interface CreateLicenseEndpointResponse {
|
|
|
3032
3104
|
*/
|
|
3033
3105
|
licenseEndpointId: string | undefined;
|
|
3034
3106
|
}
|
|
3107
|
+
/**
|
|
3108
|
+
* @public
|
|
3109
|
+
*/
|
|
3110
|
+
export interface CreateLimitRequest {
|
|
3111
|
+
/**
|
|
3112
|
+
* <p>The unique token which the server uses to recognize retries of the same request.</p>
|
|
3113
|
+
* @public
|
|
3114
|
+
*/
|
|
3115
|
+
clientToken?: string | undefined;
|
|
3116
|
+
/**
|
|
3117
|
+
* <p>The display name of the limit.</p>
|
|
3118
|
+
* <important>
|
|
3119
|
+
* <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p>
|
|
3120
|
+
* </important>
|
|
3121
|
+
* @public
|
|
3122
|
+
*/
|
|
3123
|
+
displayName: string | undefined;
|
|
3124
|
+
/**
|
|
3125
|
+
* <p>The value that you specify as the <code>name</code> in the <code>amounts</code> field of
|
|
3126
|
+
* the <code>hostRequirements</code> in a step of a job template to declare the limit
|
|
3127
|
+
* requirement.</p>
|
|
3128
|
+
* @public
|
|
3129
|
+
*/
|
|
3130
|
+
amountRequirementName: string | undefined;
|
|
3131
|
+
/**
|
|
3132
|
+
* <p>The maximum number of resources constrained by this limit. When all of the resources are
|
|
3133
|
+
* in use, steps that require the limit won't be scheduled until the resource is
|
|
3134
|
+
* available.</p>
|
|
3135
|
+
* <p>The <code>maxCount</code> must not be 0. If the value is -1, there is no restriction on
|
|
3136
|
+
* the number of resources that can be acquired for this limit.</p>
|
|
3137
|
+
* @public
|
|
3138
|
+
*/
|
|
3139
|
+
maxCount: number | undefined;
|
|
3140
|
+
/**
|
|
3141
|
+
* <p>The farm ID of the farm that contains the limit.</p>
|
|
3142
|
+
* @public
|
|
3143
|
+
*/
|
|
3144
|
+
farmId: string | undefined;
|
|
3145
|
+
/**
|
|
3146
|
+
* <p>A description of the limit. A description helps you identify the purpose of the
|
|
3147
|
+
* limit.</p>
|
|
3148
|
+
* <important>
|
|
3149
|
+
* <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p>
|
|
3150
|
+
* </important>
|
|
3151
|
+
* @public
|
|
3152
|
+
*/
|
|
3153
|
+
description?: string | undefined;
|
|
3154
|
+
}
|
|
3155
|
+
/**
|
|
3156
|
+
* @public
|
|
3157
|
+
*/
|
|
3158
|
+
export interface CreateLimitResponse {
|
|
3159
|
+
/**
|
|
3160
|
+
* <p>A unique identifier for the limit. Use this identifier in other operations, such as
|
|
3161
|
+
* <code>CreateQueueLimitAssociation</code> and <code>DeleteLimit</code>.</p>
|
|
3162
|
+
* @public
|
|
3163
|
+
*/
|
|
3164
|
+
limitId: string | undefined;
|
|
3165
|
+
}
|
|
3035
3166
|
/**
|
|
3036
3167
|
* @public
|
|
3037
3168
|
*/
|
|
@@ -3257,6 +3388,31 @@ export interface CreateQueueFleetAssociationRequest {
|
|
|
3257
3388
|
*/
|
|
3258
3389
|
export interface CreateQueueFleetAssociationResponse {
|
|
3259
3390
|
}
|
|
3391
|
+
/**
|
|
3392
|
+
* @public
|
|
3393
|
+
*/
|
|
3394
|
+
export interface CreateQueueLimitAssociationRequest {
|
|
3395
|
+
/**
|
|
3396
|
+
* <p>The unique identifier of the farm that contains the queue and limit to associate.</p>
|
|
3397
|
+
* @public
|
|
3398
|
+
*/
|
|
3399
|
+
farmId: string | undefined;
|
|
3400
|
+
/**
|
|
3401
|
+
* <p>The unique identifier of the queue to associate with the limit.</p>
|
|
3402
|
+
* @public
|
|
3403
|
+
*/
|
|
3404
|
+
queueId: string | undefined;
|
|
3405
|
+
/**
|
|
3406
|
+
* <p>The unique identifier of the limit to associate with the queue.</p>
|
|
3407
|
+
* @public
|
|
3408
|
+
*/
|
|
3409
|
+
limitId: string | undefined;
|
|
3410
|
+
}
|
|
3411
|
+
/**
|
|
3412
|
+
* @public
|
|
3413
|
+
*/
|
|
3414
|
+
export interface CreateQueueLimitAssociationResponse {
|
|
3415
|
+
}
|
|
3260
3416
|
/**
|
|
3261
3417
|
* @public
|
|
3262
3418
|
* @enum
|
|
@@ -3459,6 +3615,32 @@ export interface DeleteQueueFleetAssociationRequest {
|
|
|
3459
3615
|
*/
|
|
3460
3616
|
export interface DeleteQueueFleetAssociationResponse {
|
|
3461
3617
|
}
|
|
3618
|
+
/**
|
|
3619
|
+
* @public
|
|
3620
|
+
*/
|
|
3621
|
+
export interface DeleteQueueLimitAssociationRequest {
|
|
3622
|
+
/**
|
|
3623
|
+
* <p>The unique identifier of the farm that contains the queue and limit to
|
|
3624
|
+
* disassociate.</p>
|
|
3625
|
+
* @public
|
|
3626
|
+
*/
|
|
3627
|
+
farmId: string | undefined;
|
|
3628
|
+
/**
|
|
3629
|
+
* <p>The unique identifier of the queue to disassociate.</p>
|
|
3630
|
+
* @public
|
|
3631
|
+
*/
|
|
3632
|
+
queueId: string | undefined;
|
|
3633
|
+
/**
|
|
3634
|
+
* <p>The unique identifier of the limit to disassociate.</p>
|
|
3635
|
+
* @public
|
|
3636
|
+
*/
|
|
3637
|
+
limitId: string | undefined;
|
|
3638
|
+
}
|
|
3639
|
+
/**
|
|
3640
|
+
* @public
|
|
3641
|
+
*/
|
|
3642
|
+
export interface DeleteQueueLimitAssociationResponse {
|
|
3643
|
+
}
|
|
3462
3644
|
/**
|
|
3463
3645
|
* @public
|
|
3464
3646
|
*/
|
|
@@ -3474,6 +3656,26 @@ export interface DeleteFarmRequest {
|
|
|
3474
3656
|
*/
|
|
3475
3657
|
export interface DeleteFarmResponse {
|
|
3476
3658
|
}
|
|
3659
|
+
/**
|
|
3660
|
+
* @public
|
|
3661
|
+
*/
|
|
3662
|
+
export interface DeleteLimitRequest {
|
|
3663
|
+
/**
|
|
3664
|
+
* <p>The unique identifier of the farm that contains the limit to delete.</p>
|
|
3665
|
+
* @public
|
|
3666
|
+
*/
|
|
3667
|
+
farmId: string | undefined;
|
|
3668
|
+
/**
|
|
3669
|
+
* <p>The unique identifier of the limit to delete.</p>
|
|
3670
|
+
* @public
|
|
3671
|
+
*/
|
|
3672
|
+
limitId: string | undefined;
|
|
3673
|
+
}
|
|
3674
|
+
/**
|
|
3675
|
+
* @public
|
|
3676
|
+
*/
|
|
3677
|
+
export interface DeleteLimitResponse {
|
|
3678
|
+
}
|
|
3477
3679
|
/**
|
|
3478
3680
|
* @public
|
|
3479
3681
|
*/
|
|
@@ -4070,11 +4272,6 @@ export type WorkerStatus = (typeof WorkerStatus)[keyof typeof WorkerStatus];
|
|
|
4070
4272
|
* @public
|
|
4071
4273
|
*/
|
|
4072
4274
|
export interface GetWorkerResponse {
|
|
4073
|
-
/**
|
|
4074
|
-
* <p>The worker ID.</p>
|
|
4075
|
-
* @public
|
|
4076
|
-
*/
|
|
4077
|
-
workerId: string | undefined;
|
|
4078
4275
|
/**
|
|
4079
4276
|
* <p>The farm ID.</p>
|
|
4080
4277
|
* @public
|
|
@@ -4085,6 +4282,11 @@ export interface GetWorkerResponse {
|
|
|
4085
4282
|
* @public
|
|
4086
4283
|
*/
|
|
4087
4284
|
fleetId: string | undefined;
|
|
4285
|
+
/**
|
|
4286
|
+
* <p>The worker ID.</p>
|
|
4287
|
+
* @public
|
|
4288
|
+
*/
|
|
4289
|
+
workerId: string | undefined;
|
|
4088
4290
|
/**
|
|
4089
4291
|
* <p>The host properties for the worker.</p>
|
|
4090
4292
|
* @public
|
|
@@ -4599,6 +4801,94 @@ export interface GetFarmResponse {
|
|
|
4599
4801
|
*/
|
|
4600
4802
|
updatedBy?: string | undefined;
|
|
4601
4803
|
}
|
|
4804
|
+
/**
|
|
4805
|
+
* @public
|
|
4806
|
+
*/
|
|
4807
|
+
export interface GetLimitRequest {
|
|
4808
|
+
/**
|
|
4809
|
+
* <p>The unique identifier of the farm that contains the limit.</p>
|
|
4810
|
+
* @public
|
|
4811
|
+
*/
|
|
4812
|
+
farmId: string | undefined;
|
|
4813
|
+
/**
|
|
4814
|
+
* <p>The unique identifier of the limit to return.</p>
|
|
4815
|
+
* @public
|
|
4816
|
+
*/
|
|
4817
|
+
limitId: string | undefined;
|
|
4818
|
+
}
|
|
4819
|
+
/**
|
|
4820
|
+
* @public
|
|
4821
|
+
*/
|
|
4822
|
+
export interface GetLimitResponse {
|
|
4823
|
+
/**
|
|
4824
|
+
* <p>The display name of the limit.</p>
|
|
4825
|
+
* <important>
|
|
4826
|
+
* <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p>
|
|
4827
|
+
* </important>
|
|
4828
|
+
* @public
|
|
4829
|
+
*/
|
|
4830
|
+
displayName: string | undefined;
|
|
4831
|
+
/**
|
|
4832
|
+
* <p>The value that you specify as the <code>name</code> in the <code>amounts</code> field of
|
|
4833
|
+
* the <code>hostRequirements</code> in a step of a job template to declare the limit
|
|
4834
|
+
* requirement.</p>
|
|
4835
|
+
* @public
|
|
4836
|
+
*/
|
|
4837
|
+
amountRequirementName: string | undefined;
|
|
4838
|
+
/**
|
|
4839
|
+
* <p>The maximum number of resources constrained by this limit. When all of the resources are
|
|
4840
|
+
* in use, steps that require the limit won't be scheduled until the resource is
|
|
4841
|
+
* available.</p>
|
|
4842
|
+
* <p>The <code>maxValue</code> must not be 0. If the value is -1, there is no restriction on
|
|
4843
|
+
* the number of resources that can be acquired for this limit.</p>
|
|
4844
|
+
* @public
|
|
4845
|
+
*/
|
|
4846
|
+
maxCount: number | undefined;
|
|
4847
|
+
/**
|
|
4848
|
+
* <p>The Unix timestamp of the date and time that the limit was created.</p>
|
|
4849
|
+
* @public
|
|
4850
|
+
*/
|
|
4851
|
+
createdAt: Date | undefined;
|
|
4852
|
+
/**
|
|
4853
|
+
* <p>The user identifier of the person that created the limit.</p>
|
|
4854
|
+
* @public
|
|
4855
|
+
*/
|
|
4856
|
+
createdBy: string | undefined;
|
|
4857
|
+
/**
|
|
4858
|
+
* <p>The Unix timestamp of the date and time that the limit was last updated.</p>
|
|
4859
|
+
* @public
|
|
4860
|
+
*/
|
|
4861
|
+
updatedAt?: Date | undefined;
|
|
4862
|
+
/**
|
|
4863
|
+
* <p>The user identifier of the person that last updated the limit.</p>
|
|
4864
|
+
* @public
|
|
4865
|
+
*/
|
|
4866
|
+
updatedBy?: string | undefined;
|
|
4867
|
+
/**
|
|
4868
|
+
* <p>The unique identifier of the farm that contains the limit.</p>
|
|
4869
|
+
* @public
|
|
4870
|
+
*/
|
|
4871
|
+
farmId: string | undefined;
|
|
4872
|
+
/**
|
|
4873
|
+
* <p>The unique identifier of the limit.</p>
|
|
4874
|
+
* @public
|
|
4875
|
+
*/
|
|
4876
|
+
limitId: string | undefined;
|
|
4877
|
+
/**
|
|
4878
|
+
* <p>The number of resources from the limit that are being used by jobs. The result is
|
|
4879
|
+
* delayed and may not be the count at the time that you called the operation.</p>
|
|
4880
|
+
* @public
|
|
4881
|
+
*/
|
|
4882
|
+
currentCount: number | undefined;
|
|
4883
|
+
/**
|
|
4884
|
+
* <p>The description of the limit that helps identify what the limit is used for.</p>
|
|
4885
|
+
* <important>
|
|
4886
|
+
* <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p>
|
|
4887
|
+
* </important>
|
|
4888
|
+
* @public
|
|
4889
|
+
*/
|
|
4890
|
+
description?: string | undefined;
|
|
4891
|
+
}
|
|
4602
4892
|
/**
|
|
4603
4893
|
* @public
|
|
4604
4894
|
*/
|
|
@@ -4810,9 +5100,9 @@ export interface ListFarmsResponse {
|
|
|
4810
5100
|
/**
|
|
4811
5101
|
* @public
|
|
4812
5102
|
*/
|
|
4813
|
-
export interface
|
|
5103
|
+
export interface ListLimitsRequest {
|
|
4814
5104
|
/**
|
|
4815
|
-
* <p>The
|
|
5105
|
+
* <p>The unique identifier of the farm that contains the limits.</p>
|
|
4816
5106
|
* @public
|
|
4817
5107
|
*/
|
|
4818
5108
|
farmId: string | undefined;
|
|
@@ -4822,23 +5112,18 @@ export interface ListStorageProfilesRequest {
|
|
|
4822
5112
|
*/
|
|
4823
5113
|
nextToken?: string | undefined;
|
|
4824
5114
|
/**
|
|
4825
|
-
* <p>The maximum number of
|
|
5115
|
+
* <p>The maximum number of limits to return in each page of results.</p>
|
|
4826
5116
|
* @public
|
|
4827
5117
|
*/
|
|
4828
5118
|
maxResults?: number | undefined;
|
|
4829
5119
|
}
|
|
4830
5120
|
/**
|
|
4831
|
-
* <p>
|
|
5121
|
+
* <p>Provides information about a specific limit.</p>
|
|
4832
5122
|
* @public
|
|
4833
5123
|
*/
|
|
4834
|
-
export interface
|
|
5124
|
+
export interface LimitSummary {
|
|
4835
5125
|
/**
|
|
4836
|
-
* <p>The
|
|
4837
|
-
* @public
|
|
4838
|
-
*/
|
|
4839
|
-
storageProfileId: string | undefined;
|
|
4840
|
-
/**
|
|
4841
|
-
* <p>The display name of the storage profile summary to update.</p>
|
|
5126
|
+
* <p>The name of the limit used in lists to identify the limit.</p>
|
|
4842
5127
|
* <important>
|
|
4843
5128
|
* <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p>
|
|
4844
5129
|
* </important>
|
|
@@ -4846,65 +5131,171 @@ export interface StorageProfileSummary {
|
|
|
4846
5131
|
*/
|
|
4847
5132
|
displayName: string | undefined;
|
|
4848
5133
|
/**
|
|
4849
|
-
* <p>The
|
|
5134
|
+
* <p>The value that you specify as the <code>name</code> in the <code>amounts</code> field of
|
|
5135
|
+
* the <code>hostRequirements</code> in a step of a job template to declare the limit
|
|
5136
|
+
* requirement.</p>
|
|
4850
5137
|
* @public
|
|
4851
5138
|
*/
|
|
4852
|
-
|
|
4853
|
-
}
|
|
4854
|
-
/**
|
|
4855
|
-
* @public
|
|
4856
|
-
*/
|
|
4857
|
-
export interface ListStorageProfilesResponse {
|
|
5139
|
+
amountRequirementName: string | undefined;
|
|
4858
5140
|
/**
|
|
4859
|
-
* <p>The
|
|
5141
|
+
* <p>The maximum number of resources constrained by this limit. When all of the resources are
|
|
5142
|
+
* in use, steps that require the limit won't be scheduled until the resource is
|
|
5143
|
+
* available.</p>
|
|
5144
|
+
* <p>The <code>maxValue</code> must not be 0. If the value is -1, there is no restriction on
|
|
5145
|
+
* the number of resources that can be acquired for this limit.</p>
|
|
4860
5146
|
* @public
|
|
4861
5147
|
*/
|
|
4862
|
-
|
|
5148
|
+
maxCount: number | undefined;
|
|
4863
5149
|
/**
|
|
4864
|
-
* <p>
|
|
5150
|
+
* <p>The Unix timestamp of the date and time that the limit was created.</p>
|
|
4865
5151
|
* @public
|
|
4866
5152
|
*/
|
|
4867
|
-
|
|
4868
|
-
}
|
|
4869
|
-
/**
|
|
4870
|
-
* @public
|
|
4871
|
-
*/
|
|
4872
|
-
export interface DeleteQueueRequest {
|
|
5153
|
+
createdAt: Date | undefined;
|
|
4873
5154
|
/**
|
|
4874
|
-
* <p>The
|
|
5155
|
+
* <p>The user identifier of the person that created the limit.</p>
|
|
4875
5156
|
* @public
|
|
4876
5157
|
*/
|
|
4877
|
-
|
|
5158
|
+
createdBy: string | undefined;
|
|
4878
5159
|
/**
|
|
4879
|
-
* <p>The
|
|
5160
|
+
* <p>The Unix timestamp of the date and time that the limit was last updated.</p>
|
|
4880
5161
|
* @public
|
|
4881
5162
|
*/
|
|
4882
|
-
|
|
4883
|
-
}
|
|
4884
|
-
/**
|
|
4885
|
-
* @public
|
|
4886
|
-
*/
|
|
4887
|
-
export interface DeleteQueueResponse {
|
|
4888
|
-
}
|
|
4889
|
-
/**
|
|
4890
|
-
* @public
|
|
4891
|
-
*/
|
|
4892
|
-
export interface DeleteQueueEnvironmentRequest {
|
|
5163
|
+
updatedAt?: Date | undefined;
|
|
4893
5164
|
/**
|
|
4894
|
-
* <p>The
|
|
5165
|
+
* <p>The user identifier of the person that last updated the limit.</p>
|
|
5166
|
+
* @public
|
|
5167
|
+
*/
|
|
5168
|
+
updatedBy?: string | undefined;
|
|
5169
|
+
/**
|
|
5170
|
+
* <p>The unique identifier of the farm that contains the limit.</p>
|
|
4895
5171
|
* @public
|
|
4896
5172
|
*/
|
|
4897
5173
|
farmId: string | undefined;
|
|
4898
5174
|
/**
|
|
4899
|
-
* <p>The
|
|
5175
|
+
* <p>The unique identifier of the limit.</p>
|
|
4900
5176
|
* @public
|
|
4901
5177
|
*/
|
|
4902
|
-
|
|
5178
|
+
limitId: string | undefined;
|
|
4903
5179
|
/**
|
|
4904
|
-
* <p>The
|
|
5180
|
+
* <p>The number of resources from the limit that are being used by jobs. The result is
|
|
5181
|
+
* delayed and may not be the count at the time that you called the operation.</p>
|
|
4905
5182
|
* @public
|
|
4906
5183
|
*/
|
|
4907
|
-
|
|
5184
|
+
currentCount: number | undefined;
|
|
5185
|
+
}
|
|
5186
|
+
/**
|
|
5187
|
+
* @public
|
|
5188
|
+
*/
|
|
5189
|
+
export interface ListLimitsResponse {
|
|
5190
|
+
/**
|
|
5191
|
+
* <p>A list of limits that the farm contains.</p>
|
|
5192
|
+
* @public
|
|
5193
|
+
*/
|
|
5194
|
+
limits: LimitSummary[] | undefined;
|
|
5195
|
+
/**
|
|
5196
|
+
* <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
|
|
5197
|
+
* @public
|
|
5198
|
+
*/
|
|
5199
|
+
nextToken?: string | undefined;
|
|
5200
|
+
}
|
|
5201
|
+
/**
|
|
5202
|
+
* @public
|
|
5203
|
+
*/
|
|
5204
|
+
export interface ListStorageProfilesRequest {
|
|
5205
|
+
/**
|
|
5206
|
+
* <p>The farm ID of the storage profile.</p>
|
|
5207
|
+
* @public
|
|
5208
|
+
*/
|
|
5209
|
+
farmId: string | undefined;
|
|
5210
|
+
/**
|
|
5211
|
+
* <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
|
|
5212
|
+
* @public
|
|
5213
|
+
*/
|
|
5214
|
+
nextToken?: string | undefined;
|
|
5215
|
+
/**
|
|
5216
|
+
* <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
|
|
5217
|
+
* @public
|
|
5218
|
+
*/
|
|
5219
|
+
maxResults?: number | undefined;
|
|
5220
|
+
}
|
|
5221
|
+
/**
|
|
5222
|
+
* <p>The details of a storage profile.</p>
|
|
5223
|
+
* @public
|
|
5224
|
+
*/
|
|
5225
|
+
export interface StorageProfileSummary {
|
|
5226
|
+
/**
|
|
5227
|
+
* <p>The storage profile ID.</p>
|
|
5228
|
+
* @public
|
|
5229
|
+
*/
|
|
5230
|
+
storageProfileId: string | undefined;
|
|
5231
|
+
/**
|
|
5232
|
+
* <p>The display name of the storage profile summary to update.</p>
|
|
5233
|
+
* <important>
|
|
5234
|
+
* <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p>
|
|
5235
|
+
* </important>
|
|
5236
|
+
* @public
|
|
5237
|
+
*/
|
|
5238
|
+
displayName: string | undefined;
|
|
5239
|
+
/**
|
|
5240
|
+
* <p>The operating system (OS) family.</p>
|
|
5241
|
+
* @public
|
|
5242
|
+
*/
|
|
5243
|
+
osFamily: StorageProfileOperatingSystemFamily | undefined;
|
|
5244
|
+
}
|
|
5245
|
+
/**
|
|
5246
|
+
* @public
|
|
5247
|
+
*/
|
|
5248
|
+
export interface ListStorageProfilesResponse {
|
|
5249
|
+
/**
|
|
5250
|
+
* <p>The storage profiles.</p>
|
|
5251
|
+
* @public
|
|
5252
|
+
*/
|
|
5253
|
+
storageProfiles: StorageProfileSummary[] | undefined;
|
|
5254
|
+
/**
|
|
5255
|
+
* <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
|
|
5256
|
+
* @public
|
|
5257
|
+
*/
|
|
5258
|
+
nextToken?: string | undefined;
|
|
5259
|
+
}
|
|
5260
|
+
/**
|
|
5261
|
+
* @public
|
|
5262
|
+
*/
|
|
5263
|
+
export interface DeleteQueueRequest {
|
|
5264
|
+
/**
|
|
5265
|
+
* <p>The ID of the farm from which to remove the queue.</p>
|
|
5266
|
+
* @public
|
|
5267
|
+
*/
|
|
5268
|
+
farmId: string | undefined;
|
|
5269
|
+
/**
|
|
5270
|
+
* <p>The queue ID of the queue to delete.</p>
|
|
5271
|
+
* @public
|
|
5272
|
+
*/
|
|
5273
|
+
queueId: string | undefined;
|
|
5274
|
+
}
|
|
5275
|
+
/**
|
|
5276
|
+
* @public
|
|
5277
|
+
*/
|
|
5278
|
+
export interface DeleteQueueResponse {
|
|
5279
|
+
}
|
|
5280
|
+
/**
|
|
5281
|
+
* @public
|
|
5282
|
+
*/
|
|
5283
|
+
export interface DeleteQueueEnvironmentRequest {
|
|
5284
|
+
/**
|
|
5285
|
+
* <p>The farm ID of the farm from which to remove the queue environment.</p>
|
|
5286
|
+
* @public
|
|
5287
|
+
*/
|
|
5288
|
+
farmId: string | undefined;
|
|
5289
|
+
/**
|
|
5290
|
+
* <p>The queue ID of the queue environment to delete.</p>
|
|
5291
|
+
* @public
|
|
5292
|
+
*/
|
|
5293
|
+
queueId: string | undefined;
|
|
5294
|
+
/**
|
|
5295
|
+
* <p>The queue environment ID of the queue environment to delete.</p>
|
|
5296
|
+
* @public
|
|
5297
|
+
*/
|
|
5298
|
+
queueEnvironmentId: string | undefined;
|
|
4908
5299
|
}
|
|
4909
5300
|
/**
|
|
4910
5301
|
* @public
|
|
@@ -5240,15 +5631,15 @@ export interface GetJobRequest {
|
|
|
5240
5631
|
*/
|
|
5241
5632
|
farmId: string | undefined;
|
|
5242
5633
|
/**
|
|
5243
|
-
* <p>The
|
|
5634
|
+
* <p>The queue ID associated with the job.</p>
|
|
5244
5635
|
* @public
|
|
5245
5636
|
*/
|
|
5246
|
-
|
|
5637
|
+
queueId: string | undefined;
|
|
5247
5638
|
/**
|
|
5248
|
-
* <p>The
|
|
5639
|
+
* <p>The job ID.</p>
|
|
5249
5640
|
* @public
|
|
5250
5641
|
*/
|
|
5251
|
-
|
|
5642
|
+
jobId: string | undefined;
|
|
5252
5643
|
}
|
|
5253
5644
|
/**
|
|
5254
5645
|
* @public
|
|
@@ -5414,6 +5805,15 @@ export interface GetJobResponse {
|
|
|
5414
5805
|
* @public
|
|
5415
5806
|
*/
|
|
5416
5807
|
description?: string | undefined;
|
|
5808
|
+
/**
|
|
5809
|
+
* <p>The maximum number of worker hosts that can concurrently process a job. When the
|
|
5810
|
+
* <code>maxWorkerCount</code> is reached, no more workers will be assigned to process the
|
|
5811
|
+
* job, even if the fleets assigned to the job's queue has available workers.</p>
|
|
5812
|
+
* <p>If you don't set the <code>maxWorkerCount</code> when you create a job, this value is
|
|
5813
|
+
* not returned in the response.</p>
|
|
5814
|
+
* @public
|
|
5815
|
+
*/
|
|
5816
|
+
maxWorkerCount?: number | undefined;
|
|
5417
5817
|
/**
|
|
5418
5818
|
* <p>The job ID for the source job.</p>
|
|
5419
5819
|
* @public
|
|
@@ -5736,6 +6136,12 @@ export interface GetSessionActionResponse {
|
|
|
5736
6136
|
* @public
|
|
5737
6137
|
*/
|
|
5738
6138
|
definition: SessionActionDefinition | undefined;
|
|
6139
|
+
/**
|
|
6140
|
+
* <p>The limits and their amounts acquired during a session action. If no limits were
|
|
6141
|
+
* acquired during the session, this field isn't returned.</p>
|
|
6142
|
+
* @public
|
|
6143
|
+
*/
|
|
6144
|
+
acquiredLimits?: AcquiredLimit[] | undefined;
|
|
5739
6145
|
}
|
|
5740
6146
|
/**
|
|
5741
6147
|
* @public
|
|
@@ -6419,6 +6825,16 @@ export interface JobSummary {
|
|
|
6419
6825
|
* @public
|
|
6420
6826
|
*/
|
|
6421
6827
|
maxRetriesPerTask?: number | undefined;
|
|
6828
|
+
/**
|
|
6829
|
+
* <p>The maximum number of worker hosts that can concurrently process a job. When the
|
|
6830
|
+
* <code>maxWorkerCount</code> is reached, no more workers will be assigned to process the
|
|
6831
|
+
* job, even if the fleets assigned to the job's queue has available workers.</p>
|
|
6832
|
+
* <p>You can't set the <code>maxWorkerCount</code> to 0. If you set it to -1, there is no
|
|
6833
|
+
* maximum number of workers.</p>
|
|
6834
|
+
* <p>If you don't specify the <code>maxWorkerCount</code>, the default is -1.</p>
|
|
6835
|
+
* @public
|
|
6836
|
+
*/
|
|
6837
|
+
maxWorkerCount?: number | undefined;
|
|
6422
6838
|
/**
|
|
6423
6839
|
* <p>The job ID for the source job.</p>
|
|
6424
6840
|
* @public
|
|
@@ -7177,324 +7593,6 @@ export interface ListTasksResponse {
|
|
|
7177
7593
|
*/
|
|
7178
7594
|
nextToken?: string | undefined;
|
|
7179
7595
|
}
|
|
7180
|
-
/**
|
|
7181
|
-
* @public
|
|
7182
|
-
* @enum
|
|
7183
|
-
*/
|
|
7184
|
-
export declare const UpdateJobLifecycleStatus: {
|
|
7185
|
-
readonly ARCHIVED: "ARCHIVED";
|
|
7186
|
-
};
|
|
7187
|
-
/**
|
|
7188
|
-
* @public
|
|
7189
|
-
*/
|
|
7190
|
-
export type UpdateJobLifecycleStatus = (typeof UpdateJobLifecycleStatus)[keyof typeof UpdateJobLifecycleStatus];
|
|
7191
|
-
/**
|
|
7192
|
-
* @public
|
|
7193
|
-
*/
|
|
7194
|
-
export interface UpdateJobRequest {
|
|
7195
|
-
/**
|
|
7196
|
-
* <p>The unique token which the server uses to recognize retries of the same request.</p>
|
|
7197
|
-
* @public
|
|
7198
|
-
*/
|
|
7199
|
-
clientToken?: string | undefined;
|
|
7200
|
-
/**
|
|
7201
|
-
* <p>The farm ID of the job to update.</p>
|
|
7202
|
-
* @public
|
|
7203
|
-
*/
|
|
7204
|
-
farmId: string | undefined;
|
|
7205
|
-
/**
|
|
7206
|
-
* <p>The queue ID of the job to update.</p>
|
|
7207
|
-
* @public
|
|
7208
|
-
*/
|
|
7209
|
-
queueId: string | undefined;
|
|
7210
|
-
/**
|
|
7211
|
-
* <p>The job ID to update.</p>
|
|
7212
|
-
* @public
|
|
7213
|
-
*/
|
|
7214
|
-
jobId: string | undefined;
|
|
7215
|
-
/**
|
|
7216
|
-
* <p>The task status to update the job's tasks to.</p>
|
|
7217
|
-
* @public
|
|
7218
|
-
*/
|
|
7219
|
-
targetTaskRunStatus?: JobTargetTaskRunStatus | undefined;
|
|
7220
|
-
/**
|
|
7221
|
-
* <p>The job priority to update.</p>
|
|
7222
|
-
* @public
|
|
7223
|
-
*/
|
|
7224
|
-
priority?: number | undefined;
|
|
7225
|
-
/**
|
|
7226
|
-
* <p>The number of task failures before the job stops running and is marked as <code>FAILED</code>.</p>
|
|
7227
|
-
* @public
|
|
7228
|
-
*/
|
|
7229
|
-
maxFailedTasksCount?: number | undefined;
|
|
7230
|
-
/**
|
|
7231
|
-
* <p>The maximum number of retries for a job.</p>
|
|
7232
|
-
* @public
|
|
7233
|
-
*/
|
|
7234
|
-
maxRetriesPerTask?: number | undefined;
|
|
7235
|
-
/**
|
|
7236
|
-
* <p>The status of a job in its lifecycle. When you change the status of the job to
|
|
7237
|
-
* <code>ARCHIVED</code>, the job can't be scheduled or archived.</p>
|
|
7238
|
-
* <important>
|
|
7239
|
-
* <p>An archived jobs and its steps and tasks are deleted after 120 days. The job can't be
|
|
7240
|
-
* recovered.</p>
|
|
7241
|
-
* </important>
|
|
7242
|
-
* @public
|
|
7243
|
-
*/
|
|
7244
|
-
lifecycleStatus?: UpdateJobLifecycleStatus | undefined;
|
|
7245
|
-
}
|
|
7246
|
-
/**
|
|
7247
|
-
* @public
|
|
7248
|
-
*/
|
|
7249
|
-
export interface UpdateJobResponse {
|
|
7250
|
-
}
|
|
7251
|
-
/**
|
|
7252
|
-
* @public
|
|
7253
|
-
*/
|
|
7254
|
-
export interface UpdateSessionRequest {
|
|
7255
|
-
/**
|
|
7256
|
-
* <p>The unique token which the server uses to recognize retries of the same request.</p>
|
|
7257
|
-
* @public
|
|
7258
|
-
*/
|
|
7259
|
-
clientToken?: string | undefined;
|
|
7260
|
-
/**
|
|
7261
|
-
* <p>The farm ID to update in the session.</p>
|
|
7262
|
-
* @public
|
|
7263
|
-
*/
|
|
7264
|
-
farmId: string | undefined;
|
|
7265
|
-
/**
|
|
7266
|
-
* <p>The queue ID to update in the session.</p>
|
|
7267
|
-
* @public
|
|
7268
|
-
*/
|
|
7269
|
-
queueId: string | undefined;
|
|
7270
|
-
/**
|
|
7271
|
-
* <p>The job ID to update in the session.</p>
|
|
7272
|
-
* @public
|
|
7273
|
-
*/
|
|
7274
|
-
jobId: string | undefined;
|
|
7275
|
-
/**
|
|
7276
|
-
* <p>The session ID to update.</p>
|
|
7277
|
-
* @public
|
|
7278
|
-
*/
|
|
7279
|
-
sessionId: string | undefined;
|
|
7280
|
-
/**
|
|
7281
|
-
* <p>The life cycle status to update in the session.</p>
|
|
7282
|
-
* @public
|
|
7283
|
-
*/
|
|
7284
|
-
targetLifecycleStatus: SessionLifecycleTargetStatus | undefined;
|
|
7285
|
-
}
|
|
7286
|
-
/**
|
|
7287
|
-
* @public
|
|
7288
|
-
*/
|
|
7289
|
-
export interface UpdateSessionResponse {
|
|
7290
|
-
}
|
|
7291
|
-
/**
|
|
7292
|
-
* @public
|
|
7293
|
-
*/
|
|
7294
|
-
export interface UpdateStepRequest {
|
|
7295
|
-
/**
|
|
7296
|
-
* <p>The unique token which the server uses to recognize retries of the same request.</p>
|
|
7297
|
-
* @public
|
|
7298
|
-
*/
|
|
7299
|
-
clientToken?: string | undefined;
|
|
7300
|
-
/**
|
|
7301
|
-
* <p>The farm ID to update.</p>
|
|
7302
|
-
* @public
|
|
7303
|
-
*/
|
|
7304
|
-
farmId: string | undefined;
|
|
7305
|
-
/**
|
|
7306
|
-
* <p>The queue ID to update.</p>
|
|
7307
|
-
* @public
|
|
7308
|
-
*/
|
|
7309
|
-
queueId: string | undefined;
|
|
7310
|
-
/**
|
|
7311
|
-
* <p>The job ID to update.</p>
|
|
7312
|
-
* @public
|
|
7313
|
-
*/
|
|
7314
|
-
jobId: string | undefined;
|
|
7315
|
-
/**
|
|
7316
|
-
* <p>The step ID to update.</p>
|
|
7317
|
-
* @public
|
|
7318
|
-
*/
|
|
7319
|
-
stepId: string | undefined;
|
|
7320
|
-
/**
|
|
7321
|
-
* <p>The task status to update the step's tasks to.</p>
|
|
7322
|
-
* @public
|
|
7323
|
-
*/
|
|
7324
|
-
targetTaskRunStatus: StepTargetTaskRunStatus | undefined;
|
|
7325
|
-
}
|
|
7326
|
-
/**
|
|
7327
|
-
* @public
|
|
7328
|
-
*/
|
|
7329
|
-
export interface UpdateStepResponse {
|
|
7330
|
-
}
|
|
7331
|
-
/**
|
|
7332
|
-
* @public
|
|
7333
|
-
*/
|
|
7334
|
-
export interface UpdateTaskRequest {
|
|
7335
|
-
/**
|
|
7336
|
-
* <p>The unique token which the server uses to recognize retries of the same request.</p>
|
|
7337
|
-
* @public
|
|
7338
|
-
*/
|
|
7339
|
-
clientToken?: string | undefined;
|
|
7340
|
-
/**
|
|
7341
|
-
* <p>The farm ID to update.</p>
|
|
7342
|
-
* @public
|
|
7343
|
-
*/
|
|
7344
|
-
farmId: string | undefined;
|
|
7345
|
-
/**
|
|
7346
|
-
* <p>The queue ID to update.</p>
|
|
7347
|
-
* @public
|
|
7348
|
-
*/
|
|
7349
|
-
queueId: string | undefined;
|
|
7350
|
-
/**
|
|
7351
|
-
* <p>The job ID to update.</p>
|
|
7352
|
-
* @public
|
|
7353
|
-
*/
|
|
7354
|
-
jobId: string | undefined;
|
|
7355
|
-
/**
|
|
7356
|
-
* <p>The step ID to update.</p>
|
|
7357
|
-
* @public
|
|
7358
|
-
*/
|
|
7359
|
-
stepId: string | undefined;
|
|
7360
|
-
/**
|
|
7361
|
-
* <p>The task ID to update.</p>
|
|
7362
|
-
* @public
|
|
7363
|
-
*/
|
|
7364
|
-
taskId: string | undefined;
|
|
7365
|
-
/**
|
|
7366
|
-
* <p>The run status with which to start the task.</p>
|
|
7367
|
-
* @public
|
|
7368
|
-
*/
|
|
7369
|
-
targetRunStatus: TaskTargetRunStatus | undefined;
|
|
7370
|
-
}
|
|
7371
|
-
/**
|
|
7372
|
-
* @public
|
|
7373
|
-
*/
|
|
7374
|
-
export interface UpdateTaskResponse {
|
|
7375
|
-
}
|
|
7376
|
-
/**
|
|
7377
|
-
* @public
|
|
7378
|
-
*/
|
|
7379
|
-
export interface ListQueueEnvironmentsRequest {
|
|
7380
|
-
/**
|
|
7381
|
-
* <p>The farm ID for the queue environment list.</p>
|
|
7382
|
-
* @public
|
|
7383
|
-
*/
|
|
7384
|
-
farmId: string | undefined;
|
|
7385
|
-
/**
|
|
7386
|
-
* <p>The queue ID for the queue environment list.</p>
|
|
7387
|
-
* @public
|
|
7388
|
-
*/
|
|
7389
|
-
queueId: string | undefined;
|
|
7390
|
-
/**
|
|
7391
|
-
* <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
|
|
7392
|
-
* @public
|
|
7393
|
-
*/
|
|
7394
|
-
nextToken?: string | undefined;
|
|
7395
|
-
/**
|
|
7396
|
-
* <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
|
|
7397
|
-
* @public
|
|
7398
|
-
*/
|
|
7399
|
-
maxResults?: number | undefined;
|
|
7400
|
-
}
|
|
7401
|
-
/**
|
|
7402
|
-
* <p>The summary of a queue environment.</p>
|
|
7403
|
-
* @public
|
|
7404
|
-
*/
|
|
7405
|
-
export interface QueueEnvironmentSummary {
|
|
7406
|
-
/**
|
|
7407
|
-
* <p>The queue environment ID.</p>
|
|
7408
|
-
* @public
|
|
7409
|
-
*/
|
|
7410
|
-
queueEnvironmentId: string | undefined;
|
|
7411
|
-
/**
|
|
7412
|
-
* <p>The name of the queue environment.</p>
|
|
7413
|
-
* @public
|
|
7414
|
-
*/
|
|
7415
|
-
name: string | undefined;
|
|
7416
|
-
/**
|
|
7417
|
-
* <p>The queue environment's priority.</p>
|
|
7418
|
-
* @public
|
|
7419
|
-
*/
|
|
7420
|
-
priority: number | undefined;
|
|
7421
|
-
}
|
|
7422
|
-
/**
|
|
7423
|
-
* @public
|
|
7424
|
-
*/
|
|
7425
|
-
export interface ListQueueEnvironmentsResponse {
|
|
7426
|
-
/**
|
|
7427
|
-
* <p>The environments to include in the queue environments list.</p>
|
|
7428
|
-
* @public
|
|
7429
|
-
*/
|
|
7430
|
-
environments: QueueEnvironmentSummary[] | undefined;
|
|
7431
|
-
/**
|
|
7432
|
-
* <p>If Deadline Cloud returns <code>nextToken</code>, then there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then <code>nextToken</code> is set to <code>null</code>. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 <code>ValidationException</code> error.</p>
|
|
7433
|
-
* @public
|
|
7434
|
-
*/
|
|
7435
|
-
nextToken?: string | undefined;
|
|
7436
|
-
}
|
|
7437
|
-
/**
|
|
7438
|
-
* @public
|
|
7439
|
-
*/
|
|
7440
|
-
export interface ListQueueMembersRequest {
|
|
7441
|
-
/**
|
|
7442
|
-
* <p>The farm ID for the queue.</p>
|
|
7443
|
-
* @public
|
|
7444
|
-
*/
|
|
7445
|
-
farmId: string | undefined;
|
|
7446
|
-
/**
|
|
7447
|
-
* <p>The queue ID to include on the list.</p>
|
|
7448
|
-
* @public
|
|
7449
|
-
*/
|
|
7450
|
-
queueId: string | undefined;
|
|
7451
|
-
/**
|
|
7452
|
-
* <p>The token for the next set of results, or <code>null</code> to start from the beginning.</p>
|
|
7453
|
-
* @public
|
|
7454
|
-
*/
|
|
7455
|
-
nextToken?: string | undefined;
|
|
7456
|
-
/**
|
|
7457
|
-
* <p>The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.</p>
|
|
7458
|
-
* @public
|
|
7459
|
-
*/
|
|
7460
|
-
maxResults?: number | undefined;
|
|
7461
|
-
}
|
|
7462
|
-
/**
|
|
7463
|
-
* <p>The details of a queue member.</p>
|
|
7464
|
-
* @public
|
|
7465
|
-
*/
|
|
7466
|
-
export interface QueueMember {
|
|
7467
|
-
/**
|
|
7468
|
-
* <p>The farm ID.</p>
|
|
7469
|
-
* @public
|
|
7470
|
-
*/
|
|
7471
|
-
farmId: string | undefined;
|
|
7472
|
-
/**
|
|
7473
|
-
* <p>The queue ID.</p>
|
|
7474
|
-
* @public
|
|
7475
|
-
*/
|
|
7476
|
-
queueId: string | undefined;
|
|
7477
|
-
/**
|
|
7478
|
-
* <p>The principal ID of the queue member.</p>
|
|
7479
|
-
* @public
|
|
7480
|
-
*/
|
|
7481
|
-
principalId: string | undefined;
|
|
7482
|
-
/**
|
|
7483
|
-
* <p>The principal type of the queue member.</p>
|
|
7484
|
-
* @public
|
|
7485
|
-
*/
|
|
7486
|
-
principalType: DeadlinePrincipalType | undefined;
|
|
7487
|
-
/**
|
|
7488
|
-
* <p>The identity store ID.</p>
|
|
7489
|
-
* @public
|
|
7490
|
-
*/
|
|
7491
|
-
identityStoreId: string | undefined;
|
|
7492
|
-
/**
|
|
7493
|
-
* <p>The queue member's membership level.</p>
|
|
7494
|
-
* @public
|
|
7495
|
-
*/
|
|
7496
|
-
membershipLevel: MembershipLevel | undefined;
|
|
7497
|
-
}
|
|
7498
7596
|
/**
|
|
7499
7597
|
* @internal
|
|
7500
7598
|
*/
|
|
@@ -7615,6 +7713,10 @@ export declare const CreateFleetRequestFilterSensitiveLog: (obj: CreateFleetRequ
|
|
|
7615
7713
|
* @internal
|
|
7616
7714
|
*/
|
|
7617
7715
|
export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
7716
|
+
/**
|
|
7717
|
+
* @internal
|
|
7718
|
+
*/
|
|
7719
|
+
export declare const CreateLimitRequestFilterSensitiveLog: (obj: CreateLimitRequest) => any;
|
|
7618
7720
|
/**
|
|
7619
7721
|
* @internal
|
|
7620
7722
|
*/
|
|
@@ -7655,6 +7757,10 @@ export declare const UpdateWorkerScheduleResponseFilterSensitiveLog: (obj: Updat
|
|
|
7655
7757
|
* @internal
|
|
7656
7758
|
*/
|
|
7657
7759
|
export declare const GetFarmResponseFilterSensitiveLog: (obj: GetFarmResponse) => any;
|
|
7760
|
+
/**
|
|
7761
|
+
* @internal
|
|
7762
|
+
*/
|
|
7763
|
+
export declare const GetLimitResponseFilterSensitiveLog: (obj: GetLimitResponse) => any;
|
|
7658
7764
|
/**
|
|
7659
7765
|
* @internal
|
|
7660
7766
|
*/
|