Trait aws_sdk_ivsrealtime::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 CreateEncoderConfigurationError

source§

impl RequestId for CreateParticipantTokenError

source§

impl RequestId for CreateStageError

source§

impl RequestId for CreateStorageConfigurationError

source§

impl RequestId for DeleteEncoderConfigurationError

source§

impl RequestId for DeleteStageError

source§

impl RequestId for DeleteStorageConfigurationError

source§

impl RequestId for DisconnectParticipantError

source§

impl RequestId for GetCompositionError

source§

impl RequestId for GetEncoderConfigurationError

source§

impl RequestId for GetParticipantError

source§

impl RequestId for GetStageError

source§

impl RequestId for GetStageSessionError

source§

impl RequestId for GetStorageConfigurationError

source§

impl RequestId for ListCompositionsError

source§

impl RequestId for ListEncoderConfigurationsError

source§

impl RequestId for ListParticipantEventsError

source§

impl RequestId for ListParticipantsError

source§

impl RequestId for ListStageSessionsError

source§

impl RequestId for ListStagesError

source§

impl RequestId for ListStorageConfigurationsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for StartCompositionError

source§

impl RequestId for StopCompositionError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateStageError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AccessDeniedException

source§

impl RequestId for ConflictException

source§

impl RequestId for InternalServerException

source§

impl RequestId for PendingVerification

source§

impl RequestId for ResourceNotFoundException

source§

impl RequestId for ServiceQuotaExceededException

source§

impl RequestId for ValidationException

source§

impl RequestId for CreateEncoderConfigurationOutput

source§

impl RequestId for CreateParticipantTokenOutput

source§

impl RequestId for CreateStageOutput

source§

impl RequestId for CreateStorageConfigurationOutput

source§

impl RequestId for DeleteEncoderConfigurationOutput

source§

impl RequestId for DeleteStageOutput

source§

impl RequestId for DeleteStorageConfigurationOutput

source§

impl RequestId for DisconnectParticipantOutput

source§

impl RequestId for GetCompositionOutput

source§

impl RequestId for GetEncoderConfigurationOutput

source§

impl RequestId for GetParticipantOutput

source§

impl RequestId for GetStageOutput

source§

impl RequestId for GetStageSessionOutput

source§

impl RequestId for GetStorageConfigurationOutput

source§

impl RequestId for ListCompositionsOutput

source§

impl RequestId for ListEncoderConfigurationsOutput

source§

impl RequestId for ListParticipantEventsOutput

source§

impl RequestId for ListParticipantsOutput

source§

impl RequestId for ListStageSessionsOutput

source§

impl RequestId for ListStagesOutput

source§

impl RequestId for ListStorageConfigurationsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for StartCompositionOutput

source§

impl RequestId for StopCompositionOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateStageOutput