Server IP : 66.29.132.124 / Your IP : 3.147.45.159 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/vendor/aws/aws-sdk-php/src/PrometheusService/ |
Upload File : |
<?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 createRuleGroupsNamespace(array $args = []) * @method \GuzzleHttp\Promise\Promise createRuleGroupsNamespaceAsync(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 deleteRuleGroupsNamespace(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteRuleGroupsNamespaceAsync(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 describeRuleGroupsNamespace(array $args = []) * @method \GuzzleHttp\Promise\Promise describeRuleGroupsNamespaceAsync(array $args = []) * @method \Aws\Result describeWorkspace(array $args = []) * @method \GuzzleHttp\Promise\Promise describeWorkspaceAsync(array $args = []) * @method \Aws\Result listRuleGroupsNamespaces(array $args = []) * @method \GuzzleHttp\Promise\Promise listRuleGroupsNamespacesAsync(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 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 updateWorkspaceAlias(array $args = []) * @method \GuzzleHttp\Promise\Promise updateWorkspaceAliasAsync(array $args = []) */ class PrometheusServiceClient extends AwsClient {}