Route53RecoveryReadinessClient.php 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. namespace Aws\Route53RecoveryReadiness;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Route53 Recovery Readiness** service.
  6. * @method \Aws\Result createCell(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createCellAsync(array $args = [])
  8. * @method \Aws\Result createCrossAccountAuthorization(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createCrossAccountAuthorizationAsync(array $args = [])
  10. * @method \Aws\Result createReadinessCheck(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createReadinessCheckAsync(array $args = [])
  12. * @method \Aws\Result createRecoveryGroup(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createRecoveryGroupAsync(array $args = [])
  14. * @method \Aws\Result createResourceSet(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createResourceSetAsync(array $args = [])
  16. * @method \Aws\Result deleteCell(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteCellAsync(array $args = [])
  18. * @method \Aws\Result deleteCrossAccountAuthorization(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteCrossAccountAuthorizationAsync(array $args = [])
  20. * @method \Aws\Result deleteReadinessCheck(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteReadinessCheckAsync(array $args = [])
  22. * @method \Aws\Result deleteRecoveryGroup(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteRecoveryGroupAsync(array $args = [])
  24. * @method \Aws\Result deleteResourceSet(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteResourceSetAsync(array $args = [])
  26. * @method \Aws\Result getArchitectureRecommendations(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getArchitectureRecommendationsAsync(array $args = [])
  28. * @method \Aws\Result getCell(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getCellAsync(array $args = [])
  30. * @method \Aws\Result getCellReadinessSummary(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getCellReadinessSummaryAsync(array $args = [])
  32. * @method \Aws\Result getReadinessCheck(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getReadinessCheckAsync(array $args = [])
  34. * @method \Aws\Result getReadinessCheckResourceStatus(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getReadinessCheckResourceStatusAsync(array $args = [])
  36. * @method \Aws\Result getReadinessCheckStatus(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getReadinessCheckStatusAsync(array $args = [])
  38. * @method \Aws\Result getRecoveryGroup(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getRecoveryGroupAsync(array $args = [])
  40. * @method \Aws\Result getRecoveryGroupReadinessSummary(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getRecoveryGroupReadinessSummaryAsync(array $args = [])
  42. * @method \Aws\Result getResourceSet(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getResourceSetAsync(array $args = [])
  44. * @method \Aws\Result listCells(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise listCellsAsync(array $args = [])
  46. * @method \Aws\Result listCrossAccountAuthorizations(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listCrossAccountAuthorizationsAsync(array $args = [])
  48. * @method \Aws\Result listReadinessChecks(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listReadinessChecksAsync(array $args = [])
  50. * @method \Aws\Result listRecoveryGroups(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listRecoveryGroupsAsync(array $args = [])
  52. * @method \Aws\Result listResourceSets(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listResourceSetsAsync(array $args = [])
  54. * @method \Aws\Result listRules(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
  56. * @method \Aws\Result listTagsForResources(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listTagsForResourcesAsync(array $args = [])
  58. * @method \Aws\Result tagResource(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  60. * @method \Aws\Result untagResource(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  62. * @method \Aws\Result updateCell(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise updateCellAsync(array $args = [])
  64. * @method \Aws\Result updateReadinessCheck(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise updateReadinessCheckAsync(array $args = [])
  66. * @method \Aws\Result updateRecoveryGroup(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise updateRecoveryGroupAsync(array $args = [])
  68. * @method \Aws\Result updateResourceSet(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise updateResourceSetAsync(array $args = [])
  70. */
  71. class Route53RecoveryReadinessClient extends AwsClient {}