Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/ACMPCA/ACMPCAClient.php
Строк: 37
<?php
namespace AwsACMPCA;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Certificate Manager Private Certificate Authority** service.
* @method AwsResult createCertificateAuthority(array $args = [])
* @method GuzzleHttpPromisePromise createCertificateAuthorityAsync(array $args = [])
* @method AwsResult createCertificateAuthorityAuditReport(array $args = [])
* @method GuzzleHttpPromisePromise createCertificateAuthorityAuditReportAsync(array $args = [])
* @method AwsResult createPermission(array $args = [])
* @method GuzzleHttpPromisePromise createPermissionAsync(array $args = [])
* @method AwsResult deleteCertificateAuthority(array $args = [])
* @method GuzzleHttpPromisePromise deleteCertificateAuthorityAsync(array $args = [])
* @method AwsResult deletePermission(array $args = [])
* @method GuzzleHttpPromisePromise deletePermissionAsync(array $args = [])
* @method AwsResult describeCertificateAuthority(array $args = [])
* @method GuzzleHttpPromisePromise describeCertificateAuthorityAsync(array $args = [])
* @method AwsResult describeCertificateAuthorityAuditReport(array $args = [])
* @method GuzzleHttpPromisePromise describeCertificateAuthorityAuditReportAsync(array $args = [])
* @method AwsResult getCertificate(array $args = [])
* @method GuzzleHttpPromisePromise getCertificateAsync(array $args = [])
* @method AwsResult getCertificateAuthorityCertificate(array $args = [])
* @method GuzzleHttpPromisePromise getCertificateAuthorityCertificateAsync(array $args = [])
* @method AwsResult getCertificateAuthorityCsr(array $args = [])
* @method GuzzleHttpPromisePromise getCertificateAuthorityCsrAsync(array $args = [])
* @method AwsResult importCertificateAuthorityCertificate(array $args = [])
* @method GuzzleHttpPromisePromise importCertificateAuthorityCertificateAsync(array $args = [])
* @method AwsResult issueCertificate(array $args = [])
* @method GuzzleHttpPromisePromise issueCertificateAsync(array $args = [])
* @method AwsResult listCertificateAuthorities(array $args = [])
* @method GuzzleHttpPromisePromise listCertificateAuthoritiesAsync(array $args = [])
* @method AwsResult listPermissions(array $args = [])
* @method GuzzleHttpPromisePromise listPermissionsAsync(array $args = [])
* @method AwsResult listTags(array $args = [])
* @method GuzzleHttpPromisePromise listTagsAsync(array $args = [])
* @method AwsResult restoreCertificateAuthority(array $args = [])
* @method GuzzleHttpPromisePromise restoreCertificateAuthorityAsync(array $args = [])
* @method AwsResult revokeCertificate(array $args = [])
* @method GuzzleHttpPromisePromise revokeCertificateAsync(array $args = [])
* @method AwsResult tagCertificateAuthority(array $args = [])
* @method GuzzleHttpPromisePromise tagCertificateAuthorityAsync(array $args = [])
* @method AwsResult untagCertificateAuthority(array $args = [])
* @method GuzzleHttpPromisePromise untagCertificateAuthorityAsync(array $args = [])
* @method AwsResult updateCertificateAuthority(array $args = [])
* @method GuzzleHttpPromisePromise updateCertificateAuthorityAsync(array $args = [])
*/
class ACMPCAClient extends AwsClient {}