Implemented Update and Delete job queue

This commit is contained in:
Terry Cain 2017-10-04 18:52:12 +01:00
commit 4a45acc216
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
4 changed files with 172 additions and 0 deletions

View file

@ -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
}