@@ -127,6 +127,7 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
127127 * // TriggerName: "STRING_VALUE",
128128 * // JobName: "STRING_VALUE",
129129 * // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
130+ * // JobRunQueuingEnabled: true || false,
130131 * // StartedOn: new Date("TIMESTAMP"),
131132 * // LastModifiedOn: new Date("TIMESTAMP"),
132133 * // CompletedOn: new Date("TIMESTAMP"),
@@ -157,6 +158,7 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
157158 * // ExecutionClass: "FLEX" || "STANDARD",
158159 * // MaintenanceWindow: "STRING_VALUE",
159160 * // ProfileName: "STRING_VALUE",
161+ * // StateDetail: "STRING_VALUE",
160162 * // },
161163 * // ],
162164 * // },
@@ -242,6 +244,7 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
242244 * // TriggerName: "STRING_VALUE",
243245 * // JobName: "STRING_VALUE",
244246 * // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
247+ * // JobRunQueuingEnabled: true || false,
245248 * // StartedOn: new Date("TIMESTAMP"),
246249 * // LastModifiedOn: new Date("TIMESTAMP"),
247250 * // CompletedOn: new Date("TIMESTAMP"),
@@ -268,6 +271,7 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
268271 * // ExecutionClass: "FLEX" || "STANDARD",
269272 * // MaintenanceWindow: "STRING_VALUE",
270273 * // ProfileName: "STRING_VALUE",
274+ * // StateDetail: "STRING_VALUE",
271275 * // },
272276 * // ],
273277 * // },
0 commit comments