Added CreateJobQueue and DescribeJobQueue

This commit is contained in:
Terry Cain 2017-10-03 23:21:06 +01:00
commit 15218df12f
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
5 changed files with 237 additions and 3 deletions

View file

@ -10,4 +10,6 @@ url_paths = {
'{0}/v1/describecomputeenvironments$': BatchResponse.dispatch,
'{0}/v1/deletecomputeenvironment': BatchResponse.dispatch,
'{0}/v1/updatecomputeenvironment': BatchResponse.dispatch,
'{0}/v1/createjobqueue': BatchResponse.dispatch,
'{0}/v1/describejobqueues': BatchResponse.dispatch,
}