Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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 deleteBackupPlan(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise deleteBackupPlanAsync(array $args = [])
26
 * @method \Aws\Result deleteBackupSelection(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise deleteBackupSelectionAsync(array $args = [])
28
 * @method \Aws\Result deleteBackupVault(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise deleteBackupVaultAsync(array $args = [])
30
 * @method \Aws\Result deleteBackupVaultAccessPolicy(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise deleteBackupVaultAccessPolicyAsync(array $args = [])
32
 * @method \Aws\Result deleteBackupVaultLockConfiguration(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise deleteBackupVaultLockConfigurationAsync(array $args = [])
34
 * @method \Aws\Result deleteBackupVaultNotifications(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise deleteBackupVaultNotificationsAsync(array $args = [])
36
 * @method \Aws\Result deleteFramework(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deleteFrameworkAsync(array $args = [])
38
 * @method \Aws\Result deleteRecoveryPoint(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise deleteRecoveryPointAsync(array $args = [])
40
 * @method \Aws\Result deleteReportPlan(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise deleteReportPlanAsync(array $args = [])
42
 * @method \Aws\Result describeBackupJob(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise describeBackupJobAsync(array $args = [])
44
 * @method \Aws\Result describeBackupVault(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise describeBackupVaultAsync(array $args = [])
46
 * @method \Aws\Result describeCopyJob(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise describeCopyJobAsync(array $args = [])
48
 * @method \Aws\Result describeFramework(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise describeFrameworkAsync(array $args = [])
50
 * @method \Aws\Result describeGlobalSettings(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise describeGlobalSettingsAsync(array $args = [])
52
 * @method \Aws\Result describeProtectedResource(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise describeProtectedResourceAsync(array $args = [])
54
 * @method \Aws\Result describeRecoveryPoint(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise describeRecoveryPointAsync(array $args = [])
56
 * @method \Aws\Result describeRegionSettings(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise describeRegionSettingsAsync(array $args = [])
58
 * @method \Aws\Result describeReportJob(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise describeReportJobAsync(array $args = [])
60
 * @method \Aws\Result describeReportPlan(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise describeReportPlanAsync(array $args = [])
62
 * @method \Aws\Result describeRestoreJob(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise describeRestoreJobAsync(array $args = [])
64
 * @method \Aws\Result disassociateRecoveryPoint(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise disassociateRecoveryPointAsync(array $args = [])
66
 * @method \Aws\Result disassociateRecoveryPointFromParent(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise disassociateRecoveryPointFromParentAsync(array $args = [])
68
 * @method \Aws\Result exportBackupPlanTemplate(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise exportBackupPlanTemplateAsync(array $args = [])
70
 * @method \Aws\Result getBackupPlan(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise getBackupPlanAsync(array $args = [])
72
 * @method \Aws\Result getBackupPlanFromJSON(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise getBackupPlanFromJSONAsync(array $args = [])
74
 * @method \Aws\Result getBackupPlanFromTemplate(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise getBackupPlanFromTemplateAsync(array $args = [])
76
 * @method \Aws\Result getBackupSelection(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise getBackupSelectionAsync(array $args = [])
78
 * @method \Aws\Result getBackupVaultAccessPolicy(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise getBackupVaultAccessPolicyAsync(array $args = [])
80
 * @method \Aws\Result getBackupVaultNotifications(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise getBackupVaultNotificationsAsync(array $args = [])
82
 * @method \Aws\Result getLegalHold(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise getLegalHoldAsync(array $args = [])
84
 * @method \Aws\Result getRecoveryPointRestoreMetadata(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise getRecoveryPointRestoreMetadataAsync(array $args = [])
86
 * @method \Aws\Result getSupportedResourceTypes(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise getSupportedResourceTypesAsync(array $args = [])
88
 * @method \Aws\Result listBackupJobs(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise listBackupJobsAsync(array $args = [])
90
 * @method \Aws\Result listBackupPlanTemplates(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise listBackupPlanTemplatesAsync(array $args = [])
92
 * @method \Aws\Result listBackupPlanVersions(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise listBackupPlanVersionsAsync(array $args = [])
94
 * @method \Aws\Result listBackupPlans(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise listBackupPlansAsync(array $args = [])
96
 * @method \Aws\Result listBackupSelections(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise listBackupSelectionsAsync(array $args = [])
98
 * @method \Aws\Result listBackupVaults(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise listBackupVaultsAsync(array $args = [])
100
 * @method \Aws\Result listCopyJobs(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise listCopyJobsAsync(array $args = [])
102
 * @method \Aws\Result listFrameworks(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise listFrameworksAsync(array $args = [])
104
 * @method \Aws\Result listLegalHolds(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise listLegalHoldsAsync(array $args = [])
106
 * @method \Aws\Result listProtectedResources(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise listProtectedResourcesAsync(array $args = [])
108
 * @method \Aws\Result listProtectedResourcesByBackupVault(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise listProtectedResourcesByBackupVaultAsync(array $args = [])
110
 * @method \Aws\Result listRecoveryPointsByBackupVault(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise listRecoveryPointsByBackupVaultAsync(array $args = [])
112
 * @method \Aws\Result listRecoveryPointsByLegalHold(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise listRecoveryPointsByLegalHoldAsync(array $args = [])
114
 * @method \Aws\Result listRecoveryPointsByResource(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise listRecoveryPointsByResourceAsync(array $args = [])
116
 * @method \Aws\Result listReportJobs(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise listReportJobsAsync(array $args = [])
118
 * @method \Aws\Result listReportPlans(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise listReportPlansAsync(array $args = [])
120
 * @method \Aws\Result listRestoreJobs(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise listRestoreJobsAsync(array $args = [])
122
 * @method \Aws\Result listTags(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
124
 * @method \Aws\Result putBackupVaultAccessPolicy(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise putBackupVaultAccessPolicyAsync(array $args = [])
126
 * @method \Aws\Result putBackupVaultLockConfiguration(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise putBackupVaultLockConfigurationAsync(array $args = [])
128
 * @method \Aws\Result putBackupVaultNotifications(array $args = [])
129
 * @method \GuzzleHttp\Promise\Promise putBackupVaultNotificationsAsync(array $args = [])
130
 * @method \Aws\Result startBackupJob(array $args = [])
131
 * @method \GuzzleHttp\Promise\Promise startBackupJobAsync(array $args = [])
132
 * @method \Aws\Result startCopyJob(array $args = [])
133
 * @method \GuzzleHttp\Promise\Promise startCopyJobAsync(array $args = [])
134
 * @method \Aws\Result startReportJob(array $args = [])
135
 * @method \GuzzleHttp\Promise\Promise startReportJobAsync(array $args = [])
136
 * @method \Aws\Result startRestoreJob(array $args = [])
137
 * @method \GuzzleHttp\Promise\Promise startRestoreJobAsync(array $args = [])
138
 * @method \Aws\Result stopBackupJob(array $args = [])
139
 * @method \GuzzleHttp\Promise\Promise stopBackupJobAsync(array $args = [])
140
 * @method \Aws\Result tagResource(array $args = [])
141
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
142
 * @method \Aws\Result untagResource(array $args = [])
143
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
144
 * @method \Aws\Result updateBackupPlan(array $args = [])
145
 * @method \GuzzleHttp\Promise\Promise updateBackupPlanAsync(array $args = [])
146
 * @method \Aws\Result updateFramework(array $args = [])
147
 * @method \GuzzleHttp\Promise\Promise updateFrameworkAsync(array $args = [])
148
 * @method \Aws\Result updateGlobalSettings(array $args = [])
149
 * @method \GuzzleHttp\Promise\Promise updateGlobalSettingsAsync(array $args = [])
150
 * @method \Aws\Result updateRecoveryPointLifecycle(array $args = [])
151
 * @method \GuzzleHttp\Promise\Promise updateRecoveryPointLifecycleAsync(array $args = [])
152
 * @method \Aws\Result updateRegionSettings(array $args = [])
153
 * @method \GuzzleHttp\Promise\Promise updateRegionSettingsAsync(array $args = [])
154
 * @method \Aws\Result updateReportPlan(array $args = [])
155
 * @method \GuzzleHttp\Promise\Promise updateReportPlanAsync(array $args = [])
156
 */
157
class BackupClient extends AwsClient {}