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:
55
vendor/aws/aws-sdk-php/src/ComputeOptimizerAutomation/ComputeOptimizerAutomationClient.php
vendored
Normal file
55
vendor/aws/aws-sdk-php/src/ComputeOptimizerAutomation/ComputeOptimizerAutomationClient.php
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
namespace Aws\ComputeOptimizerAutomation;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Compute Optimizer Automation** service.
|
||||
* @method \Aws\Result associateAccounts(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise associateAccountsAsync(array $args = [])
|
||||
* @method \Aws\Result createAutomationRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createAutomationRuleAsync(array $args = [])
|
||||
* @method \Aws\Result deleteAutomationRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteAutomationRuleAsync(array $args = [])
|
||||
* @method \Aws\Result disassociateAccounts(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disassociateAccountsAsync(array $args = [])
|
||||
* @method \Aws\Result getAutomationEvent(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getAutomationEventAsync(array $args = [])
|
||||
* @method \Aws\Result getAutomationRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getAutomationRuleAsync(array $args = [])
|
||||
* @method \Aws\Result getEnrollmentConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getEnrollmentConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result listAccounts(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAccountsAsync(array $args = [])
|
||||
* @method \Aws\Result listAutomationEventSteps(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAutomationEventStepsAsync(array $args = [])
|
||||
* @method \Aws\Result listAutomationEventSummaries(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAutomationEventSummariesAsync(array $args = [])
|
||||
* @method \Aws\Result listAutomationEvents(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAutomationEventsAsync(array $args = [])
|
||||
* @method \Aws\Result listAutomationRulePreview(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAutomationRulePreviewAsync(array $args = [])
|
||||
* @method \Aws\Result listAutomationRulePreviewSummaries(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAutomationRulePreviewSummariesAsync(array $args = [])
|
||||
* @method \Aws\Result listAutomationRules(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAutomationRulesAsync(array $args = [])
|
||||
* @method \Aws\Result listRecommendedActionSummaries(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRecommendedActionSummariesAsync(array $args = [])
|
||||
* @method \Aws\Result listRecommendedActions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRecommendedActionsAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result rollbackAutomationEvent(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise rollbackAutomationEventAsync(array $args = [])
|
||||
* @method \Aws\Result startAutomationEvent(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startAutomationEventAsync(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 updateAutomationRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateAutomationRuleAsync(array $args = [])
|
||||
* @method \Aws\Result updateEnrollmentConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateEnrollmentConfigurationAsync(array $args = [])
|
||||
*/
|
||||
class ComputeOptimizerAutomationClient extends AwsClient {}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\ComputeOptimizerAutomation\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Compute Optimizer Automation** service.
|
||||
*/
|
||||
class ComputeOptimizerAutomationException extends AwsException {}
|
||||
Reference in New Issue
Block a user