Added DescribeJobDefinitions

This commit is contained in:
Terry Cain 2017-10-05 00:00:40 +01:00
commit 0ca3fcc7a2
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
4 changed files with 262 additions and 24 deletions

View file

@ -14,5 +14,7 @@ url_paths = {
'{0}/v1/describejobqueues': BatchResponse.dispatch,
'{0}/v1/updatejobqueue': BatchResponse.dispatch,
'{0}/v1/deletejobqueue': BatchResponse.dispatch,
'{0}/v1/registerjobdefinition': BatchResponse.dispatch
'{0}/v1/registerjobdefinition': BatchResponse.dispatch,
'{0}/v1/deregisterjobdefinition': BatchResponse.dispatch,
'{0}/v1/describejobdefinitions': BatchResponse.dispatch
}