Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Acm/AcmClient.php
Строк: 30
<?php
namespace AwsAcm;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Certificate Manager** service.
*
* @method AwsResult addTagsToCertificate(array $args = [])
* @method GuzzleHttpPromisePromise addTagsToCertificateAsync(array $args = [])
* @method AwsResult deleteCertificate(array $args = [])
* @method GuzzleHttpPromisePromise deleteCertificateAsync(array $args = [])
* @method AwsResult describeCertificate(array $args = [])
* @method GuzzleHttpPromisePromise describeCertificateAsync(array $args = [])
* @method AwsResult exportCertificate(array $args = [])
* @method GuzzleHttpPromisePromise exportCertificateAsync(array $args = [])
* @method AwsResult getCertificate(array $args = [])
* @method GuzzleHttpPromisePromise getCertificateAsync(array $args = [])
* @method AwsResult importCertificate(array $args = [])
* @method GuzzleHttpPromisePromise importCertificateAsync(array $args = [])
* @method AwsResult listCertificates(array $args = [])
* @method GuzzleHttpPromisePromise listCertificatesAsync(array $args = [])
* @method AwsResult listTagsForCertificate(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForCertificateAsync(array $args = [])
* @method AwsResult removeTagsFromCertificate(array $args = [])
* @method GuzzleHttpPromisePromise removeTagsFromCertificateAsync(array $args = [])
* @method AwsResult renewCertificate(array $args = [])
* @method GuzzleHttpPromisePromise renewCertificateAsync(array $args = [])
* @method AwsResult requestCertificate(array $args = [])
* @method GuzzleHttpPromisePromise requestCertificateAsync(array $args = [])
* @method AwsResult resendValidationEmail(array $args = [])
* @method GuzzleHttpPromisePromise resendValidationEmailAsync(array $args = [])
* @method AwsResult updateCertificateOptions(array $args = [])
* @method GuzzleHttpPromisePromise updateCertificateOptionsAsync(array $args = [])
*/
class AcmClient extends AwsClient {}