summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/imagebuilder
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/imagebuilder')
-rw-r--r--vendor/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php b/vendor/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php
index 9cfb433..3e98a50 100644
--- a/vendor/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php
+++ b/vendor/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php
@@ -57,6 +57,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getImageRecipePolicyAsync(array $args = [])
* @method \Aws\Result getInfrastructureConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getInfrastructureConfigurationAsync(array $args = [])
+ * @method \Aws\Result getWorkflowExecution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getWorkflowExecutionAsync(array $args = [])
+ * @method \Aws\Result getWorkflowStepExecution(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getWorkflowStepExecutionAsync(array $args = [])
* @method \Aws\Result importComponent(array $args = [])
* @method \GuzzleHttp\Promise\Promise importComponentAsync(array $args = [])
* @method \Aws\Result importVmImage(array $args = [])
@@ -79,12 +83,20 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listImagePipelinesAsync(array $args = [])
* @method \Aws\Result listImageRecipes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listImageRecipesAsync(array $args = [])
+ * @method \Aws\Result listImageScanFindingAggregations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listImageScanFindingAggregationsAsync(array $args = [])
+ * @method \Aws\Result listImageScanFindings(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listImageScanFindingsAsync(array $args = [])
* @method \Aws\Result listImages(array $args = [])
* @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = [])
* @method \Aws\Result listInfrastructureConfigurations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listInfrastructureConfigurationsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result listWorkflowExecutions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listWorkflowExecutionsAsync(array $args = [])
+ * @method \Aws\Result listWorkflowStepExecutions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listWorkflowStepExecutionsAsync(array $args = [])
* @method \Aws\Result putComponentPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putComponentPolicyAsync(array $args = [])
* @method \Aws\Result putContainerRecipePolicy(array $args = [])