All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
44 lines
2.7 KiB
PHP
44 lines
2.7 KiB
PHP
<?php
|
|
namespace Aws\PartnerCentralBenefits;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Partner Central Benefits API** service.
|
|
* @method \Aws\Result amendBenefitApplication(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise amendBenefitApplicationAsync(array $args = [])
|
|
* @method \Aws\Result associateBenefitApplicationResource(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise associateBenefitApplicationResourceAsync(array $args = [])
|
|
* @method \Aws\Result cancelBenefitApplication(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise cancelBenefitApplicationAsync(array $args = [])
|
|
* @method \Aws\Result createBenefitApplication(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createBenefitApplicationAsync(array $args = [])
|
|
* @method \Aws\Result disassociateBenefitApplicationResource(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise disassociateBenefitApplicationResourceAsync(array $args = [])
|
|
* @method \Aws\Result getBenefit(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getBenefitAsync(array $args = [])
|
|
* @method \Aws\Result getBenefitAllocation(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getBenefitAllocationAsync(array $args = [])
|
|
* @method \Aws\Result getBenefitApplication(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getBenefitApplicationAsync(array $args = [])
|
|
* @method \Aws\Result listBenefitAllocations(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listBenefitAllocationsAsync(array $args = [])
|
|
* @method \Aws\Result listBenefitApplications(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listBenefitApplicationsAsync(array $args = [])
|
|
* @method \Aws\Result listBenefits(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listBenefitsAsync(array $args = [])
|
|
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
* @method \Aws\Result recallBenefitApplication(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise recallBenefitApplicationAsync(array $args = [])
|
|
* @method \Aws\Result submitBenefitApplication(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise submitBenefitApplicationAsync(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 = [])
|
|
* @method \Aws\Result updateBenefitApplication(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateBenefitApplicationAsync(array $args = [])
|
|
*/
|
|
class PartnerCentralBenefitsClient extends AwsClient {}
|