Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/imagebuilder/imagebuilderClient.php
Строк: 168
<?php
namespace Awsimagebuilder;
use AwsAwsClient;
/**
* This client is used to interact with the **EC2 Image Builder** service.
* @method AwsResult cancelImageCreation(array $args = [])
* @method GuzzleHttpPromisePromise cancelImageCreationAsync(array $args = [])
* @method AwsResult createComponent(array $args = [])
* @method GuzzleHttpPromisePromise createComponentAsync(array $args = [])
* @method AwsResult createDistributionConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise createDistributionConfigurationAsync(array $args = [])
* @method AwsResult createImage(array $args = [])
* @method GuzzleHttpPromisePromise createImageAsync(array $args = [])
* @method AwsResult createImagePipeline(array $args = [])
* @method GuzzleHttpPromisePromise createImagePipelineAsync(array $args = [])
* @method AwsResult createImageRecipe(array $args = [])
* @method GuzzleHttpPromisePromise createImageRecipeAsync(array $args = [])
* @method AwsResult createInfrastructureConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise createInfrastructureConfigurationAsync(array $args = [])
* @method AwsResult deleteComponent(array $args = [])
* @method GuzzleHttpPromisePromise deleteComponentAsync(array $args = [])
* @method AwsResult deleteDistributionConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise deleteDistributionConfigurationAsync(array $args = [])
* @method AwsResult deleteImage(array $args = [])
* @method GuzzleHttpPromisePromise deleteImageAsync(array $args = [])
* @method AwsResult deleteImagePipeline(array $args = [])
* @method GuzzleHttpPromisePromise deleteImagePipelineAsync(array $args = [])
* @method AwsResult deleteImageRecipe(array $args = [])
* @method GuzzleHttpPromisePromise deleteImageRecipeAsync(array $args = [])
* @method AwsResult deleteInfrastructureConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise deleteInfrastructureConfigurationAsync(array $args = [])
* @method AwsResult getComponent(array $args = [])
* @method GuzzleHttpPromisePromise getComponentAsync(array $args = [])
* @method AwsResult getComponentPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getComponentPolicyAsync(array $args = [])
* @method AwsResult getDistributionConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise getDistributionConfigurationAsync(array $args = [])
* @method AwsResult getImage(array $args = [])
* @method GuzzleHttpPromisePromise getImageAsync(array $args = [])
* @method AwsResult getImagePipeline(array $args = [])
* @method GuzzleHttpPromisePromise getImagePipelineAsync(array $args = [])
* @method AwsResult getImagePolicy(array $args = [])
* @method GuzzleHttpPromisePromise getImagePolicyAsync(array $args = [])
* @method AwsResult getImageRecipe(array $args = [])
* @method GuzzleHttpPromisePromise getImageRecipeAsync(array $args = [])
* @method AwsResult getImageRecipePolicy(array $args = [])
* @method GuzzleHttpPromisePromise getImageRecipePolicyAsync(array $args = [])
* @method AwsResult getInfrastructureConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise getInfrastructureConfigurationAsync(array $args = [])
* @method AwsResult importComponent(array $args = [])
* @method GuzzleHttpPromisePromise importComponentAsync(array $args = [])
* @method AwsResult listComponentBuildVersions(array $args = [])
* @method GuzzleHttpPromisePromise listComponentBuildVersionsAsync(array $args = [])
* @method AwsResult listComponents(array $args = [])
* @method GuzzleHttpPromisePromise listComponentsAsync(array $args = [])
* @method AwsResult listDistributionConfigurations(array $args = [])
* @method GuzzleHttpPromisePromise listDistributionConfigurationsAsync(array $args = [])
* @method AwsResult listImageBuildVersions(array $args = [])
* @method GuzzleHttpPromisePromise listImageBuildVersionsAsync(array $args = [])
* @method AwsResult listImagePipelineImages(array $args = [])
* @method GuzzleHttpPromisePromise listImagePipelineImagesAsync(array $args = [])
* @method AwsResult listImagePipelines(array $args = [])
* @method GuzzleHttpPromisePromise listImagePipelinesAsync(array $args = [])
* @method AwsResult listImageRecipes(array $args = [])
* @method GuzzleHttpPromisePromise listImageRecipesAsync(array $args = [])
* @method AwsResult listImages(array $args = [])
* @method GuzzleHttpPromisePromise listImagesAsync(array $args = [])
* @method AwsResult listInfrastructureConfigurations(array $args = [])
* @method GuzzleHttpPromisePromise listInfrastructureConfigurationsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult putComponentPolicy(array $args = [])
* @method GuzzleHttpPromisePromise putComponentPolicyAsync(array $args = [])
* @method AwsResult putImagePolicy(array $args = [])
* @method GuzzleHttpPromisePromise putImagePolicyAsync(array $args = [])
* @method AwsResult putImageRecipePolicy(array $args = [])
* @method GuzzleHttpPromisePromise putImageRecipePolicyAsync(array $args = [])
* @method AwsResult startImagePipelineExecution(array $args = [])
* @method GuzzleHttpPromisePromise startImagePipelineExecutionAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateDistributionConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise updateDistributionConfigurationAsync(array $args = [])
* @method AwsResult updateImagePipeline(array $args = [])
* @method GuzzleHttpPromisePromise updateImagePipelineAsync(array $args = [])
* @method AwsResult updateInfrastructureConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise updateInfrastructureConfigurationAsync(array $args = [])
*/
class imagebuilderClient extends AwsClient {}