Route53RecoveryClusterClient.php 815 B

1234567891011121314151617
  1. <?php
  2. namespace Aws\Route53RecoveryCluster;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Route53 Recovery Cluster** service.
  6. * @method \Aws\Result getRoutingControlState(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise getRoutingControlStateAsync(array $args = [])
  8. * @method \Aws\Result listRoutingControls(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise listRoutingControlsAsync(array $args = [])
  10. * @method \Aws\Result updateRoutingControlState(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise updateRoutingControlStateAsync(array $args = [])
  12. * @method \Aws\Result updateRoutingControlStates(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise updateRoutingControlStatesAsync(array $args = [])
  14. */
  15. class Route53RecoveryClusterClient extends AwsClient {}