ControlTowerClient.php 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?php
  2. namespace Aws\ControlTower;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Control Tower** service.
  6. * @method \Aws\Result createLandingZone(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createLandingZoneAsync(array $args = [])
  8. * @method \Aws\Result deleteLandingZone(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise deleteLandingZoneAsync(array $args = [])
  10. * @method \Aws\Result disableBaseline(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise disableBaselineAsync(array $args = [])
  12. * @method \Aws\Result disableControl(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise disableControlAsync(array $args = [])
  14. * @method \Aws\Result enableBaseline(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise enableBaselineAsync(array $args = [])
  16. * @method \Aws\Result enableControl(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise enableControlAsync(array $args = [])
  18. * @method \Aws\Result getBaseline(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise getBaselineAsync(array $args = [])
  20. * @method \Aws\Result getBaselineOperation(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getBaselineOperationAsync(array $args = [])
  22. * @method \Aws\Result getControlOperation(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getControlOperationAsync(array $args = [])
  24. * @method \Aws\Result getEnabledBaseline(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getEnabledBaselineAsync(array $args = [])
  26. * @method \Aws\Result getEnabledControl(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getEnabledControlAsync(array $args = [])
  28. * @method \Aws\Result getLandingZone(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getLandingZoneAsync(array $args = [])
  30. * @method \Aws\Result getLandingZoneOperation(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getLandingZoneOperationAsync(array $args = [])
  32. * @method \Aws\Result listBaselines(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listBaselinesAsync(array $args = [])
  34. * @method \Aws\Result listControlOperations(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise listControlOperationsAsync(array $args = [])
  36. * @method \Aws\Result listEnabledBaselines(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise listEnabledBaselinesAsync(array $args = [])
  38. * @method \Aws\Result listEnabledControls(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise listEnabledControlsAsync(array $args = [])
  40. * @method \Aws\Result listLandingZoneOperations(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise listLandingZoneOperationsAsync(array $args = [])
  42. * @method \Aws\Result listLandingZones(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise listLandingZonesAsync(array $args = [])
  44. * @method \Aws\Result listTagsForResource(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  46. * @method \Aws\Result resetEnabledBaseline(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise resetEnabledBaselineAsync(array $args = [])
  48. * @method \Aws\Result resetLandingZone(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise resetLandingZoneAsync(array $args = [])
  50. * @method \Aws\Result tagResource(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  52. * @method \Aws\Result untagResource(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  54. * @method \Aws\Result updateEnabledBaseline(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise updateEnabledBaselineAsync(array $args = [])
  56. * @method \Aws\Result updateEnabledControl(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise updateEnabledControlAsync(array $args = [])
  58. * @method \Aws\Result updateLandingZone(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise updateLandingZoneAsync(array $args = [])
  60. */
  61. class ControlTowerClient extends AwsClient {}