@aws-sdk/client-deadline 3.846.0 → 3.850.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.
@@ -4690,6 +4690,7 @@ const se_ServiceManagedEc2FleetConfiguration = (input, context) => {
4690
4690
  instanceCapabilities: (_) => se_ServiceManagedEc2InstanceCapabilities(_, context),
4691
4691
  instanceMarketOptions: smithy_client_1._json,
4692
4692
  storageProfileId: [],
4693
+ vpcConfiguration: smithy_client_1._json,
4693
4694
  });
4694
4695
  };
4695
4696
  const se_ServiceManagedEc2InstanceCapabilities = (input, context) => {
@@ -4986,6 +4987,8 @@ const de_JobSearchSummary = (output, context) => {
4986
4987
  taskFailureRetryCount: smithy_client_1.expectInt32,
4987
4988
  taskRunStatus: smithy_client_1.expectString,
4988
4989
  taskRunStatusCounts: smithy_client_1._json,
4990
+ updatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
4991
+ updatedBy: smithy_client_1.expectString,
4989
4992
  });
4990
4993
  };
4991
4994
  const de_JobSummaries = (output, context) => {
@@ -5152,6 +5155,7 @@ const de_ServiceManagedEc2FleetConfiguration = (output, context) => {
5152
5155
  instanceCapabilities: (_) => de_ServiceManagedEc2InstanceCapabilities(_, context),
5153
5156
  instanceMarketOptions: smithy_client_1._json,
5154
5157
  storageProfileId: smithy_client_1.expectString,
5158
+ vpcConfiguration: smithy_client_1._json,
5155
5159
  });
5156
5160
  };
5157
5161
  const de_ServiceManagedEc2InstanceCapabilities = (output, context) => {
@@ -5284,6 +5288,7 @@ const de_StepSearchSummaries = (output, context) => {
5284
5288
  const de_StepSearchSummary = (output, context) => {
5285
5289
  return (0, smithy_client_1.take)(output, {
5286
5290
  createdAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
5291
+ createdBy: smithy_client_1.expectString,
5287
5292
  endedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
5288
5293
  jobId: smithy_client_1.expectString,
5289
5294
  lifecycleStatus: smithy_client_1.expectString,
@@ -5297,6 +5302,8 @@ const de_StepSearchSummary = (output, context) => {
5297
5302
  taskFailureRetryCount: smithy_client_1.expectInt32,
5298
5303
  taskRunStatus: smithy_client_1.expectString,
5299
5304
  taskRunStatusCounts: smithy_client_1._json,
5305
+ updatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
5306
+ updatedBy: smithy_client_1.expectString,
5300
5307
  });
5301
5308
  };
5302
5309
  const de_StepSummaries = (output, context) => {
@@ -5346,6 +5353,8 @@ const de_TaskSearchSummary = (output, context) => {
5346
5353
  stepId: smithy_client_1.expectString,
5347
5354
  targetRunStatus: smithy_client_1.expectString,
5348
5355
  taskId: smithy_client_1.expectString,
5356
+ updatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
5357
+ updatedBy: smithy_client_1.expectString,
5349
5358
  });
5350
5359
  };
5351
5360
  const de_TaskSummaries = (output, context) => {
@@ -4457,6 +4457,7 @@ const se_ServiceManagedEc2FleetConfiguration = (input, context) => {
4457
4457
  instanceCapabilities: (_) => se_ServiceManagedEc2InstanceCapabilities(_, context),
4458
4458
  instanceMarketOptions: _json,
4459
4459
  storageProfileId: [],
4460
+ vpcConfiguration: _json,
4460
4461
  });
4461
4462
  };
4462
4463
  const se_ServiceManagedEc2InstanceCapabilities = (input, context) => {
@@ -4753,6 +4754,8 @@ const de_JobSearchSummary = (output, context) => {
4753
4754
  taskFailureRetryCount: __expectInt32,
4754
4755
  taskRunStatus: __expectString,
4755
4756
  taskRunStatusCounts: _json,
4757
+ updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
4758
+ updatedBy: __expectString,
4756
4759
  });
4757
4760
  };
