14 lines
537 B
PHP
Executable File
14 lines
537 B
PHP
Executable File
<?php
|
|
namespace Aws\Sustainability;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **AWS Sustainability** service.
|
|
* @method \Aws\Result getEstimatedCarbonEmissions(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getEstimatedCarbonEmissionsAsync(array $args = [])
|
|
* @method \Aws\Result getEstimatedCarbonEmissionsDimensionValues(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getEstimatedCarbonEmissionsDimensionValuesAsync(array $args = [])
|
|
*/
|
|
class SustainabilityClient extends AwsClient {}
|