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:
9
vendor/aws/aws-sdk-php/src/PrometheusService/Exception/PrometheusServiceException.php
vendored
Normal file
9
vendor/aws/aws-sdk-php/src/PrometheusService/Exception/PrometheusServiceException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\PrometheusService\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Prometheus Service** service.
|
||||
*/
|
||||
class PrometheusServiceException extends AwsException {}
|
||||
97
vendor/aws/aws-sdk-php/src/PrometheusService/PrometheusServiceClient.php
vendored
Normal file
97
vendor/aws/aws-sdk-php/src/PrometheusService/PrometheusServiceClient.php
vendored
Normal file
@@ -0,0 +1,97 @@
|
||||
<?php
|
||||
namespace Aws\PrometheusService;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Prometheus Service** service.
|
||||
* @method \Aws\Result createAlertManagerDefinition(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createAlertManagerDefinitionAsync(array $args = [])
|
||||
* @method \Aws\Result createAnomalyDetector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createAnomalyDetectorAsync(array $args = [])
|
||||
* @method \Aws\Result createLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result createQueryLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createQueryLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result createRuleGroupsNamespace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createRuleGroupsNamespaceAsync(array $args = [])
|
||||
* @method \Aws\Result createScraper(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createScraperAsync(array $args = [])
|
||||
* @method \Aws\Result createWorkspace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createWorkspaceAsync(array $args = [])
|
||||
* @method \Aws\Result deleteAlertManagerDefinition(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteAlertManagerDefinitionAsync(array $args = [])
|
||||
* @method \Aws\Result deleteAnomalyDetector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteAnomalyDetectorAsync(array $args = [])
|
||||
* @method \Aws\Result deleteLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteQueryLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteQueryLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteResourcePolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
|
||||
* @method \Aws\Result deleteRuleGroupsNamespace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteRuleGroupsNamespaceAsync(array $args = [])
|
||||
* @method \Aws\Result deleteScraper(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteScraperAsync(array $args = [])
|
||||
* @method \Aws\Result deleteScraperLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteScraperLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result deleteWorkspace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteWorkspaceAsync(array $args = [])
|
||||
* @method \Aws\Result describeAlertManagerDefinition(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAlertManagerDefinitionAsync(array $args = [])
|
||||
* @method \Aws\Result describeAnomalyDetector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAnomalyDetectorAsync(array $args = [])
|
||||
* @method \Aws\Result describeLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result describeQueryLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeQueryLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result describeResourcePolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeResourcePolicyAsync(array $args = [])
|
||||
* @method \Aws\Result describeRuleGroupsNamespace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeRuleGroupsNamespaceAsync(array $args = [])
|
||||
* @method \Aws\Result describeScraper(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeScraperAsync(array $args = [])
|
||||
* @method \Aws\Result describeScraperLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeScraperLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result describeWorkspace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeWorkspaceAsync(array $args = [])
|
||||
* @method \Aws\Result describeWorkspaceConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeWorkspaceConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result getDefaultScraperConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDefaultScraperConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result listAnomalyDetectors(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAnomalyDetectorsAsync(array $args = [])
|
||||
* @method \Aws\Result listRuleGroupsNamespaces(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRuleGroupsNamespacesAsync(array $args = [])
|
||||
* @method \Aws\Result listScrapers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listScrapersAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result listWorkspaces(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listWorkspacesAsync(array $args = [])
|
||||
* @method \Aws\Result putAlertManagerDefinition(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putAlertManagerDefinitionAsync(array $args = [])
|
||||
* @method \Aws\Result putAnomalyDetector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putAnomalyDetectorAsync(array $args = [])
|
||||
* @method \Aws\Result putResourcePolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
|
||||
* @method \Aws\Result putRuleGroupsNamespace(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putRuleGroupsNamespaceAsync(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 updateLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result updateQueryLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateQueryLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result updateScraper(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateScraperAsync(array $args = [])
|
||||
* @method \Aws\Result updateScraperLoggingConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateScraperLoggingConfigurationAsync(array $args = [])
|
||||
* @method \Aws\Result updateWorkspaceAlias(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateWorkspaceAliasAsync(array $args = [])
|
||||
* @method \Aws\Result updateWorkspaceConfiguration(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateWorkspaceConfigurationAsync(array $args = [])
|
||||
*/
|
||||
class PrometheusServiceClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user