Added DeleteComputeEnvironment and UpdateComputeEnvironment
This commit is contained in:
parent
a027f86cc8
commit
88a11b21ae
5 changed files with 216 additions and 4 deletions
|
|
@ -8,4 +8,6 @@ url_bases = [
|
|||
url_paths = {
|
||||
'{0}/v1/createcomputeenvironment$': BatchResponse.dispatch,
|
||||
'{0}/v1/describecomputeenvironments$': BatchResponse.dispatch,
|
||||
'{0}/v1/deletecomputeenvironment': BatchResponse.dispatch,
|
||||
'{0}/v1/updatecomputeenvironment': BatchResponse.dispatch,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue