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
19 lines
873 B
PHP
19 lines
873 B
PHP
<?php
|
|
namespace Aws\ControlTower;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **AWS Control Tower** service.
|
|
* @method \Aws\Result disableControl(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise disableControlAsync(array $args = [])
|
|
* @method \Aws\Result enableControl(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise enableControlAsync(array $args = [])
|
|
* @method \Aws\Result getControlOperation(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getControlOperationAsync(array $args = [])
|
|
* @method \Aws\Result getEnabledControl(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getEnabledControlAsync(array $args = [])
|
|
* @method \Aws\Result listEnabledControls(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listEnabledControlsAsync(array $args = [])
|
|
*/
|
|
class ControlTowerClient extends AwsClient {}
|