mirror of
https://gh.wpcy.net/https://github.com/pixelabs-wp/whitelabel-plugins-update-server.git
synced 2026-04-18 04:02:15 +08:00
13 lines
491 B
PHP
13 lines
491 B
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 {}
|