ControlTowerClient.php
42 lines
| 1 | <?php |
| 2 | namespace Aws\ControlTower; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS Control Tower** service. |
| 8 | * @method \Aws\Result createLandingZone(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createLandingZoneAsync(array $args = []) |
| 10 | * @method \Aws\Result deleteLandingZone(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise deleteLandingZoneAsync(array $args = []) |
| 12 | * @method \Aws\Result disableControl(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise disableControlAsync(array $args = []) |
| 14 | * @method \Aws\Result enableControl(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise enableControlAsync(array $args = []) |
| 16 | * @method \Aws\Result getControlOperation(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise getControlOperationAsync(array $args = []) |
| 18 | * @method \Aws\Result getEnabledControl(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise getEnabledControlAsync(array $args = []) |
| 20 | * @method \Aws\Result getLandingZone(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise getLandingZoneAsync(array $args = []) |
| 22 | * @method \Aws\Result getLandingZoneOperation(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise getLandingZoneOperationAsync(array $args = []) |
| 24 | * @method \Aws\Result listEnabledControls(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise listEnabledControlsAsync(array $args = []) |
| 26 | * @method \Aws\Result listLandingZones(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise listLandingZonesAsync(array $args = []) |
| 28 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 30 | * @method \Aws\Result resetLandingZone(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise resetLandingZoneAsync(array $args = []) |
| 32 | * @method \Aws\Result tagResource(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 34 | * @method \Aws\Result untagResource(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 36 | * @method \Aws\Result updateEnabledControl(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise updateEnabledControlAsync(array $args = []) |
| 38 | * @method \Aws\Result updateLandingZone(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise updateLandingZoneAsync(array $args = []) |
| 40 | */ |
| 41 | class ControlTowerClient extends AwsClient {} |
| 42 |