Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/aws/aws-sdk-php/src/AppConfigData/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/aws/aws-sdk-php/src/AppConfigData/AppConfigDataClient.php

<?php
namespace Aws\AppConfigData;

use Aws\AwsClient;

/**
 * This client is used to interact with the **AWS AppConfig Data** service.
 * @method \Aws\Result getLatestConfiguration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getLatestConfigurationAsync(array $args = [])
 * @method \Aws\Result startConfigurationSession(array $args = [])
 * @method \GuzzleHttp\Promise\Promise startConfigurationSessionAsync(array $args = [])
 */
class AppConfigDataClient extends AwsClient {}