Trait aws_sdk_cloudwatch::operation::RequestId

source ·
pub trait RequestId {
    // Required method
    fn request_id(&self) -> Option<&str>;
}
Expand description

Implementers add a function to return an AWS request ID

Required Methods§

source

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Implementations on Foreign Types§

source§

impl RequestId for Headers

source§

impl<B> RequestId for Response<B>

source§

impl<E> RequestId for SdkError<E, Response>

source§

impl<O, E> RequestId for Result<O, E>
where O: RequestId, E: RequestId,

Implementors§

source§

impl RequestId for Error

source§

impl RequestId for DeleteAlarmsError

source§

impl RequestId for DeleteAnomalyDetectorError

source§

impl RequestId for DeleteDashboardsError

source§

impl RequestId for DeleteInsightRulesError

source§

impl RequestId for DeleteMetricStreamError

source§

impl RequestId for DescribeAlarmHistoryError

source§

impl RequestId for DescribeAlarmsError

source§

impl RequestId for DescribeAlarmsForMetricError

source§

impl RequestId for DescribeAnomalyDetectorsError

source§

impl RequestId for DescribeInsightRulesError

source§

impl RequestId for DisableAlarmActionsError

source§

impl RequestId for DisableInsightRulesError

source§

impl RequestId for EnableAlarmActionsError

source§

impl RequestId for EnableInsightRulesError

source§

impl RequestId for GetDashboardError

source§

impl RequestId for GetInsightRuleReportError

source§

impl RequestId for GetMetricDataError

source§

impl RequestId for GetMetricStatisticsError

source§

impl RequestId for GetMetricStreamError

source§

impl RequestId for GetMetricWidgetImageError

source§

impl RequestId for ListDashboardsError

source§

impl RequestId for ListManagedInsightRulesError

source§

impl RequestId for ListMetricStreamsError

source§

impl RequestId for ListMetricsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for PutAnomalyDetectorError

source§

impl RequestId for PutCompositeAlarmError

source§

impl RequestId for PutDashboardError

source§

impl RequestId for PutInsightRuleError

source§

impl RequestId for PutManagedInsightRulesError

source§

impl RequestId for PutMetricAlarmError

source§

impl RequestId for PutMetricDataError

source§

impl RequestId for PutMetricStreamError

source§

impl RequestId for SetAlarmStateError

source§

impl RequestId for StartMetricStreamsError

source§

impl RequestId for StopMetricStreamsError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for ConcurrentModificationException

source§

impl RequestId for DashboardInvalidInputError

source§

impl RequestId for DashboardNotFoundError

source§

impl RequestId for InternalServiceFault

source§

impl RequestId for InvalidFormatFault

source§

impl RequestId for InvalidNextToken

source§

impl RequestId for InvalidParameterCombinationException

source§

impl RequestId for InvalidParameterValueException

source§

impl RequestId for LimitExceededException

source§

impl RequestId for LimitExceededFault

source§

impl RequestId for MissingRequiredParameterException

source§

impl RequestId for ResourceNotFound

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for DeleteAlarmsOutput

source§

impl RequestId for DeleteAnomalyDetectorOutput

source§

impl RequestId for DeleteDashboardsOutput

source§

impl RequestId for DeleteInsightRulesOutput

source§

impl RequestId for DeleteMetricStreamOutput

source§

impl RequestId for DescribeAlarmHistoryOutput

source§

impl RequestId for DescribeAlarmsOutput

source§

impl RequestId for DescribeAlarmsForMetricOutput

source§

impl RequestId for DescribeAnomalyDetectorsOutput

source§

impl RequestId for DescribeInsightRulesOutput

source§

impl RequestId for DisableAlarmActionsOutput

source§

impl RequestId for DisableInsightRulesOutput

source§

impl RequestId for EnableAlarmActionsOutput

source§

impl RequestId for EnableInsightRulesOutput

source§

impl RequestId for GetDashboardOutput

source§

impl RequestId for GetInsightRuleReportOutput

source§

impl RequestId for GetMetricDataOutput

source§

impl RequestId for GetMetricStatisticsOutput

source§

impl RequestId for GetMetricStreamOutput

source§

impl RequestId for GetMetricWidgetImageOutput

source§

impl RequestId for ListDashboardsOutput

source§

impl RequestId for ListManagedInsightRulesOutput

source§

impl RequestId for ListMetricStreamsOutput

source§

impl RequestId for ListMetricsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for PutAnomalyDetectorOutput

source§

impl RequestId for PutCompositeAlarmOutput

source§

impl RequestId for PutDashboardOutput

source§

impl RequestId for PutInsightRuleOutput

source§

impl RequestId for PutManagedInsightRulesOutput

source§

impl RequestId for PutMetricAlarmOutput

source§

impl RequestId for PutMetricDataOutput

source§

impl RequestId for PutMetricStreamOutput

source§

impl RequestId for SetAlarmStateOutput

source§

impl RequestId for StartMetricStreamsOutput

source§

impl RequestId for StopMetricStreamsOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput