golden hour
/home/doctorbruno/public_html/pgmed.org/wp-content/plugins/backupbuddy/destinations/_s3lib3/Aws/Acm
⬆️ Go Up
Upload
File/Folder
Size
Actions
AcmClient.php
1.43 KB
Del
OK
Exception
-
Del
OK
index.php
27 B
Del
OK
Edit: AcmClient.php
<?php namespace Aws\Acm; use Aws\AwsClient; /** * This client is used to interact with the **AWS Certificate Manager** service. * * @method \Aws\Result addTagsToCertificate(array $args = []) * @method \GuzzleHttp\Promise\Promise addTagsToCertificateAsync(array $args = []) * @method \Aws\Result deleteCertificate(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteCertificateAsync(array $args = []) * @method \Aws\Result describeCertificate(array $args = []) * @method \GuzzleHttp\Promise\Promise describeCertificateAsync(array $args = []) * @method \Aws\Result getCertificate(array $args = []) * @method \GuzzleHttp\Promise\Promise getCertificateAsync(array $args = []) * @method \Aws\Result listCertificates(array $args = []) * @method \GuzzleHttp\Promise\Promise listCertificatesAsync(array $args = []) * @method \Aws\Result listTagsForCertificate(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForCertificateAsync(array $args = []) * @method \Aws\Result removeTagsFromCertificate(array $args = []) * @method \GuzzleHttp\Promise\Promise removeTagsFromCertificateAsync(array $args = []) * @method \Aws\Result requestCertificate(array $args = []) * @method \GuzzleHttp\Promise\Promise requestCertificateAsync(array $args = []) * @method \Aws\Result resendValidationEmail(array $args = []) * @method \GuzzleHttp\Promise\Promise resendValidationEmailAsync(array $args = []) */ class AcmClient extends AwsClient {}
Save