allow vendord
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
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
This commit is contained in:
25
vendor/aws/aws-sdk-php/src/CostOptimizationHub/CostOptimizationHubClient.php
vendored
Normal file
25
vendor/aws/aws-sdk-php/src/CostOptimizationHub/CostOptimizationHubClient.php
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
namespace Aws\CostOptimizationHub;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Cost Optimization Hub** service.
|
||||
* @method \Aws\Result getPreferences(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getPreferencesAsync(array $args = [])
|
||||
* @method \Aws\Result getRecommendation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getRecommendationAsync(array $args = [])
|
||||
* @method \Aws\Result listEfficiencyMetrics(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listEfficiencyMetricsAsync(array $args = [])
|
||||
* @method \Aws\Result listEnrollmentStatuses(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listEnrollmentStatusesAsync(array $args = [])
|
||||
* @method \Aws\Result listRecommendationSummaries(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRecommendationSummariesAsync(array $args = [])
|
||||
* @method \Aws\Result listRecommendations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRecommendationsAsync(array $args = [])
|
||||
* @method \Aws\Result updateEnrollmentStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateEnrollmentStatusAsync(array $args = [])
|
||||
* @method \Aws\Result updatePreferences(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updatePreferencesAsync(array $args = [])
|
||||
*/
|
||||
class CostOptimizationHubClient extends AwsClient {}
|
||||
9
vendor/aws/aws-sdk-php/src/CostOptimizationHub/Exception/CostOptimizationHubException.php
vendored
Normal file
9
vendor/aws/aws-sdk-php/src/CostOptimizationHub/Exception/CostOptimizationHubException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\CostOptimizationHub\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Cost Optimization Hub** service.
|
||||
*/
|
||||
class CostOptimizationHubException extends AwsException {}
|
||||
Reference in New Issue
Block a user