1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\imagebuilder;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **EC2 Image Builder** service.
|
|
|
8 |
* @method \Aws\Result cancelImageCreation(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise cancelImageCreationAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createComponent(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createComponentAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createContainerRecipe(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createContainerRecipeAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createDistributionConfiguration(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createDistributionConfigurationAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createImage(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createImageAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createImagePipeline(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createImagePipelineAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createImageRecipe(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createImageRecipeAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createInfrastructureConfiguration(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createInfrastructureConfigurationAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result deleteComponent(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise deleteComponentAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result deleteContainerRecipe(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise deleteContainerRecipeAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result deleteDistributionConfiguration(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise deleteDistributionConfigurationAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result deleteImage(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise deleteImageAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result deleteImagePipeline(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise deleteImagePipelineAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result deleteImageRecipe(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise deleteImageRecipeAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteInfrastructureConfiguration(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteInfrastructureConfigurationAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result getComponent(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise getComponentAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result getComponentPolicy(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise getComponentPolicyAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result getContainerRecipe(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise getContainerRecipeAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result getContainerRecipePolicy(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise getContainerRecipePolicyAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result getDistributionConfiguration(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise getDistributionConfigurationAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result getImage(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise getImageAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result getImagePipeline(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise getImagePipelineAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result getImagePolicy(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise getImagePolicyAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result getImageRecipe(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise getImageRecipeAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result getImageRecipePolicy(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise getImageRecipePolicyAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result getInfrastructureConfiguration(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise getInfrastructureConfigurationAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result getWorkflowExecution(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise getWorkflowExecutionAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result getWorkflowStepExecution(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise getWorkflowStepExecutionAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result importComponent(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise importComponentAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result importVmImage(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise importVmImageAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result listComponentBuildVersions(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise listComponentBuildVersionsAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result listComponents(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result listContainerRecipes(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise listContainerRecipesAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result listDistributionConfigurations(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise listDistributionConfigurationsAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result listImageBuildVersions(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise listImageBuildVersionsAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result listImagePackages(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise listImagePackagesAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result listImagePipelineImages(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise listImagePipelineImagesAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result listImagePipelines(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise listImagePipelinesAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result listImageRecipes(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise listImageRecipesAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result listImageScanFindingAggregations(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise listImageScanFindingAggregationsAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result listImageScanFindings(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise listImageScanFindingsAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result listImages(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result listInfrastructureConfigurations(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise listInfrastructureConfigurationsAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result listWorkflowExecutions(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise listWorkflowExecutionsAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result listWorkflowStepExecutions(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise listWorkflowStepExecutionsAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result putComponentPolicy(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise putComponentPolicyAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result putContainerRecipePolicy(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise putContainerRecipePolicyAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result putImagePolicy(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise putImagePolicyAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result putImageRecipePolicy(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise putImageRecipePolicyAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result startImagePipelineExecution(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise startImagePipelineExecutionAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result updateDistributionConfiguration(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise updateDistributionConfigurationAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result updateImagePipeline(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise updateImagePipelineAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result updateInfrastructureConfiguration(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise updateInfrastructureConfigurationAsync(array $args = [])
|
|
|
120 |
*/
|
|
|
121 |
class imagebuilderClient extends AwsClient {}
|