Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\SecretsManager;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS Secrets Manager** service.
8
 * @method \Aws\Result cancelRotateSecret(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise cancelRotateSecretAsync(array $args = [])
10
 * @method \Aws\Result createSecret(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise createSecretAsync(array $args = [])
12
 * @method \Aws\Result deleteResourcePolicy(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
14
 * @method \Aws\Result deleteSecret(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise deleteSecretAsync(array $args = [])
16
 * @method \Aws\Result describeSecret(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise describeSecretAsync(array $args = [])
18
 * @method \Aws\Result getRandomPassword(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise getRandomPasswordAsync(array $args = [])
20
 * @method \Aws\Result getResourcePolicy(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
22
 * @method \Aws\Result getSecretValue(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise getSecretValueAsync(array $args = [])
24
 * @method \Aws\Result listSecretVersionIds(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise listSecretVersionIdsAsync(array $args = [])
26
 * @method \Aws\Result listSecrets(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise listSecretsAsync(array $args = [])
28
 * @method \Aws\Result putResourcePolicy(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
30
 * @method \Aws\Result putSecretValue(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise putSecretValueAsync(array $args = [])
32
 * @method \Aws\Result removeRegionsFromReplication(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise removeRegionsFromReplicationAsync(array $args = [])
34
 * @method \Aws\Result replicateSecretToRegions(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise replicateSecretToRegionsAsync(array $args = [])
36
 * @method \Aws\Result restoreSecret(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise restoreSecretAsync(array $args = [])
38
 * @method \Aws\Result rotateSecret(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise rotateSecretAsync(array $args = [])
40
 * @method \Aws\Result stopReplicationToReplica(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise stopReplicationToReplicaAsync(array $args = [])
42
 * @method \Aws\Result tagResource(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
44
 * @method \Aws\Result untagResource(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
46
 * @method \Aws\Result updateSecret(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise updateSecretAsync(array $args = [])
48
 * @method \Aws\Result updateSecretVersionStage(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise updateSecretVersionStageAsync(array $args = [])
50
 * @method \Aws\Result validateResourcePolicy(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise validateResourcePolicyAsync(array $args = [])
52
 */
53
class SecretsManagerClient extends AwsClient {}