Struct aws_sdk_codeguruprofiler::client::fluent_builders::BatchGetFrameMetricData [−][src]
pub struct BatchGetFrameMetricData<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to BatchGetFrameMetricData
.
Returns the time series of values for a requested list of frame metrics from a time period.
Implementations
impl<C, M, R> BatchGetFrameMetricData<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> BatchGetFrameMetricData<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<BatchGetFrameMetricDataOutput, SdkError<BatchGetFrameMetricDataError>> where
R::Policy: SmithyRetryPolicy<BatchGetFrameMetricDataInputOperationOutputAlias, BatchGetFrameMetricDataOutput, BatchGetFrameMetricDataError, BatchGetFrameMetricDataInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<BatchGetFrameMetricDataOutput, SdkError<BatchGetFrameMetricDataError>> where
R::Policy: SmithyRetryPolicy<BatchGetFrameMetricDataInputOperationOutputAlias, BatchGetFrameMetricDataOutput, BatchGetFrameMetricDataError, BatchGetFrameMetricDataInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The name of the profiling group associated with the the frame metrics used to return the time series values.
The name of the profiling group associated with the the frame metrics used to return the time series values.
The start time of the time period for the frame metrics used to return the time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
The start time of the time period for the frame metrics used to return the time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
The end time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
The end time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
The duration of the frame metrics used to return the time series values.
Specify using the ISO 8601 format. The maximum period duration
is one day (PT24H
or P1D
).
The duration of the frame metrics used to return the time series values.
Specify using the ISO 8601 format. The maximum period duration
is one day (PT24H
or P1D
).
The requested resolution of time steps for the returned time series of values. If the requested target resolution is not available due to data not being retained we provide a best effort result by falling back to the most granular available resolution after the target resolution. There are 3 valid values.
-
P1D
— 1 day -
PT1H
— 1 hour -
PT5M
— 5 minutes
The requested resolution of time steps for the returned time series of values. If the requested target resolution is not available due to data not being retained we provide a best effort result by falling back to the most granular available resolution after the target resolution. There are 3 valid values.
-
P1D
— 1 day -
PT1H
— 1 hour -
PT5M
— 5 minutes
Appends an item to frameMetrics
.
To override the contents of this collection use set_frame_metrics
.
The details of the metrics that are used to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.
The details of the metrics that are used to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for BatchGetFrameMetricData<C, M, R>
impl<C, M, R> Send for BatchGetFrameMetricData<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for BatchGetFrameMetricData<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for BatchGetFrameMetricData<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for BatchGetFrameMetricData<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more