Server IP : 184.154.167.98 / Your IP : 18.222.162.161 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/fotografico/3rdparty/aws/aws-sdk-php/src/signer/ |
Upload File : |
<?php namespace Aws\signer; use Aws\AwsClient; /** * This client is used to interact with the **AWS Signer** service. * @method \Aws\Result cancelSigningProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise cancelSigningProfileAsync(array $args = []) * @method \Aws\Result describeSigningJob(array $args = []) * @method \GuzzleHttp\Promise\Promise describeSigningJobAsync(array $args = []) * @method \Aws\Result getSigningPlatform(array $args = []) * @method \GuzzleHttp\Promise\Promise getSigningPlatformAsync(array $args = []) * @method \Aws\Result getSigningProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise getSigningProfileAsync(array $args = []) * @method \Aws\Result listSigningJobs(array $args = []) * @method \GuzzleHttp\Promise\Promise listSigningJobsAsync(array $args = []) * @method \Aws\Result listSigningPlatforms(array $args = []) * @method \GuzzleHttp\Promise\Promise listSigningPlatformsAsync(array $args = []) * @method \Aws\Result listSigningProfiles(array $args = []) * @method \GuzzleHttp\Promise\Promise listSigningProfilesAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result putSigningProfile(array $args = []) * @method \GuzzleHttp\Promise\Promise putSigningProfileAsync(array $args = []) * @method \Aws\Result startSigningJob(array $args = []) * @method \GuzzleHttp\Promise\Promise startSigningJobAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) */ class signerClient extends AwsClient {}