BackupClient.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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 cancelLegalHold(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise cancelLegalHoldAsync(array $args = [])
  8. * @method \Aws\Result createBackupPlan(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createBackupPlanAsync(array $args = [])
  10. * @method \Aws\Result createBackupSelection(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createBackupSelectionAsync(array $args = [])
  12. * @method \Aws\Result createBackupVault(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createBackupVaultAsync(array $args = [])
  14. * @method \Aws\Result createFramework(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createFrameworkAsync(array $args = [])
  16. * @method \Aws\Result createLegalHold(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createLegalHoldAsync(array $args = [])
  18. * @method \Aws\Result createLogicallyAirGappedBackupVault(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createLogicallyAirGappedBackupVaultAsync(array $args = [])
  20. * @method \Aws\Result createReportPlan(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createReportPlanAsync(array $args = [])
  22. * @method \Aws\Result createRestoreTestingPlan(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createRestoreTestingPlanAsync(array $args = [])
  24. * @method \Aws\Result createRestoreTestingSelection(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createRestoreTestingSelectionAsync(array $args = [])
  26. * @method \Aws\Result deleteBackupPlan(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteBackupPlanAsync(array $args = [])
  28. * @method \Aws\Result deleteBackupSelection(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteBackupSelectionAsync(array $args = [])
  30. * @method \Aws\Result deleteBackupVault(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteBackupVaultAsync(array $args = [])
  32. * @method \Aws\Result deleteBackupVaultAccessPolicy(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteBackupVaultAccessPolicyAsync(array $args = [])
  34. * @method \Aws\Result deleteBackupVaultLockConfiguration(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteBackupVaultLockConfigurationAsync(array $args = [])
  36. * @method \Aws\Result deleteBackupVaultNotifications(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteBackupVaultNotificationsAsync(array $args = [])
  38. * @method \Aws\Result deleteFramework(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteFrameworkAsync(array $args = [])
  40. * @method \Aws\Result deleteRecoveryPoint(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteRecoveryPointAsync(array $args = [])
  42. * @method \Aws\Result deleteReportPlan(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deleteReportPlanAsync(array $args = [])
  44. * @method \Aws\Result deleteRestoreTestingPlan(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deleteRestoreTestingPlanAsync(array $args = [])
  46. * @method \Aws\Result deleteRestoreTestingSelection(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise deleteRestoreTestingSelectionAsync(array $args = [])
  48. * @method \Aws\Result describeBackupJob(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise describeBackupJobAsync(array $args = [])
  50. * @method \Aws\Result describeBackupVault(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise describeBackupVaultAsync(array $args = [])
  52. * @method \Aws\Result describeCopyJob(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise describeCopyJobAsync(array $args = [])
  54. * @method \Aws\Result describeFramework(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise describeFrameworkAsync(array $args = [])
  56. * @method \Aws\Result describeGlobalSettings(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise describeGlobalSettingsAsync(array $args = [])
  58. * @method \Aws\Result describeProtectedResource(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise describeProtectedResourceAsync(array $args = [])
  60. * @method \Aws\Result describeRecoveryPoint(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise describeRecoveryPointAsync(array $args = [])
  62. * @method \Aws\Result describeRegionSettings(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise describeRegionSettingsAsync(array $args = [])
  64. * @method \Aws\Result describeReportJob(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise describeReportJobAsync(array $args = [])
  66. * @method \Aws\Result describeReportPlan(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise describeReportPlanAsync(array $args = [])
  68. * @method \Aws\Result describeRestoreJob(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise describeRestoreJobAsync(array $args = [])
  70. * @method \Aws\Result disassociateRecoveryPoint(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise disassociateRecoveryPointAsync(array $args = [])
  72. * @method \Aws\Result disassociateRecoveryPointFromParent(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise disassociateRecoveryPointFromParentAsync(array $args = [])
  74. * @method \Aws\Result exportBackupPlanTemplate(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise exportBackupPlanTemplateAsync(array $args = [])
  76. * @method \Aws\Result getBackupPlan(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise getBackupPlanAsync(array $args = [])
  78. * @method \Aws\Result getBackupPlanFromJSON(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise getBackupPlanFromJSONAsync(array $args = [])
  80. * @method \Aws\Result getBackupPlanFromTemplate(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise getBackupPlanFromTemplateAsync(array $args = [])
  82. * @method \Aws\Result getBackupSelection(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise getBackupSelectionAsync(array $args = [])
  84. * @method \Aws\Result getBackupVaultAccessPolicy(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise getBackupVaultAccessPolicyAsync(array $args = [])
  86. * @method \Aws\Result getBackupVaultNotifications(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise getBackupVaultNotificationsAsync(array $args = [])
  88. * @method \Aws\Result getLegalHold(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise getLegalHoldAsync(array $args = [])
  90. * @method \Aws\Result getRecoveryPointRestoreMetadata(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise getRecoveryPointRestoreMetadataAsync(array $args = [])
  92. * @method \Aws\Result getRestoreJobMetadata(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise getRestoreJobMetadataAsync(array $args = [])
  94. * @method \Aws\Result getRestoreTestingInferredMetadata(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise getRestoreTestingInferredMetadataAsync(array $args = [])
  96. * @method \Aws\Result getRestoreTestingPlan(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise getRestoreTestingPlanAsync(array $args = [])
  98. * @method \Aws\Result getRestoreTestingSelection(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise getRestoreTestingSelectionAsync(array $args = [])
  100. * @method \Aws\Result getSupportedResourceTypes(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise getSupportedResourceTypesAsync(array $args = [])
  102. * @method \Aws\Result listBackupJobSummaries(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise listBackupJobSummariesAsync(array $args = [])
  104. * @method \Aws\Result listBackupJobs(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise listBackupJobsAsync(array $args = [])
  106. * @method \Aws\Result listBackupPlanTemplates(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise listBackupPlanTemplatesAsync(array $args = [])
  108. * @method \Aws\Result listBackupPlanVersions(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise listBackupPlanVersionsAsync(array $args = [])
  110. * @method \Aws\Result listBackupPlans(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise listBackupPlansAsync(array $args = [])
  112. * @method \Aws\Result listBackupSelections(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise listBackupSelectionsAsync(array $args = [])
  114. * @method \Aws\Result listBackupVaults(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise listBackupVaultsAsync(array $args = [])
  116. * @method \Aws\Result listCopyJobSummaries(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise listCopyJobSummariesAsync(array $args = [])
  118. * @method \Aws\Result listCopyJobs(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise listCopyJobsAsync(array $args = [])
  120. * @method \Aws\Result listFrameworks(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise listFrameworksAsync(array $args = [])
  122. * @method \Aws\Result listLegalHolds(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise listLegalHoldsAsync(array $args = [])
  124. * @method \Aws\Result listProtectedResources(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise listProtectedResourcesAsync(array $args = [])
  126. * @method \Aws\Result listProtectedResourcesByBackupVault(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise listProtectedResourcesByBackupVaultAsync(array $args = [])
  128. * @method \Aws\Result listRecoveryPointsByBackupVault(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise listRecoveryPointsByBackupVaultAsync(array $args = [])
  130. * @method \Aws\Result listRecoveryPointsByLegalHold(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise listRecoveryPointsByLegalHoldAsync(array $args = [])
  132. * @method \Aws\Result listRecoveryPointsByResource(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise listRecoveryPointsByResourceAsync(array $args = [])
  134. * @method \Aws\Result listReportJobs(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise listReportJobsAsync(array $args = [])
  136. * @method \Aws\Result listReportPlans(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise listReportPlansAsync(array $args = [])
  138. * @method \Aws\Result listRestoreJobSummaries(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise listRestoreJobSummariesAsync(array $args = [])
  140. * @method \Aws\Result listRestoreJobs(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise listRestoreJobsAsync(array $args = [])
  142. * @method \Aws\Result listRestoreJobsByProtectedResource(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise listRestoreJobsByProtectedResourceAsync(array $args = [])
  144. * @method \Aws\Result listRestoreTestingPlans(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise listRestoreTestingPlansAsync(array $args = [])
  146. * @method \Aws\Result listRestoreTestingSelections(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise listRestoreTestingSelectionsAsync(array $args = [])
  148. * @method \Aws\Result listTags(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
  150. * @method \Aws\Result putBackupVaultAccessPolicy(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise putBackupVaultAccessPolicyAsync(array $args = [])
  152. * @method \Aws\Result putBackupVaultLockConfiguration(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise putBackupVaultLockConfigurationAsync(array $args = [])
  154. * @method \Aws\Result putBackupVaultNotifications(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise putBackupVaultNotificationsAsync(array $args = [])
  156. * @method \Aws\Result putRestoreValidationResult(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise putRestoreValidationResultAsync(array $args = [])
  158. * @method \Aws\Result startBackupJob(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise startBackupJobAsync(array $args = [])
  160. * @method \Aws\Result startCopyJob(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise startCopyJobAsync(array $args = [])
  162. * @method \Aws\Result startReportJob(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise startReportJobAsync(array $args = [])
  164. * @method \Aws\Result startRestoreJob(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise startRestoreJobAsync(array $args = [])
  166. * @method \Aws\Result stopBackupJob(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise stopBackupJobAsync(array $args = [])
  168. * @method \Aws\Result tagResource(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  170. * @method \Aws\Result untagResource(array $args = [])
  171. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  172. * @method \Aws\Result updateBackupPlan(array $args = [])
  173. * @method \GuzzleHttp\Promise\Promise updateBackupPlanAsync(array $args = [])
  174. * @method \Aws\Result updateFramework(array $args = [])
  175. * @method \GuzzleHttp\Promise\Promise updateFrameworkAsync(array $args = [])
  176. * @method \Aws\Result updateGlobalSettings(array $args = [])
  177. * @method \GuzzleHttp\Promise\Promise updateGlobalSettingsAsync(array $args = [])
  178. * @method \Aws\Result updateRecoveryPointLifecycle(array $args = [])
  179. * @method \GuzzleHttp\Promise\Promise updateRecoveryPointLifecycleAsync(array $args = [])
  180. * @method \Aws\Result updateRegionSettings(array $args = [])
  181. * @method \GuzzleHttp\Promise\Promise updateRegionSettingsAsync(array $args = [])
  182. * @method \Aws\Result updateReportPlan(array $args = [])
  183. * @method \GuzzleHttp\Promise\Promise updateReportPlanAsync(array $args = [])
  184. * @method \Aws\Result updateRestoreTestingPlan(array $args = [])
  185. * @method \GuzzleHttp\Promise\Promise updateRestoreTestingPlanAsync(array $args = [])
  186. * @method \Aws\Result updateRestoreTestingSelection(array $args = [])
  187. * @method \GuzzleHttp\Promise\Promise updateRestoreTestingSelectionAsync(array $args = [])
  188. */
  189. class BackupClient extends AwsClient {}