BackupClient.php 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?php
  2. namespace Aws\Backup;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Backup** service.
  6. * @method \Aws\Result createBackupPlan(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createBackupPlanAsync(array $args = [])
  8. * @method \Aws\Result createBackupSelection(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createBackupSelectionAsync(array $args = [])
  10. * @method \Aws\Result createBackupVault(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createBackupVaultAsync(array $args = [])
  12. * @method \Aws\Result deleteBackupPlan(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteBackupPlanAsync(array $args = [])
  14. * @method \Aws\Result deleteBackupSelection(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteBackupSelectionAsync(array $args = [])
  16. * @method \Aws\Result deleteBackupVault(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteBackupVaultAsync(array $args = [])
  18. * @method \Aws\Result deleteBackupVaultAccessPolicy(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteBackupVaultAccessPolicyAsync(array $args = [])
  20. * @method \Aws\Result deleteBackupVaultNotifications(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteBackupVaultNotificationsAsync(array $args = [])
  22. * @method \Aws\Result deleteRecoveryPoint(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteRecoveryPointAsync(array $args = [])
  24. * @method \Aws\Result describeBackupJob(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise describeBackupJobAsync(array $args = [])
  26. * @method \Aws\Result describeBackupVault(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise describeBackupVaultAsync(array $args = [])
  28. * @method \Aws\Result describeCopyJob(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise describeCopyJobAsync(array $args = [])
  30. * @method \Aws\Result describeGlobalSettings(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise describeGlobalSettingsAsync(array $args = [])
  32. * @method \Aws\Result describeProtectedResource(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise describeProtectedResourceAsync(array $args = [])
  34. * @method \Aws\Result describeRecoveryPoint(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise describeRecoveryPointAsync(array $args = [])
  36. * @method \Aws\Result describeRegionSettings(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise describeRegionSettingsAsync(array $args = [])
  38. * @method \Aws\Result describeRestoreJob(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise describeRestoreJobAsync(array $args = [])
  40. * @method \Aws\Result exportBackupPlanTemplate(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise exportBackupPlanTemplateAsync(array $args = [])
  42. * @method \Aws\Result getBackupPlan(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getBackupPlanAsync(array $args = [])
  44. * @method \Aws\Result getBackupPlanFromJSON(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getBackupPlanFromJSONAsync(array $args = [])
  46. * @method \Aws\Result getBackupPlanFromTemplate(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getBackupPlanFromTemplateAsync(array $args = [])
  48. * @method \Aws\Result getBackupSelection(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getBackupSelectionAsync(array $args = [])
  50. * @method \Aws\Result getBackupVaultAccessPolicy(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise getBackupVaultAccessPolicyAsync(array $args = [])
  52. * @method \Aws\Result getBackupVaultNotifications(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise getBackupVaultNotificationsAsync(array $args = [])
  54. * @method \Aws\Result getRecoveryPointRestoreMetadata(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getRecoveryPointRestoreMetadataAsync(array $args = [])
  56. * @method \Aws\Result getSupportedResourceTypes(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise getSupportedResourceTypesAsync(array $args = [])
  58. * @method \Aws\Result listBackupJobs(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listBackupJobsAsync(array $args = [])
  60. * @method \Aws\Result listBackupPlanTemplates(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listBackupPlanTemplatesAsync(array $args = [])
  62. * @method \Aws\Result listBackupPlanVersions(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise listBackupPlanVersionsAsync(array $args = [])
  64. * @method \Aws\Result listBackupPlans(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise listBackupPlansAsync(array $args = [])
  66. * @method \Aws\Result listBackupSelections(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise listBackupSelectionsAsync(array $args = [])
  68. * @method \Aws\Result listBackupVaults(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listBackupVaultsAsync(array $args = [])
  70. * @method \Aws\Result listCopyJobs(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise listCopyJobsAsync(array $args = [])
  72. * @method \Aws\Result listProtectedResources(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listProtectedResourcesAsync(array $args = [])
  74. * @method \Aws\Result listRecoveryPointsByBackupVault(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listRecoveryPointsByBackupVaultAsync(array $args = [])
  76. * @method \Aws\Result listRecoveryPointsByResource(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listRecoveryPointsByResourceAsync(array $args = [])
  78. * @method \Aws\Result listRestoreJobs(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listRestoreJobsAsync(array $args = [])
  80. * @method \Aws\Result listTags(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
  82. * @method \Aws\Result putBackupVaultAccessPolicy(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise putBackupVaultAccessPolicyAsync(array $args = [])
  84. * @method \Aws\Result putBackupVaultNotifications(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise putBackupVaultNotificationsAsync(array $args = [])
  86. * @method \Aws\Result startBackupJob(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise startBackupJobAsync(array $args = [])
  88. * @method \Aws\Result startCopyJob(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise startCopyJobAsync(array $args = [])
  90. * @method \Aws\Result startRestoreJob(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise startRestoreJobAsync(array $args = [])
  92. * @method \Aws\Result stopBackupJob(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise stopBackupJobAsync(array $args = [])
  94. * @method \Aws\Result tagResource(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  96. * @method \Aws\Result untagResource(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  98. * @method \Aws\Result updateBackupPlan(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise updateBackupPlanAsync(array $args = [])
  100. * @method \Aws\Result updateGlobalSettings(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise updateGlobalSettingsAsync(array $args = [])
  102. * @method \Aws\Result updateRecoveryPointLifecycle(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise updateRecoveryPointLifecycleAsync(array $args = [])
  104. * @method \Aws\Result updateRegionSettings(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise updateRegionSettingsAsync(array $args = [])
  106. */
  107. class BackupClient extends AwsClient {}