Added CreateJobQueue and DescribeJobQueue
This commit is contained in:
parent
88a11b21ae
commit
15218df12f
5 changed files with 237 additions and 3 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue