mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 21:11:30 -07:00
11 lines
371 B
PHP
11 lines
371 B
PHP
<?php
|
|
namespace Aws\MarketplaceEntitlementService;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **AWS Marketplace Entitlement Service** service.
|
|
* @method \Aws\Result getEntitlements(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getEntitlementsAsync(array $args = [])
|
|
*/
|
|
class MarketplaceEntitlementServiceClient extends AwsClient {}
|