@@ -36,7 +36,7 @@ public function addLayerVersionPermission($input): AddLayerVersionPermissionResp
3636 {
3737 $ response = $ this ->getResponse (AddLayerVersionPermissionRequest::create ($ input )->request ());
3838
39- return new AddLayerVersionPermissionResponse ($ response, $ this -> httpClient );
39+ return new AddLayerVersionPermissionResponse ($ response );
4040 }
4141
4242 /**
@@ -58,7 +58,7 @@ public function invoke($input): InvocationResponse
5858 {
5959 $ response = $ this ->getResponse (InvocationRequest::create ($ input )->request ());
6060
61- return new InvocationResponse ($ response, $ this -> httpClient );
61+ return new InvocationResponse ($ response );
6262 }
6363
6464 /**
@@ -81,7 +81,7 @@ public function listLayerVersions($input): ListLayerVersionsResponse
8181 $ input = ListLayerVersionsRequest::create ($ input );
8282 $ response = $ this ->getResponse ($ input ->request ());
8383
84- return new ListLayerVersionsResponse ($ response , $ this -> httpClient , $ this , $ input );
84+ return new ListLayerVersionsResponse ($ response , $ this , $ input );
8585 }
8686
8787 /**
@@ -103,7 +103,7 @@ public function publishLayerVersion($input): PublishLayerVersionResponse
103103 {
104104 $ response = $ this ->getResponse (PublishLayerVersionRequest::create ($ input )->request ());
105105
106- return new PublishLayerVersionResponse ($ response, $ this -> httpClient );
106+ return new PublishLayerVersionResponse ($ response );
107107 }
108108
109109 protected function getServiceCode (): string
0 commit comments