4758
4761
  const de_JobSummaries = (output, context) => {
@@ -4919,6 +4922,7 @@ const de_ServiceManagedEc2FleetConfiguration = (output, context) => {
4919
4922
  instanceCapabilities: (_) => de_ServiceManagedEc2InstanceCapabilities(_, context),
4920
4923
  instanceMarketOptions: _json,
4921
4924
  storageProfileId: __expectString,
4925
+ vpcConfiguration: _json,
4922
4926
  });
4923
4927
  };
4924
4928
  const de_ServiceManagedEc2InstanceCapabilities = (output, context) => {
@@ -5051,6 +5055,7 @@ const de_StepSearchSummaries = (output, context) => {
5051
5055
  const de_StepSearchSummary = (output, context) => {
5052
5056
  return take(output, {
5053
5057
  createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
5058
+ createdBy: __expectString,
5054
5059
  endedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
5055
5060
  jobId: __expectString,
5056
5061
  lifecycleStatus: __expectString,
@@ -5064,6 +5069,8 @@ const de_StepSearchSummary = (output, context) => {
5064
5069
  taskFailureRetryCount: __expectInt32,
5065
5070
  taskRunStatus: __expectString,
5066
5071
  taskRunStatusCounts: _json,
5072
+ updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
5073
+ updatedBy: __expectString,
5067
5074
  });
5068
5075
  };
5069
5076
  const de_StepSummaries = (output, context) => {
@@ -5113,6 +5120,8 @@ const de_TaskSearchSummary = (output, context) => {
5113
5120
  stepId: __expectString,
5114
5121
  targetRunStatus: __expectString,
5115
5122
  taskId: __expectString,
5123
+ updatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
5124
+ updatedBy: __expectString,
5116
5125
  });
5117
5126
  };
5118
5127
  const de_TaskSummaries = (output, context) => {
@@ -140,6 +140,11 @@ declare const CreateFleetCommand_base: {
140
140
  * instanceMarketOptions: { // ServiceManagedEc2InstanceMarketOptions
141
141
  * type: "on-demand" || "spot", // required
142
142
  * },
143
+ * vpcConfiguration: { // VpcConfiguration
144
+ * resourceConfigurationArns: [ // VpcResourceConfigurationArns
145
+ * "STRING_VALUE",
146
+ * ],
147
+ * },
143
148
  * storageProfileId: "STRING_VALUE",
144
149
  * },
145
150
  * },
@@ -149,6 +149,11 @@ declare const GetFleetCommand_base: {
149
149
  * // instanceMarketOptions: { // ServiceManagedEc2InstanceMarketOptions
150
150
  * // type: "on-demand" || "spot", // required
151
151
  * // },
152
+ * // vpcConfiguration: { // VpcConfiguration
153
+ * // resourceConfigurationArns: [ // VpcResourceConfigurationArns
154
+ * // "STRING_VALUE",
155
+ * // ],
156
+ * // },
152
157
  * // storageProfileId: "STRING_VALUE",
153
158
  * // },
154
159
  * // },
@@ -154,6 +154,11 @@ declare const ListFleetsCommand_base: {
154
154
  * // instanceMarketOptions: { // ServiceManagedEc2InstanceMarketOptions
155
155
  * // type: "on-demand" || "spot", // required
156
156
  * // },
157
+ * // vpcConfiguration: { // VpcConfiguration
158
+ * // resourceConfigurationArns: [ // VpcResourceConfigurationArns
159
+ * // "STRING_VALUE",
160
+ * // ],
161
+ * // },
157
162
  * // storageProfileId: "STRING_VALUE",
158
163
  * // },
159
164
  * // },
@@ -133,6 +133,8 @@ declare const SearchJobsCommand_base: {
133
133
  * // createdAt: new Date("TIMESTAMP"),
134
134
  * // endedAt: new Date("TIMESTAMP"),
135
135
  * // startedAt: new Date("TIMESTAMP"),
136
+ * // updatedAt: new Date("TIMESTAMP"),
137
+ * // updatedBy: "STRING_VALUE",
136
138
  * // jobParameters: { // JobParameters
137
139
  * // "<keys>": { // JobParameter Union: only one key present
138
140
  * // int: "STRING_VALUE",
@@ -129,8 +129,11 @@ declare const SearchStepsCommand_base: {
129
129
  * // },
130
130
  * // taskFailureRetryCount: Number("int"),
131
131
  * // createdAt: new Date("TIMESTAMP"),
132
+ * // createdBy: "STRING_VALUE",
132
133
  * // startedAt: new Date("TIMESTAMP"),
133
134
  * // endedAt: new Date("TIMESTAMP"),
135
+ * // updatedAt: new Date("TIMESTAMP"),
136
+ * // updatedBy: "STRING_VALUE",
134
137
  * // parameterSpace: { // ParameterSpace
135
138
  * // parameters: [ // StepParameterList // required
136
139
  * // { // StepParameter
@@ -134,6 +134,8 @@ declare const SearchTasksCommand_base: {
134
134
  * // failureRetryCount: Number("int"),
135
135
  * // startedAt: new Date("TIMESTAMP"),
136
136
  * // endedAt: new Date("TIMESTAMP"),
137
+ * // updatedAt: new Date("TIMESTAMP"),
138
+ * // updatedBy: "STRING_VALUE",
137
139
  * // },
138
140
  * // ],
139
141
  * // nextItemOffset: Number("int"),
@@ -141,6 +141,11 @@ declare const UpdateFleetCommand_base: {
141
141
  * instanceMarketOptions: { // ServiceManagedEc2InstanceMarketOptions
142
142
  * type: "on-demand" || "spot", // required
143
143
  * },
144
+ * vpcConfiguration: { // VpcConfiguration
145
+ * resourceConfigurationArns: [ // VpcResourceConfigurationArns
146
+ * "STRING_VALUE",
147
+ * ],
148
+ * },
144
149
  * storageProfileId: "STRING_VALUE",
145
150
  * },
146
151
  * },
@@ -2741,6 +2741,17 @@ export interface ServiceManagedEc2InstanceMarketOptions {
2741
2741
  */
2742
2742
  type: Ec2MarketType | undefined;
2743
2743
  }
2744
+ /**
2745
+ * <p>The configuration options for a service managed fleet's VPC.</p>
2746
+ * @public
2747
+ */
2748
+ export interface VpcConfiguration {
2749
+ /**
2750
+ * <p>The ARNs of the VPC Lattice resource configurations attached to the fleet.</p>
2751
+ * @public
2752
+ */
2753
+ resourceConfigurationArns?: string[] | undefined;
2754
+ }
2744
2755
  /**
2745
2756
  * <p>The configuration details for a service managed Amazon EC2 fleet.</p>
2746
2757
  * @public
@@ -2756,6 +2767,11 @@ export interface ServiceManagedEc2FleetConfiguration {
2756
2767
  * @public
2757
2768
  */
2758
2769
  instanceMarketOptions: ServiceManagedEc2InstanceMarketOptions | undefined;
2770
+ /**
2771
+ * <p>The VPC configuration details for a service managed Amazon EC2 fleet.</p>
2772
+ * @public
2773
+ */
2774
+ vpcConfiguration?: VpcConfiguration | undefined;
2759
2775
  /**
2760
2776
  * <p>The storage profile ID.</p>
2761
2777
  * @public
@@ -7175,87 +7191,6 @@ export interface ListStepsRequest {
7175
7191
  */
7176
7192
  maxResults?: number | undefined;
7177
7193
  }
7178
- /**
7179
- * <p>The details for a step.</p>
7180
- * @public
7181
- */
7182
- export interface StepSummary {
7183
- /**
7184
- * <p>The step ID.</p>
7185
- * @public
7186
- */
7187
- stepId: string | undefined;
7188
- /**
7189
- * <p>The name of the step.</p>
7190
- * @public
7191
- */
7192
- name: string | undefined;
7193
- /**
7194
- * <p>The life cycle status.</p>
7195
- * @public
7196
- */
7197
- lifecycleStatus: StepLifecycleStatus | undefined;
7198
- /**
7199
- * <p>A message that describes the lifecycle of the step.</p>
7200
- * @public
7201
- */
7202
- lifecycleStatusMessage?: string | undefined;
7203
- /**
7204
- * <p>The task run status for the job.</p> <ul> <li> <p> <code>PENDING</code>–pending and waiting for resources.</p> </li> <li> <p> <code>READY</code>–ready to process.</p> </li> <li> <p> <code>ASSIGNED</code>–assigned and will run next on a worker.</p> </li> <li> <p> <code>SCHEDULED</code>–scheduled to run on a worker.</p> </li> <li> <p> <code>INTERRUPTING</code>–being interrupted.</p> </li> <li> <p> <code>RUNNING</code>–running on a worker.</p> </li> <li> <p> <code>SUSPENDED</code>–the task is suspended.</p> </li> <li> <p> <code>CANCELED</code>–the task has been canceled.</p> </li> <li> <p> <code>FAILED</code>–the task has failed.</p> </li> <li> <p> <code>SUCCEEDED</code>–the task has succeeded.</p> </li> </ul>
7205
- * @public
7206
- */
7207
- taskRunStatus: TaskRunStatus | undefined;
7208
- /**
7209
- * <p>The number of tasks running on the job.</p>
7210
- * @public
7211
- */
7212
- taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
7213
- /**
7214
- * <p>The total number of times tasks from the step failed and were retried.</p>
7215
- * @public
7216
- */
7217
- taskFailureRetryCount?: number | undefined;
7218
- /**
7219
- * <p>The task status to start with on the job.</p>
7220
- * @public
7221
- */
7222
- targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
7223
- /**
7224
- * <p>The date and time the resource was created.</p>
7225
- * @public
7226
- */
7227
- createdAt: Date | undefined;
7228
- /**
7229
- * <p>The user or system that created this resource.</p>
7230
- * @public
7231
- */
7232
- createdBy: string | undefined;
7233
- /**
7234
- * <p>The date and time the resource was updated.</p>
7235
- * @public
7236
- */
7237
- updatedAt?: Date | undefined;
7238
- /**
7239
- * <p>The user or system that updated this resource.</p>
7240
- * @public
7241
- */
7242
- updatedBy?: string | undefined;
7243
- /**
7244
- * <p>The date and time the resource started running.</p>
7245
- * @public
7246
- */
7247
- startedAt?: Date | undefined;
7248
- /**
7249
- * <p>The date and time the resource ended running.</p>
7250
- * @public
7251
- */
7252
- endedAt?: Date | undefined;
7253
- /**
7254
- * <p>The number of dependencies for the step.</p>
7255
- * @public
7256
- */
7257
- dependencyCounts?: DependencyCounts | undefined;
7258
- }
7259
7194
  /**
7260
7195
  * @internal
7261
7196
  */
@@ -1,4 +1,85 @@
1
- import { ComparisonOperator, DateTimeFilterExpression, DeadlinePrincipalType, DefaultQueueBudgetAction, EnvironmentTemplateType, FileSystemLocation, HostPropertiesResponse, JobAttachmentSettings, JobLifecycleStatus, JobParameter, JobRunAsUser, JobTargetTaskRunStatus, MembershipLevel, ParameterSpace, QueueBlockedReason, QueueStatus, SessionLifecycleTargetStatus, StepLifecycleStatus, StepSummary, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, StorageProfileSummary, TaskParameterValue, TaskRunStatus, TaskTargetRunStatus, WorkerStatus } from "./models_0";
1
+ import { ComparisonOperator, DateTimeFilterExpression, DeadlinePrincipalType, DefaultQueueBudgetAction, DependencyCounts, EnvironmentTemplateType, FileSystemLocation, HostPropertiesResponse, JobAttachmentSettings, JobLifecycleStatus, JobParameter, JobRunAsUser, JobTargetTaskRunStatus, MembershipLevel, ParameterSpace, QueueBlockedReason, QueueStatus, SessionLifecycleTargetStatus, StepLifecycleStatus, StepTargetTaskRunStatus, StorageProfileOperatingSystemFamily, StorageProfileSummary, TaskParameterValue, TaskRunStatus, TaskTargetRunStatus, WorkerStatus } from "./models_0";
2
+ /**
3
+ * <p>The details for a step.</p>
4
+ * @public
5
+ */
6
+ export interface StepSummary {
7
+ /**
8
+ * <p>The step ID.</p>
9
+ * @public
10
+ */
11
+ stepId: string | undefined;
12
+ /**
13
+ * <p>The name of the step.</p>
14
+ * @public
15
+ */
16
+ name: string | undefined;
17
+ /**
18
+ * <p>The life cycle status.</p>
19
+ * @public
20
+ */
21
+ lifecycleStatus: StepLifecycleStatus | undefined;
22
+ /**
23
+ * <p>A message that describes the lifecycle of the step.</p>
24
+ * @public
25
+ */
26
+ lifecycleStatusMessage?: string | undefined;
27
+ /**
28
+ * <p>The task run status for the job.</p> <ul> <li> <p> <code>PENDING</code>–pending and waiting for resources.</p> </li> <li> <p> <code>READY</code>–ready to process.</p> </li> <li> <p> <code>ASSIGNED</code>–assigned and will run next on a worker.</p> </li> <li> <p> <code>SCHEDULED</code>–scheduled to run on a worker.</p> </li> <li> <p> <code>INTERRUPTING</code>–being interrupted.</p> </li> <li> <p> <code>RUNNING</code>–running on a worker.</p> </li> <li> <p> <code>SUSPENDED</code>–the task is suspended.</p> </li> <li> <p> <code>CANCELED</code>–the task has been canceled.</p> </li> <li> <p> <code>FAILED</code>–the task has failed.</p> </li> <li> <p> <code>SUCCEEDED</code>–the task has succeeded.</p> </li> </ul>
29
+ * @public
30
+ */
31
+ taskRunStatus: TaskRunStatus | undefined;
32
+ /**
33
+ * <p>The number of tasks running on the job.</p>
34
+ * @public
35
+ */
36
+ taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
37
+ /**
38
+ * <p>The total number of times tasks from the step failed and were retried.</p>
39
+ * @public
40
+ */
41
+ taskFailureRetryCount?: number | undefined;
42
+ /**
43
+ * <p>The task status to start with on the job.</p>
44
+ * @public
45
+ */
46
+ targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
47
+ /**
48
+ * <p>The date and time the resource was created.</p>
49
+ * @public
50
+ */
51
+ createdAt: Date | undefined;
52
+ /**
53
+ * <p>The user or system that created this resource.</p>
54
+ * @public
55
+ */
56
+ createdBy: string | undefined;
57
+ /**
58
+ * <p>The date and time the resource was updated.</p>
59
+ * @public
60
+ */
61
+ updatedAt?: Date | undefined;
62
+ /**
63
+ * <p>The user or system that updated this resource.</p>
64
+ * @public
65
+ */
66
+ updatedBy?: string | undefined;
67
+ /**
68
+ * <p>The date and time the resource started running.</p>
69
+ * @public
70
+ */
71
+ startedAt?: Date | undefined;
72
+ /**
73
+ * <p>The date and time the resource ended running.</p>
74
+ * @public
75
+ */
76
+ endedAt?: Date | undefined;
77
+ /**
78
+ * <p>The number of dependencies for the step.</p>
79
+ * @public
80
+ */
81
+ dependencyCounts?: DependencyCounts | undefined;
82
+ }
2
83
  /**
3
84
  * @public
4
85
  */
@@ -2092,6 +2173,16 @@ export interface JobSearchSummary {
2092
2173
  * @public
2093
2174
  */
2094
2175
  startedAt?: Date | undefined;
2176
+ /**
2177
+ * <p>The date and time the resource was updated.</p>
2178
+ * @public
2179
+ */
2180
+ updatedAt?: Date | undefined;
2181
+ /**
2182
+ * <p>The user or system that updated this resource.</p>
2183
+ * @public
2184
+ */
2185
+ updatedBy?: string | undefined;
2095
2186
  /**
2096
2187
  * <p>The job parameters.</p>
2097
2188
  * @public
@@ -2188,6 +2279,11 @@ export interface StepSearchSummary {
2188
2279
  * @public
2189
2280
  */
2190
2281
  createdAt?: Date | undefined;
2282
+ /**
2283
+ * <p>The user or system that created this resource.</p>
2284
+ * @public
2285
+ */
2286
+ createdBy?: string | undefined;
2191
2287
  /**
2192
2288
  * <p>The date and time the resource started running.</p>
2193
2289
  * @public
@@ -2198,6 +2294,16 @@ export interface StepSearchSummary {
2198
2294
  * @public
2199
2295
  */
2200
2296
  endedAt?: Date | undefined;
2297
+ /**
2298
+ * <p>The date and time the resource was updated.</p>
2299
+ * @public
2300
+ */
2301
+ updatedAt?: Date | undefined;
2302
+ /**
2303
+ * <p>The user or system that updated this resource.</p>
2304
+ * @public
2305
+ */
2306
+ updatedBy?: string | undefined;
2201
2307
  /**
2202
2308
  * <p>The parameters and combination expressions for the search.</p>
2203
2309
  * @public
@@ -2279,6 +2385,16 @@ export interface TaskSearchSummary {
2279
2385
  * @public
2280
2386
  */
2281
2387
  endedAt?: Date | undefined;
2388
+ /**
2389
+ * <p>The date and time the resource was updated.</p>
2390
+ * @public
2391
+ */
2392
+ updatedAt?: Date | undefined;
2393
+ /**
2394
+ * <p>The user or system that updated this resource.</p>
2395
+ * @public
2396
+ */
2397
+ updatedBy?: string | undefined;
2282
2398
  }
2283
2399
  /**
2284
2400
  * @public
@@ -1005,9 +1005,13 @@ export type Ec2MarketType = (typeof Ec2MarketType)[keyof typeof Ec2MarketType];
1005
1005
  export interface ServiceManagedEc2InstanceMarketOptions {
1006
1006
  type: Ec2MarketType | undefined;
1007
1007
  }
1008
+ export interface VpcConfiguration {
1009
+ resourceConfigurationArns?: string[] | undefined;
1010
+ }
1008
1011
  export interface ServiceManagedEc2FleetConfiguration {
1009
1012
  instanceCapabilities: ServiceManagedEc2InstanceCapabilities | undefined;
1010
1013
  instanceMarketOptions: ServiceManagedEc2InstanceMarketOptions | undefined;
1014
+ vpcConfiguration?: VpcConfiguration | undefined;
1011
1015
  storageProfileId?: string | undefined;
1012
1016
  }
1013
1017
  export type FleetConfiguration =
@@ -2240,23 +2244,6 @@ export interface ListStepsRequest {
2240
2244
  nextToken?: string | undefined;
2241
2245
  maxResults?: number | undefined;
2242
2246
  }
2243
- export interface StepSummary {
2244
- stepId: string | undefined;
2245
- name: string | undefined;
2246
- lifecycleStatus: StepLifecycleStatus | undefined;
2247
- lifecycleStatusMessage?: string | undefined;
2248
- taskRunStatus: TaskRunStatus | undefined;
2249
- taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
2250
- taskFailureRetryCount?: number | undefined;
2251
- targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
2252
- createdAt: Date | undefined;
2253
- createdBy: string | undefined;
2254
- updatedAt?: Date | undefined;
2255
- updatedBy?: string | undefined;
2256
- startedAt?: Date | undefined;
2257
- endedAt?: Date | undefined;
2258
- dependencyCounts?: DependencyCounts | undefined;
2259
- }
2260
2247
  export declare const TaskParameterValueFilterSensitiveLog: (
2261
2248
  obj: TaskParameterValue
2262
2249
  ) => any;
@@ -3,6 +3,7 @@ import {
3
3
  DateTimeFilterExpression,
4
4
  DeadlinePrincipalType,
5
5
  DefaultQueueBudgetAction,
6
+ DependencyCounts,
6
7
  EnvironmentTemplateType,
7
8
  FileSystemLocation,
8
9
  HostPropertiesResponse,
@@ -17,7 +18,6 @@ import {
17
18
  QueueStatus,
18
19
  SessionLifecycleTargetStatus,
19
20
  StepLifecycleStatus,
20
- StepSummary,
21
21
  StepTargetTaskRunStatus,
22
22
  StorageProfileOperatingSystemFamily,
23
23
  StorageProfileSummary,
@@ -26,6 +26,23 @@ import {
26
26
  TaskTargetRunStatus,
27
27
  WorkerStatus,
28
28
  } from "./models_0";
29
+ export interface StepSummary {
30
+ stepId: string | undefined;
31
+ name: string | undefined;
32
+ lifecycleStatus: StepLifecycleStatus | undefined;
33
+ lifecycleStatusMessage?: string | undefined;
34
+ taskRunStatus: TaskRunStatus | undefined;
35
+ taskRunStatusCounts: Partial<Record<TaskRunStatus, number>> | undefined;
36
+ taskFailureRetryCount?: number | undefined;
37
+ targetTaskRunStatus?: StepTargetTaskRunStatus | undefined;
38
+ createdAt: Date | undefined;
39
+ createdBy: string | undefined;
40
+ updatedAt?: Date | undefined;
41
+ updatedBy?: string | undefined;
42
+ startedAt?: Date | undefined;
43
+ endedAt?: Date | undefined;
44
+ dependencyCounts?: DependencyCounts | undefined;
45
+ }
29
46
  export interface ListStepsResponse {
30
47
  steps: StepSummary[] | undefined;
31
48
  nextToken?: string | undefined;
@@ -570,6 +587,8 @@ export interface JobSearchSummary {
570
587
  createdAt?: Date | undefined;
571
588
  endedAt?: Date | undefined;
572
589
  startedAt?: Date | undefined;
590
+ updatedAt?: Date | undefined;
591
+ updatedBy?: string | undefined;
573
592
  jobParameters?: Record<string, JobParameter> | undefined;
574
593
  maxWorkerCount?: number | undefined;
575
594
  sourceJobId?: string | undefined;
@@ -591,8 +610,11 @@ export interface StepSearchSummary {
591
610
  taskRunStatusCounts?: Partial<Record<TaskRunStatus, number>> | undefined;
592
611
  taskFailureRetryCount?: number | undefined;
593
612
  createdAt?: Date | undefined;
613
+ createdBy?: string | undefined;
594
614
  startedAt?: Date | undefined;
595
615
  endedAt?: Date | undefined;
616
+ updatedAt?: Date | undefined;
617
+ updatedBy?: string | undefined;
596
618
  parameterSpace?: ParameterSpace | undefined;
597
619
  }
598
620
  export interface SearchStepsResponse {
@@ -611,6 +633,8 @@ export interface TaskSearchSummary {
611
633
  failureRetryCount?: number | undefined;
612
634
  startedAt?: Date | undefined;
613
635
  endedAt?: Date | undefined;
636
+ updatedAt?: Date | undefined;
637
+ updatedBy?: string | undefined;
614
638
  }
615
639
  export interface SearchTasksResponse {
616
640
  tasks: TaskSearchSummary[] | 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.846.0",
4
+ "version": "3.850.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",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.846.0",
24
- "@aws-sdk/credential-provider-node": "3.846.0",
24
+ "@aws-sdk/credential-provider-node": "3.848.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.846.0",
28
+ "@aws-sdk/middleware-user-agent": "3.848.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
30
  "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.845.0",
31
+ "@aws-sdk/util-endpoints": "3.848.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.846.0",
33
+ "@aws-sdk/util-user-agent-node": "3.848.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.7.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.0",