[][src]Trait rusoto_application_insights::ApplicationInsights

pub trait ApplicationInsights {
    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
; }

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

Required 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, 

Adds an application that is created from a resource group.

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, 

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

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, 

Adds an log pattern to a LogPatternSet.

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, 

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

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, 

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.

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, 

Removes the specified log pattern from a LogPatternSet.

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, 

Describes the application.

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, 

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

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, 

Describes the monitoring configuration of the component.

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, 

Describes the recommended monitoring configuration of the component.

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, 

Describe a specific log pattern from a LogPatternSet.

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, 

Describes an anomaly or error with the application.

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, 

Describes an application problem.

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, 

Describes the anomalies or errors associated with the problem.

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, 

Lists the IDs of the applications that you are monitoring.

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, 

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

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, 

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.

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, 

Lists the log pattern sets in the specific application.

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, 

Lists the log patterns in the specific log LogPatternSet.

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, 

Lists the problems with your application.

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, 

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.

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, 

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.

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, 

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

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, 

Updates the application.

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, 

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

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, 

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.

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, 

Adds a log pattern to a LogPatternSet.

Loading content...

Implementors

impl ApplicationInsights for ApplicationInsightsClient[src]

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, 
[src]

Adds an application that is created from a resource group.

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, 
[src]

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

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, 
[src]

Adds an log pattern to a LogPatternSet.

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, 
[src]

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

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, 
[src]

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.

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, 
[src]

Removes the specified log pattern from a LogPatternSet.

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, 
[src]

Describes the application.

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, 
[src]

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

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, 
[src]

Describes the monitoring configuration of the component.

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, 
[src]

Describes the recommended monitoring configuration of the component.

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, 
[src]

Describe a specific log pattern from a LogPatternSet.

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, 
[src]

Describes an anomaly or error with the application.

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, 
[src]

Describes an application problem.

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, 
[src]

Describes the anomalies or errors associated with the problem.

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, 
[src]

Lists the IDs of the applications that you are monitoring.

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, 
[src]

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

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, 
[src]

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.

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, 
[src]

Lists the log pattern sets in the specific application.

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, 
[src]

Lists the log patterns in the specific log LogPatternSet.

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, 
[src]

Lists the problems with your application.

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, 
[src]

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.

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, 
[src]

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.

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, 
[src]

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

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, 
[src]

Updates the application.

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, 
[src]

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

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, 
[src]

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.

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, 
[src]

Adds a log pattern to a LogPatternSet.

Loading content...