summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Lambda
diff options
context:
space:
mode:
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 = [])