Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/AppConfig/AppConfigClient.php
Строк: 157
<?php
namespace AwsAppConfig;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon AppConfig** service.
* @method AwsResult createApplication(array $args = [])
* @method GuzzleHttpPromisePromise createApplicationAsync(array $args = [])
* @method AwsResult createConfigurationProfile(array $args = [])
* @method GuzzleHttpPromisePromise createConfigurationProfileAsync(array $args = [])
* @method AwsResult createDeploymentStrategy(array $args = [])
* @method GuzzleHttpPromisePromise createDeploymentStrategyAsync(array $args = [])
* @method AwsResult createEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise createEnvironmentAsync(array $args = [])
* @method AwsResult createHostedConfigurationVersion(array $args = [])
* @method GuzzleHttpPromisePromise createHostedConfigurationVersionAsync(array $args = [])
* @method AwsResult deleteApplication(array $args = [])
* @method GuzzleHttpPromisePromise deleteApplicationAsync(array $args = [])
* @method AwsResult deleteConfigurationProfile(array $args = [])
* @method GuzzleHttpPromisePromise deleteConfigurationProfileAsync(array $args = [])
* @method AwsResult deleteDeploymentStrategy(array $args = [])
* @method GuzzleHttpPromisePromise deleteDeploymentStrategyAsync(array $args = [])
* @method AwsResult deleteEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise deleteEnvironmentAsync(array $args = [])
* @method AwsResult deleteHostedConfigurationVersion(array $args = [])
* @method GuzzleHttpPromisePromise deleteHostedConfigurationVersionAsync(array $args = [])
* @method AwsResult getApplication(array $args = [])
* @method GuzzleHttpPromisePromise getApplicationAsync(array $args = [])
* @method AwsResult getConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise getConfigurationAsync(array $args = [])
* @method AwsResult getConfigurationProfile(array $args = [])
* @method GuzzleHttpPromisePromise getConfigurationProfileAsync(array $args = [])
* @method AwsResult getDeployment(array $args = [])
* @method GuzzleHttpPromisePromise getDeploymentAsync(array $args = [])
* @method AwsResult getDeploymentStrategy(array $args = [])
* @method GuzzleHttpPromisePromise getDeploymentStrategyAsync(array $args = [])
* @method AwsResult getEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise getEnvironmentAsync(array $args = [])
* @method AwsResult getHostedConfigurationVersion(array $args = [])
* @method GuzzleHttpPromisePromise getHostedConfigurationVersionAsync(array $args = [])
* @method AwsResult listApplications(array $args = [])
* @method GuzzleHttpPromisePromise listApplicationsAsync(array $args = [])
* @method AwsResult listConfigurationProfiles(array $args = [])
* @method GuzzleHttpPromisePromise listConfigurationProfilesAsync(array $args = [])
* @method AwsResult listDeploymentStrategies(array $args = [])
* @method GuzzleHttpPromisePromise listDeploymentStrategiesAsync(array $args = [])
* @method AwsResult listDeployments(array $args = [])
* @method GuzzleHttpPromisePromise listDeploymentsAsync(array $args = [])
* @method AwsResult listEnvironments(array $args = [])
* @method GuzzleHttpPromisePromise listEnvironmentsAsync(array $args = [])
* @method AwsResult listHostedConfigurationVersions(array $args = [])
* @method GuzzleHttpPromisePromise listHostedConfigurationVersionsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult startDeployment(array $args = [])
* @method GuzzleHttpPromisePromise startDeploymentAsync(array $args = [])
* @method AwsResult stopDeployment(array $args = [])
* @method GuzzleHttpPromisePromise stopDeploymentAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateApplication(array $args = [])
* @method GuzzleHttpPromisePromise updateApplicationAsync(array $args = [])
* @method AwsResult updateConfigurationProfile(array $args = [])
* @method GuzzleHttpPromisePromise updateConfigurationProfileAsync(array $args = [])
* @method AwsResult updateDeploymentStrategy(array $args = [])
* @method GuzzleHttpPromisePromise updateDeploymentStrategyAsync(array $args = [])
* @method AwsResult updateEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise updateEnvironmentAsync(array $args = [])
* @method AwsResult validateConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise validateConfigurationAsync(array $args = [])
*/
class AppConfigClient extends AwsClient {}