@@ -70,6 +70,27 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad
70
70
* // startedAt: Number("long"),
71
71
* // stoppedAt: Number("long"),
72
72
* // statusReason: "STRING_VALUE",
73
+ * // taskProperties: [ // ListAttemptEcsTaskDetails
74
+ * // { // AttemptEcsTaskDetails
75
+ * // containerInstanceArn: "STRING_VALUE",
76
+ * // taskArn: "STRING_VALUE",
77
+ * // containers: [ // ListAttemptTaskContainerDetails
78
+ * // { // AttemptTaskContainerDetails
79
+ * // exitCode: Number("int"),
80
+ * // name: "STRING_VALUE",
81
+ * // reason: "STRING_VALUE",
82
+ * // logStreamName: "STRING_VALUE",
83
+ * // networkInterfaces: [
84
+ * // {
85
+ * // attachmentId: "STRING_VALUE",
86
+ * // ipv6Address: "STRING_VALUE",
87
+ * // privateIpv4Address: "STRING_VALUE",
88
+ * // },
89
+ * // ],
90
+ * // },
91
+ * // ],
92
+ * // },
93
+ * // ],
73
94
* // },
74
95
* // ],
75
96
* // statusReason: "STRING_VALUE",
@@ -153,13 +174,7 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad
153
174
* // taskArn: "STRING_VALUE",
154
175
* // logStreamName: "STRING_VALUE",
155
176
* // instanceType: "STRING_VALUE",
156
- * // networkInterfaces: [
157
- * // {
158
- * // attachmentId: "STRING_VALUE",
159
- * // ipv6Address: "STRING_VALUE",
160
- * // privateIpv4Address: "STRING_VALUE",
161
- * // },
162
- * // ],
177
+ * // networkInterfaces: "<NetworkInterfaceList>",
163
178
* // resourceRequirements: [ // ResourceRequirements
164
179
* // { // ResourceRequirement
165
180
* // value: "STRING_VALUE", // required
@@ -520,12 +535,14 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad
520
535
* // { // EksAttemptDetail
521
536
* // containers: [ // EksAttemptContainerDetails
522
537
* // { // EksAttemptContainerDetail
538
+ * // name: "STRING_VALUE",
523
539
* // exitCode: Number("int"),
524
540
* // reason: "STRING_VALUE",
525
541
* // },
526
542
* // ],
527
543
* // initContainers: [
528
544
* // {
545
+ * // name: "STRING_VALUE",
529
546
* // exitCode: Number("int"),
530
547
* // reason: "STRING_VALUE",
531
548
* // },
0 commit comments