| 1 |
efrain |
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.
|
| 1441 |
ariadna |
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 disableBaseline(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise disableBaselineAsync(array $args = [])
|
| 1 |
efrain |
14 |
* @method \Aws\Result disableControl(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise disableControlAsync(array $args = [])
|
| 1441 |
ariadna |
16 |
* @method \Aws\Result enableBaseline(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise enableBaselineAsync(array $args = [])
|
| 1 |
efrain |
18 |
* @method \Aws\Result enableControl(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise enableControlAsync(array $args = [])
|
| 1441 |
ariadna |
20 |
* @method \Aws\Result getBaseline(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise getBaselineAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result getBaselineOperation(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise getBaselineOperationAsync(array $args = [])
|
| 1 |
efrain |
24 |
* @method \Aws\Result getControlOperation(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise getControlOperationAsync(array $args = [])
|
| 1441 |
ariadna |
26 |
* @method \Aws\Result getEnabledBaseline(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise getEnabledBaselineAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result getEnabledControl(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise getEnabledControlAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result getLandingZone(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise getLandingZoneAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result getLandingZoneOperation(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise getLandingZoneOperationAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result listBaselines(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise listBaselinesAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result listControlOperations(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise listControlOperationsAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result listEnabledBaselines(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise listEnabledBaselinesAsync(array $args = [])
|
| 1 |
efrain |
40 |
* @method \Aws\Result listEnabledControls(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise listEnabledControlsAsync(array $args = [])
|
| 1441 |
ariadna |
42 |
* @method \Aws\Result listLandingZoneOperations(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise listLandingZoneOperationsAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result listLandingZones(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise listLandingZonesAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result resetEnabledBaseline(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise resetEnabledBaselineAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result resetEnabledControl(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise resetEnabledControlAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result resetLandingZone(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise resetLandingZoneAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result updateEnabledBaseline(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise updateEnabledBaselineAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result updateEnabledControl(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise updateEnabledControlAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result updateLandingZone(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise updateLandingZoneAsync(array $args = [])
|
| 1 |
efrain |
64 |
*/
|
|
|
65 |
class ControlTowerClient extends AwsClient {}
|