transferito
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ApplicationInsights
/
ApplicationInsightsClient.php
ApplicationInsightsClient.php
76 lines
| 1 | <?php |
| 2 | namespace Aws\ApplicationInsights; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon CloudWatch Application Insights** service. |
| 8 | * @method \Aws\Result addWorkload(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise addWorkloadAsync(array $args = []) |
| 10 | * @method \Aws\Result createApplication(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = []) |
| 12 | * @method \Aws\Result createComponent(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createComponentAsync(array $args = []) |
| 14 | * @method \Aws\Result createLogPattern(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createLogPatternAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteApplication(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = []) |
| 18 | * @method \Aws\Result deleteComponent(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise deleteComponentAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteLogPattern(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteLogPatternAsync(array $args = []) |
| 22 | * @method \Aws\Result describeApplication(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise describeApplicationAsync(array $args = []) |
| 24 | * @method \Aws\Result describeComponent(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise describeComponentAsync(array $args = []) |
| 26 | * @method \Aws\Result describeComponentConfiguration(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise describeComponentConfigurationAsync(array $args = []) |
| 28 | * @method \Aws\Result describeComponentConfigurationRecommendation(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise describeComponentConfigurationRecommendationAsync(array $args = []) |
| 30 | * @method \Aws\Result describeLogPattern(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise describeLogPatternAsync(array $args = []) |
| 32 | * @method \Aws\Result describeObservation(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise describeObservationAsync(array $args = []) |
| 34 | * @method \Aws\Result describeProblem(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise describeProblemAsync(array $args = []) |
| 36 | * @method \Aws\Result describeProblemObservations(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise describeProblemObservationsAsync(array $args = []) |
| 38 | * @method \Aws\Result describeWorkload(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise describeWorkloadAsync(array $args = []) |
| 40 | * @method \Aws\Result listApplications(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = []) |
| 42 | * @method \Aws\Result listComponents(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = []) |
| 44 | * @method \Aws\Result listConfigurationHistory(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise listConfigurationHistoryAsync(array $args = []) |
| 46 | * @method \Aws\Result listLogPatternSets(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise listLogPatternSetsAsync(array $args = []) |
| 48 | * @method \Aws\Result listLogPatterns(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise listLogPatternsAsync(array $args = []) |
| 50 | * @method \Aws\Result listProblems(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise listProblemsAsync(array $args = []) |
| 52 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 54 | * @method \Aws\Result listWorkloads(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise listWorkloadsAsync(array $args = []) |
| 56 | * @method \Aws\Result removeWorkload(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise removeWorkloadAsync(array $args = []) |
| 58 | * @method \Aws\Result tagResource(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 60 | * @method \Aws\Result untagResource(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 62 | * @method \Aws\Result updateApplication(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = []) |
| 64 | * @method \Aws\Result updateComponent(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise updateComponentAsync(array $args = []) |
| 66 | * @method \Aws\Result updateComponentConfiguration(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise updateComponentConfigurationAsync(array $args = []) |
| 68 | * @method \Aws\Result updateLogPattern(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise updateLogPatternAsync(array $args = []) |
| 70 | * @method \Aws\Result updateProblem(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise updateProblemAsync(array $args = []) |
| 72 | * @method \Aws\Result updateWorkload(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise updateWorkloadAsync(array $args = []) |
| 74 | */ |
| 75 | class ApplicationInsightsClient extends AwsClient {} |
| 76 |