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