BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
FreeTier
📤 Upload
📝 New File
📁 New Folder
Close
Editing: FreeTierClient.php
<?php namespace Aws\FreeTier; use Aws\AwsClient; /** * This client is used to interact with the **AWS Free Tier** service. * @method \Aws\Result getAccountActivity(array $args = []) * @method \GuzzleHttp\Promise\Promise getAccountActivityAsync(array $args = []) * @method \Aws\Result getAccountPlanState(array $args = []) * @method \GuzzleHttp\Promise\Promise getAccountPlanStateAsync(array $args = []) * @method \Aws\Result getFreeTierUsage(array $args = []) * @method \GuzzleHttp\Promise\Promise getFreeTierUsageAsync(array $args = []) * @method \Aws\Result listAccountActivities(array $args = []) * @method \GuzzleHttp\Promise\Promise listAccountActivitiesAsync(array $args = []) * @method \Aws\Result upgradeAccountPlan(array $args = []) * @method \GuzzleHttp\Promise\Promise upgradeAccountPlanAsync(array $args = []) */ class FreeTierClient extends AwsClient {}
Save
Cancel