File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.4.2
4+
5+ ### Fixed
6+
7+ - Add return typehint for ` listLayerVersions `
8+
39## 0.4.1
410
511### Changed
Original file line number Diff line number Diff line change 1212use AsyncAws \Lambda \Result \InvocationResponse ;
1313use AsyncAws \Lambda \Result \ListLayerVersionsResponse ;
1414use AsyncAws \Lambda \Result \PublishLayerVersionResponse ;
15+ use AsyncAws \Lambda \ValueObject \LayerVersionsListItem ;
1516
1617class LambdaClient extends AbstractApi
1718{
@@ -81,6 +82,8 @@ public function invoke($input): InvocationResponse
8182 * MaxItems?: int,
8283 * @region?: string,
8384 * }|ListLayerVersionsRequest $input
85+ *
86+ * @return \Traversable<LayerVersionsListItem> & ListLayerVersionsResponse
8487 */
8588 public function listLayerVersions ($ input ): ListLayerVersionsResponse
8689 {
You can’t perform that action at this time.
0 commit comments