@aws-sdk/client-deadline 3.1103.0 → 3.1105.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/dist-cjs/index.js +10 -2
- package/dist-es/models/enums.js +1 -0
- package/dist-es/schemas/schemas_0.js +7 -1
- package/dist-types/commands/BatchGetJobEntityCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +20 -20
- package/dist-types/models/models_1.d.ts +17 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -7
- package/dist-types/ts3.4/models/models_1.d.ts +4 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1104.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -611,6 +611,7 @@ const _JD = "JobDescription";
|
|
|
611
611
|
const _JDE = "JobDetailsEntity";
|
|
612
612
|
const _JDEo = "JobDetailsError";
|
|
613
613
|
const _JDI = "JobDetailsIdentifiers";
|
|
614
|
+
const _JDJAS = "JobDetailsJobAttachmentSettings";
|
|
614
615
|
const _JDO = "JobDescriptionOverride";
|
|
615
616
|
const _JE = "JobEntity";
|
|
616
617
|
const _JEI = "JobEntityIdentifiers";
|
|
@@ -2394,7 +2395,7 @@ var JobAttachmentSettings$ = [3, n0, _JAS,
|
|
|
2394
2395
|
var JobDetailsEntity$ = [3, n0, _JDE,
|
|
2395
2396
|
0,
|
|
2396
2397
|
[_jI, _lGN, _sV, _jAS, _jRAU, _qRA, _p, _pMR],
|
|
2397
|
-
[0, 0, 0, () =>
|
|
2398
|
+
[0, 0, 0, () => JobDetailsJobAttachmentSettings$, () => JobRunAsUser$, 0, [() => JobParameters, 0], [() => PathMappingRules, 0]], 3
|
|
2398
2399
|
];
|
|
2399
2400
|
var JobDetailsError$ = [3, n0, _JDEo,
|
|
2400
2401
|
0,
|
|
@@ -2406,6 +2407,11 @@ var JobDetailsIdentifiers$ = [3, n0, _JDI,
|
|
|
2406
2407
|
[_jI],
|
|
2407
2408
|
[0], 1
|
|
2408
2409
|
];
|
|
2410
|
+
var JobDetailsJobAttachmentSettings$ = [3, n0, _JDJAS,
|
|
2411
|
+
0,
|
|
2412
|
+
[_sBN, _rP],
|
|
2413
|
+
[0, 0], 2
|
|
2414
|
+
];
|
|
2409
2415
|
var JobMember$ = [3, n0, _JM,
|
|
2410
2416
|
0,
|
|
2411
2417
|
[_fI, _qI, _jI, _pI, _pT, _iSI, _mL],
|
|
@@ -5647,6 +5653,7 @@ const QueueLimitAssociationStatus = {
|
|
|
5647
5653
|
const UsageType = {
|
|
5648
5654
|
COMPUTE: "COMPUTE",
|
|
5649
5655
|
LICENSE: "LICENSE",
|
|
5656
|
+
PERSISTENT_VOLUME: "PERSISTENT_VOLUME",
|
|
5650
5657
|
};
|
|
5651
5658
|
const SessionsStatisticsAggregationStatus = {
|
|
5652
5659
|
COMPLETED: "COMPLETED",
|
|
@@ -6105,6 +6112,7 @@ exports.JobAttachmentsFileSystem = JobAttachmentsFileSystem;
|
|
|
6105
6112
|
exports.JobDetailsEntity$ = JobDetailsEntity$;
|
|
6106
6113
|
exports.JobDetailsError$ = JobDetailsError$;
|
|
6107
6114
|
exports.JobDetailsIdentifiers$ = JobDetailsIdentifiers$;
|
|
6115
|
+
exports.JobDetailsJobAttachmentSettings$ = JobDetailsJobAttachmentSettings$;
|
|
6108
6116
|
exports.JobEntity$ = JobEntity$;
|
|
6109
6117
|
exports.JobEntityErrorCode = JobEntityErrorCode;
|
|
6110
6118
|
exports.JobEntityIdentifiersUnion$ = JobEntityIdentifiersUnion$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -346,6 +346,7 @@ export const QueueLimitAssociationStatus = {
|
|
|
346
346
|
export const UsageType = {
|
|
347
347
|
COMPUTE: "COMPUTE",
|
|
348
348
|
LICENSE: "LICENSE",
|
|
349
|
+
PERSISTENT_VOLUME: "PERSISTENT_VOLUME",
|
|
349
350
|
};
|
|
350
351
|
export const SessionsStatisticsAggregationStatus = {
|
|
351
352
|
COMPLETED: "COMPLETED",
|
|
@@ -338,6 +338,7 @@ const _JD = "JobDescription";
|
|
|
338
338
|
const _JDE = "JobDetailsEntity";
|
|
339
339
|
const _JDEo = "JobDetailsError";
|
|
340
340
|
const _JDI = "JobDetailsIdentifiers";
|
|
341
|
+
const _JDJAS = "JobDetailsJobAttachmentSettings";
|
|
341
342
|
const _JDO = "JobDescriptionOverride";
|
|
342
343
|
const _JE = "JobEntity";
|
|
343
344
|
const _JEI = "JobEntityIdentifiers";
|
|
@@ -2124,7 +2125,7 @@ export var JobAttachmentSettings$ = [3, n0, _JAS,
|
|
|
2124
2125
|
export var JobDetailsEntity$ = [3, n0, _JDE,
|
|
2125
2126
|
0,
|
|
2126
2127
|
[_jI, _lGN, _sV, _jAS, _jRAU, _qRA, _p, _pMR],
|
|
2127
|
-
[0, 0, 0, () =>
|
|
2128
|
+
[0, 0, 0, () => JobDetailsJobAttachmentSettings$, () => JobRunAsUser$, 0, [() => JobParameters, 0], [() => PathMappingRules, 0]], 3
|
|
2128
2129
|
];
|
|
2129
2130
|
export var JobDetailsError$ = [3, n0, _JDEo,
|
|
2130
2131
|
0,
|
|
@@ -2136,6 +2137,11 @@ export var JobDetailsIdentifiers$ = [3, n0, _JDI,
|
|
|
2136
2137
|
[_jI],
|
|
2137
2138
|
[0], 1
|
|
2138
2139
|
];
|
|
2140
|
+
export var JobDetailsJobAttachmentSettings$ = [3, n0, _JDJAS,
|
|
2141
|
+
0,
|
|
2142
|
+
[_sBN, _rP],
|
|
2143
|
+
[0, 0], 2
|
|
2144
|
+
];
|
|
2139
2145
|
export var JobMember$ = [3, n0, _JM,
|
|
2140
2146
|
0,
|
|
2141
2147
|
[_fI, _qI, _jI, _pI, _pT, _iSI, _mL],
|
|
@@ -63,7 +63,7 @@ declare const BatchGetJobEntityCommand_base: {
|
|
|
63
63
|
* // { // JobEntity Union: only one key present
|
|
64
64
|
* // jobDetails: { // JobDetailsEntity
|
|
65
65
|
* // jobId: "STRING_VALUE", // required
|
|
66
|
-
* // jobAttachmentSettings: { //
|
|
66
|
+
* // jobAttachmentSettings: { // JobDetailsJobAttachmentSettings
|
|
67
67
|
* // s3BucketName: "STRING_VALUE", // required
|
|
68
68
|
* // rootPrefix: "STRING_VALUE", // required
|
|
69
69
|
* // },
|
|
@@ -49,7 +49,7 @@ declare const GetSessionsStatisticsAggregationCommand_base: {
|
|
|
49
49
|
* // jobId: "STRING_VALUE",
|
|
50
50
|
* // jobName: "STRING_VALUE",
|
|
51
51
|
* // userId: "STRING_VALUE",
|
|
52
|
-
* // usageType: "COMPUTE" || "LICENSE",
|
|
52
|
+
* // usageType: "COMPUTE" || "LICENSE" || "PERSISTENT_VOLUME",
|
|
53
53
|
* // licenseProduct: "STRING_VALUE",
|
|
54
54
|
* // instanceType: "STRING_VALUE",
|
|
55
55
|
* // count: Number("int"), // required
|
|
@@ -822,6 +822,7 @@ export type QueueLimitAssociationStatus = (typeof QueueLimitAssociationStatus)[k
|
|
|
822
822
|
export declare const UsageType: {
|
|
823
823
|
readonly COMPUTE: "COMPUTE";
|
|
824
824
|
readonly LICENSE: "LICENSE";
|
|
825
|
+
readonly PERSISTENT_VOLUME: "PERSISTENT_VOLUME";
|
|
825
826
|
};
|
|
826
827
|
/**
|
|
827
828
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import type { AcceleratorName, AcceleratorType, AutoScalingMode, AutoScalingStatus, BatchGetJobErrorCode, BatchGetSessionActionErrorCode, BatchGetSessionErrorCode, BatchGetStepErrorCode, BatchGetTaskErrorCode, BatchGetWorkerErrorCode, BatchUpdateJobErrorCode, BatchUpdateTaskErrorCode, BudgetActionType, BudgetStatus, ComparisonOperator, CompletedStatus, CpuArchitectureType, CreateJobTargetTaskRunStatus, CustomerManagedFleetOperatingSystemFamily, DeadlinePrincipalType, DefaultQueueBudgetAction,
|
|
2
|
+
import type { AcceleratorName, AcceleratorType, AutoScalingMode, AutoScalingStatus, BatchGetJobErrorCode, BatchGetSessionActionErrorCode, BatchGetSessionErrorCode, BatchGetStepErrorCode, BatchGetTaskErrorCode, BatchGetWorkerErrorCode, BatchUpdateJobErrorCode, BatchUpdateTaskErrorCode, BudgetActionType, BudgetStatus, ComparisonOperator, CompletedStatus, CpuArchitectureType, CreateJobTargetTaskRunStatus, CustomerManagedFleetOperatingSystemFamily, DeadlinePrincipalType, DefaultQueueBudgetAction, DesiredWorkerStatus, EbsVolumeType, Ec2MarketType, EnvironmentTemplateType, FileSystemLocationType, FleetStatus, JobAttachmentsFileSystem, JobEntityErrorCode, JobLifecycleStatus, JobTargetTaskRunStatus, JobTemplateType, MembershipLevel, PathFormat, QueueBlockedReason, QueueStatus, RangeConstraint, RunAs, ServiceManagedFleetOperatingSystemFamily, SessionActionStatus, SessionLifecycleStatus, SessionLifecycleTargetStatus, StepLifecycleStatus, StepParameterType, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, TagPropagationMode, TaskRunStatus, TaskTargetRunStatus, UpdatedWorkerStatus, UpdateJobLifecycleStatus, VolumeState, WorkerStatus } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Defines the maximum and minimum number of GPU accelerators required for a worker instance..</p>
|
|
5
5
|
* @public
|
|
@@ -1284,10 +1284,10 @@ export interface JobAttachmentDetailsEntity {
|
|
|
1284
1284
|
attachments: Attachments | undefined;
|
|
1285
1285
|
}
|
|
1286
1286
|
/**
|
|
1287
|
-
* <p>The job attachment settings. These are the Amazon S3 bucket name and the Amazon S3 prefix.</p>
|
|
1287
|
+
* <p>The job attachment settings returned to workers for a job. These are the Amazon S3 bucket name and the Amazon S3 prefix.</p>
|
|
1288
1288
|
* @public
|
|
1289
1289
|
*/
|
|
1290
|
-
export interface
|
|
1290
|
+
export interface JobDetailsJobAttachmentSettings {
|
|
1291
1291
|
/**
|
|
1292
1292
|
* <p>The Amazon S3 bucket name.</p>
|
|
1293
1293
|
* @public
|
|
@@ -1387,7 +1387,7 @@ export interface JobDetailsEntity {
|
|
|
1387
1387
|
* <p>The job attachment settings.</p>
|
|
1388
1388
|
* @public
|
|
1389
1389
|
*/
|
|
1390
|
-
jobAttachmentSettings?:
|
|
1390
|
+
jobAttachmentSettings?: JobDetailsJobAttachmentSettings | undefined;
|
|
1391
1391
|
/**
|
|
1392
1392
|
* <p>The user name and group that the job uses when run.</p>
|
|
1393
1393
|
* @public
|
|
@@ -4439,6 +4439,22 @@ export interface CreateMonitorResponse {
|
|
|
4439
4439
|
*/
|
|
4440
4440
|
identityCenterApplicationArn: string | undefined;
|
|
4441
4441
|
}
|
|
4442
|
+
/**
|
|
4443
|
+
* <p>The job attachment settings. These are the Amazon S3 bucket name and the Amazon S3 prefix.</p>
|
|
4444
|
+
* @public
|
|
4445
|
+
*/
|
|
4446
|
+
export interface JobAttachmentSettings {
|
|
4447
|
+
/**
|
|
4448
|
+
* <p>The Amazon S3 bucket name.</p>
|
|
4449
|
+
* @public
|
|
4450
|
+
*/
|
|
4451
|
+
s3BucketName: string | undefined;
|
|
4452
|
+
/**
|
|
4453
|
+
* <p>The root prefix.</p>
|
|
4454
|
+
* @public
|
|
4455
|
+
*/
|
|
4456
|
+
rootPrefix: string | undefined;
|
|
4457
|
+
}
|
|
4442
4458
|
/**
|
|
4443
4459
|
* <p>Configuration for priority balanced scheduling. Workers are distributed evenly across all jobs at the highest priority level.</p>
|
|
4444
4460
|
* @public
|
|
@@ -8235,19 +8251,3 @@ export interface ListStepConsumersRequest {
|
|
|
8235
8251
|
*/
|
|
8236
8252
|
maxResults?: number | undefined;
|
|
8237
8253
|
}
|
|
8238
|
-
/**
|
|
8239
|
-
* <p>The details of a step consumer.</p>
|
|
8240
|
-
* @public
|
|
8241
|
-
*/
|
|
8242
|
-
export interface StepConsumer {
|
|
8243
|
-
/**
|
|
8244
|
-
* <p>The step ID.</p>
|
|
8245
|
-
* @public
|
|
8246
|
-
*/
|
|
8247
|
-
stepId: string | undefined;
|
|
8248
|
-
/**
|
|
8249
|
-
* <p>The step consumer status.</p>
|
|
8250
|
-
* @public
|
|
8251
|
-
*/
|
|
8252
|
-
status: DependencyConsumerResolutionStatus | undefined;
|
|
8253
|
-
}
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
import type { ComparisonOperator, DeadlinePrincipalType, DefaultQueueBudgetAction, DependencyConsumerResolutionStatus, EnvironmentTemplateType, JobLifecycleStatus, JobTargetTaskRunStatus, LicenseEndpointStatus, LogicalOperator, MembershipLevel, Period, QueueBlockedReason, QueueFleetAssociationStatus, QueueLimitAssociationStatus, QueueStatus, SearchTermMatchingType, SessionLifecycleTargetStatus, SessionsStatisticsAggregationStatus, SortOrder, StepLifecycleStatus, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, TaskRunStatus, TaskTargetRunStatus, UpdateJobLifecycleStatus, UpdateQueueFleetAssociationStatus, UpdateQueueLimitAssociationStatus, UsageGroupByField, UsageStatistic, UsageType, WorkerStatus } from "./enums";
|
|
2
|
-
import type { DateTimeFilterExpression, DependencyCounts, FileSystemLocation, HostPropertiesResponse, JobAttachmentSettings, JobParameter, JobRunAsUser, ParameterSpace, SchedulingConfiguration,
|
|
2
|
+
import type { DateTimeFilterExpression, DependencyCounts, FileSystemLocation, HostPropertiesResponse, JobAttachmentSettings, JobParameter, JobRunAsUser, ParameterSpace, SchedulingConfiguration, StorageProfileSummary, TaskParameterValue } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The details of a step consumer.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface StepConsumer {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The step ID.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
stepId: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The step consumer status.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
status: DependencyConsumerResolutionStatus | undefined;
|
|
18
|
+
}
|
|
3
19
|
/**
|
|
4
20
|
* Shared pagination field for List operation outputs (nextToken).
|
|
5
21
|
* @public
|
|
@@ -229,6 +229,7 @@ export declare var JobAttachmentSettings$: StaticStructureSchema;
|
|
|
229
229
|
export declare var JobDetailsEntity$: StaticStructureSchema;
|
|
230
230
|
export declare var JobDetailsError$: StaticStructureSchema;
|
|
231
231
|
export declare var JobDetailsIdentifiers$: StaticStructureSchema;
|
|
232
|
+
export declare var JobDetailsJobAttachmentSettings$: StaticStructureSchema;
|
|
232
233
|
export declare var JobMember$: StaticStructureSchema;
|
|
233
234
|
export declare var JobRunAsUser$: StaticStructureSchema;
|
|
234
235
|
export declare var JobSearchSummary$: StaticStructureSchema;
|
|
@@ -432,6 +432,7 @@ export type QueueLimitAssociationStatus =
|
|
|
432
432
|
export declare const UsageType: {
|
|
433
433
|
readonly COMPUTE: "COMPUTE";
|
|
434
434
|
readonly LICENSE: "LICENSE";
|
|
435
|
+
readonly PERSISTENT_VOLUME: "PERSISTENT_VOLUME";
|
|
435
436
|
};
|
|
436
437
|
export type UsageType = (typeof UsageType)[keyof typeof UsageType];
|
|
437
438
|
export declare const SessionsStatisticsAggregationStatus: {
|
|
@@ -21,7 +21,6 @@ import {
|
|
|
21
21
|
CustomerManagedFleetOperatingSystemFamily,
|
|
22
22
|
DeadlinePrincipalType,
|
|
23
23
|
DefaultQueueBudgetAction,
|
|
24
|
-
DependencyConsumerResolutionStatus,
|
|
25
24
|
DesiredWorkerStatus,
|
|
26
25
|
EbsVolumeType,
|
|
27
26
|
Ec2MarketType,
|
|
@@ -496,7 +495,7 @@ export interface JobAttachmentDetailsEntity {
|
|
|
496
495
|
jobId: string | undefined;
|
|
497
496
|
attachments: Attachments | undefined;
|
|
498
497
|
}
|
|
499
|
-
export interface
|
|
498
|
+
export interface JobDetailsJobAttachmentSettings {
|
|
500
499
|
s3BucketName: string | undefined;
|
|
501
500
|
rootPrefix: string | undefined;
|
|
502
501
|
}
|
|
@@ -520,7 +519,7 @@ export interface PathMappingRule {
|
|
|
520
519
|
}
|
|
521
520
|
export interface JobDetailsEntity {
|
|
522
521
|
jobId: string | undefined;
|
|
523
|
-
jobAttachmentSettings?:
|
|
522
|
+
jobAttachmentSettings?: JobDetailsJobAttachmentSettings | undefined;
|
|
524
523
|
jobRunAsUser?: JobRunAsUser | undefined;
|
|
525
524
|
logGroupName: string | undefined;
|
|
526
525
|
queueRoleArn?: string | undefined;
|
|
@@ -1353,6 +1352,10 @@ export interface CreateMonitorResponse {
|
|
|
1353
1352
|
monitorId: string | undefined;
|
|
1354
1353
|
identityCenterApplicationArn: string | undefined;
|
|
1355
1354
|
}
|
|
1355
|
+
export interface JobAttachmentSettings {
|
|
1356
|
+
s3BucketName: string | undefined;
|
|
1357
|
+
rootPrefix: string | undefined;
|
|
1358
|
+
}
|
|
1356
1359
|
export interface PriorityBalancedSchedulingConfiguration {
|
|
1357
1360
|
renderingTaskBuffer?: number | undefined;
|
|
1358
1361
|
}
|
|
@@ -2291,7 +2294,3 @@ export interface ListStepConsumersRequest {
|
|
|
2291
2294
|
nextToken?: string | undefined;
|
|
2292
2295
|
maxResults?: number | undefined;
|
|
2293
2296
|
}
|
|
2294
|
-
export interface StepConsumer {
|
|
2295
|
-
stepId: string | undefined;
|
|
2296
|
-
status: DependencyConsumerResolutionStatus | undefined;
|
|
2297
|
-
}
|
|
@@ -41,10 +41,13 @@ import {
|
|
|
41
41
|
JobRunAsUser,
|
|
42
42
|
ParameterSpace,
|
|
43
43
|
SchedulingConfiguration,
|
|
44
|
-
StepConsumer,
|
|
45
44
|
StorageProfileSummary,
|
|
46
45
|
TaskParameterValue,
|
|
47
46
|
} from "./models_0";
|
|
47
|
+
export interface StepConsumer {
|
|
48
|
+
stepId: string | undefined;
|
|
49
|
+
status: DependencyConsumerResolutionStatus | undefined;
|
|
50
|
+
}
|
|
48
51
|
export interface ListStepConsumersResponse {
|
|
49
52
|
consumers: StepConsumer[] | undefined;
|
|
50
53
|
nextToken?: string | undefined;
|
|
@@ -229,6 +229,7 @@ export declare var JobAttachmentSettings$: StaticStructureSchema;
|
|
|
229
229
|
export declare var JobDetailsEntity$: StaticStructureSchema;
|
|
230
230
|
export declare var JobDetailsError$: StaticStructureSchema;
|
|
231
231
|
export declare var JobDetailsIdentifiers$: StaticStructureSchema;
|
|
232
|
+
export declare var JobDetailsJobAttachmentSettings$: StaticStructureSchema;
|
|
232
233
|
export declare var JobMember$: StaticStructureSchema;
|
|
233
234
|
export declare var JobRunAsUser$: StaticStructureSchema;
|
|
234
235
|
export declare var JobSearchSummary$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-deadline",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1105.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-deadline",
|
|
6
6
|
"license": "Apache-2.0",
|