logo
pub trait ApplicationInsights {
Show 27 methods fn create_application<'life0, 'async_trait>(
        &'life0 self,
        input: CreateApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateApplicationResponse, RusotoError<CreateApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_component<'life0, 'async_trait>(
        &'life0 self,
        input: CreateComponentRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateComponentResponse, RusotoError<CreateComponentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn create_log_pattern<'life0, 'async_trait>(
        &'life0 self,
        input: CreateLogPatternRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateLogPatternResponse, RusotoError<CreateLogPatternError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_application<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteApplicationResponse, RusotoError<DeleteApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_component<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteComponentRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteComponentResponse, RusotoError<DeleteComponentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn delete_log_pattern<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteLogPatternRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteLogPatternResponse, RusotoError<DeleteLogPatternError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_application<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeApplicationResponse, RusotoError<DescribeApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_component<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeComponentRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeComponentResponse, RusotoError<DescribeComponentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_component_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeComponentConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeComponentConfigurationResponse, RusotoError<DescribeComponentConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_component_configuration_recommendation<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeComponentConfigurationRecommendationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeComponentConfigurationRecommendationResponse, RusotoError<DescribeComponentConfigurationRecommendationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_log_pattern<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeLogPatternRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeLogPatternResponse, RusotoError<DescribeLogPatternError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_observation<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeObservationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeObservationResponse, RusotoError<DescribeObservationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_problem<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeProblemRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeProblemResponse, RusotoError<DescribeProblemError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn describe_problem_observations<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeProblemObservationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeProblemObservationsResponse, RusotoError<DescribeProblemObservationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_applications<'life0, 'async_trait>(
        &'life0 self,
        input: ListApplicationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListApplicationsResponse, RusotoError<ListApplicationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_components<'life0, 'async_trait>(
        &'life0 self,
        input: ListComponentsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListComponentsResponse, RusotoError<ListComponentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_configuration_history<'life0, 'async_trait>(
        &'life0 self,
        input: ListConfigurationHistoryRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListConfigurationHistoryResponse, RusotoError<ListConfigurationHistoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_log_pattern_sets<'life0, 'async_trait>(
        &'life0 self,
        input: ListLogPatternSetsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListLogPatternSetsResponse, RusotoError<ListLogPatternSetsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_log_patterns<'life0, 'async_trait>(
        &'life0 self,
        input: ListLogPatternsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListLogPatternsResponse, RusotoError<ListLogPatternsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_problems<'life0, 'async_trait>(
        &'life0 self,
        input: ListProblemsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListProblemsResponse, RusotoError<ListProblemsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_application<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateApplicationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateApplicationResponse, RusotoError<UpdateApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_component<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateComponentRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateComponentResponse, RusotoError<UpdateComponentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_component_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateComponentConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateComponentConfigurationResponse, RusotoError<UpdateComponentConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; fn update_log_pattern<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateLogPatternRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateLogPatternResponse, RusotoError<UpdateLogPatternError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
}
Expand description

Trait representing the capabilities of the Application Insights API. Application Insights clients implement this trait.

Required Methods

Adds an application that is created from a resource group.

Creates a custom component by grouping similar standalone instances to monitor.

Adds an log pattern to a LogPatternSet.

Removes the specified application from monitoring. Does not delete the application.

Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.

Removes the specified log pattern from a LogPatternSet.

Describes the application.

Describes a component and lists the resources that are grouped together in a component.

Describes the monitoring configuration of the component.

Describes the recommended monitoring configuration of the component.

Describe a specific log pattern from a LogPatternSet.

Describes an anomaly or error with the application.

Describes an application problem.

Describes the anomalies or errors associated with the problem.

Lists the IDs of the applications that you are monitoring.

Lists the auto-grouped, standalone, and custom components of the application.

Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:

  • INFO: creating a new alarm or updating an alarm threshold.

  • WARN: alarm not created due to insufficient data points used to predict thresholds.

  • ERROR: alarm not created due to permission errors or exceeding quotas.

Lists the log pattern sets in the specific application.

Lists the log patterns in the specific log LogPatternSet.

Lists the problems with your application.

Retrieve a list of the tags (keys and values) that are associated with a specified application. A tag is a label that you optionally define and associate with an application. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

Add one or more tags (keys and values) to a specified application. A tag is a label that you optionally define and associate with an application. Tags can help you categorize and manage application in different ways, such as by purpose, owner, environment, or other criteria.

Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

Remove one or more tags (keys and values) from a specified application.

Updates the application.

Updates the custom component name and/or the list of resources that make up the component.

Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by DescribeComponentConfigurationRecommendation.

Adds a log pattern to a LogPatternSet.

Implementors