Change fields to be start with lower case based on examing of real AWS calls.
This commit is contained in:
parent
a7e23e45fd
commit
65dd7f7639
3 changed files with 29 additions and 25 deletions
|
|
@ -34,7 +34,7 @@ class DataPipelineResponse(BaseResponse):
|
|||
"HasMoreResults": False,
|
||||
"Marker": None,
|
||||
"PipelineIdList": [
|
||||
{"Id": pipeline.pipeline_id, "Name": pipeline.name} for pipeline in pipelines
|
||||
pipeline.to_meta_json() for pipeline in pipelines
|
||||
]
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue