@aws-sdk/client-deadline 3.830.0 → 3.838.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/protocols/Aws_restJson1.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +6 -0
- package/dist-types/commands/GetJobCommand.d.ts +1 -0
- package/dist-types/commands/GetStepCommand.d.ts +1 -0
- package/dist-types/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListStepsCommand.d.ts +1 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +1 -0
- package/dist-types/commands/SearchStepsCommand.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +23 -3
- package/dist-types/models/models_1.d.ts +10 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/package.json +11 -11
|
@@ -3286,6 +3286,7 @@ const de_GetJobCommand = async (output, context) => {
|
|
|
3286
3286
|
startedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
3287
3287
|
storageProfileId: smithy_client_1.expectString,
|
|
3288
3288
|
targetTaskRunStatus: smithy_client_1.expectString,
|
|
3289
|
+
taskFailureRetryCount: smithy_client_1.expectInt32,
|
|
3289
3290
|
taskRunStatus: smithy_client_1.expectString,
|
|
3290
3291
|
taskRunStatusCounts: smithy_client_1._json,
|
|
3291
3292
|
updatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
@@ -3552,6 +3553,7 @@ const de_GetStepCommand = async (output, context) => {
|
|
|
3552
3553
|
startedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
3553
3554
|
stepId: smithy_client_1.expectString,
|
|
3554
3555
|
targetTaskRunStatus: smithy_client_1.expectString,
|
|
3556
|
+
taskFailureRetryCount: smithy_client_1.expectInt32,
|
|
3555
3557
|
taskRunStatus: smithy_client_1.expectString,
|
|
3556
3558
|
taskRunStatusCounts: smithy_client_1._json,
|
|
3557
3559
|
updatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
@@ -4979,6 +4981,7 @@ const de_JobSearchSummary = (output, context) => {
|
|
|
4979
4981
|
sourceJobId: smithy_client_1.expectString,
|
|
4980
4982
|
startedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
4981
4983
|
targetTaskRunStatus: smithy_client_1.expectString,
|
|
4984
|
+
taskFailureRetryCount: smithy_client_1.expectInt32,
|
|
4982
4985
|
taskRunStatus: smithy_client_1.expectString,
|
|
4983
4986
|
taskRunStatusCounts: smithy_client_1._json,
|
|
4984
4987
|
});
|
|
@@ -5007,6 +5010,7 @@ const de_JobSummary = (output, context) => {
|
|
|
5007
5010
|
sourceJobId: smithy_client_1.expectString,
|
|
5008
5011
|
startedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
5009
5012
|
targetTaskRunStatus: smithy_client_1.expectString,
|
|
5013
|
+
taskFailureRetryCount: smithy_client_1.expectInt32,
|
|
5010
5014
|
taskRunStatus: smithy_client_1.expectString,
|
|
5011
5015
|
taskRunStatusCounts: smithy_client_1._json,
|
|
5012
5016
|
updatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
@@ -5287,6 +5291,7 @@ const de_StepSearchSummary = (output, context) => {
|
|
|
5287
5291
|
startedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
5288
5292
|
stepId: smithy_client_1.expectString,
|
|
5289
5293
|
targetTaskRunStatus: smithy_client_1.expectString,
|
|
5294
|
+
taskFailureRetryCount: smithy_client_1.expectInt32,
|
|
5290
5295
|
taskRunStatus: smithy_client_1.expectString,
|
|
5291
5296
|
taskRunStatusCounts: smithy_client_1._json,
|
|
5292
5297
|
});
|
|
@@ -5311,6 +5316,7 @@ const de_StepSummary = (output, context) => {
|
|
|
5311
5316
|
startedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
5312
5317
|
stepId: smithy_client_1.expectString,
|
|
5313
5318
|
targetTaskRunStatus: smithy_client_1.expectString,
|
|
5319
|
+
taskFailureRetryCount: smithy_client_1.expectInt32,
|
|
5314
5320
|
taskRunStatus: smithy_client_1.expectString,
|
|
5315
5321
|
taskRunStatusCounts: smithy_client_1._json,
|
|
5316
5322
|
updatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
@@ -3122,6 +3122,7 @@ export const de_GetJobCommand = async (output, context) => {
|
|
|
3122
3122
|
startedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
3123
3123
|
storageProfileId: __expectString,
|
|
3124
3124
|
targetTaskRunStatus: __expectString,
|
|
3125
|
+
taskFailureRetryCount: __expectInt32,
|
|
3125
3126
|
taskRunStatus: __expectString,
|
|
3126
3127
|
taskRunStatusCounts: _json,
|
|
3127
3128
|
updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
@@ -3377,6 +3378,7 @@ export const de_GetStepCommand = async (output, context) => {
|
|
|
3377
3378
|
startedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
3378
3379
|
stepId: __expectString,
|
|
3379
3380
|
targetTaskRunStatus: __expectString,
|
|
3381
|
+
taskFailureRetryCount: __expectInt32,
|
|
3380
3382
|
taskRunStatus: __expectString,
|
|
3381
3383
|
taskRunStatusCounts: _json,
|
|
3382
3384
|
updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
@@ -4746,6 +4748,7 @@ const de_JobSearchSummary = (output, context) => {
|
|
|
4746
4748
|
sourceJobId: __expectString,
|
|
4747
4749
|
startedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
4748
4750
|
targetTaskRunStatus: __expectString,
|
|
4751
|
+
taskFailureRetryCount: __expectInt32,
|
|
4749
4752
|
taskRunStatus: __expectString,
|
|
4750
4753
|
taskRunStatusCounts: _json,
|
|
4751
4754
|
});
|
|
@@ -4774,6 +4777,7 @@ const de_JobSummary = (output, context) => {
|
|
|
4774
4777
|
sourceJobId: __expectString,
|
|
4775
4778
|
startedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
4776
4779
|
targetTaskRunStatus: __expectString,
|
|
4780
|
+
taskFailureRetryCount: __expectInt32,
|
|
4777
4781
|
taskRunStatus: __expectString,
|
|
4778
4782
|
taskRunStatusCounts: _json,
|
|
4779
4783
|
updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
@@ -5054,6 +5058,7 @@ const de_StepSearchSummary = (output, context) => {
|
|
|
5054
5058
|
startedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
5055
5059
|
stepId: __expectString,
|
|
5056
5060
|
targetTaskRunStatus: __expectString,
|
|
5061
|
+
taskFailureRetryCount: __expectInt32,
|
|
5057
5062
|
taskRunStatus: __expectString,
|
|
5058
5063
|
taskRunStatusCounts: _json,
|
|
5059
5064
|
});
|
|
@@ -5078,6 +5083,7 @@ const de_StepSummary = (output, context) => {
|
|
|
5078
5083
|
startedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
5079
5084
|
stepId: __expectString,
|
|
5080
5085
|
targetTaskRunStatus: __expectString,
|
|
5086
|
+
taskFailureRetryCount: __expectInt32,
|
|
5081
5087
|
taskRunStatus: __expectString,
|
|
5082
5088
|
taskRunStatusCounts: _json,
|
|
5083
5089
|
updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
|
|
@@ -58,6 +58,7 @@ declare const GetJobCommand_base: {
|
|
|
58
58
|
* // taskRunStatusCounts: { // TaskRunStatusCounts
|
|
59
59
|
* // "<keys>": Number("int"),
|
|
60
60
|
* // },
|
|
61
|
+
* // taskFailureRetryCount: Number("int"),
|
|
61
62
|
* // storageProfileId: "STRING_VALUE",
|
|
62
63
|
* // maxFailedTasksCount: Number("int"),
|
|
63
64
|
* // maxRetriesPerTask: Number("int"),
|
|
@@ -51,6 +51,7 @@ declare const GetStepCommand_base: {
|
|
|
51
51
|
* // taskRunStatusCounts: { // TaskRunStatusCounts // required
|
|
52
52
|
* // "<keys>": Number("int"),
|
|
53
53
|
* // },
|
|
54
|
+
* // taskFailureRetryCount: Number("int"),
|
|
54
55
|
* // targetTaskRunStatus: "READY" || "FAILED" || "SUCCEEDED" || "CANCELED" || "SUSPENDED" || "PENDING",
|
|
55
56
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
56
57
|
* // createdBy: "STRING_VALUE", // required
|
|
@@ -62,6 +62,7 @@ declare const ListJobsCommand_base: {
|
|
|
62
62
|
* // taskRunStatusCounts: { // TaskRunStatusCounts
|
|
63
63
|
* // "<keys>": Number("int"),
|
|
64
64
|
* // },
|
|
65
|
+
* // taskFailureRetryCount: Number("int"),
|
|
65
66
|
* // maxFailedTasksCount: Number("int"),
|
|
66
67
|
* // maxRetriesPerTask: Number("int"),
|
|
67
68
|
* // maxWorkerCount: Number("int"),
|
|
@@ -54,6 +54,7 @@ declare const ListStepsCommand_base: {
|
|
|
54
54
|
* // taskRunStatusCounts: { // TaskRunStatusCounts // required
|
|
55
55
|
* // "<keys>": Number("int"),
|
|
56
56
|
* // },
|
|
57
|
+
* // taskFailureRetryCount: Number("int"),
|
|
57
58
|
* // targetTaskRunStatus: "READY" || "FAILED" || "SUCCEEDED" || "CANCELED" || "SUSPENDED" || "PENDING",
|
|
58
59
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
59
60
|
* // createdBy: "STRING_VALUE", // required
|
|
@@ -125,6 +125,7 @@ declare const SearchJobsCommand_base: {
|
|
|
125
125
|
* // taskRunStatusCounts: { // TaskRunStatusCounts
|
|
126
126
|
* // "<keys>": Number("int"),
|
|
127
127
|
* // },
|
|
128
|
+
* // taskFailureRetryCount: Number("int"),
|
|
128
129
|
* // priority: Number("int"),
|
|
129
130
|
* // maxFailedTasksCount: Number("int"),
|
|
130
131
|
* // maxRetriesPerTask: Number("int"),
|
|
@@ -127,6 +127,7 @@ declare const SearchStepsCommand_base: {
|
|
|
127
127
|
* // taskRunStatusCounts: { // TaskRunStatusCounts
|
|
128
128
|
* // "<keys>": Number("int"),
|
|
129
129
|
* // },
|
|
130
|
+
* // taskFailureRetryCount: Number("int"),
|
|
130
131
|
* // createdAt: new Date("TIMESTAMP"),
|
|
131
132
|
* // startedAt: new Date("TIMESTAMP"),
|
|
132
133
|
* // endedAt: new Date("TIMESTAMP"),
|
|
@@ -8,7 +8,7 @@ export interface ClientInputEndpointParameters {
|
|
|
8
8
|
useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
|
|
9
9
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
10
10
|
}
|
|
11
|
-
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
11
|
+
export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
|
|
@@ -37,12 +37,12 @@ export type AcceleratorName = (typeof AcceleratorName)[keyof typeof AcceleratorN
|
|
|
37
37
|
*/
|
|
38
38
|
export interface AcceleratorSelection {
|
|
39
39
|
/**
|
|
40
|
-
* <p>The name of the chip used by the GPU accelerator.</p> <p>If you specify <code>l4</code> as the name of the accelerator, you must specify <code>latest</code> or <code>grid:
|
|
40
|
+
* <p>The name of the chip used by the GPU accelerator.</p> <p>If you specify <code>l4</code> as the name of the accelerator, you must specify <code>latest</code> or <code>grid:r570</code> as the runtime.</p> <p>The available GPU accelerators are:</p> <ul> <li> <p> <code>t4</code> - NVIDIA T4 Tensor Core GPU</p> </li> <li> <p> <code>a10g</code> - NVIDIA A10G Tensor Core GPU</p> </li> <li> <p> <code>l4</code> - NVIDIA L4 Tensor Core GPU</p> </li> <li> <p> <code>l40s</code> - NVIDIA L40S Tensor Core GPU</p> </li> </ul>
|
|
41
41
|
* @public
|
|
42
42
|
*/
|
|
43
43
|
name: AcceleratorName | undefined;
|
|
44
44
|
/**
|
|
45
|
-
* <p>Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs. </p> <p>You can choose from the following runtimes:</p> <ul> <li> <p> <code>latest</code> - Use the latest runtime available for the chip. If you specify <code>latest</code> and a new version of the runtime is released, the new version of the runtime is used.</p> </li> <li> <p> <code>grid:
|
|
45
|
+
* <p>Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs. </p> <p>You can choose from the following runtimes:</p> <ul> <li> <p> <code>latest</code> - Use the latest runtime available for the chip. If you specify <code>latest</code> and a new version of the runtime is released, the new version of the runtime is used.</p> </li> <li> <p> <code>grid:r570</code> - <a href="https://docs.nvidia.com/vgpu/18.0/index.html">NVIDIA vGPU software 18</a> </p> </li> <li> <p> <code>grid:r535</code> - <a href="https://docs.nvidia.com/vgpu/16.0/index.html">NVIDIA vGPU software 16</a> </p> </li> </ul> <p>If you don't specify a runtime, Deadline Cloud uses <code>latest</code> as the default. However, if you have multiple accelerators and specify <code>latest</code> for some and leave others blank, Deadline Cloud raises an exception.</p>
|
|
46
46
|
* @public
|
|
47
47
|
*/
|
|
48
48
|
runtime?: string | undefined;
|
|
@@ -3709,7 +3709,7 @@ export interface GetFleetResponse {
|
|
|
3709
3709
|
*/
|
|
3710
3710
|
description?: string | undefined;
|
|
3711
3711
|
/**
|
|
3712
|
-
* <p>The
|
|
3712
|
+
* <p>The status of the fleet.</p>
|
|
3713
3713
|
* @public
|
|
3714
3714
|
*/
|
|
3715
3715
|
status: FleetStatus | undefined;
|
|
@@ -5576,6 +5576,11 @@ export interface GetJobResponse {
|
|
|
5576
5576
|
* @public
|
|
5577
5577
|
*/
|
|
5578
5578
|
taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
5579
|
+
/**
|
|
5580
|
+
* <p>The total number of times tasks from the job failed and were retried.</p>
|
|
5581
|
+
* @public
|
|
5582
|
+
*/
|
|
5583
|
+
taskFailureRetryCount?: number | undefined;
|
|
5579
5584
|
/**
|
|
5580
5585
|
* <p>The storage profile ID associated with the job.</p>
|
|
5581
5586
|
* @public
|
|
@@ -6163,6 +6168,11 @@ export interface GetStepResponse {
|
|
|
6163
6168
|
* @public
|
|
6164
6169
|
*/
|
|
6165
6170
|
taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
6171
|
+
/**
|
|
6172
|
+
* <p>The total number of times tasks from the step failed and were retried.</p>
|
|
6173
|
+
* @public
|
|
6174
|
+
*/
|
|
6175
|
+
taskFailureRetryCount?: number | undefined;
|
|
6166
6176
|
/**
|
|
6167
6177
|
* <p>The task status with which the job started.</p>
|
|
6168
6178
|
* @public
|
|
@@ -6566,6 +6576,11 @@ export interface JobSummary {
|
|
|
6566
6576
|
* @public
|
|
6567
6577
|
*/
|
|
6568
6578
|
taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
6579
|
+
/**
|
|
6580
|
+
* <p>The total number of times tasks from the job failed and were retried.</p>
|
|
6581
|
+
* @public
|
|
6582
|
+
*/
|
|
6583
|
+
taskFailureRetryCount?: number | undefined;
|
|
6569
6584
|
/**
|
|
6570
6585
|
* <p>The number of task failures before the job stops running and is marked as <code>FAILED</code>.</p>
|
|
6571
6586
|
* @public
|
|
@@ -7124,6 +7139,11 @@ export interface StepSummary {
|
|
|
7124
7139
|
* @public
|
|
7125
7140
|
*/
|
|
7126
7141
|
taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
7142
|
+
/**
|
|
7143
|
+
* <p>The total number of times tasks from the step failed and were retried.</p>
|
|
7144
|
+
* @public
|
|
7145
|
+
*/
|
|
7146
|
+
taskFailureRetryCount?: number | undefined;
|
|
7127
7147
|
/**
|
|
7128
7148
|
* <p>The task status to start with on the job.</p>
|
|
7129
7149
|
* @public
|
|
@@ -2002,6 +2002,11 @@ export interface JobSearchSummary {
|
|
|
2002
2002
|
* @public
|
|
2003
2003
|
*/
|
|
2004
2004
|
taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
2005
|
+
/**
|
|
2006
|
+
* <p>The total number of times tasks from the job failed and were retried.</p>
|
|
2007
|
+
* @public
|
|
2008
|
+
*/
|
|
2009
|
+
taskFailureRetryCount?: number | undefined;
|
|
2005
2010
|
/**
|
|
2006
2011
|
* <p>The job priority.</p>
|
|
2007
2012
|
* @public
|
|
@@ -2123,6 +2128,11 @@ export interface StepSearchSummary {
|
|
|
2123
2128
|
* @public
|
|
2124
2129
|
*/
|
|
2125
2130
|
taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
2131
|
+
/**
|
|
2132
|
+
* <p>The total number of times tasks from the step failed and were retried.</p>
|
|
2133
|
+
* @public
|
|
2134
|
+
*/
|
|
2135
|
+
taskFailureRetryCount?: number | undefined;
|
|
2126
2136
|
/**
|
|
2127
2137
|
* <p>The date and time the resource was created.</p>
|
|
2128
2138
|
* @public
|
|
@@ -16,7 +16,10 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export type ClientResolvedEndpointParameters =
|
|
19
|
+
export type ClientResolvedEndpointParameters = Pick<
|
|
20
|
+
ClientInputEndpointParameters,
|
|
21
|
+
Exclude<keyof ClientInputEndpointParameters, "endpoint">
|
|
22
|
+
> & {
|
|
20
23
|
defaultSigningName: string;
|
|
21
24
|
};
|
|
22
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
@@ -1748,6 +1748,7 @@ export interface GetJobResponse {
|
|
|
1748
1748
|
taskRunStatus?: TaskRunStatus | undefined;
|
|
1749
1749
|
targetTaskRunStatus?: JobTargetTaskRunStatus | undefined;
|
|
1750
1750
|
taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
1751
|
+
taskFailureRetryCount?: number | undefined;
|
|
1751
1752
|
storageProfileId?: string | undefined;
|
|
1752
1753
|
maxFailedTasksCount?: number | undefined;
|
|
1753
1754
|
maxRetriesPerTask?: number | undefined;
|
|
@@ -1946,6 +1947,7 @@ export interface GetStepResponse {
|
|
|
1946
1947
|
lifecycleStatusMessage?: string | undefined;
|
|
1947
1948
|
taskRunStatus: TaskRunStatus | undefined;
|
|
1948
1949
|
taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
1950
|
+
taskFailureRetryCount?: number | undefined;
|
|
1949
1951
|
targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
|
|
1950
1952
|
createdAt: Date | undefined;
|
|
1951
1953
|
createdBy: string | undefined;
|
|
@@ -2042,6 +2044,7 @@ export interface JobSummary {
|
|
|
2042
2044
|
taskRunStatus?: TaskRunStatus | undefined;
|
|
2043
2045
|
targetTaskRunStatus?: JobTargetTaskRunStatus | undefined;
|
|
2044
2046
|
taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
2047
|
+
taskFailureRetryCount?: number | undefined;
|
|
2045
2048
|
maxFailedTasksCount?: number | undefined;
|
|
2046
2049
|
maxRetriesPerTask?: number | undefined;
|
|
2047
2050
|
maxWorkerCount?: number | undefined;
|
|
@@ -2216,6 +2219,7 @@ export interface StepSummary {
|
|
|
2216
2219
|
lifecycleStatusMessage?: string | undefined;
|
|
2217
2220
|
taskRunStatus: TaskRunStatus | undefined;
|
|
2218
2221
|
taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
2222
|
+
taskFailureRetryCount?: number | undefined;
|
|
2219
2223
|
targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
|
|
2220
2224
|
createdAt: Date | undefined;
|
|
2221
2225
|
createdBy: string | undefined;
|
|
@@ -549,6 +549,7 @@ export interface JobSearchSummary {
|
|
|
549
549
|
taskRunStatus?: TaskRunStatus | undefined;
|
|
550
550
|
targetTaskRunStatus?: JobTargetTaskRunStatus | undefined;
|
|
551
551
|
taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
552
|
+
taskFailureRetryCount?: number | undefined;
|
|
552
553
|
priority?: number | undefined;
|
|
553
554
|
maxFailedTasksCount?: number | undefined;
|
|
554
555
|
maxRetriesPerTask?: number | undefined;
|
|
@@ -575,6 +576,7 @@ export interface StepSearchSummary {
|
|
|
575
576
|
taskRunStatus?: TaskRunStatus | undefined;
|
|
576
577
|
targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
|
|
577
578
|
taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>> | undefined;
|
|
579
|
+
taskFailureRetryCount?: number | undefined;
|
|
578
580
|
createdAt?: Date | undefined;
|
|
579
581
|
startedAt?: Date | undefined;
|
|
580
582
|
endedAt?: Date | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-deadline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Deadline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.838.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.835.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.835.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.835.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
30
|
"@aws-sdk/types": "3.821.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.828.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.835.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
35
|
"@smithy/core": "^3.5.3",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.4",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.13",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.6",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.4",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.20",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.20",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
57
|
+
"@smithy/util-retry": "^4.0.6",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.0.5",
|
|
60
60
|
"@types/uuid": "^9.0.1",
|