Implemented Update and Delete job queue
This commit is contained in:
parent
2249eee49d
commit
4a45acc216
4 changed files with 172 additions and 0 deletions
|
|
@ -12,4 +12,6 @@ url_paths = {
|
|||
'{0}/v1/updatecomputeenvironment': BatchResponse.dispatch,
|
||||
'{0}/v1/createjobqueue': BatchResponse.dispatch,
|
||||
'{0}/v1/describejobqueues': BatchResponse.dispatch,
|
||||
'{0}/v1/updatejobqueue': BatchResponse.dispatch,
|
||||
'{0}/v1/deletejobqueue': BatchResponse.dispatch
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue