summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Lambda
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/Lambda
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Lambda')
-rw-r--r--vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php b/vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php
index d988d36..d97c3e1 100644
--- a/vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php
+++ b/vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php
@@ -72,10 +72,14 @@ use Aws\Middleware;
* @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
* @method \Aws\Result getProvisionedConcurrencyConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise getProvisionedConcurrencyConfigAsync(array $args = [])
+ * @method \Aws\Result getRuntimeManagementConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRuntimeManagementConfigAsync(array $args = [])
* @method \Aws\Result invoke(array $args = [])
* @method \GuzzleHttp\Promise\Promise invokeAsync(array $args = [])
* @method \Aws\Result invokeAsync(array $args = [])
* @method \GuzzleHttp\Promise\Promise invokeAsyncAsync(array $args = [])
+ * @method \Aws\Result invokeWithResponseStream(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise invokeWithResponseStreamAsync(array $args = [])
* @method \Aws\Result listAliases(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
* @method \Aws\Result listCodeSigningConfigs(array $args = [])
@@ -112,6 +116,8 @@ use Aws\Middleware;
* @method \GuzzleHttp\Promise\Promise putFunctionEventInvokeConfigAsync(array $args = [])
* @method \Aws\Result putProvisionedConcurrencyConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise putProvisionedConcurrencyConfigAsync(array $args = [])
+ * @method \Aws\Result putRuntimeManagementConfig(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putRuntimeManagementConfigAsync(array $args = [])
* @method \Aws\Result removeLayerVersionPermission(array $args = [])
* @method \GuzzleHttp\Promise\Promise removeLayerVersionPermissionAsync(array $args = [])
* @method \Aws\Result removePermission(array $args = [])