Fixed batch errors

This commit is contained in:
Terry Cain 2017-09-29 23:43:03 +01:00
commit 9af88bf206
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
2 changed files with 7 additions and 4 deletions

View file

@ -6,6 +6,6 @@ url_bases = [
]
url_paths = {
'{0}/v1/createcomputeenvironment': BatchResponse.dispatch,
'{0}/v1/describecomputeenvironments': BatchResponse.dispatch,
'{0}/v1/createcomputeenvironment$': BatchResponse.dispatch,
'{0}/v1/describecomputeenvironments$': BatchResponse.dispatch,
}