Improve SSM PutParameter & DescribeParameters actions (#1348)
This commit is contained in:
parent
2609f6cd3a
commit
caec929506
3 changed files with 98 additions and 6 deletions
|
|
@ -117,7 +117,7 @@ class SimpleSystemManagerResponse(BaseResponse):
|
|||
|
||||
end = token + page_size
|
||||
for parameter in result[token:]:
|
||||
param_data = parameter.response_object(False)
|
||||
param_data = parameter.describe_response_object(False)
|
||||
add = False
|
||||
|
||||
if filters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue