[−][src]Trait rusoto_pi::PerformanceInsights
Trait representing the capabilities of the AWS PI API. AWS PI clients implement this trait.
Required methods
fn describe_dimension_keys(
&self,
input: DescribeDimensionKeysRequest
) -> RusotoFuture<DescribeDimensionKeysResponse, DescribeDimensionKeysError>
&self,
input: DescribeDimensionKeysRequest
) -> RusotoFuture<DescribeDimensionKeysResponse, DescribeDimensionKeysError>
For a specific time period, retrieve the top N
dimension keys for a metric.
fn get_resource_metrics(
&self,
input: GetResourceMetricsRequest
) -> RusotoFuture<GetResourceMetricsResponse, GetResourceMetricsError>
&self,
input: GetResourceMetricsRequest
) -> RusotoFuture<GetResourceMetricsResponse, GetResourceMetricsError>
Retrieve Performance Insights metrics for a set of data sources, over a time period. You can provide specific dimension groups and dimensions, and provide aggregation and filtering criteria for each group.
Implementors
impl PerformanceInsights for PerformanceInsightsClient
[src]
fn describe_dimension_keys(
&self,
input: DescribeDimensionKeysRequest
) -> RusotoFuture<DescribeDimensionKeysResponse, DescribeDimensionKeysError>
[src]
&self,
input: DescribeDimensionKeysRequest
) -> RusotoFuture<DescribeDimensionKeysResponse, DescribeDimensionKeysError>
For a specific time period, retrieve the top N
dimension keys for a metric.
fn get_resource_metrics(
&self,
input: GetResourceMetricsRequest
) -> RusotoFuture<GetResourceMetricsResponse, GetResourceMetricsError>
[src]
&self,
input: GetResourceMetricsRequest
) -> RusotoFuture<GetResourceMetricsResponse, GetResourceMetricsError>
Retrieve Performance Insights metrics for a set of data sources, over a time period. You can provide specific dimension groups and dimensions, and provide aggregation and filtering criteria for each group.