Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/SecretsManager/SecretsManagerClient.php
Строк: 39
<?php
namespace AwsSecretsManager;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Secrets Manager** service.
* @method AwsResult cancelRotateSecret(array $args = [])
* @method GuzzleHttpPromisePromise cancelRotateSecretAsync(array $args = [])
* @method AwsResult createSecret(array $args = [])
* @method GuzzleHttpPromisePromise createSecretAsync(array $args = [])
* @method AwsResult deleteResourcePolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteResourcePolicyAsync(array $args = [])
* @method AwsResult deleteSecret(array $args = [])
* @method GuzzleHttpPromisePromise deleteSecretAsync(array $args = [])
* @method AwsResult describeSecret(array $args = [])
* @method GuzzleHttpPromisePromise describeSecretAsync(array $args = [])
* @method AwsResult getRandomPassword(array $args = [])
* @method GuzzleHttpPromisePromise getRandomPasswordAsync(array $args = [])
* @method AwsResult getResourcePolicy(array $args = [])
* @method GuzzleHttpPromisePromise getResourcePolicyAsync(array $args = [])
* @method AwsResult getSecretValue(array $args = [])
* @method GuzzleHttpPromisePromise getSecretValueAsync(array $args = [])
* @method AwsResult listSecretVersionIds(array $args = [])
* @method GuzzleHttpPromisePromise listSecretVersionIdsAsync(array $args = [])
* @method AwsResult listSecrets(array $args = [])
* @method GuzzleHttpPromisePromise listSecretsAsync(array $args = [])
* @method AwsResult putResourcePolicy(array $args = [])
* @method GuzzleHttpPromisePromise putResourcePolicyAsync(array $args = [])
* @method AwsResult putSecretValue(array $args = [])
* @method GuzzleHttpPromisePromise putSecretValueAsync(array $args = [])
* @method AwsResult restoreSecret(array $args = [])
* @method GuzzleHttpPromisePromise restoreSecretAsync(array $args = [])
* @method AwsResult rotateSecret(array $args = [])
* @method GuzzleHttpPromisePromise rotateSecretAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateSecret(array $args = [])
* @method GuzzleHttpPromisePromise updateSecretAsync(array $args = [])
* @method AwsResult updateSecretVersionStage(array $args = [])
* @method GuzzleHttpPromisePromise updateSecretVersionStageAsync(array $args = [])
*/
class SecretsManagerClient extends AwsClient {}