PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / imagebuilder / imagebuilderClient.php
transferito / vendor / aws / aws-sdk-php / src / imagebuilder Last commit date
Exception 10 months ago imagebuilderClient.php 10 months ago
imagebuilderClient.php
142 lines
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 cancelLifecycleExecution(array $args = [])
11 * @method \GuzzleHttp\Promise\Promise cancelLifecycleExecutionAsync(array $args = [])
12 * @method \Aws\Result createComponent(array $args = [])
13 * @method \GuzzleHttp\Promise\Promise createComponentAsync(array $args = [])
14 * @method \Aws\Result createContainerRecipe(array $args = [])
15 * @method \GuzzleHttp\Promise\Promise createContainerRecipeAsync(array $args = [])
16 * @method \Aws\Result createDistributionConfiguration(array $args = [])
17 * @method \GuzzleHttp\Promise\Promise createDistributionConfigurationAsync(array $args = [])
18 * @method \Aws\Result createImage(array $args = [])
19 * @method \GuzzleHttp\Promise\Promise createImageAsync(array $args = [])
20 * @method \Aws\Result createImagePipeline(array $args = [])
21 * @method \GuzzleHttp\Promise\Promise createImagePipelineAsync(array $args = [])
22 * @method \Aws\Result createImageRecipe(array $args = [])
23 * @method \GuzzleHttp\Promise\Promise createImageRecipeAsync(array $args = [])
24 * @method \Aws\Result createInfrastructureConfiguration(array $args = [])
25 * @method \GuzzleHttp\Promise\Promise createInfrastructureConfigurationAsync(array $args = [])
26 * @method \Aws\Result createLifecyclePolicy(array $args = [])
27 * @method \GuzzleHttp\Promise\Promise createLifecyclePolicyAsync(array $args = [])
28 * @method \Aws\Result deleteComponent(array $args = [])
29 * @method \GuzzleHttp\Promise\Promise deleteComponentAsync(array $args = [])
30 * @method \Aws\Result deleteContainerRecipe(array $args = [])
31 * @method \GuzzleHttp\Promise\Promise deleteContainerRecipeAsync(array $args = [])
32 * @method \Aws\Result deleteDistributionConfiguration(array $args = [])
33 * @method \GuzzleHttp\Promise\Promise deleteDistributionConfigurationAsync(array $args = [])
34 * @method \Aws\Result deleteImage(array $args = [])
35 * @method \GuzzleHttp\Promise\Promise deleteImageAsync(array $args = [])
36 * @method \Aws\Result deleteImagePipeline(array $args = [])
37 * @method \GuzzleHttp\Promise\Promise deleteImagePipelineAsync(array $args = [])
38 * @method \Aws\Result deleteImageRecipe(array $args = [])
39 * @method \GuzzleHttp\Promise\Promise deleteImageRecipeAsync(array $args = [])
40 * @method \Aws\Result deleteInfrastructureConfiguration(array $args = [])
41 * @method \GuzzleHttp\Promise\Promise deleteInfrastructureConfigurationAsync(array $args = [])
42 * @method \Aws\Result deleteLifecyclePolicy(array $args = [])
43 * @method \GuzzleHttp\Promise\Promise deleteLifecyclePolicyAsync(array $args = [])
44 * @method \Aws\Result getComponent(array $args = [])
45 * @method \GuzzleHttp\Promise\Promise getComponentAsync(array $args = [])
46 * @method \Aws\Result getComponentPolicy(array $args = [])
47 * @method \GuzzleHttp\Promise\Promise getComponentPolicyAsync(array $args = [])
48 * @method \Aws\Result getContainerRecipe(array $args = [])
49 * @method \GuzzleHttp\Promise\Promise getContainerRecipeAsync(array $args = [])
50 * @method \Aws\Result getContainerRecipePolicy(array $args = [])
51 * @method \GuzzleHttp\Promise\Promise getContainerRecipePolicyAsync(array $args = [])
52 * @method \Aws\Result getDistributionConfiguration(array $args = [])
53 * @method \GuzzleHttp\Promise\Promise getDistributionConfigurationAsync(array $args = [])
54 * @method \Aws\Result getImage(array $args = [])
55 * @method \GuzzleHttp\Promise\Promise getImageAsync(array $args = [])
56 * @method \Aws\Result getImagePipeline(array $args = [])
57 * @method \GuzzleHttp\Promise\Promise getImagePipelineAsync(array $args = [])
58 * @method \Aws\Result getImagePolicy(array $args = [])
59 * @method \GuzzleHttp\Promise\Promise getImagePolicyAsync(array $args = [])
60 * @method \Aws\Result getImageRecipe(array $args = [])
61 * @method \GuzzleHttp\Promise\Promise getImageRecipeAsync(array $args = [])
62 * @method \Aws\Result getImageRecipePolicy(array $args = [])
63 * @method \GuzzleHttp\Promise\Promise getImageRecipePolicyAsync(array $args = [])
64 * @method \Aws\Result getInfrastructureConfiguration(array $args = [])
65 * @method \GuzzleHttp\Promise\Promise getInfrastructureConfigurationAsync(array $args = [])
66 * @method \Aws\Result getLifecycleExecution(array $args = [])
67 * @method \GuzzleHttp\Promise\Promise getLifecycleExecutionAsync(array $args = [])
68 * @method \Aws\Result getLifecyclePolicy(array $args = [])
69 * @method \GuzzleHttp\Promise\Promise getLifecyclePolicyAsync(array $args = [])
70 * @method \Aws\Result getWorkflowExecution(array $args = [])
71 * @method \GuzzleHttp\Promise\Promise getWorkflowExecutionAsync(array $args = [])
72 * @method \Aws\Result getWorkflowStepExecution(array $args = [])
73 * @method \GuzzleHttp\Promise\Promise getWorkflowStepExecutionAsync(array $args = [])
74 * @method \Aws\Result importComponent(array $args = [])
75 * @method \GuzzleHttp\Promise\Promise importComponentAsync(array $args = [])
76 * @method \Aws\Result importVmImage(array $args = [])
77 * @method \GuzzleHttp\Promise\Promise importVmImageAsync(array $args = [])
78 * @method \Aws\Result listComponentBuildVersions(array $args = [])
79 * @method \GuzzleHttp\Promise\Promise listComponentBuildVersionsAsync(array $args = [])
80 * @method \Aws\Result listComponents(array $args = [])
81 * @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = [])
82 * @method \Aws\Result listContainerRecipes(array $args = [])
83 * @method \GuzzleHttp\Promise\Promise listContainerRecipesAsync(array $args = [])
84 * @method \Aws\Result listDistributionConfigurations(array $args = [])
85 * @method \GuzzleHttp\Promise\Promise listDistributionConfigurationsAsync(array $args = [])
86 * @method \Aws\Result listImageBuildVersions(array $args = [])
87 * @method \GuzzleHttp\Promise\Promise listImageBuildVersionsAsync(array $args = [])
88 * @method \Aws\Result listImagePackages(array $args = [])
89 * @method \GuzzleHttp\Promise\Promise listImagePackagesAsync(array $args = [])
90 * @method \Aws\Result listImagePipelineImages(array $args = [])
91 * @method \GuzzleHttp\Promise\Promise listImagePipelineImagesAsync(array $args = [])
92 * @method \Aws\Result listImagePipelines(array $args = [])
93 * @method \GuzzleHttp\Promise\Promise listImagePipelinesAsync(array $args = [])
94 * @method \Aws\Result listImageRecipes(array $args = [])
95 * @method \GuzzleHttp\Promise\Promise listImageRecipesAsync(array $args = [])
96 * @method \Aws\Result listImageScanFindingAggregations(array $args = [])
97 * @method \GuzzleHttp\Promise\Promise listImageScanFindingAggregationsAsync(array $args = [])
98 * @method \Aws\Result listImageScanFindings(array $args = [])
99 * @method \GuzzleHttp\Promise\Promise listImageScanFindingsAsync(array $args = [])
100 * @method \Aws\Result listImages(array $args = [])
101 * @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = [])
102 * @method \Aws\Result listInfrastructureConfigurations(array $args = [])
103 * @method \GuzzleHttp\Promise\Promise listInfrastructureConfigurationsAsync(array $args = [])
104 * @method \Aws\Result listLifecycleExecutionResources(array $args = [])
105 * @method \GuzzleHttp\Promise\Promise listLifecycleExecutionResourcesAsync(array $args = [])
106 * @method \Aws\Result listLifecycleExecutions(array $args = [])
107 * @method \GuzzleHttp\Promise\Promise listLifecycleExecutionsAsync(array $args = [])
108 * @method \Aws\Result listLifecyclePolicies(array $args = [])
109 * @method \GuzzleHttp\Promise\Promise listLifecyclePoliciesAsync(array $args = [])
110 * @method \Aws\Result listTagsForResource(array $args = [])
111 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
112 * @method \Aws\Result listWorkflowExecutions(array $args = [])
113 * @method \GuzzleHttp\Promise\Promise listWorkflowExecutionsAsync(array $args = [])
114 * @method \Aws\Result listWorkflowStepExecutions(array $args = [])
115 * @method \GuzzleHttp\Promise\Promise listWorkflowStepExecutionsAsync(array $args = [])
116 * @method \Aws\Result putComponentPolicy(array $args = [])
117 * @method \GuzzleHttp\Promise\Promise putComponentPolicyAsync(array $args = [])
118 * @method \Aws\Result putContainerRecipePolicy(array $args = [])
119 * @method \GuzzleHttp\Promise\Promise putContainerRecipePolicyAsync(array $args = [])
120 * @method \Aws\Result putImagePolicy(array $args = [])
121 * @method \GuzzleHttp\Promise\Promise putImagePolicyAsync(array $args = [])
122 * @method \Aws\Result putImageRecipePolicy(array $args = [])
123 * @method \GuzzleHttp\Promise\Promise putImageRecipePolicyAsync(array $args = [])
124 * @method \Aws\Result startImagePipelineExecution(array $args = [])
125 * @method \GuzzleHttp\Promise\Promise startImagePipelineExecutionAsync(array $args = [])
126 * @method \Aws\Result startResourceStateUpdate(array $args = [])
127 * @method \GuzzleHttp\Promise\Promise startResourceStateUpdateAsync(array $args = [])
128 * @method \Aws\Result tagResource(array $args = [])
129 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
130 * @method \Aws\Result untagResource(array $args = [])
131 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
132 * @method \Aws\Result updateDistributionConfiguration(array $args = [])
133 * @method \GuzzleHttp\Promise\Promise updateDistributionConfigurationAsync(array $args = [])
134 * @method \Aws\Result updateImagePipeline(array $args = [])
135 * @method \GuzzleHttp\Promise\Promise updateImagePipelineAsync(array $args = [])
136 * @method \Aws\Result updateInfrastructureConfiguration(array $args = [])
137 * @method \GuzzleHttp\Promise\Promise updateInfrastructureConfigurationAsync(array $args = [])
138 * @method \Aws\Result updateLifecyclePolicy(array $args = [])
139 * @method \GuzzleHttp\Promise\Promise updateLifecyclePolicyAsync(array $args = [])
140 */
141 class imagebuilderClient extends AwsClient {}
142