PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / Acm / AcmClient.php
transferito / vendor / aws / aws-sdk-php / src / Acm Last commit date
Exception 11 months ago AcmClient.php 11 months ago
AcmClient.php
41 lines
1 <?php
2 namespace Aws\Acm;
3
4 use Aws\AwsClient;
5
6 /**
7 * This client is used to interact with the **AWS Certificate Manager** service.
8 *
9 * @method \Aws\Result addTagsToCertificate(array $args = [])
10 * @method \GuzzleHttp\Promise\Promise addTagsToCertificateAsync(array $args = [])
11 * @method \Aws\Result deleteCertificate(array $args = [])
12 * @method \GuzzleHttp\Promise\Promise deleteCertificateAsync(array $args = [])
13 * @method \Aws\Result describeCertificate(array $args = [])
14 * @method \GuzzleHttp\Promise\Promise describeCertificateAsync(array $args = [])
15 * @method \Aws\Result exportCertificate(array $args = [])
16 * @method \GuzzleHttp\Promise\Promise exportCertificateAsync(array $args = [])
17 * @method \Aws\Result getAccountConfiguration(array $args = [])
18 * @method \GuzzleHttp\Promise\Promise getAccountConfigurationAsync(array $args = [])
19 * @method \Aws\Result getCertificate(array $args = [])
20 * @method \GuzzleHttp\Promise\Promise getCertificateAsync(array $args = [])
21 * @method \Aws\Result importCertificate(array $args = [])
22 * @method \GuzzleHttp\Promise\Promise importCertificateAsync(array $args = [])
23 * @method \Aws\Result listCertificates(array $args = [])
24 * @method \GuzzleHttp\Promise\Promise listCertificatesAsync(array $args = [])
25 * @method \Aws\Result listTagsForCertificate(array $args = [])
26 * @method \GuzzleHttp\Promise\Promise listTagsForCertificateAsync(array $args = [])
27 * @method \Aws\Result putAccountConfiguration(array $args = [])
28 * @method \GuzzleHttp\Promise\Promise putAccountConfigurationAsync(array $args = [])
29 * @method \Aws\Result removeTagsFromCertificate(array $args = [])
30 * @method \GuzzleHttp\Promise\Promise removeTagsFromCertificateAsync(array $args = [])
31 * @method \Aws\Result renewCertificate(array $args = [])
32 * @method \GuzzleHttp\Promise\Promise renewCertificateAsync(array $args = [])
33 * @method \Aws\Result requestCertificate(array $args = [])
34 * @method \GuzzleHttp\Promise\Promise requestCertificateAsync(array $args = [])
35 * @method \Aws\Result resendValidationEmail(array $args = [])
36 * @method \GuzzleHttp\Promise\Promise resendValidationEmailAsync(array $args = [])
37 * @method \Aws\Result updateCertificateOptions(array $args = [])
38 * @method \GuzzleHttp\Promise\Promise updateCertificateOptionsAsync(array $args = [])
39 */
40 class AcmClient extends AwsClient {}
41