| Server IP : 54.94.228.101 / Your IP : 172.28.20.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/vendor/aws/aws-sdk-php/src/SecretsManager/ |
Upload File : |
<?php
namespace Aws\SecretsManager;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS Secrets Manager** service.
* @method \Aws\Result cancelRotateSecret(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelRotateSecretAsync(array $args = [])
* @method \Aws\Result createSecret(array $args = [])
* @method \GuzzleHttp\Promise\Promise createSecretAsync(array $args = [])
* @method \Aws\Result deleteSecret(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteSecretAsync(array $args = [])
* @method \Aws\Result describeSecret(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeSecretAsync(array $args = [])
* @method \Aws\Result getRandomPassword(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRandomPasswordAsync(array $args = [])
* @method \Aws\Result getSecretValue(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSecretValueAsync(array $args = [])
* @method \Aws\Result listSecretVersionIds(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSecretVersionIdsAsync(array $args = [])
* @method \Aws\Result listSecrets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSecretsAsync(array $args = [])
* @method \Aws\Result putSecretValue(array $args = [])
* @method \GuzzleHttp\Promise\Promise putSecretValueAsync(array $args = [])
* @method \Aws\Result restoreSecret(array $args = [])
* @method \GuzzleHttp\Promise\Promise restoreSecretAsync(array $args = [])
* @method \Aws\Result rotateSecret(array $args = [])
* @method \GuzzleHttp\Promise\Promise rotateSecretAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateSecret(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSecretAsync(array $args = [])
* @method \Aws\Result updateSecretVersionStage(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSecretVersionStageAsync(array $args = [])
*/
class SecretsManagerClient extends AwsClient {}