Skip to content

Commit

Permalink
Add missing parameter to UpdateJobExecution (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose authored Apr 7, 2020
1 parent 4e364be commit 0e96076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/iotjobs/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export interface UpdateJobExecutionRequest {
statusDetails?: {[key: string]: string};
includeJobExecutionState?: boolean;
status?: JobStatus;
stepTimeoutInMinutes?: number;
jobId: string;
clientToken?: string;
}
Expand Down

0 comments on commit 0e96076

Please sign in to comment.